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

.ebay p {
margin: 0;
padding:0

}



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

/* list element representing one ebay sale */
.ebay .ebay_sale{
	padding:	4px;
}

/* the area that contains info about end time and price of the auction */
.ebay .ebay_sale_info{
	position: 		relative;
	top: 			0px;
	left: 			0px;
	margin: 0;
padding:0;
font-size: 10px;
line-height: 120%
}

/* the link of the ebay sale */
.ebay .ebay_sale_info a{
font-size: 12px;
line-height: 130%

}

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

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

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

}
.ebay ul {
	margin-left: 0 !important;
	padding-left:0;
	text-indent: 0

}

.widget-container {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px


}