@import url("system.css");
/*@import url("request_condition.css"); */


/* ----------------------------- New PAST AUCTIONS area styles start -------------------------------- */

#pastAuctions {
	clear: both;
	float: left;
	height: 245px; /* 265px; */
	width: 776px; /* width: 776px; */
	overflow: hidden;
	position: relative;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1px; /*20px;*/
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #666; /*#E8E6E2*/
	}

/*#pastAuctionsText {
	clear: both;
	float: left;
	height: 600px;
	width: 776px;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;/* ------------------ is 10px ------------------
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0; 
	}
*/
#pastAuctions:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html #pastAuctions ul li {
	height: 1%;
	}
	
#pastAuctions img#pastAuctHeader {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#pastAuctions.arrows2 {
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#pastAuctions ul#pastScroller {
	clear: both;
	left: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	width: 90000px;
	background-color: #666; /*#e8e6e2; /*#e8e6e2* ------------------*/
	top: 20px;/*was 43 */
  }

#pastAuctions ul#pastScroller li {
	float:left;
	display: inline;
	line-height: 16px;/* ------------------ was 20px; last value was 26px ------------------*/
	margin: expression((this.parentNode.firstChild == this)? "10px 0 0 0" : "10px 0 0 26px"); /* "20px 0 0 0" : "20px 0 0 26px"); */
	padding: 0;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 26px;
	}

#pastAuctions ul#pastScroller li:first-child {
	float:left;
	padding: 0;
	line-height: 16px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}


* html #pastAuctions ul#pastScroller li { 
	height: 1%;
	}

#pastAuctions ul#pastScroller li a:hover { 
	text-decoration:none; 
	background:none; }

#pastAuctions ul#pastScroller li img { /* ------------------ 5px ------------------*/
	margin:0 0 5px 0; 
	padding:0; }

#pastAuctions p {
	/*font-size:11px;
	font-family: "Lucida Sans Unicode", Lucida Console, Lucida Grande, Verdana; */
	line-height: 16px;
}

/* New PAST AUCTIONS area styles end*/
