html, body
{
	height: 100%;
}

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

body, td
{
	font-family: Arial;
	font-size: 100%;
}

input, select, textarea
{
	font-family: Arial;
	font-size: 110%;
}

body, td
{
	line-height: 17px;
}

form
{
	display: inline;
}

img
{
	border-width: 0;
}

a,
a.link
{
	color: #008ABE;
}

a:visited
{
	color: #008ABE;
}

a:hover
{
	color: #008ABE;
	text-decoration: none;
}

h2 a
{
	color: #008ABE!important;
}

.minor .c a.link:visited,
a.link:visited
{
	color: #008ABE;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

p
{
	padding: 0;
	margin: 1em 0;
}

.frame
{
	padding: 35px 0;
	max-width: 1400px;
}

.lcol,
.rcol
{
	font-size: 75%;
}

.lcol
{
	padding-right: 18px;
}

.logo,
.menu,
.contact,
.lcol h3,
#weather,
#currency,
#links,
#links2
{
	margin-left: 35px;
}

#currency
{
    margin-top: 0.5em;
    margin-bottom: 1em;
}

#currency th
{
    font-weight: normal;
}

ul.list
{
    list-style-type: none;
}

ul.list,
ul.list li
{
    margin: 0;
    padding: 0;
}

ul.list li
{
    margin-bottom: 5px;
}

#links {
    margin-bottom: 1em;
}

.logo
{
	color: #D63939;
}

.logo img
{
	margin-bottom: 9px;
}

.logo .t1
{
	font-size: 12px;
	white-space: nowrap;
	line-height: 8px;
	margin-top: 2px;
}

.logo .t2
{
	font: bold 20px Tahoma;
	text-transform: uppercase;
	margin-bottom: 9px;
}

.contact
{
	font-size: 12px;
	color: #929497;
}

.contact .t1
{
	font-size: 14px;
}

.contact .t1 img
{
	margin-top: 1px;
}

.contact .t2
{
	margin: 1px 0 5px 0;
}

.contact .t3
{
	margin: 12px 0 34px 0;
    overflow: hidden;
}

.contact .t3 img
{
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.menu,
div.list
{
	line-height: 15px;
}

.main .menu
{
	border-style: solid;
	border-width: 0 0 0 6px;
	border-color: #008BBF;
	padding-left: 29px;
	margin: 0 0 11px 0;
}

.menu a.selected
{
	color: darkorange;
}

.menu a.selected:visited
{
	color: darkorange;
}

.tabs a.selected
{
	color: yellow;
}

.tabs a.selected:visited
{
	color: yellow;
}

.menu div,
div.list div
{
	margin-bottom: 5px;
}

.menu.p2
{
	margin-bottom: 28px;
}

.lcol h3
{
	font: normal 20px Tahoma;
	color: #139BC1;
	line-height: 30px;
	margin-bottom: 2px;
}

.lcol h3.mline {
    line-height: 22px;
    margin-bottom: 8px;
}

#search
{
	height: 72px;
	background: #139CC2 url('/files/images/search_c.gif') no-repeat top right;
	border-style: solid;
	border-width: 0 0 0 6px;
	border-color: #FEDCBD;
	margin-top: -7px;
    margin-bottom: 1em;
}

#search .inside {
    padding: 20px 25px 0;
}

.tabs
{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 1px;
	margin: 0;
    margin-top: -1.5em;
}

.tabs dt
{
	font-size: 12px;
	color: #999;
	background-color: #F0F0F0;
	padding: 4px 19px 6px 19px;
	margin-right: 3px;
	position: relative;
	float: left;
	cursor: pointer;
    z-index: 10;
    border-radius: 4px;
}

.tabs dd
{
	width: 100%;
	float: right;
	margin-top: 24px; 
	margin-left: -100%;
	background-color: #F1F1F2;
	z-index: 11;
	position: relative;
	display: none;
	border-radius: 0 8px 0 0;
}

.tabs dt.selected
{
	font-size: 14px;
	color: #FFF;
	background-color: #E99E17;
	z-index: 12;
}

.tabs dd.selected
{
	color: #FFF;
	background-color: #E99E17;
	display: block;
}

.tabs .tab_content
{
	padding: 15px;
}

.tabs dt a,
.tabs dt a:visited,
.tabs dt a:hover {
    color: #999;
    text-decoration: none;
}

.tabs dd a,
.tabs dd a:visited,
.tabs dd a:hover,
.tabs dt.selected a
{
	color: #FFF;
}

.tab_content h1
{
    font: bold 120% Arial;
    color: #FFF;
}

.main .picbar
{
	height: 155px;
}

