h1{margin-bottom:10px;}

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

.content_scene_cat {
	/* padding:5px;
	border:1px solid #ccc; */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 1px #e2e2e2;
	-webkit-box-shadow: 0 1px 1px #e2e2e2;
	/* box-shadow: 0 1px 1px #e2e2e2; */
}

.cat_desc {
	font-size:12px;
	line-height:18px;
}
.cat_desc p {padding:0 10px 5px 0px}
.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; margin-left: 12px;}
#subcategories h3 {
	padding: 14px 20px 0px 20px !important;
	font-size:13pt;
	color:#474747;
	letter-spacing: 1px;
	/* text-transform:uppercase; */
	/* text-shadow:0 1px 0 #666; */
	/* background:url(../img/bg_table_th1.png) repeat-x 0 0 #A2091C; */
		border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}

.inline_list {
	list-style-type:none;
	margin-top:2px;
	margin-left: 12px;
}
.inline_list  li {
/* 	padding:10px 0;
	border-bottom:1px dotted #ccc */
	padding: 10px 0;
	/* border: 1px dotted #ccc; */
	margin: 0px 5px 4px 5px;
	float: left;
	max-width:200px;
	min-width: 200px;
	min-height: 105px;
}

.inline_list  li a {
/* 	padding:10px 0;
	border-bottom:1px dotted #ccc */
	display: block;
	margin: 0px auto !important;
} 
.inline_list  li .img {
	/* float:left;
	margin-right:15px */
	text-align: center;
}
.inline_list  li img {
	border:2px solid #a2a2a2;
		max-width:200px;
	height:auto;
}
.inline_list  li .cat_name {
	/* font-weight:bold;
	font-size:13px */
	text-align: center;
	font-weight:normal;
	font-size:12pt;
	letter-spacing: 1px;
	text-transform: lowercase;
	clear:both;
	display:block;
}

@media screen and (max-width: 468px) {
	.inline_list li {
	/* padding: 10px 0; */
	/* border-bottom: 1px dotted #ccc; */
	padding: 10px 0;
	/* border: 1px dotted #ccc; */
	margin: 0px 5px 4px 5px;
	float: left;
	max-width: 35vw;
	min-width: 35vw;
	min-height: 105px;
}
.inline_list li img {
	border: 1px solid #ccc;
	max-width: 35vw !important;
	height: auto;
}
}
