/*
#header_wrapper {
	width:100%;
	height:196px;
	background:#707cac url(/theme/header_bg.jpg) no-repeat 50% 0;
	text-align:center;
}
*/
#header_wrapper {
	width:100%;
	height:126px;
	background:#707cac url(/theme/header_bg2.jpg) no-repeat 50% 0;
	text-align:center;
}
#header_holder {
	width:960px;
	/*height:196px;*/
	height:126px;
	position:relative;
	text-align:left;
	margin:0 auto;
}
/*
#logo {
	position:absolute;
	top:10px;
	left:0;
	text-indent:-9999px;
	display:block;width:290px;height:103px;
	background:transparent url(/theme/logo.png) no-repeat 0 0;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/logo.png', sizingMethod='scale')
}
*/
#logo {
	position:absolute;
	top:10px;
	left:0;
	text-indent:-9999px;
	display:block;width:248px;height:60px;
	background:transparent url(/theme/logo2.png) no-repeat 0 0;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/logo2.png', sizingMethod='scale')
}

#lagn_switch {
	position:absolute;
	top:0;
	right:0;
	color:#fff;
}
#lagn_switch a {
	color:#4b441f;
	text-decoration:none;
}
#lagn_switch a:hover {
	text-decoration:underline;
}


#top_menu {
	width:650px;
	position:absolute;
	left:190px;
	/*top:150px;*/
	top:81px;
	height:25px;
	overflow:hidden;
	zoom:1;
	font-size:12px;
}

#top_menu a {
	color:#fff;
	text-decoration:none;
	line-height:23px;
	/*display:block;*/
	/*float:left;*/
	padding:0px 10px;
}

#top_menu a.active {
	background:#4b441f;
	border:1px solid #dedede;
	padding:3px 9px;
}

#sub_menu {
	width:650px;
	position:absolute;
	left:190px;
	/*top:178px;*/
	top:108px;
	height:22px;
	overflow:auto;
	zoom:1;
	
}

#sub_menu a {
	color:#4b441f;
	text-decoration:none;
	padding:0 10px;
}

#sub_menu a:hover {
	text-decoration:underline;
}

#body_holder {
	width:1000px;
	margin:0 auto;
	text-align:left;
	padding:10px 0;
	overflow:auto;
}

#body_col {
	width:770px;
	float:right;
	padding:10px;
	background-color:#fcfcfc;
	border:1px solid #e9e8ea;
	font-size:12px;
}

#left_col {
	width:200px;
	float:left;
}

#footer_wrapper {width:100%;background-color:#c4c1b5;color:#fff;text-align:center;font-size:93%;}
#footer_holder {position:relative;width:960px;padding:10px;text-align:center;margin:0 auto;}
#footer_holder a {color:#fff;text-decoration:none;}
#footer_holder a:hover {text-decoration:underline;}

#developed_by {position:absolute;left:0;top:10px;}
#copy {position:absolute;right:0;top:10px;}

.items {
	overflow:auto;
	zoom:1;
	width:770px;
}

.item_holder {
	float:left;
	padding-bottom:10px;
	width:385px;
}

.item {
	width:384px;
	overflow:auto;
	zoom:1;
}

.item_photo {
	width:162px;
	height:122px;
	overflow:hidden;
	float:left;
	padding-right:5px;
	position:relative;
}

.item_photo img {
	border:1px solid #E9E8EA;
	cursor:pointer;
}

.recommended_ru,
.recommended_en {
	cursor:pointer;
	position:absolute;
	left:0;
	top:0;
	width:160px;
	height:120px;
}

.recommended_ru	{
	background:transparent url(/theme/recommended_ru.png) no-repeat 0 0;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/recommended_ru.png', sizingMethod='scale')
}

.recommended_en	{
	background:transparent url(/theme/recommended_en.png) no-repeat 0 0;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/recommended_en.png', sizingMethod='scale')
}

.item_des {
	float:left;
	width:195px;
	padding:5px;
	height:110px;
	overflow:hidden;
	border:1px solid #e7e7e9;
	background:#f8f8f8;
	font-size:11px;
}

#pagetitle_holder {
	overflow:auto;
	zoom:1;
}


#pagetitle {
	float:left;
}

#filter_holder {
	display:none;
}

#left_menu {

}

#left_menu a {
	display:block;
	border:1px solid #E9E8EA;
	border-left:2px solid #4b441f;
	padding:5px;
	margin-bottom:5px;
	background:#fafafa;
	color:#4b441f;
	text-decoration:none;	
	font-size:16px;
}
#left_menu a.active, #left_menu a:hover {
	color:#0356a4;
	border-left:2px solid #0356a4;
}
#left_menu a.sub {
	background:#fefefe;
	font-size:15px;
	border-left:1px solid #E9E8EA;
	padding-left:10px;
	font-weight:normal;
	color:#ada36d;
}

#left_menu a.sub:hover {
	color:#ada36d;
	text-decoration:underline;
}

#pagetitle {
	margin:0;
	font-size:130%;
}

.pagination {
	margin:10px 0;
	margin-right:8px;
	padding:5px;
	border:1px solid #e9e8ea;
	text-align:center;
	color:#999;
}

.banner_top {
	text-align:center;
}

.filtered_list_message {
	font-size:90%;
	padding:5px 10px;
	text-align:center;
	border:1px solid #cc9999;
	margin-right:8px;
	background:#ffcccc;
}

.news {
	background:#e9e8e4;
}

.news_item {
	background:#f6f6f4;
	border:1px solid #d7d5d7;
	padding:5px;
}

.pagination {font-size:12px}