/* category.tpl */

#category h1{
	background: none;
	font-size: 18px;
	font-weight: bold;
	color:#262626;
	text-transform: uppercase;
	margin:0;
	padding:0;
	height:53px;
	line-height: 53px;
}

#category_header{
	position:relative;
	width:960px;
	margin-top: 15px;
	/*height:172px;
	padding:10px;*/
}

	#category_header div:FIRST-CHILD{
		width: 630px;
		padding-right: 10px;
	}

	#category_header .cat_desc {
	    color: #464646;
	    font-size: 12px;
	    text-align: justify;
		float:left;
		padding-top: 10px;
	}
	#category_header h1
	{
		background: none;
	    color: #212120;
	    font-size: 18px;
	    font-weight: bold;
	    line-height: 18px;
	    margin: 10px 0 0 0;
	    padding: 0;
	    height: auto;
	}
	#category_header  img { float: right;}

#subcategories
{
	/*margin-top:20px;*/
}

#category #left_column {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    overflow: hidden;
    width: 230px;
}

#category #listing_container {
	float:left;
    margin-top: 5px;
}

body#category #subcategories ul.inline_list
{
	margin: 0;
	padding: 0;
	display: inline-block;
}

body#category #subcategories li
{
	height: 200px;
	width: 312px;
	margin: 0 12px 12px 0;
	position:relative;
}

body#category #subcategories li a:hover{
	text-decoration:none;
}

body#category #subcategories li.no-margin { margin-right: 0 }
body#category #subcategories li a.link_img
{
	display: block;
	width: 306px;
	height: 170px;
	text-decoration: none;
	overflow:hidden;
	border: 3px solid #d6dcdf;
	border-bottom: 2px solid #d6dcdf;
	background: url("../img/bg_cat_img.png") no-repeat;
}
body#category #subcategories li h2
{
    width: 302px;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 15px;
    background:none;
    margin:0;
    padding:0 5px;
    height: auto;
}

	body#category #subcategories li h2 a
	{
		color: #181818;
	    font-size: 18px;
	    font-weight: bold;
	}

body#category #subcategories li a.link_img img
{
	margin: 55px auto 0 auto;
}
body#category #subcategories li a.link_txt {
    background: url("../img/bg_pushproducthome.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding-right: 25px;
    text-align: right;
    width: 287px;
    text-decoration: none
}
body#category #subcategories li:hover a.link_txt {
    background-position: 0 -25px;
    color: #262626;
    text-decoration: none
}