/* Баланс, платежи */

.payments-wrapper {
    border-collapse: collapse;
    width: 705px;
    border: 1px solid #ccc;
}

.payments-wrapper p {
    color: #666666;
}

.payments-wrapper td.row {
    padding: 15px;
    border: 1px solid #ccc;
}

#add-money {
    width: 144px;
    margin-top: 5px;
    height: 32px;
    background: url('/img/add.money.png') no-repeat;
}

.on-my-balance {
    font-size: 12px;
    margin-top: 12px;
}

.on-my-balance .value {
    color: #33cc00;
    font-size: 17px;
}

#payments-menu {
    margin: 20px 0 10px 0;
    height: 39px;
    width: 570px;
    font-size: 13px;
}

#payments-menu a {
    color: #3399ff;
    position: relative;
    top: 7px;
    left: 5px;
    padding: 25px 6px 10px 6px;
    text-shadow: 0px 1px 0px white;
}

#payments-menu a.selected {
    text-decoration: none;
    color: white;
    text-shadow: 0px -1px 0px #0c49ce;
}

.tarif-list {
    width: 100%;
}

.sms-tarif-list {
    width: 85%;
    margin-bottom: 12px;
}

.sms-tarif-settings {
    font-size: 13px;
}

.sms-tarif-settings select {
    width: 200px;
}

.sms-tarif-settings ul {
    margin: 4px 0;
    list-style-type: none;
}

.sms-tarif-settings ul li ul {
    padding-left: 12px;

}

.sms-tarif-settings li {
    margin-bottom: 6px;
}

.tarif-list td {
    text-align: center;
    padding: 8px;
    font-size: 12px;
    vertical-align: middle;
}

.tarif-list tr.first-row:first-child td {
    background: #f1f9ff;
    vertical-align: middle;
    color: #9ea1a3;
}

.tarif-name {
    font-weight: bold;
    font-size: 15px;
}

.tarif-list td:first-child {
    text-align: left;
    padding-left: 20px;
    color: #5b5b5b;
    font-size: 15px;
}

.tarif-list td.hover {
    background: #ebebeb !important;
}

.change-tarif a {
    font-size: 16px;
}

.change-tarif a:hover {
    font-weight: bold;
    color: #0066cc;
}

.current-tarif {
    background: #fafafa;
    vertical-align: middle;
    color: #b3b3b3;
    font-size: 11px;
}

#my-payments-toggler {
    background: url('/img/control.blue.png') 100px 3px no-repeat;
    height: 30px;
    cursor: pointer;
}

#my-payments-toggler.opened {
    background: url('/img/control.blue.asc.png') 100px 3px no-repeat;
}

#my-payments table {
    width: 675px;
}

#my-payments table th, #my-payments table td {
    font-size: 12px;
    padding: 8px 12px;
}

#my-payments table tr.gray td {
    background: #f6f6f6;
}

#my-payments table tr td {
    background: #fff;
}

#my-payments table td.amount {
    width: 150px;
    text-align: right;
}

#my-payments table td.amount img {
    margin-right: 10px;
}

#my-payments table th {
    background: #dcdcdc;
    text-shadow: 0px 1px 0px white;
    color: #808080;
}

.make-promote {
    background: url('/img/makeorder.png') no-repeat !important;
    display: block;
    width: 144px;
    cursor: pointer;
    height: 32px;
}

.promote-form, .promote-add {
    font-size: 12px;
}

.promote-form p {
}

.promote-form table {
    width: 685px;
    margin: 12px 0;
}

.promoting-offers tr.gray td {
    background: #f6f6f6;
}

.promoting-offers tr td {
    padding: 15px;
    background: #fafafa;
}

.promoting-offers tr td input[type=checkbox] {
    margin-right: 6px;
}

.prices td {
    padding: 2px;
}

.prices .price {
    font-weight: bold;
    color: red;
    font-size: 18px;
    white-space: nowrap;
    text-align: right;
}

.prices label {
    background: white;
    position: relative;
    left: -2px;
}

.prices input[type=radio] {
    margin-right: 3px;
}

.prices .dotted {
    width: 650px;
    background: url('/img/dots.png') 0px 17px repeat-x;
}

.promote-add b {
    display: block;
    margin: 20px 0 10px 0;
}

.promote-add input[type=submit] {
    margin-top: 18px;
}

.promote-add p.description {
    color: black;
    margin: 12px 0;
    width: 550px;
}

.add-editor {
    width: 500px;
}

.add-editor #text-remain, .add-editor #title-remain {
    color: #ccc;
}

.add-editor input[type=text] {
    width: 206px;
}

.add-costs {
    width: 570px;
    text-align: center;
}

.add-costs td {
    width: 50px;
    padding: 10px 5px;
    background: #fafafa;
}

.add-costs td.gray {
    background: #f6f6f6;
}

.add-costs td.th {
    width: 200px;
    background: #dcdcdc;
    padding-left: 20px;
    text-align: left;
    color: #969696;
    text-shadow: 0px 1px 0px white;
}

#confirm-payment, #add-money {
    cursor: pointer;
}

#choose-sms-tarif, #choose-sms-options {
    color: red;
    font-size: 12px;
    display: none;
}

#pay-for-sms {
    background: url('/img/button.blue.old.png') no-repeat;
    width: 144px;
    height: 32px;
}

#receive-new-aucs td {
    padding: 5px 0;

}