/* LAYOUT */
@font-face {
    font-family: MetaPro;
    src: url("MetaPro-Medium.eot") /* EOT file for IE */
}
@font-face {
    font-family: MetaPro;
    src: local("MetaPro-Medium"), url("MetaPro-Medium.otf") format("opentype"); /* TTF file for CSS3 browsers */
}
html, body, ul, form, img {
    margin: 0; padding: 0; border: 0; list-style: none; outline: none;
}
html, body { height: 100%; }
body { background: #bac4c6; }

a, input {
    outline: none;
}
select {
    padding: 1px;
}
input.textInput {
    /*background: #fff url(../images/f-r-input-white-b.gif) repeat-x;*/
    border:1px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 11px;
    line-height: 16px;
    padding: 4px 8px;
}
input.textInput:disabled {
    color:#aaa;
}
form hr {
    background: url("../images/line-pix.png") repeat-x scroll 0 0 transparent;
    font-size: 0;
    height: 2px;
    line-height: 0;
    border:0;
    margin:10px 0;
}
.validation-error {
    color:#cc0000;
    padding:5px 0;
    font-size:12px;
    font-weight:bold;
}

ol.rules li {
    font-size:13px;
    margin-bottom:.7em;
}

p.narrow {
    margin: 5px 0;
}

.error-tooltip {
    position:absolute;
    display:none;
    background:#ffd;
    border:1px solid #993;
    color:#000;
    padding:10px;
    z-index:2000;
    width:250px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.help-text {
    color:#777 !important;
    font-size:11px;
    margin:0 0 10px 0;
}

.loading {
    background: url(../images/loading.gif) no-repeat 0 center;
    padding: 0 0 0 24px;
}

.inputR {
    display: block;
    width: 122px;
    height: 25px;
    margin: 0;
    padding: 0;
    background: #24373b url(../images/f-r-input-dark.gif) repeat-x;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/PIE.php);
}
.inputR:hover { background-position: 0 -25px; }
.inputR input {
    display: block;
    width: 100px;
    height: 14px;
    margin: 0;
    padding: 5px 11px;
    background: none;
    border: 0;
}
.inputRl {
    display: block;
    width: 122px;
    height: 25px;
    margin: 0;
    padding: 0;
    background: #b0c3c7 url(../images/f-r-input-light.gif) repeat-x;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/PIE.php);
}
.inputRl:hover { background-position: 0 -25px; }
.inputRl input {
    display: block;
    width: 100px;
    height: 14px;
    margin: 0;
    padding: 5px 11px;
    background: none;
    border: 0;
}
.inputRl cite {
    left: 12px;
    top: 5px;
    position: absolute;
    display: none;
    cursor: text;
}
.subscribe .inputRl cite { color: #515a5c; }
.focusRL { background-position: 0 -25px !important; }
.focusRL input { color: black; }

.inputCm {
    position: relative;
}
.inputCm input {
    font-size:11px;
}
.inputCm cite {
    left: 5px;
    top: 2px;
    position: absolute;
    cursor: text;
    color:#999;
    display:none;
}

.submit {
    display: block;
    width: 69px;
    height: 25px;
    background: #1e2f33 url(../images/f-r-submit-dark.gif) repeat-x;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/PIE.php);
}
.submit:hover { background-position: 0 -25px; }
.submit input {
    height: 25px;
    width: 69px;
    background: none;
    border: 0;
    cursor: pointer;
    padding-bottom: 2px;
}
.submitS {
    float: left;
    width: 75px;
    height: 25px;
    margin: 0 0 0 5px;
    background: url(../images/f-r-submit-white.gif) repeat-x;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/PIE.php);
}
.submitS:hover { background-position: 0 -25px; }
.submitS input {
    background: none;
    border: 0;
    width: 75px;
    height: 25px;
    cursor: pointer;
    font-weight: bold;
}
#main {
    margin: 0;
    position: relative;
    min-height: 100%;
}
.loveBg {
    width: 100%;
    min-width: 990px;
    height: 75%;
    position: absolute;
    z-index: 0;
    left: 0;
    background: #bac4c6 url(../images/header-bg.png) repeat-x !important;
}
.loveBg div {
    width: 100%;
    height: 100%;
    background: url(../images/main-bg.jpg) 50% 0 no-repeat;
}
.regButton {
    display: block;
    text-align: center;
    height: 20px;
    padding: 5px 15px 0 15px;
    background: #deb404 url(../images/f-r-button-yellow.gif) repeat-x;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/PIE.php);
    width:65px;
    float:left;
    color:#323232 !important;

}
.addButton {
    display: inline-block;
    text-align: center;
    height: 24px;
    padding: 6px 10px 0 10px;
    background: #99d53b url(../images/f-r-button-green.gif) repeat-x;
    border: 1px solid #80b563;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/PIE.php);
}
.addButton strong {
    display: block;
    padding: 1px 0 3px 24px;
    background: url(../images/green-plus.gif) no-repeat;
}
.addButton:hover { background-position: 0 -30px; }

.addButtonSm {
    display: inline-block;
    text-align: center;
    height: 18px;
    padding: 4px 10px 0 5px;
    background: #99d53b url(../images/f-r-button-green-s.gif) repeat-x;
    border: 1px solid #80b563;
    cursor: pointer;
    color: black;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/PIE.php);
}
.addButtonSm strong {
    display: block;
    padding: 0px 0 3px 18px;
    background: url(../images/green-plus-s.gif) no-repeat;
}
.addButtonSm:hover { background-position: 0 -22px; }

.inputR:hover,
.regButton:hover { background-position: 0 -25px; }
.focusR { background-position: 0 -25px !important; }
.z-wrap {
    position: relative;
}
.z-top {
    position: relative;
    z-index: 3;
}
.z-bot {
    position: absolute;
    z-index: 2;
    left: 0;
    display: block;
}
.z-bot-double {
    position: absolute;
    z-index: 1;
    left: 0;
}
.clear {
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.cl { clear: both; font-size: 0pt; line-height: 0px; height: 0; }
#pusher {}

.messages {
    width:918px;
}
.textCut .messages {
    width:720px;
}

.messages .message {
    border-radius:5px;
    font-family:Verdana,Tahoma,Arial,Sans serif;
    font-size:13px;
    font-weight:bold;
    padding:0 0 0 42px;
    height:42px;
    margin:5px 0;
    color:#fff;
    overflow:hidden;
    width:100%;
}
.messages .message div {
    width:890px;
    padding:0 12px;
    line-height:42px;
}
.messages .message div a {
    color: #fff;
}
.messages .message .close {
    float:right;
    display:block;
    width:42px;
    height:42px;
    text-decoration: none;
}

.messages .message_error {
    background: #a33b28 url('../images/message-error-bg-l.png') no-repeat 0 0;
}
.messages .message_error div {
    background: #a33b28 url('../images/message-error-bg.png') repeat-x 0 0;
}
.messages .message_error .close {
    background: transparent url('../images/message-error-close-bg.png') no-repeat right 0;
}

.messages .message_success {
    background: #5f9025 url('../images/message-success-bg-l.png') no-repeat 0 0;
}
.messages .message_success div {
    background: #5f9025 url('../images/message-success-bg.png') repeat-x 0 0;
}
.messages .message_success .close {
    background: transparent url('../images/message-success-close-bg.png') no-repeat right 0;
}

.messages .message_info {
    background: #767676 url('../images/message-info-bg-l.png') no-repeat 0 0;
}
.messages .message_info div {
    background: #767676 url('../images/message-info-bg.png') repeat-x 0 0;
}
.messages .message_info .close {
    background: transparent url('../images/message-info-close-bg.png') no-repeat right 0;
}

.messages .message_warning {
    background: #a57529 url('../images/message-warning-bg-l.png') no-repeat 0 0;
}
.messages .message_warning div {
    background: #a57529 url('../images/message-warning-bg.png') repeat-x 0 0;
}
.messages .message_warning .close {
    background: transparent url('../images/message-warning-close-bg.png') no-repeat right 0;
}

/* TOP PANEL */

#topPanel {
    height: 40px;
    padding: 0 10px 0 10px;
    background: #32474c url(../images/login-bg.png) 0 100% repeat-x;
    position: relative;
    z-index: 1;
    min-width: 970px;
}
.userTopPanel {
    background: #32474c url(../images/usertop-bg.png) 0 100% repeat-x !important;
}
.topPanelIn {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
.authorization {
    padding:7px 0;
    float: right;
    position: relative;
}
.authorization form {
    float: left;
    margin-right: 10px;
}
.authorization div {
    display: inline-block;
    margin: 0 1px;
    vertical-align: top;
}
.authorization div a {
    display: inline-block;
    margin-left: 5px;
    padding: 0 15px 0 0;
    position: relative;
    top: 4px;
    border-right: 1px solid #66909a;
}
.authorization .inputR cite {
    display: none;
    position: absolute;
    left: 12px;
    top: 5px;
    cursor: text;
}
.authorization .loggedIn {
    color: #d7e5f1;
    line-height: 25px;
}

/* HEADER */

#header {
    width: 960px;
    margin: 0 auto;
    padding: 10px 15px 0 15px;
    position: relative;
    z-index: 1;
}
#header .logo {
    margin: 0 0 5px -5px;
    width: 230px;
    float: left;
}
#header .social {
    padding: 40px 10px 0 0;
    margin: 5px 5px 0 10px;
    float: left;
    overflow: hidden;
    width: 85px;
    text-align:right;
}
#header .top_a {
    float:left;
    width:470px;
    padding:20px 0 0 0;
}
#left .ads, #right .ads {
    padding:10px 20px;
}
.stat {
    width: 150px;
    float: left;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top:25px;
}
.stat tr th, .stat tr td {
    padding: 1px 0 0 0;
}
.stat tr th {
    width: 130px;
}
.headBot {
/*    height: 41px;*/
    clear: both;
    overflow: hidden;
/*    background: url(../images/header-ms-bg.png) no-repeat;*/
}
.menu {
    /*width: 628px;
    float: left;*/
    margin: 0 0 0 5px;
    padding:0;
    /*list-style: none;*/
    position: relative;
    width:967px;
}
.menu td {
    /*float: left;*/
    height: 30px;
    margin: 0;
    padding:0 5px;
    position: relative;
    vertical-align: middle;
}
.menu td a {
    display: block;
    height: 23px;
    padding: 8px 15px 0 15px;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    behavior: url(/PIE.php);
    zoom: 1; position: relative;
}

.love_icon {
    padding-left: 19px!important;
    background: url(../images/love_icon.png) no-repeat 0 10px;
}


