@CHARSET "UTF-8";

.category{
	padding: 10px 0;
	font-family: Garamond, Times New Roman, Free Serif, serif;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	background: transparent url(../img/category/world_map.jpg) no-repeat scroll bottom left;
}
.category h3.hc{
	color: #C4932F;
	margin-bottom: 0.4em;
	font-size:2em;
	font-weight: bold;
}
	.category h3.hc a{
		color: #8d6513;
		text-decoration: none;
	}
.category ul.hc{
	float: left;
	width: 180px;
}
.category ul.hc li{
	font-size: 18px;
	width: 170px;
	padding: 5px 0 5px 10px;
	background: transparent url(../img/category/country_div.jpg) no-repeat scroll bottom left;
}
.category ul.hc li.last{
	background: transparent;
}
.category ul.hc li a{
	display: block;
	padding-left: 20px;
	background: transparent url(../img/category/country_arrow.png) no-repeat scroll center left;
	line-height: 1.2em;
	color: #14135f;	
}
.category ul.hc2{
	width: auto;
        overflow: hidden;
        float: none;
}
.category ul.hc2 li{
	float: left;
        width: 240px;
}

.category_image{ /* 330x250 */
	float: right;
	position: relative;
	display: table;
	padding: 12px 14px 18px 13px;
	width: 294px;
	height: 218px;
	text-align: center;
	line-height: 218px;
	vertical-align: middle;
	background: transparent url(../img/category/category_image_bg.png) no-repeat scroll top left;
}
.category_image .middle{
	display: table-cell;
	vertical-align: middle;
}
.category_image .inside{
	
}