





/* CSS Reset — сброс CSS */
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: #fff;
	color: #000;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
*/
 


html *{
	outline: 1px solid red 100%;
}

html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	/* height:100%; */
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	background: none;
}


/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background: url(../../../bitrix/templates/oes/images/head_bg.jpg) no-repeat center top #fff;
	/*background: url(../../../bitrix/templates/oes/images/sro23.jpg) no-repeat center top #fff;*/
	padding:0px 10px;
}

h1
{
	margin:0;
	margin-bottom:15px;
	padding:14px 0px 5px 0px;
}

h1, h2, div.h2 
{
	font-size:23px;
	font-weight:normal;
	color: #1c6693
}

h2, div.h2 
{
	margin:0;
	margin-bottom:15px;
	padding:0px;
	line-height:27px;
}

.block h2, .block div.h2 
{
	margin:0;
	margin-bottom:15px;
	padding:3px 0px 0px 5px;
	line-height:27px;
	/*border-bottom:2px solid #1c6693;*/
	background: url(../../../bitrix/templates/oes/images/header_bg.jpg) repeat-x bottom left
}

 h3
{
	font-size:18px;
	font-weight:normal;
	color: #485254;
}

h4, h5, h6
{
	font-size:110%;
}

.georgia{
	font-family: Georgia;
}
.italic{
	font-style: italic;
}
.fs-16{
	font-size: 16px;
	margin-left: 338px;
}
.sign{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-top: 30px;
}
.smalltext{
	font-size:11px;
}

.bigtext{
	font-size:17px;
}

.graytext{
	color:#868d8e;
}

.center{
	text-align:center;
}

.flt{
	float:left;
}

.flt_r{
	float:right;
}

img.flt{
	margin:0px 5px 5px 0px;
	border:1px solid gray;
}

img.flt_r{
	margin:0px 0px 5px 5px;
	border:1px solid gray;
}

img.galery{
	margin:0px 5px 5px 0px;
	border:1px solid gray;
}

/*Information block*/
.block{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.list{
	
}

.list .anons{
	line-height:15px;
}

.list h2{
	margin:0;
	margin-bottom:6px;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	margin:1em 0;
	background-color:#F5F5F5;
	font-family:sans-serif;
}

img{
   border: medium none;
}

.clear{
	line-height: 0px;
	font-size:0px;
	clear:both;
}

a{outline:none}

/*удалить после завершения*/
.bgr{
	background: red!important;
	opacity: 0.3;
}
.bgy{
	background: yellow!important;
	opacity: 0.3;
}
.bgo{
	background: orange!important;
	opacity: 0.3;
}
/*удалить после завершения*/

/*Тело сайта*/
#maincontainer{
 	width:expression(document.body.clientWidth<=1000?'1000px':(document.body.clientWidth>1400?'1400px':'100%'));
	min-width:1000px;
	max-width:1400px;
	/*width: 1000px;*/
	margin: 0 auto;
	position: relative;
}

#contentwrapper {
	float:left;
	width:100%;
	background: none #FFFFFF;
}


