@charset "utf-8";
/* CSS Document */
body
{
	margin:0 0 0 0px;
	background:#2A2A2A;
	font-family:Lucida Sans Unicode;
	font-size:13px;
	color:#FBFBFB;
}
a{
	color:#CCCCCC;
	text-decoration:none;
}
a:hover{
	color:#999999;
	text-decoration:none;
}

.body_table
{
	background:url(images/page_bg.jpg);
	background-repeat:repeat-x;
}

.menu_bg{
	background:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
}
.menu_bg a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#383838;
	font-weight:bold;
	text-decoration:none;
}
.menu_bg a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#777777;
	font-weight:bold;
	text-decoration:none;
}
.login_area
{
	background:#3A3B36;
	font-size:12px;
	color:#B4B4AC;
}
.login_area a
{
	color:#B4B4AC;
	text-decoration:none
}
.login_area a:hover
{
	color:#FFFFFF;
	text-decoration:none
}

.input_login_frm
{
	background:url(images/input_bg.jpg);
	background-repeat:repeat-x;
	border:none;
	font-family:Lucida Sans Unicode;
	font-size:14px;
	color:#444444;
	width:200px;
	height:24px;
}

.select 
{
font-family: Lucida Sans Unicode;
font-size: 14px;
color: #444444;
background: #b3b3ab;
arrow-color:#f8d24d;
width:200px;
height:24px;
border:none;
}
.text_area
{
	background:url(images/text_area_bg.jpg);
	background-repeat:repeat-x;
	border:none;
	font-family:Lucida Sans Unicode;
	font-size:14px;
	color:#444444;
	width:198px;
	height:150px;
}

.menu_seperator
{
	padding-left:5px;
	padding-right:5px;
	align:center;
}
.heading
{
	font-size:16px;
	color:#FF9A02;
}
.heading a
{
	font-size:16px;
	color:#FF9A02;
	text-decoration:none;
}
.heading a:hover
{
	font-size:16px;
	color:#CCCCCC;
	text-decoration:none;
}

.footer{
	background:#AAAAA8;
	font-family:Tahoma;
	font-size:11px;
	color:#565654;
	height:28px;
}
.stock_heading_bg
{
	background:url(images/stock_heading_bg.jpg);
	background-repeat:repeat-x;
	font-family:Lucida Sans Unicode;
	font-size:14px;
	height:55px;
	color:#333333;
}
.stock_heading_bg td
{
	padding-left:5px;
}
.row_even{
	background:#5A5A5A;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:12px;
	height:100px;
	border-bottom:1px solid #000000;
	padding-left:3px;	
}
.row_odd{
	background:#858182;
	color:#000000;
	font-family:Tahoma;	
	font-size:12px;
	height:100px;
	border-bottom:1px solid #000000;
	padding-left:3px;	
}
.row_even_small{
	background:#5A5A5A;
	color:#FFFFFF;
	font-size:12px;
	height:25px;
	padding-left:5px;	
}
.row_odd_small{
	background:#858182;
	color:#000000;
	font-size:12px;
	height:25px;
	padding-left:5px;	
}

.picture
{
	border:2px solid #999999;
}

.error_class
{
	color:#fe2321;
}
.no_error
{
	color:#00FF00;
}

.today_heading
{
	background:url(images/today_auction.jpg);
	background-repeat:repeat-x;
	height:27px;
	color:#000000;
	font-size:13px;
	align:center;
	padding-left:3px;
}
.today_col
{
	background: #E4E8F6;
	color:#0033CC;
}
.today_col td
{
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	height:25px;
	padding-left:3px;
	font:Tahoma;
	font-size:11px;
}
.other_heading
{
	background:url(images/other_auction.jpg);
	background-repeat:repeat-x;
	height:27px;
	color:#000000;
	font-size:13px;
	align:center;
	padding-left:3px;
}
.other_col
{
	background:#FEFEFE;
	color:#000000;
}
.other_col td
{
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	height:25px;
	padding-left:3px;	
	font:Tahoma;
	font-size:11px;	

}
.one_price_auction_heading
{
	background:url(images/oneprice_auctions.jpg);
	background-repeat:repeat-x;
	height:27px;
	color:#000000;
	font-size:13px;
	align:center;
	padding-left:3px;
}
.one_price_col
{
	background:#FFDDCC;
	color:#000000;
}
.one_price_col td
{
	border-bottom:1px dotted #999999;
	height:25px;
	padding-left:3px;	
	font:Tahoma;
	font-size:11px;	
}
.picture_border
{
	border:2px solid #999999;
}
.picture_mouseover_border
{
	border:2px solid #E8C699;
}
.search_box_bg
{
	background:url(images/search_box_bg.jpg);
	background-repeat:repeat-x;
	height:113px;
	color:#333333;
}
