/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana; /* 1 */
    line-height: 1.15; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
}
/*Sections*/
body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/*Grouping content*/
main { /* 1 */
    display: block;
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    border: none;
    border-bottom: 1px dashed #8e8e8e;
}

pre { /* 1 */
    font-family: monospace, monospace;
    font-size: 1em; /* 2 */
}
/*Text-level semantics*/
a {
    background-color: transparent; /* 1 */
    text-decoration: underline dotted;
}

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b, strong {
    font-weight: 600;
}

code, kbd, samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}
/* Embedded content*/
img {
    border-style: none;
}
/* Forms*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button, input { /* 1 */
    overflow: visible;
}

button, select { /* 1 */
    text-transform: none;
}

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    /*border: 1px solid #c0c0c0;
    margin: 0 2px;*/
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

progress {
    /*display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
/* Interactive*/
details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}
/* Hidden*/
[hidden] {
    display: none;
}
/*end normalize.css*/

/*uni*/
.nowr {
    white-space: nowrap;
}

.pd5 {
    padding: 5px;
}

* {
    font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
    font-size: 12px;
}

.fwn {
    font-weight: 400;
}

body {
    color: #232323;
    background-color: #2d2e2e;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 0;
    margin-top: 0;
}

header, footer, nav, section {
    display: block;
}

textarea, input, select {
    border: 1px solid #e2e2e2;
    padding: 7px 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    width: 230px;
}

    input[type=checkbox], input[type=radio] {
        width: initial;
        border: none;
    }

select {
    padding: 5px;
}

textarea, input {
    padding: 5px;
}

span.closespoiler.cancel, span.openspoiler.edit, .unispoilopen, .unispoilclose, .mutechat, span.spoilercon.button, .spoilercon input {
    color: #006CBD;
    cursor: pointer;
    display: inline-block;
    padding: 8px;
    border: 1px solid #e2e2e2;
    background: #fff;
    vertical-align: top;
    margin-right: 4px;
    line-height: 13px;
}

#uploader {
    margin-top: 5px;
}

textarea.msgtarea {
    min-height: 62px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

label {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    /*vertical-align:bottom;*/
}

textarea:focus, input:focus, select:focus {
    border: 1px solid #e2e2e2;
}

textarea {
    resize: none;
}

a {
    color: #006CBD;
}

    a:hover {
        color: #000000;
    }

    a.button {
        display: inline-block;
        padding: 2px;
        text-decoration: none;
    }

        a.button:hover {
            background: #fcf8f5;
        }

.formtd1w a {
    color: #ddd;
}

    .formtd1w a:hover {
        color: #fff;
    }

input.bigbutton, a.bigbutton {
    display: block;
    line-height: 30px;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    color: #eee;
    background: none;
    margin: 0 5px;
    border: none;
    max-width: 290px;
}

input.bigbutton {
    width: 100%;
}

    input.bigbutton:hover, a.bigbutton:hover {
        background: #fff;
        color: #000;
    }

h2 a {
    font-size: 100%;
    color: #FFF;
}

.paper h2 a {
    color: #006cbd;
}

h2 a:hover {
    color: #FFF;
    text-decoration: none;
}

pre {
    margin: 0;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, начиная с 1999 года */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: 600;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

h1, h2, h3, h4 {
    margin: 0;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 150%;
    padding-left: 10px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 15px;
}

input.login {
    position: relative;
    overflow: hidden;
    display: inline-block;
    clear: both;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #555;
}

.loginsubmit {
    width: 268px;
    vertical-align: top;
    font-size: 20px;
    line-height: 24px;
    background: #2d2e2e;
    color: #e2e2e2;
    border: 1px solid #232323;
    cursor: pointer;
    padding-bottom: 6px;
}

    .loginsubmit:hover {
        background: #1A87c2;
        color: #fff;
        border: 1px solid #1a79ad;
    }

input[type="submit"].login {
    border: 1px solid #dadada;
    background-color: #CCCCCC;
}

    input[type="submit"].login:hover {
        border: 1px solid #cacaca;
        background-color: #E4E0D8;
    }

input.submit {
    background: white;
    border: 2px solid white;
    color: #232323;
    font-weight: 600;
    font-size: 13px;
    padding: 4px;
}

    input.submit:hover {
        background: #1A87C2;
        color: white;
    }

.outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

/*.outer[class] {
        display: table;
        position: static;
    }*/

.middle {
    /*position: absolute;
    top: 50%;*/
    width: 100%;
    text-align: center;
}
/* for explorer only*/
/*.middle[class] {
        display: table-cell;
        vertical-align: middle;
        position: static;
    }*/

.inner {
    position: relative;
    /*top: -50%;*/
    text-align: left;
}
/* for explorer only */
.inner {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
/*--Login--*/
#LoginBlock {
    padding-bottom: 4px;
}

form#language {
    display: inline-block;
}

div.formtable {
    width: 707px;
    margin: auto;
}

    div.formtable.fainput {
        background: #2d2e2e;
        box-shadow: 0 0 2px #111111;
    }

.formtd0, .formtd0w {
    border-bottom: 3px solid #474747;
    padding-left: 0;
    padding-bottom: 0;
}

.formtd0w {
    border-bottom-color: #FFF;
    margin-top: 10px;
}

    .formtd0 div, .formtd0w div {
        background: #2d2e2e;
        color: white;
        display: inline-block;
        padding: 5px;
        margin-bottom: 0;
        font-weight: 600;
    }

    .formtd0w div {
        background: #2d2e2e;
        color: #000;
    }

div.ticket {
    background-color: rgba(255, 255, 255, 0.25);
}

    div.ticket.active {
        background: white;
    }

.formtd1, .formtd1t, .formtd1w {
    text-align: right;
    padding-right: 10px;
    width: 200px;
    vertical-align: top;
    padding-top: 10px;
    display: inline-block;
    font-weight: 600;
}

.formtd1w {
    padding-top: 0;
    vertical-align: middle;
}

    .formtd1w a {
        text-decoration: none;
        font-weight: 600;
        font-size: 13px;
        font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
    }

.formtd1t {
    padding-top: 4px;
}

.formtd2, .formtd2a {
    padding-top: 4px;
    /*padding-bottom: 10px;*/
    vertical-align: middle;
    display: inline-block;
}

.green {
    color: green;
}

.red {
    color: red;
}

.formtd2a {
    padding-bottom: 0;
}

    .formtd2 input[type="text"], .formtd2 input[type="password"], .formtd2 textarea, .formtd2a input[type="text"], .formtd2a textarea {
        width: 230px;
        margin-right: 5px;
    }

.formtd2 textarea {
    width: 465px;
}

.photoupper {
}

.formtd2 select, .formtd2a select, .formtd2 input[type="button"], .formtd2 input[type="submit"] {
    width: 230px;
    margin-right: 5px;
}

.formtd2 input[type="radio"] {
    vertical-align: middle;
    margin: 4px;
}

.formtd2 div {
    display: inline-block;
}

#o_type {
    margin-bottom: 10px;
}

    #o_type > input[type="radio"] {
        display: none;
    }

        #o_type > input[type="radio"] + label {
            display: inline-block;
            min-width: 30px;
            padding: 6px 10px 7px 10px;
            padding-right: 10px;
            background: #71717144;
            vertical-align: middle;
            margin-left: -2px;
            margin-right: -2px;
            text-align: center;
            cursor: pointer;
        }

            #o_type > input[type="radio"] + label:hover {
                background: #71717122;
            }

        #o_type > input[type="radio"]:checked + label {
            background: none;
        }

.delticket, .deltickets, .addticket {
    cursor: pointer;
}

.formexample {
    color: #555;
}

img.deleteall {
    background: url(/Content/images/sprite.png) no-repeat -338px -26px;
    width: 26px;
    height: 26px;
}

img.cancelthis {
    background: url(/Content/images/sprite.png) no-repeat -364px -78px;
    width: 26px;
    height: 26px;
    margin-top: -5px;
}

