/************** END TABLE "informer_facts" *******************/

.b-content-card_item__cost {
    background: none repeat scroll 0 0 #2BA4EC;
    color: #FFF0E0;
    float: left;
    font: 13px Arial,Tahoma,Sans-Serif;
    margin-bottom: 8px;
    margin-right: 20px;
    padding: 3px 10px 2px;
}
.l-cols__col-r .b-content-card_item__cost {
    margin-bottom: 0;
    margin-top: 0;
}
.b-content-card_item__cost b {
    color: #FFFFFF;
    font: bold 24px Arial,Tahoma,Sans-Serif;
}
.rc3 {
    border-radius: 3px 3px 3px 3px;
}
/**
 * @subsection menu
 */
#headmenu ul.menutop {
	height: 30px;
    list-style-type: none;
    margin-top:-1px;

}

.button_search_head {
 width: 68px;
 height: 28px;

 position:absolute;
 border:none;
 background: url(../new_img/search-button.png) no-repeat;
}

.list_inform_dom tr {float:left;padding:5px;width: 140px;}
.content .CENTER.VL .build_news ul {

left: 0;
position: relative;
width: 100%;}
.content .CENTER.VL .news_build ul {
float:left;
left: 0;
position: relative;
width: 100%;}
.content .RIGHT-COL .news_build ul li span.rtr {float: left;
margin-right: 10px;}
.content .CENTER.VL .news_build ul li span {float: left;
margin-right: 10px;}
.content .CENTER.VL .news_build ul li img {float: right;display:none;
margin-right: 10px;}
.content .RIGHT-COL .news_build div {display:none;}
.content .RIGHT-COL .news_build ul {

left: 0;
position: relative;
width: 100%;}
.content .RIGHT-COL .news_build ul li span {float: right;
margin-right: 10px;}
.content .RIGHT-COL .news_build ul li img {float: right;display:none;
margin-right: 10px;}

.button_search_head:hover {
	background-position: 0 -28px;
}

#headmenu ul.menutop li.headmenuitem {
  position:relative;
  display:-moz-inline-stack;
  display:inline-block;
  height:30px;
  margin:0 2px;
  padding:0 3px;
  vertical-align:top;
  font-size:1em;
}

/**
 * @workaround ie rendering bug
 * @affected ie
 * @css-for ie
 * @valid yes
 */
* html #headmenu ul.menutop li.headmenuitem {
    margin: 0 4px;
}

/**
 * @workaround ie inline-block support
 * @affected ie6, ie7
 * @css-for ie6, ie7
 * @valid no
 */
* html #headmenu ul.menutop li.headmenuitem {
    display: inline;
    zoom: 1;
}

#headmenu ul.menutop li.headmenuitem a {
    line-height: 30px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #666;
    text-decoration:none;
    font-size: 11px;
    }

#headmenu ul.menutop li.headmenuitem a:hover {color: #666; text-decoration:none; border-bottom:none;}

#headmenu ul.menutop li.headmenuitem.current,
#headmenu ul.menutop li.headmenuitem.active {
  padding: 0 7px;
  margin: 0 -3px;
  background: #eee;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
}

/**
 * @workaround ie rendering bug
 * @affected ie
 * @css-for ie
 * @valid yes
 */
* html #headmenu ul.menutop li.headmenuitem.current,
* html #headmenu ul.menutop li.headmenuitem.active {
  margin: 0 1px;
}

#headmenu ul.menutop li.headmenuitem.current:first-child {
  margin-left: 9px;
}

#headmenu ul.menutop li.headmenuitem.current a,
#headmenu ul.menutop li.headmenuitem.active a {
    color: #666;
}

#headmenu ul.menutop li.headmenuitem.active div.submenuwrap {
  display: block;
}

#headmenu div.submenuwrap {
  position: relative;
  z-index: 99997;
  display: none;
  margin: 0 -7px;
  text-align:left;
  font-weight:normal;
}

/**
 * @workaround opera wrong mouseout event capturing bug
 * @affected opera
 * @css-for opera
 * @valid yes
 */
#headmenu div.submenuwrap {
  min-height: 1px;
  margin-bottom: -1px;
}

#headmenu div.submenutop {
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 99998;
  width: 180px;
  padding: 10px 15px 5px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#headmenu div.submenutop div.i-hate-opera {
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  padding: 20px 0 10px;
}

/**
 * @workaround ie wrong box sizing
 * @affected ie
 * @css-for ie
 * @valid yes
 */
* html #headmenu div.submenutop {
  width: 210px;
}

#headmenu ul.submenutop {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#headmenu ul.submenutop li.headsubmenuitem {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: bold;
}

#headmenu ul.submenutop li.headsubmenuitem a {
  display: block;
  line-height: normal;
  text-decoration: none !important;
  border-bottom:0px;
  color: #666;
}

#headmenu ul.submenutop li.headsubmenuitem a.active {
  margin: 0 -5px;
  padding: 0 5px;
  border-bottom:0px;
  background-color: #FFF;
  text-decoration:none;
  color: #666;
}

#headmenu ul.menutop li.headmenuitem #mailcount {
  position: absolute;
  top: 8px;
  right: -4px;
}

/**
 * @workaround ie rendering bug
 * @affected ie
 * @css-for ie
 * @valid yes
 */
* html #headmenu ul.menutop li.headmenuitem #mailcount {
  top: 4px;
}

#headmenu ul.menutop li.headmenuitem #mailcount b {
  position: relative;
  top: -4px;
  left: 4px;
  line-height: 10px;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
}

#headmenu ul.headsubmenu {
  margin: 3px -5px 0;
  padding: 0;
  list-style-type: none;
}

#headmenu ul.headsubmenu li.headsubmenu-item {
  padding-left: 20px;
  margin-bottom: 1px;
  font-size: 12px;
  font-weight: normal;
}

#headmenu ul.headsubmenu li.headsubmenu-item a {
  font-weight: normal;
}

#headmenu ul.headsubmenu li.headsubmenu-item.active {
  background-color: #FC8100;
}

#headmenu ul.headsubmenu li.headsubmenu-item.active a {
  color: #FFFFFF !important;
}
/************/

.gsbr
{
color:#A7A6A4;
font-family:Trebuchet MS;
font-size: 9px;
}
.gsbr a:link    {color:#A7A6A4;
font-family:Trebuchet MS;
font-size: 9px;}
.gsbr a:visited {color:#A7A6A4;
font-family:Trebuchet MS;
font-size: 9px;}
.gsbr a:active  {color:#A7A6A4;
font-family:Trebuchet MS;
font-size: 9px;}
.gsbr a:hover   {color:#A7A6A4;
font-family:Trebuchet MS;
font-size: 9px;}

