/* gallery_categories.tpl / gallery_pictures.tpl */
ul#category_list { margin-top: 2em; list-style-type: none }
ul#category_list li div.center_block {
	border: solid 1px #d0d3d8;
	padding: 6px;
	min-height: 120px;
	height: auto;
	clear: both;
}
* html ul#category_list li div.center_block {
	min-height: 120px;
	height: auto;
}
ul#category_list li{
	padding-top:10px;
}
ul#category_list li div.center_block a {
	text-decoration: none;
	color: #374853;
}
ul#category_list a.gallery_cover {
	border: solid 1px #d0d3d8;
	float: left;
	margin-right: 0.6em;
}
ul#category_list a.gallery_cover img { vertical-align: bottom; display: block;height:99px; }
ul#category_list li div.center_block h3 { margin: 0.4em 0 }
ul#category_list li div.center_block .new {
	background: transparent url(../../img/flag_new_bg.jpg) repeat-x scroll 0%;
	border: 1px solid #488C40;
	color: white;
	font-size: 0.6em;
	font-weight: bold;
	margin: 0 1em 0 0;
	padding: 0 0.4em;
	text-transform: uppercase;
	vertical-align: 0.3em;
}
ul#category_list li div.center_block p.category_desc {
	margin-bottom: 0;
	font-size: 0.92em;
}

ul#category_list li a.button { margin-top: 0.5em }
ul#category_list  .level_2 {
	padding-left:22px;
	background: transparent url('../../img/lv2_b.png') no-repeat left center;
}
ul#category_list   .level_3 {
	padding-left:42px;
	background: transparent url('../../img/lv3_b.png') no-repeat left center;
}
ul#category_list  .level_4 {
	padding-left:62px;
	background: transparent url('../../img/lv4_b.png') no-repeat left center;
}
ul#category_list   .level_5 {
	padding-left:82px;
	background: transparent url('../../img/lv5_b.png') no-repeat left center;
}
ul#category_list  .level_6 {
	padding-left:102px;
	background: transparent url('../../img/lv6_b.png') no-repeat left center;
}
ul#category_list  .last_2 {
	background: transparent url('../../img/lv2_f.png') no-repeat left center;
}
ul#category_list  .last_3 {
	background: transparent url('../../img/lv3_f.png') no-repeat left center;
}
ul#category_list  .last_4 {
	background: transparent url('../../img/lv4_f.png') no-repeat left center;
}
ul#category_list  .last_5 {
	background: transparent url('../../img/lv5_f.png') no-repeat left center;
}
ul#category_list  .last_6 {
	background: transparent url('../../img/lv6_f.png') no-repeat left center;
}

#picture_list {
	margin-top: 20px;
	clear:both;
	text-align: center;
}
h1.title {
padding:7px 0   !important;
clear:both;
}

.resumecat {
margin: 15px 0 10px 0;
padding: 8px 7px;
color: #000;
background: #f0f0f0;
}
#picture_list ul {
	list-style-type:none;
}
#picture_list a.img {
	text-decoration: none;
	
}
#picture_list p {
	margin: 0 !important;
	pading: 0 !important;
}
#picture_list li {
	float:left;
}
#pagination {
	clear:both;
}
#category_tile {
	margin-top: 20px;
	clear:both;
	text-align: center;
}

#category_tile ul {
	list-style-type:none;
}
#category_tile a.img {
	text-decoration: none;
}
#category_tile p {
	margin: 0 !important;
	pading: 0 !important;
}
#category_tile li {
	float:left;
}
#subcategories {
	margin-top: 20px;
	clear:both;
	text-align: center;
}

#subcategories ul {
	list-style-type:none;
}
#subcategories a.img {
	text-decoration: none;
}
#subcategories p {
	margin: 0 !important;
	pading: 0 !important;
}
#subcategories li {
	float:left;
}