tr.TableHeader td {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

    tr.TableHeader td b {
        font-size: 9px;
    }

tr.LotInTable td {
    border: 1px dotted #dedede;
    border-left: none;
    background: #f5f5f5;
    vertical-align: top;
}

tr.LotInTable.BestSeller td {
    border: 1px dotted #e2e2e2;
    border-left: none;
    border-top: none;
    color: #505050;
}

tr.LotInTable.i1 td {
    background: #eaeaea;
}

div.lit:nth-of-type(2n+1) {
    background: #cccccc54;
}

tr.LotInTable.BestSeller.i1 td {
}

tr.LotInTable.BestSeller td:first-child {
    border-left: 1px solid #388810;
    border-right: 1px solid #388810;
    background: rgba(223, 255, 208, 0.49);
}

.LotInTable.First.BestSeller td:first-child {
    border-top: 1px solid #388810;
}

.LotInTable.Last.BestSeller td:first-child {
    border-bottom: 1px solid #388810;
}

.LotInTable a, .lit a {
    color: #363942;
}

.LotInTable.BestSeller a {
    color: #006CBD;
    text-shadow: 0 0px 1px #d6d6d6;
}

.LotInTable.BestSeller .LotName a {
    color: #006CBD;
}

.LotInTablePhoto {
    font-size: 10px;
    display: inline-block;
    max-width: 145px;
    max-height: 145px;
    overflow: hidden;
}

tr.LotInTable a.b {
    font-weight: 600;
}

.otriBaIIIka {
    font-size: 9px;
    vertical-align: top;
}

th, td { /*cellpadding*/
    padding: 5px; /*valign*/
    vertical-align: top;
}

table.tdvamid td {
    vertical-align: middle;
}

div.edtble input {
    margin: -6px 5px -7px -6px;
}

span.edtble {
    border-bottom: 1px dotted gray;
    cursor: pointer;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 auto;
}

div.headmenu div.d2 a {
    color: #fff;
    display: inline-block;
    width: 60px;
    text-align: center;
    text-decoration: none;
    line-height: 33px; /*text-shadow: 1px 1px 0px #283744;*/
}

    div.headmenu div.d2 a:hover {
        color: #fff;
        background-color: #000;
    }

img.MMenu {
    background: url(/Content/images/sprite.png) no-repeat;
    background-position: 0 0;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}

img.MMenuMini {
    background: url(/Content/images/sprite.png) no-repeat;
    vertical-align: bottom;
    width: 12px;
    height: 12px;
    margin-bottom: 1px;
    margin-right: 5px;
}

div.headmenu div.d2 img.MMenu.MStickers {
    background-position: -52px -156px;
}

div.headmenu div.d2 img.MMenu.MActions {
    background-position: -78px -52px;
}

div.headmenu div.d2 img.MMenu.MLogout {
    background-position: -130px -52px;
}

div.headmenu div.d2 img.MMenu.M_p2p_ex {
    background-position: -260px -157px;
}

div.headmenu div.d2 a.current img.MMenu.M_p2p_ex {
    background-position: -260px -182px;
}

div.headmenu > div.d2 > a.p2p_ex_deals {
    display: none;
}

    div.headmenu > div.d2 > a.p2p_ex_deals.blinking {
        display: inline-block;
    }

        div.headmenu > div.d2 > a.p2p_ex_deals.blinking > img {
            animation: blinkingNewp2p 2s linear infinite;
        }

@keyframes blinkingNewp2p {
    /*from {
        opacity: 0.3;
    }

    to {
        opacity: 0.3;
    }*/
    0% {
        opacity: 0.2;
    }

    10% {
        opacity: 0.2;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }
    /*90% {
        opacity: 0.2;
    }*/
    100% {
        opacity: 0.2;
    }
}

div.headmenu div.d2 a.current img.MMenu.MStickers {
    background-position: -52px -182px;
}

div.headmenu div.d2 a.current img.MMenu.MActions {
    background-position: -78px -78px;
}

div.headmenu div.d2 a.current img.MMenu.MLogout {
    background-position: -130px -78px;
}

img.MMenu.MTLogout {
    background-position: -130px -104px;
}

img.MMenu.MMarket {
    background-position: -624px -78px;
}

img.MMenu.MNews {
    background-position: -26px -78px;
}

img.MMenu.MBasket {
    background-position: -650px -78px;
}

img.MMenu.MTrade {
    background-position: -1170px -78px;
}

img.MMenu.MGlobalChat {
    background-position: -520px -78px;
}

img.MMenu.MPrivateChat {
    background-position: -52px -78px;
}

img.MMenu.MSettings {
    background-position: -104px -78px;
}

img.MMenu.MAccess {
    background-position: -676px -78px;
}

img.MMenu.MGamble {
    background-position: -1118px -78px;
}

img.MMenu.MRules {
    background-position: -962px -78px;
}

img.MMenu.MReferal {
    background-position: -702px -78px;
}

img.MMenu.MInvites {
    background-position: -728px -78px;
}

img.MMenu.MLotNames {
    background-position: -1144px -78px;
}

img.MMenu.MAddLo {
    background-position: -806px -78px;
}

img.MMenu.MMyLots {
    background-position: -832px -78px;
}

img.MMenu.MDiscounts {
    background-position: -286px -182px;
}

img.MMenu.MStowers {
    background-position: -858px -78px;
}

img.MMenu.MStat {
    background-position: -884px -78px;
}

img.MMenu.EditLot {
    background-position: -988px -78px;
}

img.MMenu.GiftLot {
    background-position: -1014px -78px;
}

img.MMenu.DeleteLot {
    background-position: -1039px -78px;
}

img.MMenu.Show {
    background-position: -1066px -78px;
}

img.MMenu.Hide {
    background-position: -1092px -78px;
}

img.MMenuMini.Showcase {
    background-position: -637px -40px;
}

img.MMenuMini.Advts {
    background-position: -39px -42px;
}

img.MMenuMini.Basket {
    background-position: -663px -40px;
}

img.MMenuMini.Trade {
    background-position: -1183px -40px;
}

img.MMenuMini.GlobalChat {
    background-position: -533px -40px;
}

img.MMenuMini.LS {
    background-position: -65px -40px;
}

img.MMenuMini.Settings {
    background-position: -117px -40px;
}

img.MMenuMini.Access {
    background-position: -689px -40px;
}

img.MMenuMini.Refferals {
    background-position: -715px -40px;
}

img.MMenuMini.Invites {
    background-position: -741px -40px;
}

img.MMenuMini.Gamble {
    background-position: -1131px -40px;
}

img.MMenuMini.Rules {
    background-position: -975px -40px;
}

img.MMenuMini.LotNames {
    background-position: -1157px -40px;
}

img.MMenuMini.AddLot {
    background-position: -819px -40px;
}

img.MMenuMini.LotList {
    background-position: -845px -40px;
}

img.MMenuMini.MDiscounts {
    background-position: -299px -143px;
}

img.MMenuMini.Stowers {
    background-position: -871px -40px;
}

img.MMenuMini.Stat {
    background-position: -897px -40px;
}

a.div.current img.MMenu.MMarket {
    background-position: -624px -52px;
}

a.div.current img.MMenu.MNews {
    background-position: -26px -52px;
}

a.div.current img.MMenu.MBasket {
    background-position: -650px -52px;
}

a.div.current img.MMenu.MTrade {
    background-position: -1170px -52px;
}

a.div.current img.MMenu.MGlobalChat {
    background-position: -520px -52px;
}

a.div.current img.MMenu.MPrivateChat {
    background-position: -52px -52px;
}

a.div.current img.MMenu.MSettings {
    background-position: -104px -52px;
}

a.div.current img.MMenu.MAccess {
    background-position: -676px -52px;
}

a.div.current img.MMenu.MGamble {
    background-position: -1118px -52px;
}

a.div.current img.MMenu.MRules {
    background-position: -962px -52px;
}

a.div.current img.MMenu.MReferal {
    background-position: -702px -52px;
}

a.div.current img.MMenu.MInvites {
    background-position: -728px -52px;
}

a.div.current img.MMenu.MLotNames {
    background-position: -1144px -52px;
}

a.div.current img.MMenu.MAddLo {
    background-position: -806px -52px;
}

a.div.current img.MMenu.MMyLots {
    background-position: -832px -52px;
}

a.div.current img.MMenu.MDiscounts {
    background-position: -286px -156px;
}

a.div.current img.MMenu.MStowers {
    background-position: -858px -52px;
}

a.div.current img.MMenu.MStat {
    background-position: -884px -52px;
}

a.div.current img.MMenuMini.Showcase {
    background-position: -624px -40px;
}

a.div.current img.MMenuMini.Advts {
    background-position: -26px -42px;
}

a.div.current img.MMenuMini.Basket {
    background-position: -650px -40px;
}

a.div.current img.MMenuMini.Trade {
    background-position: -1170px -40px;
}

a.div.current img.MMenuMini.GlobalChat {
    background-position: -520px -40px;
}

a.div.current img.MMenuMini.LS {
    background-position: -52px -40px;
}

a.div.current img.MMenuMini.Settings {
    background-position: -104px -40px;
}

a.div.current img.MMenuMini.Access {
    background-position: -676px -40px;
}

a.div.current img.MMenuMini.Refferals {
    background-position: -702px -40px;
}

a.div.current img.MMenuMini.Invites {
    background-position: -728px -40px;
}

a.div.current img.MMenuMini.Gamble {
    background-position: -1118px -40px;
}

a.div.current img.MMenuMini.Rules {
    background-position: -962px -40px;
}

a.div.current img.MMenuMini.LotNames {
    background-position: -1144px -40px;
}

a.div.current img.MMenuMini.MDiscounts {
    background-position: -286px -143px;
}

a.div.current img.MMenuMini.AddLot {
    background-position: -806px -40px;
}

a.div.current img.MMenuMini.LotList {
    background-position: -832px -40px;
}

a.div.current img.MMenuMini.Stowers {
    background-position: -858px -40px;
}

a.div.current img.MMenuMini.Stat {
    background-position: -884px -40px;
}

img.MMenu {
    opacity: 0.85;
}

a.div.current img.MMenu, a:hover img.MMenu {
    opacity: 1;
}

div#LeftZone a.div:hover {
    background-color: #e2e2e2;
}

div#LeftZone a.div.current, div#LeftZone a.div.current .description {
    background-color: #2d2e2e;
    color: #d4d4d4;
}

/*div#LeftZone a.div.current span {
        color: white;
    }*/

img.MMenu.MMinimize.current, img.MMenu.MPro, img.MMenu.MZak {
    float: left;
    margin-top: -6px;
    margin-left: -6px;
}

img.MMenu.MMinimize {
    background-position: -910px -52px;
    float: right;
}

div#LeftZone.Minimized img.MMenu.MMinimize {
    background-position: -936px -52px;
    float: right;
}

img.MMenu.MPro {
    background-position: -779px -52px;
}

img.MMenu.MZak {
    background-position: -753px -52px;
}

div.headmenu {
    position: relative;
    height: 33px;
    padding: 0;
    margin: 0;
}

    div.headmenu div.d0 {
        position: absolute;
        display: block;
        height: 34px;
        width: 100px;
        left: 0;
        top: 0;
    }

    div.headmenu div.d1 {
        position: absolute;
        display: block;
        height: 34px;
        left: 218px;
        top: 0;
        right: 337px;
        text-align: center;
    }

    div.headmenu.Minimized div.d1 {
        left: 60px;
    }

    div.headmenu div.d1 h2 {
        margin-top: 0;
        padding-left: 2px;
        color: #dcd8d5;
        line-height: 34px;
        max-width: 800px;
        text-align: left;
    }

    div.headmenu div.d2 {
        position: absolute;
        overflow: hidden;
        display: block;
        height: 34px;
        top: 0;
        right: 0;
    }

        div.headmenu div.d2 a {
            border-left: 1px solid #505050;
            border-top: none;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            float: left;
        }

            div.headmenu div.d2 a:hover, div.headmenu div.d2 a:active {
                background-color: #000;
            }

            div.headmenu div.d2 a.current {
                background-color: #f0f0f0;
                border: 1px solid #e2e2e2;
                border-top: 0;
            }

                div.headmenu div.d2 a.current:hover img.MMenu.MLogout {
                    background-position: -130px -52px;
                }

div#LeftZone {
    position: absolute;
    display: inline-block;
    top: 0px;
    /*bottom: 0;*/
    width: 200px;
    overflow: visible;
    z-index: 101;
}

div#LeftZone {
    border-right: 1px solid #e2e2e2;
    margin-left: 7px;
    margin-top: 0;
    margin-bottom: -29px;
}

    div#LeftZone.Minimized {
        width: 46px;
        margin-left: 0px;
        margin-top: 0;
        margin-bottom: -37px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

        div#LeftZone.Minimized .LZh0m, .headmenu.Minimized .LZh0m {
            display: none;
        }

        div#LeftZone.Minimized .LZv0m, .headmenu.Minimized .LZv0m {
            display: block;
            line-height: 20px;
            margin: 5px;
            margin-top: 0;
            margin-bottom: 0;
        }

        div#LeftZone.Minimized span.LZv0m {
            display: inline;
            line-height: 20px;
        }

        div#LeftZone.Minimized .LZv0m.bigf {
            font-size: 15pt;
            line-height: 20px;
        }

.headmenu .LZv0m.expander {
    display: none;
}

div#LeftZone a.div {
    display: inline-block;
    text-decoration: none;
}

div#LeftZone.Minimized a.div {
    display: inline-block;
    text-decoration: none;
}

    div#LeftZone.Minimized a.div.inversy, div#LeftZone.Minimized a.div.inversy1 {
        margin: 2px;
        float: left;
        background: #232323;
        color: white;
        height: 20px;
        line-height: 20px;
        padding: 0;
    }

    div#LeftZone.Minimized a.div.inversy {
        text-align: center;
        width: 20px;
        margin-right: 0px;
    }

    div#LeftZone.Minimized a.div.inversy1 {
        padding-left: 5px;
        padding-right: 5px;
        margin: 0;
        margin-top: 2px;
        font-size: 10px;
    }

        div#LeftZone.Minimized a.div.inversy1.current, div#LeftZone.Minimized a.div.inversy.current {
            background: #000;
            color: #fff;
        }

        div#LeftZone.Minimized a.div.inversy1:hover, div#LeftZone.Minimized a.div.inversy:hover {
            background: #fcf8f5;
            color: #000;
        }

div#LeftZone .LZv0m, .headmenu .LZv0m {
    display: none;
}

div#LeftZone div.div, div#RightZone div.div {
    background: #2d2e2e;
    color: white;
    font-size: 11px;
    padding: 7px;
    overflow: visible;
}

div#LeftZone a.div {
    display: block;
    padding: 5px;
}

div#LeftZone span.div {
    display: block;
    padding: 5px;
    color: #006CBD;
}

div#LeftZone .div.LZNavi {
    position: absolute;
    right: 0px;
    padding: 0px;
    top: -33px;
}

div#LeftZone.Minimized .div.LZNavi {
    position: absolute;
    right: -18px;
    padding: 0px;
    top: -33px;
    width: 18px;
    overflow: hidden;
}

.MMinimize {
    padding: 10px 0 10px;
    background: #f0f0f0;
    cursor: pointer;
}

#LeftZone > span.LZv0m.ID {
    margin: 2px;
    margin-top: -23px;
    font-weight: 600;
    min-width: 42px;
    text-align: center;
}

.mainbalrur0, .mainbalbtc0, .mainballtc0, .mainbalgst0 {
    vertical-align: middle;
}

.MNa {
    background-position: -96px -16px;
}

.Minimized .MNa {
    background-position: -32px -16px;
}

div.div.hi {
    cursor: pointer;
    text-shadow: #000 0 0 5px;
}

    div.div.hi.opened {
        text-shadow: #fcf8f5 0 0 5px;
    }

