

.product {
 	width: 209px;
 	margin: 5px 0px 5px 5px;
 	display: inline;
 	float: left;
}
.product h2 {
	font-weight: normal;
}

.product_first {
 	width: 200px;
 	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: #841F31 !important;
 	background: #ECE2E0;
 	padding: 3px;
	font-weight: bold;
}
.productorderbutt {
 	text-align: center;
 	margin: 5px;
}


/* pagination items */
.pageNumbers {
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 11px;
	border-bottom: 1px solid #eee;
}
.pageNumbers a {
	background: #ECE2E0;
	color: #841F31;
	margin: 0 2px;
	padding: 2px 6px;
	text-decoration: none;
	border: 1px solid #D9C6C2;
}
.pageNumbers a:hover, .pageNumbers a.on {
	background: url("../cs-images/pgnr-on.jpg") repeat-x top left;
	color: #fff;
	border: 1px solid #841F31;
	background: #841F31;
}
.pageNumbers a.pg-next, .pageNumbers a.pg-prev {
	padding: 3px 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 #ECE2E0;
 	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;
}

 
