@charset "UTF-8";
.listingFilters {
	background: #e4f1ea;
	padding: 10px 20px;
	border-bottom: 1px solid #c4c9c9;
	color: #545454;
	overflow: auto;
}
.listingFilters.bordered {
	border-top: 1px solid #c4c9c9;
	margin: -1px 0 0 0;
	border-left: 1px solid #C4C9C9;
}
.listingFilters form { margin: -2px 0 0 0; }
.listingFilters form select { color: #545454; 
}
.listingFilters #paging { float: right; 
}
.listingFilters #paging SPAN { font-weight: bold; }


#listing {
	overflow: hidden;
	width: 720px;
}


#listing .product {
	width: 240px;
	float: left;
	height: 240px;
}

#listing .product .rrp{
	color:#DD0000;
	text-decoration:line-through;
}

#listing .product .adjustment { margin: 5px; }
#listing .product .thumbnail {
	height: 130px;
	text-align: center;
	margin: 0 0 5px 0;
}
#listing .product .manufacturer {
	height: 20px;
	text-align: center;
}

#listing .product .title {
	text-align: center;
	color: #7a7a7a;
	height: 3em;
	overflow: hidden;
}

#listing .product .price {
	color:#333;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#listing .product .price .normalPrice {
	color: #999;
	text-decoration: line-through;
}


#listing .product A.detailed {
	display: block;
	text-align: center;
	padding: 5px;
}

#listing .product.bordered { background: url(/images/bg.product-240x240.gif) no-repeat right bottom; }

#listing .product.break { background: url(/images/bg.product3-240x240.gif) no-repeat right bottom; }



