@font-face {
    font-family: 'NeoSansProRegular';
    src: url('fonts/neosanspro-regular-webfont.eot');
    src: url('fonts/neosanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/neosanspro-regular-webfont.woff') format('woff'),
         url('fonts/neosanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/neosanspro-regular-webfont.svg#NeoSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { 
    margin: 0; 
} 

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                             
	vertical-align: baseline;     
	background: transparent;     
	font-size: 100%;                  
}

html, body { 
    height: 100%; 
} 

html{
	color: #636262;
	font: normal 12px/18px  'Arial',sans-serif;
	background: #fff url(img/bg_top.png) repeat-x;
}

a {                                      
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table {					
	border-collapse: collapse; 
	border-spacing: 0;
}

td, td img {
	vertical-align: top;			
} 

input, select, button, textarea {
	margin: 0; 				
	font-size: 14px; 			
}


input[type="checkbox"], input[type="radio"]  { 		
	vertical-align: middle;
}

img {
	border: 0;
}

a,button,input,select,textarea {
	outline: none;
}

a{
	color: #0e99e1;
	outline: none;
}

a:hover{
	text-decoration:  none;
}


textarea {
	resize: none;
	height:95px;
}

label {
	vertical-align: middle;
}

ul{
	list-style: none;
}


input[type="password"],input[type="text"], textarea {
	font: 12px arial, sans-serif;
	color: #373737;
	padding: 6px;
	border: 1px solid #e3e2d0;
}

input[type="submit"],input[type="reset"], button{
	position: relative;
	cursor: pointer;
	border: 1px solid #cedce1;
	outline: none;
	background: url(img/button_bg.png) repeat-x 0 0;
	font-weight: bold;
	behavior: url("js/PIE.htc");
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	border-radius: 2px;	
	-pie-watch-ancestors: 1;
	
	box-shadow: 1px 1px 1px #999;
   -moz-box-shadow: 1px 1px 1px #999;
   -webkit-box-shadow: 1px 1px 1px #999;
   font-size: 13px;
   overflow: visible;
   zoom: 1;
   padding: 6px;
}

input[type="submit"]:hover,input[type="reset"]:hover, button{
	background: #048fd7;
	position: relative;
	color: #fff;
	behavior: url("js/PIE.htc");
	box-shadow: 1px 1px 1px #048fd7;
   -moz-box-shadow: 1px 1px 1px #048fd7;
   -webkit-box-shadow: 1px 1px 1px #048fd7;
   border: 1px solid #048fd7;
}

textarea {
	resize: none;
	height:95px;
}

input, label {
	vertical-align:middle;
}

ul{
	list-style: none;
}

h1{

}

h2{
	color: #3a3333;
	font: 20px/20px 'Arial', sans-serif;
	margin: 0 0 20px 0;
}

h3{
	font: 18px 'Arial', sans-serif;
	color: #000;
	margin: 0 0 10px 0;
}

h4{
	font: 24px/24px 'NeoSansProRegular', sans-serif;
}

h5{
	font: 13px/16px 'Arial', sans-serif;
	color: #333333;
	margin: 0 0 10px 0;
}

h5 a{
	color: #333333;
}

h6{
	color: #fff;
	font-size: 16px;
}

#wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -112px; 
} 

.wrapper{
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#header{
	position: relative;
	height: 200px;
}

.logo {
	position: absolute;
	left: 5px;
	top: 50px;
}

.search_box{
	position: absolute;
	top: 20px;
	left: 300px;
}

