/* CSS Document */


p, dl, ul, li, ol, div, td, body {
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px; 
}


a:link 		{ color: #0066FF; text-decoration: none; }
a:visited 	{ color: #2266DD; text-decoration: none; }
a:hover 	{ color: #CC0000; text-decoration: underline; }

.subnav a:link 		{ color: #FFFF33; text-decoration: underline; }
.subnav a:visited 	{ color: #FFDD11; text-decoration: underline; }
.subnav a:hover 	{ color: #FFFFFF; text-decoration: underline; }

.subnav-top a:link 		{ color: #FFFF33; }
.subnav-top a:visited 	{ color: #FFFF33; }
.subnav a:hover 		{ color: #FFFFFF; }

.caption a  	{ color: #FFFF33;  }

.title {
	font-size: 22px; 
	line-height: 22px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold; 
	color: #FF7B00; 
	margin-bottom: 0px;
	letter-spacing: -.01em;
}

.subhead {
	font-size: 16px; 
	line-height: 17px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold; 
	color: #FF7B00; 
	margin-bottom: 0px;
	letter-spacing: -.01em;
}

.caption {
	font-size: 10px;
	line-height: 11px;
	color: #FFF;
	margin-left: 8px;
	padding-right: 10px;
}

.pullquote {
	font-size: 13px;
	font-family: serif;
	margin-left: 12px;
}

.subnav {
	
	font-size: 13px;
	font-weight: bold;
	line-height: 14px; 
	font-family: Arial;
	color: #FFF;
}

.subnav-top {
	font-size: 14px;
	font-weight: bold;
	line-height: 15px; 
	font-family: Arial;
	color: #FFF;
	padding-bottom:4px;
}

.copyright {
	font-size: 9px;
	line-height: 9px; 
	color: #999;
}

.small {
	font-size: 10px;
	line-height: 11px; 
}

.indent {
	margin-left: 10px;
	padding-right: 10px;
}
/*AUCTION STYLES*/
.itemhead{
    background-color:#2050B4;
	color:ffffff;
	padding-left:2px;
	font-weight:bold;

}

.bidhead{
    background-color:#BF1B0F;
	color:#FFFF33;
	padding-left:2px;
	font-weight:bold;

}
.curbid{
   font-weight:bold;
   font-style:italic;

}
.help{
	font-style:italic;
	font-size: 11px;

}
img{border:0;}
.bigger{ font-size: 16px;}
