

.product {
 	width: 178px;
	height: 350px !important;
 	margin: 2px;
 	float: left;
	display:inline;
	background: #f1f1f1;
	margin-bottom:5px;
}
.product span {
	color:#000!important;
}
.productpicture  {
 	padding: 5px 5px 0 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;
}

h2.producttitle {
	padding: 5px 5px;
	line-height: 14px;
	font-size:12px;
	text-align: center;
	color: #456982;
}

h2.producttitle a {
 	text-align: center;
 	font-size: 12px;
 	font-weight: bold;
	text-decoration:none;
	line-height: 15px;
}
h2.producttitle a:hover{
 	text-align: center;
 	font-size: 12px;
 	font-weight: bold;
	text-decoration:underline;
}
h3.producttext {
	text-align:center;
	padding: 4px 5px 0px 5px;
	font-size:11px;
	color:#000;
	font-weight: normal;
	/*border: 1px solid #333;
	background: #151515;
	border-top: none;*/
}
.productprice {
 	text-align: center;
 	font-size: 12px !important;
 	color: #2583ad !important;
 	padding:0px 3px 3px 3px;
	font-weight: bold;
	margin-top: 2px;
}

.productprice a {
	font-weight: normal;
	font-size: 11px;
}

.productprice .decimals {
	position: relative;
	top: -3px;
	font-size: 11px !important;
	color: #2583ad !important;
	font-weight: normal;
}
.productorderbutt {
 	text-align: center;
 	padding: 10px;
 	/*border: 1px solid #333;
 	border-top: none;*/
}

.productPriceBox {
	display: inline;
}

.Filters
 {
 	padding: 5px 5px 5px 5px;
 	margin: 5px 0px 5px 0px;
 	background: #ff7900;
 	color: #fff;
	_width: 530px !important;
 } 

.FilterName 
 {
 	font-size: 10px;
    color:#eaeaea!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;
}
 
 