input[type="text"].search_text{
	background: #fff;
	color: #b4b4b4;	
	padding: 5px 30px 5px 10px;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	behavior: url("js/pie.htc");
	-pie-watch-ancestors: 1;
	border: 1px solid #dfdfdf;
	width: 120px;
}	
/*правки input*/
input.search_loupe{
	position: absolute;
	right: 7px;
	top: 6px;
	*top: 7px;
	background: url(img/loupe.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	border: 0;
	cursor: pointer;
	text-shadow: none;
	box-shadow: none;	
	border-radius: 0;
}

input.search_loupe:hover{
	background: url(img/loupe.png) no-repeat 0 0;
	position: absolute;
	color: #fff;
	box-shadow: none;	
	border-radius: 0;
	border: 0;
}
/*правки input*/

.top_menu{
	position: absolute;
	right: 240px;
	top: 20px;
	font-size: 14px;
}

.top_menu li{
	display: inline;
	padding: 0 25px 0 0;
}

.top_menu li a{
	color: #c90000;
}

.info{
	position: absolute;
	right: 5px;
	top: 15px;
	background: url(img/phone_box.png) no-repeat 0 0;
	width: 203px;
	height: 43px;
	color: #333333;
	padding: 7px 0 0 17px;
	overflow: hidden;
}

.info span{
	color: #c90000;
}

.header_menu{
	position: absolute;
	right: 0;
	top: 90px;
	color: #fff;
	background: url(img/header_menu_bg.png) no-repeat 0 0;
	margin: -40px -20px 0 0;
	padding: 42px 20px 0 20px;
	width: 657px;
	height: 80px;
}

.header_menu li ul{
	margin: 0 -20px 0 0;
}

.header_menu li ul li{
	float: left;
	padding: 0;
	margin: 0;
	font: 14px/20px 'NeoSansProRegular';
	padding: 0 11px 0 11px;
	white-space: nowrap;
}

.header_menu a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 13px 0;
}

.header_menu  li ul li.current-menu-item {
	padding: 13px 12px 13px 11px;
	background: url(img/active_bg.gif) repeat-x 0 0;
}

.header_menu li ul li.current-menu-item  a{
	padding: 0;
}

.header_menu li ul li:hover{	
	background: url(img/active_bg.gif) repeat-x 0 0;
}
.header_menu li{	
	list-style: none;
}
#content{
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
	padding: 5px 5px 20px 5px;
}

.blue_box{
	float: left;
	background: url(img/blue_box_bg.png) no-repeat left 0;
	padding: 25px 30px;
	width: 366px;
	height: 131px;
	color: #fff;
	margin: 0 0 20px 0;
}

.left_menu{
	float: right;
	width: 550px;
}

.left_menu li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 268px;
	height: 43px;
	background: url(img/menu_left_bg.png) no-repeat 0 0;
	margin: 0 0 4px 4px;
	font: 18px/18px 'Arial', sans-serif;
}

.left_menu li a{
	display: block;
	color: #3a3333;
	text-decoration: none;	
	padding: 12px 10px 8px 10px;
}

.left_menu li a:hover{
	background: #0a93da;
	padding: 12px 10px 11px 10px;
	color: #fff;
}
.left_menu li span{
	display: block;
	color: #999;
	text-decoration: none;	
	padding: 12px 10px 8px 10px;
}
.left_menu li a:active{
color: white;
}

.news_block{
	position: relative;
	float: left;
	width: 982px;
	background: url(img/sprait_news_block.png) repeat-y -982px 0;
	margin: 52px 0 50px 0;
	padding:  0 0 20px 0;
}

.news_block:before, .news_block .before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -52px;
	background: url(img/sprait_news_block.png) no-repeat 0 0;
	width: 982px;
	height: 56px;
	z-index: 0;
}

.news_block:after, .news_block .after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -12px;
	background: url(img/sprait_news_block.png) no-repeat -1964px 0;
	width: 982px;
	height: 12px;
	z-index: 0;
}

.news_block{
	zoom:1;
    behavior:expression(!this.isInserted==true ? this.isInserted=(this.innerHTML = '<span class="before"></span>' + this.innerHTML + '<span class="after"></span>') : '');
	*z-index: 0;
}

.left_block{
	position: relative;
	float: left;
	width: 276px;
	padding: 0 15px; 
	margin: 0 32px 0 0;
	z-index: 15;
}

.center_block{
	position: relative;
	float: left;
	width: 276px;
	padding: 0 15px; 
	margin: 0 32px 0 0;
	z-index: 15;
}

 .right_block{
	position: relative;
	float: right;
	width: 276px;
	padding: 0 15px; 
	margin: 0 32px 0 0;
	z-index: 15;
}

