
/* defines the whole area in which the ebay auctions are displayed */
.ebay {

}



/* the title above all ebay sales */
.ebay .ebay_title {

}

/* list element representing one ebay sale */
.ebay .ebay_sale{
	display: block;
	padding-top: 7px;
	background-color: #f4f5f3;
	border: #e5e5e5 solid 1px;
	margin-bottom: 10px;
	
	background-image: url(../img/sfondino.jpg);
	background-repeat: repeat-x;
		}

/* the area that contains info about end time and price of the auction */
.ebay .ebay_sale_info{
	position: relative;
	left: 			6px;
	font-size: 		13px;
	line-height: 	155%;
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 100px;
}

/* the link of the ebay sale */
.ebay .ebay_sale_info a{
font-weight: 400; }

/* the class around the ebay sale image */
.ebay .ebay_sale_image{
 
	width:			90px; 
	padding: 		4px; 
	float:			left;
	text-align: center;
}

/* style information for the thumbnail of the auction itself */
.ebay .ebay_sale_image img{
	border: #e5e5e5 double 1px;
	padding: 3px;
	background-color: white;
	
}

/* list element that is displayed when there are no sales */
.ebay .ebay_no_sales{
	font-size: 16px;
}