/**
* @section auction
* @version 0.1
* --------------------------------------------------------------------------------------------------
*/
#content {
	padding-top: 0;
}
#content #product {
	margin-top: 0; padding-bottom: 35px;
	background: transparent;
}
body.auction #content div.about {
	background-color: transparent;
}
body.auction-help #content div.about {
	background-color: #EAE8D8;
}
body.auction-register #content div.tabs {
	margin-bottom: 20px;
}


/**
* @subsection Auction List - Product Details
* --------------------------------------------------------------------------------------------------
*/
#content div.auction {
	overflow: hidden;
	width: 720px;
	padding: 20px 15px 20px; margin: 0 -10px;
	background: url(../img/layout/line-repeat-x.gif) repeat-x 0 100%;
}
#content div.ui-tabs-panel {
	background-image: none;
}
	#content div.auction img {
		float: left;
		margin: 0 15px 0 0;
	}
	#content div.auction h2 {
		font-size: 1.6364em; /*18px*/
	}
	#content div.auction h3,
	#content div.auction p.product-type {
		font-size: 1.1818em; /*13px*/
	}
	#content div.auction h3 {
		margin-bottom: 0;
	}
	#content div.auction p {
		margin-bottom: 5px;
	}
	#content div.auction ul.action {
		clear: left;
		padding-left: 0;
	}
	
	#content div.auction div.grid_4 {
		width: 372px;
		padding-right: 10px;
		background: url(../img/layout/line-repeat-y.gif) repeat-y 100% 0;
	}
	
	#content div.bid-current {
		overflow: hidden;
		margin: 0 0 5px;
	}
		#content div.bid-current p {
			/*float: left; */
			margin: 0;
			font-size: 1.1818em; /*13px*/ color: #5F544F; font-weight: bold;
		}
			#content div.bid-current p .price,
			#content div.bid-current p .time,
			#content p.bid-current-remaining strong {
				font-size: 1.2308em; /*16px*/ color: #F86517
			}
			
		#content div.bid-current .bid-current-price {
			margin-right: 10px;
		}
	
	#content .product dl dd.price {
		margin-top: 8px;
	}
	

#auction-comments-view {
	clear: both; overflow: hidden;
	width: 600px;
	margin: 0; padding: 15px 0 0;
}
#auction-comments-view h3 {
	margin-bottom: 10px;
}

#content #browse-auctions {
	position: absolute; top: 0; right: 0; overflow: hidden;
	width: 200px; height: 30px; 
	padding: 2px 0 0; margin: 0;
}
	#content #browse-auctions form {
		margin: 0;
	}
	#content #browse-auctions legend,
	#content #browse-auctions label {
		display: none;
	}
	#content #browse-auctions div {
		float: left;
		width: 157px;
		margin: 0;
	}
	#content #browse-auctions select {
		width: 150px;
		margin-right: 5px;
	}
	#content #browse-auctions form.auto-submitting div {
		float: right;
		width: 200px;
	}
	#content #browse-auctions form.auto-submitting select {
		width: 197px;
	}


/**
* @subsection Auction List - Place Bid
* --------------------------------------------------------------------------------------------------
*/
#content div.bid-place,
#content div.auction div.drop-down-details {
	width: 160px;
	margin-left: 560px;
}
	#content div.bid-place dl dd {
		margin-left: 85px;
	}
	#content div.bid-place dl dd.bid-current,
	#content div.bid-place dl dd.final-cost {
		margin-left: 70px;
	}
	
#content div.bid-place form {
	overflow: hidden;
	width: 160px;
}
	#content div.bid-place form label {
		display: block;
		margin-top: 15px;
	}
	#content div.bid-place form div {
		float: left;
		margin: 3px 0 0;
	}
	#content div.bid-place form input {
		margin: 0 5px;
	}


/**
* @subsection Auction Page
* --------------------------------------------------------------------------------------------------
*/
#content #product {
	position: relative;
}
#content #product dl {
	/*
	overflow: hidden;
	margin-left: 150px;
	*/
}
#content #product dl dt {
	clear: left;
	width: 110px;
}
#content #product dl dd {
	margin-left: 110px;
}
#content #product p.listen {
	margin-bottom: 0;
}
#content #product div.bid-place {
	margin: 0 0 15px 375px;
}
	#content #product div.bid-place form {
		width: 230px;
		margin-bottom: 0;
	}
	#content #product div.bid-place form label {
		margin-top: 5px;
	}
	#content #product span.current-username {
		font-size: 0.6em; color: #3F3327;
	}
	#content #product div.bid-place form span.currency {
		*margin-right: 5px;
	}
	
	#content #product dt.soon {
		margin-top: 4px;
	}
	#content #product dd.soon {
		font-size: 1.4364em; font-weight: bold; color: #F86517;
	}


/**
* @subsubsection Auction Page - Bid History
* --------------------------------------------------------------------------------------------------
*/
#auction-bid-history table {
	width: 588px;
	margin: 0 auto 3em;
}
	#auction-bid-history table col.price {
		width: 150px;
	}
	#auction-bid-history table col.date {
		width: 160px;
	}
	#auction-bid-history table tr.highest-bidder td {
		font-size: 1.1667em;
	}
	#auction-bid-history table tr.you {
		background-color: #DFDDCA;
	}


/**
* @subsubsection Dropdown
* --------------------------------------------------------------------------------------------------
*/
#content div.drop-down-details h3.price span {
	display: none;
}
#content div.drop-down-details p.status {
	font-size: 1.4545em;
}
#content div.drop-down-details h3 {
	margin-bottom: 1em;
}


/**
* @subsubsection Help
* --------------------------------------------------------------------------------------------------
*/
body.auction-help #content div.important,
#content #auction-help-information div.important {
	margin-bottom: 1.5em;
}
body.auction-help #content div.important h3 {
	font-weight: bold;
}
#content #auction-help-information h4 {
	font-weight: normal;
}