.clear{
	clear: both;
}

.news_block .green_button ,.news_block .blue_button,.news_block .red_button{
	position: absolute;
	white-space: nowrap;
	bottom: -40px;
	margin: 0 0 0 9px;
}

.red_submit_button,.blue_submit_button, .green_submit_button{
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 20px 0;
	behavior: url("js/PIE.htc");
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;	
	-pie-watch-ancestors: 1;
	
	box-shadow: 2px 2px 2px #000000;
   -moz-box-shadow: 2px 2px 2px #000000;
   -webkit-box-shadow: 2px 2px 2px #000000;
}

.red_submit_button{
	background: #b70c18 url(img/red.png) repeat-x right 0;
}

.green_submit_button{
	background: #5e9313 url(img/green.png) repeat-x right 0;
}

.blue_submit_button{
	background: #048fd7 url(img/blue.png) repeat-x right 0;
}

.red_submit_button a, .green_submit_button a, .blue_submit_button a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}

.green_button ,.blue_button, .red_button{	
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 20px 9px;
}

.green_button a, .blue_button a, .red_button  a{
	display: block;	
	height: 34px;
	color: #fff;
	text-decoration: none;
	line-height: 34px;
	padding: 0 20px 0 10px;
	*z-index: expression(runtimeStyle.zIndex = 0, insertAdjacentHTML('afterBegin', '<div class="before_a"></div>'));
}

.green_button a{
	background: url(img/green_button_sprait.png) no-repeat right 0;
}

.blue_button a{
	background: url(img/blue_button_sprait.png) no-repeat right 0;
}

.red_button  a{
	background: url(img/red_button_sprait.png) no-repeat right 0;
}


.green_button a:before, .blue_button a:before, .red_button  a:before, .green_button a .before_a, .blue_button a .before_a,.red_button  a .before_a{
	content: '';
	display: block;	
	position: absolute;
	left: -9px;
	top: 0;
	height: 34px;
	width: 10px;
}


.green_button a:before, .green_button a .before_a{
	background: url(img/green_button_sprait.png) no-repeat left -35px;
}


.blue_button a:before, .blue_button a .before_a{
	background: url(img/blue_button_sprait.png) no-repeat left -35px;
}


.red_button a:before, .red_button a .before_a{
	background: url(img/red_button_sprait.png) no-repeat left -35px;
}


.center_block  .blue_button{
	position: absolute;
	left: 195px;
}

.left_block .green_button{
	left: 195px;
}

.right_block .red_button{
	right: 10px;
}

.news_block .title{
	position: relaive;
	z-index: 15;
	zoom: 1;
	margin: -45px 0 20px 0;
}


.news_block .title  h3{
	color: #fff;
	margin: 0;
	padding: 0;
}

.news_block .news_info{
	font-size: 13px;
	color: #fff;
}

.right_block{
	float: right;
	width: 276px;
	padding: 0 15px; 
	margin: 0 0 0 0;
}

.green h5 a{
	color: #508d14;
}

.blue h5 a{
	color: #047ab7;
}

.red h5 a{
	color: #b40b17;
}

.announce{
	position: relative;
	float: left;
	width: 982px;
	background: url(img/announce_bg.png) no-repeat 0 bottom;
	margin: 0px 0 50px 0;
	padding:  0 0 20px 0;
}

.announce .all{
	float: right;
}

ul.announces_list{
	float: left;
	width: 100%; 
}

.announces_list li{
	float: left;
	width: 100%;
	padding: 10px 0;
	border-top: 1px dashed #999999;
}

.announces_list li:first-child{
	padding: 0px 0 10px 0;
	border-top: 0;
}

.title_announce{
	float: left;	
	width: 100%;
	height: 80px;
	display: table-cell;
    vertical-align: bottom;
	display: table-cell;
    vertical-align: middle;
} 

.title_announce h2{
	float: left;	
	width: 100%;
	line-height: 30px;
}

.title_announce h2 img{
	float: left;
	margin: 0 10px 0 0;
}

.announces_list h5{
	padding: 0;
	margin: 0;
}

.date{
	color: #0e99e1;
}	

