/*-- CTGY - GRID FORMAT default layout--*/


div.ctgy_prodthumbnail {
	float: left;
	margin: 3px;
	text-align: center;
	height: 200px;
	width: 175px;
	border: 1px solid #ccc;
	overflow: hidden;

}
	
div.ctgy_prodthumbnail a, div.ctgy_prodthumbnail img a, div.ctgy_prodthumbnail img a:hover {text-decoration: none;}
div.ctgy_prodthumbnail a:hover {text-decoration: underline;}

div.ctgy_prodthumbnail img{display: inline; padding-top: 3px; width: 100px; height: 100px;	}

.ctgy_prodprice {
	font-weight: bold;
	font-size: 0.9em;
	color: #666;
	margin: 0;
	width: 175px;
	text-align: center;
	padding: 3px 0 0 10px;
}

h3.ctgy_prodname {text-align: center; margin: 0; padding: 0; }	

	
.ctgy_proddesc, div.ctgy_proddesc, .ctgy_desc_clear  {
	display: none;
	margin: 0;
	padding: 0;
}


	