.minor .picbar
{
	height: 50px;
}

.picbar
{
	border-collapse: collapse;
	border: solid 0;
}

.picbar td
{
	width: 25%;
	background-repeat: no-repeat;
	background-position: top center;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #FFF;
}

.picbar td.pic1
{
    border-left-width: 0;
}

.main .pic1
{
	background-image: url('/files/images/pic1.jpg');
}

.main .pic2
{
	background-image: url('/files/images/pic2.jpg');
}

.main .pic3
{
	background-image: url('/files/images/pic3.jpg');
}

.main .pic4
{
	background-image: url('/files/images/pic4.jpg');
}

.picbar div
{
	position: relative;
}

.picbar .bg
{
	background-color: #008ABE;
	height: 50px;
	z-index: 1;
}

.picbar .bg.selected
{
	background-color: #19A3D7;
}

.main .picbar .bg
{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.picbar .label
{
	font-size: 16px;
	color: #FFF;
	white-space: nowrap;
	margin: -38px 0 0 15px;
	padding: 5px 25px 0 25px;
	z-index: 2;
	min-width: 130px;
	height: 33px;
}

.label a
{
	color: #FFF;
	text-decoration: none;
}

.label a:visited
{
	color: #FFF;
}

.label a:hover
{
	color: #FFF;
}

.arr
{
	background: url('/files/images/arrow.png') no-repeat;
	width: 16px;
	height: 26px;
}

.main_content
{
	margin-top: 1px;
	border-collapse: collapse;
	border-width: 0;
}

.main_content td
{
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #FFF;
}

.main_content .l
{
	background-color: #F1F1F2;
}

.main_content .l .h
{
	background-color: #C3E2F1;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #FFF;
	height: 15px;
}

.main_content .l h2 p {
    margin: 0;
    padding: 0;
}

.main_content .l h2
{
	font: normal 26px Tahoma;
	color: #139CC2;
	background: url('/files/images/medal.png') no-repeat;
	margin: -7px 0 0 14px;
	padding: 21px 0 0 61px;
	min-height: 43px;
    line-height: 110%;
}

.main_content .l .c
{
	margin: 11px 19px 21px 19px; 
}

.main_content  .news
{
    border-collapse: collapse;
}

.main_content  .news td
{
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #CCC;
	padding: 10px 0;
    vertical-align: top;
}

.main_content .news .photo
{
    padding-right: 10px;
    float: none;
    margin: 0;
}

.main_content  .news .title
{	
	font-size: 120%;
	margin-bottom: 2px;
}

.main_content .news .last td
{
	border-width: 0;
}

.main_content .r
{
	padding: 10px 0 20px 10px;
}

.banner {
    max-width: 468px;
    max-height: 90px;
    *width: 468px;
    *height: 90px;
    position: relative;
    overflow: hidden;
}

.main_content .r .banner
{
	margin-bottom: 10px;
}

.main_content .r h2
{
	font: normal 26px Tahoma;
    line-height: 110%;
	color: #FFF;
	background-color: #139CC2;
	padding: 3px 0 5px 20px;
}

.balon_arr
{
	background: url('/files/images/balon_arr.gif') no-repeat 19px 0;
	height: 15px;
}

.r .news
{
	margin-top: -7px;
}

.footer
{
	margin-top: 75px;
}

.footer td
{
	font-size: 80%;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #9CCDE0;
	padding-top: 21px;
}

.form th,
.form td
{
	padding-bottom: 5px;
}

.form th
{
	font-weight: normal;
	text-align: left;
	padding-right: 15px;
	white-space: nowrap;
	width: 1%;
}

.form th.top
{
	padding-top: 4px;
	vertical-align: top;
}

.form th.bottom
{
	padding-bottom: 100px;
	vertical-align: bottom;
}

.longtext
{
	width: 98%;
}

.star
{
	font: bold 8pt Verdana;
	color: red;
	padding-left: 2px;
}

h1
{
	font: normal 26px Tahoma;
	color: #139CC2;
	margin: 10px 0 16px 0;
}

.navpath
{
    font-family: Verdana;
    font-size: 8pt;
    color: gray;
    margin-top: 24px;
}

.minor .c .navpath a:visited
{
    color: #008ABE;
}

.minor .c h2
{
	font-size: 120%;
	color: #139CC2;
	margin: 12px 0 12px 0;
}

.minor .c
{
	margin: 0 31px;
	color: #333;
	width: 90%;
}

a.text
{
	color: #444;
}

a.text:visited
{
	color: #444;
}

a.text:hover
{
	color: #444;
}

.minor .c .form td,
.minor .c .form th
{
	padding-bottom: 10px;
}

.minor .c a:visited
{
	color: #888;
}

.minor .c ul,
.minor .c ol
{
	margin-top: 1em;
	margin-bottom: 1em;
}

.minor .c li
{
	margin-bottom: 0.2em;
}

.minor .menu
{
	background-color: #F1F1F2;
	position: relative;
	margin-left: -31px;
	padding: 15px 0 15px 31px;
}

.minor .menu td
{
	padding-right: 90px;
}

div.msg
{
	padding: 15px;
	border-style: solid;
	border-width: 2px;
	margin-bottom: 20px;
}

div.msg.error
{
	background-color: #FFAFAB;
	border-color: #F91E3E;
}

div.msg.done
{
	background: #C5EFAE;
	border-color: #A9DD70;
}

table.list
{
	border-collapse: collapse;
}

table.list thead td
{
	font-weight: bold;
	vertical-align: bottom;
}

table.list td
{
	vertical-align: top;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #CCC;
	padding: 8px 10px;
}

table.list tfoot td
{
	border-width: 0;
}

.pages
{
	margin-top: 24px;
	font-size: 110%;
	text-align: center;
}

.pages span
{
	padding-left: 4px;
}

.table
{
	border-collapse: collapse;
}

.table,
.table td,
.table th
{
	border: solid 1px #CCC;
}

.table th
{
	font-weight: normal;
	text-align: left;
	background-color: #f0f0f0;
}

.table th,
.table td
{
	padding: 6px;
}

.small
{
	font: normal 8pt Tahoma;
}

ol.list li
{
	margin-bottom: 1em;
}

.photo
{
	float: left;
	margin: 4px 10px 10px 0;
}

#preloader
{
    position: absolute;
    background: #E99E17 url('/files/loading.gif') no-repeat center center;
    z-index: 13;
	height: 215px;
    opacity: 0.5;
    display: none;
}

#map
{
    position: relative;
    z-index: 12;
}

.map
{
	background: url('/files/images/map.gif') no-repeat top right;
	width: 100%;
	clear: both;
	height: 215px;
}

.map h2,
.map div
{
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.map h2
{
	font-size: 14px;
	margin-bottom: 8px;
}

.map .col
{
	float: left;
	padding-right: 30px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.map .list
{
	float: left;
	height: 180px;
	overflow: hidden;
}

.map .list div
{
	padding-left: 2px;
	padding-right: 6px;
}

.map .selected
{
	font-weight: bold;
}

.map .selected a
{
	color: yellow;
}

.map .selected a:visited
{
	color: yellow;
}

.map .selected a:hover
{
	color: yellow;
}

.scroll
{
	width: 4px;
	height: 180px;
	float: left;
	background: url('/files/images/scrollbg.gif') repeat-y 1px 0;
    display: none;
}

.scroll div
{
	width: 4px;
	height: 0;
	background-color: #FFF;
	cursor: pointer;
	position: relative;
    box-shadow: 1px 1px 1px #CCC;
}

.list .sep
{
    font-size: 0;
    margin-bottom: 12px;
}

.list2 div
{
    margin-bottom: 2px;
}

.tbp
{
    border-collapse: collapse;
}

.tbp,
.tbp td,
.tbp th
{
    border: solid 1px #CCC;
}

.tbp th,
.tbp td
{
    vertical-align: top;
    padding: 0.5em;
}

.tbp th
{
    text-align: left;
    background-color: #EEE;
}

.items
{
    margin-bottom: 0;
    display: none;
}

.list img
{
    margin-right: 2px;
}

.comment
{
    color: gray;
    font-style: italic;
}

.form .comment
{
    margin-top: 3px;
}

.guestbook .item
{
    margin-bottom: 2em;
}

.guestbook .name
{
    font-size: 120%;
    margin-bottom: 0.5em;
}

.guestbook .answer
{
    font-style: italic;
    font-size: 110%;
    color: darkorange;
    margin-top: 1em;
}

.guestbook .date
{
    font-size: 90%;
    color: gray;
}

.mylist
{
    text-align: right;
    padding-right: 2em;
    position: relative;
    z-index: 5;
}

.varr
{
    font-size: 14px;
}

.icon img
{
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url('/files/images/icons.gif');
    background-color: transparent;
    vertical-align: middle;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.icon .print
{
    background-position: -20px -60px;
}

.icon .fav_add
{
    background-position: 0px -20px;
}

.icon .fav_del
{
    background-position: -20px -20px;
}

.icon .loading
{
    background-image: url('/files/images/preloader.gif');
}

.icon a:link,
.icon a:visited
{
    text-decoration: none;
}
.icon i {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}
ul.icon {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.icon li {
    display: block;
    padding-left: 19px;
}
ul.icon li i {
    margin-left: -19px;
}
ul.icon li a {
    text-decoration: underline!important;
}
i.print,
i.fav_add,
i.fav_del {
    background-image: url('/files/images/icons.gif');
}
i.loading {
    background-position: 2px 2px;
}
i.mail {
    background-image: url('/files/images/mail.png');
}
#rIcons {
    float: right;
    margin: 0 0 3em 3em;
}
ul.thumblist
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.thumblist li
{
    display: inline-block;
    padding: 10px 20px 20px 0px;
    position: relative;
    vertical-align: top;
    width: 200px
}

ul.thumblist .date
{
    margin: 5px 0 2px 0;
}

ul.thumblist img
{
    float: none;
}

ul.thumblist.simple
{
    width: 100%;
}

ul.thumblist.simple li
{
    margin: 0 16px 16px 0;
}

.photos
{
    width: 100%;
    overflow: hidden;
}

.photos img
{
    margin: 0 1px 1px 0;
}

a.red
{
    font-weight: bold;
    color: red;
}

#messages
{
    height: 300px;
    overflow: scroll;
}

#messages .name
{
    font-weight: bold;
}

#messages p
{
    font-size: 90%;
}

#messages p a
{
    color: #008ABE;
}

#chat .messages
{
    display: none;
}

#chat fieldset
{
    border: solid 1px lightgrey;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-top-left-radius: 6px 6px;
    border-top-right-radius: 6px 6px;
    border-bottom-right-radius: 6px 6px;
    border-bottom-left-radius: 6px 6px;
    display: block;
    padding: 0.5em;
}

#chat legend
{
    color: lightgrey;
}

#chat fieldset div div
{
    padding: 0.3em 0.6em;
}

#users
{
    padding-bottom: 0.6em;
}

#users div
{
    cursor: pointer;
}

#users div:hover
{
    background: #f0f0f0;
}

#users div.blink
{
    font-weight: bold;
    color: orange;
}

#users div.selected
{
    background-color: darkblue;
    color: #FFF;
}

#users .selected.offline
{
    background-color: #f0f0f0;
}

#users .offline,
#users .selected.offline
{
    font-style: italic;
    color: gray;
}

div.banner2
{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.italic {
    font-family: Georgia;
    font-style: italic;
    font-size: 14px;
    line-height: 130%;
}

.icon {
    float: left;
    display: inline;
    overflow: hidden;
    width: 16px;
    height: 16px;
    padding: 0!important;
    vertical-align: top;
    border: 0;
    background: url("http://bcls.ru/files/images/social-icons.png") 0 99px no-repeat;
}
.icon-odnoklassniki {
    background-position: 0 -170px;
}
.icon-vk {
    background-position: 0 0;
}
.icon-facebook {
    background-position: 0 -68px;
}
.contact .icon {
    margin-right: 6px;
}

.zayavka_line{
	border-top: 1px solid #139CC2;
	padding-top: 7px;
	margin-top:50px;
}
.zayavka {
	border-top: 1px solid #139CC2;
  padding-top: 17px;
}
.zayavka table th {
	text-align: right;
	padding-right: 10px;
	color:#008abe;
	font-size: 14px;
	vertical-align: top;
}
.zayavka .input_w {
	width:300px;
}
input[type="text"],
select{
  padding: 1px 0px;
	height: 25px;
}
span.important{
	color:red;
	font-weight: bold;
	font-size: 18px;
}
.zservice{
	display:none;
}
.send_btn{
	background-color: #e99e17;
	height:45px;
	line-height: 45px;
	width: 180px;
	margin:0 auto;
	text-align: center;
	color:#fff;
	font-size:20px;
	border: none;
	cursor:pointer;
}
.send_btn.popup{
	margin:37px 0;
}
.send_btn:hover{
	background-color: #de9107;
}


.zayavka.popup{
	position: fixed;
  top: 50%;
  left: 50%;
  width: 700px;
  min-height: 582px;
  margin-left: -350px;
  margin-top: -330px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 101;
  border: none;
	padding-top: 1px;
	font-size: 75%;
}
.zayavka_popup_bg{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(68, 68, 68, 0.33);
	z-index: 100;
}
.in_popup{
	padding: 65px 40px 30px;
	position: relative;
}
.close_popup{
	top: -30px;
  right: -27px;
  position: absolute;
  font-size: 30px;
  cursor: pointer;
  line-height: 30px;
}
.popup_ok{
	position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 147px;
  margin-left: -230px;
  margin-top: -130px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 101;
  border: none;
  padding: 30px;
}