@charset "utf-8";
/* CSS Document */
/* Author: InBusiness */
/* Layout-specific stylesheet */

* {
	margin: 0;
	border: none;
	padding: 0;
}

/* Body
---------------------------------------- */
body {
	margin: 0;
	background: #fff;
}

/* Container
---------------------------------------- */
#container {
	width: 908px; /* (page width: 900 + left main right borders 8 = 908) */
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

/* Header
---------------------------------------- */
#header {
	height: 190px;
	margin: 0;
	margin-bottom: 15px;
	border-bottom: 2px solid #666;
}
#header .logo {
	overflow:hidden;
}

/* Left
---------------------------------------- */
#left {
	width: 160px;
	float: left;
	margin: 0;
	/*border-right: 2px dotted #666;*/
	padding: 0;
}
/* Left Menu (navigation.css for more)
---------------------------------------- */
#left #navigationLeft {
	width:160px;
}

#left #leftSale {
	height: 126px;
	overflow: hidden;
	margin: 15px 0 0 20px;
	padding: 15px 45px 15px 15px;
	background: url(../gfx/bgLeftSale.jpg) no-repeat left top;
	}
#left #leftAuction {
	height: 35px;
	overflow: hidden;
	margin: 15px 0 0 0;
	padding: 45px 35px 30px 30px;
	background: url(../gfx/bgLeftAuction.jpg) no-repeat left top;
	}
	#leftSale, #leftAuction,
	#rightSale, #rightMonth, #rightInfo {
		line-height: 1.2em;
		}

/* Main Content
---------------------------------------- */
#mainContent {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	width:514px;
	float:left;
	/*position: relative;
	left: -2px;*/
	margin: 0;
	border: 2px dotted #666;
	border-top: none;
	border-bottom: none;
	padding: 0 15px;
}
/* Right
---------------------------------------- */
#right {
	width: 185px;
	float: left;
	/*position: relative;
	left: -4px;*/
	margin: 0;
	/*border-left: 2px dotted #666;*/
	padding: 0;
	padding-left: 15px;
	}
#right #rightSale {
	height: 94px;
	overflow: hidden;
	margin: 0;
	padding: 15px 8px;
	background: url(../gfx/bgRightSale.jpg) no-repeat left top;
	}
#right #rightMonth {
	height: 164px;
	position: relative;
	margin: 0;
	margin-top: 15px;
	/*background: url(#thumbnail#) no-repeat left top INLINE STYLE*/
	}
	#right #monthWrap {
		position: absolute;
		bottom: 0;
		width: 200px;
		height: 164px;
		margin: 0;
		padding: 0;
		background: url(../gfx/bgRightMonthBorder.png) no-repeat left top;
		}
#right #rightInfo {
	height: 70px;
	overflow: hidden;
	margin: 0;
	margin-top: 15px;
	padding: 15px 15px 15px 10px;
	background: url(../gfx/bgRightInfo.jpg) no-repeat left top;
	}
/* Footer
---------------------------------------- */
#footer {
	width: 65%;
	float: left;
	margin: 0 auto;
	padding: 4px 0;
	font-size: 0.92em;
	text-align: left;
}

/* Credits
---------------------------------------- */
#credits {
	width: 35%;
	float: left;
	margin: 0 auto;
	padding: 4px 0;
	font-size: 0.92em;
	text-align: right;
}

/* AUCTION
---------------------------------------- */
/*auctionList.cfm*/
div#auctionHeader {
	margin: 0;
	border: none;
	border-bottom: 2px dotted #666;
	padding: 0;
}
div#bidBtn {
	width: 105px;
	float: right;
	margin: 11px 10px 0 0;
	border: none;
	padding: 5px 10px;
	background: url(../gfx/bgBidBtn.jpg) no-repeat left top;
}
div#auctionList {
	width: 730px;
	overflow: hidden;
	margin: 10px 0 0 0;
	border: none;
	border-top: 2px dotted #666;
	padding: 10px 0 0 0;
}
div.auctionItem {
	width: 151px;
	height: 151px;
	float: left;
	overflow: hidden;
	margin: 0;
	border: 1px dotted #fff;
	border-top: none;
	border-left: none;
	padding: 15px;
	background: #000;
}
/*auctionDetail.cfm*/
div#auctionItemDetail {
	padding: 15px;
	background: #000;
	text-align: left;
}
div#auctionItemDetail p#backBtn {
	float: right;
}