.chromestyle {font:11px verdana; padding:0px 0 0px 0;font-weight: normal;}
.chromestyle ul {clear:both; width:100%; padding:0px 0; margin:0; text-align:center; font-weight: normal;}
.chromestyle ul li {display:inline; font-weight: normal;}
.chromestyle ul li a, .chromestyle ul li a:active, .chromestyle ul li a:visited {color:#555; padding:2px 4px; font-weight: normal; font-size:12px;}
.chromestyle ul li a:hover{color:#000; border-bottom:2px solid #000; font-weight: normal;}

.chromestylefr {font:0.9em verdana; padding:0px 0 0px 0; font-weight: normal;}
.chromestylefr ul {clear:both; width:100%; padding:0px 0; margin:0; text-align:center; font-weight: normal;}
.chromestylefr ul li {display:inline; font-weight: normal;}
.chromestylefr ul li a, .chromestyle ul li a:active, .chromestyle ul li a:visited {color:#fff; padding:2px 4px; font-weight: normal; font-size:0.9em;}
.chromestylefr ul li a:hover{color:#ccc; border-bottom:2px solid #fff; font-weight: normal;}


.chromestyle_alert {font:13px verdana; padding:3px 0 5px 0;}
.chromestyle_alert ul {clear:both; width:100%; padding:6px 0; margin:0; text-align:left;}
.chromestyle_alert ul li {display:inline;}
.chromestyle_alert ul li a, .chromestyle_alert ul li a:active, .chromestyle_alert ul li a:visited {color:#d83110; padding:6px 7px; text-decoration:none;}
.chromestyle_alert ul li a:hover{color:#827504; background:#ede6a5; border-bottom:2px solid #a89809;}

.chromestyle_block {font:11px verdana;}
.chromestyle_block ul {clear:both; padding-bottom: 4px; width:100%;text-align:center;}
.chromestyle_block ul li {display:inline;}
.chromestyle_block ul li a, .chromestyle_block ul li a:active, .chromestyle_block ul li a:visited {color:#555; text-decoration:none;}
.chromestyle_block ul li a:hover{color:#111; background:#fff; border-bottom:2px solid #53abd7;}

.chromestyle_block_user {font:11px verdana;}
.chromestyle_block_user ul {clear:both; width:100%;text-align:center;}
.chromestyle_block_user ul li {display:inline; padding: 5px 5px 5px 5px;}
.chromestyle_block_user ul li a, .chromestyle_block_user ul li a:active, .chromestyle_block_user ul li a:visited {color:#555; text-decoration:none;}
.chromestyle_block_user ul li a:hover{color:#111; background:#fff;}

.chromestyle_block_user_ramka_1 {font:11px verdana;}
.chromestyle_block_user_ramka_1 ul {clear:both; padding-bottom: 10px; width:100%;text-align:center;}
.chromestyle_block_user_ramka_1 ul li {display:inline; padding: 5px 5px 5px 5px;}
.chromestyle_block_user_ramka_1 ul li span {display:inline; background:#f4fee5; border:1px solid #8cc739; padding: 5px 5px 5px 5px;}
.chromestyle_block_user_ramka_1 ul li a, .chromestyle_block_user_ramka_1 ul li a:active, .chromestyle_block_user_ramka_1 ul li a:visited {color:#555; text-decoration:none;}
.chromestyle_block_user_ramka_1 ul li a:hover{color:#111; background:#f4fee5; border-bottom:2px solid #8cc739;}

.chromestyle_block_user_ramka_2 {font:11px verdana;}
.chromestyle_block_user_ramka_2 ul {clear:both; padding-bottom: 10px; width:100%;text-align:center;}
.chromestyle_block_user_ramka_2 ul li {display:inline; padding: 5px 5px 5px 5px;}
.chromestyle_block_user_ramka_2 ul li span {display:inline; background:#fdfade; border:1px solid #e7d329; padding: 5px 5px 5px 5px;}
.chromestyle_block_user_ramka_2 ul li a, .chromestyle_block_user ul li a:active, .chromestyle_block_user ul li a:visited {color:#555; text-decoration:none;}
.chromestyle_block_user_ramka_2 ul li a:hover{color:#111; background:#fdfade; border-bottom:2px solid #e7d329;}

.chromestyle_block_user_ramka_3 {font:11px verdana;}
.chromestyle_block_user_ramka_3 ul {clear:both; padding-bottom: 4px; width:100%;text-align:center;}
.chromestyle_block_user_ramka_3 ul li {display:inline;}
.chromestyle_block_user_ramka_3 ul li a, .chromestyle_block_user ul li a:active, .chromestyle_block_user ul li a:visited {color:#555; text-decoration:none;}
.chromestyle_block_user_ramka_3 ul li a:hover{color:#111; background:#fff;}

.dropmenudiv {position:absolute; border:1px solid #e9e9e9; border-top-width:0; line-height:17px; z-index:100; background-color:#fff; width: 150px; text-align:left; visibility:hidden;}
.dropmenudiv a,
.dropmenudiv a:active,
.dropmenudiv a:visited {color:#444; border-left:2px solid #53abd7; display:block; text-indent:3px; border-top:1px solid #e9e9e9; padding:2px 5px; text-decoration:none;}
.dropmenudiv a:hover {background-color: #eef7ff; border-bottom:0;}

a:link {color:#578cca; text-decoration:underline;}
a:visited {color:#578cca; text-decoration:underline;}
a:hover {color:#000; text-decoration:none;}
a:active {color:#578cca;  text-decoration:underline;}

/* Template created by CENTROARTS.com | Author: Rumin Sergey | URL: http://centroarts.com */
.selectmass input {
    float: right;
    margin-left: 6px;
}

.mass_comments_action {
    text-align: right;
}

/*---Информационное окно загрузки AJAX---*/
#loading-layer {
    display: none;
    font-size: 11px;
    background: #2e83d7;
    padding: 10px;
    text-align: center;
    color: #fff;
}

/*---Цитата и скрытый текст---*/
.scriptcode, .title_quote,.quote, .title_spoiler, .text_spoiler {
    padding: 5px;
    background: #f9fafa;
    border: 1px solid #dce7e7;overflow: inherit;
	-ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}

.title_quote, .title_spoiler {
    background: #f9fafa;
}

.title_quote {
    border-bottom: 0;
    font-weight: bold;
}

.scriptcode {
    color: #004e8d;
    text-align: left;
    font-family: "Courier New";
}

.title_spoiler {
    font-weight: bold;
}

.text_spoiler {
    border-top: 0;
    text-align: justify;
}

.hide {
    background-color: #e8f3fa;
    padding: 5px;
    color: #3a78a5;
	    text-align: left;
}

.hide a {
    text-decoration: underline;
}

 .hide a:hover {
    text-decoration: none ;
}

.inhide {
    border: 1px solid #d1e3ef;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 5px;
}

/*---Календарь---*/
.calendar {
    width: 100%;
}

.calendar td, .calendar th {
    padding: 5px 0;
    vertical-align: middle;
    text-align: center;
}

.weekday-active-v, .day-active-v, .weekday-active, .day-active {
    font-weight: bold;
}

.weekday {
    color: #b270ce;
}

th.workday, th.weekday {
    background-color: #f4f8fa;
}

.monthselect {
    font-size: 1.15em;
}

.day-current {
    background-color: #3f4b51;
    color: #fff;
}

.day-current a {
    color: #fff;
}

/*---Лучшие пользователи---*/
.userstop td, .pm td.pm_list, .pm td.pm_head {
    border: 1px solid #d8d8d8;
    padding: 2px;
    background-color: #fff;
}

.userstop thead td, .pm td.pm_head {
    font-size: 0.9em;
    background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
    height: 22px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    color: #4e4e4e;
}

.rating img {border:0px none; margin:0px 8px -1px 7px; }
.ratebut { cursor:pointer; }
.rateinf { font-weight:bold; }

/*---BB коды---*/
 /* различие bbcodes и bbcodes_poll исключительно в длине кнопки */
/* класс bbcodes используем в списке персональных сообщений (pm.tpl) и по умолчанию в модуле редактора сообщений*/
.bbcodes, .bbcodes_poll {
    background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #b3b3b3;
    color: #383838;
    padding: 2px 9px 5px 9px;
    margin-bottom: 2px !important;
    height: 24px;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 4px -3px black;
    -webkit-box-shadow: 0 1px 4px -3px black;
    box-shadow: 0 1px 4px -3px black;
}

.bbcodes:hover, .bbcodes_poll:hover {
    background-position: 0 10px;
}

.bbcodes_poll {
    width: 100px;
}

/*---BB Редактор---*/

.bb-pane { height: 1%; overflow: hidden; border: 1px solid #BBB; background-image: url("../bbcodes/bg.gif"); }
.bb-btn, .bb-sep { height: 25px; float: left; display: block; overflow: hidden; text-indent: -9999px; white-space: nowrap; }
.bb-sel { float: left; padding: 4px 2px 0 2px; }
.bb-sel select { font-size: 11px; }
.bb-sep { width: 5px; background-image: url("../bbcodes/brkspace.gif"); }
.bb-btn { cursor: pointer; width: 23px; }

#b_font { width: 118px;}
#b_size { width: 65px;}
#b_font select { padding: 0px;}
#b_size select { padding: 0px;}
#b_b { background-image: url("../bbcodes/b.gif"); }
#b_i { background-image: url("../bbcodes/i.gif"); }
#b_u { background-image: url("../bbcodes/u.gif"); }
#b_s { background-image: url("../bbcodes/s.gif"); }
#b_img { background-image: url("../bbcodes/image.gif"); }
#b_up { background-image: url("../bbcodes/upload.gif"); }
#b_emo { background-image: url("../bbcodes/emo.gif"); }
#b_url { background-image: url("../bbcodes/link.gif"); }
#b_leech { background-image: url("../bbcodes/leech.gif"); }
#b_mail { background-image: url("../bbcodes/email.gif"); }
#b_video { background-image: url("../bbcodes/mp.gif"); }
#b_audio { background-image: url("../bbcodes/mp3.gif"); }
#b_hide { background-image: url("../bbcodes/hide.gif"); }
#b_quote { background-image: url("../bbcodes/quote.gif"); }
#b_code { background-image: url("../bbcodes/code.gif"); }
#b_left { background-image: url("../bbcodes/l.gif"); }
#b_center { background-image: url("../bbcodes/c.gif"); }
#b_right { background-image: url("../bbcodes/r.gif"); }
#b_color { background-image: url("../bbcodes/color.gif"); }
#b_spoiler { background-image: url("../bbcodes/spoiler.gif"); }
#b_fla { background-image: url("../bbcodes/flash.gif"); }
#b_yt { background-image: url("../bbcodes/youtube.gif"); }
#b_tf { background-image: url("../bbcodes/typograf.gif"); }
#b_list { background-image: url("../bbcodes/list.gif"); }
#b_ol { background-image: url("../bbcodes/ol.gif"); }
#b_tnl { background-image: url("../bbcodes/translit.gif"); }
#b_br { background-image: url("../bbcodes/pbreak.gif"); }
#b_pl { background-image: url("../bbcodes/page.gif"); }

.bb-editor textarea {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding: 2px; border: 1px solid #bcc0c2; width: 100%; background: #fff url("../images/fields.png") repeat-x;
}
.editorcomm .bb-editor { width: 100%;}
.editorcomm .bb-editor textarea { height: 120px; }

.clr {
    clear: both;
}

/*---Дополнительные поля---*/
.xfields textarea, .xprofile textarea {
    height: 186px;
    margin: 0px 1px 0px 0px;
    padding: 0px;
}

.xfields input, .xprofile input {
    width: 250px;
    height: 14px;
    padding: 2px;
}

.xfields_table td {
    vertical-align: top;
}

/*---Персональные сообщения---*/
 .pm_head {
    font-weight: bold;
}

/*---Выпадающее меню кнопки редактировать---*/
#dropmenudiv {
    border: 1px solid #cbdfe8;
    background-color: #fbfdfe;
    font-size: 11px;
    line-height: 20px;
    margin: 2px 0;
    padding: 5px;
    opacity:0.9;
    -moz-opacity:0.9;
    filter:alpha(opacity=90);
}

#dropmenudiv a {
    display: block;
    text-indent: 3px;
    text-decoration: none;
    color: #3f4b51;
    padding: 1px 0;
    width: 100%;
}

#dropmenudiv a:hover {
    color: #2d8edd;
}

/*---Ссылка на скачивание прикрепленного файла---*/
.attachment {
    color: #808080;
}

/*---Рамка расширенной формы поиска по сайту---*/
fieldset {
    border: 1px solid #bfced6;
    padding: 5px;
    text-align: left;
}

/*---показ оригинальной картинки загруженной на сайт из уменьшенной копии---*/
.highslide-wrapper, .highslide-outline {
    background: #FFFFFF;
	display: flex;
	position: relative;
}

.highslide-image {
    border: 2px solid #FFFFFF;
}

.highslide-active-anchor {
    visibility: hidden;
}

 .highslide-active-anchor img {
    visibility: hidden;
}

.highslide-dimming {
    background-color: black;
}

.highslide-html {
    background-color: white;
}

.highslide-loading {
    display: block;
    color: white;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: black;
}

a.highslide-full-expand {
    background: url("../dleimages/fullexpand.gif") no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}

.highslide-display-block {
    display: block;
}

.highslide-display-none {
    display: none;
}

.highslide-caption {
    display: none;
    padding: 5px;
    background: white;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url("../../../engine/classes/highslide/graphics/controlbar-black-border.gif") no-repeat 0 -90px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url("../../../engine/classes/highslide/graphics/controlbar-black-border.gif") no-repeat 100% -90px;
}

.highslide-controls li {
    float: left;
    padding: 5px 0;
}

.highslide-controls a {
    background: url("../../../engine/classes/highslide/graphics/controlbar-black-border.gif");
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}

.highslide-controls a.disabled {
    cursor: default;
}

.highslide-controls a span {
    display: none;
}

 /*---The CSS sprites for the controlbar---*/
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}

.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}

.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}

.highslide-controls .highslide-play a {
    background-position: -30px 0;
}

.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}

.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}

.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}

.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}

.highslide-controls .highslide-next a {
    background-position: -90px 0;
}

.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}

.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}

.highslide-controls .highslide-move a {
    background-position: -120px 0;
}

.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}

.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}

.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}

.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}

.highslide-controls .highslide-close a {
    background-position: -180px 0;
}

.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

/*---Облако тегов---*/
.clouds_xsmall {
    font-size: 1em;
}

.clouds_small {
    font-size: 1.1em;
}

.clouds_medium {
    font-size: 1.2em;
    font-weight: bold;
}

.clouds_large {
    font-size: 1.5em;
}

.clouds_xlarge {
    font-size: 1.7em;
}

/*---Быстрый поиск на сайте---*/
#searchsuggestions {
    border-width:1px;
    border-color:#919191;
    border-style:solid;
    width:300px;
    background-color:#5c9ccc;
    font-size:10px;
    line-height:14px;
}

#searchsuggestions a {
    padding:5px;
    display:block;
    background-color:#fff;
    clear:left;
    height:75px;
    text-decoration:none;
}

#searchsuggestions a:hover {
    background-color:#fdd08b;
    color:#fff;
}

#searchsuggestions a span.searchheading {
    background: #5c9ccc;
    display:block;
    font-weight:bold;
    padding:5px;
    color:#fff;
}

#searchsuggestions a:hover span.searchheading {
    color:#fff;
}

#searchsuggestions a span {
    color:#555;
}

#searchsuggestions a:hover span {
    color:#000;
}

#searchsuggestions span.seperator {
    float:right;
    padding-right:15px;
    margin-right:5px;
}

#searchsuggestions span.seperator a {
    background-color:transparent;
    display:block;
    height:auto;
    color:#fff;
}

