/* Basic layout */
html {
	height: 100%;
}
body {
	font: .75em/1.3 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	background: #e6e6e6;
	color: #2e2e2e;
}
#affs_content {
	height: 100%;
}
#page {
       min-height:100%;
	   position:relative;
 	   width: 952px;
       padding: 0 23px 0 0;
       background: #fff url(border_p.png) repeat-y 100% 0;
/*       -moz-border-image: url(../img/border_page.png) 0 23px 0 0 repeat;
border-width: 100%;*/
	
}
* html #page {
   height: 100%;
}


/* Шапка */	

#head {
	border-top: 4px solid #fff;
	width: 948px;
	margin-bottom: 30px;
}
	
	/* Панель пользователя */	
	#head .user-nav-panel {
    	height: 17px;
    	font-size: 0.92em;
	/*	overflow: hidden;*/
		background: url(grad_use.png) repeat-x;;
		padding: 8px 15px 6px 0;
	}
		#head .user-nav {
			float: left;
		
		}
		#head .user-nav .un-el {
   /* 		display: inline;*/
			background: url(border_u.png) no-repeat 100% 2px;
			float: left;
    		padding: 0 12px 0 10px;
    	}
		#head .user-nav a {
    		color: #fff;
		}
		.subscr-link {
			background: url(bgd-subs.png) center 0 no-repeat;
			margin:  0;
			width: 66px;
			height: 18px;
			padding-top: 3px;
			  line-height: 1;
			display: block;
			line-height: 1;
/*			height: 21px;
			    margin: -5px 0 0 -2px;
			    padding: 7px 0 0;*/
			    text-align: center;
			    width: 72px;
			margin-top: -1px;
		}
		/* END Панель пользователя */	
		
	.admin-link {
		background: url(icon-adm.png) no-repeat 0 0;
		width: 14px;
		height: 17px;
		text-indent: -999px;
		cursor: pointer;
		margin-top: -1px;
	}
	.cases-nav-wrap {
		width: 94px;
	}
	.cases-nav-act {
		position: relative;
	}
	
	.cases-nav-link {
		background: url(cases-na.png) 86px center no-repeat;
		padding-right: 20px;
		color: #fff;
		cursor: pointer;
	}
	.cases-nav-link:hover {
		text-decoration: underline;
	}
/*	.cases-nav-act .cases-nav-link {
		color: #383535 !important;
		position: relative;
		background: url(../img/cases-nav-link-act.png) 100% 50% no-repeat;
		z-index: 12600;
	}*/
	
	
	.cases-nav-bl {
		font-size: 0.92em;
		padding: 0 0 8px;
		position: absolute;
		width: 120px;
/*		top: -7px;
		left: -2px;*/
		background: #d8d8d8;
		z-index: 11000;
		-webkit-box-shadow: 2px 2px 5px #2c2b2b;
		-moz-box-shadow: 2px 2px 5px #2c2b2b;
		box-shadow: 2px 2px 5px #2c2b2b;
	
	}
	.cases-nav-list {
		
	}
	.cnl-el {
		border-top: 1px solid #e6e6e6;
	}
	
	.cnl-link {
		padding: 7px 5px 7px 11px;
		display: block;
		color: #383535 !important;
		line-height: 1.2;
	}
	.cnl-link {
		zoom: 1;
	}
	.cnl-link:hover {
		background: #a6a6a6;
		color: #fff !important;
		text-decoration: underline;

	}
	/* Панель поиска */	

		.search-bgd {
			float: right;
			width: 196px;
			height: 18px;
			display: block;
				background: url("bgd-sear.png") no-repeat scroll 0 0 transparent;
			position: relative;
			margin-top: -1px;
		}
		
		.search-inp {
			width: 175px;
			height: 15px;
			padding: 0;
			position: absolute;
			top: 2px;
			left: 2px;
			border: none;
			background: #fff;
		}
		.search-but {
			position: absolute;
			top: 2px;
			right: 2px;
			background: none;
			border: none;  
			width: 16px;
			padding: 0;
			text-indent: -1000px;
			cursor: pointer; 
			float: left;
			height: 16px; 
		}
		