div.div img.toggle {
    background: url(/Content/images/sprite.png) no-repeat -19px -234px;
    width: 7px;
    height: 11px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

    div.div img.toggle.opened {
        background: url(/Content/images/sprite.png) no-repeat -19px -249px;
        width: 7px;
        height: 11px;
    }

img.Currency.Qiwi {
    background: url(/Content/images/sprite.png) no-repeat -16px -402px;
    width: 32px;
    height: 18px;
    vertical-align: bottom;
    margin-top: -2px;
}

img.Currency.BTC {
    background: url(/Content/images/sprite.png) no-repeat -16px -448px;
    width: 32px;
    height: 18px;
    vertical-align: bottom;
    margin-top: -2px;
}

img.Lot.Map {
    background: url(/Content/images/sprite.png) no-repeat 0 -116px;
    width: 16px;
    height: 16px;
}

img.Lot.Image {
    background: url(/Content/images/sprite.png) no-repeat -16px -116px;
    width: 16px;
    height: 16px;
}

img.NoteNote {
    background: url(/Content/images/sprite.png) no-repeat -26px -134px;
    width: 12px;
    height: 12px;
    vertical-align: bottom;
}

/* Стили для футера */
.postheader {
    height: 10px;
    display: block;
    clear: both;
}

.prefooter {
    height: 1px;
    display: block;
    clear: both;
}

footer {
    background-color: #212121;
    bottom: 0;
    box-shadow: 0 0 2px #111111;
    display: block;
    height: 50px;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 100;
}

    footer a.stuts, a.stuts:visited {
        border: none;
        text-decoration: none;
        font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
        color: #fcfcfc;
        font-size: 14px;
        line-height: 14px;
        position: absolute;
        top: 25px;
    }

        footer a.stuts:hover {
            color: #4280af;
        }

    footer .stuts span {
        font-size: 20px;
        font-weight: 600;
        margin-left: 5px;
    }

#submitchat {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 50px;
    display: block;
    margin: 0;
    width: 85px;
}

.trgr_ls {
    display: inline-block;
    vertical-align: middle;
    background: url(/Content/images/sprite.png) no-repeat;
    background-position: -316px -160px;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    cursor: pointer;
}

    .trgr_ls.hor {
        background-position: -342px -160px;
    }

div.mini, span.mini, .mini a {
    display: inline-block;
    font-size: 10px;
    color: #a09c9c;
    /*vertical-align: bottom;*/
}

.my .mini.dt {
    color: #8a8a8a8a;
}

.trgr_ls_hor .mini.dt {
    display: inline-block;
    padding-right: 5px;
}

.mini span {
    display: inline-block;
    font-size: 10px;
}

div.mini a, span.mini a {
    font-size: 10px;
    color: #a09c9c;
}

.BestSeller span.mini {
    color: #616161;
}

span.sellerNick {
    font-weight: 500;
    font-size: 10px;
}

.LotDes {
    position: relative;
    max-width: 720px;
    display: block;
    cursor: zoom-out;
    padding-left: 120px;
}

    .LotDes.Cl {
        /*float: left;*/
        overflow: hidden;
        white-space: nowrap;
        font-size: 9px;
        cursor: zoom-in;
        max-height: 14px;
    }

    .LotDes b {
        /*margin-left: 120px;*/
    }

    .LotDes.Cl .LotDesB {
        display: inline-block;
    }

    .LotDes .LotDesB {
        display: block;
    }

.MsgCntnr {
    margin-top: 5px;
    overflow: hidden;
}

div.MsgCntnr.my {
    background: #D8CAA8;
}

.MsgCntnr:nth-child(2n+1) {
    background: #eaeaea;
}

.MsgCntnr.best .msgtxt {
    text-shadow: rgba(0, 152, 255, 0.64) 0 0 1px;
}

.MsgCntnr.long_spoiled .msgtxt {
    padding-bottom: 35px;
}

.long_spoil {
    position: absolute;
    bottom: 0;
    background: #2d2e2e;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    padding: 7px;
    text-shadow: none;
    font-weight: bold;
    cursor: pointer;
}

.MsgCntnr.long_spoiled:not(.long_opened) .msgtxt .long_spoil.cls {
    display: none;
}

.MsgCntnr.long_spoiled.long_opened .msgtxt .long_spoil.opn {
    display: none;
}

.MsgCntnr.long_spoiled:not(.long_opened) .msgtxt {
    max-height: 320px;
}

.msgtitle {
    display: inline-block;
    width: 175px;
    margin: 5px 0 0 0;
    vertical-align: top;
    padding: 0 5px 5px 5px;
}

.trgr_ls_hor .msgtitle {
    display: block;
    width: unset;
    /*max-width: 650px;*/
    padding: 0 5px 0 5px;
}

.msgtitle span.mini {
    display: block;
}

.trgr_ls_hor .msgtitle span.mini {
    display: inline-block;
    vertical-align: top;
}

.msgtxt {
    display: inline-block;
    width: 600px;
    vertical-align: text-bottom;
    word-wrap: break-word;
    word-break: keep-all;
    color: #2d2d2d;
    padding: 5px;
    position: relative;
    line-height: 15px;
}

.trgr_ls_hor .msgtxt {
    display: block;
    width: unset;
}

.msgtxt br {
    clear: both;
}

.unreaded .msgtxt {
    background: rgba(255, 255, 255, 0.6);
    min-height: 16px;
}

.deleted .msgtxt {
    color: gray;
}

.msgtxtc {
    display: inline-block;
    width: 600px;
    /*min-height: 35px;*/
    padding: 5px;
    padding-right: 15px;
    text-decoration: none;
}

.trgr_ls_hor .msgtxtc {
    display: block;
    width: unset;
    padding-right: 5px;
    padding-top: 0;
}

a.msgtxtc span.msgtxt {
    max-height: 203px;
    overflow: hidden;
}

    a.msgtxtc span.msgtxt.nomaxH, span.reporttext.nomaxH {
        max-height: none;
    }

.msgtxt.safe {
    color: #080;
}

.showMorec {
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
}

.reporttext {
    max-height: 375px;
    overflow: visible;
}

.showMore, .showMoreWM {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    color: #006cbd;
    margin-top: -8px;
}

.showMoreWM {
    margin: 0;
}

    .showMore:hover, .showMoreWM:hover {
        background: #ece8e5;
        text-decoration: underline;
    }

.prioMSG.MsgCntnr:hover, .MsgCntnr:hover, .MsgCntnr.current {
    background-color: #e2e2e2;
}

a.msgtxtc.unr .msgtxt {
    background-color: rgba(255, 255, 255, 0.6);
}


a.uID.mod {
    color: #008000;
}

a.uID.ulBstSlr {
    color: #8d0aae;
}

a.uID.ulSlr {
    color: #006CBD;
}

a.uID.ulStwr {
    color: #006CBD;
}

a.uID.ulRglr {
    color: #363942;
}

a.uID.ulBnnd {
    color: #fff;
    background: #c10000;
    text-decoration: none;
}

a.uID.ulViceAdmin {
    color: #d70000;
}

a.uID.ulTrump {
    color: #f08000;
}

.msgtxt .msgtxtd, .BReport .msgtxtd, .GReport .msgtxtd {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 5px;
}

.msgtxt:hover .msgtxtd, .BReport:hover .msgtxtd, .GReport:hover .msgtxtd,
.current .msgtxtd, .current .msgtxtd, .current .msgtxtd, .db {
    display: block;
}

.msgtxt .msgtxtd:hover, .BReport .msgtxtd:hover, .GReport .msgtxtd:hover {
    background: #fcf8f5;
    cursor: pointer;
}

div.clear {
    height: 0px;
    position: relative;
    clear: both;
    display: block;
}

.dellotphoto {
    cursor: pointer;
}

.deleteThisRid {
    cursor: pointer;
}

    .deleteThisRid:hover {
        color: red;
    }

.description {
    color: #232323;
    margin-top: 0;
    font-size: xx-small;
}

.descrCont:nth-child(2n) {
    background: #e2e2e2;
}

.msgtarea {
    display: block;
    height: 62px;
    overflow-wrap: break-word;
    overflow-x: hidden;
    overflow-y: hidden;
    resize: none;
    vertical-align: middle;
    margin-bottom: 5px;
    padding-right: 90px;
}

    .msgtarea.blue {
        background: #5ca3dc;
    }

.msgF {
    margin: 0;
    vertical-align: top;
    position: relative;
}

.AutoEnc {
    background: #ddffdd;
}

.WORKPAG {
    clear: both;
    position: relative;
    overflow: visible;
    background: #f0f0f0;
}

.paper {
    margin-left: 0;
    vertical-align: top;
    display: inline-block;
    /*max-width: 80%;*/
    position: relative;
    min-height: 850px;
    padding-left: 213px;
}

.Minimized + .paper {
    padding-left: 50px;
}

.paper > h2, .paper .cid2f {
    display: none;
}

div.empty5px {
    display: block;
    clear: both;
    height: 5px;
}

div.empty10px {
    display: block;
    clear: both;
    height: 2px;
}

#descriarea.opttarea {
    width: 695px;
    height: 190px;
}

.prioMSG, .MsgCntnr.prioMSG {
    background: #d2dee4;
}

.LSUnr {
    background: url(/Content/images/sprite.png) no-repeat;
    background-position: -65px -40px;
    vertical-align: text-bottom;
    width: 12px;
    height: 12px;
    margin: 0 1px 1px 1px;
}

.MenuCounter {
    position: absolute;
    bottom: -2px;
    left: -6px;
    line-height: 10px;
    padding: 0 2px 0 2px;
    background-color: #1A87C2;
    color: #000;
    font-size: 10px;
}

.LotInTable .RrowGu.inactive div {
    display: none;
}

.LotInTable .RrowCi.inactive div {
    display: none;
}

.LotInTable .RrowNa.inactive div {
    display: none;
}

.LotInTable .RrowCp.inactive div {
    display: none;
}

.LotInTable .RrowWe.inactive div {
    display: none;
}

.LotInTable .RrowBo.inactive div {
    display: none;
}

.LotInTable .RrowTo.inactive div {
    display: none;
}

.LotInTable .RrowZa.inactive div {
    display: none;
}

.LotInTable .RrowDt.inactive div {
    display: none;
}

.LotInTable .RrowBu.inactive div {
    display: none;
}

.LotInTable .RrowDe.inactive div {
    display: none;
}

.SelLotStatus {
    display: inline-block;
    width: 200px;
    padding: 5px;
    padding-bottom: 1px;
}

a.LotsStatusHidden, a.LotsStatusShowed, a.LotsStatusSelled, a.LSStatus {
    display: inline-block;
    width: 150px;
    background: #FFF;
    padding: 5px;
    color: #000;
}

    a.LotsStatusHidden.current {
        background: #800080;
        color: #fff;
    }

    a.LotsStatusShowed.current {
        background: green;
        color: #fff;
    }

    a.LotsStatusSelled.current {
        background: black;
        color: #fff;
    }

a.LSStatus {
    width: unset;
    background: none;
}

    a.LSStatus:hover {
        background: #b5b5b5;
    }

    a.LSStatus.current {
        background: #232323;
        color: #f7efea;
    }

.UDSho {
    border-bottom: 4px solid red;
}

.USho {
    border-bottom: 4px solid green;
}

.USe {
    border-bottom: 4px solid black;
}

.UDSho:hover, .UDSho.active {
    background: red;
    color: white;
}

.USho:hover, .USho.active {
    background: green;
    color: white;
}

.USe:hover, .USe.active {
    background: black;
    color: white;
}

table tr.LotIsAGift td {
    color: #aaa;
}

table tr.LotVote0 td:first-child {
}

table tr.LotVoteNo td:first-child {
    color: #fff;
    background: #900000;
}

table tr.LotVoteYes td:first-child {
    color: #fff;
    background: #009000;
}

div.LSA {
    padding: 2px 6px 5px 5px;
    font-size: 10px;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
}

    div.LSA span {
        font-size: 10px;
    }

    div.LSA.alert {
        background: #000;
        color: #f00;
    }

    div.LSA.none {
        display: none;
    }

#lADT {
    display: none;
}