.left_column{
	float: left;
	width: 660px;
	padding: 0 50px 0 0;
}

.right_column{
	float: right;
	width: 270px;
}

.green_table{
	width: 100%;
	margin: 0 0 20px 0;
}

.green_table td, .green_table th{
	padding: 8px 15px;
	text-align: left;
}	

.green_table td+td, .green_table th+th{
	text-align: center;
}	

.green_table th{
	color: #fff;
	font-weight: normal;
	text-align: left;
	background: #5f9d23 url(img/thead.png) repeat-x 0 0;
}

.green_table th:first-child{
	background: url(img/title_corner.png) no-repeat 0 0;
}


.green_table th:last-child{
	background: url(img/title_corner.png) no-repeat right 0;
}

.green_table tr:nth-child(2n) td:first-child{
	background: url(img/gray_table_bg.gif) no-repeat left 0;
}

.green_table tr:nth-child(2n) td:last-child{
	background: url(img/gray_table_bg.gif) no-repeat right 0;
}

.green_table tr:nth-child(2n+1) td:first-child{
	background: url(img/white_table_bg.gif) no-repeat left 0;
}

.green_table tr:nth-child(2n+1) td:last-child{
	background: url(img/white_table_bg.gif) no-repeat right 0;
}

.green_table tr:last-child td:first-child{
	background: url(img/bottom_table.gif) no-repeat 0 bottom;
	border-left: 0;
	border-right: 0;
}

.green_table tr:last-child td:last-child{
	background: url(img/bottom_table.gif) no-repeat right bottom;
	border-left: 0;
	border-right: 0;
	margin: 0;
	padding: 5px;
}

.green_table .green_button{
	margin: 0 0 0 0;
	}

.rating{
	position: relative;
	text-align: right;
        margin-top: 20px;
}


.align_right{
	float: left;
    margin: 0 32px 0 0;
    width: 100%;
    z-index: 15;
	
}

.align_right{
	text-align: right;
}

.laign_left{
	text-align: right;
}

/*Карусель*/

.scroll{
	position:relative;
	float:left;
	width:580px !important;
	height: 55px !important;
	padding: 0 40px !important;
	background: url(img/carusel_bg.gif) no-repeat;
	margin: 0 0 50px 0;
}

.carusel{
	width:580px !important;
	margin: 7px 0 0 0 !important; 
}

.carusel li{
	display: inline;
	position: relative;
	width: 90px !important;
	*zoom: 1;
	height: auto !important;
	text-align: center;
	margin: 5px 10px;
}

.carusel .img{
	width: 90px !important;
	margin: 0 auto;
	overflow: hidden;
	vertical-align: middle;
	height: 30px !important;
}

.carusel .img img{
	max-width: 90px !important;
	margin: 0 auto;
	overflow: hidden;
	vertical-align: middle;
	height: 30px !important;
	
}

.scroll .prev {
	position:absolute;
	left: 10px;
	top: 20px;
	background: url(img/sprait_arrow.png) no-repeat 0 0;
	width:14px;
	height:17px;
	z-index:30;	
	cursor:pointer;
}

.scroll .next {
	position:absolute;
	left:640px;
	top:20px;
	background: url(img/sprait_arrow.png) no-repeat -14px 0;
	width:14px;
	height:17px;	
	z-index:20;	
	cursor:pointer;
}

/* чтобы при последней картинке пропадала стрелка*/
.next.disabled{
	background: url(img/sprait_arrow_noatcive.png) no-repeat -14px 0;
}

.prev.disabled{
	background: url(img/sprait_arrow_noatcive.png) no-repeat 0 0;
}
/*Карусель*/

.footer_menu{
	position: absolute;
	top: 25px;
	color: #333333;
}

.footer_menu li{
	display: inline;
	padding: 0 15px 0 0;
}

.footer_menu a{
	color: #333333;
}

.icons{
	position: absolute;
	top: 55px;
}

.icons li{
	display: inline;
	padding: 0 5px 0 0;
}	

.copyright{
	position: absolute;
	top: 30px;
	right: 0;
	text-align: right;
	color: #333333;
}