/* munu decorate */
.menu td a .z-wrap { border-bottom: 1px solid white; }
.menu td a .z-bot { border-bottom: 1px solid #908c8f; }
.menu td a .z-bot-double { border-bottom: 1px solid #3d2e3a; }
.menu td a:hover, .menu .active a { background: url(../images/menu-hover.png) repeat-x; }
.menu td a:hover .z-wrap, .menu .active a .z-wrap { color: black; }
.menu td a:hover .z-bot, .menu .active a .z-bot { color: #fcf830 !important; margin-top: 1px !important; }
.menu td a:hover .z-bot-double, .menu .active a .z-bot-double { display: none; }
.menu td a:hover span, .menu .active a span { border: 0; }

.menu .door {
    background: url(../images/header-mss-door.png) no-repeat 0 0;
    width:33px;
    height:41px;
    padding:0;
}

.search {
    float: right;
    padding: 9px 0 7px 15px;
    margin: 0;
    background: url(../images/header-mss-bg.png) no-repeat;
}
.search select {
    width: 135px;
    margin: 2px 8px 0 0;
    padding: 1px;
    border: 0;
}
.selectS {
    display: inline-block;
}
.inputS {
    height: 23px;
    float: left;
    overflow: hidden;
    position: relative;
    background: transparent url(../images/f-r-input-white.gif) repeat-x;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/PIE.php);
}
.inputS cite {
    left: 26px;
    top: 4px;
    position: absolute;
    color: #8e8d8d;
    cursor: text;
    font-size:11px;
    display: none;
}
.inputS input {
    background: red;
    border: 0;
    margin: 3px -1px 0 0;
    padding: 1px 1px 1px 26px;
    width: 165px;
    height: 14px;
    border-right: 1px solid #b0b0b0;
    vertical-align: top;
    background: url(../images/input-loupe.gif) 5px 3px no-repeat;
}
.focusS input {
    color: black !important;
}

/* position of columns */

#wrap {
    background: #bac4c6 !important;
    overflow: hidden;
    padding-bottom: 130px;
    min-width: 990px;
/*    width: 990px;*/
    margin: 0 auto;
}
.treeColumns {
    width: 990px;
    margin: 5px auto 0 auto;
    padding: 0 0 0px -50px;
    position: relative;
    z-index: 1;
    background: url(../images/content-bg1.png) 158px 0 repeat-y;
}
.treeColumns .contentbotBg {
    width: 574px;
    height: 16px;
    clear: both;
    margin: 0 0 0 158px;
    background: url(../images/content-bg-bot1.png) no-repeat;
}
.treeColumns .wrapTwoLeft {
    float: left;
}
#contentWrap {
    float:right;
}
.treeColumns #content {
    width: 587px;
    float: right;
    margin-left:10px;
    position: relative;
    z-index: 1;
    background: #e6eced;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
    -moz-box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
    box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
}
.treeColumns #content .contentBox {
    /*width: 640px;*/
    padding: 1px 10px;
}
.treeColumns #content .topBg {
    height: 7px;
    margin: -7px 8px 0 8px;
    background: url(../images/content-shadow-t.png) repeat-x;
}
.treeColumns #left {
    float: left;
    width: 158px;
    position: relative;
    left: 8px;
    -webkit-box-shadow: 6px 0px 5px 0px rgba(50, 50, 50, 0.05);
    -moz-box-shadow:    6px 0px 5px 0px rgba(50, 50, 50, 0.05);
    box-shadow:         6px 0px 5px 0px rgba(50, 50, 50, 0.05);
}
.treeColumns #right {
    /*float: right;
    width: 220px;
    position: relative;
    right: 8px;
    margin: 0;
    padding: 0;*/
    width:200px;
    float:right;
    margin-right:15px;
/*    padding:10px;
    background: #dce9ec;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
    -moz-box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
    box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
    */
}

.twoColumns {
    width: 990px;
    background: url(../images/user/content-bg-5.gif) 11px 0px repeat-y;
    margin: 10px auto 0 auto;
    padding: 0 0 0px -50px;
    position: relative;
    z-index: 1;
}
/*.twoColumns .contentbotBg2 {
  width: 816px;
  height: 14px;
  clear: both;
  margin: 0 0 0 8px;
  background: url(../images/user/content-bg-bot.gif) no-repeat;
}*/

.twoColumns .wrapTwoLeft {
    float: left;
    padding: 0px;
    margin:0;
    /*background: url(../images/user/content-bg-top.gif) 15px 0 no-repeat;*/
}
.twoColumns #content {
    /*width: 574px;
    float: right;
    position: relative;
    z-index: 1;
    background: none;*/

    width: 720px;
    padding:10px;
    float: right;
    position: relative;
    z-index: 1;
    background: #e6eced;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
    -moz-box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
    box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
}
.twoColumns #content .contentbox {
    /*width: 540px;
    padding: 1px 17px;*/
}
.twoColumns #content .topBg {
    height: 7px;
    margin: -7px 8px 0 8px;
    background: url(../images/user/content-shadow-t.png) repeat-x;
}

.twoColumns .topBg2 {
    height: 7px;
    margin: -14px 3px 0 13px;
    background: url(../images/user/content-shadow-t.png) repeat-x;
}
.twoColumns #left {
    float: left;
    width: 158px;
    position: relative;
    left: 8px;
}
.twoColumns #right {
    /*float: right;
    width: 158px;
    position: relative;
    right: 8px;
    margin: 0;
    padding: 0;*/

    width:200px;
    float:right;
    margin-right:15px;
    padding:10px;
    background: #dce9ec;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
    -moz-box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
    box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
}

/* ----- two-units ----- */
.two-units { padding: 0 0 0 30px; width: 725px; }

.two-units .block-t { width: 788px; background: url("../images/user/block-t.gif") no-repeat; padding: 5px 0 0; margin: 0 0 0 0px; }
.two-units .block-b { width: 788px; background: url("../images/user/block-b.gif") left bottom no-repeat; padding: 0 0 5px; }
.two-units .block { width: 758px; background: url("../images/user/block-tile.gif") repeat-y; /*padding: 13px 0 0 30px;*/ }

.two-units .navMap { margin-top: 0px; }

/* ----- array ----- */
.two-units .block .array { color: #565656; padding: 0 0 18px; }
.two-units .block .array .hand { margin: 7px 0 0 2px; }
.two-units .block .array .tit { font-weight: bold; font-size: 14px; margin: 0 0 10px; }

.two-units .block .line { margin: 0px 0 10px; height: 1px; width: 721px; background: url("../images/user/line.gif") repeat-x; line-height: 0; font-size: 0; }
.two-units .block .mb18 { margin-bottom: 18px; }
.two-units .block .mb0 { margin-bottom: 0px; }

/* CONTENT */

#content {}

.usersBox {
    position: relative;
    background: #cacfd0;
    color: #4b4b4b;
    margin: 10px 0 10px 0;
    padding: 1px 15px 1px 0;
    width: 625px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(/PIE.php);
}
.usersBox p {
    margin: 7px 0 7px 15px;
}
.usersBox .usersList {
    overflow: hidden;
    margin-bottom: 7px;
}
.usersBox .usersList li {
    float: left;
    margin-left: 15px;
}
.raitAuthor ul li a { color: #515a5c; }
.usersBox .usersList li em {
    margin-top: 5px;
    display: block;
}
.welcome {
    background: #faf4af;
    /*width: 620px;*/
    padding: 5px 10px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/PIE.php);
}
.welcome h2 {
    margin: 5px 0 10px;
    color: #476885;
}
.welcome img { float: right; }
.welcome p { margin: 0 0 10px; }
.addBox {
    margin: 5px 0;
}
.addBox .addButton {
    float: left;
}
.addBox ul {
    float: left;
    list-style: none;
    margin: 8px 0 0 15px;
    width: 350px;
    padding: 0;
}
.addBox ul li {
    width: 140px;
    padding: 1px 8px 1px 18px;
    background: url(../images/arrow-list.png) 0 3px no-repeat;
    float: left;
}
.addBox ul li a { color: #041524; }
.addBox ul li a:hover { color: #10538c; }
.welcome .close {
    display: block;
    width: 65px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 0;
    background: white url(../images/arrow-left-menu.gif) 93% -19px no-repeat;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius: 0 4px 0 4px;
    border-radius: 0 4px 0 4px;
    behavior: url(/PIE.php);

}
.storyList {
    clear: both;
    padding: 0;
    overflow: hidden;
    position: relative;
    /*width: 640px;*/
}
.title {
    height: 46px;
    color: #323d40;
    background: url(../images/story-list-head-bg.png) repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/PIE.php);
    margin:5px 0!important;
}
.title span {
    display: block;
    float: left;
    height: 34px;
    padding: 12px 0 0 55px;
}
.icon1 { background: url(../images/story-list-head-t.png) no-repeat; }
.icon2 { background: url(../images/story-list-head-s.png) no-repeat; }
.title a {
    display: block;
    float: right;
    width: 26px;
    height: 26px;
    margin: 10px 15px 0 0;
    background: url(../images/story-list-head-arr.png) 0 -26px no-repeat;
}
.title .hidden {
    background-position: 0 0;
}
.boxSList {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 650px;
}
.boxSList li {
    width: 295px;
    height: 140px;
    padding: 10px;
    margin: 0 9px 10px 0;
    float: left;
    background: white url(../images/story-list-item-bg.png) 0 100% repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/PIE.php);
}

.textCut {
    margin-top: 0;
    color:#323232;
    font-size:13px;
    padding:0 0 2px 0;
}
.textCut a:hover{ text-decoration:none !important; }
.imageSL {
    width: 66px;
    height: 103px;
    float: left;
    margin-right: 10px;
}
.imageSL img {
    margin-top: 2px;
    border: 1px solid #9e9e9e;
}
.titleStory { margin-bottom: 5px; }
.titleStory a { color: #000 !important; }
.titleStory a:hover { color: #1169b3; }
.titleStory small {
    display: block;
    color: #6b6b6b;
    font-size:11px !important;
}
.titleStory small a { color: #6b6b6b; }

.storyDetail {
    position: relative;
    font-size:11px;
    border:1px solid #cad3d5;
    color:#6d7275;
    padding: 0;
    background:#eaeff0 url('../images/storydetail-bg.png') repeat-x 0 center;
    overflow: hidden;
    height:27px;
    margin:10px 0;
    border-radius:2px;
}
.storyDetail .shutter {
    background:transparent url('../images/storydetail-shutter.png') no-repeat right center;
    position:absolute;
    top:0;
    right:0;
    width:20px;
    height:27px;
}
.storyDetailWrapper {
    width:10000px;
    background: transparent;
    border:0;
    white-space: nowrap;
    height:27px;
}
.storyDetail .block {
    padding:8px 7px 7px 23px;
    float:left;
    border-right:1px solid #cad3d5;
    background: transparent;
    height:27px;
    line-height:11px;
    width:auto!important;
}
.storyDetail .block small {
    font-size:10px;
}
.storyDetail .block span {
    padding:0;
}
.storyDetail .block:last-child {
    border:0;
}
.storyDetail a {
    color:#6d7275;
}

/* icons */
.storyDetail .author {
    background: url('../images/storydetail-icon-user.png') no-repeat 5px 8px;
}
.storyDetail .rating_positive, .storyDetail .rating_negative {
    background: url('../images/storydetail-icon-rating-positive.png') no-repeat 5px 6px;
}
.storyDetail .rating_positive span, .storyDetail .rating_negative span {
    font-weight:bold;
    font-size:11px;
    color:#3a6d20;
}
.storyDetail .rating_negative {
    background: url('../images/storydetail-icon-rating-negative.png') no-repeat 5px 8px;
}
.storyDetail .rating_negative span {
    color:#6d2020;
}
.raitAuthor .rating_positive span, .raitAuthor .rating_negative span {
    padding:0 0 0 18px;
    background: url('../images/storydetail-icon-rating-positive.png') no-repeat 0 center;
    color:#3a6d20;
    font-weight:bold;
    font-size:11px;
    width:auto;
    display:inline;
}
.raitAuthor .rating_negative span {
    background: url('../images/storydetail-icon-rating-negative.png') no-repeat 0 center;
    color:#6d2020;
}
.storyDetail .views {
    background: url('../images/storydetail-icon-views.png') no-repeat 5px 6px;
}
.info .views {
    background: url('../images/storydetail-icon-views.png') no-repeat 5px center;
    padding-left: 22px!important;
}
.storyDetail .comments {
    background: url('../images/storydetail-icon-comments.png') no-repeat 5px 8px;
}
.info .comments {
    background: url('../images/storydetail-icon-comments.png') no-repeat 5px center;
    padding-left: 22px!important;
}
.storyDetail .date {
    background: url('../images/storydetail-icon-date.png') no-repeat 5px 6px;
}
.storyDetail .type {
    padding-left: 8px;
    /*background: url('../images/storydetail-icon-type.png') no-repeat 5px 7px;*/
}
.storyDetail .pages {
    background: url('../images/storydetail-icon-pages.png') no-repeat 5px 6px;
}
.storyDetail .categories, .storyInfo .categories {
    padding-left:5px;
    padding-top:5px;
}
.subtitle .categories {
    padding:10px 0 0 0;
    background: transparent;
}
.storyDetail .categories a, .storyInfo .categories a, .subtitle .categories a {
    background: url('../images/storydetail-category-bg.png') no-repeat 0 0;
    text-decoration:none;
    display:block;
    float:left;
    height:17px;
    margin-right:5px;
    padding:0;
    color:#6d7275;
}
.storyInfo .categories a, .subtitle .categories a {
    margin-bottom:2px;
}
.storyDetail .categories a span, .storyInfo .categories a span, .subtitle .categories a span {
    background: url('../images/storydetail-category-bg-door.png') no-repeat right 0;
    display:block;
    height:17px;
    font-size:11px;
    line-height:1em;
    padding:2px 5px 4px 15px;
}

.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icons.gif) 0 0 no-repeat;
    position: relative;
    top: 4px;
    margin-left: 0;
}
i.iCommen { background-position: 0 0; }
i.iCalend { background-position: -30px 0; }
i.iStrory { background-position: -15px 0; }
i.iTags   { background-position: -17px -15px; }
i.iViews  { background-position: 0 -15px; }
i.iEdit   { background-position: -30px -15px; }
i.iSave   { background-position: 0 -30px;}
i.iSend   { background-position: 0 center; background-image: url(../images/icon-message.png); margin-left:10px; }
i.iLike   { background-position: 0 center; background-image: url(../images/icon-elect.png); }

.navMap {
    color: #a9a9a9;
    margin: 10px 0 0 0;
    font-size: 25px;
    font-family: MetaPro,Arial,Helvetica,sans-serif;
}
.navMap img {
    position: relative;
    top: 1px;
}
.navMap a, .navMap span {
    color: #000;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.extendedSearch {
    /*overflow: hidden;*/
    padding: 6px;
    background: white url(../images/search-ex-bg.png) repeat-x;
    border: 2px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/PIE.php);
    width: 550px;
}
.inputSBig {
    width: 350px;
    float:left;
    height: 18px;
    padding: 3px 0 0 0;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #cbcbcb;
    background: #e5e5e5 url(../images/f-r-input-white.gif) repeat-x;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/PIE.php);
}
.SearchCheck select {
    float:right;
    background: #e5e5e5 url(../images/f-r-input-white.gif) repeat-x;
    border:1px solid #cbcbcb;
    font-size:12px;
    margin:2px 5px;
}
.inputSBig cite {
    left: 26px;
    top: 4px;
    position: absolute;
    color: #8e8d8d;
    cursor: text;
    display: none;
}
.SearchCheck .inputSBig input {
    background: 0;
    border: 0;
    margin: 0 0 0 1px;
    padding: 1px 5px 1px 25px;
    width: 510px;
    height: 14px;
    vertical-align: top;
    background: url(../images/input-loupe.gif) 5px 3px no-repeat;
    color: #8e8d8d;
}
.SearchCheck {
    width: 540px;
    float: left;
    padding: 2px 0 0 0;
}
.SearchCheck input {
    position: relative;
    top: -1px;
    margin: 0 0 0 5px;
    vertical-align: middle;
}
.SearchCheck label { margin-right: 10px; }
.extendedSearch .submitS, .fancyForm .submitS {
    -webkit-box-shadow: 0px 1px 3px #6e6e6e;
    -moz-box-shadow: 0px 1px 3px #6e6e6e;
    box-shadow: 0px 1px 3px #6e6e6e;
}
.extendedSearch .submitS {
    float: right;
}

.whiteBox, .storyBox {
    padding: 5px 0 0 0;
    margin: 5px 0;
    overflow-x: hidden;
    overflow-y: visible!important;
    behavior: url(/PIE.php);
    /*width: 640px;*/
}
.wide_list .whiteBox, .wide_list .storyBox {
    /*width:785px;*/
}
.sort {
    padding: 5px 15px;
}
.sort a {
    color: #2574b3;
    margin: 0 6px;
}
.sort span { margin: 0 6px; }
.sort .active {
    display: inline-block;
    height: 17px;
    padding: 1px 7px 0 7px;
    color: white;
    background-color: #133f63;
    background-position: 95% 4px;
    background-repeat: no-repeat;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/PIE.php);
}
.sort .asc {
    padding-right: 25px !important;
    background-image: url(../images/sort-ascending.png);
}
.sort .des {
    padding-right: 25px !important;
    background-image: url(../images/sort-descending.png);
}