/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a{outline:none}
a:link {color: #43adf6;}
a:visited{color:#43adf6;}
a:active {color: #43adf6;}
a:hover{color:#43adf6;}


small
{
	font-size:85%;
}

.stars{
	color:red;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #bec9d0;
	background-color: #bec9d0;
	margin:15px 0
}
#header
{
	/*background: url("../../../images/head_fir.png") no-repeat scroll center top transparent;*//**NY**/
	position:relative; /*containing block*/
	height:135px;
	color: #363a3b;
}
/**NY**/
/*#header .light {
    background: url("../../../images/head_light.png") no-repeat scroll -197px center transparent;
    float: left;
    height: 93px;
    width: 550px;
}*/
#header_logo
{
	position:absolute;
}
#logo{
	
}
#company_logo
{
	display:block;
	position:absolute;
	overflow:hidden;
	width:80px; 
	height:80px; 
	left:0px;
	top: 0;
	background: none;
}
#header_text
{
	position:absolute;
	left:85px;
	top: 0;
	width:420px;/*420*/
	padding-left:3px;
	padding-top:8px;
	color:#363a3b;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_text .bx-main-title
{
	margin:0;
	padding:0;
	font-size:22px;
	line-height:22px;
	border:none;
	text-decoration:none;
}

#header_text .bx-main-subtitle
{
	font-size:13px;
	margin-top:3px;
	padding:0 0 0 3px;
}

/* Header menu: home, search, feedback*/
#header_menu
{
	position:absolute;
	right:0px;	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/**NY**/
/*#header_menu {
    background: url("../../../images/head_light.png") no-repeat scroll -1079px center transparent;
    height: 93px;
    position: absolute;
    right: 0;
    width: 450px;
}*/
#header_menu a
{
	display:block;
	float:right;
	cursor:pointer;
	cursor:hand;
	padding:13px 5px 5px 5px;
	color:#363a3b;
	font-size:11px;
}

#header_menu #mail_ico{
	padding: 13px 19px 0px 0px;
}

#header_menu #map_ico, #header_menu #home_ico{
	padding: 20px 23px 0px 48px;
}

#head_links{
	float:right;
	margin: 0 20px 0 0;
}

#header_menu #head_links a
{
	display:block;
	float:left;
	cursor:pointer;
	cursor:hand;
	padding:13px 0px 8px 15px;
	color:#363a3b;
	font-size:11px;
}

#menu{
	position:absolute;
	top:93px;
	width:100%;
	border: 1px solid #dedede;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/*Content*/
#content
{
	width:100%;
/* 	height:70%; */
	border-collapse:collapse;
}

.main-top-block{
	margin-right: 26%;
	padding: 0px;
	background: transparent url(../../../bitrix/templates/oes/images/head_block_bg.jpg) repeat-x scroll bottom left;
	border: 1px solid #dadada;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.virtue-enter-block{
	padding: 0px;
	background: transparent url(../../../bitrix/templates/oes/images/virtue_block_bg.jpg) no-repeat scroll bottom left; 
/* 	border: 1px solid #dadada; */
	height:208px;	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.virtue-block{
	width:270px;
	padding: 0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left
}

.virtue-block h2{
	font-size:23px;
	font-weight:normal;
	color: #363A3B;
	margin:0;
	margin-bottom:12px;
	padding:14px 0px 0px 18px;
	line-height:23px;
	border:none;
	background: none;
}

.virtue-block ul{
	list-style-image:url(../../../bitrix/templates/oes/images/list-ball.gif);
	padding: 0px 0px 0px 16px;
	margin:0px 0px 0px 16px;
}

.virtue-block ul li{
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 6px;
}

.counter{
	font-size:34px;
	float:right;
	margin-right: 5px;
	margin-top: 15px;
}

.counter span{
	font-size:21px;
}

.enter-block{
	background: url("../../../bitrix/templates/oes/images/enter_block_bg_l.gif") no-repeat scroll 0 0 transparent;
	height:316px;
	margin:-190px 10px 0px 0px;
}

.enter-block-bg{
	height: 100%;
	margin: 0px 0px 0px 13px;
	padding: 14px 18px 0pt 5px;
	background: url('../../../bitrix/templates/oes/images/enter_block_bg.gif') no-repeat scroll right top transparent;
}
/**NY**/
/*.enter-block {
    background: url("../../../images/enter_block_bg_ny.gif") no-repeat scroll right top transparent;
    height: 316px;
    margin: -190px 10px 0 0;
    position: relative;
    z-index: 1;
}

.enter-left-bg {
    background: url("../../../images/enter_block_bg_l_ny.png") no-repeat scroll 0 0 transparent;
    height: 316px;
    position: absolute;
    width: 180px;
    z-index: 2;
}
.enter-block-bg {
    height: 100%;
    margin: 0;
    padding: 14px 18px 0 20px;
    position: relative;
    z-index: 3;
}*/
.enter-block h3
{
	font-size:18px;
	font-weight:normal;
	line-height:18px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.main-text {
    margin: -23px 0 20px;
    padding: 0;
    position: relative;
    z-index: 2;
}


.main-text h1
{
	margin:0;
	margin-bottom:12px;
	padding:0px;
	font-size:23px;
	font-weight:normal;
	line-height: 25px;
	text-align:center;
	color: #1c6693
}

.leaders-block table.rukovodstvo{
/* 	float: left; */
	margin: 0px 0px 5px 0px;
}

.leaders-block table td{
	vertical-align:middle;
	font-size:12px;
	width: 50%;
}

.leaders-block table td.imagecell{
	vertical-align:middle;
	font-size:12px;
	width: 90px;
}

.leaders-block table td span{
	margin-top:10px;
}

.leaders-block img{
	float: left;
	margin: 0px 5px 5px 0px;
}

#auth{
	padding: 0px;
	height:40px;
	text-align:right;
	background: transparent url(../../../bitrix/templates/oes/images/auth_bg.png) repeat-x scroll 0 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#at_frm_bitrix{
	padding: 8px 7px 0px 0px;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0px 15px 20px 70px;
	margin:0px 25% 0px 25%;
	text-align: justify;
}

/*Right column*/
#content .right-column
{
	float:left;
	margin-left:-25%;
	width:25%;
}
.connection-block .phones{
	color:#485254;
}
/*Left column*/
#content .left-column{
	float:left;
	margin-left:-100%;
	margin-top:262px;
	width:25%;
}

/*Footer*/
#footer
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*background:url("../../../bitrix/templates/oes/images/partners_odd_bg.gif") repeat-x scroll 0 0 transparent;
	border:1px solid #dadada;*/
	height:176px;
	padding:0px;
	text-align:center;
	margin:40px 0px 50px 0px;
}

#footer table{
	border-collapse:collapse;
	width: 100%;
	height:176px;
	margin:0px;
	padding:0px;
}
#footer table td.odd{
	height:176px;
	margin:0px;
	padding:0px;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
}
#footer table td.hovered{
	background:url("../../../bitrix/templates/oes/images/partners_even_bg.gif") repeat-x scroll 0 0 transparent;
}
#footer .odd
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:url("../../../bitrix/templates/oes/images/partners_odd_bg.gif") repeat-x scroll 0 0 transparent;
	height:100%;
}
/**NY**/
/*#footer .odd {
    -moz-box-sizing: border-box;
    background: url("../../../images/partners_odd_bg_ny.gif") repeat-x scroll 0 0 transparent;
    height: 100%;
}*/
#footer .even
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:url("../../../bitrix/templates/oes/images/partners_odd_bg.gif") repeat-x scroll 0 0 transparent;
	height:100%;
}
#footer .odd:hover
{
	background:url("../../../bitrix/templates/oes/images/partners_even_bg.gif") repeat-x scroll 0 0 transparent;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
}
/**NY**/
/*#footer .odd:hover {
    background: url("../../../images/partners_even_bg_ng.gif") repeat-x scroll 0 0 transparent;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
}*/