.copyright span{
	color: #cd1723;
}

.copyright p{
	margin: 0 0 5px 0;
}

.color_block{
	border: 1px solid #cdcdcd;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	behavior: url("js/pie.htc");
	-pie-watch-ancestors: 1;
	position: relative;
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;
}


.color_block .red_button,.color_block .blue_button,.color_block .green_button{
	position: absolute;
	right: 10px;
	bottom: -20px;
	margin: 0 20px 0 9px;
}

.color_block  .text .red_button,.color_block  .text .blue_button,.color_block .text .green_button{
	position: relative;
	top: 0;
	margin: -5px -10px 5px 19px;
	float: none;
}

.color_block .text{
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
}


.color_block .text p{
	margin: 0 0 10px 0;
}

.red_title, .blue_title, .green_title{
	padding: 10px;
	border-radius: 13px 13px 0 0;
	-moz-border-radius: 13px 13px 0 0;
	-webkit-border-radius: 13px 13px 0 0;
	behavior: url("js/pie.htc");
	-pie-watch-ancestors: 1;
	position: relative;
	margin: 0 0 20px 0;
}

.red_text{
	color: #B40B17;
}

.green_text{
    color: #508D14;
}

.blue_text{
    color: #047AB7;
}

.green_title{
	background: url(img/green_title.png) repeat-x 0 0;
}

.blue_title{
	background: #008bd3 url(img/blue_title.png) repeat-x 0 0;
}

.red_title{
	background: #b30a16 url(img/red_title.png) repeat-x 0 0;
}

.red_title h3, .blue_title h3, .green_title h3{
	color: #fff;
	padding: 0;
	margin: 0;
}

.push { 
	clear: both;
    height: 112px; 
	  color: #FFFFFF;
}

.small-news{
	margin: 40px 0;
}

.hidden_fancy_content {
	display: none;
	float: left;
}

.hidden_fancy_content .blue_title{
	float: left;
}

.hide_fancy .blue_title input[type="text"], .hide_fancy .blue_title input[type="password"] {
	width: 240px;
	border: 1px solid #0299e8; 
}

.hide_fancy{
	width: 1100px;
}

.hide_fancy_small{
	width: 400px;
}

.hide_fancy_small p{
	padding: 0 20px 20px;
}

.hide_fancy_small .red_button, .hide_fancy_small .blue_button{
	padding: 0;
	margin: 0 0 0 9px;
}

.hide_fancy .blue_title{
	float: left;
	width: 1080px;
}

.hide_fancy input[type="submit"]:hover{
	background: url(img/button_bg.png) repeat-x 0 0;
	font-weight: bold;
	behavior: url("js/PIE.htc");
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	border-radius: 2px;	
	-pie-watch-ancestors: 1;
	
	box-shadow: 1px 1px 1px #999;
   -moz-box-shadow: 1px 1px 1px #999;
   -webkit-box-shadow: 1px 1px 1px #999;
   border: 1px solid #cedce1;
   color: #000;
}  

.hide_fancy .red {
	float: left;
	color: #f00;
	font-size: 18px;
	padding: 0px 20px 20px 20px;
}

.hide_fancy_small .red {
	float: left;
	color: #f00;
	font-size: 14px;
	padding: 0px 20px 20px 20px;
}

.blue_title p{
	padding: 0 0 10px 0;
}

.blue_title h4 {
	padding: 10px 0 10px 10px;
	color: #fff;
}

.blue_title input[type="submit"]{
	float: left;
	margin: 0 50px 0 0;
	padding: 4px 5px;
}

.form_block{
	float: right;
	width: 250px;
	margin: 0 20px 0 10px;
}

.form_block a{
	color: #fff;
	line-height: 20px;
	float: right;
}

.announce_block{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

#footer { 
    height: 112px; 
	background: url(img/bg_footer.png) repeat-x 0 0;
	font-size: 12px;
} 


.green_table_content{
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 12px;
}

.green_table_content td, .green_table_content th{
	padding: 8px 0px 8px 15px;
	text-align: left;
}	

.green_table_content td+td, .green_table_content th+th{
	text-align: center;
}	

