.product
 {
 	width: 210px;
 	margin: 5px 0px 15px 25px;
 	display: inline;
 	float: left;
 }

.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;
 }
 .brandtext a
 {
 	color: #1B6CB5;
 }
 .brandtext a:hover
 {
 	color: #002a80;
 }

.productfeature
 {
 	text-align: center;
 	font-size: 12px;
 }

.producttitle
 {
 	text-align: left;
 	font-size: 12px;
 	font-weight: bold;
 }

.producttext
 {
 	/*background:#ECE2E0;*/
	text-align:left;
	padding:4px 0px 4px 0px;
	font-size:11px;
	color:#333;
	height: 110px;
	overflow: hidden;
 }

.productprice  
 {
 	text-align: center;
 	font-size: 14px !important;
 	color: #1B6CB5 !important;
 	background: #F5F5F5;
 	padding: 3px;
	font-weight: bold;
 }
 
.productorderbutt 
 {
 	text-align: center;
 	margin: 5px;
 }
