/* ------------------------------ */
/* Products - index.php
/* ------------------------------ */
.productwrapper {
    display: inline-block;    
    min-width: 190px;
    width: 190px;
	height: 275px;
	margin: 0 10px 15px 0;
	padding: 0 5px;
	font-size:90%;
	vertical-align:top;
	overflow:hidden;	
	/* without float */
}
/* necessary For horizontal stacking in IE7 */
*:first-child+html .productwrapper {
  display: inline;
}
/* necessary For horizontal stacking in IE6 only */
* html .productwrapper {
  display: inline;
}

.productwrapper .Prodimg {
/* product image inside floated container*/ 
	border:0;
}
.Productdesc {
margin-top:5px;
clear:left;
line-height:1.3em;
}

.subheading {
clear:left;width: 100%;font-size: 0.9em;font-weight: bold;color:#821318;border-bottom: 1px solid #ccc;padding-bottom:3px;
}
.subheading a, .subheading a:visited, .subheading a:active, .subheading a:link {color: #0082e0; text-decoration:none; }
.subheading a:hover {text-decoration:underline; }
