
/* Classes for whole listings panel*/

#bp_list 
{
	clear:right;
}


/* Classes for individual items - could put rounded corners in or something. You'll want to change these colours for sure */

.itembox
{
	line-height: normal;
	overflow: hidden;
}

.itemdetails {
	margin:4px;
	padding:4px;
	height:104px;
	border: thin #CCCCCC solid;
}

.itemdetails:hover{
	background: #FFFFCC;
	cursor:pointer;
}

.itembox .itemdesc {
	padding-left:0px;
	overflow:hidden;
}

.listingad{
	padding-left:114px;
}

.itemthumb {
	float: left;
	display:table-cell; 
	margin-right:5px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	width:100px;
	height:96px;
	padding:3px;
	background: white;
}

.itemdesc strong{
	font-size:10pt;
}

.itembox .timeleft{
	color:red;
}

.itembox a {
	text-decoration:underline;
}

.itembox p {
	margin:1px 0 5px 0px;
}

.clickicon
{
	border:none;
	padding-left: 12px;
}

.endtime {
	display:none;
}

span.paypal {
	padding-left: 20px;
	background: url(images/paypal.gif) no-repeat left center;
}
img.paypal {
	margin-right:5px;
}

.ebaylisting {
	width:570px;
	float:left;
}

.ad160x600 {
	float:right;
}

.price {
	font-size:16px;
}

.clickdetails {
	float: right;
}