.extra-pagination-form {
    padding:10px 0;
}
.extra-pagination-form div {
    float: right;
}
kbd {
    margin: 0 10px 0 20px;
    color: #10538c;
}
.navig {
    padding: 5px 0 10px 0;
}
.pNavig {
    margin: 3px 0 0 0;
}
.pNavig .label {
    font-size:12px;
}
.pNavig a, .pNavig span.cur {
    color: #176bae;
    padding: 0 5px;
}
.pNavig a:hover {
    text-decoration: none!important;
}
.pNavig span {
    padding: 0 5px;
}
.pNavig span.cur {
    color: white;
    background: #1f4564 url(../images/pn-active-bg.png) repeat-x;
    padding: 2px 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/PIE.php);
}
.nTop {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

.nBot { padding: 0 0 5px; }

.nBot .navig {
    border-bottom: 1px solid #e6eced;
}


.storyBox .wrapSLT {
    padding: 0 10px;
}
.storyBox .imageSL {
    height: 150px;
}

.storyInfo {
    padding: 0;
    font-size:11px !important;
    border:1px solid #ccc;
    border-radius:2px;
    background: url(../images/storyinfo-bg.png) repeat-x 0 0;
    color:#6d7275;
}
.storyInfo a {
    color:#6d7275;
}
.storyInfo .block {
    padding:5px;
    float:left;
}
.storyInfo .block small {
    font-size:10px;
}
.storyInfo .block span {
    padding:0;
}
.storyInfo .avatar {
    width:44px;
    height:44px;
    overflow:hidden;
}
.storyInfo .avatar img {
    border:2px solid #ccc;
    border-radius:2px;
    margin:0;
}
.storyInfo .info {
    width:400px;
}
.storyInfo .author {
    background: url('../images/storydetail-icon-user.png') no-repeat 0 center;
    padding:0 0 0 18px;
}
.storyInfo .rating_positive, .storyInfo .rating_negative {
    background: url('../images/storydetail-icon-rating-positive.png') no-repeat 0 center;
    padding:0 0 0 18px!important;
    margin-left:10px;
}
.storyInfo .rating_positive span, .storyInfo .rating_negative span {
    font-weight:bold;
    font-size:11px;
    color:#3a6d20;
}
.storyInfo .rating_negative {
    background: url('../images/storydetail-icon-rating-negative.png') no-repeat 0 center;
}
.storyInfo .rating_negative span {
    color:#6d2020;
}
.storyInfo .date {
    background: url('../images/storydetail-icon-date.png') no-repeat 0 center;
    padding:0 0 0 18px!important;
    margin-left:10px;
}

.storyInfo .text_controls {
    width:78px;
}
.storyInfo .text_controls .bg-chooser, .storyInfo .text_controls .font-chooser {
    position:relative !important;
    float:right !important;
    padding:2px 0!important;
}

.storyInfo .text_controls .bg-chooser a, .storyInfo .text_controls .font-chooser a {
    width:18px !important;
    height:18px !important;
    overflow:hidden;
}
.text_controls .font-chooser a span {
    float:none;
}

.fontSize {
    float: right;
}
.siName {

}
.siName a {
    color: #373737;
}
.siEdit {
    border-left: 1px solid #bdc1c1;
    margin-left: 5px;
    padding-left: 3px;
}
.siEdit a {
    color: #176bae;
    margin-left: 5px;
}
.fontSize {
    margin-top:-5px;
}
.fontSize a, .fontSize span {
    margin: 0 3px;
}
.fontSize a {  color: #373737; }
.fontSize span { color: #176bae; }

.storyWrapper {
    margin-top:5px;
    padding:5px 5px 20px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size:13px;
    line-height:1.3em;
}

#storyText, #storyPreview {
    margin: 10px 0;
    font-family: Arial, Sans serif;
    color:#323232;
}
#storyText p img, #storyPreview p img {
    margin:5px;
    max-width:545px;
    /*    max-height:620px;
    */
}
.storyPages .pNavig {
    padding:0 0 7px 0!important;
}
.alLeft {
    float: left;
    padding: 0 15px 0 0;
}
.alRight {
    float: right;
    padding: 0 0 0 15px;
}
*html .alLeft { margin-top: 20px; }
*:first-child+html .alLeft { margin-top: 20px; }
.sPhoto small {
    display: inline-block;
    width: 150px;
    font-size: 7.5pt !important;
    padding: 5px 0;
    color: #828282;
}
.sPhoto img {
    border: 1px solid #878787;
}
.pageNavigation {
    padding: 5px;
    margin:5px 0;
    /*border-top: 1px solid #c2c9ca;
    border-bottom: 1px solid #c2c9ca;*/
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.pageNavigation kbd {
    float: right;
}
.pageNavigation .pNavig {
    height: 15px;
    margin: 0;
    padding: 3px 0;
    width: 540px;
    overflow: hidden;
}
.pageNavigation .pNavig span {
    position: relative;
}

.likes {
    margin: 5px 0 0 0;
}

.subnavig { text-align: center; margin: 5px 0 10px; }
#rayting li a {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/star-b-3.png) no-repeat;
    text-decoration:none;
}
#rayting .star1 a { background: url(../images/star-b-1.png) no-repeat; }
#rayting .star2 a { background: url(../images/star-b-2.png) no-repeat; }
#rayting .star3 a { background: url(../images/star-b-3.png) no-repeat; }

#rayting .starReset a { background-image: url(../images/star-b-3.png); }
#rayting ul .starHover a { background-image: url(../images/star-b-1.png); }

#rayting .starResetI a { background-image: url(../images/star-b-3.png) !important; }
#rayting ul .starFocus a { background-image: url(../images/star-b-1.png) !important; }

#rayting {
    float: left;
    width: 230px;
}
#rayting span {
    float: left;
    margin: 5px 5px 0 0
}
#rayting big {
    position: relative;
    top: 4px;
    margin: 0 0 0 5px;
}
#rayting li {
    width: 11px;
    height: 11px;
    float: left;
    padding-top:6px;
}

.doing {
    float: right;
    margin: 1px 0 0 0;
}
.doing i {
    margin-left: 10px;
}
.saveLink {
    padding: 3px 0 0 0;
    clear: both;
}
.saveLink div {
    width: 630px;
    margin: 0 0 0 5px;
    height: 35px;
    background: white url(../images/f-c-input-white-b.gif) repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/PIE.php);
}
.saveLink div input {
    width: 620px;
    height: 25px;
    padding: 5px;
    background: none;
    border: 0;
    cursor: text;
}
.comment_form th, .comment_form td {
    padding:5px;
}
.comment_form th {
    font-weight:normal;
}
.commentBox {
    margin-left: -50px;
}
.commentBox h2 { margin-left: 50px; }
.commentBox h2 span {
    color: gray;
}
.hentry {
    margin: 8px 0 8px 50px;
}
.hentry li {
    margin-bottom:10px;
}
.hentry .depth1 {
    margin-left:60px;
}
.hentry .depth2 {
    margin-left:120px;
}
.hentry .depth3 {
    margin-left:180px;
}
.hentry .avatar {
    float: left;
    width: 40px;
}
.hentry .avatar img {
    border: 1px solid #878787;
    border-radius: 3px;
}
.commentContent {
    background: white;
    border: 1px solid #bec7c9;
    margin: 0 0 0 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/PIE.php);
}