.VoteLot {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    width: 50px;
    height: 25px;
    line-height: 12px;
    cursor: pointer;
    border: 3px solid #ECE8E5;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 0 10px 0 0;
}

    .VoteLot.Ok {
        background: green;
    }

    .VoteLot.NotOk {
        background: red;
        font-size: 9px;
    }

    .VoteLot.Ok.ON {
        background: #56a556;
        color: white;
        border: 3px solid green;
    }

    .VoteLot.NotOk.ON {
        background: #ffe4e4;
        color: black;
        border: 3px solid red;
    }

    .VoteLot.Ok.OFF, .VoteLot.NotOk.OFF {
        background: none;
        color: gray;
        border-right: 3px solid gray;
    }

    .VoteLot.Ok.OFF {
        border-bottom: 3px solid red;
    }

    .VoteLot.NotOk.OFF {
        border-top: 3px solid green;
    }

    .VoteLot.OFF:hover {
        border-color: gray;
        color: gray;
    }

    .VoteLot:hover {
        border-color: gray;
        color: white;
    }

.VotedLot {
    padding: 5px;
    color: white;
    max-width: 56px;
}

    .VotedLot.Ok {
        background: green;
    }

    .VotedLot.NotOk {
        background: red;
    }

    .VotedLot.M {
        width: 10px;
        display: inline-block;
        padding: 0px 1px 0px 3px;
    }

td.VoteLotOk, td.VoteLotNotOk {
    text-align: right;
    padding-right: 0;
}

td.VoteLotNotOk {
    border-top: green;
    vertical-align: top;
    padding-top: 0;
}

tr.LotInTable td.VoteLotOk, tr.lit td.VoteLotOk {
    border-bottom: none;
    vertical-align: bottom;
    padding-bottom: 0;
}

.MyLotReportTarea {
    vertical-align: text-top;
    display: block;
}

    .MyLotReportTarea[data-vote='-1'], .MyLotReportTarea.red {
        background: #ffe4e4;
    }

    .MyLotReportTarea[data-vote='1'], .MyLotReportTarea.green {
        background: #d5ecd5;
    }

.paperdown {
    width: 680px;
}

.lotaction {
    text-align: right;
}

    .lotaction div {
        padding: 5px 5px 0 5px;
        display: inline-block;
        text-align: right;
    }

.LotInTable.selected .a.button.ChLoSt, .lit.selected .a.button.ChLoSt, .LotInTable.selected .button.delete, .lit.selected .button.delete {
    background: #008ecf5c;
}

.lotaction div span {
    font-size: 9px;
}

.inpbet {
    width: 50px;
}

.mkbet {
    cursor: pointer;
}

.GReport span.reporttext {
    word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
    color: #529a00;
    display: inline-block;
    vertical-align: bottom;
    text-shadow: rgba(24, 62, 30, 0.12) 0 0 1px;
}

.BReport span.reporttext {
    word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
    color: #e60000;
    display: inline-block;
    vertical-align: bottom;
    text-shadow: rgba(70, 52, 52, 0.21) 0 0 1px;
}

.repdt {
    display: inline-block;
    font-size: 9px;
    float: right;
}

.repcn, .repdt {
    color: #8a8a8a;
}

.repIDNI {
    vertical-align: top;
    width: 128px;
    display: inline-block;
}

div.repo_bg:nth-child(2n+1) {
    background: #80808021;
}

div.GReport, div.BReport {
    display: block;
    overflow: hidden;
    position: relative;
    /*border-top: 1px dotted #e2e2e2;*/
    padding: 5px;
}

.report_reply_tarea {
    display: block;
    width: 320px;
}

.new_reply.show {
    cursor: pointer;
}

.report_reply_but {
    display: inline-block;
    width: 115px;
    margin-top: 5px;
    margin-right: 5px;
}

.repo_repl {
    position: relative;
    padding: 5px;
    background: #848484;
    background: #84848457;
    margin: 5px 5px 5px 10px;
    border-radius: 3px;
}

    .repo_repl .repdt {
        color: #222;
    }

.repl_title, .repl_body {
    color: #222;
}

@media only screen and (max-width : 345px) {
    .report_reply_tarea {
        width: 100%;
    }

    .report_reply_but {
        display: block;
        width: 100%;
        margin: 5px 0 0;
        padding: 10px 0;
    }
}

.orderlist, .myactiveorders, .orderhistory, .activeandhist {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

    .orderlist ul, .myactiveorders ul, .orderhistory ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

span.nowr.dib.pd5.current, span.nowr.dib.pd5.current:hover, span.nowr.dib.pd5.current a {
    background: #2d2e2e;
    color: #ddd;
}

span.nowr.dib.pd5:hover {
    background: #6f6f6f3b;
}

.order {
    margin-bottom: 1px;
}

.orderlist li span, .myactiveorders li span, .orderhistory li span, .fmono {
    font-family: Consolas, Verdana, monospace;
}

.orderlist li > span, .myactiveorders li > span, .orderhistory li > span {
    display: inline-block;
    width: 93px;
    background: #e4e0dd;
    margin-right: 1px;
}

.myactiveorders li:first-child > span, .orderhistory li:first-child > span {
    background: #d6d3d1;
}

.orderlist ul.sell li.order:nth-child(2n) span.decimal, .orderlist ul.buy li.order:nth-last-child(2n) span.decimal, .myactiveorders li.order:nth-child(2n) span.decimal, .orderhistory li.order:nth-child(2n) span.decimal {
    background: #f0f0f0;
    background: #f0f0f026;
}

.orderlist ul.buy li.order.own span.decimal, .orderlist ul.sell li.order.own span.decimal {
    background: #ccc8c5;
    background: #ccc8c53b;
}

.myactiveorders ul li span.date, .orderhistory ul li span.date {
    width: 140px;
    line-height: 14px;
}

.myactiveorders ul li span.action, .orderhistory ul li span.action {
    width: 35px;
    text-decoration: none;
    vertical-align: bottom;
    line-height: 14px;
    font-size: 11px;
}

.tradeGrap {
    display: inline-block;
    height: 160px;
    width: 300px;
}

.tradeGrap_canvas {
    display: inline-block;
    height: 160px;
    width: 300px;
}

.action > a {
    display: block;
    text-align: center;
}

.selecttitlecity, .selecttitlecityA {
    background: #26282e;
    font-weight: 600;
    padding: 0;
    border: 0;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}

    .selecttitlecity option.nothing, .selecttitlecityA option.nothing, .graynothing {
        color: #797979;
    }

.selecttitlecity {
    color: #999;
    font-size: 12pt;
    margin-top: 2px;
}

.selecttitlecityA {
    background: #ECE8E5;
}

.divsellercity {
    width: 150px;
    float: left;
    font-size: 11px;
}

a.addsellercitybinding {
    clear: both;
    float: left;
}

div.edtble input[type="text"] {
    width: 100px;
}

.qr {
    width: 150px;
    height: 150px;
    padding: 10px;
    background: #fff;
}

.cryptocur .addr {
    background: #fff;
    padding: 5px;
    margin: 5px 0;
    user-select: all;
    word-break: break-all;
}

.page_tab_index {
    padding: 10px 0 3px 5px;
}

.page_tab {
    display: none;
}

    .page_tab.highlight {
        margin-left: 5px;
        padding: 5px 10px;
    }

    .page_tab.active {
        display: inline-block;
    }

        .page_tab.active.block {
            display: block;
        }

.payMethod {
    cursor: pointer;
    padding: 9px;
}

    .payMethod:hover {
        background: #e2e2e2;
    }

.sQ {
    color: #FF8000;
    vertical-align: baseline;
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 0 2px;
}

.sIwi {
    color: #007DAF;
    font-size: 7px;
    vertical-align: baseline;
    font-weight: 600;
    margin: 0 2px 0 -1px;
}

.payMethod.inactive .sQ {
    color: #c7af96;
}

.payMethod.inactive .sIwi {
    color: #89aebd;
}

.payMethod.inactive .sB {
    color: #fff;
    background: #bbbbbb;
}

#LeftZone.Minimized .bgR {
}

.mainbalrur1 {
    background: none;
    color: #e27200;
    padding: 2px;
}

#LeftZone.Minimized .bgB {
    background: #ff8000 !important;
}

.bgB:hover, .bgL:hover, .bgG:hover,
.bgB.current, .bgL.current, .bgG.current,
.fwn:hover, .fwn.current {
    opacity: 0.9;
}

.mainbalbtc1 {
    background: #ff8000;
    color: #000;
    padding: 2px;
}

#LeftZone.Minimized .bgL {
    background: #bebebe !important;
}

.mainballtc1 {
    background: #bebebe;
    color: #000;
    padding: 2px;
}

#LeftZone.Minimized .bgG {
    background: #af161a !important;
}

.mainbalgst1 {
    background: #af161a;
    color: #000;
    padding: 2px;
}

.sC, .sCRM, .sR, .sRUR, .sUSD, .sB, .sBTC, .sBTCLN, .sBCH, .sLTC, .sDASH, .sZEC, .sDOGE, .sETH, .sG, .sGST {
    font-family: Consolas, Arial, monospace;
    font-size: 11px;
    font-weight: 600;
    vertical-align: baseline;
    padding: 1px 2px 1px 2px;
    margin: 0 2px;
}

.sC, .sCRM {
    color: #a41eff;
    font-weight: 500;
}

.sR, .sRUR {
    color: #e27200;
    font-weight: 500;
}

.sUSD {
    color: #6b8068;
    font-weight: 500;
}

.sB, .sBTC {
    color: #fff !important;
    background: #ff8000;
}

.sBTCLN {
    color: #fff !important;
    background: #ff8000;
}

.sBCH {
    color: #fff !important;
    background: #669919;
}

.sL, .sLTC {
    color: #fff !important;
    background: #bebebe;
}

.sDASH {
    color: #fff !important;
    background: #1d71b8;
}

.sZEC {
    color: #111 !important;
    background: #ffbf20;
}

.sDOGE {
    color: #fff !important;
    background: #ba9f33;
}

.sETH {
    color: #fff !important;
    background: #707070;
}

.sG, .sGST {
    color: #f7f7f7 !important;
    background: #af161a;
    /*font-family: GostBStandard;*/
}

@font-face {
    font-family: "GostBStandard";
    src: url("/Content/fonts/GostBStandard.eot");
    src: url("/Content/fonts/GostBStandard.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/GostBStandard.woff") format("woff"), url("/Content/fonts/GostBStandard.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

div#LeftZone a.div.current span.sG {
    color: #fff;
    background: #af161a;
}

/*balance_history*/
.bh_c_dt,
.bh_c_currency,
.bh_c_amount,
.bh_c_balance,
.bh_c_action {
    display: inline-block;
    vertical-align: text-top;
    padding: 5px;
}

.bh_r {
    text-align: center;
}

    .bh_r:nth-child(2n) {
        background: #cccccc33;
    }

.bh_c_dt {
    min-width: 103px;
}

.bh_c_amount {
    width: 128px;
    word-break: break-all;
}

.bh_c_currency {
    min-width: 30px;
    padding-top: 4px;
    padding-right: 0;
    text-align: right;
}

.bh_c_balance {
    min-width: 107px;
    text-align: left;
}

.bh_c_action {
    text-align: left;
    min-width: 240px;
}

.bh_c_nowrap {
    display: inline-block;
}

.bals_and_chart.fixed {
    position: fixed;
    background: #ffffffde;
    top: 0;
    z-index: 150;
}

.fl {
    float: left;
}
/*balance_history*/

.ID {
    float: left;
    margin: 2px;
    font-weight: 600;
}

.d2 form#language {
    line-height: 34px;
}

.col2 ul {
    list-style-position: inside;
    -moz-column-count: 3; /* Firefox */
    -webkit-column-count: 3; /* Safari and Chrome */
    column-count: 3;
    margin: 0;
    padding: 0;
}

.col2 li {
    list-style-type: none;
    padding: 0 10px 0 0;
}

td.opa10 {
    opacity: 1;
}

td.opa9 {
    opacity: 1;
}