#searchsuggestions span.notfound {
    padding:5px;
    background-color:#fff;
    display:block;
    height:auto;
    color:#000;
}

/*---Диалоговые и всплывающие окна jQuery UI---*/
.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget {
    font-size: 11px;
	font-family: Verdana;
}


.ui-widget-content {
    background: #fff 50% bottom repeat-x;
    border: 1px solid #dedede;
    color: #222;
}

.ui-widget-header {
    background: #cccccc url(../images/ui-bg_gloss-wave.png) 50% 50% repeat-x;
    color: #000;
    font-weight: bold;
}

.ui-widget-header a {
    color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: #eaeaea url(../images/ui-bg_glass_85.png) 50% 50% repeat-x;
    border: 1px solid #cfcfcf;
    color: #868686;
    font-weight: bold;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #2e6e9e;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    background: #eaeaea url(../images/ui-bg_glass_75.png) 50% 50% repeat-x;
    border: 1px solid #a7a7a7;
    color: #4e4e4e;
    font-weight: bold;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #1d5987;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #d0e5f5 50% 50% repeat-x;
    border: 1px solid #a7a7a7;
    color: #e17009;
    font-weight: bold;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #e17009;
    text-decoration: none;
}

.ui-state-error {
    background: #fef1ec 50% 50% repeat-x;
    border: 1px solid #dedede;
    color: #cd0a0a;
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(../images/ui-icons_h.png);
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4em;
}