/*Link in footer*/
#footer a
{
	display:block;
	width:100%;
	height:100%;
	color: #363a3b;
}

#footer a img
{
	margin-top:20px;
}

#copyright
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:0px;
	text-align:center;
	margin:0px 0px 10px 0px;
}

#bottom_menu
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:0px;
	text-align:center;
	margin:0px 0px 20px 0px;
}

#bottom_menu a:link, #bottom_menu a:active, #bottom_menu a:visited
{
	color:#363a3b;
}

#bottom_menu a:hover
{
	color:#43adf6;
}

/*Data table*/
table.data-table
{
	border:1px solid #99BAD7;
	border-collapse:collapse;
}

table.data-table-center
{
	border:1px solid #99BAD7;
	border-collapse:collapse;
	margin: 0 auto;
}

/*Any cell*/
table.data-table td, table.data-table-center td
{
	border:1px solid #99BAD7;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th, table.data-table-center thead td, table.data-table-center th
{
	background-color:#F1F5FA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #99BAD7;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td, table.data-table-center tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td, table.data-table-center tfoot td
{
	background-color:#F1F5FA;
	padding:4px;
	color:#333;
}


/* Forms Data table*/
table.data-table.form-table
{
	border:none;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table.form-table td
{
	border:none;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table.form-table thead td, table.data-table.form-table th
{
	background-color:#F1F5FA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #99BAD7;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table.form-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table.form-table tfoot td
{
	background-color:#F1F5FA;
	padding:4px;
	color:#333;
}

table.data-table.form-table .inputtext{
	border: 1px solid #999999;
}

table.data-table.form-table .inputtextarea{
	border: 1px solid #999999;	
}

/*Zayavka table*/
table.zayavka-table
{
	border:1px solid #99BAD7;
	border-collapse:collapse;
}

/*Any cell*/
table.zayavka-table td
{
	border:1px solid #545454;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.zayavka-table thead td, table.zayavka-table th
{
	background-color:#f1f1f1;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #545454;
	padding:4px;
	color:#333;
}
table.zayavka-table thead td{
	text-align: center;
	font-weight: bold;
}
table.zayavka-table th
{
	background-color:#fffae2;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #545454;
	padding:4px;
	color:#333;
}
table.zayavka-table thead td.group-code
{
	text-align:center;
	padding:4px;
	color:#333;
	width:3%;
}
table.zayavka-table thead td.group-name
{
	text-align:center;
	padding:4px;
	color:#333;
	width:85%;
}
table.zayavka-table thead td.group-work-name
{
	text-align:center;
	padding:4px;
	color:#333;
	width:5%;
}
table.zayavka-table thead td.group-work
{
	text-align:center;
	padding:4px;
	color:#333;
	width:5%;
}

/*Body cell*/
table.zayavka-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.zayavka-table tfoot td
{
	background-color:#F1F5FA;
	padding:4px;
	color:#333;
}


/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;}

.simple-form{
	margin: 0px 0px 20px 0px;
}
.search-form .search_button{
	background:url("../../../bitrix/templates/oes/images/search_but.gif") no-repeat scroll 0 0 transparent;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	height:23px;
	width:56px;
	padding:0px;
	_padding:2px 0px 0px 0px;
}

.search-form .search_input{
	background:url("../../../bitrix/templates/oes/images/search_input_bg.gif") no-repeat 0 0 transparent;
	_background-attachment:fixed;
	border:0 none;
	color:#5c646b;
	/*cursor:pointer;*/
	font-size: 13px;
	height:23px;
	_height:21px;
	width:142px;
	padding: 0px 10px 0px 24px;
	_padding: 2px 10px 0px 24px;
	margin:0px 5px 0px 0px;
	overflow:hidden;
}

.photo-block{
	border: 1px solid #dadada;
	padding:9px;
	color:#5e6769;
	background:url("../../../bitrix/templates/oes/images/photo_block_bg.jpg") repeat-x scroll top left #ffffff;
}

.photo-block img{
	margin: 0px 0px 5px 0px;
}

div.details {
	text-align: right;
	margin:5px 5px 2px 0px
}

.enter-block div.details {
	margin:25px 5px 2px 0px
}

div.details span {
	background:url("../../../bitrix/templates/oes/images/details.gif") no-repeat scroll 0 5px transparent;
	color:#F75501;
	padding:0 0 0 15px;
}

.details a:link, .details a:visited{
	color:#f75501;
}

.details a:hover{
	color:#f75501;
	text-decoration:none
}

div.details_left {
	text-align: left;
	margin:5px 5px 12px 0px
}

div.details_left span {
	background:url("../../../bitrix/templates/oes/images/details_dark.gif") no-repeat scroll 0 3px transparent;
	color:#363a3b;
	padding:0 0 0 15px;
}

.details_left a:link, .details_left a:visited{
	color:#363a3b;
	text-decoration:none;
	border-bottom: 1px dashed #363a3b;
}

.details_left a:hover{
	color:#363a3b;
	text-decoration:none;
	border-bottom: none;
}

.reestr-block{
	text-align:center;
	padding: 20px 0px;
}

.list .date{
	border-bottom:1px solid #bec9d0;
	margin-bottom:2px;
	padding-bottom:5px;
}

.list .headline{
	margin-bottom:4px;
}

.list .element{
	margin-bottom: 15px;
}

.auth-block{
	float:right;
}

.auth-in-out{
	background:url("../../../bitrix/templates/oes/images/go.gif") no-repeat 0 0 transparent;
	border:0 none;
	color: #502f0d;
	cursor:pointer;
	text-align:left;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	padding: 2px 0px 5px 12px;
	height:22px;
	width:83px;
}

.logout .auth-in-out{
	background:url("../../../bitrix/templates/oes/images/out.gif") no-repeat 0 0 transparent;
}

.auth-input{
	background:url("../../../bitrix/templates/oes/images/input_bg.gif") no-repeat 0 0 transparent;
	_background-attachment:fixed;
	border:0 none;
	color:#5c646b;
	/*cursor:pointer;*/
	font-size: 13px;
	line-height:13px;
	height:22px;
	_height:18px;
	width:126px;
	padding: 0px 10px 0px 10px;
	_padding-top: 4px;
	margin:0px 5px 0px 5px;
	box-sizing: content-box;
}

.control-sro-month{
	padding:10px 5px;
	background:#fff4e2;
	margin-bottom:20px;
}

.control-sro-month a{
	padding:10px;
}

.control-sro-scheme{
	padding:5px 10px 20px;
	margin-bottom:20px;
	border:1px solid #e9ebf7;
	text-align:center
}

.struktura-sro{
	padding:5px 10px 20px;
	margin-bottom:20px;
	text-align:center
}

/*r_box*/
.r_box_bg{
	background: url(../../../upload/tpl/rc/r_bg.jpg) repeat-x top left;
	margin: 0px 0px 15px;
}
.r_box {
	background: url(../../../upload/tpl/rc/r_tl.png) no-repeat top left;
}
.r_top {
	background: url(../../../upload/tpl/rc/r_tr.png) no-repeat top right;
}
.r_bottom {
	background: url(../../../upload/tpl/rc/r_bl.png) no-repeat bottom left;
}
.r_bottom div {
	background: url(../../../upload/tpl/rc/r_br.png) no-repeat bottom right;
}
.r_content {
	background: url(../../../upload/tpl/rc/r_r.png) top right repeat-y;
}

.r_top div,.r_top,
.r_bottom div, .r_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.r_content, .r_bottom {
	margin-top: -19px;
}
.r_content { padding: 0 15px; }

.data{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

.cellname{
	padding:0px;
	margin:0px;
	text-align:right;
}

.celldata{
	padding:0px 0px 0px 10px;
	margin:0px;
	text-align:left;
}

.subscribe-form .subscribe_button{
	background:url("../../../bitrix/templates/oes/images/search_button.gif") no-repeat scroll 0 0 transparent;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	height:23px;
	width:29px;
	padding:0px;
	_padding:2px 0px 0px 0px;
}

.subscribe-form .subscribe_input{
	background:url("../../../bitrix/templates/oes/images/search_input_bg.gif") no-repeat 0 0 transparent;
	_background-attachment:fixed;
	border:0 none;
	color:#5c646b;
	cursor:pointer;
	font-size: 13px;
	height:23px;
	_height:21px;
	width:142px;
	padding: 0px 10px 0px 24px;
	_padding: 2px 10px 0px 24px;
	margin:0px 5px 0px 0px;
	overflow:hidden;
}
li.photo-album-item div.photo-album-name{
	height:5em
}

.zayavka textarea{
	border: 1px solid #999;
}
.zayavka .inputtext{
	border: 1px solid #999;
}
.zayavka legend{
	font-weight: bold;
}
.zayavka dl{
	float:left;
	margin:0;
	padding:0;
	width:100%;
}
.zayavka dt{
	clear:left;
	float:left;
	margin:10px 30px 10px 0;
	padding:0;
	text-align:right;
	width:25%;
}
.zayavka dd{
	float:left;
	margin:0;
	padding:10px 0;
	width:70%;
}
.zayavka .type-of-work dd input{
	position: absolute;
}
.zayavka dd .dd-name{
	margin-left: 20px;
	margin-bottom: 5px;
}

#support_form {
background:url("../../../bitrix/templates/oes/images/auth_bg.png") repeat-x scroll 0 0 #e7e7e7;
border:1px solid #C8C8C8;
z-index:1000;
display:none;
}
#support_form  #send
{
background:url("../../../bitrix/templates/oes/images/send.gif") no-repeat scroll 0 0 transparent;
border:0 none;
color:#502F0D;
cursor:pointer;
font-size:0px;
font-weight:bold;
height:22px;
line-height:18px;
padding:2px 0 5px 12px;
text-align:left;
width:83px;
}
.photo-page-main{width:99%}
.sotrudnichestvo-block{
	width: 100%;
	background: url("../../../upload/banners/sotrudnichestvo_bg.jpg") repeat-x;
	border: 1px solid #dcdcdc;
}
.reestr-block a{
	text-decoration:none;
}
.reestr-bg {
    background: url("../../../upload/banners/buttons-new.png") repeat-x scroll 0 -35px transparent;
    color: white;
    display: block;
    font-size: 22px;
    padding: 2px 0 5px;
}
.reestr-left{
	background: url("../../../upload/banners/buttons-new.png") no-repeat scroll left -70px transparent;
	padding: 0 0 0 6px;
	height: 35 px;
	display: block;
}
.reestr-right{
	background: url("../../../upload/banners/buttons-new.png") no-repeat scroll right 0px transparent;
	padding: 0 6px 0 0;
	height: 35 px;
	display: block;
}