/*AUCTION LIST*/
#search-opts
{
	/*+placement:anchor-top-right 7px 9px;*/
	position: absolute;
	right: 7px;
	top: 9px;
	border: 1px solid #000000;
	padding: 2px 6px 2px 7px;
	background-color: #3F3F3F;
}
#search-opts DIV
{
	display: inline;
}
#search-opts LABEL
{
	display: none;
}
.results
{
	padding: 10px;
	border-bottom: 1px solid #000000;
}
.auction
{
	border-top: 1px solid #000000;
	margin-bottom: 22px;
	padding-bottom: 26px;
	padding-top: 6px;
	margin-top: 2px;
	height: 181px;
	/*height: 520px;*/
}
.auction-left
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 15%;
	height: 192px;
	text-align: center;
}
.auction-right
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 80%;
	margin-left: 10px;
}
.auction-logo
{
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px solid #000000;
	margin: 8px;
}
.auction-heading
{
	font-size: 7.5pt;
}
.auction-title
{
	font-size: 13pt;
	font-weight: bold;
}
.auction-contact
{
	/*+placement:anchor-bottom-right 0px -18px;*/
	position: absolute;
	right: 0px;
	bottom: -18px;
}
.auction-description
{
	font-size: 9pt;
	line-height: 1.4;
}
.auction-left A
{
	display: block;
	padding: 0;
	margin: 7px;
}
.auction-left A IMG
{
	border: 1px solid #ABABAB;
}
.auction-left A.enter-btn
{
	margin: 0 7px !important;
	background-color: #FF0000;
	border: 1px solid #FE0000;
	color: #FFFFFF;
	font-weight: bold;
}
.auction-left A.view-btn
{
	margin: 0 7px 1px !important;
	font-weight: bold;
	background-color: #656565;
	border: 1px solid #646464;
	color: #FFF;
}
.auction-left A.view-btn:hover, .auction-left A.enter-btn:hover
{
	background-color: #FFFF00;
	color: #000000;
	border: 1px solid #000000;
}