.ui-button-text-only .ui-button-text {
    padding: .4em .8em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-set {
    margin-right: 7px;
}

.ui-button-set .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-dialog {
    overflow: hidden;
    padding: .2em;
    position: absolute;
    width: 300px;
    -moz-box-shadow: 0px 12px 25px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 12px 25px rgba(0,0,0,0.7);
    box-shadow: 0px 12px 25px rgba(0,0,0,0.7);
}

.ui-dialog .ui-dialog-titlebar {
    padding: .5em 1em .3em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .2em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 18px;
    margin: -10px 0 0 0;
    padding: 1px;
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    background: none;
    border: 0;
    overflow: hidden;
    padding: .5em 1em;
    position: relative;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0 0;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
    text-align: left;
}

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    float: right;
    line-height: 1.4em;
    margin: .5em .4em .5em 0;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
}

.ui-dialog .ui-resizable-se {
    bottom: 3px;
    height: 14px;
    right: 3px;
    width: 14px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

/* ==================== Автозаполнение облака тегов */
.ui-autocomplete {
    position: absolute;
    cursor: default;
}

* html .ui-autocomplete {
    width:1px;
}

 /* without this, the menu expands to 100% in IE6 */
.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}

.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

/*---подсветка текста в теге [code]---*/
pre code {
    display: block;
    padding: 0.5em;
    background: #f9fafa;
    border: 1px solid #dce7e7;
    overflow:auto;
    white-space: pre;
}

pre .comment,pre .template_comment,pre .diff .header,pre .doctype,pre .lisp .string,pre .javadoc {
    color: #93a1a1;
    font-style: italic;
}

pre .keyword,pre .css .rule .keyword,pre .winutils,pre .javascript .title,pre .method,pre .addition,pre .css .tag,pre .lisp .title {
    color: #859900;
}

pre .number,pre .command,pre .string,pre .tag .value,pre .phpdoc,pre .tex .formula,pre .regexp,pre .hexcolor {
    color: #2aa198;
}

pre .title,pre .localvars,pre .function .title,pre .chunk,pre .decorator,pre .builtin,pre .built_in,pre .lisp .title,pre .identifier,pre .title .keymethods,pre .id {
    color: #268bd2;
}

pre .tag .title,pre .rules .property,pre .django .tag .keyword {
    font-weight: bold;
}

pre .attribute,pre .variable,pre .instancevar,pre .lisp .body,pre .smalltalk .number,pre .constant,pre .class .title,pre .parent,pre .haskell .label {
    color: #b58900;
}

pre .preprocessor,pre .pi,pre .shebang,pre .symbol,pre .diff .change,pre .special,pre .keymethods,pre .attr_selector,pre .important,pre .subst,pre .cdata {
    color: #cb4b16;
}

pre .deletion {
    color: #dc322f;
}

pre .tex .formula {
    background: #eee8d5;
}

/*---прогресс бар заполненности персональных сообщений---*/
.pm_progress_bar {
    border: 1px solid #d8d8d8;
    padding: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pm_progress_bar span {
    background: #000000;
    font-size: 0em;
    text-indent: -2000em;
    height: 10px;
    display: block;
    overflow: hidden;
}

/*---Вывод результатов голосования на сайте---*/
.voteprogress {
  overflow: hidden;
  height: 15px;
  margin-bottom: 5px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.voteprogress span {
  color: #ffffff;
  text-align: center;
  text-indent: -2000em;
  height: 15px;
  display: block;
  overflow: hidden;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
}

.voteprogress .vote2 {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.voteprogress .vote3 {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.voteprogress .vote4 {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.voteprogress .vote5 {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

/*---Вывод результатов опросов в новостях---*/
.pollprogress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 5px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.pollprogress span {
  color: #ffffff;
  height: 18px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
}

.pollprogress .poll2 {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.pollprogress .poll3 {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.pollprogress .poll4 {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.pollprogress .poll5 {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

/*---Выделение текста и всплывающее окно (поделиться ссылкой)---*/
#marker-bar,
#txtselect_marker {
	display: block;
	visibility: hidden;
    position: absolute;
    z-index: 1200;
    opacity: 0;
    -webkit-transition: opacity .4s, visibility .1s linear .4s;
    -moz-transition: opacity .4s, visibility .1s linear .4s;
    -o-transition: opacity .4s, visibility .1s linear .4s;
    transition: opacity .4s, visibility .1s linear .4s;
}
#txtselect_marker {
    cursor: pointer;
    background:url(../dleimages/marker.png) -0px -0px no-repeat;
}

#txtselect_marker:hover {
        background-position: -0px -32px;
}

#marker-bar{
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #fff;
    padding: 5px 10px;
    cursor: default;
    box-shadow: 0px 0px 4px #ccc;
}

#marker-bar.show {
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
	visibility: visible;
}

#txtselect_marker.show {
        /* XXX make a common css fadeIn/fadeOut classes */
	visibility: visible;
    width: 32px;
    height: 32px;
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
}

#marker-bar .masha-social,
#marker-bar .masha-marker{
	cursor: pointer;
	display: block;
	margin: 0 5px;
	float: left;
}

#marker-bar .masha-marker{
	line-height: 1em;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
	margin-right: 10px;
}

#marker-bar .masha-marker:hover {
	color: #ea3e26;
	border-color: #ea3e26;
}

.user_selection, .user_selection_true {
	background: #c4f47d;
	padding: 2px 0;
}
.user_selection a.txtsel_close, .user_selection_true a.txtsel_close {
	display:none;
}
.user_selection .closewrap, .user_selection_true .closewrap {
	position: relative;
}
.user_selection.hover a.txtsel_close, .user_selection_true.hover a.txtsel_close {
	display: inline-block;
	position: absolute;
	top: -7px;
	left: -5px;
	width: 33px;
	height: 33px;
	background: url(../dleimages/closemarker.png) -0px -0px no-repeat;
}

.user_selection.hover a.txtsel_close:hover, .user_selection_true.hover a.txtsel_close:hover {
	background-position: -0px -33px;
}


#share-popup {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	position: absolute;
	width: 414px;
	display:none;
	z-index: 100;
	padding: 10px 0;
	opacity: 0;
	-webkit-transition: opacity .4s, visibility .1s linear .4s;
	-moz-transition: opacity .4s, visibility .1s linear .4s;
	-o-transition: opacity .4s, visibility .1s linear .4s;
	transition: opacity .4s, visibility .1s linear .4s;
}

#share-popup.show {
	display:block;
	opacity: 1;
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
}

#share-popup .social {
	padding: 0 0 10px 17px;
	height: 40px;
}

