@import url("reset.css");

body {color:#2f2e2e; background:#c3c4d4 url(../img/bg.jpg) no-repeat fixed 50% 0; font:12px Tahoma,Verdana,Geneva,sans-serif}
body.nobg { background: transparent; }
td,th {color:#2f2e2e; font:1em Tahoma,Verdana,Geneva,sans-serif}
input,textarea,option,select,button {color:#2f2e2e; font:1em Tahoma,Verdana,Geneva,sans-serif}

/* // ---- typography ---- // */

a {color:#ee1c25; text-decoration:underline}
a:hover {text-decoration:none}

/* -- ---- typography ---- -- */

#minWidth {position:relative; min-width:1000px}

.outer {position:relative; width:963px; margin:0 auto}

/* // ---- top ---- // */
.top {position:relative; padding:25px 0 10px 108px}
.logo {position:relative; float:left; width:134px; height:93px; margin-right:17px; z-index: 10;}
	.logo h1 {position:absolute; top:-25px; left:-45px; width:225px; height:161px; background:url(../img/logo.png); text-indent:-999em; overflow:hidden}
	.logo h1 a {width:134px; height:94px; margin:25px 0 0 45px; display: block}
.top .slogan {position:absolute; left:234px; top:62px; width:371px; height:91px; background:url(../img/slogan.png); text-indent:-999em; overflow:hidden}
.top .top-bn {position:relative; z-index:2; }
.top-bn { margin-bottom: 20px; }
/* -- ---- top ---- -- */

.middle {position:relative; z-index:3; margin-left:98px; background-color:#e8e9e9; border-radius:19px; -webkit-border-radius:19px; -moz-border-radius:19px; box-shadow:-2px -3px 5px #898b98; -webkit-box-shadow:-2px -3px 5px #898b98; -moz-box-shadow:-2px -3px 5px #898b98}

.b-regions-wave {position:absolute; z-index:1; font-size:14px; margin-top:63px; left:0; width:100px; padding:16px 0; background-color:#f5f3f3; box-shadow:-3px -4px 3px #898b98; -webkit-box-shadow:-3px -4px 3px #898b98; -moz-box-shadow:-3px -4px 3px #898b98; -webkit-border-bottom-left-radius:19px; border-bottom-left-radius:19px; -moz-border-radius-bottomleft:19px; -webkit-border-top-left-radius:19px; border-top-left-radius:19px; -moz-border-radius-topleft:19px; }
	.b-regions-wave dt {color:#ed1c24; font-size:18px; line-height:18px; padding:0 0 19px 16px}
	.b-regions-wave dd {padding:0 0 16px 20px}

.b-clock {position:absolute; z-index:1; margin-left:100%; left:-117px; color:#2c287c; font-size:24px; line-height:70px; font-weight:bold; text-align:center; background:url(../img/time-bg.png) no-repeat 0 0; width:117px; height:70px; -webkit-border-top-right-radius:19px; border-top-right-radius:19px; -moz-border-radius-topright:19px}

/* // ---- navigation ---- // */
.b-navigation {position:relative; z-index:3; font-size:14px; border:1px solid #cbcbcb; -webkit-border-bottom-left-radius:8px; border-bottom-left-radius:8px; -moz-border-radius-bottomleft:8px; -webkit-border-bottom-right-radius:8px; border-bottom-right-radius:8px; -moz-border-radius-bottomright:8px; padding:1px; background-color:#fff; margin:0 110px 0 296px}
	.b-navigation ul {background:url(../img/nav-bg.png) repeat-x 0 0; -webkit-border-bottom-left-radius:8px; border-bottom-left-radius:8px; -moz-border-radius-bottomleft:8px; -webkit-border-bottom-right-radius:8px; border-bottom-right-radius:8px; -moz-border-radius-bottomright:8px}
		.b-navigation ul li {position:relative; margin-bottom:-1px; float:left; background:url(../img/nav-brd.png) no-repeat 0 100%; padding-bottom:1px; padding-left:2px; text-align:center}
		.b-navigation a, .b-navigation .sfHover a, .b-navigation span {display:block; color:#2f2e2e; height:66px; line-height:66px; text-decoration:none; background:url(../img/nav-bg-h.png) repeat-x 0 -66px}
		.b-navigation span {cursor: default;}
			.b-navigation a:hover, .b-navigation .sfHover a {background-position:0 1px; font-weight:bold}
	.b-navigation .ft a, .b-navigation .ft .hr {-webkit-border-bottom-left-radius:7px; border-bottom-left-radius:7px; -moz-border-radius-bottomleft:7px}
	.b-navigation .lt a, .b-navigation .lt .hr {-webkit-border-bottom-right-radius:7px; border-bottom-right-radius:7px; -moz-border-radius-bottomright:7px}
	.b-navigation .ft {background-image:none; padding-left:0}
	.b-navigation .nv-1 {width:94px}
	.b-navigation .nv-2 {width:82px}
	.b-navigation .nv-3 {width:66px;}
	.b-navigation .nv-4 {width:62px;}
	.b-navigation .nv-5 {width:63px}
	.b-navigation .nv-6 {width:78px}
	.b-navigation .sfHover ul {left:0; top:67px}
	.b-navigation ul ul {position:absolute; border:1px solid #9d9d9d; -webkit-border-bottom-left-radius:7px; border-bottom-left-radius:7px; -moz-border-radius-bottomleft:7px; -webkit-border-bottom-right-radius:7px; border-bottom-right-radius:7px; -moz-border-radius-bottomright:7px; width:233px; padding:0 10px; background:#f4f4f4; text-align:left; left:-999em; top:-999em}
		.b-navigation .sfHover ul a {padding:11px 7px; font-weight:normal; line-height:normal; height:auto; background-image:none}
			.b-navigation .sfHover ul a:hover {font-weight:normal; background:#d8d8e2 url(../img/nav-bg-a.png) repeat-x 0 0}
		.b-navigation ul ul li {float:none; background:url(../img/brd.gif) repeat-x 0 0; text-align:left; padding:1px 0 0; margin:0}
		.b-navigation ul ul .f {background-image:none; padding-top:0}
/* -- ---- navigation ---- -- */

/* // ---- main wrap ---- // */
.b-main-wrap {padding:0 2px 0 1px; margin-bottom:22px}
	.b-soon-air {position:relative; z-index:2; float:left; width:311px; padding:82px 0 116px; height:208px; margin-top:-70px; border-top:1px solid #a9aaaa; background:url(../img/soonair-bg.png) repeat-x 0 0; -webkit-border-top-left-radius:19px; border-top-left-radius:19px; -moz-border-radius-topleft:19px}
		.b-soon-air h2 {position:absolute; left:-3px; top:-1px; font-size:14px; border:1px solid #cecece; padding:1px; background-color:#fff; width:285px; -webkit-border-bottom-left-radius:8px; border-bottom-left-radius:8px; -moz-border-radius-bottomleft:8px; -webkit-border-bottom-right-radius:8px; border-bottom-right-radius:8px; -moz-border-radius-bottomright:8px; -webkit-border-top-left-radius:19px; border-top-left-radius:19px; -moz-border-radius-topleft:19px}
			.b-soon-air h2 span {display:block; background:url(../img/nav-bg.png) repeat-x 0 -1px; line-height:66px; height:66px; -webkit-border-bottom-left-radius:7px; border-bottom-left-radius:7px; -moz-border-radius-bottomleft:7px; -webkit-border-bottom-right-radius:7px; border-bottom-right-radius:7px; -moz-border-radius-bottomright:7px; -webkit-border-top-left-radius:17px; border-top-left-radius:17px; -moz-border-radius-topleft:17px; padding-left:16px}
		.b-soon-air .b-player{position:absolute; left:0; bottom: -10px; border-radius:11px; -webkit-border-radius:11px; -moz-border-radius:11px; box-shadow:1px -5px 7px #7a7b85; -webkit-box-shadow:1px -5px 7px #7a7b858; -moz-box-shadow:1px -5px 7px #7a7b85; background:#efefef url(../img/air-bg.gif) repeat-x 0 0; padding:10px 0 0 32px; width:279px; height:124px}
			.b-soon-air .b-player a:link, .b-soon-air .b-player a:visited { font-size: 12px; text-decoration: underline; color: #000; }
			.b-soon-air .b-player a:hover, .b-soon-air .b-player a:active, .b-soon-air .b-player a:focus { text-decoration: none; }
			
			
	.b-air-list {position:relative; height:208px; overflow:hidden; padding:0 9px}
		.b-air-list ul {position:relative; font:bold 14px Arial,Helvetica; overflow:hidden}
			.b-air-list ul li {position:relative; margin-top:-1px; background:url(../img/brd.gif) repeat-x 0 0; padding:18px 0 18px 78px}
			.b-air-list a {color:#686767; text-decoration:none}
				.b-air-list a:hover {text-decoration:underline}
			.b-air-list .date {position:absolute; left:7px; top:10px; color:#615e5e; font-size:24px}
	.b-djradio {position:relative; float:right; width:550px; overflow:hidden}
		.b-djradio h3 {position:absolute; bottom:0px; font-size:14px; border:1px solid #cecece; padding:1px; background-color:#fff; box-shadow:1px -5px 7px #7a7b85; -webkit-box-shadow:1px -5px 7px #7a7b858; -moz-box-shadow:1px 1px 9px #333; right:0; max-width:220px; -webkit-border-top-left-radius:17px; border-top-left-radius:17px; -moz-border-radius-topleft:17px}
			.b-djradio h3 .t {display:block; background: #f2f2f1 url(../img/dj-ttl-bg.gif) repeat-x 0 0; padding:9px 10px 11px 30px; -webkit-border-top-left-radius:15px; border-top-left-radius:15px; -moz-border-radius-topleft:15px}
			.b-djradio h3 .dj-ttl {color:#ed1c24; display:block; padding-top:18px}
			.b-djradio h3 .dj-ttl a {color:#ed1c24; text-decoration:none}
				.b-djradio h3 .dj-ttl a:hover {text-decoration:underline}
/* -- ---- main wrap ---- -- */

/* // ---- programm line ---- // */
.b-programs-line {position:relative; margin-top:-8px; padding:0 24px 21px 82px; height:auto !important; height:155px; min-height:155px}
	.b-programs-line h2 {position:absolute; top:0; left:0; color:#fff; width:64px; height:155px; background-color:#f7343c; overflow:hidden}
		.b-programs-line h2 i {position:absolute; z-index:4; top:0; left:0; width:100%; height:100%; background:url(../img/programs-ttl.png)}
		.b-programs-line h2 span {-moz-transform: translate(20px) rotate(-90deg); -moz-transform-origin:55px 55px;-webkit-transform: translate(20px) rotate(-90deg); -webkit-transform-origin:55px 55px; -o-transform: translate(20px) rotate(-90deg); -o-transform-origin:55px 55px}
	.b-programs-line .b-programs-scroll {position:relative; overflow:hidden; width:100%; text-align:center; padding-top:7px}
		.b-programs-line .b-programs-scroll ul {position:relative; margin-left:-1px; width:5000px}
		.b-programs-line .b-programs-scroll li {float:left; width:189px; background:url(../img/brd-y.gif) repeat-y 0 3px; padding-left:1px}
		.b-programs-line .ph {width:133px; height:119px; background:url(../img/programs-bg.png); margin:0 auto; padding-top:8px; padding-left:15px; text-align:left}
	.b-programs-line h3 {position:relative; margin-top:-3px; font-size:14px; padding-bottom:11px}
		.b-programs-line h3 a {color:#2f2e2e; text-decoration:none}
			.b-programs-line h3 a:hover {text-decoration:underline}
	.b-programs-line .navtr {text-align:center; font-size:1px; white-space:nowrap; padding-top:17px}
		.b-programs-line .navtr li {display:-moz-inline-stack; display:inline-block; padding:0 4px}
		.b-programs-line .navtr a {display:block; width:11px; height:11px; background:url(../img/programs-navigator.png)}
		.b-programs-line .navtr a:hover {background-position:0 -11px}
        .b-programs-line .navtr .hr {background-position:0 -11px}
/* -- ---- programm line ---- -- */

/* // ---- grid 1 ---- // */
.grid-1 {padding:0 23px}
	.grid-1 .l-col-1 {float:left; width:480px}
		.grid-1 .l-col-1-i {padding-right:12px}
	.grid-1 .l-col-2 {float:right; width:320px}
/* -- ---- grid 1 ---- -- */

#scroll-news {position:relative; overflow:auto; height:360px}

.b-news-list {margin-bottom:18px}
	.b-news-list h2, .m-title, h2.b-news-title-index {font-size:14px; padding-bottom:4px; }
	.b-news-list h2 a, .m-title a {color:#2f2e2e; text-decoration:none}
		.b-news-list h2 a:hover, .m-title a:hover {text-decoration:underline}
	.m-title {padding-bottom:15px}
	.b-news-ul {position:relative; overflow:hidden; padding-bottom:10px}
		.b-news-ul li {margin-top:-1px; background:url(../img/brd.gif) repeat-x 0 0; position: relative; padding:7px 0 8px 45px}
		.b-news-ul_2 li {margin-top:-1px; background:url(../img/brd.gif) repeat-x 0 0; position: relative; padding:7px 0 8px}
		.b-news-ul .b-newsdate {padding-left: 0; background: none; font-weight: bold;}
		.b-news-ul .time {color:#ed1c24; position: absolute; left: 0; top: 7px; }
		.b-news-ul-2 .time {color:#ed1c24; padding-right: 5px; }
		.b-news-ul a {color:#2f2e2e; text-decoration:none}
			.b-news-ul a:hover {text-decoration:underline}
		.b-news-ul-2 a {color:#2f2e2e; text-decoration:none}
			.b-news-ul-2 a:hover {text-decoration:underline}
	.b-news-list .pages {padding-bottom:3px}
		.b-news-ul-press {  }
			.b-news-ul-press li { padding-left: 100px; }
	.b-news-ul-blog-latest li { padding-left: 120px; }
	.b-news-ul-blog-latest .time { padding-right: 10px; }

.b-sbn {padding-bottom:19px}

/* // ---- brd block ---- // */
.b-brd {border:1px solid #9d9d9d; padding:1px 1px 0; background-color:#fff; margin-bottom:20px}
	.b-brd h2 {font-size:14px; background:#eff0f2 url(../img/brd-h2.png) repeat-x 0 0; border-top:1px solid #eeeff1; padding:11px 13px 11px 10px}
	.b-brd-i {background:#f4f4f4 url(../img/brd-bg.png) repeat-x 0 0; padding:13px 14px 13px 12px}
/* -- ---- brd block ---- -- */

.b-newblogs {-webkit-border-top-right-radius:19px; border-top-right-radius:19px; -moz-border-radius-topright:19px; -webkit-border-bottom-right-radius:19px; border-bottom-right-radius:19px; -moz-border-radius-bottomright:19px}
	.b-newblogs h2 {-webkit-border-top-right-radius:15px; border-top-right-radius:15px; -moz-border-radius-topright:15px}
	.b-newblogs .b-brd-i {-webkit-border-bottom-right-radius:19px; border-bottom-right-radius:19px; -moz-border-radius-bottomright:19px}

/* // ---- blogs list ---- // */
.b-blogs-list {margin-bottom:-25px}
	.b-blogs-list li {padding:0 0 30px 135px}
	.b-blogs-list h3 {padding-bottom:6px}
	.b-blogs-list h3 a {color:#2f2e2e; text-decoration:none}
		.b-blogs-list h3 a:hover {text-decoration:underline}
	.b-blogs-list .author {font-size:11px; font-weight:bold; padding-bottom:2px}
		.b-blogs-list .author .date {color:#ed1c24}
		.b-blogs-list .author a.date {text-decoration:none}
			.b-blogs-list .author a.date:hover {text-decoration:underline}
	.b-blogs-list p {padding-bottom:1px}
	.b-blogs-list .more {text-align:right}
	.b-blogs-list .img-cover, .b-saboutblog .b-card-blog .img-cover {position:relative; float:left; left:-130px; margin-right:-116px; border:2px solid #fff; box-shadow:0 -1px 7px #333; -webkit-box-shadow:1px -5px 7px #333; -moz-box-shadow:0 -1px 7px #333; margin-top:2px}

.b-main-blogs {padding-left:15px}
	.b-main-blogs .b-blogs-list {margin-bottom:0}
	.b-main-blogs li {background:url(../img/brd.gif) repeat-x 0 100%; padding-bottom:15px; margin-bottom:15px}
	.b-main-blogs .lst {background-image:none; margin-bottom:10px}
	.b-main-blogs .more {font-style:italic}

.b-otherblogs {position:relative; margin-top:-10px; padding:0 0 15px 15px}
	.b-otherblogs .b-news-ul li {background-image:none}

/* -- ---- blogs list ---- -- */

/* // ---- about side blog ---- // */
.b-saboutblog {}
	.b-saboutblog h2 {text-align:right}
	.b-saboutblog .b-card-blog {font-weight:bold; padding-left:116px; padding-bottom:12px; line-height:18px}
		.b-saboutblog .b-card-blog h3 {margin-bottom:-17px}
		.b-saboutblog .b-card-blog p {padding:18px 0 0}
		.b-saboutblog .b-card-blog a {text-decoration:none}
			.b-saboutblog .b-card-blog a:hover {text-decoration:underline}
		.b-saboutblog .b-card-blog .img-cover {margin-top:5px}
.b-saboutblog .b-news-ul {margin:-13px 0 -11px; padding-bottom:0}
	.b-saboutblog .b-news-ul li {background-image:none; margin-top:0}
/* -- ---- about side blog ---- -- */


/* // ---- hotline ---- // */
.b-hotline {-webkit-border-top-left-radius:19px; border-top-left-radius:19px; -moz-border-radius-topleft:19px}
	.b-hotline h2 {-webkit-border-top-left-radius:15px; border-top-left-radius:15px; -moz-border-radius-topleft:15px; text-align:right}
	.b-hotline .b-brd-i {padding-top:7px; padding-bottom:0}
	.b-hotline-i {background:url(../img/i-phone.png) no-repeat 100% 0; padding-top:6px; padding-bottom:13px}
	.b-hotline-i p {padding-bottom:15px}
	.js .hd-block {display:none}
	.b-hotline .link-more { color: #EE1C25; border-bottom: 1px dotted #EE1C25; }
	.b-hotline .link-more:hover { border: none; cursor: pointer; }
/* -- ---- hotline ---- -- */

/* // ---- poll ---- // */
.b-poll h2 {text-align:right}
.b-poll .b-brd-i {padding-top:6px}
.b-poll dt {font-weight:bold; padding-bottom:16px}
.b-poll dd {position:relative; padding-left:29px; padding-bottom:15px}
.b-poll .btn {text-align:right}
/* -- ---- poll ---- -- */

.btn-style {cursor:pointer; cursor:hand; overflow:visible; font:12px Verdana,Tahoma; width:auto; border-width:0; padding:0; margin:0; box-shadow:0 -1px 7px #787878; -webkit-box-shadow:0 0 5px #787878; -moz-box-shadow:0 0 5px #787878; background-color:transparent}
	.btn-style::-moz-focus-inner {padding:0;border:0}
	.btn-style span {display:-moz-inline-stack; display:inline-block; text-shadow:0 0 1px #000; padding-left:12px; background:#f4f4f4 url(../img/btn-bg.png) no-repeat 0 -50px}
		.btn-style span span {box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; padding:0 12px 0 0; height:25px; line-height:24px}
	.btn-style:hover span {background-position:0 0}
		.btn-style:hover span span {background-position:100% 0}
	.btn-style:focus span, .btn-style:active span {background-position:0 -25px}
		.btn-style:focus span span, .btn-style:active span span {background-position:100% -25px}


.b-ordersong {-webkit-border-bottom-left-radius:19px; border-bottom-left-radius:19px; -moz-border-radius-bottomleft:19px}
	.b-ordersong h2 {text-align:right}
	.b-ordersong .b-brd-i {-webkit-border-bottom-left-radius:19px; border-bottom-left-radius:19px; -moz-border-radius-bottomleft:19px}
	.b-ordersong .i-p {width:283px}

.b-forms {}
	.b-forms .ips {padding-bottom:6px}
	.b-forms .lbl {display:block; font-weight:bold; padding-bottom:3px}
	.b-forms .i-p {border:1px solid #b2b2b2; background-color:#fff; padding:2px 1px 3px 4px}
	.b-forms textarea.i-p {height:86px}
	.b-forms .btn {text-align:right; padding-top:9px}

/* // ---- bottom ---- // */
.bottom {color:#fff; text-shadow:1px 0 1px #5e5e5e; font-weight:bold; line-height:18px; padding:15px 0 15px 136px}
	.bottom .col {float:left; padding-right:40px}
	.bottom a {color:#fff}
	.bottom .b-btminfo {float:right; width:282px}
	.b-long-search .i-p, .bottom .b-btminfo .i-p {float:left; border:1px solid #8b8f98; background-color:#fff; padding:2px 1px 2px 4px; width:148px; margin-right:5px}
	.b-long-search .btn-style, .bottom .b-btminfo .btn-style {float:left}
	.b-long-search .btn-style span span, .bottom .b-btminfo .btn-style span span {height:19px; line-height:17px; text-shadow:none}
	.bottom .develop {clear:both; padding-top:4px}
/* -- ---- bottom ---- -- */

.pages {text-align:center; padding:2px 0 28px}
	.pages a, .pages strong {margin:0 5px}
	.pages a {color:#2f2e2e}

/* // ---- calendar ---- // */
.b-anews {}
	.b-anews h2 {text-align:right}
	.b-anews .b-brd-i {padding:11px 0 37px}
.b-calendar {width:184px; margin:0 auto}
	.b-calendar .b-month {position:relative; font-size:14px; font-weight:bold; text-align:center; padding-bottom:12px}
		.b-calendar .b-month .l-ar, .b-calendar .b-month .r-ar {position:absolute; top:-2px; font-size:20px; font-weight:normal; line-height:1em; text-decoration:none}
			.b-calendar .b-month .l-ar:hover, .b-calendar .b-month .r-ar:hover {text-decoration:underline}
		.b-calendar .b-month .r-ar {right:0}
		.b-calendar .b-month .l-ar {left:0}
	.b-calendar table {border:1px solid #9d9d9d; width:100%}
		.b-calendar table td {color:#979494; border:1px solid #9d9d9d; width:14%; text-align:center; padding:5px 3px 6px}
		.b-calendar table .today {font-weight:bold}
			.b-calendar table .today a {text-decoration:none}
		.b-calendar a {color:#2f2e2e}
/* -- ---- calendar ---- -- */

/* // ---- for editor ---- // */
.for-editor { line-height: 1.4em; }
	.for-editor h3 {padding-bottom:14px}
	.for-editor h4 {padding-bottom:8px}
	.for-editor p {padding-bottom:1em}
	.for-editor .time, .for-editor .c-r {color:#ed1c24}
	.for-editor .date {color:#ed1c24; font-size:11px; font-weight:bold; padding-bottom:8px}
	.for-editor .img-left {position:relative; float:left; border:2px solid #fff; box-shadow:0 -1px 7px #333; -webkit-box-shadow:1px -5px 7px #333; -moz-box-shadow:0 -1px 7px #333; margin:2px 18px 0 0}
	.for-editor .ph-prg {position:relative; float:left; width:133px; height:119px; background:url(../img/programs-bg.png); padding-top:8px; padding-left:15px; text-align:left; left:-5px; margin:3px 5px 0 0}
	.for-editor ul { margin: 0 0 1em 20px; list-style: disc; }
	.for-editor li+p, .for-editor ul+p, { display: none; }
	.for-editor .img-left { margin-bottom: 3px; }
	
/* -- ---- for editor ---- -- */

/* // ---- prev next page ---- // */
.prev-next-page {padding-bottom:20px}
	.prev-next-page .prev-page {float:left}
	.prev-next-page .next-page {float:right}
	.prev-next-page a {color:#2f2e2e}
	.prev-next-page span {font-size:18px}
/* -- ---- prev next page ---- -- */

/* // ---- rss side ---- // */
.b-rss-side {position:relative; font-size:14px; font-weight:bold; padding:14px 80px 26px 14px}
	.b-rss-side .i-rss {position:absolute; margin-left:100%; top:2px; left:-83px; width:83px; height:71px; background:url(../img/i-rss.png)}
	.b-rss-side a {color:#2f2e2e; text-decoration:none}
		.b-rss-side a:hover {text-decoration:underline}
/* -- ---- rss side ---- -- */

/* // ---- other blogs ---- // */
.b-sothblog {-webkit-border-bottom-left-radius:19px; border-bottom-left-radius:19px; -moz-border-radius-bottomleft:19px}
	.b-sothblog h2 {text-align:right}
	.b-sothblog .b-brd-i {-webkit-border-bottom-left-radius:19px; border-bottom-left-radius:19px; -moz-border-radius-bottomleft:19px}
.b-other-blogs {font-weight:bold; padding:0 0 0 68px; margin-bottom:-18px}
	.b-other-blogs .img-cover {position:relative; float:left; left:-64px; margin-right:-64px; border:2px solid #fff; box-shadow:0 -1px 7px #333; -webkit-box-shadow:1px -5px 7px #333; -moz-box-shadow:0 -1px 7px #333; margin-top:-8px}
	.b-other-blogs h3 {padding-bottom:5px}
		.b-other-blogs h3 a {color:#2f2e2e}
		.b-other-blogs a {text-decoration:none}
			.b-other-blogs a:hover {text-decoration:underline}
	.b-other-blogs li {padding-top:10px; padding-bottom:18px}
/* -- ---- other blogs ---- -- */

.m-rad-tl {webkit-border-top-left-radius:19px; border-top-left-radius:19px; -moz-border-radius-topleft:19px}
	.m-rad-tl h2 {webkit-border-top-left-radius:17px; border-top-left-radius:17px; -moz-border-radius-topleft:17px}

/* // ---- comments ---- // */
.b-comments {width:468px; padding-bottom:30px}
	.b-comments .m-title {padding-top:0}
	.b-comments-list {padding-bottom:10px}
		.b-comments-list .author {position:relative; font-size:14px; font-weight:bold; background:url(../img/comment-ttl.png) repeat-x 0 -1px; height:25px; line-height:24px; padding:0 13px; margin:0 -13px; margin-bottom:7px}
			.b-comments-list .author .date {float:right; font-style:italic; font-size:12px; font-weight:normal}
			.b-comments-list .author a {color:#2f2e2e; text-decoration:none}
				.b-comments-list .author a:hover {text-decoration:underline}
		.b-comments-list li {border:1px solid #9d9d9d; margin-bottom:10px}
		.b-comments-list .i {border:1px solid #fff; background:#F4F4F4 url("../img/brd-bg.png") repeat-x 0 25px; padding:0 13px 11px}
		.b-comments-list .img-ac {float:left; border:2px solid #fff; box-shadow:0 -1px 7px #333; -webkit-box-shadow:1px -5px 7px #333; -moz-box-shadow:0 -1px 7px #333; margin:2px 10px 0 0}
	.b-comments .b-forms {}
		.b-comments .b-forms .i-p {width:461px}
		.b-comments .b-forms .l-ip {float:left}
			.b-comments .b-forms .l-ip .i-p, .b-comments .b-forms .r-ip .i-p {width:215px}
		.b-comments .b-forms .r-ip {float:right}
		.b-comments .b-forms .ips {clear:both; padding-top:11px}
/* -- ---- comments ---- -- */

.b-main-listscr {padding-bottom:19px; /* padding-left:15px */}
	.b-main-listscr h3 {color:#ed1c24}
		.b-main-listscr h3 a {color:#ed1c24}
	.b-main-listscr h4 {padding-bottom:7px}
	.b-main-listscr .b-blogs-list li {background:url(../img/brd.gif) repeat-x 0 100%; padding-bottom:15px; margin-bottom:15px}
	.b-main-listscr .b-blogs-list .lst {background-image:none; margin-bottom:10px} {padding-bottom:7px}
	.b-main-listscr .b-blogs-list .more {font-style:italic; padding-top:4px}

.b-main-listscr-i {position:relative; overflow-x:auto; height:650px}
	.b-main-listscr-i .b-blogs-list {padding-right:10px}

.b-scheldule {position:relative; overflow-x:auto; height:650px; padding-right:15px; margin-bottom:19px}
	.b-scheldule h3 {color:#ed1c24; padding-bottom:6px}
	.b-scheldule ul {background:url(../img/brd.gif) repeat-x 0 100%; margin-bottom:13px; padding-bottom:9px}
	.b-scheldule ul li {position:relative; padding-left:50px; padding-bottom:4px}
	.b-scheldule ul .time {position:absolute; left:0}
	.b-scheldule ul a {color:#2f2e2e; text-decoration:none}
		.b-scheldule ul a:hover {text-decoration:underline}

/* // ---- feedback ---- // */
.b-feedback {}
	.b-feedback h2 {text-align:right}
	.b-feedback .i-p {width:215px}
	.b-feedback .i-s {width:222px}
	.b-feedback textarea.i-p {width:283px}
	.b-feedback .ips {padding-bottom:11px}
/* -- ---- feedback ---- -- */

/* // ---- long search ---- // */
.b-long-search {position:relative; margin-right:-100px; padding-bottom:25px}
	.b-long-search .i-p {width:353px; margin-right:10px}
	.b-long-search .btn-style {}
/* -- ---- long search ---- -- */

/* // ---- search results ---- // */
.b-search-results {position:relative; margin-right:-140px; color:#000}
	.b-search-results a {text-decoration:none}
		.b-search-results a:hover {text-decoration:underline}
	.b-search-results h3 {padding-bottom:4px}
		.b-search-results h3 a {color:#000}
	.b-search-results li {padding-bottom:13px}
	.b-search-results p {padding-bottom:3px}
	.b-search-results .url {font-style:italic}
		.b-search-results .url a {color:#ed1c24}
/* -- ---- search results ---- -- */

.b-error-404 {position:relative; margin-right:-100px}
	.b-error-404 .b-long-search {margin-right:0; padding-bottom:15px}
	.b-error-404 .b-long-search .btn-style span span {text-shadow:0 0 1px #000}

.s-map {padding-bottom:40px}
	.s-map ul {padding-left:30px}
		.s-map ul ul {padding-left:35px}
	.s-map a {color:#2f2e2e}
	.s-map li {padding-bottom:1px}

/* // ---- scroll pane ---- // */
.jScrollPaneContainer {position:relative;overflow:hidden;z-index:1; margin-bottom:19px}
.jScrollPaneContainer .jScrollCapTop {width:5px; height:10px}
.jScrollPaneTrack{position:absolute;cursor:pointer;margin-left:100%; left:-15px; top:0;height:100%;background:url(../img/scroll-track.png) repeat 0 0}
.jScrollPaneDrag{position:absolute; z-index:2; background:url(../img/scroll-drag.png) repeat-y 50% 100%; cursor:pointer;overflow:hidden}
.jScrollPaneDragTop{position:absolute;top:0;left:0;overflow:hidden;background:url(../img/scroll-track-a.png) no-repeat 50% 0; height:4px}
.jScrollPaneDragBottom {position:absolute;bottom:0;left:0;overflow:hidden;background:url(../img/scroll-track-a.png) no-repeat 50% -4px; height:4px}
	/* .jScrollPaneContainer .disabled {background-position:0 0 !important} */
.jScrollArrowDown, .jScrollArrowUp {position:absolute; margin-left:100%; left:-15px; height:15px; background:url(../img/scroll-ar.png) no-repeat 0 0; overflow:hidden; text-indent:-999em}
.jScrollArrowDown {background-position:0 -15px}
.jScrollPaneContainer .b-news-list {margin-bottom:0}
/* -- ---- scroll pane ---- -- */

.b-saboutblog .b-card-blog .img-cover-about
{
    position: relative;
    left: -115px;
}

.b-blogs-list_empty li { padding-left: 0 !important }

.j-errordesc
{
	font-weight: bold;
	
	margin-bottom: 10px;
	
	border: 1px solid #EE1C25;
	
	background: #ffd5d5;
	
	padding: 5px;
}

.b-forms input.j-error, .b-forms select.j-error, .b-forms textarea.j-error
{
	border: 1px solid #EE1C25;
	
	background-color: #ffd5d5;
}

.b-brd_press .b-hotline-i { background: none; }
    .b-brd_press h2 { text-align: right; }
    .b-brd_press h3 { margin-bottom: 10px; }

.b-last-comments {  }
	.b-last-comments h2 { text-align: right; }
	.b-last-comments__item {}
		.b-last-comments__item span { font-weight: bold; }
		.b-last-comments__item div { margin-top: 5px; margin-bottom: 10px; }

.b-news-ul-press li { padding-left: 120px; }
.pop {
    position: absolute;
    left: 270px;
    bottom: -26px;
    width: 340px;
    z-index: 9999;
    text-align:justify;
    
}
.pop_midd {
    height: 1%;
    padding: 10px 10px 0;
    background: url(../images/pop_bg.png) repeat;
}

.pop_bott {
    width: 328px;
    height: 24px;
    background: url(../images/pop_bott.png) no-repeat left top;
}

.pop_cont {
    color: #fff;
    padding: 20px 22px;
    background: #8b8f98;
}

.pop_cont h1 {
    color: #b8953f;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 2.5em;
    margin: 0;
    padding: 0 0 12px 0;
}

.pop_cont p {
    margin: 0;
    font-size: 1.2em;
    padding: 0 12px 12px;
}

.pop_cont h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    margin: 0;
    font-size: 1.5em;
    padding: 0 12px 12px;
}


