/*
Title: category.css
Author: Dave Ramirez - Conversion Systems
Content: Styles for category template.
*/

body.category h2 {
	margin:10px 0 24px 9px;
	}
.prod_row {
	clear:both;
	}
.prod_instance {
	width:222px;/*278px total*/
	padding-left:38px;
	padding-right:18px;
	float:left;
	font-size:12px;
	padding-bottom:72px;
	}
.prod_instance h3 {
	font-size:12px;
	}
.prod_instance .prod_img {
	height:165px;/*185px total*/
	padding-bottom:20px;
	padding-right:20px;/*evens padding offset in .prod_instance*/
	}
.prod_instance .prod_img img {
	display:block;
	margin:auto;
	}
.prod_instance .desc {
	margin-bottom:16px;
	}
.prod_instance .price {
	margin-bottom:10px;
	}
.prod_instance .actions a {
	display:block;
	text-decoration:underline;
	float:left;
	}
.lnk_addtocart {
	width:6em;
	background:transparent url(../images/arrow_bl.gif) no-repeat right 50%;
	color:#0036ff;
	margin-right:24px;
	display:inline;/*IE6*/
	font-size:11px;
	}
.lnk_learnmore {
	width:6em;
	background:transparent url(../images/arrow_gry.gif) no-repeat right 50%;
	color:#4c4c4c;
	font-size:11px;
	}
	
