﻿/* category.tpl */
div.cat_desc { margin: 1em 1em; font-size: 11px; }

body#category #subcategories ul { 
	list-style-type: none;
}

body#category #subcategories li { 
	float: left; position: relative;
	background: none; border: solid 1px #d8d8d8; width: 158px; height: 171px;
	padding: 5px 5px 0 5px; margin: 0 8px 14px 8px;
}
body#category div#subcategories .inline_list li h3 { line-height: 39px; margin: 0 0 0 17px; font-size: 14px; font-weight: bold; text-align: left; color: #fff; }
body#category div#subcategories .inline_list li h3 a { color: #fff; }
body#category div#subcategories .inline_list a img { }

#category img#categoryImage { }


body#category div#subcategories .category_info{
	background: url(../img/subcategory_title_bg.png) no-repeat left top; width: 179px; height: 40px; line-height: 46px;
	position: absolute; right: -8px; bottom: 2px;
}
body#category div#subcategories ul li .category_info a {
	font-size: 12px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-weight: bold; color: #fff; padding-left: 25px; float: left;
}
body#category div#subcategories ul li .category_info a.info {
	float: right;
}
body#category div#subcategories .product_avatar {
	height: 136px; line-height: 136px;
}