.hentry .meta {
    background: url(../images/comment-arrow.gif) 0 8px no-repeat;
    height: 15px;
    margin: 0 0 0 -8px;
    padding: 5px 5px 5px 20px;
    overflow: hidden;
    position: relative;
    font-size:11px;
}
.hentry .meta .nickname {
    float: left;
}
.hentry .meta .nickname a {
    color: #323232;
}
.hentry .meta ul {
    float: right;
}
.hentry .meta ul li {
    float: left;
}
ul .vote {
    padding: 10px 10px 0 0;
    font-size:11px;
}
ul .vote .buttons {
    margin-left: 5px;
    font-size:11px;
}
ul .vote .plus {
    color: #11a305;
    text-decoration: none;
    font-size:13px;
}
.vote .minus {
    color: #b71111;
    text-decoration: none;
    font-size:13px;
}
.hentry .meta .date {
    margin: 0 10px;
    float: left;
    color:#888;
    padding-top:2px;
}
.hentry .meta .bookmark {
    position: relative;
    top: -3px;
    float: left;
    font-size: 14px;
    padding-top:2px;
}
ul .vote strong {
    margin-left: 5px;
    font-size:13px;
}
.answerTo {
    float:left;
}
.answerTo a {
    display: inline-block;
    width: 13px;
    height: 14px;
    margin: 0 0 0 5px;
    background: url(../images/arrow-comm.png) no-repeat;
}
.positive .meta ul .vote strong {
    color: #11a305;
}
.negative .meta ul .vote strong {
    color: #b71111;
}
.negative .fadeable {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}
.negative-2 .fadeable, .negative-3 .fadeable {
    opacity: 0.7;
    filter: Alpha(opacity=70);
}
.negative-4 .fadeable, .negative-5 .fadeable {
    opacity: 0.6;
    filter: Alpha(opacity=60);
}
.negative-6 .fadeable, .negative-7 .fadeable {
    opacity: 0.5;
    filter: Alpha(opacity=50);
}
.negative-8 .fadeable, .negative-9 .fadeable {
    opacity: 0.4;
    filter: Alpha(opacity=40);
}
.negative-10 .fadeable {
    opacity: 0.3;
    filter: Alpha(opacity=30);
}
.author_sComm .commentContent {
    background: #f7eef5
}
.author_sComm .meta {
    background-image: url(../images/comment-arrow-2.gif);
}
.author_sComm .meta .nickname a {
    color: #9b3947;
}
.commentText {
    border-top: 1px solid #e6eced;
    padding: 1px 12px;
    margin-bottom: 5px;
    font-size:13px;
}
.commentText p {
    margin:10px 0 0 0;
}

/* LEFT */

#left { }
#left .topBg {
    width: 158px;
    height: 12px;
    margin: -6px 0 0 0;
    background: url(../images/left-bg-t.png) no-repeat;
}
#left .botBg {
    width: 158px;
    height: 12px;
    margin: 0 0 -6px 0;
    background: url(../images/left-bg-b.png) no-repeat;
}
.leftbox {
    margin: 0;
    padding: 0 0 1px 0;
    background: url(../images/left-bg.png) repeat-y;
    overflow: hidden;
}
.leftbox dl {
    width: 158px;
    padding: 10px 0 5px;
    margin: 0;
}
.leftbox dl dt {
    padding: 0 0 5px 15px;
    width: 158px;
    margin: 0;
    position: relative;
    font-size:18px !important;
}
.leftbox dl .hidden { background-position: 130px -48px; }
.leftbox dl .hidden:hover { background-position: 130px -72px; }
.leftbox dl dd {
    padding: 0;
    margin: 0; zoom: 1; position: relative;
}
.leftbox dl dd a {
    display: block;
    padding: 2px 0 2px 11px;
    margin-left: 4px;
    position: relative;
}
.leftbox dl dd a:hover {
    background: white url(../images/menu-l-hover.png) no-repeat;
}
.leftbox hr {
    margin: 0 0 0 7px;
    border-top: 1px solid #cfdddf;
    border-bottom: 1px solid #eaf0f1;
}
#left .usersList, #right .usersList {
    margin: 20px 0 0 0;
}
#left .usersList li, #right .usersList li {
    margin: 0 0 10px 0;
}
#left .usersList li img, #right .usersList li img {
    margin-bottom: 3px;
}
#left .usersList a em, #right .usersList a em {
    display: block;
}

/* RIGHT */

#right {
}
.subscribe {
    padding: 0 0 5px 10px;
}
.subscribe form {
    padding: 0 5px 10px 0;
}
.subscribe .inputRl {
    width: 135px;
    margin: 0 0 5px;
}
.subscribe .inputRl input { width: 113px; }
.subscribe .submitS {
    width: 110px;
    margin: 0 auto;
    float: none;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px #6e6e6e;
    -moz-box-shadow: 0px 1px 3px #6e6e6e;
    box-shadow: 0px 1px 3px #6e6e6e;
}
.subscribe .submitS input { width: 110px; }
.subscribe h2 {
    margin: 2px 0 10px;
}
#right h2 small {
    display: block;
}
.raitAuthor h2 {
    background: url(../images/star-head.png) no-repeat;
    padding: 0 0 0 35px;
    margin:5px 10px 0 10px;
    font-size:18px!important;
}
.raitAuthor ul li {
    text-align: center;
    position: relative;
    float:left;
    padding: 5px 0;
    width: 110px;
    /*border-bottom: 1px solid #f2f6f7;*/
}
.raitAuthor ul li span {
    display: block;
}
.raitAuthor ul li a img {
    border: 1px solid #979a9a;
}
.raitAuthor ul li p {
    margin: 5px 0;
}
.raitAuthor ul li p img {
    margin: 0 -1px;
}
.raitAuthor ul li p small {
    position: relative;
    top: -1px;
}
.raitAuthor ul li em, .top-label {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 5px;

}
.top-label {
    top:0;
    right:0;
}
.raitAuthor ul li a {
    font-weight:bold;
}

.rait1 em, .top-label-1 { background: url(../images/rait-1.png) no-repeat; }
.rait2 em, .top-label-2 { background: url(../images/rait-2.png) no-repeat; }
.rait3 em, .top-label-3 { background: url(../images/rait-3.png) no-repeat; }
.rait4 em, .top-label-4 { background: url(../images/rait-4.png) no-repeat; }
.rait5 em, .top-label-5 { background: url(../images/rait-5.png) no-repeat; }

.profile {
    padding: 0 0 20px;
    background: url(../images/profile-bg.png) 0 100% no-repeat;
    width: 158px;
}

.userName {
    margin: 5px 0 0 14px;
}

.userName img {
    float: left;
    border: 1px solid #878787;
    margin: 0 10px 0 0;
}
.userName a {
    display: block;
    width: 90px;
    overflow: hidden;
    margin-left: 40px;
}

.userName .logout {
    display: block;
    background: url(../images/icon-logout.png) 57% 4px no-repeat;
}
.userName .logout a {
    margin: 0;
    display: inline;
    color: #3f3f3f;
    overflow: visible;
}
.profile ul {
    clear: both;
    margin: 10px 2px 5px 0;
    padding: 0;
    list-style: none;
    width: 156px;
}

.profile ul li {
    padding: 0 0px 0 0;
    margin: 0;
    width: 156px;
}
.profile ul li a {
    display: block;
    padding: 5px 5px 5px 35px;
    border-top: 1px solid #b6ccd2;
    position: relative;
}
.profile ul li a:hover { background: white url(../images/user-menu-hover.png) 100% 0px no-repeat; }

.profile ul li a strong {
    color: #369a00;
}
.profile ul li a img {
    position: absolute;
    top: 4px;
    left: 15px;
}
.profile .addButtonSm {
    margin: 0 0 0 10px;
    position: relative;
    text-decoration: none;
}

/* FOOTER */

#footer {
    height: 130px;
    width: 100%;
    overflow: hidden;
    min-width: 990px;
    position: absolute;
    bottom: 0;
    background: url(../images/footer-bg.png) 0 100% repeat-x;
    z-index: 1;
}
.footerIn {
    width: 100%;
    min-width: 960px;
    height: 130px;
    background: url(../images/footer-bg.jpg) 50% 0 no-repeat;
}
.footCont {
    width: 960px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}
.footCont .copy a {
    display: inline-block;
    margin-top: 8px;
}
.footCont .copy p {
    width: 585px;
}
.menuF {
    float: right;
    position: relative;
    left: 5px;
}
.menuF a {
    margin: 0 5px;
}
.ni {
    float: right;
    margin-top: 5px;
}