/*	.allrubr-nav-wrap {
		height: 400px !important;
	}
	.allrubr-nav {
		height: 350px !important;
		background: url(../img/bgd_coll-block3.png) repeat-x 0 0 !important;
	}*/
	
	
	/* Основная навигация */	
	#head .main-nav-panel {
    		padding: 9px 8px 0 11px;
    		background: url(grad_mai.png) repeat-x;
    		height: 78px;
		}
	
	/*  логотип */	
/*	#head h1 {
		height:69px;
		margin:0;
		padding:0;
		position:relative;
		text-indent:-9999px;
		width:210px;
	}
	#head h1 img {
		position: absolute;
		top: 0;
		left: 0;
	}*/
	#head .exp-logo {
		/*	width:210px;
		height:69px;*/
		float: left;
		display: block;
	}
		
	/*  END логотип */	
	
	.main-nav {
    	float:right;
    	margin-top: 8px;
    	font-size: 1.09em;
    	/*max-width: 724px;*/
    	height:67px;
/*    	width:700px;*/
margin-right: -1px;
	}
		.main-nav li {
    		padding: 10px 15px 0 20px;
    		height: 60px;
    		float: left;
    		background:url(border_m.png) no-repeat 100% 40%;
    		
		}
/*		#head .main-nav li:hover {
		   background: #fff;
		   margin: 0 0 0 -2px;
		   padding-left: 22px;
		   color: #2e2e2e;
			 -moz-border-radius: 10px 10px 0 0;
   		-webkit-border-radius: 10px 10px 0 0;
   		border-radius: 10px 10px 0 0;
		}*/
		.main-nav .main-nav-actived {
		   background: #fff !important;
		   margin: 0 0 0 -2px;
		   padding-left: 22px;
		   color: #2e2e2e;
			 -moz-border-radius: 10px 10px 0 0;
   			-webkit-border-radius: 10px 10px 0 0;
   			border-radius: 10px 10px 0 0;
}
				
		.main-nav a {
    		color: #fff;
    		text-decoration: none;
		}
		.main-nav a:hover {
			text-decoration: none;
		}
		.main-nav .main-nav-actived a {
			color: #3e3e3e;
		}
	/*	.main-nav .main-nav-actived span {
				color: #3e3e3e;
		}*/
		.main-nav a {
			display: block;
		}
		.main-nav  .main-nav-opened a {
			position: relative;
			display: block;
		} 
		.i-nav-circle {
	/*		width: 100%;
			height: 15px;
			background: url(../img/icon-nav-circle.png) 50% 0 no-repeat;
			display: inline-block;margin: 5px auto;*/
			width: 15px;
			height: 15px;
			display: block;		
			background: url(icon-nav.png) 0 0 no-repeat;
			position: absolute;
			bottom: -21px;
			left: 50%;
			margin: 0 0 0 -7px;
		}
		.main-nav-actived .i-nav-circle {
			display: none;
			
		}
		.mn-opened {
			position: relative;
			z-index: 10;
		}
/*		.mno-arrow {
			background: url(../img/arrow-main-nav.png) no-repeat 0 0;
			position: absolute;
			width: 16px;
			height: 8px;
			top: -26px;
			left: 50;
			display: block;
			margin-left: 10px;
		}	*/
/*		#head .main-nav .actived {
    		background: #fff;
    		color: #cd0000;
    		margin: 0 0 -1px -2px;
    		padding-left: 10px;
    		padding-bottom: 1px;
		}	
		#head .main-nav .actived a:hover {
    		border-bottom:0px;
		}		
        #head .main-nav .actived a{
    		color: #932819;
		}
		#head .main-nav li:hover a {
			color: #3e3e3e;
		}*/
		
		.main-nav .TopMenuOpen {
			background: #fff;
			margin: 0 0 0 -2px;
		   padding-left: 22px;
		   color: #2e2e2e;
			 -moz-border-radius: 10px 10px 0 0;
   			-webkit-border-radius: 10px 10px 0 0;
   			border-radius: 10px 10px 0 0;
		}
		.TopMenuOpen a {
			color: #3e3e3e;
		}
		
		.sub-nav-panel {
			 height: 31px;
			 background: url(bgd-subn.png) 0 0 repeat-x;
			 margin-bottom: 2px;
			border-right: 1px solid #b0b0b0;
		}
		
		.sub-nav .sn-el {
			 float: left;
			 padding: 9px 25px 5px 23px;
			 height: 17px;
			 line-height: 1;
			background: url(border-s.png) 100% center no-repeat;
		}
		
		

		.rubric-link {
			background: url(allrubri.png) 0 0 no-repeat;
			width: 45px;
			padding: 2px 0 0 8px;
			height: 19px;
			display: block;
			margin-top: 10px;
			font-size: 11px;
			/*z-index: 500;
			zoom: 1;
			position: relative;*/
		}
		
		.main-nav .main-nav-actived .rubric-link {
			background: url(allrubrj.png) 0 0 no-repeat;
			color: #3E3E3E;
		}