td.opa8 {
    opacity: 0.5;
}

td.opa7 {
    opacity: 0.5;
}

td.opa6 {
    opacity: 0.5;
}

td.opa5 {
    opacity: 0.1;
}

td.opa4 {
    opacity: 0.1;
}

td.opa3 {
    opacity: 0.1;
}

td.opa2 {
    opacity: 0.1;
}

td.opa1 {
    opacity: 0.1;
}

td.opa0 {
    opacity: 0.2;
}

    td.opa8, td.opa8 span, td.opa8 a, td.opa7, td.opa7 span, td.opa7 a, td.opa6, td.opa6 span, td.opa6 a, td.opa5, td.opa5 span, td.opa5 a, td.opa4, td.opa4 span, td.opa4 a, td.opa3, td.opa3 span, td.opa3 a, td.opa2, td.opa2 span, td.opa2 a, td.opa1, td.opa1 span, td.opa1 a, td.opa0, td.opa0 span, td.opa0 a {
        color: transparent;
        text-shadow: 0 0px 1px #000;
    }

b.Shade1 {
    opacity: 0.75;
}

    b.Shade1 a {
        color: transparent;
        text-shadow: 0 0px 1px #232323;
        opacity: 0.5;
    }

    b.Shade1 .sellerNick {
        text-shadow: none;
    }

.msgtxt.Shade1 a img, .Shade1 .msgtxt a img, .Shade1 .msgtxt {
    color: transparent;
    text-shadow: 0 0px 1px #636363;
    opacity: 0.25;
}

.rating {
    margin-left: 10px;
}

    .rating .val {
        padding-left: 5px;
        padding-right: 5px;
    }

