﻿.product_wall 
{
	float: left;
	background-color: White;
	border-top: solid 1px #c7dbdc;	
	border-left: solid 1px #c7dbdc;	
	position: relative;
}

.fourwide {width: 891px;}
.threewide {width: 666px !important;}	

.product_wall .product
{
	width: 222px;
	height: 177px;	
		
	float: left;
	vertical-align: bottom;
	
	border-right: 1px #c7dbdc solid;		
	border-bottom: 1px #c7dbdc solid;		
	text-align: center;
	cursor: pointer;	
}

.product_wall .product .info 
{
	border: none;
	 
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 10px;  
	color: #333333; 
	text-transform: uppercase;
		
	padding-left: 5px;
	padding-right: 5px;
		
}

.product_wall .product .info .title {float: left;}

.product_wall .product .info .title a {text-decoration: none !important;}

.product_wall .product .info .price {float: right; text-decoration: none !important; display: none;}
.product_wall .product .aProd {text-decoration: none;}
.product_wall .product .photo {clear: both; height: 150px;  background-position: bottom center ; background-repeat: no-repeat;}
.product_wall .product .photo a {}
.product_wall .product .details {}
.product_wall .product .popup 
{	
	width: 264px;
	
	cursor: pointer;
	border: solid 1px #b6b1a9;	
	padding: 20px;
		
	background-color: White;

	text-align: center;	
}