/*		#head .main-nav li:hover .rubric-link {
			background: url(../img/allrubrics-icon2-hover.png) 45% 40% no-repeat;
		}
		.rubric-link-act {
			background: url(../img/allrubrics-icon-act.png) 45% 40% no-repeat;
		}
		.rubric-link-act:hover {
			background: url(../img/allrubrics-icon-act.png) 45% 40% no-repeat;
		}*/
		
		.noBgImg
		{
		background-image: none !important;
				-moz-border-radius-topright:0px !important;
		-webkit-border-top-right-radius: 0px !important;
		border-top-right-radius: 0px !important;		
		}
		
		.topMenuArrow
		{
		    width:12px !important;
		    padding:0px !important;
		    margin:0px !important;
		    background-image: url(icon-mai.png) !important;
		    background-position:center !important;
		    background-repeat:no-repeat !important;
		    margin-left:-20px !important;
		    
		}
		.main-nav .actived-arrow, .main-nav .actived-arrow:hover {
			background-image: url(icon-mai.png) !important;
		}
		.topMenuArrow:hover {
			background-image: url(icon-mai.png) !important;			
		}
		.topMenuRasporka
		{
		width:858px;
		height:1px;
		margin-top:-1px;
		clear: both;
		}
		/* END Основная навигация */

	.sub-nav-collapse {
		position: absolute;
		top: 212px;
		left: 0;
/*		z-index: 10000;*/
		z-index: 10000;
		width: 948px;
/*		height: 30px;*/
	}	
	.sub-nav-collapse .sub-nav-panel {
		margin-bottom: 0;
	}
	
 	/* Разворачивающий блок */
	.collapse-block {
		width:948px;
/*			width:857px;
			padding: 0 45px 10px;*/
		position: absolute;
		top: 242px;
		left: 0;
		z-index: 10000;
		overflow:hidden !important;
/*		height: 370px;	*/
		-moz-box-shadow: -4px 2px 9px #2C2B2B;
		-webkit-box-shadow: -4px 2px 9px #2C2B2B;
		box-shadow: -4px 2px 9px #2C2B2B;
	}

	.coll-bl-inside  {
		padding: 5px 40px;
		width:867px;
		border-right: 1px solid #B0B0B0;
/*		background: url(../img/bgd_coll-block2.png) 0 0 repeat-x;*/
		background: #efefef url(bgd_coll.png) 0 0 repeat-x;
/*		height: 292px;*/
	/*	height: 320px;*/
		overflow: hidden;
	}
/*	.collapse-block .sub-nav-panel {
		margin-bottom: 0;
		height: 30px;
	}*/
	
	.allrubr-cont {
		padding-bottom: 0;
	}
		/* Список главных сюжетов*/
	.mn-topics-list {
		width: 400px;
		float: left;
	}
	.mn-topics-list .mtl-el  {
		padding: 15px 0 13px;
		background: url(bord_sub.png) 0 0 repeat-x;
	}
/*	.mn-topics-list .last-row {
		padding-bottom: 0;
		background: none;
	}*/
	.mn-topics-list .rt-side {
		width: 220px;
		float: right;
	}
	.mn-topics-list p {
		font-size: 0.92em;
	}
	.mn-topics-list h4 {
		margin-bottom: 5px;
	}

		/* Список главных тегов */
	.mn-tags-nav-bl {
		width: 400px;
		float: right;
	}
	.mn-tags-list {
		margin-top: 16px;
		padding-bottom: 5px;
	}
	.mn-tags-list .m-t-l-el {
		font-weight: 700;
		margin-bottom: 7px;
		width: 200px;
		float: left;
		font-size: 0.92em;
	}
	.mn-tags-list a {
		color: #005689;
	}

		/* Список главных заголовков */
	.mn-stories-list {
		padding-top: 15px;
		margin-bottom: 10px;
		background: url(bord_sub.png) 0 0 repeat-x;
	}
	.mn-stories-list li {
		float: left;
		margin-right: 5px;
	}
	.gr-title {
		background:none repeat scroll 0 0 #6C6C6D;
		color:#FFFFFF !important;
		padding:1px 5px 2px;
		line-height: 1;
		height: 13px;
	}
		/* END Саб навигация в шапке */
		
	
	
	
	
	
	.collapse-block-sec {
		background: #dfdfdf;
		padding: 5px 0;
		/*height: 500px;*/
		width:948px !important;
		height: auto;
		margin-top: -2px;
	}
	
	 /* END Разворачивающий блок */
	
	
	 /* Шапочная нижняя панель  */
	#head .bottom-panel {
    	height: 81px;
