.product_wall 
{
	width: 900px;
	margin: 5px;
	float: left;
}

.fourwide 
{
	width: 900px !important;	
}

.threewide 
{
	width: 675px !important;
}	
.smallwide
{
	width: 528px !important;
	margin-top:10px;
}
.gallwide{
	width: 528px !important;
	background-color:orange;
	padding:20px;
}

.product_wall2 .product, .product_wall .product,.product_wall .product-prom
{
	width: 225px;
	height: 177px;	
	
	float: left;
	vertical-align: bottom;
	
	background-image: url(prod_background.gif);
	background-repeat: no-repeat;
	
	position: relative;
}
.product_wall .product-prom
{
	height:245px;
}
div.price{
	padding-top:8px;
	font-size:10px;
	padding-bottom:5px;
	border-bottom:3px solid #C9C9C9;
	margin-bottom:20px;
}
div.price span{
	color:red;
}
.product_wall2 .product{
	width:176px;
	height:auto;
}
.product_wall2 .info, .product_wall  .info 
{
	border: none;
	 
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 10px;  
	color: #333333; 
	text-transform: uppercase;
		
	padding-left: 5px;
	padding-right: 5px;
}

.product_wall2 .info .title , .product_wall  .info .title 
{
	float: left;
}

.product_wall2  .info .title a, .product_wall  .info .title a
{
		text-decoration: none !important;
}

.product_wall2  .info .price , .product_wall  .info .price 
{
	float: right;
	text-decoration: none !important;
	
	display: none;
}

.product_wall2  .photo , .product_wall  .photo 
{
}

/* Product Mask On Rollover */
.mask 
{
	position:absolute;
	left: 0;
	top: 0;
}

.maskoff
{
	opacity:.00;
	-moz-opacity: 0.00;
	filter: alpha(opacity=00);			
}

.maskon
{	
	width: 225px;
	height: 177px;	
	
	background-color: #eeeeee;
	
	opacity:.30;
	-moz-opacity: 0.30;
	filter: alpha(opacity=30);
	
	
	z-index: 1000;	

	cursor: pointer;
}

.product_wall2 .maskon
{
	width:176px;
	height:117px;
}

/* Quick Look Button */
.quicklook_activator 
{	
	background-repeat: no-repeat;

	width: 80px;
	height: 33px;
	
	position:absolute;
	left: 33%;
	bottom: 5%;
	
	display: none;
	
	z-index: 2000;			
}

.activator_over
{
	background-image: url(btn_sneakpeek_over.gif);	
	cursor: pointer;
}

.activator_off 
{
	background-image: url(btn_sneakpeek.gif);	
}

.activator_down
{
	background-image: url(btn_sneakpeek_on.gif);	
}


/* Popup Styles */

#quicklook 
{
	background-color: #fafaf5;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 2px #666666;
	border-bottom: solid 2px #666666;
	
	width: 570px;
	height: 625px;
	_height: 655px; /*IE6 Hack*/
	
	overflow: auto;
	overflow-x: hidden;
	
	display: none;	
	
	z-index: 10000;
	
	padding: 15px;
}

#quicklook .header_row 
{
	width: 565px;
	vertical-align: top;
	position: relative;
}

#quicklook .close_btn
{
	width: 41px;
	float: right;
}

#quicklook .seperator_row 
{
	background-image: url(dotted_line_565.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px; 
	margin-top: 10px;
	width: 565px;
	height: 1px;
	
	clear: both;
}

#quicklook .buynow_row 
{
	width: 550px;
	height: 20px !important;
	vertical-align: top !important;
}

#quicklook #quicklook_zipcode_tbx
{
	margin-left: 10px;	
	margin-top: 0px;
}

#quicklook #quicklook_distance_ddl
{
	margin-left: 10px;	
	margin-top: 0px;
}

#quicklook #quicklook_buynow_btn
{
	margin-left: 5px;	
	margin-top: 0px;
}

#quicklook .tabs_row 
{
	background-color: #eeeded; 
	float: left; 
	width: 550px;
}

#quicklook .content_row 
{
	margin-top: 5px;
	width: 550px;	
	
}

.prod_title {	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #333333;
	font-weight:bold;
	text-transform: uppercase;
	
	width: 450px;
	float:left;
}

.text {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	line-height: 11pt
}

.bold {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #333333;
	font-weight:bold;
	line-height: 11pt
}

.textbox
{
	font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 8pt; 
	color: #666666; 
}

.dropdownlist
{
	font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 8pt; 
	color: #666666; 
}