* { 
	margin: 0; 
	padding: 0 
	}
body { 
	background: #fff;
	}
#displaybycatalogtop{ display: inline; }
#displaybysorttop { display: inline; margin-left: 50px; }
#dipslaybynumbertop { display: inline; margin-left: 50px; }
#displaybypagingtop { display: inline; margin-left: 50px; }
#displaybycatalogbot{ display: inline; }
#displaybysortbot { display: inline; margin-left: 50px; }
#dipslaybynumberbot { display: inline; margin-left: 50px; }
#displaybypagingbot { display: inline; margin-left: 50px; }
#linkForClosedAuctionsContainer {  }
#auctionContainer { display: none; }
#searchContainer {
	width: 205px;

}
#container {
	text-align: center;
	}
#PageBase {
	display: block;
	text-align: left;
	clear: both;
	padding: 10px;
	}
#search {
	width: 205px;
	}
#searchContent {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Arial;
	color: #64645A;
	}
#searchTop {
	background: transparent url(../../images/SearchHeader.gif) no-repeat top left;
	width: 205px;
	height: 30px;
	}
#searchContainer #searchTop span {
	display: none;
	}
#searchByDropDown {
	margin-top: 5px;
	}
#searchTextBox {
	width: 193px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
#searchBottom {
	background: transparent url(../../images/SearchFooter.gif) no-repeat top left;
	width: 205px;
	height: 6px;
	}
#search #searchBottom span {
	display:none;
	}
#category {
	margin-top: 10px;
	width: 205px;
	}
#categoryTop {
	background: transparent url(../../images/CategoryHeader.gif) no-repeat top left;
	width: 205px;
	height: 30px;
	}
#category #categoryTop span {
	display: none;
	}
#categoryContent {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Arial;
	color: #64645A;
	}
#categoryBottom {
	background: transparent url(../../images/SearchFooter.gif) no-repeat top left;
	width: 205px;
	height: 6px;
	}
#categoryBottom span {
	display: none;
	}
#mainPanel {
	position: absolute;
	top: 205px;
	left: 235px;
	}
#catalogAuctionLabel {
	background: transparent url(../../images/AuctionNameHeader.gif) no-repeat top left;
	width: 998px;
	height: 30px;
	}
#catalogAuctionLabel h1 {
	width: 998px;
	text-align: center;
	color: white;
	font-size: 15px;
	font-weight: bold;
	padding-top: 7px;
	}
#displayByTop {
	width: 998px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
	}
#mainPanel > #displayByTop {
	width: 986px;
	}
#displayByTop h2 {
	font-size: 15px;
	font-weight: normal;
	display: inline;
	}
#displayByTop #displayByDropDownTop {
	margin-left: 4px;
	}
#displayByTop #sortByLbl {
	margin-left: 65px;
	}
#displayByTop #SortByDDLTop {
	margin-left: 4px;
	}
#displayByTop #pagingLbl {
	margin-left: 65px;
	}
#displayByTop #backAllButtonTop {
	margin-left: 4px;
	}
#displayByTop #lotsPerPageLbl {
	margin-left: 65px;
}
#displayByTop #LotsPerPageDropDownTop {
	margin-left: 4px;
}
#galleryList {
	width: 996px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#galleryList ul {
	list-style-type: none;
}
#galleryList ul li {
	float: left;
	padding: 3px 5px 3px 5px;
}
#displayByBot {
	width: 998px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 5px;
	clear: both;
	}
#mainPanel > #displayByBot {
	width: 986px;
	}
#displayByBot h2 {
	font-size: 15px;
	font-weight: normal;
	display: inline;
	}
#displayByBot #displayByDropDownBot {
	margin-left: 4px;
	}
#displayByBot #sortByLblBot {
	margin-left: 65px;
	}
#displayByBot #SortByDDLBot {
	margin-left: 4px;
	}
#displayByBot #pagingLblBot {
	margin-left: 65px;
	}
#displayByBot #backAllButtonBot {
	margin-left: 4px;
	}
#displayByBot #lotsPerPageLblBot {
	margin-left: 65px;
}
#displayByBot #LotsPerPageDropDownBot {
	margin-left: 4px;
}
.lot {
	display: block; 
	background:#bbb; 
	border:1px solid #ddd; 
	position:relative; 
	margin: 10px 4px 10px 4px;
}
.lotInner {
	padding: 5px;
	border: 1px solid #000;
	width: 300px;
	height: 220px;
	position: relative;
	left: -5px;
	top: -5px;
	background: #fff;
}
.lotInnerMouseOver {
	padding: 5px;
	border: 1px solid #000;
	width: 300px;
	height: 220px;
	position: relative;
	left: -5px;
	top: -5px;
	background: #fff;
}
#LotLabel {
	display: none;
}
#LotNumber, #LotNumberColon {
	font-size: 0.8em;
	font-family: Verdana, Arial, Sans-Serif;
	color: White;
}
.lotInner h5 {
	padding: 5px 10px 5px 10px;
	text-align: center;
	background-color: #2d6173;
}
.lotInner h5 a {
	font-size: 0.8em;
	font-family: Verdana, Arial, Sans-Serif;
	color: White;
}
.lotInnerMouseOver h5 {
	padding: 5px 10px 5px 10px;
	text-align: center;
	background-color: #2d6173;
}
.lotInnerMouseOver h5 a {
	font-size: 0.8em;
	font-family: Verdana, Arial, Sans-Serif;
	color: White;
}
.lotImage {
	margin-top: 5px;
	border: none;
}
.imageDiv {
	float: left;
	}
.lotData {
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}
.lotData h6 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.7em;
	font-weight: normal;
}
#galleryList #clear {
	clear:both;
}
#Footer {
	display: block;
	clear: both;
	position: relative;
}
#messagePanel {
	text-align: center;
	font-size: 0.8em;
}
#messagePanel h3 {
	padding-top: 3px;
	padding-bottom: 3px;
}
.color_e { 
	background: #000000;
	color: red 
	}
#imageTable {
	width: 998px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.imageTableHeader {
	background: #758279; 
	color: #000;
}
#imageTable td {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	padding: 3px;
}
.odd {
	background: #d4d8bd;
	color: #000;
}
#priceTable {
	width: 998px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.priceTableHeader {
	background: #758279; 
	color: #000;
}
#priceTable td {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	padding: 3px;
}