.like, .dislike, .like_direct, .dislike_direct {
    display: inline-block;
    background: url(/Content/images/sprite.png) no-repeat;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.dislike, .dislike_direct {
    background-position: -156px -159px;
}

    .disliked .dislike, .dislike:hover, .disliked .dislike_direct, .dislike_direct:hover {
        background-position: -156px -184px;
    }

.like, .like_direct {
    background-position: -182px -156px;
}

    .liked .like, .like:hover, .liked .like_direct, .like_direct:hover {
        background-position: -182px -182px;
    }

.wholike, .whodislike {
    position: absolute;
    top: -10px;
    left: 20%;
}

.wholike {
    color: green;
}

.whodislike {
    color: red;
}

.AddMem, .DelMem, .LeaveMem {
    font-family: Arial, Helvetica, Tahoma, sans-serif, Verdana;
    text-decoration: none;
    border: 1px solid #404040;
    color: #f5f3f2;
    display: inline-block;
    height: 20px;
    width: 21px;
    vertical-align: middle;
    line-height: 20px;
    padding: 1px 2px 2px 2px;
}

a.AddMem:hover {
    background: #1A87c2;
    border: 1px solid #a5c7da;
}

a.LeaveMem:hover {
    background: #981010;
    border: 1px solid #e47575;
}

.LeaveMem {
    padding: 0px 2px 3px 2px;
}

.MemActions {
    position: relative;
    line-height: 11px;
    font-size: 24px;
    display: inline-block;
    margin-right: 7px;
    text-align: center;
}

.slltd {
    border-left: 5px solid gray;
    background: #9c9c9c;
    color: white;
}

.rtrnd {
    position: relative;
    right: 1px;
    bottom: 1px;
    background: #ab00ff;
    color: #fff;
    cursor: pointer;
    padding: 2px;
}

.rtrn {
    position: relative;
    right: 1px;
    bottom: 1px;
    background: #fff;
    color: #ab00ff;
    cursor: pointer;
    padding: 2px;
}


.icon_secure_lock {
    display: inline-block;
    background: url(/Content/images/sprite.png) no-repeat;
    background-position: -15px -268px;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    position: relative;
}

div.headmenu div.d2 {
    height: auto;
    text-align: right;
}

    div.headmenu div.d2 a.mpa {
        text-decoration: none;
        color: #a0a0a0;
        width: auto;
        margin-right: 10px;
        margin-top: 8px;
        background-color: #232323;
        line-height: 27px;
        padding: 0 10px;
        border: 1px solid #505050;
        display: inline-block;
    }

        div.headmenu div.d2 a.mpa:hover {
            color: #fff;
            border: 1px solid #b7b7b7;
            background-color: #363942;
        }

a.mpa {
    text-decoration: none;
    color: #a9d6ef;
    width: auto;
    margin: 3px 4px 3px 5px;
    background-color: #1a87c2;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid #5199c1;
    display: inline-block;
}

    a.mpa:hover {
        color: #fff;
        border: 1px solid #bbd2de;
    }

div.headmenu div.d2 a.mpa.chngLng {
    margin: 3px 2px 0px 1px;
    line-height: 26px;
}

.IMiniGlassObmen {
    position: absolute;
    left: 1px;
    top: -57px;
}

span.btc {
    display: inline-block;
    font-size: 30pt;
    padding: 5px;
    margin: 0px;
}

div.tobuycontent, div.tosellcontent, div.tocontent, div.requisite {
    background: #151515;
    padding-top: 10px;
    padding-bottom: 25px;
    display: none;
}

span.IMiniGlassSum {
    width: 52px;
    display: inline-block;
    text-align: right;
}

span.IMiniGlassRes {
    width: 74px;
    display: inline-block;
}

.IMiniGlassBuy, .IMiniGlassSell {
    display: inline-block;
    padding: 10px;
}

span.IMiniGive {
    display: inline-block;
    width: 46px;
}

span.IMiniTake {
    display: inline-block;
    width: 70px;
}

span.IMiniGive, span.IMiniTake {
}

span.IMiniTake {
    display: inline-block;
    width: 70px;
    height: 10px;
    overflow: visible;
    position: relative;
}

.IMiniGlassBuy {
    margin-left: -180px;
}

span.cardRed, span.cardBlk {
    display: inline-block;
    border: 1px solid #cacaca;
    border-bottom: none;
    background: #fffaf0;
    min-width: 33px;
    padding: 3px 0 3px 4px;
    border-radius: 3px 3px 0px 0px;
    color: red;
    font-weight: 600;
}

span.cardBlk {
    color: black;
}

.spoilClose.spoilShowOnOpen.spoilCancel {
    display: none;
    color: #b30202;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: -14px;
}

    .spoilClose.spoilShowOnOpen.spoilCancel:hover {
        background: #b30202;
        color: #fff;
    }

.spoilClose.spoilShowOnOpen.spoilSave {
    display: none;
    color: #006CBD;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: -14px;
}

    .spoilClose.spoilShowOnOpen.spoilSave:hover {
        background: #006CBD;
        color: #fff;
    }


input[list="AllBuyers"] {
    width: 5em;
    border: none;
}

select.listhints {
    width: 5em;
    margin: 0;
    margin-left: -5.75em;
}

.contUPLOAD {
    display: inline-block;
    padding: 0 5px 0 0;
}

    .contUPLOAD input[type=button] {
        width: 80px;
        margin: 0 5px 0 0;
    }

.uploading_photo {
    position: relative;
}

.progress {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.progress-ring__circle {
    stroke-dasharray: 10 20;
    transition: stroke-dashoffset 0.35s;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.progress-text {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.DialogMember {
    white-space: nowrap;
}

a.accent {
    color: #fff;
    background: #000;
}

.imgAtt {
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}

.ui-icon.ui-icon-comment, .ui-icon.ui-icon-mail-closed {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 8px;
    background-position: -83px -101px;
    background-color: rgba(255, 227, 33, 0.65);
}

.formtd2.statka {
    position: relative;
    width: 75px;
}

span.statkaper {
    position: absolute;
    bottom: -7px;
    left: 0;
    font-size: 10px;
    width: 55px;
}


.mutechat .ui-icon {
    background-position: -128px -160px;
}

.mutechat.active {
}

    .mutechat.active .ui-icon {
        background-position: -144px -160px;
    }

div.headmenu.Minimized div.d1 h2 {
    padding-left: 10px;
}

.qq-gallery .qq-upload-button.qq-upload-button-hover {
    color: #111;
}

.Linker.selected {
    color: inherit;
}

.Linker, .Adder, .Saver {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 7px;
    background: white;
    color: #b1b1b1;
    cursor: pointer;
    user-select: none;
}

    .Saver .Input {
        cursor: text;
        color: #000;
        min-width: 30px;
    }

    .Saver .Input, .Saver .Submit, .Saver .Cancel, .Saver .Delete {
        display: inline-block;
        padding: 7px;
        vertical-align: top;
    }

.Saver {
    padding: 0;
}

.Submit {
    padding: 0 5px;
}

.Linker.active {
    color: #eaf8ff;
    background: #1a87c2;
}

.Linker:hover, .Adder:hover {
    color: #1a87c2;
}

.Linker.active:hover {
    color: #fff;
}

.LiveShowcaseCity {
    padding: 5px 5px 0 5px;
    display: inline-block;
}

.SH_API_H1 {
    padding-left: 25px;
    display: block;
    position: relative;
}

.active .SH_API_H1 {
}

.SH_API_H2 {
    padding-left: 204px;
    display: block;
    position: relative;
    z-index: 9;
}

.SH_API_LotInfo {
    display: block;
    overflow: hidden;
    vertical-align: top;
    padding-left: 55px;
    text-align: right;
}

    .SH_API_SellerInfo, .SH_API_LotInfo .LotName {
        display: inline-block;
        overflow: hidden;
        padding: 5px;
        vertical-align: top;
    }

.SH_API_SellerInfo {
    min-width: 139px;
    position: absolute;
    z-index: 10;
}

.SH_API_LotInfo .lotname {
    display: inline-block;
}

.SH_API_Row .additions {
    display: block;
}

span.SH_API_LotDistricts {
    vertical-align: top;
    text-align: center;
}

.a_btn, .SH_API_Row .city, .SH_API_Row .district, .city, .LiveShowcaseCity .cityo, .SH_API_Row .ybtn, .SH_API_Row .nbtn, .SH_API_Row .have_coupon_btn, .page_tab_index > span {
    display: inline-block;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 11px;
    cursor: pointer;
    line-height: 12px;
}

.a_btn {
    padding: 7px;
    font-size: 11px;
}

    .a_btn:hover, .SH_API_Row .city:hover, .SH_API_Row .district:hover, .city.active, .city:hover, .LiveShowcaseCity .cityo:hover, .SH_API_Row .ybtn:hover, .SH_API_Row .nbtn:hover, .page_tab_index > span.active, .page_tab_index > span:hover, .page_tab.highlight {
        background-color: #fff;
        border-color: #fff;
    }


.SH_API_Row .ask_buy {
    display: block;
    line-height: 20px;
}

.ask_buy .ask_buy_btns {
    padding: 5px 0 3px 0;
}

.SH_API_Row .ybtn {
    color: green;
}

.SH_API_Row .nbtn {
    color: red;
}

.SH_API_Row .have_coupon_btn {
    color: cornflowerblue;
}

.cpn_code_inputs {
    white-space: nowrap;
}

.cpn_code_inp, .cpn_code_btn {
    vertical-align: top;
    font-size: 10px;
    padding: 5px;
    line-height: 13px;
}

.cpn_code_inp {
    width: 110px;
    font-family: monospace;
    font-size: 15px;
    height: 25px;
    text-align: center;
}

.cpn_code_btn {
    width: unset;
    border-left: none;
    cursor: pointer;
}

    .cpn_code_btn:focus {
        border-left: none;
    }

.error {
    color: red;
}

.success {
    color: green;
}

.bg_qty_1 {
    background: #4aaa275c;
}

.bg_qty_2 {
    background: #1291855e;
}

.bg_qty_3 {
    background: #2a7fd96e;
}

.bg_qty_4 {
    background: #5f00ae6b;
}

.bg_qty_5 {
    background: #ce21735c;
}

.bg_qty_6 {
    background: #ff000059;
}

.bg_qty_7 {
    background: #eb580854;
}

.SH_API_Row .costs {
    text-align: right;
    font-weight: 400;
    display: inline-block;
    min-width: 199px;
    position: absolute;
}

    .SH_API_Row .costs .min, .SH_API_Row .costs .max {
        display: block;
    }

.SH_API_Row .district, .SH_API_Row .cost {
    display: inline-block;
    padding: 5px;
    font-weight: 400;
    font-size: 10px;
    white-space: nowrap;
    height: 12px;
}

    .SH_API_Row .district.active {
        background: #fff;
    }

.SH_API_Row {
    display: block;
    position: relative;
    padding: 5px 5px 0 12px;
    border-bottom: 1px solid #e2e2e2;
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    padding-right: 0;
    max-width: 900px;
    background-position: 5px 2px;
}

    .SH_API_Row .toBuy {
        position: absolute;
        right: 0;
        top: 5px;
        display: block;
        padding: 5px;
    }

    .SH_API_Row.isBest {
        background-color: #fff;
        border-bottom: 1px solid #f0f0f0;
        border-top: 0;
    }

        .SH_API_Row.isBest:nth-child(2n) {
            background-color: #fff;
        }

    .SH_API_Row:nth-child(2n) {
        background-color: rgba(226, 226, 226, 0.5);
    }

    .SH_API_Row.isBest .SH_API_LotInfo a {
        color: #006CBD;
    }

    .SH_API_Row .SH_API_LotInfo a {
        padding: 5px;
        color: #363942;
        margin: 0 5px 5px 192px;
        line-height: 12px;
        border: 1px solid transparent;
        float: left;
    }

        .SH_API_Row .SH_API_LotInfo a:hover {
            background-color: #fff;
        }

span.SH_API_Row.active, span.SH_API_Row.isBest.active {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.02);
}

.SH_API_ShowMore {
    display: block;
    min-height: 17px;
}

.SH_API_SMUser {
    float: left;
}

.SH_API_SMLDescription .imgAtt {
    padding: 0 10px 5px 0;
    /*display: block;*/
}

.imgAtt img {
    /*filter: drop-shadow(0 0 1px #ddd);*/
    display: block;
    white-space: nowrap;
}

.SH_API_SMLDescription {
    display: block;
    background: #ffffff;
    padding: 5px;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
}

.SH_API_SMLComments {
    display: block;
}

.SH_API_SMCommentsItem {
    padding: 5px 5px 5px 23px;
    position: relative;
    display: block;
    min-height: 14px;
}

span.SH_API_SMCommentsItem.plus {
    color: #5a9400;
}

span.SH_API_SMCommentsItem.minus {
    color: #d20000;
}

.SH_API_SMCVoteA {
    position: absolute;
    top: 2px;
    left: 5px;
    width: 13px;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
}

.SH_API_SMCUserRow {
    position: relative;
    display: block;
    padding-bottom: 5px;
}

.SH_API_SMCUserA {
    position: absolute;
}

.SH_API_SMCText {
    display: block;
    padding-left: 174px;
}

.SH_API_SMCTextHead, .SH_API_SMCTextBody, .SH_API_SMCTextFooter {
    display: block;
    max-width: 524px;
}

.SH_API_SMUstatus {
    display: block;
}

.SH_API_SMUs {
    display: inline-block;
    min-width: 53px;
}

.SH_API_SMUser {
    display: block;
    width: 222px;
    vertical-align: top;
    position: absolute;
    left: 30px;
    top: 18px;
}

.SH_API_SMLotInfo {
    display: block;
    vertical-align: top;
    padding-left: 285px;
}

.lotPreview {
    padding: 5px;
}

input.notSaved, textarea.notSaved, span.notSaved {
    border: 1px solid;
    border-color: #1a87c2;
    background: #1a87c2;
    background: #1a87c254;
}

.lotDescription {
    display: block;
    width: 100%;
}

a.addDesc, a.divDesc {
    display: inline-block;
}

.LotInTable.selected td, .lots_table > .lit.selected {
    background: #e0eef5;
    background: #4b93cc45;
}

img.qq-thumbnail-selector {
    cursor: pointer;
}

.ads {
    display: none;
}

.hideAttention {
    border: 1px solid gray;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
}

.asksmax, .bidsmax {
    cursor: pointer;
    display: block;
    padding: 4px 0 6px;
}

.sellcont, .buycont {
    height: 90px;
    overflow: hidden;
    display: block;
    position: relative;
}

    .sellcont.maxi, .buycont.maxi {
        height: 224px;
    }

.orderlist ul.sell {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.orderlist ul.buy {
    position: absolute;
    top: 0;
    width: 100%;
}

span.decimal {
    position: relative;
    display: inline-block;
    min-height: 14px;
    vertical-align: bottom;
    margin-right: 1px;
    overflow: hidden;
}

.decimal span.left {
    display: inline-block;
    width: initial;
    min-width: 49px;
    text-align: right;
    position: absolute;
    background: none;
    right: 28px;
    line-height: 15px;
    font-size:12px !important;
}

.decimal span.right {
    display: inline-block;
    width: initial;
    text-align: left;
    position: absolute;
    background: none;
    left: 64px;
    top: 2px;
    font-size: 10px;
    color: #6d6d6d;
}

span.uidOnlCont {
    display: inline;
    line-height: 14px;
    /*position: relative;*/
    overflow: hidden;
    white-space: nowrap;
    /*vertical-align: text-top;*/
}

.addinfo > canvas.onl {
    position: relative;
    overflow: hidden;
    width: 10px;
    height: 10px;
}

.addinfo {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .addinfo > .crm {
        font-weight: 100;
        font-size: 11px;
        vertical-align: inherit;
        padding: 0px 3px 0 0;
        user-select: none;
        color: #888888;
        color: #888888c4;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

    .addinfo > .nick {
        font-weight: 400;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

.mini .addinfo > .crm, .mini .addinfo > .nick {
    font-size: 10px;
}

.mini span.uidOnlCont {
    bottom: 0;
}

.msgtxt .mini canvas.addinfo {
    height: 10px;
    margin-bottom: 2px;
}

a.uID {
    padding: 0px 1px 0px 1px;
    text-decoration: none;
}

.a {
    cursor: pointer;
}

canvas.addinfo {
    vertical-align: text-bottom;
    padding-right: 3px;
    margin-bottom: 1px;
}

.msgtitle canvas.addinfo {
    margin-bottom: 1px;
}

.msgtxt canvas.addinfo {
    margin-bottom: 1px;
}

span.secti {
    display: inline-block;
    padding: 5px;
    background: #fff;
    cursor: pointer;
    margin: 5px;
    margin-right: 0;
}

.rouletteResult {
    padding: 5px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: 0;
}

    .rouletteResult.black, .bgblack {
        background: black;
        background: #000000cc;
    }

    .rouletteResult.red, .bgred {
        background: #be0000;
        background: #ee0000cc;
    }

    .rouletteResult.green, .bggreen {
        background: #006100;
        background: #007000dd;
    }

.Logo {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 157px;
    height: 25px;
}

    .Logo .LP, .ws_painter .LP {
        position: absolute;
    }

.Lbg0 {
    background: #000;
}

.Lbggray, .Lbg1 {
    background: #7b7b7b;
}

.Lbgred, .Lbg2 {
    background: #eb0000;
}

.Lbgyellow, .Lbg3 {
    background: #e28314;
}

.Lbggreen, .Lbg4 {
    background: #00c400;
}

.Lbgblue, .Lbg5 {
    background: #0064ec;
}

.Lbgmagenta, .Lbg6 {
    background: #7b00d1;
}


canvas.roulette {
    -webkit-transition: -webkit-transform 2s ease-out;
    display: inline-block;
    vertical-align: middle;
}

.bets {
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .bets table {
        width: 200px;
        min-width: 200px;
        border-spacing: 0;
    }

    .bets td {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        color: #eee;
        font-size: 10px;
        font-weight: 600;
        line-height: 20px;
        position: relative;
        text-align: center;
        vertical-align: middle;
    }

        .bets td.num {
            width: 35px;
            height: 35px;
            padding: 0;
        }

.bet {
    position: absolute;
    width: 13px;
    height: 13px;
    z-index: 100;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.5);
}

    .bet:hover {
        border: 1px solid #fff;
        background: rgba(26, 135, 194, 0.9);
    }

.bet_ {
    top: 10px;
    left: 10px;
}

.bet_n {
    top: -8px;
    left: 10px;
}

.bet_ne {
    top: -8px;
    right: -8px;
}

.bet_s {
    bottom: -8px;
    left: 10px;
}

.bet_e {
    top: 10px;
    right: -8px;
}

.bet_se {
    right: -8px;
    bottom: -8px;
}

.iCo {
    color: #808080;
}

span.makeBet {
    display: inline-block;
    background: #008000;
    color: #FFF;
    padding: 10px;
    width: 120px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 6px;
}

input.betval {
    width: 60px;
    text-align: center;
    margin-right: 10px;
}

span.FP, span.FP span, span.FP a {
    font-size: 10px;
    white-space: nowrap;
    bottom: -1px;
    vertical-align: bottom;
}

.nowr span:nth-child(1) {
    margin-right: 0;
    margin-left: 0;
    text-decoration: none;
}

.nowr span:nth-child(2) {
    margin-left: 0;
}

.selectors a {
    text-decoration: none;
    display: inline-block;
    overflow: visible;
    vertical-align: bottom;
}

span.FP {
    display: block;
    clear: both;
}

span.roulResScel {
    position: relative;
    display: block;
    padding-left: 27px;
    min-height: 12px;
}

span.toper {
    position: absolute;
    top: -7px;
    left: 13px;
    font-size: 9px;
    display: block;
}

.h0l404 {
    display: table-cell;
}

.s0l404 {
    display: none;
}

@media only screen and (max-width : 1100px) {
    .contUPLOAD input[type=button] {
        width: 70px;
    }

    .MemActions {
        top: 1px;
    }

    .selecttitlecity {
        height: 22px;
        line-height: 22px;
    }

    div#LeftZone.Minimized {
        display: none;
    }

    .headmenu .LZv0m.expander {
        display: none;
    }

    .headmenu.Minimized .LZv0m.expander {
        display: inline-block;
        color: #fff;
        line-height: 11px;
        background: #232323;
        text-align: left;
        vertical-align: top;
    }

    .d2 form#language {
        line-height: inherit;
    }

    div.headmenu div.d2 a.mpa {
        line-height: 27px;
        margin: 5px 5px 0 0;
    }

        div.headmenu div.d2 a.mpa.chngLng {
            line-height: 20px;
            margin: 2px 3px 0 0;
        }

    .LZh0m {
        display: none;
    }

    div.headmenu div.d1 h2, div.headmenu div.d2 {
        line-height: 26px;
        padding-left: 10px;
    }

    .paper {
        padding-left: 50px;
    }

    .Minimized + .paper {
        padding-left: 5px;
    }

    div#LeftZone.Minimized {
        text-align: right;
        margin: 0;
        border-left: 0;
        border-right: 0;
    }

    div.headmenu.Minimized {
        height: 26px;
    }

    div.headmenu div.d2 a {
        line-height: normal;
    }

    div.headmenu {
        height: 26px;
    }

        div.headmenu.Minimized div.d1 {
            text-align: left;
            left: 0;
        }

            div.headmenu.Minimized div.d1 h2 {
                display: inline-block;
            }

    div#LeftZone img.MMenu.MMinimize {
        background-position: -910px -52px;
        float: right;
    }

    div#LeftZone .div.LZNavi {
        top: -28px;
        right: -16px;
    }

    div.headmenu div.d1 {
        left: 60px;
    }

    div#LeftZone {
        width: 46px;
        margin-left: 0px;
        margin-top: 0;
        margin-bottom: -37px;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

        div#LeftZone .LZh0m {
            display: none;
        }

        div#LeftZone .LZv0m {
            display: block;
            line-height: 20px;
            margin: 5px;
            margin-top: 0;
            margin-bottom: 0;
            background-size: 1280px;
        }

        div#LeftZone span.LZv0m {
            display: inline;
            line-height: 20px;
        }

        div#LeftZone .LZv0m.bigf {
            font-size: 15pt;
            line-height: 16px;
        }

        div#LeftZone a.div {
            display: inline-block;
            text-decoration: none;
        }

            div#LeftZone a.div.inversy, div#LeftZone a.div.inversy1 {
                margin: 2px;
                float: left;
                background: #2d2e2e;
                color: #f1f1f1;
                height: 20px;
                line-height: 20px;
                padding: 0;
                vertical-align: top;
                font-weight: 600;
            }

            div#LeftZone a.div.inversy {
                text-align: center;
                width: 20px;
                margin-right: 0px;
            }

            div#LeftZone a.div.inversy1 {
                padding-left: 5px;
                padding-right: 5px;
                margin: 0;
                border-top: 1px solid #676767;
                font-size: 10px;
            }

    .MMinimize {
        padding: 8px 0 7px;
    }

    .Minimized .MemActions {
        display: none;
    }
}