.green_table_content th{
	color: #fff;
	font-weight: normal;
	text-align: left;
	background: #5f9d23 url(img/thead.png) repeat-x 0 0;
}

.green_table_content th:first-child{
	background: url(img/title_corner.png) no-repeat 0 0;
}


.green_table_content th:last-child{
	background: url(img/title_corner.png) no-repeat right 0;
	padding: 8px 15px 8px 15px;
}

.green_table_content tr:nth-child(2n) td:first-child{
	background: url(img/gray_table_bg.gif) no-repeat left 0;
}

.green_table_content tr:nth-child(2n){
		background: #e9e9e9; 
}

.green_table_content tr:nth-child(2n+1){
	background: #fff; 
}

.green_table_content tr:nth-child(2n+1):last-child{
	background: url(img/bottom_table1.png) repeat-x right 0;
}

.green_table_content tr:nth-child(2n) td:last-child{
	background: url(img/gray_table_bg.gif) no-repeat right 0;
}

.green_table_content tr:nth-child(2n+1) td:first-child{
	background: url(img/white_table_bg.gif) no-repeat left 0;
}

.green_table_content tr:nth-child(2n+1) td:last-child{
	background: url(img/white_table_bg.gif) no-repeat right 0;
}

.green_table_content tr:last-child td{
	border-bottom: 1px solid #ccc;
}
.green_table_content .green_button{
	margin: 0 0 0 0;
}

/*           Novaya forma               */
.standart_form label{
	display: block;
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: #000;
	font-size: 14px;
	font-style: italic;
}

.labelb{	
        
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: #000;
	font-size: 14px;
	font-style: italic;
}

.standart_form em{
	display: block;
	margin: 0 0 10px 0;
	font-style: normal;
}

.standart_form  input[type="checkbox"],.standart_form  input[type="radio"]{
	margin: 0 10px 0 0;
}

.standart_form  input[type="text"],.standart_form  input[type="password"]{
	padding: 4px 14px;
	width: 200px;
	behavior: url("js/PIE.htc");
	-moz-border-radius: 13px;
    -webkit-border-radius: 13px;
	border-radius: 13px;	
	-pie-watch-ancestors: 1;
        margin-bottom: 5px;
}



.input-consumer {
	width:50px !important;
}


/*           Novaya forma               */



/*styles_fancy*/
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
	behavior: url("js/PIE.htc");
	-moz-border-radius: 13px;
    -webkit-border-radius: 13px;
	border-radius: 13px;	
	-pie-watch-ancestors: 1;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	behavior: url("js/PIE.htc");
	-moz-border-radius: 13px;
    -webkit-border-radius: 13px;
	border-radius: 13px;	
	-pie-watch-ancestors: 1;

}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
	behavior: url("js/PIE.htc");
	-moz-border-radius: 13px;
    -webkit-border-radius: 13px;
	border-radius: 13px;	
	-pie-watch-ancestors: 1;
	
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	background: transparent url('img/slimbox-close.png') 0px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}


#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('img/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/*styles_fancy*/

#numberPlace {
    width: 50px !important;
}

#situationTwo input[type="radio"] {
    
}

.reyting-link {
    margin: 20px 0;
}

.reyting-link a { 
    padding-right: 30px;
}

.status-publish {
    margin: 20px 0;
}
.entry-title {
    margin-bottom: 0 !important;
}

.table-upload-files {
    margin-top: 20px;
}

.td-upload-files {
    text-align: left !important;
}

.a-upload-files {
    color: red;
}


.standart_form  textarea{
	padding: 4px 14px;
	behavior: url("js/PIE.htc");
	-moz-border-radius: 13px;
        -webkit-border-radius: 13px;
	border-radius: 13px;	
	-pie-watch-ancestors: 1;
}

#universal-table, #universal-table-petition, #hide-district {
    display: none;
}

#divSignature {
    display: none;
}

.user-list li {
    float: left;
    margin-right: 10px;
}


#Wrapper-Consumer {
    width: 950px;
}

.textarea-consumer {
    width: 400px !important;
}

#hide-district b {
    color: green;
    font-size: 13px;
}