
/* 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{

	width:95%;
	padding-top:	3px;
	position:relative; 
	height:110px;
	background: transparent url(/wp-content/themes/ted_bunny/images/divider.gif) no-repeat bottom left;
}

/* the area that contains info about end time and price of the auction */
.ebay .ebay_sale_info{
	
	position:relative;
	font-size: 		1.1em;
	line-height: 	1.3em;
}

/* the link of the ebay sale */
.ebay .ebay_sale_info a{background:none;
}
.ebay .ebay_sale_info a:hover{background:none;
}

/* the class around the ebay sale image */
.ebay .ebay_sale_image{
	height:			84px; 
	width:			80px; 
	padding: 		4px; 
	float:left;
	margin-left:	8px;
}

/* style information for the thumbnail of the auction itself */
.ebay .ebay_sale_image img{
	border:			none;
	float:left;
}

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