@media only screen and (max-width : 930px) {

    div.headmenu div.d1 h2 {
        font-size: 12pt;
    }
}

@media only screen and (max-width : 1000px) {
    div.headmenu div.d1 {
        left: 1px;
    }

    .paper {
        max-width: initial;
        display: block;
        padding-left: 5px;
    }

    div.formtable {
        width: auto;
    }

    .formtd1, .formtd1t {
        width: 150px;
    }

    .leftpanel {
        position: relative;
        display: none;
    }
    /*.rightpanel { position: relative; display: none; }*/
    div#LeftZone {
        position: relative;
        width: 100%;
        text-align: right;
        margin: 0;
        border-left: 0;
        border-right: 0;
    }

        div#LeftZone img.MMenu.MMinimize {
            float: left;
        }

        div#LeftZone .div.LZNavi {
            position: absolute;
            left: 0;
            padding: 0;
            width: 26px;
            top: -26px;
            cursor: pointer;
        }

        div#LeftZone a.div.inversy1 {
            border-top: 1px solid #676767;
            border-left: 1px solid #676767;
        }

        div#LeftZone > b.balance {
            float: left;
            padding: 5px 0 0 7px;
            font-size: 0;
        }

    .div.LZNavi img {
        margin: 0;
    }

    .msgtxtc {
        display: block;
        width: auto;
        padding-right: 5px;
    }

    .msgtitle {
        display: block;
        margin: 5px 0 0 0;
        padding-top: 5px;
        width: auto;
    }

        .msgtitle span.mini {
            margin: 0 10px 0 10px;
            display: inline-block;
        }

    .msgtxt {
        display: block;
        width: auto;
        word-break: break-word; /*break-all*/
        overflow: hidden;
    }

    .paperdown {
        width: 100%;
    }

    #LeftZone > span.LZv0m.ID {
        padding-left: 29px;
        font-weight: 600;
        text-align: left;
    }

    .LotDes {
        max-width: 500px;
    }

    :not(.Minimized) .MMinimize {
        padding: 7px 5px 6px 6px;
    }

    :not(.Minimized) .MNa {
        background-position: -18px -16px;
    }

    .MemActions {
    }

    div.headmenu div.d1 h2 {
        padding-left: 74px;
    }

    div#LeftZone a.div.inversy {
        margin: 0;
        padding: 0 5px;
        border-top: 1px solid #676767;
        border-left: 1px solid #676767;
    }
}

@media screen and (max-width: 820px) {
    .paper table {
        min-width: initial;
    }

    div.headmenu div.d1 h2 {
        font-size: 8pt;
    }

    .MemActions a {
        font-size: 12pt;
    }

    a.LotsStatusHidden, a.LotsStatusShowed, a.LotsStatusSelled {
        width: 122px;
    }

    .SH_API_SMLotInfo {
        padding-left: 0;
        padding-top: 0;
        margin-top: 14px;
    }

    .SH_API_SMUs {
        font-size: 10px;
    }

    .active .SH_API_H2 {
        padding-bottom: 26px;
    }
}

@media screen and (max-width: 710px) {
    div.IMiniGlassBuy {
        margin-left: 0;
    }

    span.closespoiler.cancel, span.openspoiler.edit, .unispoilopen, .unispoilclose, .mutechat, span.spoilercon.button, .spoilercon input {
        margin-top: 15px;
        margin-right: 10px;
    }

    #uploader {
        margin-top: 20px;
    }
}

@media screen and (max-width: 670px) {
    .MemActions {
        position: relative;
    }

    nav {
        height: auto;
        border-bottom: 0;
    }

        nav ul {
            width: 100%;
            display: block;
            height: auto;
        }

        nav li {
            float: left;
            position: relative;
        }

            nav li img.MMenu {
                width: 1px;
                height: 1px;
            }

        nav a {
            width: auto;
            padding-right: 5px;
        }

    .d1 h2 {
        display: none;
    }

    .paper .cid2f {
        display: inline-block;
        padding: 0;
    }

    div.headmenu.Minimized div.d1 h2 {
        display: none;
    }

    .paper > h2 {
        display: block;
        padding: 0;
        text-align: center;
    }

    .IMiniGlassSell .IMiniGlassObmen {
        position: absolute;
        left: -3px;
        top: -57px;
    }

    .ui-icon.ui-icon-comment, .ui-icon.ui-icon-mail-closed {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 13px;
        background-position: -79px -99px;
        background-color: rgba(255, 227, 33, 0.65);
    }

    div.headmenu div.d2 a.mpa.chngLng, div.headmenu div.d2 a.olou {
        display: none;
    }

    .MemActions {
        left: 0;
    }

    .Logo {
        position: relative;
        left: 0;
        top: 0;
    }
}

@media only screen and (max-width : 660px) {
    .SH_API_Row {
        padding-left: 0;
        padding-right: 0;
    }

        .SH_API_LotInfo, .SH_API_SellerInfo, .SH_API_Row .cities, .SH_API_Row .SH_API_LotDistricts, .SH_API_Row .costs, .SH_API_SMUser, .SH_API_H1, .active .SH_API_H1, .SH_API_H2, .active .SH_API_H2, .SH_API_SMUser, .SH_API_SMLotInfo, .SH_API_SMCUserA, .SH_API_SMCText {
            display: block;
            width: inherit;
            max-width: inherit;
            text-align: center;
            padding: 0;
            position: relative;
            top: 0;
            left: 0;
            margin: 0;
        }

        .SH_API_Row .city, .SH_API_Row .district {
            float: none;
        }

        .SH_API_Row .SH_API_LotInfo a {
            margin: 0;
        }

    span.SH_API_SMLComments, span.SH_API_SMCText, span.SH_API_SMCUserA {
        text-align: left;
    }

    .cities .city, .SH_API_Row .cities .cityo {
        margin-bottom: 5px;
    }

    .SH_API_Row .costs .min, .SH_API_Row .costs .max {
        display: inline-block;
        padding: 5px;
    }

    .h0l404 {
        display: none;
    }

    .s0l404 {
        display: table-cell;
    }

    .SH_API_SMUser {
        width: inherit;
        display: block;
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width : 490px) {

    .formtd1, .formtd1t {
        width: 100px;
    }

    .msgtitle span.mini {
        margin-top: 0;
        display: inline-block;
    }

    .imgAtt {
        padding: 0;
        max-height: 300px;
        overflow: hidden;
    }

        .imgAtt img {
            width: 100%;
            max-width: 490px;
        }

    .a_btn, .SH_API_Row .city, .SH_API_Row .district, .city, .LiveShowcaseCity .cityo, .SH_API_Row .ybtn, .SH_API_Row .nbtn, .SH_API_Row .have_coupon_btn, .cpn_code_inp, .cpn_code_btn, .page_tab_index > span, .page_tab input.adv_c_create_deal {
        padding: 8px;
        height: unset;
    }

    .cpn_code_inp {
        height: 31px;
    }

    .cpn_code_inputs {
        white-space: normal;
    }
}

@media only screen and (max-width : 480px) {
    nav li img.MMenu {
        width: 26px;
        height: 26px;
    }

    nav li span {
        display: none;
    }

    nav li a {
        padding-left: 5px;
    }

    .formtd1, .formtd1t {
        display: block;
        clear: both;
        text-align: left;
        width: auto;
    }

    .formtd2 input[type="text"], .formtd2 input[type="password"], .formtd2 textarea, .photoupper, .formtd2a input[type="text"], .formtd2a textarea, .formtd2 select, .formtd2a select, .formtd2 input[type="button"], .formtd2 input[type="submit"] {
        max-width: initial;
        width: 100%;
        margin: auto;
        display: block;
        border-right: 0;
        border-left: 0;
        text-align: center;
    }

    .formtd2, .formtd2 div, .formtd2a {
        display: block;
        padding: 0;
        width: inherit;
    }

        .formtd2 input[type="submit"] {
            width: inherit;
        }

    .d2 form#language {
        line-height: initial;
        width: 64px;
    }

    .formtd2.statka {
        height: 23px;
    }

    .SH_API_Row .costs {
        text-align: center;
        position: relative;
        display: block;
        top: 0;
        right: 0;
    }

    span.statkaper {
        bottom: 3px;
    }
}

@media only screen and (max-width : 420px) {
    span.makeBet {
        display: block;
        margin-top: 21px;
        margin-bottom: 10px;
        padding: 10px;
    }
}

@media only screen and (max-width : 320px) {
    .contUPLOAD {
        padding: 0;
        float: right;
    }

        .contUPLOAD input[type=button] {
            width: 65px;
            border: 1px solid #d4d0c8;
        }

    nav li {
        display: block;
    }

    input#submitchat {
        position: relative;
        display: block;
        height: inherit;
        right: 0;
        top: 0;
        margin: auto;
        width: 100%;
        padding: 10px;
        margin-top: 10px;
    }

    .msgtarea {
        min-height: 30px;
        width: 100%;
        overflow-x: hidden;
        word-wrap: break-word;
        height: 50px;
        margin: 0;
        border-bottom: 0;
        padding: 0;
    }

    .prefooter {
        height: 0px;
    }

    footer {
        box-shadow: none;
        position: relative;
        clear: both;
        display: block;
        padding-left: 0;
    }

    .howtoadd {
        width: 100%;
    }

    .paperdown {
        width: 100%;
    }

    .msgF {
        margin: 0;
    }

    div.headmenu div.d2 a {
        width: 32px;
    }
}

@media only screen and (max-width : 300px) {
    .IMiniGlassObmen {
        display: none;
    }

    span.IMiniTake {
        display: none;
    }
}

tr.LotInTable:hover .palette, tr.lit:hover .palette {
    display: inline-block;
}

.palette {
    display: none;
    position: absolute;
    left: 10px;
    top: 0px;
    background: #dcd8d5;
    padding: 0;
}

    .palette span.c1, .palette span.c2, .palette span.c3, .palette span.c4, .palette span.c5, .palette span.c6 {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 8px;
        margin: 0 3px 0 2px;
        border: 1px solid black;
    }

    .palette span.c1 {
        background: #f00;
    }

    .palette span.c2 {
        background: #0f0;
    }

    .palette span.c3 {
        background: #00f;
    }

    .palette span.c4 {
        background: #000;
    }

    .palette span.c5 {
        background: #fff;
    }

    .palette span.c6 {
        background: none;
    }

tr.c1 td, div.lit.c1 {
    background: #ff180030;
}

tr.c2 td, div.lit.c2 {
    background: #40ff002b;
}

tr.c3 td, div.lit.c3 {
    background: #3f73db40;
}

tr.c4 td, div.lit.c4 {
    background: #9797976e;
}

tr.c5 td, div.lit.c5 {
    background: #f5f3f3;
}

tr.c6 td, div.lit.c6 {
    background: none;
}

.Attention {
    display: inline-block;
    background: navajowhite;
    color: #000000;
    padding: 5px;
    margin: 5px;
    max-width: 600px;
}

.Attention1 {
    margin: 0;
    background: navajowhite;
    max-width: none;
    border: none;
}

