@charset "UTF-8";
/* CSS Document */


/* ===========================================
         CONTENT HEADER
==============================================*/

#contentHd a {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
	color: #59453c;
	text-transform: uppercase;
	text-decoration: none;
	}

#contentHd a:hover {
	color: #f00;
	}

#contentHd a strong {
	color: #c52200;
	}

#contentHd .viewAllLots {
	margin-right: 1em;
	margin-left: 20px;
	}


/* ===========================================
         LOT DETAIL
==============================================*/

.lotDetail {
	position: relative;
	padding: 10px 60px 10px 25px;
	_padding-bottom: 0; /* Win/IE6 */
	border-top: 13px solid #dedbd4;
	}
	*+html .lotDetail { padding-bottom: 0; /* Win/IE7 */ }

.lotDetail .lotPhoto {
	float: left;
	width: 150px;
	text-align: center;
	overflow: hidden;
	}

.lotDetail h3,
.lotDetail table {
	margin-left: 184px;
	}

.lotDetail h3 {
	margin-top: 8px;
	_margin-top: 16px; /* Win/IE6 */
	margin-bottom: 12px;
	}
	*+html .lotDetail h3 { margin-top: 16px; /* Win/IE7 */ }

.lotDetail h3 a {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	color: #c52200;
	text-decoration: none;
	}

.lotDetail h3 a:hover {
	color: #f00;
	}

.lotDetail .lotClosed {
	padding: 0.4em 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	color: #fff;
	background-color: #c52200;
	}

.lotDetail .lotOpeningSoon {
	padding: 0.4em 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	color: #fff;
	background-color: #535409;
	}

.lotDetail .bu-bidNow {
	position: absolute;
	bottom: 0;
	right: 0;
	_right: -1px; /* Win/IE6 */
	display: block;
	width: 100px;
	height: 29px;
	line-height: 0;
	background: url(../images/buttons/bu-bidNow-tl.gif) 0 0 no-repeat;
	}

.lotDetail .bu-bidNow:hover {
	background-position: left bottom;
	}

.lotDetail .bu-bidNow span {
	display: none;
	}

.lotDetail table {
	width: 320px;
	margin-bottom: 16px;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #59453c;
	}

.lotDetail table th,
.lotDetail table td {
	padding: 2px 0;
	border-bottom: 1px dotted #88756e;
	}

.lotDetail table th {
	width: 10.5em;
	font-weight: bold;
	}


/* ===========================================
         PAGINATION
==============================================*/

#pagination {
	padding: 16px 10px 29px 20px;
	font-weight: bold;
	color: #59453c;
	text-transform: uppercase;
	border-top: 13px solid #dedbd4;
	}

#pagination a {
	margin-right: 0.3em;
	font-weight: bold;
	color: #59453c;
	text-transform: uppercase;
	text-decoration: none;
	}

#pagination a:hover {
	color: #f00;
	}

#pagination a strong {
	color: #c52200;
	}

#pagination a.on {
	color: #c52200;
	text-decoration: underline;
	}

#pagination .ftr-displayClosed {
	margin-left: 3em;
	}

#pagination .label-displayClosed {
	float: none;
	margin-left: 0;
	font-size: 1em;
	}

#pagination  #lotsPerPage {
	display: inline;
	margin-left: 4em;
	}

#pagination  #lotsPerPage label {
	margin-right: 0.6em;
	}
