

.product {
 	margin: 5px 3px 5px 3px;
 	display: inline;
 	float: left;
	width:547px;
	background:transparent !important;
	border-top: 1px solid #c5d8df;
}
.productpicture  {
 	padding: 5px;
 	text-align: center;
 	float: right;
 	width: 121px;
 	border-right: none;
	*padding-left:110px!important;
	_padding-left:117px!important;
}

.brandpicture {
 	text-align: center;
 	height: 25px;
}
.brandtext {
 	text-align: left;
 	font-size: 12px;
 	height: 25px;
}
.productfeature {
 	text-align: center;
 	font-size: 12px;
}
h2.producttitle {
 	text-align: left;
 	font-size: 12px;
 	font-weight: bold;
 	padding-top: 5px;
 	width: 270px;
 	float: left;
 	border-left: none;
}


h2.producttitle a {
	line-height: 15px;
}

.producttext {
	text-align:left !important;
	padding:4px 0px 4px 5px !important;
	font-size:11px;
	color:#aaa;
	width:275px;
	float: left;
	border-left: none !important;
}

.productprice {
 	text-align: center;
 	font-size: 12px !important;
 	color: #2583ad !important;
 	background: #fff;
 	padding: 3px;
	font-weight: bold;
	margin-left: 0px;
	width:130px;
	float: left;
	margin-top: 0;
	padding-top: 5px;
}

.productprice .decimals {
	position: relative;
	top: -3px;
	font-size: 11px !important;
	color: #2583ad !important;
	font-weight: normal;
}

.productorderbutt {
 	text-align: center;
 	padding: 3px;
 	width:130px;
 	float: left;
 	margin-left: 2px;
 	background: #fff;
 	padding-bottom: 20px;
}

.productPriceBox {
	display: block;
	width: 135px;
	margin-top:-25px;
	float: left;
}

.cleanFix {
	clear:both;
}

/* applies a selected state on the current type of list display */
.boxtype {
	background: url("../cs-images/d-box-off.gif") no-repeat top left !important;
}
.boxtype:hover {
	background: url("../cs-images/d-box-on.gif") no-repeat top left !important;
}
.listtype {
	background: url("../cs-images/d-list-on.gif") no-repeat top left !important;
}

.pInfos {
	float: left;
}
 
 