/*    	background: url(../img/grad_bottom-panel.png) repeat-x;*/
		background: url(grad_bot.png) 0 0 repeat-x;

		-moz-border-radius: 0 0 7px 0;
    	-webkit-border-radius: 0 0 7px 0;
    	border-radius: 0 0 7px 0;
		border-top: 1px solid #b0b0b0;
/*		border-right: 1px solid #b0b0b0;*/

	}
	.bottom-panel-ins {
		background: url("bord-bot.png") no-repeat scroll 100% 0 transparent;
				padding-right: 1px;
	}
		/* Общие стили для списка в панели */
	.list-in-head li {
    		float: left;
			height: 78px;
    		background: url(border_l.png) no-repeat 100% 50%;
			cursor: pointer;
		}
		.list-in-head li:hover,  .list-in-head .hover  {
			background: url("border_l.png") no-repeat scroll 100% 45%, url("grad_cou.png") repeat-x; 
		}
		.list-in-head .lt-item {
			background: none;
		}
		.list-in-head .lt-item:hover{
				-moz-border-radius: 0 0 7px 0;
		    	-webkit-border-radius: 0 0 7px 0;
		    	border-radius: 0 0 7px 0;
			background: url("grad_cou.png") repeat-x; ;
		}
		#head .list-in-head-title {
    		float: left;
    		background: url(grad-cou.png) repeat-x;
    		border-right: 1px solid #8b8b8b;
    		height: 55px;	
    		color: #363636;
/*    		padding: 23px 8px 0;*/
			padding: 23px 7px 0;
			text-shadow: 1px 1px 1px #dcdcdc;
		}
		
	/* END Шапочная нижняя панель  */
	
/* END Шапка */


/* Подвал */

#footer {
	position: relative;
	margin-top: -336px;
	height: 336px;
	background: #E6E6E6;
	width: 100%;
}
	
	/* Част футера шириной 952px */
	#footer .footer-container {
		padding:0 23px 0 0;
		width:952px;
		height: 294px;
	}
		/* Внутренняя часть футера */
	.footer-inside {
		background: url(grad_foo.png) repeat-x;
		/*border-top: 3px solid #736a73;*/
		height: 262px;
		font-size: 0.92em;
		width: 952px;
	}
	
		/* END Внутренняя часть футера */
		
	/* END Часть футера шириной 952px */
	
	#footer .footer-bottom {
		height: 42px;
		background: url(grad_fop.png) repeat-x;
	}
	
/* END Подвал */

.footer-col {
	padding: 22px 10px 0 17px;
	float: left;
	background: url(border_f.png) 100% 50% no-repeat;
	height: 240px;
}
.footer-col ul {
	margin-bottom: 20px;
}
.footer-col .sec-lev {
	margin-left: 5px;
}
.footer-col li {
	margin-bottom: 3px;
}
.footer-col-title {
	font-weight: 700;
	margin-bottom: 3px;
	display: block;
}

.col-160 {
	width: 140px;
}
.col-120 {
	width: 100px;

}
.col-123 {
	width: 103px;

}
.col-110 {
	width: 90px;
}
.col-190 {
	width: 170px;
}

#content {
	padding-bottom: 352px;
	position: relative;

}

