@import 'reset.css' all;
body {
    font-size: 12.5px;
    font-family: 'Segoe ui', sans-serif;
    background: #d9dde2 url('../images/bg.png') no-repeat 50% 0;
    color: #757575;
}
/*---forms---*/
input[type="image"]:hover {
	opacity: 0.8;
}
ul, form {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
input[type="submit"], input[type="button"] {
	cursor: pointer;
}
/*---h1,h2,h3,h4,h5,h6----*/
h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	color: #2c2c2c;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.small {
	font-size: 0.9em;
}
/*---a-links---*/
a, img, input {
	outline: none;
	border: none;
}
a img {
	border: 0;
}
a {
	text-decoration: none;
	color: #6f6f6f;
}
a:hover {
	text-decoration: underline;
}
#wrapper, .wrapper {
    width: 1099px;
    position: relative;
    margin: 0 auto;
}
/*==============================
           Header
==============================*/
header {
    clear: both;
}
#header_h {
    height: 64px;
    clear: both;
    background: #293e46 url("../images/header_h_bg.png") repeat-x center bottom;
}
#header_h .wrapper {
    height: 59px;
    background: url("../images/sep_18.png") no-repeat left 0,
    url("../images/sep_18.png") no-repeat right 0;
    position: relative;
}
.header_search {
    width: 378px;
    overflow: hidden;
    height: 34px;
    background: #203137;
    border: 1px solid #1c2d33;
    margin: 11px 10px 0 12px;
}
.header_search form {
    display: block;
}
.header_search form input[type="text"] {
    font-family: 'Segoe ui', sans-serif;
    color: #597782;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.48);
    width: 325px;
    padding: 0 0 0 13px;
    background: none;
    border: none;
    height: 31px;
    display: block;
    float: left;
    margin: 0;
}
.header_search form input[type="image"] {
    height: 16px;
    float: right;
    width: 22px;
    margin: 8px 9px 0 0;
    background: url("../images/search_btn.png") no-repeat;
    cursor: pointer;
}
.header_search form input[type="image"]:hover {
    background-position: 0 -16px;
}
#header_h menu.rcols {
    list-style: none;
    padding: 0 2px 0 0;
    height: 59px;
}
#header_h menu.rcols > li {
    float: left;
    height: 59px;
    font-size: 13px;
    padding: 0 0 0 2px;
    background: url("../images/sep_18.png") no-repeat left 0;
}
#header_h menu.rcols > li:hover {

    background: url("../images/sep_17.png") no-repeat left 0;
}
#header_h menu.rcols > li a {
    display: block;
    color: #fff;
    background: url("../images/menu_icon.png") no-repeat 12px 0;
    text-shadow: 0 1px 0 rgba(0,0,0,0.34);
}
#header_h menu.rcols > li a span {
    display: block;
    height: 59px;
    line-height: 53px;
    padding: 0 16px 0 40px;
}
#header_h menu.rcols > li > a:hover, #header_h menu.rcols > li.selected > a {
    color: #fff2f8;
    background: #01a4ef url("../images/menu_icon.png") no-repeat 12px -59px;
    -webkit-box-shadow: inset 0px -1px 1px 0px rgba(1, 138, 202, 1);
    -moz-box-shadow: inset 0px -1px 1px 0px rgba(1, 138, 202, 1);
    box-shadow: inset 0px -1px 1px 0px rgba(1, 138, 202, 1);
    text-decoration: none;
}
#header_h menu.rcols > li.h_this > a:hover , #header_h menu.rcols > li.selected > a span {
    background: #01a4ef url("../images/menu_icon.png") no-repeat 12px -118px;
}
/* SubMenu */
#h_flow .h_this {
    position: relative;
}
#h_flow li.h_this ul {
    width: 167px;
    margin: 0;
    padding: 0;
    top: 59px;
    left: 0;
    position: absolute;
    z-index: 999;
    display: none;
    padding: 18px 0 0 0;
}
#h_flow li.h_this ul span {
    width: 100%;
    display: block;
    border-top: 3px solid #ffb901;
    background: #fff;
    position: relative;
    -webkit-box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.18);
}
#h_flow li.h_this ul span::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 6px;
    background: url("../images/arrow_8.png") no-repeat;
    width: 12px;
    height: 7px;
}
#h_flow li.h_this ul li a, #h_flow li.h_this ul li {
    background: none;
    float: none;
    height: auto;
    display: block;
    line-height: normal;
    text-transform: none;
    line-height: 26px;
}
#h_flow li.h_this ul li {
    padding: 0;
    overflow: hidden;
    height: 33px;
    margin: 0;
    font-size: 12px;
    background: url("../images/sep_15.png") repeat-x center bottom;
}
#h_flow li.h_this ul li:last-child {
    height: 29px;
    background: url("../images/sep_16.png") repeat-x center bottom;
}
#h_flow li.h_this ul li a {
    color: #6c8e9b;
    text-shadow: none;
    line-height: 27px;
    width: 100%;
    border: none;
    padding: 0 5px 0 24px;
    background: url("../images/arrow_6.png") no-repeat 10px 13px;
}
#h_flow li.h_this ul li a:hover {
    color: #74b807;
    text-decoration: none;
    background: url("../images/arrow_7.png") no-repeat 10px 13px;
}
#header_b {
    height: 103px;
}
#header_b .wrapper {
    position: relative;
}
#header_b .logo {
    background: url("../images/logo_bg.png") no-repeat;
    width: 293px;
    height: 69px;
    margin: 10px 0 0 0;
    overflow: hidden;
    text-indent: -9999px;
}
#header_b .logo a {
    display: block;
    width: 293px;
    height: 69px;
}
#header_b .login {
    background: #fff;
    margin: 10px 0 0 0;
    position: relative;
    height: 83px;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
}
.un_logged {
    padding: 0 5px;
    position: relative;
}
.un_logged label span {
    overflow: hidden;
}
.un_logged form, .un_logged label, .un_logged label span, .un_logged label input {
    display: block;
}
.un_logged label {
    background: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    height: 29px;
    line-height: 27px;
    padding: 0 9px;
    margin: 7px 2px 0 2px;
    color: #7fba00;
    font-size: 11px;
    font-family: 'Segoe ui', sans-serif;
    overflow: hidden !important;
}
.un_logged label span {
    margin: 0 5px 0 0;
    text-transform: uppercase;
    float: left;
    font-size: 10px;
}
.un_logged label input {
    background: none;
    font-family: 'Segoe ui', sans-serif;
    padding: 0;
    border: none;
    height: 26px;
    color: #849da7;
    width: 170px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden !important;
}
.un_logged input:active, .un_logged input:focus {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.reg_btn, .lost_btn {
    display: inline-block;
    position: absolute;
    margin: 0;
}
.in_btn {
    display: inline-block;
    position: absolute;
    margin: 0;
    right: 0;
}
.reg_btn a, .lost_btn a {
    position: absolute;
    right: 5px;
    background: #f25022 url("../images/sep_25.png") repeat-y right 0;
    font-size: 12px;
    color: #fff;
    padding: 5px 11px 6px 11px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    text-decoration: none;
}
.reg_btn a:hover, .lost_btn a:hover {
    background: #7fba00 url("../images/sep_25.png") repeat-y right 0;
}
.reg_btn a {
    top: 15px;
}
.lost_btn a {
    top: 46px;
}
.in_btn button {
    padding: 5px 11px 6px 11px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    background: #f25022;
    font-size: 12px;
    color: #fff;
    left: 0;
    top: 31px;
    display: block;
    position: absolute;
    cursor: pointer;
    background: #f25022 url("../images/sep_24.png") repeat-y left 0;
}
.un_logged button:hover {
    background: #7fba00 url("../images/sep_24.png") repeat-y left 0;
}
.is_logged {
    padding: 0 5px;
}
.is_logged .ava {
    padding: 5px 15px 5px 0;
    overflow: hidden;
    background: url("../images/sep_23.png") repeat-y right 0;
}
.is_logged .ava img {
    width: 71px;
    height: 71px;
    border: 1px solid #e9f0f3;
    display: block;
}
.is_logged ul {
    overflow: hidden;
    font-size: 12px;
    margin: 1px 4px 0 4px;
}
.is_logged ul li {
    display: block;
    height: 26px;
    padding: 0 0 1px 0;
    background: url("../images/sep_21.png") repeat-x center bottom;
}
.is_logged ul li:last-child {
    background: none;
    height: 26px;
    padding: 0;
}
.is_logged ul li a {
    color: #748f9a;
    height: 26px;
    line-height: 26px;
    display: block;
    padding: 0 14px;
    background: url("../images/arrow_10.png") no-repeat 4px 10px;
    text-decoration: none;
}
.is_logged ul li a:hover {
    color: #7fba00;
}
.is_logged .ext_btn {
    display: inline-block;
    position: absolute;
    margin: 0;
}
.is_logged .ext_btn a {
    position: absolute;
    display: block;
    top: 31px;
    left: 5px;
    text-indent: -9999px;
    width: 23px;
    height: 23px;
    background: #f25022 url("../images/ext_btn.png") no-repeat;
}
.is_logged .ext_btn a:hover {
    background-position: 0 -23px;
}
/*==============================
           Sliders
==============================*/
.slider_box {
    overflow: hidden;
    height: 267px;
    background: #1e2d33;
    margin: 0 0 11px 0;
}
.jquery-slider-wrapper {
    position: relative;
    clear: both;
    zoom: 1;
}
.jquery-slider-slide {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.jquery-slider-slide img {
    border: 0;
    margin: 0;
    padding: 0;
}
.jquery-slider-slide-current {
    display: block;
    z-index: 2;
}
.jquery-slider-slide-next {
    display: block;
    z-index: 1;
}
.jquery-slider-selectors {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 8px;
    left: 6px;
    z-index: 3;
}
.jquery-slider-option-navigation-selector-control-timer .jquery-slider-selectors, .jquery-slider-option-navigation-selector-control .jquery-slider-selectors {
    right: 100px;
}
.jquery-slider-option-navigation-selector-timer .jquery-slider-selectors, .jquery-slider-option-navigation-selector .jquery-slider-selectors {
    right: 70px;
}
.jquery-slider-option-selector-control-timer .jquery-slider-selectors, .jquery-slider-option-selector-control .jquery-slider-selectors {
    right: 40px;
}
.jquery-slider-selector {
    background: url("../images/jquery-slider-theme.png") no-repeat -92px -23px;
    display: inline;
    float: left;
    width: 23px;
    height: 23px;
    margin: 0 0 0 2px;
}
.jquery-slider-selector span {
    display: block;
    width: 100%;
    height: 100%;
}
.jquery-slider-selector-1 {
    background: url("../images/jquery-slider-theme.png") no-repeat 0px -47px;
}
.jquery-slider-selector-2 {
    background: url("../images/jquery-slider-theme.png") no-repeat -24px -47px;
}
.jquery-slider-selector-3 {
    background: url("../images/jquery-slider-theme.png") no-repeat -47px -47px;
}
.jquery-slider-selector-4 {
    background: url("../images/jquery-slider-theme.png") no-repeat -69px -47px;
}
.jquery-slider-selector-5 {
    background: url("../images/jquery-slider-theme.png") no-repeat -92px -47px;
}
.jquery-slider-selector-6 {
    background: url("../images/jquery-slider-theme.png") no-repeat -115px -47px;
}
.jquery-slider-selector-7 {
    background: url("../images/jquery-slider-theme.png") no-repeat -138px -47px;
}
.jquery-slider-selector-8 {
    background: url("../images/jquery-slider-theme.png") no-repeat -161px -47px;
}
.jquery-slider-selector-9 {
    background: url("../images/jquery-slider-theme.png") no-repeat -184px -47px;
}
.jquery-slider-selector-10 {
    background: url("../images/jquery-slider-theme.png") no-repeat -208px -47px;
}
.jquery-slider-selector-11 {
    background: url("../images/jquery-slider-theme.png") no-repeat -230px -47px;
}
.jquery-slider-selector-12 {
    background: url("../images/jquery-slider-theme.png") no-repeat -253px -47px;
}
.jquery-slider-selector-13 {
    background: url("../images/jquery-slider-theme.png") no-repeat -276px -47px;
}
.jquery-slider-selector-14 {
    background: url("../images/jquery-slider-theme.png") no-repeat -299px -47px;
}
.jquery-slider-selector-15 {
    background: url("../images/jquery-slider-theme.png") no-repeat -322px -47px;
}
.jquery-slider-selector-16 {
    background: url("../images/jquery-slider-theme.png") no-repeat -487px -47px;
}
.jquery-slider-selector-17 {
    background: url("../images/jquery-slider-theme.png") no-repeat -519px -47px;
}
.jquery-slider-selector-18 {
    background: url("../images/jquery-slider-theme.png") no-repeat -555px -47px;
}
.jquery-slider-selector-19 {
    background: url("../images/jquery-slider-theme.png") no-repeat -587px -47px;
}
.jquery-slider-selector-20 {
    background: url("../images/jquery-slider-theme.png") no-repeat -624px -47px;
}
.jquery-slider-selector-current {
    background: url("../images/jquery-slider-theme.png") no-repeat -92px 0;
}
.jquery-slider-selector-current .jquery-slider-selector-1 {
    background: url("../images/jquery-slider-theme.png") no-repeat 0px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-2 {
    background: url("../images/jquery-slider-theme.png") no-repeat -23px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-3 {
    background: url("../images/jquery-slider-theme.png") no-repeat -47px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-4 {
    background: url("../images/jquery-slider-theme.png") no-repeat -69px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-5 {
    background: url("../images/jquery-slider-theme.png") no-repeat -91px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-6 {
    background: url("../images/jquery-slider-theme.png") no-repeat -114px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-7 {
    background: url("../images/jquery-slider-theme.png") no-repeat -137px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-8 {
    background: url("../images/jquery-slider-theme.png") no-repeat -160px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-9 {
    background: url("../images/jquery-slider-theme.png") no-repeat -183px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-10 {
    background: url("../images/jquery-slider-theme.png") no-repeat -207px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-11 {
    background: url("../images/jquery-slider-theme.png") no-repeat -229px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-12 {
    background: url("../images/jquery-slider-theme.png") no-repeat -252px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-13 {
    background: url("../images/jquery-slider-theme.png") no-repeat -275px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-14 {
    background: url("../images/jquery-slider-theme.png") no-repeat -298px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-15 {
    background: url("../images/jquery-slider-theme.png") no-repeat -321px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-16 {
    background: url("../images/jquery-slider-theme.png") no-repeat -487px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-17 {
    background: url("../images/jquery-slider-theme.png") no-repeat -519px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-18 {
    background: url("../images/jquery-slider-theme.png") no-repeat -555px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-19 {
    background: url("../images/jquery-slider-theme.png") no-repeat -587px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-20 {
    background: url("../images/jquery-slider-theme.png") no-repeat -624px -69px;
}
.jquery-slider-selector span span {
    display: none;
}
.jquery-slider-control {
    display: none;
    position: absolute;
    cursor: pointer;
    width: 23px;
    height: 23px;
    z-index: 4;
    top: 10px;
    right: 10px;
}
.jquery-slider-control span {
    display: none;
}
.jquery-slider-control-play {
    background: url("../images/jquery-slider-theme.png") no-repeat -69px -23px;
}
.jquery-slider-control-pause {
    background: url("../images/jquery-slider-theme.png") no-repeat -46px -23px;
}
.jquery-slider-control-play:hover {
    background: url("../images/jquery-slider-theme.png") no-repeat -69px 0;
}
.jquery-slider-control-pause:hover {
    background: url("../images/jquery-slider-theme.png") no-repeat -46px 0;
}
.jquery-slider-navigation {
    display: block;
    position: absolute;
    z-index: 4;
    top: 16px;
    right: 0;
}
.jquery-slider-option-navigation-selector-control .jquery-slider-navigation, .jquery-slider-option-navigation-selector-control-timer .jquery-slider-navigation, .jquery-slider-option-navigation-control .jquery-slider-navigation, .jquery-slider-option-navigation-control-timer .jquery-slider-navigation {
    right: 18px;
}
.jquery-slider-navigation-prev {
    background: url("../images/jquery-slider-theme.png") no-repeat 0 -23px;
    cursor: pointer;
    width: 23px;
    height: 23px;
    float: left;
    margin: 0 0 0 5px;
}
.jquery-slider-navigation-prev span {
    display: none;
}
.jquery-slider-navigation-prev:hover {
    background: url("../images/jquery-slider-theme.png") no-repeat 0 0;
}
.jquery-slider-navigation-next {
    background: url("../images/jquery-slider-theme.png") no-repeat -23px -23px;
    cursor: pointer;
    width: 23px;
    height: 23px;
    float: left;
    margin: 0 0 0 5px;
}
.jquery-slider-navigation-next span {
    display: none;
}
.jquery-slider-navigation-next:hover {
    background: url("../images/jquery-slider-theme.png") no-repeat -23px 0;
}
.jquery-slider-wrapper .caption_2 {
    width: 498px;
    position: absolute;
    bottom: 0;
    height: 44px;
    line-height: 40px;
    padding: 0 15px;
    background: #1e2d33;
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(0,0,0,0.22);
}
.jquery-slider-wrapper .caption_2 a {
    position: absolute;
    right: 10px;
    top: 11px;
    width: 23px;
    height: 23px;
    background: url("../images/link_bg.png") no-repeat;
    text-indent: -9999px;
}
.jquery-slider-wrapper .caption_2 a:hover {
    opacity: 0.6;
}
.jquery-slider-wrapper .caption {
    width: 320px;
    height: 267px;
    padding: 0;
    background: #293e46;
    position: absolute;
    top: 0;
    right: 0;
    color: #efefef;
}
.jquery-slider-wrapper .caption_h {
    height: 49px;
    overflow: hidden;
    line-height: 18px;
    padding: 8px 75px 0 13px;
    font-size: 16px;
    background: url("../images/sep_12.png") repeat-x center bottom;
}
.jquery-slider-wrapper .caption_c {
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.22);
    padding: 4px 8px;
    overflow: hidden;
    line-height: 14px;
}
.jquery-slider-wrapper .caption_b {
    position: absolute;
    bottom: 8px;
    width: 100%;
}
.jquery-slider-wrapper .caption_b .lcol {
    margin: 0 0 0 13px;
    padding: 9px 0 0 0;
}
.jquery-slider-wrapper .caption_b .lcol .rating {
    color: #fff;
    font-size: 11px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.29);
}
.jquery-slider-wrapper .caption_b .more {
    margin: 0 6px 0 0;
}
.jquery-slider-wrapper .caption_b .more a {
    background: #7fba00;
    display: inline-block;
    padding: 9px 15px 10px 15px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}
.jquery-slider-wrapper .caption_b .more a:hover {
    background: #3F6877;
}
.jquery-slider-timer {
    color: #000000;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
}
.jquery-slider-timer-bar {
    background: #1e1e1e;
    opacity: 0.5;
    height: 3px;
    width: 0;
    float: left;
    display: inline;
}

.slider-movie-example
{
  width:300px;
  height:247px;
  color:#FFFFFF;
  padding:10px;
  position:absolute;
  top:0;
  right:0;
  background: #293E46;
}
        
.slid img {
   height: 229px;
    width: 530px;
}

.slidetop {
   height: 230px;
   overflow: hidden;
}

.slidtit {
   font-size: 15px;
   color: rgb(255, 255, 255);
   margin: 10px;
   width: 470px;
   float: left;
   background: rgb(30, 45, 51);
}
    
.slidlin {
   text-indent: -9999px;
   float: left;
   background: url("../images/link_bg.png") no-repeat;
   height: 23px;
   width: 23px;
   margin: 6px;
}
        
.slidtitl {
   font-size: 17px;
   margin-bottom: 20px;
   margin-right: 65px;
}
            
.slidsh {
   font-size: 14px;
}

/*==============================
           Content
==============================*/
#content {
    margin: 0 -3px -13px 0;
}
.content {
    overflow: hidden;
    padding: 5px 0 0 0;
}
.content.full {
    background: #ffffff;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
}
aside.lcol {
    padding: 0 6px 13px 0;
    width: 245px;
}
aside.rcols {
    overflow: hidden !important;
    padding: 0 3px 0 0;
}
.block {
    width: 245px;
    margin: 0 0 5px 0;
}
.block.blue {
    background: #01a4ef;
    overflow: hidden;
}
.block.orange {
    background: #f25022;
    overflow: hidden;
}
.block.gray {
    background: #3f6877;
    overflow: hidden;
}
.block:last-child {
    margin: 0;
}
.block.blue .block_h {
    height: 44px;
    border-bottom: 3px solid #039ee5;
    font-size: 14px;
    position: relative;
    color: #fff;
    line-height: 44px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    padding: 0 14px;
    overflow: hidden;
}
.block.orange .block_h {
    height: 41px;
    border-bottom: 1px solid #dd451a;
    font-size: 13px;
    position: relative;
    color: #fff;
    background: url("../images/ico.png") no-repeat 7px center;
    margin: 0 4px;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    padding: 0 14px 0 35px;
    overflow: hidden;
}
.block.gray .block_h {
    height: 40px;
    font-size: 13px;
    position: relative;
    color: #fff;
    background: url("../images/hand.png") no-repeat 12px center;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    padding: 0 14px 0 39px;
    overflow: hidden;
}
.block.gray .block_c {
    background: url("../images/sep_31.png") repeat-x center top;
    padding: 12px 7px 7px 7px;
    overflow: hidden;
}
.stars {
    overflow: hidden;
    background: url("../images/stars.png") no-repeat 5px center;
}
.stars a {
    float: right;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background: #7fba00;
    font-family: 'Segoe ui', sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.24);
}
.stars a:hover {
    background: #01a4ef;
    text-decoration: none;
}
.block.white .block_h {
    height: 40px;
    background: #fff;
    border-bottom: 3px solid #f3fbfc;
    font-size: 13px;
    position: relative;
    color: #678085;
    line-height: 40px;
    padding: 0 13px;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
}
.block.orange .block_c {
    overflow: hidden;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 9px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.18);
    color: #fff;
}
.block.orange .block_c a {
    color: #fff;
}
.block.white .block_c {
    padding: 0;
}
.block.more .block_h {
    height: 40px;
    background: #01a4ef url("../images/sep_30.png") repeat-x center bottom;
    font-size: 13px;
    position: relative;
    color: #fff;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    padding: 0 14px 5px 14px;
    overflow: hidden;
}
.block.more .block_c {
    background: #fff;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
}
.block.white .block_h strong {
    color: #6ba50f;
}
.block_comm {
    background: #fff url("../images/block_comm.png") no-repeat right top;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    padding: 3px 3px;
    margin: 5px 0 0 0;
    overflow: hidden;
}
.block_comm a {
    color: #76ac20;
}
.block_comm:hover {
    background: #6ba50f url("../images/block_comm_2.png") no-repeat right top;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.19);
}
.block_comm:hover a {
    color: #fff;
}
.block_comm_h {
    display: block;
    overflow: hidden;
    font-size: 12px;
    color: #5f7e8a;
    line-height: 14px;
    padding: 4px 7px 6px 7px;
    background: url("../images/sep_21.png") repeat-x center bottom;
}
.block_comm:hover .block_comm_h {
    background: url("../images/sep_29.png") repeat-x center bottom;
}
.block_comm_h a {
    color: #5f7e8a;
}
.block_comm:hover .block_comm_b {
    color: #fff;
}
.block_comm_b {
    display: block;
    font-size: 11px;
    color: #76ac20;
    overflow: hidden;
    padding: 6px 3px;
}
.block_comm_b .lcol {
    padding: 0 0 0 18px;
    background: url("../images/usr.png") no-repeat left center;
}
.block_comm:hover .block_comm_b .lcol {
    background: url("../images/usr_2.png") no-repeat left 0;
}
/*---Votes---*/
.vtitle {
    border-top: 1px solid #0db3ff;
    margin: 0 0 2px 0;
    padding: 5px 11px 6px 11px;
    color: #fff;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.28);
    line-height: 14px;
    background: #01a4ef;
}
.vresult {
    top: 0;
    position: absolute;
    right: 0;
    width: 39px;
    height: 42px;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: url("../images/all_votes_bg.png") no-repeat;
}
.vresult:hover {
    background-position: 0 -42px;
}
#dle-vote {
    padding: 2px 5px 7px 5px;
}
.vote, #dle-poll-list div {
    clear: both;
    color: #5f7e8a;
    font-size: 12px;
    padding: 7px 2px;
}
.vote input, #dle-poll-list div input {
    float: left;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
.vote_btn {
    background: #fff url("../images/sep_14.png") repeat-x center top;
    padding: 8px 8px 8px 3px;
    overflow: hidden;
    height: 27px;
    font-size: 12px;
}
.vote_btn .fbutton {
    text-transform: uppercase;
    font-size: 11px;
    background: #7fba00;
}
.vote_btn .fbutton:hover {
    background: #01a4ef;
}
button.votes {
    margin: 7px 4px 0 0;
    font-size: 12px;
    border: none;
    outline: none;
    color: #5f7e8a;
    cursor: pointer;
    background: none;
    font-family: 'Segoe ui', sans-serif;
}
button.votes:hover {
    color: #70b11c;
}
/*---Navi---*/
aside.lcol .block_c.navi {
    padding: 0;
}
.navi > ul > li {
    display: block;
    background: url("../images/sep_26.png") repeat-x center top;
    padding: 2px 0 0 0;
}
.navi > ul > li.submenu {
    background: url("../images/sep_27.png") repeat-x center top;
}
.navi ul li div a, .sublink div a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 9px 8px 10px 37px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.18);
    background: url("../images/arrow_11.png") no-repeat 9px center;
}
.navi ul li div a:hover, .navi ul li.sublink.opened div a, .navi ul li.selected div a, .sublink:hover div a {
    color: #fff;
    background: #293e46 url("../images/arrow_12.png") no-repeat 9px center;
}
.sublink div a span {
    display: block;
    background: url("../images/arrow_13.png") no-repeat 100% center;
}
.sublink:hover div a span {
    display: block;
    background: url("../images/arrow_14.png") no-repeat 100% center;
}
.selected div a span {
    color: #fff;
    background: url("../images/arrow_14.png") no-repeat 100% center;
}
ul.submenu {
    background: #293e46;
    font-size: 11px;
}
ul.submenu li {
    background: url("../images/sep_28.png") repeat-x center bottom;
    padding: 0 0 3px 0;
}
ul.submenu li:last-child {
    background: none;
}
ul.submenu li a {
    display: block;
    color: #d2e9f2;
    padding: 8px 5px 9px 23px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.31);
    background: #293e46 url("../images/arrow_15.png") no-repeat 10px 12px;
}
ul.submenu li a:hover {
    color: #78be08;
    background: #293e46 url("../images/arrow_16.png") no-repeat 10px 12px;
}
/*--- torrent ---*/
.torrent {
    overflow: hidden;
    padding: 0 0 5px 0;
    background: url("../images/sep_2.png") repeat-x center bottom;
}
.torrent_h {
    margin: 0 4px;
    padding: 0 0 6px 0;
    overflow: hidden;
    background: url("../images/sep_5.png") repeat-x center bottom;
}
.torrent_h a {
    margin: 0 1px;
    display: block;
    color: #fff;
    padding: 10px 12px;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.17);
    background: #3f6877;
    text-decoration: none;
}
.torrent_h a:hover {
    background: #7FBA00;
}
.torrent_c {
    font-size: 12px;
    overflow: hidden;
}
.list {
    background: url("../images/sep_6.png") repeat-x center bottom;
    overflow: hidden;
    padding: 9px 7px 16px 7px;
    color: #75a904;
    position: relative;
}
.list .lcol {
    padding: 0 0 0 5px;
    position: relative;
}
.list .rcol {
    position: relative;
}
.list .lcol .li_list {
    position: absolute;
    left: 0;
    top: -6px;
}
.list .rcol .li_list {
    position: absolute;
    right: 0;
    top: -6px;
}
.list .lcol a, .list .lcol b {
    color: #5f7e8a;
    font-weight: normal;
}
.li_list {
    padding: 6px 12px 7px 12px;
    display: inline-block;
    background: #7fba00;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.li_list.files {
    background: url("../images/plus.png") no-repeat left 0;
    color: #75a904;
    height: 15px;
    line-height: 15px;
    padding: 0 0 0 24px;
}
.li_list.files b {
    font-weight: normal;
    font-size: 11px;
    color: #fff;
    background: #01a4ef;
    margin: 0 0 0 4px;
    padding: 3px 5px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.33);
}
.li_list_a1 {
    padding: 10px 0 0 0;
    color: #4d6b77;
}
.li_list_a1 hr {
    background: url("../images/sep_5.png") repeat-x;
    height: 1px;
    border: none;
}
.li_list_a1 hr:last-child {
    display: none;
}
.li_distribute_m {
    color: #5f7e8a;
    margin: 0 0 0 5px;
    background: url("../images/up.png") no-repeat left center;
    padding: 0 0 0 21px;
}
.li_swing_m {
    color: #5f7e8a;
    margin: 0 0 0 5px;
    background: url("../images/down.png") no-repeat left center;
    padding: 0 0 0 21px;
}
span.sep {
    height: 19px;
    width: 1px;
    margin: -1px 7px -6px 7px;
    display: inline-block;
    background: url("../images/sep_7.png") no-repeat 0 center;
}
/*---static---*/
.static {
    overflow: hidden;
    padding: 0 0 5px 0;
    background: url("../images/sep_2.png") repeat-x center bottom;
}
.static.none {
    background: none;
}
.static_h {
    background: #7fba00;
    display: inline-block;
    padding: 8px 12px 9px 12px;
    font-size: 14px;
    margin: 6px 6px;
    clear: both;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(0,0,0,0.26);
    color: #fff;
}
.static_h.none {
    margin: 6px 6px 1px 6px;
}
.static_c {
    overflow: hidden;
    padding: 6px 7px;
}
.static_c.none {
    padding: 0;
}
/*---comment---*/
.comment {
    overflow: hidden;
    padding: 3px 6px 7px 5px;
    position: relative;
    background: url("../images/sep_4.png") repeat-x center bottom;
}
.comment .lcol {
    overflow: hidden;
    margin: 1px 5px 0 0;
    font-size: 12px;
    padding: 2px 2px;
}
.avatar {
    background: #ffffff;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    padding: 4px 4px;
    overflow: hidden;
}
.avatar img {
    width: 71px;
    border: 1px solid #e9f0f3;
    display: block;
}
.comment .lcol .btn {
    padding: 7px 0 0 0;
}
.comment .lcol .btn a {
    background: #3f6877;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 0 7px 0;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.24);
}
.comment .lcol .btn a:hover {
    background: #7fba00;
}
.comment .rcols {
    overflow: hidden !important;
}
.comment_inf {
    background: rgb(251,251,251); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #f7f7f8;
    height: 34px;
    margin: 4px 0 4px 0;
    padding: 0 9px;
}
.ul_inf {
    float: left;
    padding: 8px 3px 0 3px;
    line-height: 22px;
    font-size: 12px;
    color: #87b425;
}
.ul_inf a {
    color: #717e83;
}
.ul_inf span.date {
    color: #fff;
    margin: 0 5px;
    font-size: 11px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.27);
    background: #01a4ef;
    padding: 4px 9px 6px 9px;
}
.comment_text {
    background: #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(240, 240, 240, 1), 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(240, 240, 240, 1), 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px 0px 0px 1px rgba(240, 240, 240, 1), 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
    border-top: 2px solid #fafafa;
    position: relative;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}
.comment_text::after {
    position: absolute;
    content: '';
    background: url("../images/arrow_5.png") no-repeat;
    width: 14px;
    height: 10px;
    top: -9px;
    left: 8px;
}
.comment_text a {
    color: #69818b;
}
.comment_inf ul.moder {
    margin: 6px 0 0 0;
}
ul.moder {
    overflow: hidden;
}
ul.moder li {
    float: left;
    overflow: hidden;
    margin: 0 1px 0 3px;
    padding: 2px 2px 3px 2px ;
    font-size: 11px;
}
ul.moder li a {
    background: #fff;
    -webkit-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    -moz-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    border: 1px solid rgba(242,242,242,1);
    border-radius: 2px;
    padding: 5px 13px 6px 13px;
    color: #7d939b;
    display: inline-block;
    text-decoration: none;
}
ul.moder ln {
    float: left;
    overflow: hidden;
    margin: 0 1px 0 3px;
    padding: 2px 2px 3px 2px ;
    font-size: 11px;
}
ul.moder ln a {
    background: #fff;
    -webkit-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    -moz-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    border: 1px solid rgba(242,242,242,1);
    border-radius: 2px;
    padding: 2px;
    color: #7d939b;
    display: inline-block;
    text-decoration: none;
}
ul.moder li a:hover {
    color: #7fba00;
}
/*--- short story ---*/
.short {
    width: 274px;
    display: block;
    float: left;
    margin: 0 1px 6px 2px;
    padding: 0;
    position: relative;
    z-index: 1;
}
.short_h {
    background: #fff;
    position: relative;
    height: 74px;
    overflow: hidden;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    z-index: 5;
}
.short_h .title {
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
    height: 30px;
    padding: 5px 10px 6px 10px;
    color: #fff;
    margin: 0 0 2px 0;
    background: #3f6877;
 text-shadow: 0 1px 0 rgba(0,0,0,0.26);
}

.short_h .title a {
    color: #fff;
    text-decoration: none;
}
.short_h .title a:hover {
    color: #fff;
}
.short_inf {
    overflow: hidden;
    font-size: 12px;
    color: #66818c;
    padding: 0 9px;
    line-height: 24px;
    height: 28px;
}
.short_inf a {
    color: #66818c;
}
.short_inf span {
    color: #7fba00;
}
.short_c {
    height: 151px;
    z-index: 2;
    overflow: hidden;
    position: relative;
}
.short_c .mask {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    display:none;
    opacity: 1;
    background-color: rgba(0,0,0, 0.77);
    width:100%;
    height:100%;
}
.short_c:hover .mask, .mask:hover{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)  !important;
    opacity: 1;
    display:block;
}
.short_c .mask a.show, .short_c .mask .full {
    width: 28px;
    display: block;
    float: left;
    text-indent: -9999px;
    height: 28px !important;
    overflow: hidden;
    top: 65px;
    position: absolute;
    background: url("../images/short_img.png") no-repeat;
}
.short_c .mask a.show {
    background-position: 0 0;
    left: 111px;
}
.short_c .mask a.show:hover {
    background-position: 0 -28px;
}
.short_c .mask .full {
    right: 112px;
    background-position: -28px 0;
}
.short_c .mask .full:hover {
    background-position: -28px -28px;
}
.short_c img {
    width: 279px;
    height: 151px;
    display: block;
}
.short_b {
    background: #293e46;
    height: 29px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.short_b_bg {
    background: url("../images/sep_13.png") repeat-x center top;
    position: absolute;
    height: 5px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 6;
}
.short_b .user {
    color: #fff;
    display: block;
    font-size: 11px;
    line-height: 28px;
    height: 29px;
    padding: 0 0 0 28px;
    background: url("../images/user.png") no-repeat 8px 9px;
}
.short_b .user a {
    color: #fff;
}
.short_b .view {
    display: block;
    float: left;
    font-size: 11px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    color: #fff;
    line-height: 28px;
    padding: 0 10px 0 32px;
    height: 29px;
    background: #01a4ef url("../images/view.png") no-repeat 9px 8px;
}
.short_b .comm {
    display: block;
    float: left;
    font-size: 11px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    color: #fff;
    line-height: 28px;
    padding: 0 10px 0 32px;
    height: 29px;
    background: #7fba00 url("../images/comm.png") no-repeat 10px 7px;
}
/*--- full story ---*/
.editdate {
    font-size: 0.9em;
    text-align: right;
    color: #6c838e;
}
.story {
    padding: 0 0 3px 0;
    margin: 0 0 4px 0;
    position: relative;
    overflow: hidden;
    background: url("../images/sep_10.png") repeat-x center bottom;
}
.story.none {
    background: none;
}
.story_h {
    min-height: 29px;
    overflow: hidden;
    padding: 2px 7px 11px 7px;
    background: url("../images/sep_14.png") repeat-x center bottom;
}
.story_h .category {
    background: #7fba00;
    display: block;
    overflow: hidden;
    padding: 8px 10px 9px 10px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.28);
    font-size: 12px;
    color: #fff;
    margin: 0 10px 0 0;
}
.story_h .category a {
    color: #fff;
}
.story_h .title {
    font-size: 14px;
    color: #5f7e8a;
    line-height: 23px;
    overflow: hidden !important;
}
.story_h .title a {
    color: #5f7e8a;
}
.story_inf {
    height: 22px;
    padding: 6px 7px 9px 6px;
    overflow: hidden;
    margin: 0 4px;
    background: url("../images/sep_21.png") repeat-x center bottom;
}
.story_inf .lcol ul li {
    float: left;
    color: #76ac20;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    margin: 0 4px;
    padding: 0 12px 0 0;
    background: url("../images/sep_22.png") no-repeat right center;
}
.story_inf .lcol ul li:first-child {
    background: none;
    padding: 0;
}
.story_inf .lcol ul li a {
    color: #76ac20;
}
.story_inf .lcol ul li .auth {
    background: url("../images/auth.png") no-repeat 0 center;
    padding: 0 0 0 21px;
}
.story_inf .lcol ul li span {
    color: #5f7e8a;
}
.story_inf .lcol ul li em {
    background: #01a4ef;
    color: #fff;
    font-style: normal;
    padding: 4px 8px;
    margin: 0 2px 0 8px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.22);
}
.story_inf .rcol .rating {
    margin: 3px 0 0 0;
}
.story_c {
    background: url("../images/sep_9.png") repeat-x center bottom;
    padding: 8px 7px;
    position: relative;
    overflow: hidden;
    line-height: 15px;
    color: #7a7979;
}
.story_c.none {
    background: none;
}
.story_c a {
    color: #7a7979;
}
.story_b {
    overflow: hidden;
    height: 41px;
    background: url("../images/sep_11.png") repeat-x center top;
}
.story_b .f_link {
    height: 41px;
    background: url("../images/sep_20.png") repeat-y left top;
    padding: 0 15px;
    line-height: 39px;
}
.story_b .f_link a {
    color: #75a904;
    background: url("../images/arrow_9.png") no-repeat left 5px;
    padding: 0 0 0 17px;
    text-decoration: none;
}
.story_b .f_link a:hover {
    color: #7a7979;
}
.story_b .lcol {
    padding: 13px 1px 1px 15px;
}
.story_b ul.moder {
    margin: 0 0 0 4px;
}
/*---related---*/
ul.related {
    overflow: hidden;
    padding: 0;
}
ul.related li {
    display: block;
    overflow: hidden;
    background: url("../images/sep_4.png") repeat-x center bottom;
}
ul.related li:first-child a {
    padding: 0 1px 1px 10px;
}
ul.related li a {
    display: block;
    font-size: 12px;
    color: #597580;
    line-height: 14px;
    overflow: hidden;
    padding: 1px 1px 1px 10px;
}
ul.related li a:hover {
    text-decoration: none;
}
ul.related li a:hover .title {
    background: #7fba00;
}
ul.related li .rcols {
    display: block;
    overflow: hidden !important;
}
ul.related li .title {
    overflow: hidden;
    display: inline-block;
    text-shadow: 0 1px 0 rgba(0,0,0,0.26);
    background: #3f6877;
    padding: 5px 10px 6px 10px;
    color: #fff;
    margin: 0 0 2px 0;
}
ul.related li img {
    float: left;
    display: block;
    margin: 0 6px 0 0;
    overflow: hidden;
    width: 59px;
}
/*---fbutton---*/
.fbutton {
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    background: #01a4ef;
    font-family: 'Segoe ui', sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.24);
}
.fbutton:hover {
    background: #7fba00;
    text-decoration: none;
}
/*---forms---*/
div.tableform {
    width: 467px;
    margin: 0 auto;
}
table.tableform {
    width: 100%;
}
.tableform dl {
    display: block;
    overflow: hidden;
    margin: 0 0 7px 0;
}
.tableform dd.label {
    display: block;
    padding: 0;
    color: #4d6b77;
    float: left;
    overflow: hidden;
    font-size: 12px;
    width: 17%;
    padding: 5px 0 0 0;
}
.tableform dd {
    padding: 0 0 2px 0;
    display: block;
    overflow: hidden !important;
}
table.tableform tr {
    display: block;
	color: #748F9A;
    margin: 0 0 10px 0;
}
table.tableform tr td.label {
    color: #748F9A;
    font-size: 12px;
    padding: 6px 0 5px 0;
}
table.tableform tr td {
    padding: 0;
    display: block;
}
.addnews {
    font-weight: bold;
}
.impot {
    color: #e23046;
}
.checkbox {
    padding: 4px 0;
    line-height: 1em;
}
.checkbox input {
    margin-top: -2px;
    vertical-align: middle;
}
.f_input {
    background: #ffffff;
    height: 20px;
    width: 97%;
    font-size: 12px;
    color: #adadad;
    padding: 2px 5px;
    font-family: 'Segoe ui', sans-serif;
    border: 1px solid rgba(0,0,0,0.04);
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.05);
}
.f_textarea {
    width: 100%;
}
.fieldtr select, .textin, .f_textarea, .xfields textarea, .xprofile textarea,.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select {
    padding: 2px;
    font-family: 'Cuprum', sans-serif;
    color: #adadad;
    background: #fff;
    border: 1px solid #bcc0c2;
}
.f_textarea, .editor_button select {
    padding: 0;
}
.textin {
    padding: 2px;
}
.fieldsubmit {
    text-align: center;
    margin: 0;
}
/*---hr---*/
hr.stop {
    clear: both;
    border: none;
    background: url("../images/sep_2.png") repeat-x;
    margin: 0;
    height: 3px;
}
/*--- error ---*/
.berror {
    background: #f25022 url("../images/sep_3.png") repeat-y 56px 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.17);
    border: 1px solid #eb4e21;
    margin: 4px 4px;
    position: relative;
    border-radius: 2px;
}
.berror_c {
    padding: 6px 13px 6px 71px;
    background: url("../images/error_bg.png") no-repeat 25px center;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    min-height: 44px;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(0,0,0,0.20);
}
.berror a {
    color: #fff;
}
/*---navigation---*/
.navigation {
    background: url("../images/sep.png") repeat-x center top;
    overflow: hidden;
    padding: 7px 7px;
    margin: 0;
    height: 34px;
    font-size: 12px;
    clear: both;
}
.navi_pages {
    padding: 3px 2px;
    overflow: hidden !important;
}
.navigation .rcol {
    overflow: hidden;
    padding: 3px 2px;
}
.navi_pages a {
    background: #fff;
    -webkit-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    -moz-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    border: 1px solid rgba(242,242,242,1);
    border-radius: 2px;
    color: #677e88;
    display: inline-block;
    margin: 0 2px;
    padding: 6px 9px 5px 9px;
}
.navi_pages a:hover {
    color: #79af03;
    text-shadow: none;
    text-decoration: none;
}
.navi_pages span {
    color: #fff;
    display: inline-block;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    padding: 6px 9px;
    background: #7fba00;
}
span.nav_ext {
    background: none;
    color: #677e88;
    text-shadow: none;
}
.n_back, .n_next {
    display: inline-block;
}
.n_back span, .n_back a, .n_next span, .n_next a {
    background: #fff;
    -webkit-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    -moz-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    border: 1px solid rgba(242,242,242,1);
    border-radius: 2px;
    padding: 5px 9px 6px 9px;
    color: #718790;
    display: inline-block;
    text-decoration: none;
}
.n_back span, .n_back a {
    background: #fff url("../images/arrow_3.png") no-repeat 8px 8px;
    padding: 5px 9px 6px 22px;
}
.n_back a:hover {
    color: #79af03;
    background: #fff url("../images/arrow.png") no-repeat 8px 8px;
}
.n_next span, .n_next a {
    padding: 5px 22px 6px 9px;
    background: #fff url("../images/arrow_2.png") no-repeat 92% 8px;
}
.n_next a:hover {
    color: #79af03;
    background: #fff url("../images/arrow_4.png") no-repeat 92% 8px;
}
/*==============================
           Footer
==============================*/
footer {
    z-index: 1;
    clear: both;
    padding: 0;
    height: 78px;
    background: url("../images/footer_bg.png") repeat-x;
}
footer .wrapper {
    height: 78px;
    background: url("../images/footer_bg_2.png") no-repeat left 4px;
    position: relative;
    overflow: hidden;
}
footer .logo {
    background: url("../images/logo_bg_2.png") no-repeat;
    width: 220px;
    height: 40px;
    margin: 20px 16px 0 15px;
    overflow: hidden;
    text-indent: -9999px;
}
footer .logo a {
    display: block;
    width: 220px;
    height: 40px;
}
footer .rcols {
    height: 78px;
    background: url("../images/footer_bg_3.png") repeat-x center bottom;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,0.05);
    border-width: 0 1px;
}
.footer_text {
    overflow: hidden;
    width: 400px;
    margin: 30px 0 0 16px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.49);
}
.footer_text a {
    color: #ffb901;
}
footer .counter {
    margin: 30px 134px 0 0;
    height: 32px;
    padding: 0;
    overflow: hidden;
}
footer .counter span {
    float: left;
    width: 89px;
    display: block;
    height: 32px;
    background: url("../images/count_bg.png") no-repeat;
    cursor: pointer;
    margin: 0 6px;
}
footer .counter span img {
    width: 88px;
    height: 31px;
    display: block;
}
.dcorearts {
    position: absolute;
    top: 30px;
    right: 15px;
    text-indent: -9999px;
    width: 108px;
    height: 25px;
    background: url("../images/dcorearts.png") no-repeat;
}
.dcorearts a {
    width: 108px;
    display: block;
    height: 25px;
}
.pm_status {
    float:left;
    border: 1px solid #d8d8d8;
    padding: 0px;
    background-color: #fff;
    width: 300px;
    height: 100px;
    margin-left: 20px;
    margin-right: 5px;
}

.pm_status_head {
    border-bottom: 1px solid #d8d8d8;
    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;
}

.pm_status_content {
    padding: 5px;
}
.nblock {
display: none;
}
/*---search---*/
.searchstyle {
    width: 480px;
}

.search {
    font-size: 11px;
}

.searchtable fieldset legend {
    color: #404040;
}

.searchitem {
    font-size: 0.9em;
    border-top: 1px solid #dbe8ed;
    padding: 10px 0;
}

#searchuser, #searchinput {
    width: 90% !important;
}

/*---Userinfo---*/
.userinfo {
    padding-left: 125px;
}

.userinfo img {
    max-width:700px
}

.ui-dialog-content .userinfo {
    padding: 10px 0 10px 125px;
}

.userinfo .lcol {
    margin-left: -125px;
    width: 110px;
    padding-right: 15px;
}

.userinfo .lcol .avatar {
    margin-bottom: 10px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #c0d4de;
}

.userinfo .lcol .avatar img {
    width: 100px;
}

.userinfo .lcol ul {
    font-size: 0.9em;
}

.userinfo .rcol {
    width: 100%;
}

.userinfo .rcol ul {
    list-style: none;
    margin-left: 0;
}

.userinfo .rcol ul li {
    margin-bottom: 0.2em;
}

 .ussep {
    padding-top: 12px;
    background: url("../images/ussep.png") no-repeat;
}

.grey {
    color: #6c838e;
}

.blue {
    color: #388bd4;
}

/*---statistics---*/
.statistics {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.statistics ul.lcol {
    min-height: 71px;
    background: url("../images/statsep.png") no-repeat;
    margin: 0 0 20px -1px;
    padding-top: 14px;
    width: 33.3%;
}

.statistics ul.lcol li {
    padding: 0 15px;
    margin-bottom: 2px;
}

/*---informer---*/
.informer {
   margin-bottom: 15px; 
}
    
.informer p{
    margin-bottom: 5px;
}
    
/*Butt*/
.download_button {display:block; width:256px; height:65px; background:url('../img/button_down.png') no-repeat; position:relative; color:#fff; text-shadow:0 1px 2px #000;}
.download_button:hover {background-position:0 -65px; color:#fff;}

.download_button_mg {display:block; width:256px; height:65px; background:url('../img/button_down_mg.png') no-repeat; position:relative; color:#fff; text-shadow:0 1px 2px #000;}
.download_button_mg:hover {background-position:0 -65px; color:#fff;}
/*----*/

.bcomment {
    border-bottom: 1px solid #dadada;
    background: url("../images/speedbar.png") repeat-x 0 100%;
    padding-bottom: 15px;
}

.bcomment .dcont, .bcomment .dtop {
    padding: 0 15px;
}

.bcomment .dcont {
    padding-top: 10px;
}

.bcomment .dtop {
    overflow: hidden;
    padding-left: 70px;
    height: 67px;
    border-top: 3px solid #3f84cb;
}

.bcomment .dtop .lcol {
    width: 40px;
    padding: 0 15px;
    margin-left: -70px;
}

.bcomment .dtop .lcol span {
    margin-top: 12px;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.bcomment .dtop .lcol span img {
    width: 40px;
}

.bcomment .dtop .rcol {
    font-size: 0.9em;
    color: #90a7b2;
    width: 100%;
}

.bcomment .dtop .rcol ul {
    margin-top: 12px;
    padding-top: 4px;
    height: 36px;
    float: left;
    margin-right: 15px;
}

.cmsep {
    padding-left: 19px;
    background: url("../images/cmsep.png") no-repeat 0 50%;
}

.reply a, .reply a b {
    height: 28px;
    background: #2b88d5 url("../images/reply.png") no-repeat;
}

.reply a {
    float: right;
    margin-top: 21px;
    color: #fff;
    line-height: 27px;
}

.reply a b {
    cursor: pointer;
    float: left;
    padding: 0 15px;
    background-color: transparent;
    background-position: 100% -28px;
}

.reply a:hover {
    background-position: 0 -56px;
}

.reply a:hover b {
    background-position: 100% -84px;
}

div.cominfo {
    position: relative;
    border-bottom: 1px solid #fff;
    color: #e4e6e6;
    font-size: 0.9em;
    height: 29px;
    background: #3f4b51 url("../images/cominfo.png") repeat-x;
}

div.cominfo .thide {
    width: 13px;
    padding-top: 8px;
    position: absolute;
    left: 29px;
    top: -7px;
    background: url("../images/comarrow.png") no-repeat;
}

div.cominfo .dpad {
    overflow: hidden;
}

.comedit, .selectmass {
    display: inline;
}

.selectmass input, .comedit ul, .comedit ul li {
    float: right;
}

.comedit ul li, .selectmass input {
    margin: 6px 0 0 8px;
}

.comedit ul li {
    float: left;
}

.comedit ul li a {
    color: #9dc4e6;
}

.selectmass input {
    vertical-align: middle;
}

.signature {
    color: #93918d;
}

ul.cominfo, ul.cominfo li {
    float: left;
}

ul.cominfo {
    margin: 6px 0 0 -8px;
}

ul.cominfo li {
    border-left: 1px solid #73858e;
    margin: 0 7px 0 0;
    padding-left: 7px;
}

.lastcomm {
  margin: 0;
  padding: 0;
  list-style: none;
  font: normal 14px/20px Arial, sans-serif;
}
.lastcomm a {
  text-decoration: none;
}
.lastcomm a span {
  color: #676767;
}
.lastcomm li {
  position: relative;
  border-bottom: solid 1px #ccc;
  cursor: pointer;
  padding: 5px 15px;
}
.lastcomm li .lcomm-user {
  color: #b270ce;
}
.lastcomm li .lcomm-date {
  color: #666;
}
.lastcomm li .lcomm-hidden {
  position: absolute;
  top: -10px;
  left: 100%;
  width: 450px;
  display: none;
  padding: 10px 14px;
  font-weight: normal;
  text-shadow: none;
  background: #fff;
  border: solid 2px #398dd8;
  z-index: 150;
  color: #444;
}
.lastcomm li .lcomm-hidden img {
  max-width: 450px;
}
.lastcomm li .lcomm-hidden .lcomm-user-foto {
  max-width: 44px;
  background: #fff;
  display: block;
  margin: 4px 10px 10px 0;
  overflow: hidden;
  float: left;
}
.lastcomm li .lcomm-hidden .lcomm-text {
  overflow: hidden;
}