.boxgrid{ 
	width: 150px; 
	height: 242px; 
	margin:8px; 
	float:left; 
	background:#ffffff; 
	border: solid 1px #dcdcdc; 
	overflow: hidden; 
	position: relative;
}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0;
	padding: 5px 0 0 5px; 
}

.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: url(/images/trans.png); 
	height: 200px; 
	width: 100%; 
}
 
 .captionfull .boxcaption {
 	top: 270px;
 	left: 0;
}

.caption .boxcaption {
 	top: 206px;
 	left: 0;
}

h3{ padding: 5px 10px 0 10px; background-color:#fff; margin:0; display:block; overflow:hidden; height:30px; }
h3 span {display:none;}
h3 a { display:block; width:140px; height:30px; background:url(/images/viewproduct.gif) no-repeat;}
.boxcaption p {color:#000000; text-transform:uppercase; font-size:0.6em; font-weight:bold; margin:10px 0 0 0;}
.boxcaption p.price {color:#18719b; font-weight:bold; font-size:0.7em; margin:3px 0 0 0;}