#share-popup .social p {
	padding-bottom: 10px;
	margin: 0;
	font-weight: bold;
}

#share-popup .social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#share-popup .social ul li {
	float: left;
	margin-right: 20px;
	padding-top: 2px;
	position: relative;
}

#share-popup .social ul a {
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
	color: #aaa;
	padding-left: 25px;
}

#share-popup .social ul a:hover {
	text-decoration: underline;
	color: #ea3e26;
}

#share-popup .social a span{
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(../dleimages/social-icons.png) 20px 20px no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

#share-popup .social .tw span{
	background-position: 0 -20px;
}

#share-popup .social .tw:hover span{
	background-position: 0 0;
}

#share-popup .social .fb span{
	background-position: -20px -20px;
}

#share-popup .social .fb:hover span {
	background-position: -20px 0;
}

#share-popup .social .vk span{
	background-position: -40px -20px;
}

#share-popup .social .vk:hover span {
	background-position: -40px 0;
}

#share-popup .social .gp span{
	background-position: -60px -20px;
}

#share-popup .social .gp:hover span {
	background-position: -60px 0;
}

#share-popup .link {
	clear: both;
	border-top: 1px solid #d9d9d9;
	padding: 10px 5px 0 10px;
	line-height: 1.2;
	overflow: hidden;
	margin: 0 7px;
}

#share-popup .link p {
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0;
}

#share-popup .link span {
	color: #999;
	font-size: 10px;
	display: block;
	padding-top: 3px;
}

#share-popup .link a {
	display: block;
}
/*---Вывод результатов опросов в новостях---*/
.pollprogress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 5px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.pollprogress span {
  color: #ffffff;
  height: 18px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
}

.pollprogress .poll2 {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.pollprogress .poll3 {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.pollprogress .poll4 {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.pollprogress .poll5 {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

/* Для новых CSS */

.inline {
	display:inline-block;
	vertical-align:top;
	}
/* */
.doska_tbar_auto.item {
	height: 100px;
	}
.doska_tbar_auto.item .right_block {
	font-weight:bold;
	}
.doska_tbar_auto .right_block .sel li.sprite a.sprite {
	display:block;
	width: 74px;
	}
.doska_tbar_auto .right_block .sel .sp {
	background: url(../img/sprite_modules.png) 2px -16px no-repeat;
	width: 17px;
	height: 14px;
	/* margin-left: 50px; */
	margin-bottom: -3px;
	}

.doska_tbar_auto .sel {
	width: 90px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	}
.doska_tbar_auto .sel .spisok ul {
	margin-left: -11px;
	}
.doska_tbar_auto .sel .spisok ul li {
	width: 82px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	height: 27px;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	}
.bugreen {
	border: 1px solid #96AF5A;
	color: #fff;
	background: rgba(106, 146, 15, 0.82);
	font-size: 14px;
	}
.bugreen:hover {
	background:#004601;
	}
.spisok {
	margin:7px;
	}
.spisok .top {
	background-color:#fff;
    border-radius:5px;
    border:1px solid #ccc;
    padding:10px;
    vertical-align:top;
    box-shadow: 0px 5px 20px -8px black;
	}
.list_doska {
	font-size: 12px;
	text-align: left;
	}
#list_doska .table_bottom .right_block {
	margin-top:-3px;
	}
.list_doska .date {
	text-align: left;
	font-size: 9px;
	}
/* */
.doska_tbar_auto.item {
	height: 100px;
	text-align:left;
	}
.doska_tbar_auto div {
	text-align:left;
	}
.doska_tbar_auto.item .right_block {
	font-weight:bold;
	}
.doska_tbar_auto .right_block .sel li.sprite a.sprite {
	display:block;
	width: 74px;
	}
.doska_tbar_auto .right_block .sel .sp {
	background: url(../img/sprite_modules.png) 2px -16px no-repeat;
	width: 17px;
	height: 14px;
	/* margin-left: 50px; */
	margin-bottom: -3px;
	}

.doska_tbar_auto.item .text {
	width:310px;
	margin-left:10px;
	}
.doska_tbar_auto.item .date {
	color: #898989;
	margin-bottom: 9px;
	margin-right: 5px;
	font-size:10px;
	height:0px;
	padding:0px;
	width:100%;
	float:none;

	}
#list_doska .date {
	color: #898989;
	margin-bottom: 9px;
	margin-right: 5px;
	font-size:10px;

	}
.doska_tbar_auto a {
	border-bottom:0px;
	}
.doska_tbar_auto.item .text a {
	font-size:18px;
	}
.doska_tbar_auto .sel {
	width: 90px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	}
.doska_tbar_auto .sel .spisok ul {
	margin-left: -11px;
	}
.doska_tbar_auto .sel .spisok ul li {
	width: 82px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	height: 27px;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	}
.doska_tbar_auto .spisok li {
	padding: 14px 10px;
	line-height: 1.3;
	}
.doska_tbar_auto .col-t-1 {
	width: 10%;
	white-space: nowrap;
	display: inline-block;
	text-align: left;
	padding-right: 20px;
	margin-top:7px;
	padding-left: 10px;
	}
.doska_tbar_auto span {
	display:inline-block;
	}
.doska_tbar_auto .right_block {
	line-height:27px;
	}
.ico_spisok {
	top: -5px;
	display: block;
	width: 30px;
	height: 30px;
	}
.ico_foto {
	top: -5px;
	display: block;
	width: 30px;
	height: 30px;
	}
.checked_list {
	background-position: left bottom!important;
	}
.checked_foto {
	background-position: left bottom!important;
	}
.bg_spisok {
	left: 0;
	background: url(../img/check_list.png) left top no-repeat transparent;
	}
.bg_foto {
	left: 0;
	background: url(../img/check_list_foto.png) left top no-repeat transparent;
	}
.obyav {
	color: #990000;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 5px;
	}
.padding {
	padding: 10px 10px 10px 10px;
	}
.b-content-table .price {
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .3em .3em .1em;
	background: #f17e00;
	color: #fff;
	white-space: nowrap;
	font-weight: 700;
	font-size: 1.08em;
	line-height: 1.08em;
	margin-top: -25px;
	}
.floatleft .station {
	padding:0px;
	}
.floatleft .station {
	border: 1px solid #B4CE78;
	padding:10px;
	}
.station {
	border: 1px solid #B4CE78;
	padding:10px;
	}
/* Вывод плавающей карты */
.garpromcontent {
	position: fixed;
	}
.garpromcontent h3 {
	font-size: 23px;
	display: inline;
	margin-left: -9px;
	position: relative;
	top: -1px;
	}
.garpromcontent   .YMaps-balloon h3 {
	font-size: 13px;
	margin-left: 0;
	}
.garpromcontent img {
	position: relative;
	left: -11px;
	}
.station {
	padding: 7px 17px 4px 17px;
	font-size:14px;
	margin-bottom:20px;
	}
.station .phone {
	background: #e5efcc;
	font-size:14px;
	}
.stations div.odd {
	background: white;
	border: 1px solid white;
	}
.stations div.station:hover,
.stations div.odd:hover {
	border: 1px solid #ccc;
	background: #eee;
	}
.station h3 {
	margin-bottom: 5px;
	}
.station h3 a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #0392de;
	}
.station p {
	line-height: 1.2;
	}
.station .address {
	margin-bottom: 5px; }
.yamap {
	border-top: 3px solid #0079c2;
	border-bottom: 3px solid #0079c2;
	margin-top: 8px;
	padding-top: 1px;
	height: 500px;
	}
.yamap_main {
	border-top: 3px solid #0079c2;
	border-bottom: 3px solid #0079c2;
	margin-top: 8px;
	padding-top: 1px;
	height: 500px;
	width:730px;
	}
.stations.stations_main .station{
	border:0px;
	padding:0px;
	margin:0px;
	}
.stations.stations_main .station h2{
	font-size:14px;
	}
.stations.stations_main {
	width: 32%;
	}
.stations.stations_main .station .right_nedv {
	width:85%;
	}
.floatleft {
	float:left;
	margin-right: 10px;
	}
.floatright {
	float:right;
	}
.maps_enter {
	position:relative;
	height:100%;
	padding-left:10px;
	overflow: hidden;
	}
.item_offer {
	background-image: url(../img/mark.png);
	width: 27px;
	height: 27px;
	text-align: center;
	}
.right_nedv {
	float:left;
	width:80%;
	}
.station:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
	}
