#category h1{background: white; font-weight: normal; font-size: 30px; line-height: 55px; color: black; padding: 0 20px; text-transform: uppercase;}

.content_scene_cat {/*display:none*/}
/*.content_scene_cat */
.cat_desc {
	font-size:12px;
	line-height:18px;
    /*background: #909090;*/
    color: #fff;
    padding: 10px;
    /*text-shadow: 1px 1px 0 #AAA;*/
	height:80px;
}


/* ************************************************************************************************
      SUB CATEGORIES
************************************************************************************************ */
#subcategories {margin-top:15px}
#subcategories h3 {
	padding:14px 12px;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 1px 0 #666;
	background:url(../img/bg_table_th.png) repeat-x 0 0 #999
}

.inline_list {
	list-style-type:none;
	margin-top:10px;
}
.inline_list  li {
	padding:10px 0;
	border-bottom:1px dotted #ccc
}
.inline_list  li .img {
	float:left;
	margin-right:15px
}
.inline_list  li img {
	border:1px solid #ccc
}
.inline_list  li .cat_name {
	font-weight:bold;
	font-weight:13px
}
