/*
*  Общие стили
*/

* {margin:0; padding:0}
html, body {background:#ffffff}
body {padding:0; margin:0}
p, h1, h2, h3, h4 {padding:0; margin:0}
form {display:inline}

/* общие классы */
.hidden {display: none;}

.align-center {
    text-align: center !important;
}

.panel-cat-title {font:bold 15px Arial; color:#000; text-align:left}
.panel-cat-title a {font:bold 15px Arial; color:#000;}
td.main-content {padding:0 21px 0 21px;}

td.heading {
    padding: 4px 0 13px 0;
}
td.form_message {padding: 0 14px 0 9px}
td.form_message ul {margin-left:30px}
td.form_message, td.form_message a, td.form_message ul li {font-size:14px}

/* Новые стили для дефолтнх заголовков */
table.export_block .projects-header span, .projects-header span {position: relative; top: 3px; padding: 0 4px 0 0;}
table.export_block .projects-header, .projects-header {font: normal 18px Arial; color: black;}
table.export_block .projects-header a, .projects-header a {font: normal 18px Arial; text-decoration: none;}
table.export_block .projects-header a:hover, .projects-header a:hover {font: normal 18px Arial; text-decoration: underline; color: #000000;}

.export_block * {line-height: normal;}
table.export_block a {white-space: normal; margin: 0; float: none; }
table.export_block div {height: auto;}


/* Рекомендуем посетить */
.recom td {padding-left: 5px;}
.recom td a {font:normal 12px Arial; color:#0064c8; text-decoration:underline; line-height: 17px;}
.recom td a:hover {font:normal 12px Arial; color:#c80000; text-decoration:none; line-height: 17px;}
.recom #desc {font: normal 11px Arial; color: #000; padding-top: 3px;}
.recom div#link_adv {margin-bottom: 10px;}
.recom div#link_adv a {font:normal 11px Arial; color:#008000; text-decoration:none;}
.recom div#link_adv a:hover {font:normal 11px Arial; color:#008000; text-decoration:none;}

/* Помощь - вы можете... */
.youcan td div {padding: 0 0 0.5em 1em;}
.youcan td .img {padding:0 0 0 43px; position:relative; top:1px}
.youcan td.links {border: 1px solid #bcbcbc; padding: 1.3em 1.3em 1em 1.3em;}
.youcan td.links a {color: gray; text-decoration: underline;}
.youcan td.links a:hover {color: gray; text-decoration: none;}
.youcan td.links i {position: absolute; width: 14px; height: 14px; margin: 3px 0 0 -18px; background:url(/img/st/help/plus.gif) no-repeat}

/* панель авторизации */
div#topic-news {padding-top: 3px; font: normal 18px Arial;}

td#service-link {padding-right: 20px; text-align: right; font: normal 12px Arial; position: relative;}
td#service-link a {color: #505050; text-decoration:underline; font: normal 12px Arial;}
td#service-link a:hover {color:#c80000; text-decoration:none; font: normal 12px Arial;}
td.auth_tbl_bg {background: url(/img/st/auth/enter-bg.gif) 0 0 repeat-x;}
td.auth_tbl_bg_a {background: url(/img/st/auth/exit-bg.gif) 0 0 repeat-x;}
td.auth_tbl_bg_a2 {background-color: #FFFFFF;}

#enter-link a {color: #FFF; font: normal 12px Arial;}
#enter-link a:hover {color: #FFF; text-decoration: none; font: normal 12px Arial;}

#reg {background-color: #FFFFFF; text-align: center; font: normal 12px Arial;}
#reg a {text-decoration: underline; font: normal 12px Arial; color: #000;}
#reg a:hover {text-decoration: none; font: normal 12px Arial; color:#c80000;}

#my {padding: 6px 0 12px 18px; border-left: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; font: normal 12px Arial;}
#my span {padding-right: 8px; font: normal 12px Arial;}
#my a {text-decoration: underline; color: #000; font: normal 12px Arial;}
#my a:hover {text-decoration: none; font: normal 12px Arial; color: #c80000;}

/* стандартная форма */

#yes {padding: 5px 8px 5px 35px; font: normal 13px Tahoma; color: #0fa000; background: url(/img/st/form/ok.gif) 0 0 no-repeat;  background-color: #e0f3de; border: 1px solid #0fa000;}
#yes a {font: normal 13px Tahoma;}
#yes span.lite {padding: 1px 3px; background-color: #f0fff0; text-align: center; font-weight: bold; font-family: courier new;}

#not_yes {padding: 5px 8px 5px 35px; font: normal 13px Tahoma; color: #ff0000; background: url(/img/st/form/not_ok.gif) 0 0 no-repeat;  background-color: #ffe5e5; border: 1px solid #ff0000;}
#not_yes a {font: bold 13px Tahoma; color: #FFF;}
.form td {color: #000; padding-bottom: 20px; vertical-align: top;}
.form td.last {padding: 0;}
.form td div {font: normal 11px Arial; color: #818181; width: 400px;}
.form input {font:normal 13px Arial; width:400px;}
.form input[type="text"], .form input[type="password"] {font:normal 13px Arial; width:400px;}
.form select {font:normal 13px Arial; width:250px; height: 20px;}
.form textarea {font:normal 13px Arial; width:400px;}
.form td.error {color: #c80000;}
.form td.error i {position:absolute; width:14px; height:14px; margin: 3px 0 0 -14px; background:url(/img/st/form/error.gif) no-repeat}
.form td.error.label {
    padding: 5px 0 0 30px;
}
.form input.checkbox {
    width: 15px;
    height: 15px;
}
.form td.label_above {
   padding-bottom: 0;
}
.form td.error.label_above {
    padding:0 0 3px 15px;
}
/* Дубликаты стилей ошибок для авто */
.filter td.label_above {
   padding-bottom: 0;
}
.filter td.error.label_above {
    padding-left:15px;
}
.filter td.error {color: #c80000; font-weight: normal; font-size: 13px;}
.filter td.error i {position:absolute; width:14px; height:14px; margin: 3px 0 0 -14px; background:url(/img/st/form/error.gif) no-repeat}
input.button {
    padding: 0 10px 0 10px;
    font: normal 13px Arial;
}

/* меню */
.menu-show {font: bold 14px Arial; color: #c80000; border-bottom: 1px dashed #c80000; text-decoration: none;}
table.menu {table-layout: fixed;}
table.menu.fullmenu {table-layout: auto;}
.menu td#vtomske {background: url(/img/st/portal/vtomske.ru-bg.gif) 0 0 repeat-x; text-align: center;}
.menu td#vtomske a {font: normal 11px Tahoma; color: #FFF; text-decoration: underline;}
.menu td#vtomske a:hover {font: normal 11px Tahoma; color: #FFF; text-decoration: none;}
.menu td a {color: #000; text-decoration: underline;}
.menu td a:hover {font: normal 14px Arial; color: #c80000; text-decoration: underline;}

.menu-list td {padding: 2px 6px 2px 12px; 
//padding: 0px 6px 3px 12px; white-space: nowrap;
}
.menu-list td span#bul {vertical-align: middle; padding-right: 3px; font-size: 24px; color: #646464;}
.menu-list td#current {background-color:#f5f5f5; border-left: 1px solid #e3e3e3; vertical-align: top; padding: 8px 11px 0 8px; 
//padding: 6px 11px 0 6px;
}
.menu-list td a {font: normal 14px Arial; text-decoration: underline; white-space: nowrap;}
.menu-list td a:hover {font: normal 14px Arial; text-decoration: none;}
.menu-list td#current a {font: bold 14px Arial; text-decoration: none; text-transform: uppercase;}
.menu-list td#current a:hover {font: bold 14px Arial; text-decoration: none; color: #c80000;}

.sub_menu {border-bottom: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3; background-color: #f5f5f5;}
.sub_menu table tr td {padding: 0 2px 0 9px}
.sub_menu table tr td a {font: normal 13px Arial; text-decoration: none; color: #000;}
.sub_menu table tr td a:hover {font: normal 13px Arial; text-decoration: underline; color: #c80000;}
.sub_menu table tr td span {color: #a4a4a4; top:-1px; position: relative;}
.subs table tr td a {font-size: 12px;}
.subs table tr td a:hover {font-size: 12px;}

.menu-list-all td {
//padding: 2px 0 2px 0;
}
.menu-list-all td div {float: left; padding: 2px 6px 0 12px; 
//padding: 0 6px 1px 12px; 
//position: relative; 
//top: -2px;
}
.menu-list-all td div span#bul {vertical-align: middle; padding-right: 3px; font-size: 24px; color: #646464;}
.menu-list-all td div#current {background-color: #dcdca0; border-left: 1px solid #aaaa78; vertical-align: top; padding: 8px 11px 0 8px; 
//padding: 6px 11px 0 6px;
}
.menu-list-all td div a {font: normal 14px Arial; text-decoration: underline;}
.menu-list-all td div a:hover {font: normal 14px Arial; text-decoration: none;}
.menu-list-all td div#current a {font: bold 14px Arial; text-decoration: none;}
.menu-list-all td div#current a:hover {font: bold 14px Arial; text-decoration: none;}

#whats-more {font: bold 14px Arial; color: #c80000; border-bottom: 1px dashed #c80000; text-decoration: none;}

.menu td#vtomske-bottom {background: url(/img/st/portal/vtomske.ru-bg.gif) 0 0 repeat-x; text-align: center; padding-top: 7px;}
.menu td#vtomske-bottom a {font: normal 11px Tahoma; color: #FFF; text-decoration: underline;}
.menu td#vtomske-bottom a:hover {font: normal 11px Tahoma; color: #FFF; text-decoration: none;}

.menu-list-bottom td div {float: left; padding: 0 4px 0 17px; line-height: 25px;}
.menu-list-bottom td div span#bul {position:absolute; margin: 0px 0 0 -10px; 
//margin: -4px 0 0 -10px; 
font-size: 22px; color: #646464;}
.menu-list-bottom td div a {font: normal 12px Arial; text-decoration: underline; white-space: nowrap;}
.menu-list-bottom td div a:hover {font: normal 12px Arial; text-decoration: none;}

.pointer {font-size: 14px; color: #000;}

#selected a {font-weight: bold; color: #960000; text-decoration: none;}
#selected a:href {font-weight: bold; color: #960000; text-decoration: none;}

div#today {font: bold 16px Arial; color: #646464;}

/* форма логина */
.form_login { }
.form_login td {color: #000; vertical-align: top; padding: 5px 10px 5px 10px;}
.form_login a {color: #000; font: normal 11px Arial; color:#c80000;}
.form_login td span {font-weight: bold; color: #c80000;}
.form_login td div {font: normal 11px Arial; color: #818181; width: 400px;}
.form_login input {font:normal 13px Arial; width:400px;}

div#auth_panel {
    position: absolute;
    left: -10000px;
    z-index: 10;
    width: 298px;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #0fa000;
}

div#auth_panel img#auth_close_wnd {
    cursor: hand;
    cursor: pointer;
}

.social_auth button {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
}
.social_auth button.vk {
    width: 89px;
    height: 23px;
    background: url(/img/st/auth/sn-ico.png) no-repeat 0px 0px;
}
.social_auth button.vk:hover {
    background: url(/img/st/auth/sn-ico.png) no-repeat 0px -25px;
}

.social_auth button.vk:active {
    background: url(/img/st/auth/sn-ico.png) no-repeat 0px -50px;
}
.social_auth button.fb {
    width: 89px;
    height: 23px;
    background: url(/img/st/auth/sn-ico.png) no-repeat -91px 0px;
}
.social_auth button.fb:hover {
    background: url(/img/st/auth/sn-ico.png) no-repeat -91px -25px;
}
.social_auth button.fb:active {
    background: url(/img/st/img/auth/sn-ico.png) no-repeat -91px -50px;
}
.social_auth button.tw {
    width: 89px;
    height: 23px;
    background: url(/img/st/auth/sn-ico.png) no-repeat -182px 0px;
}
.social_auth button.tw:hover {
    background: url(/img/st/auth/sn-ico.png) no-repeat -182px -25px;
}
.social_auth button.tw:active {
    background: url(/img/st/auth/sn-ico.png) no-repeat -182px -50px;
}

.social_auth .icon_vk_linked {
    display: inline-block;
    width: 33px;
    height: 35px;
    background: url(/img/st/auth/sn-ico.png) no-repeat 0px -75px;
}

.social_auth .icon_vk {
    display: inline-block;
    width: 30px;
    height: 35px;
    background: url(/img/st/auth/sn-ico.png) no-repeat -37px -75px;
}

.social_auth .icon_fb_linked {
    display: inline-block;
    width: 33px;
    height: 35px;
    background: url(/img/st/auth/sn-ico.png) no-repeat -69px -75px;
}

.social_auth .icon_fb {
    display: inline-block;
    width: 30px;
    height: 35px;
    background: url(/img/st/auth/sn-ico.png) no-repeat -106px -75px;
}

.social_auth .icon_tw_linked {
    display: inline-block;
    width: 33px;
    height: 35px;
    background: url(/img/st/auth/sn-ico.png) no-repeat -138px -75px;
}

.social_auth .icon_tw {
    display: inline-block;
    width: 30px;
    height: 35px;
    background: url(/img/st/auth/sn-ico.png) no-repeat -175px -75px;
}

.social_auth .profile {
    display: inline-block; height: 35px; vertical-align: top; line-height: 35px;
    font-size: 14px;
    font-weight: bold;
}

.social_auth .profile.link {
    font-size: 12px;
    font-weight: normal;
}


/* низ */
.bottom td {font: 12px Arial; color: #505050; line-height: 25px;}
.bottom td a {font: 12px Arial; color:#006432; text-decoration: underline}
.bottom td a:hover {font: 12px Arial; color:#c80000; text-decoration:none}

.bottomline { padding: 0 20px; text-align: right; margin: 0; font: 10px Arial; color: #dfdfdf; line-height: 10px;}
.bottomline a {font: 10px Arial; color: #dfdfdf; text-decoration: none}
.bottomline a:hover {font: 10px Arial; color: #c80000; text-decoration:none}
.bottomline.ad a {display: inline-block; margin-top: 10px;}

/* блоки проектов */
span.city {font:bold 14px Arial; color:#000000;position: relative; top: 0px;}
td.select-town a {position: relative; top: -3px; font:normal 11px Tahoma; color:#000000; border-bottom: 1px dashed #000000; text-decoration: none;}
td.select-town a:hover {color: #000; text-decoration: none;}

#weather tr.now td {background:#feffd7}
#weather td.day {padding-left:11px; text-align: left; font: normal 13px Arial; color: #000000; white-space: nowrap}
#weather tr.now td.day {font-weight:bold}
#weather td.icon {padding:8px 22px 8px 27px}
#weather tr.now td.icon {padding:14px 22px 14px 27px}
#weather td.desc {font:normal 11px Arial; color:#000000; padding-right:5px}
#weather td.temp {padding-right:10px; text-align:right; font:normal 18px Arial; color:#000000}
#weather tr.now td.temp {font-size:30px}
#weather td {vertical-align:middle}

#weather-other-city {position:absolute; background:#f5f5f5; border:1px solid #e8e8e8; width:184px; left:187px; padding:4px 3px 4px 3px; z-index: 2;}
#weather-other-city div { width:92px; float: left; }
#weather-other-city a {font:normal 11px Tahoma; color:#000000; text-decoration:none; display:block; margin-bottom:2px; padding:2px 3px 2px 14px; cursor:hand; cursor:pointer/* left center*/}
#weather-other-city a:hover {font:bold 11px Tahoma; color:#646e64; text-decoration:none; background-color:#e8e8e8; background-position:4px}
#weather-other-city a.last {margin-bottom:0}

#finance td.ticker {padding-left:5px; text-align:right; white-space:nowrap; width:1%}
#finance td.ticker a {font: normal 10px Arial; color: #003296; text-decoration: underline;}
#finance td.ticker a:hover {color: #c80000; text-decoration:none}
#finance td.currency {font:normal 12px Arial; color:#000000; padding-left:33px;}
#finance td.value {font:bold 12px Arial; color:#000000; padding-right:20px; text-align:right}
#finance td.change {padding-right:10px; text-align: right; font:normal 12px Arial; color:#006400; white-space:nowrap; width:1%}
#finance td.minus {color:#c80000}
#finance td.no {color:#505050}
#finance td {vertical-align:top; padding: 2px 0 2px 0;}

#left-column-news div#head {font: normal 13px Arial; color: #646464; padding-top: 7px;}
#left-column-news div#text {font: normal 11px Arial}

/* панель экспертов */
table.consult td div.title a {font-size: 12px; color: #3264c8; font-weight: bold;}
table.consult td div.title a:hover {text-decoration: none;}

.consult td span.quest {padding-right: 13px;}
.consult td span.quest a {color:#c80000;}
.consult td span.quest a:hover {text-decoration: none;}

table.consult td span.show a {color:black;}
table.consult td span.show a:hover {text-decoration: none; color:#c80000}
table.consult td span.show span {font-size: 11px;}

table.consult td.line {background: url(/img/st/line/grey_solid.gif) top repeat-x;}

/* панель новости компаний */
.company div a {font-size: 12px; color: #006432; font-weight: bold;}
.company div a:hover {font-size: 12px; color: #c80000; font-weight: bold; text-decoration: none;}
.company div#comments {padding-top: 3px;}
.company div#comments a {font-size: 11px; color: #505050; text-decoration: none;}
.company div#comments a:hover {font-size: 11px; color: #505050; text-decoration: underline;}

/* Затмение */
.eclipse {padding: 3px 0 0 4px; color: white; background-color: #000; font-size: 13px;}
.eclipse-div {font-size: 9px; background-color: #555; position: relative; top: -4px; padding: 2px 0 2px 0px;}
.eclipse-div a {font-size: 9px; color: #ffd800;}
.eclipse-div a:hover {font-size: 9px; color: #fcff01; text-decoration: none;}

.item-selector {cursor: pointer;}

/* Панель в шапке */
.p-weather {padding: 0 0px 0 0; border-right: 1px solid #dbdbdb;}
.p-weather a {font-size: 12px; text-decoration: underline; color: #006432}
.p-weather a:hover {font-size: 12px; text-decoration: none; color: #c80000}
.p-weather div {float: left; text-align: center}
.p-weather div span.header {font-size: 11px; font-weight: normal; color: #707070;}
.p-weather div span.temp {padding-right: 3px; font-size: 13px;}

.p-currency td.title {vertical-align:middle}
.p-currency td.title a {font: normal 11px Arial; color: #707070; text-decoration: underline;}
.p-currency td.title a:hover {font: normal 11px Arial; color: #c80000; text-decoration: none;}
.p-currency td.value {font: normal 12px Arial; vertical-align:middle; padding:0 7px 0 10px}

/* Блок Знакомства */
table.dating td {font:bold 11px Arial; padding-bottom:8px}

/* Блок Каталог */
.catalog-search {background:#ff962d; padding:15px 6px 15px 6px; text-align:center}
.catalog-search input {
    height: 30px;
    font-size: 14px;
    border: 0;
    text-indent: 5px;
}
.catalog-search .search-submit {
    background: #EC2D01;
    color: #fff;
    padding: 0 10px;
    font: normal 14px 'PT Sans', sans-serif;
    text-indent: 0;
}
.v_form {font:normal 12px Tahoma; border:solid 1px #4a4a4a; padding:1px; width:162px; height:18px; 
//width:157px; 
//margin:0 2px 3px 0
}
#catalog td.header a {font:bold 13px Arial; color:#003296; text-decoration:underline}
#catalog td.header a:hover {font:bold 13px Arial; color:#c80000; text-decoration:none}
#catalog div.cat a {font:normal 12px Arial; color:#000000; text-decoration:underline}
#catalog div.cat a:hover {font:normal 12px Arial; color:#000000; text-decoration:none; color:#c80000}
#catalog td.list a {font:normal 13px Arial; color:#003296; text-decoration:underline}
#catalog td.list a:hover {font:normal 13px Arial; color:#c80000; text-decoration:none}

/* Блок ТВ */
#tv td.time {padding-left:5px; font:normal 12px Arial; color:#666}
#tv td.prog {padding:0 10px 10px 0; font:normal 12px Arial; color:#000000}
#tv td.prog a {color:#003296; text-decoration:underline; font-size:11px}
#tv td.prog a:hover {color:#c80000; text-decoration:none; font-size:11px}
#tv td.last {padding-bottom:0}
#tv td {vertical-align:top}

/* Блок Новости - новости, интервью, угол зрения */
span.image-news img {margin: 0 20px 2px 0; border: 1px solid black;}
.left-column-news div.head {font: normal 13px Arial; color: #646464; padding-top: 7px;}

.blue-header {padding: 2px 0 4px 0;}
.blue-header a {font: bold 14px Arial; color: #003296;}
.blue-header a:hover {color:#c80000; text-decoration: none;}
.blue-header a:visited {color: #960096;}

div.text {font: normal 11px Arial;}

div.comments {padding-top: 3px;}
div.comments a {font: normal 11px Arial; color: #505050; text-decoration: none;}
div.comments a:hover {font: normal 11px Arial; color: #505050; text-decoration: underline;}
div.comments a:visited {font: normal 11px Arial; color: #505050;}

/* Пиксельные полоски */
td.sep_top {background: url(/img/st/portal/dot-dev.gif) 0 0 repeat-x}
td.sep_bottom {background: url(/img/st/portal/dot-dev.gif) 0 bottom repeat-x}

/* mail adv */
.mail-adv .bg-left {background:#d8ecff url(/img/st/portal/mail-line.gif) right center repeat-x}
.mail-adv .bg-right {background:#d8ecff url(/img/st/portal/mail-line.gif) left center repeat-x}
.mail-adv .text {background:#d8ecff; height:40px; padding: 0 10px 0 10px; text-align:center; font:normal 14px Arial; white-space:nowrap}
.mail-adv .text a {font:normal 14px Arial; color:#00468c}
.mail-adv .text a:hover {color:#c80000; text-decoration:none}

span.comment_updated {font-size:10px; font-style:italic; color:#888;}

/* informers */
table.vtomske_informer {
    padding: 0px;
    margin: 0px;
    border: 1px solid #c6c6c6 !important;
    background-color: #ffffff !important;
}
table.vtomske_informer_1 {
    width: 310px !important;
    height: 70px !important;
}
table.vtomske_informer_2 {
    width: 600px !important;
    height: 70px !important;
}
table.vtomske_informer_3 {
    width: 468px !important;
    height: 60px !important;
}
.vtomske_informer *, table.vtomske_informer td {
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-align: center !important;
    vertical-align: middle !important;
    font-family: Arial !important;
    background-color: #ffffff !important;
}
.vtomske_informer .inf_arrow {cursor: pointer !important;}


/* portal blocks style */
.portal_block * {line-height: normal;}
.portal_block img {border: none;}
.portal_block a {white-space: normal; margin: 0; float: none; text-decoration: underline;}
.portal_block .projects_header img {margin:0 4px -2px 0; vertical-align:baseline;}
.portal_block .projects_header, .portal_block .projects_header a {font: normal 18px Arial; text-decoration: none; white-space: nowrap;}
.portal_block .projects_header a:hover {font: normal 18px Arial; text-decoration: underline;}
.portal_block .projects_header {margin-bottom: 8px; position: relative;}
.portal_block .portal_block_ident {margin-left: 9px;}
.portal_block {margin-bottom: 12px;}
.portal_block div {height: auto;}


/*Forum block styles */
div.portal_block .title-red { color: #526629;}
div.portal_block div.forum_block_hot_item {height: auto;}
div.portal_block div.forum_block_hot_item a {float: none; margin: 0; display: inline; font-weight: bold; font-size: 13px; color: #446600; text-decoration: underline;}
div.portal_block div.forum_block_hot_item a:hover {text-decoration: none;}
div.portal_block div.forum_block_hot_item span {display: block; margin: 0 0 7px 10px;}
div.portal_block div.forum_block_hot_item span a {color: #646464; font-size: 11px; font-weight: normal;}
div.portal_block div.forum_block_hot_item span, .block div.hot-item span a {font-size: 11px; color: #646464;}

/*Comments*/
div.comment-incqbox {margin-bottom: 7px; margin-right: 5px; margin-top: 7px; font-style: italic; color: #222222;}
div.comment-incqbox strong {font-size: 12px;}
div.comment-quote-wrap {background-color: #f9f9f9; border: 1px dotted #5d5d5d; padding: 3px; margin: 2px 10px 10px 15px; font-style: normal;}
div.comment_hover_container {position: relative; width: 100%;}
div.comment_hover_panel {display:none; position: absolute; right: 0; top: 0;}
div div.comment_hover_panel a {font-size: 11px; color: #000000; margin-left: 4px;}
div div.comment_hover_panel a:hover {color: #000000;}

.news-urgent {color: #FF4D21; font-weight: bold; text-transform: uppercase;}
.main div.header .news-urgent {font-weight: normal;}

object#myswf {
    position: absolute;
    top: 0px;
    left: -100px;
    z-index: -1000;
}

#h_data div {float: none; text-align: left;}

div#horo_text {
    left: 0;
    position: absolute;
    z-index: 10;
    width: 328px;
    padding: 0;
    background-color: #ffffff;
    white-space: normal;
    border: 1px solid #0FA000;
}

div#horo_text img#horo_close {
    margin: 5px 10px 0 0;
    cursor: hand;
    cursor: pointer;
    float: right;
}

div#horo_text td.error {color: #c80000; padding-left: 14px;}
div#horo_text td.error i {position:absolute; width:14px; height:14px; margin: 3px 0 0 -14px; background:url(/img/st/error.gif) no-repeat}
div.horo_logo, div.horo_label {width: 100%;}
div.horo_logo img {margin-left: 15px;}
div.horo_label {margin-top: 6px;}
div.horo_container {margin: 16px 10px 10px 10px;}

.adv_sec {padding: 10px 5px;}
.adv_sec_no_top {padding: 0 5px 10px 5px;}
.adv_sec div.ab, .adv_sec_no_top div.ab {margin: 0; padding: 0;}
.adv_sec div.tb, .adv_sec_no_top div.tb {margin: 0;}

.adv_top {padding: 0 5px;}
.adv_top div.ab {margin: 5px 0 5px 0; padding: 0;}
.adv_top div.tb, .adv_top > iframe {margin: 5px 0 5px 0;}

.adv_side div.tb {margin: 0 0 10px 0;}
.adv_side div.ab {margin: 0 0 10px 0;}

.adv_top_wide {padding: 0;}
.adv_top_wide div.ab, .adv_top_wide div.tb {margin: 0;}

.vtomske-error {vertical-align: top;}
    .vtomske-error span {display: block; color: #c80000; margin-left: 16px;}
    .vtomske-error span:before {content: ""; background: url(/img/st/form/error.gif) no-repeat; width:14px; height:14px; margin: 4px 0 0 -12px; position: absolute;}

.vtomske-error-box { padding: 5px 8px 5px 35px; font: normal 13px Tahoma; color: #ff0000; background: url(/img/st/form/not_ok.gif) 0 0 no-repeat;  background-color: #ffe5e5; border: 1px solid #ff0000; }

.vtomske-error-ok {background:  #e0f3de; margin-bottom: 10px; width: 510px;}
    .vtomske-error-ok span {display: block; color: #0fa000; margin-left: 16px; background:  #e0f3de; padding: 5px 5px 5px 15px;}
    .vtomske-error-ok span:before {content: ""; background: url(/img/st/form/ok-1.gif) no-repeat; width:14px; height:14px; margin: 2px 0 0 -20px; position: absolute;}

.common-body {
    background-color: #d6d6d6;
}
.common-container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}
.common-container .portal-head {
    background-color: #d6d6d6;
}