.Attention .mini {
    color: #000;
}

._uID {
    display: block;
    background: #fff;
    padding: 3px;
    cursor: pointer;
    opacity: 0.7;
}

div._uID:hover {
    opacity: 1;
}

._uID .del, ._uID .edt {
    display: none;
    padding: 5px;
    cursor: pointer;
}

._uID:hover .del, ._uID.cur .del {
    display: block;
    position: absolute;
    left: -52px;
    top: -4px;
    z-index: 404;
}

._uID:hover .edt, ._uID.cur .edt {
    display: block;
    position: absolute;
    left: -27px;
    top: -4px;
    z-index: 404;
}

._uID:hover .ui-icon-gripsmall-diagonal-se, ._uID.cur .ui-icon-gripsmall-diagonal-se {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}

._uID .del:hover {
    display: block;
    position: absolute;
    left: -52px;
    top: -4px;
    z-index: 404;
    background: #ff8787;
}

._uID .edt:hover {
    display: block;
    position: absolute;
    left: -27px;
    top: -4px;
    z-index: 404;
    background: #74b6d5;
}

._uID pre {
    overflow-x: hidden;
    height: 100%;
}

img.smile {
    vertical-align: sub;
    margin-bottom: -4px;
    margin-right: -1px;
    margin-left: -1px;
    margin-top: -6px;
}

.myactiveorders span.Tdireciton, .orderhistory span.Tdireciton {
    width: 40px;
}

span.Tdireciton.up {
    color: red;
    line-height: 14px;
}

span.Tdireciton.down {
    color: green;
    line-height: 14px;
}

.TorderCost {
    text-align: right;
}

.formborder {
    border: 1px solid #cecdcd;
}

.emoji {
    width: 16px;
    height: 16px;
    padding: 0 0 0 0;
    vertical-align: -4px;
}

.sctotop {
    bottom: 58px;
    cursor: pointer;
    display: none;
    font-size: 12pt;
    padding: 5px 2px;
    position: fixed;
    right: 0;
    background: #232323;
    color: white;
    width: 80px;
    height: 25px;
}

.tradeGrap text {
    font-size: 10px;
}

.recourcedLN {
    display: block;
    padding: 5px;
    border-left: 1px dotted gray;
}

/*CASINO*/
.mc0 {
    color: #c30000;
}

.mc1 {
    color: #e28314;
}

.mc2 {
    color: #005d00;
}

.mc3 {
    color: #0064ec;
}

.mc4 {
    color: #4500af;
}

.bj_score {
    color: #eee;
    padding: 0 5px;
    border-radius: 3px;
}

    .bj_score.on {
        background: #000;
        background: #00000066;
    }

.busted .bj_score, .lose .bj_score {
    color: #ff1f1f;
    background: #000c;
}

.win .bj_score {
    color: #000;
    /*border: 1px solid #ffcb00;*/
    background: #ffcb00;
}

/*CASINO_END*/

span.RealTime {
    display: inline-block;
    border: 1px dotted #d8caa8;
    padding: 3px;
}

/*shorters*/
div.db, span.db {
    display: block;
}

.us_a {
    user-select: all;
}

.c_g {
    color: green;
}

.c_r {
    color: red;
}

div.dib, span.dib, .dib {
    display: inline-block;
}

.vat {
    vertical-align: top;
}

.vam {
    vertical-align: middle;
}

.vab {
    vertical-align: bottom;
}

.oh {
    overflow: hidden;
}

div.pr, span.pr {
    position: relative;
}

div.pa, span.pa {
    position: absolute;
}

div.lt, span.lt {
    left: 0;
    top: 0;
    padding: 0;
}

div.pt0, span.pt0 {
    padding-top: 0;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px;
}

.pr5 {
    padding-right: 5px;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px;
}

.pb10i {
    padding-bottom: 10px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl50 {
    padding-left: 50px;
}

.pl100 {
    padding-left: 100px;
}

.pl150 {
    padding-left: 150px;
}

.pl200 {
    padding-left: 200px;
}

.db.pr {
    padding-top: 0;
}

.p5101010 {
    padding: 5px 10px 10px 10px !important;
}

span.db.pa.lt.pt0 {
    padding-left: 5px;
    /*background: #f0f0f0;*/
    padding-right: 5px;
}

.zoom > span.left, span.left.zoom {
    min-width: 10px;
    line-height: 15px;
    left: 0;
    right: auto;
}

.zoom > span.right, span.right.zoom {
    position: absolute;
    left: 10px;
    font-size: 11px;
    top: 1px;
    line-height: 13px;
}


/*v p2pEXCHANGE*/
.page_tab input, .page_tab textarea, .page_tab select {
    margin: 0 0 5px 5px;
    display: block;
    padding: 5px;
}

.page_tab input {
    height: 26px;
}

.page_tab select {
    height: 26px;
}

.ads_board_list > div {
    text-align: center;
}

span.adv_c_action {
    min-width: 70px;
}

.ads_board_list > div > span,
.ads_board_list > div > span.adv_c_lili > span,
.my_ads_cont > div > span,
.pay_method > span {
    display: inline-block;
    padding: 9px;
}

    .ads_board_list > div > span.adv_c_lili {
        padding: 0;
    }

.ads_board_calc.ab_to_buy {
    text-align: center;
}

span.nowrap {
    display: inline-block;
}

.slct {
    user-select: all;
}

.ads_board_calc input, .ads_board_calc select {
    display: inline-block;
    width: 90px;
    height: 27px;
    vertical-align: middle;
}

.ads_board_calc select {
    width: 60px;
}

.ads_board_calc input[type=button] {
    cursor: pointer;
}

.my_ads_cont > div:nth-child(2n), .ads_board_list > div:nth-child(2n),
.deals_list > div:nth-child(2n) {
    background: #00000014;
}

.ads_board_list > div:first-child, .my_ads_cont > div:first-child > span {
    font-weight: 600;
}

.my_ads_cont > div > .adv_c_active {
    min-width: 63px;
}

    .my_ads_cont > div > .adv_c_active.act {
        color: red;
        cursor: pointer;
    }

        .my_ads_cont > div > .adv_c_active.act.on {
            color: green;
        }

.ads_board_list > div > span.adv_c_uid {
    min-width: 190px;
}

.ads_board_list > div > span.adv_c_perc, .my_ads_cont > div > span.adv_c_perc {
    min-width: 60px;
}

.ads_board_list > div > span.adv_c_perc {
    /*display: none;*/
    /*color:red;*/
}

.ads_board_list > div > span.adv_c_price, .my_ads_cont > div > span.adv_c_price {
    min-width: 73px;
}

.ads_board_list > div > span.adv_c_lili > span.adv_c_limi, .my_ads_cont > div > span.adv_c_limi {
    min-width: 49px;
}

.ads_board_list > div > span.adv_c_lili > span.adv_c_lima, .my_ads_cont > div > span.adv_c_lima {
    min-width: 55px;
}

.ads_board_list > div > .adv_c_to_pay {
    min-width: 73px;
}

.ads_board_list > div > .adv_c_pm, .my_ads_cont > div > span.adv_c_pm {
    min-width: 120px;
}

.ads_board_list > div > .adv_c_currency, .my_ads_cont > div > span.adv_c_currency {
    min-width: 50px;
}

.my_ads_cont > div > span.adv_c_del {
    min-width: 56px;
}

.my_ads_cont > div > span.adv_c_edit {
    min-width: 90px;
}

.ads_board_list > div > span.adv_h_terms, .my_ads_cont > div > span.adv_h_terms {
    display: none;
}

.ads_board_list > div > .adv_c_action.act, .my_ads_cont > div > span.adv_c_del.act, .my_ads_cont > div > span.adv_c_edit.act {
    cursor: pointer;
    color: gray;
}

.ads_board_list > div > .adv_c_action.act {
    color: green;
    font-weight: 600;
}

    .ads_board_list > div > .adv_c_action.act:hover {
        color: #000;
    }

.my_ads_cont > div > span.adv_c_edit.act:hover {
    color: blue;
}

.my_ads_cont > div > span.adv_c_del.act:hover {
    color: red;
}

.ads_board_about span.adv_c_label, .ads_board_about span.adv_c_label_info,
.deals_list span.deal_c_label, .deals_list span.deal_c_label_info {
    font-weight: 600;
    display: inline-block;
    min-width: 140px;
    padding: 5px;
}

.ads_board_about span.adv_c_label_info, span.deal_c_label_info {
    display: block;
}

.pointer {
    cursor: pointer;
}

.ads_board_about .adv_c_uid, .ads_board_about .adv_c_perc, .ads_board_about .adv_c_price, .ads_board_about .adv_c_limi, .ads_board_about .adv_c_lima, .ads_board_about .adv_c_to_pay, .ads_board_about .adv_c_to_get, .ads_board_about .adv_c_pm,
.deals_list .deal_c_uid, .deals_list .deal_c_perc, .deals_list .deal_c_price, .deals_list .deal_c_limi, .deals_list .deal_c_lima, .deals_list .deal_c_to_pay, .deals_list .deal_c_to_get, .deals_list .deal_c_pm {
    display: inline-block;
    padding: 0 0 5px 5px;
    min-width: 140px;
}

.ads_board_about .color_err {
    color: red;
}

.ads_board_about input.adv_c_to_pay, .ads_board_about input.adv_c_to_get,
.deals_list input.deal_c_to_pay, .deals_list input.deal_c_to_get {
    padding: 5px;
    min-width: unset;
    width: 80px;
    margin-right: 60px;
    margin-left: 0;
}

input.adv_c_to_pay:disabled, input.adv_c_to_get:disabled,
input.deal_c_to_pay:disabled, input.deal_c_to_get:disabled {
    background: none;
    border: none;
    margin-bottom: 0;
}

.ads_board_about input.adv_c_create_deal {
    width: 125px;
    cursor: pointer;
}

.ads_board_about span.adv_c_terms,
.deals_list span.deal_c_terms {
    padding: 0 5px 5px 5px;
    word-break: break-word;
    max-width: 269px;
    display: block;
}

span.adv_c_label,
span.deal_c_label {
    text-align: right;
    padding: 0 0 5px 5px;
}

.deals_list .deal_c_dyn, .deals_list .deal_c_dt {
    max-width: 274px;
    padding: 5px;
}

.deal_c_dt > .c {
    display: inline-block;
    min-width: 74px;
    text-align: right;
    padding-right: 5px;
}

.deal_c_dyn .deal_c_type_number {
    display: none;
}

.deal_c_dyn .info {
    margin-bottom: 5px;
}

.deal_c_dyn textarea {
    width: 100%;
    margin: 5px 0 5px;
}

.deal_c_dyn input[type="button"] {
    width: unset;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px 5px 0;
}

.blinking_tab {
    animation: blinkingsimple 2s linear infinite;
}

@keyframes blinkingsimple {
    0% {
    }

    30% {
        border-color: #1A87C2;
    }

    100% {
    }
}

/*.mytable {
            display: table;
        }
        .myrow {
            display: table-row;
        }*/
.mycell {
    display: table-cell;
    vertical-align: top;
}

.column1 {
    display: table-column;
    background-color: green;
}

.column2 {
    display: table-column;
}

span.pm_c_id {
    text-align: right;
    min-width: 23px;
}

span.pm_c_save {
    color: green;
    cursor: pointer;
}

span.pm_c_del {
    color: red;
    cursor: pointer;
}

span.pm_c_add {
    color: blue;
    cursor: pointer;
}

/*@media only screen and (max-width : 560px) {
    .page_tab_index.p2p_ex_index {
        padding-left: 0;
    }
}*/

@media only screen and (max-width : 520px) {
    .mytable, .myrow, .mycell {
        display: block;
    }

    .ads_board_about input.adv_c_create_deal {
        margin: auto;
    }
}

@media only screen and (max-width : 309px) {
    span.adv_c_label,
    span.deal_c_label {
        text-align: left;
    }
}
/*^ p2pEXCHANGE*/
.hs {
    display: inline-block;
    width: 2px;
    height: 1px;
}
