h1{margin-bottom:10px;}

.resumecat {
	margin:15px 0 10px 0;
	padding:8px 7px;
	color:#000;
	background:#f0f0f0;
}

.content_scene_cat {
	 border-style: solid;
    border-width: 1px 0;
    margin: 20px 0 0;
    padding: 17px 20px;
	border-color: #CCCCCC !important;
	display:none;
	min-height:250px;
}

.cat_desc {
	font-size:12px;
	line-height:18px;
		width:65%;
	float:right;
	position:relative;
}
.align_center{position:relative; float:left; width:245px;}

.cat_desc p {padding:0px; color:#888888; margin:0 0 15px 0;}
.cat_desc ul {padding-left:50px !important;color:#888888; margin:0 0 15px 0;}
.cat-desc li {font-size:12px;
	line-height:18px;}
.cat_desc .lnk_more {
   padding:0 10px;
   color:#0088CC;
	background:url(../img/arrow_right_1.png) no-repeat 100% 4px transparent;
}


/* ************************************************************************************************
      SUB CATEGORIES
************************************************************************************************ */
#subcategories {margin-top:15px}
#subcategories h3 {
	padding:14px 12px;
	font-size:13px;
	color:#454545;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff;
	/*background:url(../img/bg_table_th.png) repeat-x 0 0 #999*/
	 background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.inline_list {
	list-style-type:none;
	margin-top:10px;
}
.inline_list  li {
	     text-align: center;
        float: left;
        width: 245x;
        padding:0/* 16px*/;
        margin-bottom: 14px;
        margin-right: 0/*15px*/;
       /* background-color: #f9f9f9*/
	/*padding:10px 0;
	border-bottom:1px dotted #ccc*/
}
 .inline_list li.last_row_item {margin-right: 0 !important;}
 
.inline_list  li .img {
	 overflow:hidden;
    position:relative;
	/*float:left;
	margin-right:15px*/
	z-index:90;
}
.inline_list  li img {
	/*border:1px solid #ccc*/z-index:90;
}
.inline_list  li .cat_name {
	/*font-weight:bold;
	font-size:13px*/
	 color: #000000;
    font: 16px "Open Sans Condensed";
    padding:4px 0px;
    text-align: center;
	clear:both;
	background-color:#f5f5f5;
	
	width:245px;
	display:block;
}

.inline_list  li .cat_name:hover {
	/*font-weight:bold;
	font-size:13px*/
	 color: #ffffff;
   	text-decoration:underline !important;
	background-color:#656565;
}