a {
	color: #2e2e2e;
	/*color: #005689;*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Внутренная часть после книги */

.inner-container {
	padding: 0 14px;
}
.inner-indent-lt {
	padding: 0 7px 0 25px;
}
.inner-indent {
/*	padding: 15px 25px;*/
	padding: 15px 39px;
}
.intent-title {
	margin: 0 0 10px -25px;
}



/* Левая колонка */
.left-column {
/*	width: 650px;*/
	width: 660px;
	float: left;
}
/* Правая колонка */
.right-column {
	width: 255px;
	float: right;
}

/* Разделение на 2 колонки внутри блоков левой колонки */
.lt-col {
	width: 320px;
	float: left;
}
.rt-col {
	width: 320px;
	float: right;
}

/*bottompartnersongellery*/
.bottompartnersongellery
{
padding-top:0px !important;
}
.bottompartnersongellery .lt-col, .bottompartnersongellery .rt-col, .photo_gallery .lt-col, .photo_gallery .rt-col{
width:300px;
}
.bottompartnersongellery .right-side{
width:200px !important;
}
.gallery_navigation{
width:630px;
padding:0px;
margin-top:17px;
margin-bottom:10px;
font-size:80%;
font-family: Verdana;
}
.gallery_navigation a{
text-decoration: underline;
color: black;
}
.gallery_navigation .left_link, .gallery_navigation .right_link,  .gallery_navigation .center_gallery_navigation{
width:33%;float:left;
}
.gallery_navigation .center_gallery_navigation{
text-align: center;
font-size: 18pt;
font-weight: lighter;
margin-top: -10px;
}
.gallery_navigation .right_link{
text-align: right;
}
.gallery_navigation  .gallery_navigation_toright{
width:23px;
height:23px;
background: url(right000.jpg) center no-repeat;
display:inline;
margin-top: 5px;
}
.gallery_navigation  .gallery_navigation_toright:hover{
background: url(right_ac.jpg) center no-repeat;
}
.gallery_navigation  .gallery_navigation_toleft:hover{
background: url(left_act.jpg) center no-repeat;
}
.gallery_navigation  .gallery_navigation_toleft{
width:23px ;
height:23px;
background: url(left0000.jpg) center no-repeat;
display: inline;
margin-top: 5px;
}

.gallery_navigation  .gallery_navigation_toleft img, .gallery_navigation  .gallery_navigation_toright img{
width:23px ;
height:23px;
}
.gallery_navigation_digits{
display: inline;
margin-left: 10px;
margin-right: 10px;
}

.photo_gallery .pict-separated-list li{
padding-top:25px;
height: 188px;
overflow: hidden;
}
.photo_gallery .margpht{
margin-bottom: 30px;
}
.photo_gallery .h-topic{
font-size: 140%;
}
/* Задание нижнего отступа у блоков */
.element {
	margin-bottom: 20px;
}

.element10 {
	margin-bottom: 7px !important;
}

/* задание бордера у блоков в левой колонке */
.bord2-el {
	padding: 30px 0;
	border-top: 3px solid #736a73;
	border-bottom: 3px solid #736a73;
}
.b-bord-el {
	border-bottom: 3px solid #736a73;
	padding-bottom: 30px;
}
.t-bord-el {
	border-top: 3px solid #736a73;
	padding-top: 30px;
}

/* Блоки в правой колонке */

.rt-element {
	padding-top: 7px;
	margin-bottom: 16px;
	border: 1px solid #cdcece;
}
.rt-element .content {
	padding: 10px;
}

	/* Блоки с серой заливкой и вырезанным углом */
.gr-element {
	background: #edeeef;
/*	padding-right: 23px;*/
	padding-right: 10px;
	padding-bottom: 15px;
	position: relative;
}
.gr-element .h2 {
	border-bottom: 1px solid #878788;
	padding-bottom: 5px;
	margin-right: 5px
}
.gr-element h2 {
	border-bottom: 1px solid #878788;
	padding-bottom: 5px;
	margin-right: 5px
}
.gr-element .content {
	padding-right: 0;
	padding-bottom: 0px;
} 
.gr-element p {
	font-size: 0.92em;
}
.block-corner {
	width: 23px;
	height: 23px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	background: url(block-co.png) no-repeat;
}

/* Верхний бордер у блоков в правой колонке */
.t-bord-rt-el {
	border-top: 3px solid #736a73;
}

/* Баннера с серым фоном */
.rt-banner {
	padding: 7px 6px;
	background: #EDEEEF;
	margin-bottom: 16px;
	 border: 1px solid #CDCECE;
}
.rt-banner .content {
	padding: 0;
}
.banner-indent {
	margin-bottom: 16px;
}

/* Заголовки */
.h1 {
	font-size: 2em;
	font-weight: 400;
	background:url("icon-e00.png") no-repeat scroll 0 8px transparent;
	padding-left:25px;
	margin-bottom: 8px;
	color: #000;
}
h2 {
	font-size: 1.83em;
	font-weight: 400;
	background:url("icon-e00.png") no-repeat scroll 0 8px transparent;
	padding-left:25px;
	margin-bottom: 5px;
	color: #000;
}
.h2 {
	font-size: 1.83em;
	font-weight: 400;
	background:url("icon-e00.png") no-repeat scroll 0 7px transparent;
	padding-left:25px;
	margin-bottom: 8px;
	color: #000;
	display: block;
}
.h2 strong {
	font-weight: 400;
}

h3 {
/*	font-size: 1.67em;*/
	font-size: 1.5em;
/*	margin-bottom: 5px;*/
	margin-bottom: 10px;
	font-weight: 400;
}
.h3 {
	display: block;
	font-size: 1.5em;
	margin-bottom: 10px;
	font-weight: 400;
}

h4 {
/*	font-size: 1.67em;*/
	font-size: 1.5em;
	font-weight: 400;
	font-family: times new roman;
	line-height: 0.9;
	margin-bottom: 3px;
}
h4 a {
	color: #005689;
}
.h-topic {
	font-size: 1.5em;
	font-weight: 400;
	font-family: times new roman;
	line-height: 0.9;
	margin-bottom: 3px;
	display: block;
	color: #005689;
}
.h-topic-s {
	font-size: 1.33em;
}
.h-topic a {
	color: #005689;
}
.h-topic strong {
	font-weight: 400;
}
.h-tag {
	font-size: 1.17em;
	line-height: 1;
	margin-bottom: 8px;
	color: #CD0000;
}

h5 {
	font-size: 1.17em;
	/*color: #005689;*/
	color: #000;
	font-weight: 400;
	font-family: tahoma;
	margin-bottom :3px;
}
h5 a {
	color: #005689;
}
.h6 {
	font-weight: 700;
	margin-bottom: 5px;
}

textarea {
	padding: 3px;
	margin-bottom: 5px;
}
/*input {
	padding: 2px 3px;
	
}*/


.img-wrapper {
	position: relative;
}
.pos-rel {
	position: relative;
}
.img-size {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 3px 5px;
	background: #8ca2a0;
	font-size: 0.92em;
}

.all-rubrics-bl {
	padding: 35px 0 15px 0;
/*	width: 195px;
	height: 310px;*/
	position: absolute;
	top: 80px;
	left: 755px;
	background: #e6e6e6;
	border:1px solid white;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 border-radius: 5px;
	-moz-box-shadow: 0 0 5px 3px #969696;
	-webkit-box-shadow: 4px 6px 7px #969696;
	box-shadow: 4px 6px 7px #969696;
	z-index: 30;
/*	display: none;*/
}
.arl-el {
	padding-bottom: 1px;
	font-size: 1.17em;
	background: url(border-a.png) center 100% no-repeat;
}
.arl-el-link {
	padding: 6px 27px;
	display: block;
}
.arl-el-link:hover {
	background: #fff;
}


/*.rlli {
	padding-left:5px !important;
	padding-right: 5px !important; 
	width:auto !important;
   padding:0px !important;
    margin:0px !important;
    background-image:none !important;
   margin-left:0 !important;
}
.rlli:hover {
	background-image: none !important;
}*/





.color-cont {
	padding: 15px 24px 20px;
	 background: none repeat scroll 0 0 #DFDFDF;
	    border: 1px solid #CECFCF;
/*	margin-bottom: 30px;*/
	margin-bottom: 15px;
} 
.color-cont .h2 {
	margin-left: -24px;
}
.color-cont-ins {
	padding: 20px 25px;
	background: #fff;
	margin-top: 15px;
}
.shop-sum {
	font-size: 1.29em;
	color: #cd0000;
}

.bill-banner {
	width: 1152px;
	position: relative;
}
.bill-top {
	height: 100px;
	width: 952px;
}
.bill-right {
	z-index: 1000;
	width: 240px;
	height: 520px;
	position: absolute;
	top: 0;
	left:952px;
	zoom: 1;
	
}



.expert-subscribe-panel {
	width: 34px;
	position: absolute;
	top: 275px;
	left: 100%;
	z-index: 1000;
	font-size: 1.17em;
	cursor: pointer;
}

.expert-subscribe-panel img {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.subscribe-shadow img {
	
	 -moz-box-shadow: 4px 6px 15px #969696;
	-webkit-box-shadow: 4px 6px 15px #969696;
	box-shadow:4px 6px 15px #969696;
	
}
.subscr-bl {
/* здесь нельзя делать паддинг !!! */
	width: 360px;
	height:240px;
	position: absolute;
	top: 275px;
	right: 0;
	z-index: 2000;
	background: #fff;
	border: 1px solid #e6e6e6;
	-moz-box-shadow: 1px 2px 30px 2px #969696;
	-webkit-box-shadow: 1px 2px 30px 2px #969696;
	box-shadow: 1px 2px 30px 2px #969696;
	padding:0px;
    overflow: hidden;
}
.earelement-ins {
	padding: 15px;
	height: 210px;
	width: 330px;
}
.subscr-bl .pict-center {
	 -moz-box-shadow: 3px 3px 9px #969696;
	 -webkit-box-shadow: 3px 3px 9px #969696;
	box-shadow: 3px 3px 9px #969696;
	width: 120px;
	height: 160px;
	margin-bottom: 15px;
}
.rusrep-subscribe-panel {
	top: 369px;
}
.rusrep-subscr-bl {
	top: 369px;
}
/*.dshtrih-subscribe-panel {
	top: 542px;
}
.dshtrih-subscr-bl {
	top: 542px;
}*/
.tv-ear-panel {
	top: 542px;
}
.tv-ear-bl {
	top: 542px;
	width: 300px;
}
.earElement .lt-side {
	width: 120px;
	float: left;
}
.earElement .bullet-list {
	float: right;
	width: 195px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.earElement .sm-text {
	line-height: 1.3;
	margin-top: 5px;
}
.subscr-bl .wrapper-bigbutton {
	float: left;
	margin-left: 15px;
}
/*#subUho{
    margin:10px;
    overflow: hidden;
	width: 360px;
}
#subUho .rt-side {
	width: 120px;
	float: left;

}
#subUho .bullet-list {
	float: right;
	width: 195px;
	line-height: 1.2;
}
#subUho .sm-text {
	line-height: 1.2;
	margin-top: 5px;
}*/

.so-many-counters {
    display: block;
    height: 1px;
    position: absolute;
    width: 1px;
}
.head-banner {
	width: 952px;
	height: 90px;
}


.traffic-exchange {
	position: absolute;
	top: 388px;
	left: 275px;
	width: 360px;
	padding: 30px 25px;
	background: #982618 url(grad-tra.png) repeat-x;
	z-index: 11000;
	color: #fff;
	-moz-box-shadow: 0 0 20px 1px #1A1A1A;
	-webkit-box-shadow: 0 0 20px 1px #1A1A1A;
	box-shadow: 0 0 20px 1px #1A1A1A;
}
.traffic-exchange .pict-left {
	float: left;
	width: 160px;	
	display: block;
	height: 95px;
	margin: 0;
	/*padding-right: 20px;
	background: url(../img/bord-trafficexh-bl.png) 100% 0 repeat-y;*/
}
.traffic-exchange .rt-col {
	width: 166px;
	float: right;
	padding-left: 17px;
	min-height: 95px;
	background: url(bord-tra.png) 0 0 repeat-y;
}
.traffic-exchange a {
	color: #fff;
}
.tr-exc-title {
	display: block;
	margin: -3px 0 7px;
	font-size: 1.5em;
	line-height: 1;
}
.traffic-exchange p {
	font-size: 0.92em;
	line-height: 1.3;
}


.edit_admin_icon {
	text-indent: -9999px;
	background: url(icon-adm.jpg) 50% 50% no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	padding:5px; 
	-moz-box-shadow: 0 0 1em #00ff00 !important;
	    -webkit-box-shadow: 0 0 1em #00ff00 !important;
	    box-shadow: 0 0 1em #00ff00 !important;
	    		-moz-border-radius:8px;
			-webkit-border-radius: 8px;
}
.exp-extra-title {
	color: #6c6c6d !important;
	font-size: 0.92em !important;
	padding: 0 0 13px !important;
	background: url("border_d.png") repeat-x 0 100% !important;
	margin: 0 0 10px !important;
	line-height: 1.5 !important;
}