.width45 {
	width: 45%;
	}
.bggrins {
	background-color: #e9efdb;
	}
.table {
	width:100%;
	}
li:hover.greys {
	background: #e6efd2;
	}
.table li {
	padding: 6px 10px;
	line-height: 1.3;
	}
.table span {
	display:inline-block;
	margin-left:10px;
	vertical-align:top;

	}
.table .id {
	width:2%;
	}
.table .cat {
	color: #fc8100;
	}
.table .active {
	color: #000;
	/* border-radius: 5px; */
	background-color: #fff;
	width: 8%;
	padding-bottom: 7px;
	text-align: center;
	margin-top: 4px;
	padding-top: 4px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
.table .nav {
	padding-bottom:0px;
	}
.table .bgbrow .nav a {
	color:#fff;
	border:0px;
	}
.table .bgbrow .nav .active a {
	color:#000;
	border:0px;
	}
.table .nav span {
	padding-bottom: 7px;
	text-align: center;
	margin-top: 4px;
	padding-top: 4px;
	}
.table .date {
	color: #690;
	font-size: 11px;
	width:8%;
	text-align:center;
	}
.table .text {
	width:70%;
	}
.table img {
	margin-right:7px;
	}
.table div.text {
	width:100%;
	}
.table .count {
	width:10%;
	text-align:center;
	}
.table .text_right {
	text-align:right;
	margin-top: 10px;
	}
.table .untable {
	color: #7d7d7d;
	}

.table .firstname {
	margin-left: 20px;
	display:inline-block;
	width: 40%;
	}
.table .col-p1 {
	width:9%;
	display:inline-block;
	text-align:center;
	}
.table .col-p2 {
	width:9%;
	display:inline-block;
	text-align:center;
	}
.table .col-p3 {
	width:9%;
	display:inline-block;
	text-align:center;
	}
.table .col-p4 {
	width:9%;
	display:inline-block;
	text-align:center;
	}
.table .col-p5 {
	display:inline-block;
	text-align:center;
	}
.content_categorys {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	margin-top:15px;
	}
.content_categorys .inline {
	margin-left:20px;
	width:30%;
	margin-right:10px;
	}
.content_categorys h2 {
	color: #2BA4EC;
    font-size: 16px;
    font-family: verdana;
    font-weight: bold;
	margin-top:20px;
	}
.content_categorys ul {
	margin-top:5px;
	}
.content_categorys ul li {
	color: #2579B1;
    font-size: 14px;
    font-family: verdana;
    font-weight: normal;
	margin-top:5px;
	}
.fonthot {
	color: #c45da1;
	border-bottom: 1px solid #c45da1;
	}
a.fonthot {
	color: #c45da1;
	border-bottom: 1px solid #c45da1;
	}
.city_list ul {
	height: 400px;
	max-width: 700px;
	width:100%;
	}
.city_list li {
	display:inline-block;
	width:25%;
	}
.city_list .city_1,.city_list .city_2,.city_list .city_3,.city_list .city_4,.city_list .city_5,
.city_list .city_6,.city_list .city_7,.city_list .city_8,.city_list .city_9,.city_list .city_10 {
	font-weight:bold;
	}
.col-1 {
	width:78%;
	display:inline-block;
	}
.col-2 {
	width:20%;
	margin-left:20px;
	display:inline-block;
	}
/* ТВ Телепрограмма */
.top_tv li a {
	border-bottom:0px;
	}
.top_tv li {
	display:inline-block;
	width: 70px;
	height: 50px;
	padding-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	}
.channel_top {
	border-bottom: 1px solid #ccc;
	text-align: center;
	background: #fff;
	padding:10px;

	}
.tv_item {
	font-size: 12px;
	line-height: 14px;
	padding-top: 10px;
	position: relative;
	margin-bottom: 6px;
	}
.tv_item .time {
	text-align: right;
	color: #959595;
	}
.tv_title {
	border-bottom: 1px dashed #000;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	outline: 0;
	}
.tv_title a {
	border-bottom: 1px dashed #000;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	outline: 0;
	}
.tv_title a.old {
	color:#ccc;
	border-bottom: 1px dashed #ccc;
	}
.channel_logo {
	width:200px;
	}
.channel_name {
	font-size:14px;
	display: block;
	margin-top: 15px;
	text-decoration: none;
	}
.d_1 .dashed a {
	border-bottom: 1px dashed #000;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	outline: 0;
	}
.d_1 .bugreen a {
	border-bottom: 0;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	outline: 0;
	}
.d_1 .buorange a {
	border-bottom: 0;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	outline: 0;
	}
.bggreen {
	background-color: #E6E9FF;
	border-radius:5px;
	color:#333;
	}
.bggreen a {
	color:#fff;
	text-decoration:none;
	border:0px;
	}
.bggrins .subtext.bgbrow ul li {
	background-color: #e9efdb;
	}
.bgwhite .subtext.bgorange ul li {
	background-color: #fff;
	}
.bgwhite .subtext.bgbrow ul li {
	background-color: #fff;
	}
.subtext.bgbrow ul li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #000;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right:7px;
	margin-bottom: -10px;
	}
.subtext.bgorange ul li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #ff5704;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right:7px;
	margin-bottom: -10px;
	}
.subtext.bgorange.eda_alf ul.font19 li a {
	color:#fff;
	font-size:15px;
	font-weight:normal;
	text-transform: uppercase
	}
.subtext.bgorange.eda_alf ul.font19 li {
	margin:2px;
	padding:0px;
	}
.video_spisok li {
	width: 19%;
	}
.lenta .spisok li {
	display:inline-block;
	margin-left:3px;
	margin-top:3px;
	background:none;
	min-height: 80px;
	vertical-align: top;
	}
.lenta .spisok li img {
	width:95px;
	height:75px;
	}
.blog-li .blue {
	background:none;
	}
.pages ul {
	margin-top:10px;
	}
.pages span {
	padding: 2px 9px;
	display: inline;
	margin-right: -1px;
	}
.pages a {
	padding: 2px 9px;
	display: inline;
	margin-right: -1px;
	border-bottom:0px;
	}
.pages.bgnavigation ul li {
	padding: 2px 9px;
	display: inline;
	margin-right: -1px;
	border-bottom:0px;
	}
.doska_tbar_auto .right_block .sel li.sprite a.sprite {
	display:block;
	width: 74px;
	}
.doska_tbar_auto .right_block .sel .sp {
	background: url(../img/sprite_modules.png) 2px -16px no-repeat;
	width: 17px;
	height: 14px;
	/* margin-left: 50px; */
	margin-bottom: -3px;
	}
.doska_tbar_auto .right_block .sel li.sprite {
	height: 13px;
	}
.doska_tbar_auto .sel {
	width: 90px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	}
.doska_tbar_auto .sel .spisok ul {
	margin-left: -11px;
	}