/* SELECT */

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-widget-content { border: 1px solid silver; background: white; }
.ui-state-default, .ui-widget-content .ui-state-default { outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 0; background: #e8cc0c; font-weight: bold; color: black !important; outline: none; }
.ui-state-hover a { color: black !important; }
.ui-selectmenu { display: block; position:relative; height:1.8em; text-decoration: none; overflow:hidden; margin: 5px 0; font-size: 1em; border: 0; }
.ui-selectmenu-icon { position:absolute; right:-0px; margin-top:-7px; top: 7px; }
.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; z-index: 2; }
.ui-selectmenu-open { visibility: visible; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { font-size: 1em; margin-top: 1px; }
.ui-selectmenu-menu li { text-align:left; padding:0; margin:0; display: block; border: 0; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a, .ui-selectmenu-status { line-height: 1.4em; display:block; padding: 2px 10px; outline:none; text-decoration:none; }
.ui-selectmenu-menu li a { color: #8e8d8d; padding-top: 4px; padding-bottom: 4px;  }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.2em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a { color: white; }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .1em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content { }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 0.9em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.3em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }

.ui-selectmenu { display: block; left: -4px; position:relative; text-align: left; padding-right: 19px; height: 19px; text-decoration: none; color: #8e8d8d; margin: 3px 0; font-family: Arial, Helvetica, sans-serif; border: 0; }
.ui-selectmenu:hover a { color: black !important; }
.ui-state-active { color: black !important; }
.ui-state-default .ui-icon-my { width: 19px; height: 25px; background: url(../images/f-r-select-btn.gif) 5px 6px no-repeat; }



/* FONTs COLORs */
body, select, input, textarea, kbd                     { font-family: Arial, Helvetica, sans-serif; }



body, select, input, textarea, #right h2 small          { font-size:  8pt; }
.userStyle h1                                           { font-size: 281%; }
h1 {
    font-size: 25px;
}
.storyWrapper h1 { margin:5px 0; }
.storyWrapper h1 a, .storyWrapper h1 a:hover { color:#000; text-decoration: none; }
.userStyle h4                                           { font-size: 281%; }
.userStyle h2                                           { font-size: 211%; }
.userStyle h5                                           { font-size: 211%; }
.submitCR cite, .submitCRY cite                         { font-size: 191%; }
h2, #right h2, .inputC cite, .inputC input, .title, .saveLink div input,
.appDate big                                            {
    font-size: 17px;
}
.hentry .meta ul .bookmark                              { font-size: 151%; }
.leftbox dl dt, .titleStory a, legend, .gender label, #fontB,
.inputFileVal                                           { font-size: 15px; }
.titleStory, .titleStory a {
    font-size:25px!important;
    color:#000!important;
    line-height:110%;
    font-family: MetaPro,Arial,Helvetica,sans-serif;
    text-shadow: #fff 1px 1px 1px;
}
.titleStory .title_links {
    margin:0;
    font-size:11px !important;
}
.titleStory .title_links a {
    color: #6b6b6b !important;
    font-size:11px !important;
    font-family: Arial, Sans Serif;
}

.menu, .hentry .meta ul .vote .buttons                  { font-size: 13px; }
.raitAuthor ul li, .usersBox p, .addButton, .fonTypeFile, .pNavig a, .pNavig span, .siName, .doing, #fontM, .hentry .meta .nickname,
.tooltip, .tooltip-left, tooltip-left-top,
kbd, kbd a                                              { font-size: 13px; }
.menuF, .titleStory small a, .sDate, .userName a,
.hentry .meta ul .vote strong                           { font-size: 13px; }

.footCont .copy a, .footCont .copy p, .titleStory small, .userName .logout a, .addButtonSm { font-size:  90%; }

cite, .usersList li em                                  { font-style: normal; }
cite                                                    { cursor: text; }

.regButton, .stat tr td, .leftbox dl dd a, .userName a, .sort, .siEdit, .fontSize span, #add, .hentry .meta .nickname, .meta ul .vote a,
.submitCRY cite                                         { font-weight:   bold; }
h1, h2, h3, h4, h5, .stat tr th, .userName .logout a, .sort span,
.sort a    { font-weight: normal; }

h2 .small { font-size:11px; }

a:hover, .menuF a, .usersList a, .usersBox .usersList li a, .addButton, .welcome .close, .profile ul li a, .sort .active, kbd a, .pNavig a, .hentry .meta .nickname a, .hentry .meta ul a,
.leftbox dl dd a                                        { text-decoration:      none; }
.menuF a:hover, .textCut a:hover, .pNavig a:hover, .hentry .meta .nickname a:hover,
kbd a:hover                                             { text-decoration: underline; }

.menuF a                                                { /*text-transform: uppercase;*/ }

.stat tr th                                             { text-align:   left; }
#left .usersList li, .raitAuthor ul li, .usersBox .usersList li, .fonTypeFile, .sPhoto,
#right .usersList li                                    { text-align: center; }
.show                                                   { text-align:  right; }

a                                                       { color: #10538c; }
body, body, select, input, textarea        { color: #323232; }
.inputR input, .submit input, .inputR cite              { color: #87999e; }
.authorization a                                        { color: #62919d; }
.authorization a:hover                                  { color: #61b3c9; }
.submit:hover input                                     { color: #bddae1; }
#header .usersList li a, .stat tr th                    { color: #d7e5f1; }
.inputS input, .inputS select                           { color: #8e8d8d; }
.inputR:hover cite, .focusR input, .stat tr td, .menu a, legend,
.footCont .copy p                                       { color:   white; }
.inputS input:hover, .submitS input, .addButton,
.leftbox dl dd a:hover                                  { color:   black; }
.footCont .copy                                         { color: #2b3237; }
.footCont .copy a                                       { color: #0d4f87; }
.menuF, .menuF a                                        { color: #263c4e; }
.leftbox dl dd a, .usersBox .usersList li a,
.welcome .close                                         { color: #476885; }
#left .usersList a, #right .usersList a                 { color: #abc7de; }




/* dialog */

#registration, #recovery, #registration_continue, #test_login {
    display: none;
}

.dialog {
    position: relative;
    position: absolute;
    left: 50%;
    top: 150px;
}
.dialog .close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 17px;
    height: 19px;
    cursor: pointer;
}
.dialog .close:hover {
    background-position: 0 -19px;
}
.userStyle {
    width: 440px;
    margin-left: -220px;
}

.userStyle .dialogTop {
    width: 440px;
    height: 26px;
    background: url(../images/dialog-us-top.png) no-repeat;
}
.userStyle .dialogBot {
    width: 440px;
    height: 26px;
    background: url(../images/dialog-us-bot.png) no-repeat;
}
.userStyle .dialogContent {
    background: url(../images/dialog-us-content.png) repeat-y;
    padding: 1px 40px;
}
.userStyle .close {
    background: url(../images/dialog-us-close.png) no-repeat;
}
.userStyle {
    color: white;
}
.userStyle h1, .userStyle h2 , .userStyle h4 , .userStyle h5 { margin: 0 0 0 15px; }
.userStyle form {
    margin: 20px 0 0 0;
    overflow: hidden;
}
fieldset {
    margin: 0;
    padding: 5px 15px;
    border: 0;
    border-top: 1px solid #40565b;
}
legend {}
.inputC {
    width: 330px;
    height: 38px;
    margin: 5px 0;
    padding: 0;
    position: relative;
    background: #121c1e url(../images/f-c-input-dark.gif) 0 0 repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/PIE.php);
}
.inputC:hover { background-position: 0 -38px; }
.inputC input {
    background: none;
    border: 0;
    padding: 8px 10px;
    width: 310px;
    height: 22px;
    color: #bbc8cb;
}
.inputC input.error {
    border:1px solid #a00;
}
.inputC cite {
    position: absolute;
    left: 10px;
    top: 8px;
    color: #bbc8cb;
    display: none;
}
.inputC:hover cite { color: white; }
.focusC { background-position: 0 -38px !important; }
.focusC input { color: white; }

.w170 { width: 170px; } .w170 input { width: 150px; }
.w40  { width:  40px; }  .w40 input { width:  24px; padding: 8px; }
.w60  { width:  60px; }  .w60 input { width:  44px; padding: 8px; }

.appDate {
    width: 195px;
    float: left;
}
.showDate {
    float: left;
}
.showDate label {
    color: #bbc8cb;
    margin-left: 5px;
}
.gender {
    margin-bottom: 5px;
}
.gender label {
    color: #bbc8cb;
}
.gender span {
    margin-left: 20px;
}
.gender span input { margin: 4px 0 0 0; }
.showDate div {
    vertical-align: bottom;
    margin-bottom: 4px;
}
.showDate input {
    margin: 0;
    vertical-align: bottom;
}
.appDate .inputC {
    display: inline-block;
}
.appDate big { color: #bbc8cb; }
.appDate small {
    display: block;
    margin-top: 5px;
    color: #6d797c;
}

.captcha {
    width: 160px;
    padding: 5px 0;
    float: left;
}
.captcha img {
    border: 1px solid #2a3437;
}
.userStyle fieldset .w170 {
    float: left;
}
.submitCR {
    width: 270px;
    height: 45px;
    margin: 5px auto;
    background: url(../images/f-rb-submit-white.gif) repeat-x;
    position: relative;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    behavior: url(/PIE.php);
}
.submitCR:hover { background-position: 0 -45px; }
.submitCR cite {
    display: block;
    height: 35px;
    padding: 10px 0 0 0;
    color: #001116;
    text-align: center;
}
.submitCR input {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    background: white;
    filter: Alpha(opacity=0);
    opacity: 0;
    width: 270px;
    height: 45px;
    cursor: pointer;
    z-index: 20;
}
.submitCRY {
    width: 290px;
    height: 45px;
    margin: 5px auto;
    background: url(../images/f-rb-submit-yellow.gif) repeat-x;
    position: relative;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    behavior: url(/PIE.php);
}
.submitCRY:hover { background-position: 0 -45px; }
.submitCRY cite {
    display: block;
    height: 35px;
    padding: 10px 0 0 0;
    color: #001116;
    text-align: center;
}
.submitCRY input {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    background: white;
    filter: Alpha(opacity=0);
    opacity: 0;
    width: 270px;
    height: 45px;
    cursor: pointer;
    z-index: 20;
}
.lastFls { border-bottom: 0; }
.typeFile { position: relative; }
.inputTypeFile {
    position: absolute;
    font-size: 20px;
    filter: Alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
    z-index: 5;
}
.fonTypeFile {
    width: 120px;
    height: 21px;
    margin: 0 0 8px 180px;
    padding: 4px 0 0 0;
    color: black;
    position: relative;
    background: url(../images/f-r-submit-white.gif) repeat-x;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url(/PIE.php);
}
.FTFileHover { background-position: 0 -25px; }
.inputFileVal {
    width: 170px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    background: none;
    border: 0;
    color: #bbc8cb;
}

.tooltip, .tooltip-left, .tooltip-left-top {
    width: 440px;
}
.tooltip .dialogTop, .tooltip-left .dialogTop, .tooltip-left-top .dialogTop {
    width: 430px;
    height: 32px;
    background: url(../images/tooltip-bg-t.png) no-repeat;
}
.tooltip-left .dialogTop {
    background: url(../images/tooltip-bg-t-left.png) no-repeat;
}
.tooltip-left-top .dialogTop {
    background: url(../images/tooltip-bg-b-b.png) no-repeat;
    height: 28px;
}
.tooltip .dialogBot, .tooltip-left .dialogBot, .tooltip-left-top .dialogBot {
    width: 430px;
    height: 28px;
    background: url(../images/tooltip-bg-b.png) no-repeat;
}
.tooltip-left-top .dialogBot {
    background: url(../images/tooltip-bg-t-left-b.png) no-repeat;
    height: 32px;
}
.tooltip .dialogContent, .tooltip-left .dialogContent,  .tooltip-left-top .dialogContent {
    background: url(../images/tooltip-bg-m.png) repeat-y;
    padding: 1px 30px;
}
.tooltip-left-top .dialogContent {
    background: url(../images/tooltip-bg-m-b.png) repeat-y;
}
.tooltip p, .tooltip-left p, .tooltip-left-top p { margin: 0; padding-right: 20px; }
.tooltip .close, .tooltip-left .close, .tooltip-left-top .close {
    top: 25px;
    right: 30px;
    background: url(../images/dialog-us-close.png) no-repeat;
}


/* ----- my html ----- */
#wrap .pnf-t { width: 977px; background: url("../images/pnf22.gif") 8px 0 no-repeat; padding: 15px 0 0; position: relative; margin: 0 auto; }
#wrap .pnf-b { width: 977px; background: url("../images/pnf-b.png") left bottom no-repeat; padding: 0 0 16px; }
#wrap .pnf { width: 977px; background: url("../images/pnf-tile.png") repeat-y; padding: 40px 0; }

/* ----- pic ----- */
#wrap .pnf .pic { margin: 0 0 36px; }
#wrap .pnf .pic .proh { float: left; margin: 0 15px 0 300px; }
#wrap .pnf .pic .page { float: left; font-size: 24px; color: #31464b; }

/* ----- line ----- */
#wrap .pnf .line { width: 924px; height: 2px; margin: 0 auto; background: url("../images/line-pix.png") repeat-x; font-size: 0; line-height: 0; }

/* ----- searc ----- */
#wrap .pnf .searc { width: 970px; margin: 0 auto; text-align: center; color: #000; padding: 0 0 0 7px; }
#wrap .pnf .searc p { font-size: 24px; margin: 15px 0 10px; }
#wrap .pnf .searc .inp { width: 475px; position: relative; margin: 0 auto 15px auto; }

/* ----- links ----- */
#wrap .pnf .links { color: #808d99; margin: 32px 0 0; font-size: 18px; text-align: center; }
#wrap .pnf .links a { color: #10538c; }

/* ----- auth ----- */
#wrap .auth { padding: 2px 2px 10px 8px; width: 630px; }

#wrap .auth .imageSL { height: 100%; }

/* ----- txtauth ----- */
#wrap .auth .txtauth { float: left; width: 540px; display: inline; }

#wrap .auth .txtauth .name { }
#wrap .auth .txtauth .name a { float: left; color: #1a2123; font-size: 14px; margin: 0 12px 5px 0; }
#wrap .auth .txtauth .name p { float: left; margin: 0; }
#wrap .auth .txtauth .views { margin: 0 0 5px; }
#wrap .auth .txtauth .views span { font-weight: bold; }
#wrap .auth .txtauth .line { border-top: 1px solid #e6e6e6; height: 1px; font-size: 0; line-height: 0; margin: 0 0 5px; }
#wrap .auth .txtauth .word { font-size: 12px; }

/* ----- seat ----- */
.seat { width: 640px; position: relative; }
.seat .zakaz { right: 15px; top: 10px; position: absolute; }

.rltv { position: relative; }

/* ----- remark ----- */
.remark { margin: 10px 0; font-size:13px; }
.remark .tit, .commentBox .tit2 { color: #010000; font-size: 18px; margin: 0; }
.commentBox .tit2 { margin-left:50px; }
.remark-t { /*width: 640px;*/ background: url("../images/remark-t2.gif") no-repeat; padding: 13px 0 0;
}
.remark-b { /*width: 640px;*/ background: url("../images/remark-b2.gif") left bottom no-repeat; padding: 0 0 6px;
}
.remark-tile { /*width: 620px;*/ background: url("../images/remark-tile2.gif") repeat-y; padding: 5px 0 5px 20px;
}

.remark-tile table { }
.remark-tile td { padding: 7px 15px 7px 0; }
.remark-tile { }
.remark-tile .col-r { text-align: right; font-size: 12px; color: #333; }
.remark-tile .td-top { vertical-align: top; padding-top: 8px; }
.remark-tile .submitS { width: 110px;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px #6e6e6e;
    -moz-box-shadow: 0px 1px 3px #6e6e6e;
    box-shadow: 0px 1px 3px #6e6e6e;
}
.remark-tile .submitS input { width: 110px; }

.remark-tile .inp { width: 200px; height: 20px; background: url("../images/remark-inp.gif") no-repeat; padding: 2px 7px 0 8px; }
.remark-tile .inp input { font-family: arial; font-size: 12px; color: #323232; border: none; background: none; width: 200px; }
.remark-tile table { width:100%; }
.remark-tile table th { width:100px; }
.remark-tile textarea { width: 95%; height: 89px; font-family: arial; font-size: 12px; color: #000; padding: 5px; margin: 0 0 5px 0; }

.w410 { width: 410px; }

.subtit { font-size: 20px; color: #2e393b; display: block; font-family: MetaPro; }
.subtit a { color :#133857; }

.allstories { float: right; padding: 4px 2px 0 0; }

.lft { float: left; }

.actv { background-position: 0 -25px; }

@-moz-document url-prefix() {
    .submitS input { padding-bottom: 2px; }

}

.searc .submitS {
    -webkit-box-shadow: 0px 1px 3px #6e6e6e;
    -moz-box-shadow: 0px 1px 3px #6e6e6e;
    box-shadow: 0px 1px 3px #6e6e6e;
}

/* ----- bsmselect ----- */
.bsmContainer { }
#main .bsmContainer select { float: left; margin: 0; }
.bsmList-custom { float: left; margin: 0; padding: 0; position: relative; margin: 0 0 5px; }
.bsmContainer .validation-error { text-align: right; float:right; width:500px; }

.bsmList-custom li { float: left; list-style-type: none; display: block; height: 21px; padding: 2px 7px 0 10px; margin: 1px 5px 0 0; background-color: #1e69a0; -webkit-border-radius: 11px; -moz-border-radius: 11px; border-radius: 11px; behavior: url(/PIE.php); position: relative; }
#main .bsmList-custom li span { color: #fff; font-weight: normal; font-size: 12px; margin: 0 5px 0 0; }
.bsmList-custom .bsmListItemRemove-custom img { position: relative; top: 2px; }

#extra_category_filter_form .bsmContainer select { margin:5px 0; }

.stabl { margin: -7px 5px 10px 5px; }
.stabl td { padding: 10px 10px 5px 0; color: #617174; border-width: 0; border: none; }
.stabl table { width: 720px;  border-collapse: collapse; }
.stabl .head { color: #323232; font-size: 14px; font-weight: bold; width: 100px; }
.stabl select { font-family: arial; font-size: 12px; color: #323232;  width: 96px; }

/* ----- big-inp ----- */
.two-units .block .big-inp { width: 701px; height: 21px; background: url("../images/user/big-inp.gif") no-repeat; padding: 4px 15px 0; }
.two-units .block .big-inp input { font-family: arial; font-size: 13px; color: #000; width: 700px; background: none; border: none; float: left; border-width: 0; }
.big-inp .validation-error { padding-top:25px; text-align:right; }

.two-units .block .array .selects-ar { }
.two-units .block .array .selects-ar select { font-size: 12px; color: #000; }
.two-units .block .array .ar1 { width: 95px; margin: 0 4px 0 0; }
.two-units .block .array .ar2 { width: 130px; }


.two-units .block .array .submitS { width: 110px; margin: 12px 7px 0 0; }
.two-units .block .array .submitS input {padding: 0; width: 110px; }
*html .two-units .block .array .submitS { padding: 0 0 0 10px; }


/* ----- attrib ----- */
.two-units .block .array .attrib { background-color: #eaecea; border-bottom: 1px solid #909090; width: 721px; height: 22px; padding: 2px 2px 0 2px; }
.two-units .block .array .attrib .lil-icons { width: 290px; float: left; padding: 3px 0 0; }
.two-units .block .array .attrib .fir { width: 140px; margin: 0 2px 0 0; float: left; }
.two-units .block .array .attrib .sec { width: 80px; margin: 0 12px 0 0; float: left; }
.two-units .block .array .attrib .strong { margin: 0 12px 0 0; }
.two-units .block .array .attrib .italic { margin: 0px 12px 0 0; }
.two-units .block .array .attrib .under { margin: 0px 12px 0 0; }
.two-units .block .array .attrib .ss { margin: 0 16px 0 0; }
.two-units .block .array .attrib .code { margin: 0px 16px 0 0; }
.two-units .block .array .attrib .imag { margin: 0px 9px 0 0; }
.two-units .block .array .attrib .links { margin: 0px 9px 0 0; }
.two-units .block .array .attrib .border { margin: 0px 9px 0 0; }
.two-units .block .array .attrib .video { margin: 0px 16px 0 0; }
.two-units .block .array .attrib .cut { margin: 0px 0px 0 0; }

.two-units .block .introd { border-bottom: 1px solid #e4e4e4; border-right: 1px solid #d1d3d3; border-top: 1px solid #cecece; border-left: 1px solid #d5d5d5; width: 722px; height: 400px; margin: 0 0 0 1px; }
.two-units .block .introd-small { border-bottom: 1px solid #e4e4e4; border-right: 1px solid #d1d3d3; border-top: 1px solid #cecece; border-left: 1px solid #d5d5d5; width: 722px; height: 200px; margin: 0 0 0 1px; }
.two-units .block .introd textarea { width: 710px; height: 385px; padding: 5px; overflow-y: scroll; border: none; }
.two-units .block .introd-small textarea { width: 710px; height: 185px; padding: 5px; overflow-y: scroll; border: none; }

/* text toolbar */
.text-toolbar {
    padding:4px 2px;
}
.text-toolbar button {
    font-family:Arial, Tahoma, Sans Serif;
    font-size: 11px;
    background: #fff;
    border:0;
    padding:4px 4px 4px 22px;
    cursor:pointer;
}

.text-toolbar .spell-check {
    background: url('../images/spell.gif') no-repeat 0 center;
}
.text-toolbar .spell-options {
    background: url('../images/spell-options.gif') no-repeat 0 center;
}
.text-toolbar .insert-image {
    background: url('../images/user/imag.gif') no-repeat 0 center;
}

#registration_form_block input, #login_form_block { font-size:13px; width:15em; }

/* bg/font choosers */
.bg-chooser, .font-chooser {
    float:right;
    padding:10px 0 0 0;
    text-transform: uppercase;
    color:#788d91;
}
.bg-chooser span, .font-chooser span {
    float:right;
    padding:8px;
}
.bg-chooser .chooser, .font-chooser .chooser {
    float:right;
    border:1px solid #cad3d5;
    border-radius:3px;
}
.bg-chooser .chooser a, .font-chooser a {
    text-decoration: none;
    display:block;
    float:left;
    width:24px;
    height:24px;
    border-right:1px solid #cad3d5;
    text-align: center;
    color:#2179b9;
    font-weight:bold;
}
.bg-chooser .chooser a:last-child, .font-chooser .chooser a:last-child {
    border:0;
}
.bg-chooser .chooser a.current, .font-chooser .chooser a.current {
    box-shadow:inset #ccc 0px 0px 2px 1px;
    color:#000;
}

/* rating form */
#publication_rating_form {
    background: #ebeff0;
}
#publication_rating_form fieldset {
    border: 1px solid #ccc;
    border-radius:3px;
    padding:0;
    margin:10px 0;
}
#publication_rating_form .inline {
    float:left;
    padding: 0 10px;
}
#publication_rating_score {
    border:0;
    background: transparent;
    font-weight: bold;
    font-size:15px;
    width:3em;
}
.publication_rating {
    width:100%;
    border-collapse: collapse;
    font-size:13px;
}
.publication_rating tr {
    border-top:1px solid #ccc;
}
.publication_rating tr:first-child {
    border:0;
}
.publication_rating th, .publication_rating td {
    padding:3px 5px;
}
.publication_rating th {
    text-align:left;
    font-family: MetaPro;
    font-size: 18px;
}
.publication_rating td {
    padding:8px;
}
.slider_inline {
    float:left;
    width:152px;
    height:25px;
    padding:5px;
    background: url('../images/slider-line.png') repeat-x 4px 20px;
}

.big-submit {
    width:185px;
    height:40px;
    border-radius:20px;
    background: url('../images/big-submit-bg.png') repeat-x 0 0;
    margin:0 auto;
    text-align:center;
    box-shadow:#ccc 1px 1px 1px 1px;
    cursor:pointer;
}
.big-submit input {
    background: transparent;
    color:#fff;
    text-shadow: #555 1px 1px 2px;
    font-size:16px;
    margin:0;
    padding:8px 0;
    border:0;
    width:185px;
    font-weight:bold;
    cursor:pointer;
}

.table_pagination {
    width:100%;
    border:1px solid #ccc;
    border-radius:3px;
    background: url(../images/storyinfo-bg.png) repeat-x 0 0;
    font-size:14px;
}
.table_pagination table {
    border-collapse:collapse;
}
.table_pagination td {
    padding:5px 10px;
    border-left:1px solid #ccc;
}
.table_pagination td:first-child {
    border:0;
}
.table_pagination td.current {
    box-shadow:inset #ccc 0px 0px 2px 1px;
    font-weight:bold;
}
.wide_list .table_pagination {
    width:99%;
}

.topPanelIn .block {
    padding:0 7px;
    float:left;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    text-shadow: #000 1px 1px 1px;
}
.topPanelIn .block:hover {
    background:url(../images/usertop-hover-bg.png) repeat-x 0 0;
}
.topPanelIn .avatar:hover, .topPanelIn .add:hover {
    background:transparent;
}

.topPanelIn .separator {
    font-size:1px;
    float:left;
    width:2px;
    height:40px;
    overflow:hidden;
    margin:0;
    padding:0;
    background:url(../images/usertop-separator-bg.png) no-repeat 0 0;
}

.topPanelIn .block a {
    color:#a0bec6;
    font-weight:bold !important;
    text-decoration:none;
}

.topPanelIn .block a.active,
.topPanelIn .block a:hover {
    color:#fff;
}
.topPanelIn .avatar {
    padding:5px 10px;
    overflow:hidden;
    width:120px;
}
.topPanelIn .avatar .wrap {
    width:9999px;
}
.topPanelIn .avatar img {
    border:2px solid #39464b;
    border-radius:2px;
    margin-right:5px;
}
.topPanelIn .avatar .nick {
    margin-top:7px;
    color:#46bdda;
    text-shadow: #000 0px -1px 1px;
    font-weight:bold !important;
    font-size:13px;
}
.topPanelIn .logout {
    width:80px;
}
.topPanelIn .my a, .topPanelIn .logout a, .topPanelIn .favorites a, .topPanelIn .pm a, .topPanelIn .settings a {
    background:url(../images/usertop-icon-my.png) no-repeat -10px 0;
    padding:12px 5px 10px 30px;
    display:block;
}
.topPanelIn .logout a {
    background-image: url(../images/usertop-icon-logout.png);
}
.topPanelIn .favorites a {
    background-image:url(../images/usertop-icon-favorites.png);
}
.topPanelIn .pm a {
    background-image:url(../images/usertop-icon-messages.png);
    float:left;
}
.topPanelIn .settings a {
    background-image:url(../images/usertop-icon-settings.png);
    float:left;
}
.topPanelIn .pm .unread {
    background: #eb323b url(../images/unread-bg.png) repeat-x 0 0;
    float:left;
    display:block;
    padding:2px 6px 3px 5px;
    border-radius:10px;
    font-size:10px;
    margin-top:10px;
    box-shadow:#444 1px 1px 1px 1px;
}
.topPanelIn .add {
    padding:7px 0 10px 20px;
}

/* catalogue */
.cat_category_list {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:5px 0;
    margin:5px 0;
}
.cat_category_title {
    float:left;
    padding-right:20px;
}
.cat_site_list dt, .cat_site_list dt a {
    color: #000000 !important;
    font-family: MetaPro,Arial,Helvetica,sans-serif;
    font-size: 25px !important;
    line-height: 120%;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.cat_site_list dd {
    margin:10px 0 20px 0;
    padding:0;
}
.cat_site_list .screenshot, .storyWrapper .screenshot {
    float:left;
    margin:0 10px 5px 0;
}
.cat_site_list p {
    margin:0;
}

.button_right {
    float:right;
}
.del-in { height: 25px; width:100px; background: url("../images/del-in.png") 10px 4px no-repeat; padding: 0 0 0 15px; }

.after-list-links { text-align: right; margin-top: 0; margin-right:5px; font-size:13px; }
#site_rating_controls { padding:10px 0; }
#site_rating_controls select { float: left; margin:5px 0; }

/*
* Subscriptions
*/
.subscriptionForm {
}
.subscriptionForm p {
    margin: 0;
}
.subscriptionForm label {
    font-weight: bold;
    margin:10px 0 5px 0;
    display:block;
}
.subscriptionForm .textInput {
    width:20em;
}
.subscriptionForm #id_captcha {
    width:122px;
}
.comment-error, .error-strip, .message-strip, .info-strip {
    color:#fff;
    font-weight:bold;
    margin:2px 0;
    padding:10px 20px;
    font-size:14px;
    background: #952c19;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: linear-gradient(bottom, rgb(144,40,20) 19%, rgb(165,59,41) 60%, rgb(186,81,62) 80%);
    background-image: -o-linear-gradient(bottom, rgb(144,40,20) 19%, rgb(165,59,41) 60%, rgb(186,81,62) 80%);
    background-image: -moz-linear-gradient(bottom, rgb(144,40,20) 19%, rgb(165,59,41) 60%, rgb(186,81,62) 80%);
    background-image: -webkit-linear-gradient(bottom, rgb(144,40,20) 19%, rgb(165,59,41) 60%, rgb(186,81,62) 80%);
    background-image: -ms-linear-gradient(bottom, rgb(144,40,20) 19%, rgb(165,59,41) 60%, rgb(186,81,62) 80%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.19, rgb(144,40,20)),
            color-stop(0.6, rgb(165,59,41)),
            color-stop(0.8, rgb(186,81,62))
    );
    behavior: url(/PIE.php);
}

.message-strip {
    background: #21825d;
    background-image: linear-gradient(bottom, rgb(33,130,93) 26%, rgb(100,209,167) 77%);
    background-image: -o-linear-gradient(bottom, rgb(33,130,93) 26%, rgb(100,209,167) 77%);
    background-image: -moz-linear-gradient(bottom, rgb(33,130,93) 26%, rgb(100,209,167) 77%);
    background-image: -webkit-linear-gradient(bottom, rgb(33,130,93) 26%, rgb(100,209,167) 77%);
    background-image: -ms-linear-gradient(bottom, rgb(33,130,93) 26%, rgb(100,209,167) 77%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.26, rgb(33,130,93)),
            color-stop(0.77, rgb(100,209,167))
    );
    behavior: url(/PIE.php);
}
.info-strip {
    background: #906014;
    background-image: linear-gradient(bottom, #906014 26%, #ba8a3e 77%);
    background-image: -o-linear-gradient(bottom, #906014 26%, #ba8a3e 77%);
    background-image: -moz-linear-gradient(bottom, #906014 26%, #ba8a3e 77%);
    background-image: -webkit-linear-gradient(bottom, #906014 26%, #ba8a3e 77%);
    background-image: -ms-linear-gradient(bottom, #906014 26%, #ba8a3e 77%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.26, #906014),
            color-stop(0.77, #ba8a3e)
    );
    behavior: url(/PIE.php);
}
.comment-error a, .error-strip a, .message-strip a, .info-strip a{
    color: #fff;
}

.narrowContentWrap {
    width: 960px;
    margin: 10px auto 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}

.narrowContentWrap #rightSidebar {
    width:220px;
    float:right;
    padding:10px;
    background: #dce9ec;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
    -moz-box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
    box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
}
.narrowContentWrap #rightSidebar .rules {
    padding-left: 20px;
}

.narrowContentWrap #content {
    width: 700px;
    float:left;
    padding:0 10px 10px 10px;
    background: #e6eced;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
    -moz-box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
    box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.37);
}
.narrowContentWrap .whiteBox {
    width: 670px;
    background: #fff;
    padding:10px;
    border-radius: 3px;
    box-shadow: inset 0 0 4px 0 #999;
}
.narrowContentWrap .big-inp input {
    border:1px solid #bbb;
    border-radius: 15px;
    font-size: 13px;
    width:670px;
    padding: 4px 10px;
    box-shadow: inset 0 0 1px 0 #999;
}

.percentage-bar { background:#CCCCCC; border:1px solid #666666; height:10px; border-radius: 2px; }
.percentage-bar div { background: #28B8C0; height: 10px; }
.rating_yesno, .rating_yes, .rating_no { font-size: 12px; margin: 0; }
.rating_yes, .rating_no { height: 12px; border-radius: 6px; margin:5px 0; }
.rating_yes { background: #ba3883; }
.rating_no { background: #bac4c6; }

.social-likes__button_livejournal {
    height:18px!important;
    margin-top:4px!important;
}
.social-likes__widget {
    margin-right:2px !important;
}

.social-likes__button {
    font-size:11px !important;
}

a.text-like, a.text-like:visited {
    text-decoration: inherit!important;
    color: inherit!important;
    font-weight: inherit!important;
}

.userBox {
    background: #fff;
    margin:5px 0;
    padding:5px;
    border-radius: 3px;
    position:relative;
}
.userBox .avatarWrapper {
    float:left;
    width:75px;
    padding:3px;
    position:relative;
}
.userBox .nickname {
    color: #515a5c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.userBox .userInfoWrapper {
    float:left;
    width:460px;
    padding:0 0 5px 0;
}
.userBox .rating {
    padding: 0 0 0 18px;
    background: url('../images/storydetail-icon-rating-positive.png') no-repeat 0 center;
    color: #3a6d20;
    font-weight: bold;
    font-size: 11px;
    width: auto;
    position:absolute;
    width: 30px;
    top:5px;
    right:5px;
}
.userBox .rating_negative {
    color:#c00;
}

.textCut, #storyText {
    font-family: Georgia, serif;
    color: #323232;
    line-height: 20px;
    font-size: 14px;
}

/* rating */
#rating-control {
    position:relative;
    float:left;
    width: 420px;
    padding:0;
    margin:10px 0 0 0;
    height:45px;
    cursor: pointer;
}
#rating-empty, #rating-full, #rating-hover {
    position:absolute;
    top:0;
    left:0;
    width:420px;
    height:47px;
    background: url('../images/stars.png') no-repeat 0 0;
}
#rating-full {
    height: 35px;
    background: #ebeff0 url('../images/stars.png') no-repeat 0 -45px;
}
#rating-hover {
    background: #ebeff0 url('../images/stars.png') no-repeat 0 -91px;
    width: 42px;
    display: none;
}
#rating-display {
    float:right;
    width: 80px;
    margin: 0 10px 0 0;
    padding:20px 0 10px 0;
    text-align: center;
    font-size: 11px;
    color:#959393;
    line-height: 100%;
    font-family: Tahoma, sans-serif;
    background: #dde7ea;
    border-radius: 6px;

    box-shadow: inset 0px 1px 2px 1px rgba(164, 164, 164, 0.6);
    -moz-box-shadow: inset 0px 1px 2px 1px rgba(164, 164, 164, 0.6);
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(164, 164, 164, 0.6);
}
#rating-display .score {
    font-size:36px;
    color:#34322e;
    margin:0 0 20px 0;
}

/* collapsible faq */
.collapsible-faq blockquote {
    background: #faf4af;
    padding: 5px 10px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0 10px 0;
}
.collapsible-faq li a {
    text-decoration:none;
    border-bottom: 1px dashed #10538c;
}
.collapsible-faq li a:hover, .collapsible-faq blockquote a {
    border:0;
}
.collapsible-faq blockquote a {
    text-decoration:underline;
}

.random_story {
    position:absolute;
    top:5px;
    right:0;
    width:110px;
    height:50px;
    text-align: center;
    color: #2574b3;
}
.random_story i {
    height:32px;
    display: block;
    background: url('../images/shuffle-sprite.png') no-repeat center 0;
}
.random_story:hover i {
    background-position:center -34px;
}
#goTop {
    background:#4b666d;
    color:#fff;
    position:fixed;
    top:-100px;
    left:0;
    z-index:10000;
    font-size: 13px;
    line-height: 100%;
    cursor: pointer;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
#goTop i {
    height:29px;
    width:27px;
    display: inline-block;
    background: url('../images/scrollup-sprite.png') no-repeat 0 0;
    vertical-align: middle;
}
#goTop:hover i {
    background-position: 0 -29px;
}
#goTop span {
    padding:0 7px;
    vertical-align: middle;
    display: none;
}
#goTop:hover span {
    display: inline-block;
}
.forum_threads {
    font-size: 17px;
    display: block;
    padding: 0 0 5px;
}
.fixed-right{
    position: fixed;
    float: none;
    top:10px;
}
.float-right{
    padding: 10px;
    margin-top: 1580px;
    /*margin-top: 1750px;*/
    margin-left: 755px;
    position: relative;
}
.float-right-img{
    font-size: 13px;
    width: 200px;
}


/*New style*/
.payment-block{
    border-top: 1px solid #c4c4c4;
    margin-top: 25px;
    font-family: arial, sans-serif;
    padding-top: 20px;
}
.payment-block h3{
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.payment-block p{
    font-size: 13px;
    color: #000;
    line-height: 1.4;
    margin-top: 12px;
}
.payment-block h4{
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
}
.payment-block *,
.top-pane .link-row{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
.tabs-block .tabs-navigation{
    font-size: 0;
    margin-top: 10px;
}
.tabs-block .tabs-navigation .thumb{
    display: table-cell;
    width: 177px;
    height: 70px;
    background: #d3dfe2;
    text-align: center;
    vertical-align: middle;
}
.tabs-block .tabs-navigation li{
    display: inline-block;
    vertical-align: top;
    width: 177px;
    margin-left: 12px;
}
.tabs-block .tabs-navigation li:first-child{
    margin-left: 0;
}
.tabs-block .tabs-navigation li a{
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
}
.tabs-block .tabs-navigation li a span{
    font-size: 13px;
    color: #476885;
    display: inline-block;
    /*margin-top: 7px;*/
    text-decoration: underline;
}
.tabs-block .tabs-navigation li a span:hover{
    text-decoration: none;
}
.tabs-block .tabs-navigation li.active a .thumb,
.tabs-block .tabs-navigation li.active a{
    background: #fff;
}
.tabs-block .tabs-navigation li.active a:before{
    position: absolute;
    content: "";
    width: 156px;
    height: 1px;
    background: #e9e9e9;
    bottom: 0;
    left: 10px;
}
.tabs-block .tabs-navigation li.active a span{
    color: #000;
    text-decoration: none;
}
.tabs-block .tabs-navigation li.active a span:hover{
    text-decoration: none;
}
.tabs-block .tabs-content{
    background: #fff;
    padding: 35px;
}
.tabs-block .tabs-content > div{
    display: none;
}
.tabs-block .tabs-content > div:first-child{
    display: block;
}
[class^="tab-icon"],
[class*=" tab-icon"]{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background: url(../images/sprite.png) no-repeat;
}
.tab-icon-sms{
    width: 44px;
    height: 45px;
}
.tab-icon-card{
    width: 122px;
    height: 27px;
    background-position: 0 -53px;
}
.tab-icon-webmoney{
    width: 121px;
    height: 30px;
    background-position: 0 -86px;
}
.icon-pay{
    display: inline-block;
    background: url(../images/sprite.png) no-repeat;
    background-position: -61px -1px;
    width: 21px;
    height: 21px;
    position: relative;
    top:-2px;
    vertical-align: middle;
}
.icon-add{
    display: inline-block;
    background: url(../images/sprite.png) no-repeat;
    background-position: -122px 0;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
.icon-arrow{
    display: inline-block;
    background: url(../images/sprite.png) no-repeat;
    background-position: -109px 0;
    width: 10px;
    height: 6px;
    vertical-align: middle;
}
.payment-form ol{
    padding-left: 32px;
    margin-top: 0;
}
.payment-form li{
    font-size: 21px;
    margin-top: 30px;
    color: #000;
}
.payment-form li:first-child{
    margin-top: 0;
}
.payment-form li .blue{
    color: #476885;
    font-weight: bold;
}
.payment-form .info{
    font-size: 13px;
    color: #acacac;
    margin-top: 7px;
    line-height: 1.2;
}
.sms-form{
    margin-top: 15px;
}
.sms-form input[type=text],
.sms-form input[type=tel]{
    outline: none;
    width: 230px;
    display: inline-block;
    vertical-align: top;
    float: left;
    border: 1px solid #aeaeae;
    height: 55px;
    padding: 0 15px;
    font-size: 22px;
    color: #000;
    box-shadow: inset 0 3px 7px rgba(0,0,0,.1);
}
.sms-form input[type=text]:focus,
.sms-form input[type=tel]:focus,
.sms-form button:hover{
    border: 1px solid #908f8f;
}
.sms-form button{
    background: #e9e9e9;
    height: 55px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 22px;
    color: #000;
    margin-left: 10px;
    width: 210px;
    border: 1px solid #aeaeae;
}
.silver-list{
    text-align: center;
    margin-top: 15px;
}
.silver-list a{
    font-size: 12px;
    color: #636465;
    margin-left: 35px;
}
.silver-list a:first-child{
    margin-left: 0;
}
.silver-list a:hover{
    text-decoration: none;
}
/*.blur{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}*/
.tooltip-row{
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 0 10px;
    height: 25px;
    line-height: 27px;
    font-family: arial, sans-serif;
    z-index: 99;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    font-size: 12px;
    color: #000;
}
.tooltip-row:before{
    position: absolute;
    content: "";
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 8px;
    bottom: -6px;
}
.top-pane{
    background: #32474c !important;
    z-index: 9 !important;
    height: 42px !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
}
.top-pane .authorization{
    padding: 8px 0;
}
.top-pane .topPanelIn{
    overflow: visible !important;
}
.top-pane .link-row.create{
    float: right;
    margin-right: 0;
}
.top-pane .create a{
    text-decoration: none;
}
.top-pane .create span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 13px;
}
.top-pane .link-row{
    float: left;
    text-decoration: none;
    height: 42px;
    line-height: 42px;
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #fff;
}
.top-pane .link-row a{
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 0 15px;
    font-size: 13px;
}
.top-pane .link-row{
    margin-right: 15px;
}
.top-pane .link-row.balance{
    margin-left: 30px;
}
.top-pane .link-row.profile-block{
    line-height: 1;
    position: relative;
}
.top-pane .link-row.profile-block:hover .submenu{
    display: block;
}
.top-pane .link-row.profile-block a{
    padding: 10px;
    display: inline-block;
    position: relative;
}
.top-pane .link-row.profile-block .name,
.top-pane .link-row.profile-block .icon-arrow{
    margin-left: 5px;
}
.top-pane .link-row.profile-block .thumb,
.top-pane .link-row.profile-block .name{
    display: inline-block;
    vertical-align: middle;
}
.top-pane .link-row.profile-block .thumb img{
    vertical-align: top;
    width: 22px;
    height: 22px;
}
.top-pane .link-row .count-small{
    display: inline-block;
    height: 15px;
    line-height: 15px;
    padding: 0 3px;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    color: #fff;
    font-size: 12px;
    position: relative;
    top:-12px;
    background: #f74949;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3NDk0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODIxMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f74949 0%, #e82121 100%);
    background: -webkit-linear-gradient(top,  #f74949 0%,#e82121 100%);
    background: linear-gradient(to bottom,  #f74949 0%,#e82121 100%);
}
.top-pane .link-row a:hover,
.top-pane .link-row.active a,
.top-pane .link-row.profile-block:hover{
    background: #374c51;
}
.top-pane .link-row.profile-block .submenu{
    display: none;
    z-index: 99;
    position: absolute;
    top:42px;
    width: 100%;
    left: 0;
}
.top-pane .link-row.profile-block .submenu li{
    display: block;
    white-space: nowrap;
}
.top-pane .link-row.profile-block .submenu li a{
    text-decoration: none;
    height: 30px;
    display: block;
    line-height: 30px;
    font-size: 13px;
    color: #476885;
    padding: 0 15px;
    background: #e6eced;
}
.top-pane .link-row.profile-block .submenu li a:hover{
    background: #d3dfe2;
}

.select2-container{
    position: relative;
    margin-top: 15px;
}
.select2-dropdown-open .select2-choice{
    border: 1px solid #bbbbbb;
}
.select2-dropdown-open .select2-choice:before {
    border-top: none;
    border-bottom: 7px solid #1c1c1c;
}
.select2-choice{
    height: 55px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow:ellipsis;
    text-align: left;
    line-height: 55px;
    background: #fff;
    border: 1px solid #aeaeae;
    padding: 0 20px 0 15px;
    text-decoration: none;
    font-size: 22px;
    color: #000;
    box-shadow: inset 0 3px 7px rgba(0,0,0,.1);
    cursor: pointer;
}
.select2-choice:before {
    position: absolute;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #1c1c1c;
    top: 27px;
    right: 15px;
}


.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.select2-no-results{
    display: none !important;
}

.select2-drop{
    width: 100%;
    position: absolute;
    z-index: 1001;
    top: 100%;
    display: none;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    background:#fff;
    color: #000;
    box-shadow:0 2px 5px rgba(0,0,0,.1);
    border: 1px solid #bbbbbb;
    border-top: none;
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
}
.select2-drop .select2-results{
    margin:0;
    padding: 0;
    position: relative;
}
.select2-drop .select2-results li{
    white-space: nowrap;
    padding: 0 10px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
}
.select2-drop .select2-results li.select2-result-selectable{
    background: #ffffff;
    font-size: 13px;
    overflow: hidden;
    color: #000;
}
.select2-drop .select2-results li.select2-result-selectable:hover,
.select2-drop .select2-results li.select2-result-selectable.select2-highlighted{
    background: #d3dfe2;
    color: #000;
}
.select2-result-sub{
    margin: 0 -15px;
}
.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px;
    height: 1px;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-search-hidden {
    display: none;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: 1000 /*9998*/;
    opacity: 0;
}
[class^="_payment-icon-"],
[class*=" _payment-icon-"]{
    display: inline-block;
    width: 100px;
    height: 100px;
}

._payment-icon-mts{
    background: url(../images/mts_icon_100.png);
}
._payment-icon-megafon{
    background: url(../images/megafon_icon_100.png);
}
._payment-icon-beeline{
    background: url(../images/beeline_icon_100.png);
}
._payment-icon-qiwi{
    background: url(../images/qiwi_icon_100.png);
}
._payment-icon-yandex{
    background: url(../images/yandex_logo.png) center center no-repeat;
    background-size: 100px;
}
._payment-icon-webmoney{
    background: url(../images/webmoney_icon_100.png);
}
._payment-icon-visa{
    background: url(../images/visa_icon_100.png);
}
._payment-icon-mastercard{
    background: url(../images/mastercard_icon_100.png);
}
.new-payment__row {
    width: 130px;
    height: 130px;
    float: left;
    margin-left: 12px;
    margin-top: 12px;
}
.new-payment__row:nth-child(4n+1) {
    margin-left: 0;
}
.new-payment__row a {
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 130px;
    padding-top: 10px;
    height: 130px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.new-payment__row a:hover {
    box-shadow: 0 0 5px rgba(13, 110, 146, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(13, 110, 146, 0.5);
    -moz-box-shadow: 0 0 5px rgba(13, 110, 146, 0.5);
}
.new-payment:after {
    content: " ";
    height: 0;
    display: block;
    clear: both;
}
.new-payment .payment-form ol li{
    list-style: none;
}
.new-payment .payment-form{
    background: #fff;
    padding: 30px 0;
    border-radius: 5px;
    margin-top: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.new-payment .show-other-payment{
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    font-size: 13px;
    border-bottom: 1px dotted #10538c;
}
.new-payment .show-other-payment:hover{
    border-bottom: 1px dotted transparent;
}
.phone-payment{
    display: none;
}
.f-left{
    float: left;
}
.f-right{
    float: right;
}
.readmore{
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #aeaeae;
    background: #e9e9e9;
    padding: 0 15px;
    color: #000;
    font-size: 13px;
    margin-top: 10px;
    color: #000;
}
.readmore:hover{
    border: 1px solid #c2c0c0;
}
.block.category{
    background: url(../images/storydetail-icon-category.png) 0 1px no-repeat;
    padding-left: 18px;
    margin: 10px 0 5px 0;
}
.block.tags{
    background: url(../images/storydetail-icon-type2.png) 0 0 no-repeat;
    padding-left: 18px;
    margin: 8px 0;
}
.block.category a,
.block.tags a{
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    color: #54595c;
    margin-left: 5px;
}
.block.category a:first-child,
.block.tags a:first-child{
    margin-left: 0;
}
.block.category a:hover,
.block.tags a:hover{
    color: #3a3e40;
}
.SearchCheck label {
    white-space: nowrap;
    display:inline-block;
    padding:5px 0;
}
.plaque {
    padding: 10px 100px; text-align: center;font-size: 14px; line-height: 20px;
}
.comments_disabled {
    padding: 10px 100px; text-align: center;font-size: 14px; line-height: 20px; border: 1px solid #ccc; border-radius: 3px; background: #ebeff0; margin-top:20px;
}
a.dashed {
    border-bottom:1px dashed #10538c;
    text-decoration:none;
}
.big-btn {
    display:block;
    font-size:18px;
    text-decoration: none;
    padding:15px;
    text-align: center;
    background: #dfe5e6;
}