﻿body
{
	font-family:Arial,Helvetica;
	font-size:12px;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	background-color:#dedede;
}

tr
{
	background:#ffffff;
}

ianput, sealect
{
	margin-top:1px;
	font-family: Arial,Helvetica;
	color: #222222;
	background: #ffffff;
	border: 1px solid #666666;
	font-size: 11px;
}
.input
{
	position:relative;
	margin-top:1px;
	font-family: Arial,Helvetica;
	color: #222222;
	background: #ffffff;
	border: 1px solid #666666;
	font-size: 11px;
	top: 0px;
	left: 0px;
	width: 234px;
}
textarea
{	
	margin-top:1px;
	font-family: Arial,Helvetica;
	color: #aaaaaa;
	background: #ffffff;
	border: 1px solid #666666;
	font-size: 12px;
}

.position_absolute
{
	position:absolute;
}

#main
{
	width:640px;
	margin:10px;
}

#main td
{
	padding:5px;
}

#image
{
	vertical-align:top;
}

#auction
{
	vertical-align:top;
	font-size:14px;
}

#shortdescr
{
	font-size:20px;
	font-weight:bold;
}

#descr
{
}

#content
{
}

#bet
{
	font-size:16px;
	height:60px;
}

#currentprice
{
	text-align:center;
	vertical-align:middle;
}

#nextpricestep
{
	text-align:center;
	vertical-align:middle;
}

#Label_Upcoming
{
	font-size:18px;
	font-weight:bold;
}

#Label_NextPricestep
{
	color:#cc0000;
}

#Label_NextPricestepTime
{
	color:#cc0000;
}

#Label_CurrentPrice
{
	color:#cc0000;
	font-size:28px;
	font-weight:bold;
}

#Table_Auctions
{
	
}
#Table_Auctions tr td
{
	/*border: 1px solid #333333;*/
	padding-top:3px;
	padding-left:5px;
	padding-bottom:3px;
	padding-right:5px;
	margin:0px;
}

.Table_Auctions_header td
{
	background-color:#666666;
	color:#ffffff;
}

#LRB_Container
{
	z-index:100;
	background-color:#ffffff;
	position:absolute;
	left:50%;
	top:50%;
	width:500px;
	margin-left:-250px;
	height:360px;
	padding:0px;
	margin-top:-180px;
	font-size:12px;
	border: solid 1px #faba81;
}

#LRB_Container_header
{
	background-color:#faba81;
	height:22px;
	width:494px;
	font-size:14px;
	padding-top:2px;
	padding-left:4px;
	padding-right:2px;
}

#LRB_Container_header a
{
	text-decoration:none;
}

#LRB_Container_inner
{
	padding:10px;
	width:480px;
}

#overlaydiv
{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000000;
	z-index:99;
	padding:0px;
	opacity:0.5;  
    -moz-opacity:0.5;  
    -khtml-opacity: (0.5);  
    filter: alpha(opacity=50);
    top:0px;
    left:0px;
    visibility:hidden;
}

form
{
	display:inline;
	margin:0px;
	padding:0px;
}

.p_table
{
	background-color:#ffffff;
	padding:5px;
}

.p_table tr td
{
	padding:5px;
	vertical-align:top;
}

#preview
{
	background-color:#fdbb87;
	margin:0px;
	display:block;
	font-family:Arial,Helvetica;
	font-size:13px;
	border:0px solid #000000;
	padding:0px;
}

.previewHeadline
{
	font-size:13px;
	color:#000000;
	background-color:#FB9139;
	display:block;
	padding: 5px 15px 5px 15px;
	font-weight:bold;
	text-transform:uppercase;
}
.previewPrice
{
	font-size:24px;
	color:#8F0F12;
	font-weight:bold;
}

.previewAuctionLink
{
	font-size:15px;
	text-decoration:underline;
}

a, a:hover, a:visited, a:active, a:link
{
    color:#993333;
    font-weight:bold;
    text-decoration:none;
}