.doska_tbar_auto .sel .spisok ul li {
	width: 82px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	height: 27px;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	}
.sel {
	width: 150px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	}
.sel .spisok {
	margin:0px;
	}
.sel .spisok a {
	border:0px;
	color:#fff;
	}
.sel .spisok ul li {
	width:150px;
	padding:0px;
	margin:0px;
	line-height:0px;
	height: 30px;
	}
.sel .spisok ul {
	padding-top: 15px;
	margin-top: 6px;
	margin-left: -10px;
	}
.sel .spisok ul big {
	color:#000;
	}
.sel .spisok > li > ul {
    position:absolute;
    display:none;
}
.sel .spisok > li:hover > ul {
    display:block;
}
.buorange	{
	font-size: 14px;
	border-width: 0;
	background: #f89500;
	background: -moz-linear-gradient(top,#ffab00 0,#fda300 23%,#f48900 73%,#f17f00 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffab00),color-stop(23%,#fda300),color-stop(73%,#f48900),color-stop(100%,#f17f00));
	background: -webkit-linear-gradient(top,#ffab00 0,#fda300 23%,#f48900 73%,#f17f00 100%);
	background: -o-linear-gradient(top,#ffab00 0,#fda300 23%,#f48900 73%,#f17f00 100%);
	background: -ms-linear-gradient(top,#ffab00 0,#fda300 23%,#f48900 73%,#f17f00 100%);
	background: linear-gradient(to bottom,#ffab00 0,#fda300 23%,#f48900 73%,#f17f00 100%);
	color: #fff;
	}
.buorange:hover {
	background:#f89500;
	}
.afisha_calendar .now {
	line-height: 27px;
	width: 150px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	}
.d_1 {
	background-color: #F3F2F0;
	}
.right_block {
	float:right;
	margin-right: 20px;
	}
.b-new-main_pic {
	width:180px;
	}
.editautomodel select#vlist {
	margin-top: 24px;
	margin-left: 10px;
	}
.station .nedv_spisok {
	width:60px;
	}
.station .item_offer_right-bot {
	width:100%;
	}
.left_block {
	float:left;
	margin-right: 20px;
	}
.developers-right-pic a {
	display:inline-block;
	}
.space {
	height:10px;
	}
.bgtextorangese {
	background-color: #fff6e3;
	}
.sel ul.spisok ul li {
	background:none;
	}
.sel ul.spisok li {
	background:none;
	}
.sel ul.spisok li {
	padding: 6px 10px;
	line-height: 1.3;
	}
ul.afisha-calendar-days li {
	display:inline-block;
	}


.col-left {
	float:left;
	}
.col-right {
	float:right;
	}
.list_event {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	}
.list_event:hover	{
	border-width: 0;
	background: #f0f0f0;
	background: -moz-linear-gradient(top,#fff 0,#fff 90%,#e1e1e1 140%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(90%,#fff),color-stop(140%,#e1e1e1));
	background: -webkit-linear-gradient(top,#fff 0,#fff 90%,#e1e1e1 140%);
	background: -o-linear-gradient(top,#fff 0,#fff 90%,#e1e1e1 140%);
	background: -ms-linear-gradient(top,#fff 0,#fff 90%,#e1e1e1 140%);
	background: linear-gradient(to bottom,#fff 0,#fff 90%,#e1e1e1 140%);
	}
.doska_tbar_auto {
	padding: 0px 0 0px 0px;
	margin-bottom: 15px;
	height: 30px;
	}
.bgtextgrow {
	background: #dee2d4;
	color: #7d7d7d;
	}
span.pages_text  {
	background:none;
	color:#000;
	font-size:18px;
	border:0px;
	}
.bgnavigation a:link, .bgnavigation a:visited, .bgnavigation a:hover, .bgnavigation a:active {
	background:none;
	border:0px;
	}
.table .pages.bgnavigation li.active {
	border-radius:0px;
	}
.pages.bgnavigation ul li.active {
	background-color: #80b128;
	color:#fff;
	}
.pages.bgnavigation ul li.active a,
.pages.bgnavigation ul li.active a:hover {
	color:#fff;
	}
.table .station .date {
	float:none;
	width:22%;
	height:10px;
	padding:0px;
	margin:0px;
	text-align:left;
	margin-top: 10px;
	margin-left:10px;
	}
.table .station .count {
	width: 20%;
	font-size:11px;
	}
.YMaps-b-balloon-content {
	width:320px!important;
	}



/* Афиша */
.fixed_big_img {
	width:417px;
	height:240px;
	}
.fixed_mid_img {
	width:200px;
	height:120px;
	}
.afisha_list li {
	display:inline-block;
	width:30%;
	}
.afisha_list h2 {
	margin: 0px;
	padding: 10px 0px 0px 16px;
	font-size: 20px;
	font-weight: normal;
	}
.afisha_top {
	width: 430px;
	}
.full.inline.afisha_item {
	width:77%;
	}
.full .afisha_item li {
	font-size:14px;
	margin:5px;
	}
.afisha_text {

	padding:2px;
	}
.col-1.mini {
	width:52%;
	margin-top: 10px;
	}
.col-1.full {
	width:77%;
	margin-top: 10px;
	}
.col-2 {
	width:19%;
	}
.col-2.mini {
	width:47%;
	margin-top: 10px;
	}
.width24 {
	width:24%;
	}
.width65 {
	width:75%;
	}
.inline.width65.padding	{
	width:58%;
	}
.bg ul {
	vertical-align:top;
	}
/* Афиша */
.fixed_big_img {
	width:417px;
	height:240px;
	}
.fixed_mid_img {
	width:200px;
	height:120px;
	}
.afisha_list li {
	display:inline-block;
	width:30%;
	}
.afisha_list h2 {
	margin: 0px;
	padding: 10px 0px 0px 16px;
	font-size: 20px;
	font-weight: normal;
	}
.afisha_top {
	width: 430px;
	}
.full.inline.afisha_item {
	width:77%;
	}
.full .afisha_item li {
	font-size:14px;
	margin:5px;
	}
.afisha_text {

	padding:2px;
	}
.sel {
	width: 150px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	}
.sel .spisok {
	margin:0px;
	}
.sel .spisok a {
	border:0px;
	color:#fff;
	}
.sel .spisok ul li {
	width:150px;
	padding:0px;
	margin:0px;
	line-height:0px;
	height: 30px;
	}
.sel .spisok ul {
	padding-top: 15px;
	margin-top: 6px;
	margin-left: -10px;
	}
.sel .spisok ul big {
	color:#000;
	}
.sel .spisok > li > ul {
    position:absolute;
    display:none;
}
.sel .spisok > li:hover > ul {
    display:block;
}
div.afisha-timetable {
	margin:10px;
	}
.afisha_event {
	width:98%;
	margin-top:10px;
	}
.afisha_event .c-1 {
	width: 20%;
	display: inline-block;
	}
.afisha_event .c-2{
	width: 30%;
	display: inline-block;
	}
.afisha_event .c-3{
	width: 45%;
	display: inline-block;
	}
.table ul li.afisha_event {
	height:30px;
	font-size:14px;
	}
.d_1 {
	background-color: #F3F2F0;
	}
.afisha_calendar h2{
	margin-right:10px;
	}
.list_event {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	min-height:100px;
	}
.list_event:hover	{
	border-width: 0;
	background: #f0f0f0;
	background: -moz-linear-gradient(top,#fff 0,#fff 70%,#e1e1e1 140%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(90%,#fff),color-stop(140%,#e1e1e1));
	background: -webkit-linear-gradient(top,#fff 0,#fff 70%,#e1e1e1 140%);
	background: -o-linear-gradient(top,#fff 0,#fff 70%,#e1e1e1 140%);
	background: -ms-linear-gradient(top,#fff 0,#fff 70%,#e1e1e1 140%);
	background: linear-gradient(to bottom,#fff 0,#fff 70%,#e1e1e1 140%);
	}
.doska_find .bg li {

	vertical-align:top;
	}
.doska_find .bg li input {
	margin: 0;
	padding: 4px 3px;
	position: relative;
	width: 40%;
	height: 18px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-color: #777 #777 -moz-use-text-color;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	margin: 0 5px 0 0;
	}
.font19 {
	font-size:19px;
	}
.doska_find .bg li button {
	width: 68px;
	height: 28px;
	position: absolute;
	border: none;
	background: url(../new_img/search-button.png) no-repeat;
	color:none;
	font-size: 0px;
	}
.mini {
	width:49%;
	display: inline-block;
	}
.mini:after {
	clear:both;
	}
.img-box.mini .text {
	font-size:11px;
	line-height:10px;
	}
.img-box.max .text span {
	font-size:13px;
	display: inline-block;
	}
.img-box.mini a.img {
	display:block;
	height:69px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position: center;
	margin-bottom:9px;
	box-shadow:inset 0px 0px 100px #000;
	background-size:cover;
	}
/* Вопросы и ответы - блок и раздел */
.faq_bar {
	font-size:24px;
	margin-bottom: -10px;
	}
.green_line {
	height:2px;
	width:100%;
	background-color: #D7FFD0;
	}
.faq_left_bar {
	display:inline-block;
	margin-right:5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width:45%;
	height: 40px;
	padding-top: 15px;
	padding-left: 25px;
	}
.faq_right_bar {
	display:inline-block;
	margin-left:5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width:40%;
	height: 40px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-top: 15px;
	padding-left: 25px;
	}
.bottom_panel {
	height:50px;
	width:100%;
	}
#questions_list {
	font-size: 12px;
}
.question_panel span{
	line-height: 25px;
	}
#questions_list span.colpost	{
	padding:3px;
	font-size:11px;
	margin-left:5px;
	}
#questions_list span.autor	{
	margin-left:10px;
	font-size:13px;
	}
.form .but input[type="submit"] {
	padding:4px;
	}
.colpost {
	padding-left:7px;
	padding-right:7px;
	border-radius:5px;
	padding-top:3px;
	padding-bottom:3px;
	}
.no-display {
	display:none;
	}
.channel {
	margin:7px;
	}
.channel li {
	padding: 6px 20px;
	line-height: 1.3;
	}
.channel li {
	background: url(../img/li.png) -310px 14px no-repeat;
	}
.text_block_glav_1 .channel li a.grey {
	color:#808080;
	font-size:11px;
	}
.width20 {
	width:20%;
	}
.news_top .top_img {
	float:left;
	margin-right:10px;
	}
.obj_doska {
	display:inline-block;
	margin:5px;
	}
.obj_doska img.big {
	height:110px;
	width:80px;
	}
.text_block_glav_1 ul.channel li a.inform:link, .text_block_glav_1 ul.channel li a.inform:visited {
	color:#000;
	}
/* Банки */

.subnav ul li {
	background-color: #f2efe8;
	display:inline-block;
	padding:10px;
	margin:5px;
	font-size:14px;
	border-radius:5px;
	}
.interchange_currency select{
	border: 0px;
	border-bottom: 1px dotted #007899;
	color: #007899;
	font-size: 17px;
	font-weight: bold;
	}
#interchange_echo_kurs_insert_otvet {
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	}
.interchange_switch {
	background: url("../img/convertic.png") no-repeat scroll 0 0 #fff;
	display: block;
	font: 0/0 a;
	height: 32px;
	margin: 0 10px;
	outline: medium none;
	padding: 0;
	width: 45px;
	position: relative;
	top: -2px;
	}
.interchange_cell a {
	border-bottom:0px;
	}
.interchange_switch:hover {
	background-position: 0 -34px;
	border-bottom:0px;
	}
.calculator_valut {
	position: relative;
	margin-top: 15px;
	font-size:16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#CCCCCC')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8,Direction=135,Color='#CCCCCC');
	}
.calculator_valut:before {
	position: absolute;
	top: 60%;
	right: 40px;
	bottom: 0;
	left: 40px;
	z-index: -2;
	display: block;
	border-radius: 100px 100px 100px 10px 10px 10px 10px;
	box-shadow: 0 -3px 20px rgba(0,0,0,0.6);
	content: '';
	}
.text-bold {
	font-weight:bold;
	}
.bank_navigation ul li {
	display:inline-block;
	padding:10px;
	margin:5px;
	font-size:14px;
	border-radius:5px;
	}
.bank_navigation ul li.active {
	text-decoration: none;
	color: #fff;
	background: #ffab00;
	background: -moz-linear-gradient(top,#ffab00 0,#f17f00 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffab00),color-stop(100%,#f17f00));
	background: -webkit-linear-gradient(top,#ffab00 0,#f17f00 100%);
	background: -o-linear-gradient(top,#ffab00 0,#f17f00 100%);
	background: -ms-linear-gradient(top,#ffab00 0,#f17f00 100%);
	background: linear-gradient(to bottom,#ffab00 0,#f17f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab00',endColorstr='#f17f00',GradientType=0);
	}
.bank_navigation ul li.active a {
	color:#fff;
	border-bottom:0px;
	}
.overflow-scroll {
	height: 900px;
	line-height: 1.2;
	float: left;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 280px;
	}
.table_programm ul {
	border-bottom:2px solid #e9efdb;
	}
.table_programm ul li {
	display:inline-block;
	width:18%;
    vertical-align:top;
	padding:10px;
	}
.table_programm ul li.col {
	width:10%;
	}
.table_programm ul li.firmname {
	width:10%;
	}
.table_programm ul li.info {
	width:45%;
	}
.spisok_banki li {
	display: table-row;
	border-bottom: 2px solid #ebede0;
	position: relative;
	display: block;
	}
.spisok_banki li .cell {
	display: table-cell;
	padding-top: 15px;
	padding-bottom: 8px;
	vertical-align: top;
	width:70%;
	}
.extra .but {
	text-align: center;
	padding: 3px;
	margin-top: 5px;
	border-radius: 8px;
	}
.spisok_banki li .logo {
	padding-right: 8px;
	width: 130px;
	vertical-align: middle;
	text-align: center;
	}
.spisok_banki li .logo img {
	width:100px;
	}
.spisok_banki li .extra {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 8px 6px 16px;
	width: 170px;
	}
.spisok_banki li .text {
	border-right: 1px solid #e3e3e3;
	}
.overflow-scroll .floatright {
	float:right;
	}
.overflow-scroll .right_nedv {
	width:165px;
	}
.overflow-scroll .station {
	border-top: 1px solid #cacaca;
	margin-bottom:0px;
	}
.overflow-scroll .stations div.station:hover, .overflow-scroll .stations div.odd:hover {
	background-color: #f8f8f8;
	border:0px;
	}
.overflow-scroll .atm {
	font-size:11px;
	margin-bottom: 4px;
	color: #656565;
	}
.overflow-scroll .otstup a {
	color: #000;
	}
.overflow-scroll .time {
	font-size:11px;
	}
.afisha_top span.text a {
	font-size:20px;
	}
.doska_find {
	padding:10px;
	font-size:19px;
	}
#toTop {
width:100px;
border:1px solid #ccc;
background:#f7f7f7;
text-align:center;
padding:5px;
position:fixed;
bottom:10px; /* отступ кнопки от нижнего края страницы*/
right:10px;
cursor:pointer;
display:none;
color:#333;
font-family:verdana;
font-size:11px;
}