/* @override http://sas-test-com.si-sv2521.com/css/SimpleAuctionSite/catalog.css */

/* @group layout */

/* @group left column */

#leftColumn {
	
	width: 215px;
	position: absolute;
	right:-25px;
	background-color: #fff;
}

/* @end */

#mainPanel {
	width: 860px;
	float:left;
        margin:0;
        background-color: #fff;
        padding:0 50px 50px 50px;
        height:auto;
margin: 0 0 0 -50px;
}

/* @group select auction */

#selectAuctionTop {
	background-color: #464646;
	padding: 5px;
}

#selectAuctionTop span {
	color: #FFF;
}

#auctionContainer {
	width: 200px;
	margin: 20px 0px 25px 0px;
	background-color: #FFF;
	padding: 5px;
}

select#AuctionDDL {
	width: 200px;
}

/* @end */

/* @group search box */

#searchContainer {
	width: 200px;
	margin: 20px 0px 10px 0px;
	background-color: #FFF;
	padding: 5px;
}

input#searchTextBox {
	display: block;
	width: 190px;
	margin: 5px 0px;
}

#searchContent {
	margin-top: 5px;
}

#searchContent h5 span {
	font-size: .75em;
}

#searchTop {
	background-color: #464646;
	padding: 5px;
}

#searchTop span {
	color: #FFF;
}

select#searchByDropDown {
	margin-top: 5px;
	width: 190px;
}

#searchBottom {
	
}

/* @end */

/* @group tablecategory */

#category {
	background-color: #FFF;
	width: 200px;
	margin: 20px 0px 10px 0px;
	padding: 5px;
}

#categoryTop {
	background-color: #464646;
	padding: 5px;
}

#categoryTop span {
	color: #FFF;
}

#categoryContent {
	border: 1px solid #464646;
}

#categoryViewn0Nodes {
	margin-bottom: 10px;
}

#categoryViewn2Nodes {
	color: #464646;
}

#categoryContent a {
	font-size: .6em;
	color: #464646;
	font-weight: bold;
}

#categoryContent a:hover {
	color: #464646;
	font-weight: bold;
	text-decoration: underline;
}

#categoryView table tbody tr td.categoryView_2.categoryView_4 {
	background-color: #f2f2f2;
}

#categoryView table tbody tr td.categoryView_2.categoryView_4 a {
	color: #cc0000;
}

#categoryBottom {
	
}

/* @end */

/* @end */

/* @group maindisplay */

/* right side column auction gallery display - change width for more columns - example - 1080 will allow for 3 column display */

#catalogAuctionLabel {
	margin-top: 20px;
	margin-bottom: 10px;
	width:680px;
}

#catalogAuctionLabel h1 {
	text-align: left;
	color: #464646;
	font-size: 2em;
	font-weight: bold;
	margin-top: 7px;
}

#messagePanel h3.color_e {
	width: 630px;
	color: #fff;
	padding: 10px 5px;
	background-color: #cc0000;
	margin-bottom: 10px;
}

/* @group display nav panel */

/* bug some where here - seems to be a unknown div floating and not closing??*/

#displayByTop {
	font-size: 12px;
	width: 630px;
	background-color: #464646;
	padding: 5px;
	color: #FFF;
}

#displaybycatalogtop {
	width: 100px;
	float: left;
}

#displaybysorttop {
	width: 200px;
	float: left;
}

#dipslaybynumbertop {
	width: 100px;
	margin-right: 50px;
	float: left;
}

#displaybypagingtop {
	
}

/* display nav for bottom of gallery */
/* bug some where here - seems to be a unknown div floating and not closing??*/

#displayByBot {
	font-size: 12px;
	width: 630px;

	background-color: #fff;
	padding: 5px 0;
	color: #FFF;
	margin-bottom: 20px;

}

#displaybycatalogbot {
	width: 100px;
	float: left;
}

#displaybysortbot {
	width: 200px;
	float: left;
}

#dipslaybynumberbot {
	width: 100px;
	margin-right: 50px;
	float: left;
}

#displaybypagingbot {
	
}
/* @end */

/* @end */

/* @end */

/* @group gallery styles*/

#galleryList {
	float:left;
        margin: 0;
        padding:0;
        position:relative;
        left:-20px;
}

#galleryList ul {
	list-style-type: none;
	list-style-position: inside;
}

#galleryList ul li {
	float: left;
	padding: 15px 15px 10px 0px;
}

/* @group lotdisplay */

.lot {
	padding: 0px;
	width: 200px;
	height: 300px;
	position: relative;
	margin: 2px 2px 0 0;

}

/* static for each item */

.lotInner {
	background-color: #f2f2f2;
	width: 200px;
	height: 300px;
	margin: 0px;
        padding: 0px;
        box-shadow: 3px 3px 3px #ccc;
        -moz-box-shadow: 3px 3px 3px #ccc;
        -webkit-box-shadow: 3px 3px 3px #ccc;

}

/* optional overstate - duplicate static state for no change */

.lotInnerMouseOver {
	position: relative;
	width: 200px;
	height: 300px;
	background-color: #fff;
        box-shadow: 3px 3px 3px #ccc;
        -moz-box-shadow: 3px 3px 3px #ccc;
        -webkit-box-shadow: 3px 3px 3px #ccc;
	
}




#LotLabel {
	display: none;
}

#LotNumber, #LotNumberColon {
	font-size: 0.8em;
	color: White;
}

.lotInner h5 {
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #464646;
	font-size: .85em;
	line-height: .85em;
}

.lotInner h5 a {
	font-size: 0.8em;
	color: White;
}

.lotInnerMouseOver h5 {
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #000;
	font-size: .85em;
	line-height: .85em;
}

.lotInnerMouseOver h5 a {
	font-size: 0.8em;
	color: White;
}

.lotImage {
	margin: 5px;
	border: none;
}

.imageDiv a img.lotImage {
	border: 0;
}

.imageDiv {
	float: left;
}

.lotData {
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}

.lotData h6 {
	font-size: 0.8em;
}

/* @end */

#galleryList #clear {
	clear: both;
}

/* @group displaytypes */

/* display by image - must set table width */

#imageTable {
	width: 630px;
}

#imageTable tbody tr td center a img {
	max-width: 100px;
	max-height: 100px;
}

#imageTable tbody tr.imageTableHeader td {
	padding: 5px;
	background: #464646;
	color: #FFF;
}

#imageTable td {
	margin: 0px 10px 0px 0px;
	font-size: 0.8em;
	padding: 3px 0px 3px 0px;
}

#imageTable tbody {
	min-height: 50px;
}

/* set odd row color */

#imageTable tbody tr.odd td {
	background: #f2f2f2;
}

/* display by price - must set table width */

#priceTable {
	width: 630px;
}

/* set odd row color */

#priceTable tbody tr.odd td {
	background: #f2f2f2;
}

#priceTable tbody tr.priceTableHeader td {
	padding: 5px;
	background: #464646;
	color: #FFF;
}

#priceTable td {
	font-size: 0.8em;
	padding: 3px;
}

#linkForClosedAuctions {
        border-top: 1px solid #464646;
        border-bottom: 1px solid #464646;
        font-size:18px;
        padding: 5px 0;

}

/* @end */


/* @end */

