.boxgrid{ 
	width: 100%; 
	height: 180px; 
	overflow: hidden; 
	position: relative; 
	line-height:1.8em;
}
.boxgrid img{ 
	margin-top: 10px; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	color:#fff; 
	margin:0;
	padding:0;
}

.boxgrid h3{ 
	font-weight:bold; 
	font-size:12px; 
	margin:0;
	padding:0;
	text-decoration:none;
	border:none;
}

.boxgrid h3.price{
	color: red;
}

.boxgrid a.opts{
	display:block;
	width:100px;
	margin:0 auto;
	text-align: center;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin-top:3px;
	background: url(images/prod_opts.jpg) repeat-x;
	height:15px;
	line-height:1.5em;
	padding: 3px;
}

.boxgrid a.opts:hover{
	color: red;
}


.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 150px; 
	width: 100%; 
	opacity: 0.9; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.captionfull .boxcaption {
	top: 178px;
	left: 0;
}
.caption .boxcaption {
	top: 178px;
	left: 0;
}

.caption1 .boxcaption{
	top:178px;
	left:0;
}

.p_descript{position:fixed; top:-5000px;}
.p_cart{position:fixed; top:-5000px;}
