

.product {
 	width: 272px;
 	margin: 2px;
	_margin: 1px;
 	float: left;
	display:inline;
	background: #f3f5f9;
	margin-bottom:2px;
	padding-bottom: 8px;
	border: 1px solid #e7ebee;
}
.product span {
	color:#000!important;
}

* html .product {
	width: 270px;
}

.productpicture  {
 	padding: 5px 5px 0 5px;
 	text-align: left;
 	/*border: 1px solid #333;
	border-bottom: none;*/
}
.brandpicture {
 	text-align: left;
 	height: 25px;
}
.brandtext {
 	text-align: left;
 	font-size: 12px;
 	height: 25px;
}
.productfeature {
 	text-align: left;
 	font-size: 12px;
}

h2.producttitle {
	padding: 5px 5px 0 5px;
	line-height: 14px;
	font-size:12px;
	text-align: left;
}

h2.producttitle a {
 	text-align: left;
 	font-size: 11px;
 	font-weight: bold;
	text-decoration:none;
	line-height: 15px;
}
h2.producttitle a:hover{
 	text-align: left;
 	font-size: 11px;
 	font-weight: bold;
	text-decoration:underline;
}
h3.producttext {
	text-align: left;
	padding: 4px 5px 0px 5px;
	font-size:11px;
	color:#252525;
	font-weight: normal;
}
.productprice {
 	text-align: left;
 	font-size: 14px !important;
 	color: #4e6476 !important;
 	padding:0px 3px 3px 3px;
	font-weight: bold;
	margin-top: 2px;
}

.productprice .decimals {
	position: relative;
	top: -3px;
	font-size: 11px !important;
	color: #4e6476 !important;
	font-weight: normal;
}
.productorderbutt {
 	text-align: left;
 	padding: 10px;
}

.productPriceBox {
	display: inline;
}

/* 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: #212121;
	margin: 0 2px;
	padding: 2px 6px;
	text-decoration: none;
	border: 1px solid #999;
}
.pageNumbers a:hover, .pageNumbers a.on {
	background: url("../cs-images/pgnr-on.jpg") repeat-x top left;
	color: #000;
	border: 1px solid #999;
}
.pageNumbers a.pg-next, .pageNumbers a.pg-prev {
	border: none;
	width: 16px;
	height: 20px;
	padding: 5px 2px;
	_height: 10px;
	_width: 10px;
}
.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;
	border: none;

}
.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;
	border: none;

}
#Content .pageNumbers .input_text{
	height:12px !important;
	width:16px !important;
	font-size: 10px!important;
	padding: 1px!important;
	margin-right: 4px;
}
.Filters
 {
 	padding: 5px 5px 5px 5px;
 	margin: 5px 0px 5px 0px;
 	background: #344858;
 	color: #fff;
	_width: 530px !important;
 } 

.FilterName 
 {
 	font-size: 10px;
    color:#fff!important;
 }
 
select
 {
 	font-size: 10px;
 }
 
  /* 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;
}
 
.picturelink img {
	border: 3px solid #4e6476;
}

.productpicture {
	float: left;
}
 
.pInfos {
	float: left;
	width: 155px;
} 

* html .pInfos {
	width: 150px;
}

a.viewDetails {
	background: url("../cs-images/bg_viewdetails.gif") no-repeat top left;
	text-decoration: none;
	color: #4e6476;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 24px;
	height: 24px;
	display: block;
	float: left;
	margin-left: 5px;
}
a.viewDetails:hover {
	background: url("../cs-images/bg_viewdetailshover.gif") no-repeat top left;
	color: #fff;
}
a.addToCart {
	background: url("../cs-images/bg_addtocart.gif") no-repeat top left;
	text-decoration: none;
	color: #4e6476;
	padding-left: 33px;
	padding-right: 15px;
	line-height: 24px;
	height: 24px;
	display: block;
	float: left;
}
a.addToCart:hover {
	background: url("../cs-images/bg_addtocarthover.gif") no-repeat top left;
	color: #000;
}
 
