

.product {
 	width: 210px;
 	margin: 5px 0px 5px 5px;
 	display: inline;
 	float: left;
}
* html .product {
	margin-left: 5px;
	width: 200px;
	overflow: hidden;
}

.product_first {
 	width: 210px;
 	margin: 5px 0px 5px 0px;
 	display: inline;
 	float: left; 
}
.productpicture  {
 	padding: 5px;
 	text-align: center;
}
.brandpicture {
 	text-align: center;
 	height: 25px;
}
.brandtext {
 	text-align: left;
 	font-size: 12px;
 	height: 25px;
}
.productfeature {
 	text-align: center;
 	font-size: 12px;
}
.producttitle {
 	text-align: left;
 	font-size: 12px;
 	font-weight: bold;
}
.producttext {
	text-align:left;
	padding:4px 0px 4px 0px;
	font-size:11px;
	color: #333;
	font-weight: normal;
}
.productprice {
 	text-align: center;
 	font-size: 14px !important;
 	color: #000068 !important;
 	background: #eff1eb;
 	padding: 3px;
	font-weight: bold;
}
.productorderbutt {
 	text-align: center;
 	margin: 5px;
}


/* pagination items */
.pageNumbers {
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 11px;
}
.pageNumbers a {
	background: url("../cs-images/pgnr-off.jpg") repeat-x top left;
	color: #000;
	margin: 0 2px;
	padding: 2px 6px;
	text-decoration: none;
	border: 1px solid #B5BAAE;
}
.pageNumbers a:hover, .pageNumbers a.on {
	background: #B5BAAE;
	color: #fff;
	border: 1px solid #B5BAAE;
}
.pageNumbers a.pg-next, .pageNumbers a.pg-prev {
	border: none;
	width: 16px;
	height: 20px;
	padding: 5px 2px;
}
.pageNumbers a.pg-next {
	background: url("../cs-images/next-off.jpg") no-repeat top left;

}
.pageNumbers a.pg-next:hover {
	background: url("../cs-images/next-on.jpg") no-repeat top left;

}
.pageNumbers a.pg-prev {
	background: url("../cs-images/prev-off.jpg") no-repeat top left;

}
.pageNumbers a.pg-prev:hover {
	background: url("../cs-images/prev-on.jpg") no-repeat top left;

}

select
 {
 	font-size: 11px;
 	padding: 2px;
 	border: 1px solid #B5BAAE;
 	line-height: 18px;
 }
 
 
 /* applies a selected state on the current type of list display */
.boxtype {
	background: url("../../cs-images/d-box-on.gif") no-repeat top left !important;
}

.listtype {
	background: url("../../cs-images/d-list.gif") no-repeat top left;
}
.listtype:hover, .listtypeOn {
	background: url("../../cs-images/d-list-on.gif") no-repeat top left;
}

.orderby {
	float: right;
}

.totalitems {
	font-size: 12px;
	color: #333;
	font-weight: normal;
}

* html .Cleaner {
	width: 600px;
	height: 1px;
	background: #fff;
}

 
