.content_category_block
{
	margin-left: 12px;
	width: 727px;
	
	border: 0px solid #afb5ba;
	
	clear: both;
	
	overflow: hidden;
	
	margin-bottom: 24px;
}

.content_category_block_head
{
	height: 38px;
	padding: 0px;
	
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #c9c9c9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e5e5e5 0%,#c9c9c9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e5e5e5 0%,#c9c9c9 100%); /* IE10+ */
    background: linear-gradient(top,  #e5e5e5 0%,#c9c9c9 100%); /* W3C */
	
	border-bottom: 1px solid #afb5ba;
	border-left: 1px solid #afb5ba;
	margin-bottom: -1px;
	border-right: 1px solid #afb5ba;
	border-top: 1px solid #afb5ba;
}

.content_category_block_head_categoryimage
{
	float: right;
	width: 100px;
	height: 38px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.content_category_block_head_categoryname
{
	padding-top: 11px;
	padding-left: 11px;
	
	float: left;
	
	color: #4a4a4a;
	text-transform: uppercase;
	
	font-family: Arial;
	font-size: 13px;
	margin-right: 6px;
	font-weight: bold;
	color: #242424;
}

.content_category_block_head_cardata
{
	padding-top: 10px;
	float: left;
	
	color: #8c8c8c;
	text-transform: uppercase;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.content_category_block_head_forward
{
	float: right;
	height: 100%;
	width: 36px;
	padding: 0 6px;
}

.content_category_block_subcategories
{
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:left;
	border:1px solid #afb5ba;
	border-top:0px;
	border-left:1px;
	width: 726px;
	
	background: #ffffff;
	background: -moz-linear-gradient(top, #afb5ba 0%, #ffffff 5%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afb5ba), color-stop(5%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #afb5ba 0%,#ffffff 5%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #afb5ba 0%,#ffffff 5%,#f5f5f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #afb5ba 0%,#ffffff 5%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(to bottom, #afb5ba 0%,#ffffff 5%,#f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afb5ba', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-8 */
}

.content_category_block_subcategories li
{
	position: relative;
	top:1px;
	left:1px;
	
	float: left;
	
	list-style:none;
	
	width: 217px;
	height: 10px;
	
	border:1px solid #afb5ba;
	border-top-width: 0px;
	
	margin-left: -1px;
	
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); 
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	
	color: #2b6bb2;
	font-family: Arial;
	font-size: 12px;
	padding: 12px;
	padding-top: 8px;
	font-weight: bold;
	
	cursor: pointer;
}

.content_category_block_subcategories a, .content_category_block_subcategories a:visited
{
	text-decoration: none;
}

.content_category_block_subcategories li:hover
{
	background: #f0f0f0;
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #e2e2e2 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#e2e2e2 100%); 
	background: -o-linear-gradient(top,  #f0f0f0 0%,#e2e2e2 100%);
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#e2e2e2 100%);
	background: linear-gradient(top,  #f0f0f0 0%,#e2e2e2 100%);
}