/**** /css/style.css ****/

body {
    background: #e5e5e5;
    margin: auto;
    text-align: center;
    font-family: Tahoma;
    font-size: 10pt;
    color: #000;
}
#rs_body {
    width: 960px;
    text-align: left;
    margin: 0 auto 20px auto;
}
a {
    color: #c1272d;
}
form {
    margin: 0;
    padding: 0;
}

.link-action,
.action-link {
    color: #c1272d;
    cursor: pointer;
    border-bottom: 1px dashed #c1272d;
    text-decoration: none;
}
p {
    line-height: 16pt;
}

ul {
    margin: 0;
    padding: 0;
    margin-top: -10pt;
    line-height: 16pt;
    list-style: none;
}
ul.margin_top {
    margin-top: 0;
}
ul li {
        padding-left: 20px;
        list-style: none;
        background: url("/img/li.png") no-repeat 0 10px;
    }
        ul li ul {
            margin-top: 0;
        }

h2 {
    font-size: 15pt;
    font-weight: normal;
}
h2 span {
    margin-right: 20px;
}

img {
    border: 0;
}

div.clear {
    clear: both;
}

.red {
    color: #c1272d;
}
.left {
    float: left;
}
.right {
    float: right;
}

.dbtn-red-sm {
    background: #a60002 url('/img/dbtn-tl.png') no-repeat top left;
    cursor: pointer;
    
    
    margin: auto;
    position: relative;
    z-index: 9;
}
    .dbtn-red-sm div {
        background: transparent url('/img/dbtn-tr.png') no-repeat top right;
    }
        .dbtn-red-sm div div {
            background: transparent url('/img/dbtn-br.png') no-repeat bottom right;
        }
            .dbtn-red-sm div div div {
                background: transparent url('/img/dbtn-bl.png') no-repeat bottom left;
                font-size: 13px;
                padding: 10px 0;
            }
                .dbtn-red-sm div div div span {
                    color: #fff;
                }
.dbtn-red {
    background: #a60002 url('/img/dbtn-tl.png') no-repeat top left;
    cursor: pointer;
    
    
    margin: 10px 0;
}
    .dbtn-red div {
        background: transparent url('/img/dbtn-tr.png') no-repeat top right;
    }
        .dbtn-red div div {
            background: transparent url('/img/dbtn-br.png') no-repeat bottom right;
        }
            .dbtn-red div div div {
                background: transparent url('/img/dbtn-bl.png') no-repeat bottom left;
                font-size: 15px;
                padding: 10px 40px;
                text-align: center;
            }
            .dbtn-red div div div a {
                text-decoration: none;
            }

            .dbtn-red div div div span {
                    color: #fff;
                }
div.dbtn-with-text div.dbtn-red span img {
    vertical-align: middle;
    position: relative;
    left: -10px;
    background: transparent url('/img/download-arrow.png') no-repeat;
}
.dbtn-red-big {
    background: #a60002 url('/img/dbtn-tl.png') no-repeat top left;
    cursor: pointer;
    
    
    margin: 10px 0;
}
    .dbtn-red-big div {
        background: transparent url('/img/dbtn-tr.png') no-repeat top right;
    }
        .dbtn-red-big div div {
            background: transparent url('/img/dbtn-br.png') no-repeat bottom right;
        }
            .dbtn-red-big div div div {
                background: transparent url('/img/dbtn-bl.png') no-repeat bottom left;
                font-size: 19px;
                padding: 10px 30px;
            }
                .dbtn-red-big div div div span {
                    color: #fff;
                }
.center {
    text-align: center;
}
    .center div {
        margin: auto;
    }


#top {
}
    #top #slogan {
        position: absolute;
        left: 310px;
        top: 37px;
        color: #000;
        font-size: 10pt;
        text-align: left;
        line-height: 10pt;
        letter-spacing: 0.9pt;
    }
        #top #logo h1 {
            position: absolute;
            top: -200px;
        }
    #top #login-links {
        text-align: right;
        color: #000;        
        font-size: 10pt;
        padding: 7px 0 8px 0;
    }
        #top #login-links a,
        #top #login-links span {
            margin-left: 30px;
            color: #c1272d;
        }
        #top #login-links .nom {
            margin-left: 0;
        }
        #top #login-invite {
            text-align: left;
            color: #c1272d;
            font-size: 10pt;
            padding: 7px 0 8px 0;
            float: left;
        }
    #top .sclub_top {
        margin-right: 30px;
    }


#tm {
    width: 960px;
    margin: auto;
}
    #tm  h1 {
        position: absolute;
    }
    #tm #logo {
        float: left;
    }
        #tm #logo #phone {
            position: absolute;
            margin: -30px 0 0 34px;
            font-size: 13px;
        }
    #tm .tm-corner {
        background: transparent url('/img/menu-btn-corner.png?3') no-repeat bottom;
        width: 9px;
        height: 68px;
        float: right;
    }
    #tm .tm-item {
        background: transparent url('/img/menu-btn-base.png?3') no-repeat;
        float: right;
        display: block;
        width: 188px;
        height: 68px;
        color: #fff;
        font-size: 8pt;
        text-decoration: none;
        text-align: left;
        overflow: hidden;
    }
        #tm .tm-item img {
            width: 188px;
            height: 68px;
            position: absolute;
        }
        #tm .tm-item div {
            padding: 12px 15px;
        }
            #tm .tm-item div strong {
                font-weight: normal;
                font-size: 13pt;
                line-height: 23pt;
            }
    #tm .tm-item-curr {
        color: #000;
        background: transparent url('/img/menu-btn-active.png') no-repeat;
    }
    #tm #tmarrow {
        background: transparent url('/img/arrow-down.png') no-repeat 170px 50px;
    }

#tm-bottom {
    width: 960px;
    height: 10px;
    background: #fff url('/img/menu-bottom-corner.png') no-repeat;
    margin: auto;
}

#top_menu {
    position: relative;
    z-index: 200;
    width: 960px;
    margin: auto;
}


#rs_content {
    background: #fff;
    padding: 20px 40px 40px 40px;
    text-align: left;
    margin-top: -10px;
}
    .column-left {
        float: left;
    }
    .column-right {
        float: right;
    }
    .column-big {
        width: 600px;
    }
    .column-small {
        width: 240px;
    }
    .column-half {
        width: 420px;
    }


.sort {
    color: #b7b7b7;
    margin-bottom: 40px;
}
    .sort span {
        background: #f2f2f2;
        margin: 2px 5px;
        padding: 2px 5px;
        color: #000;
    }
    .sort a {
        
    }


#path {
    margin-top: 18px;
    margin-bottom: 5px;
    color: #b2b2b2;
}
    #path div {
        display: inline;
    }
    #path span {
        color: #000;
        font-size: 15pt;
    }
    #path span.arrow {
        font-size: 10pt;
        margin: 0 10px;
        color: #b2b2b2;
    }


.big {
    font-size: 15pt;
}
.strong {
    font-size: 13pt;
}
.sm {
    font-size: 10pt;
}

span.action {
    color: #c1272d;
    border-bottom: 1px dashed #c1272d;
    cursor: pointer;
}

label.action {
    cursor: pointer;
}
    label.action span {
        color: #c1272d;
    }
    label.action input{
        position:relative;
        top:2px;
    }

div.line {
    clear: both;
    height: 1px;
    overflow: hidden;
    border-bottom: 1px solid #b7b7b7;
    margin: 40px 0 30px 0;
}
div.space {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin: 30px 0 20px 0;
}
.link-sub {
    display: block;
    background: #c1272d url('/img/tm-item-bg.png') repeat-x center;
    color: #fff;
    font-size: 15pt;
    padding: 10px 15px 15px 15px;
    width: 150px;
    text-align: center;
    margin: auto;
}
    .sub-inactive {
        background: #c1272d url('/img/tm-item-bg-disabled.png') repeat-x center;
    }
p.center {
    text-align: center;
}
p.cost {
    color: #c1272d;
    font-size: 15pt;
}

div.infoblock {
    background: #ffffc8;
    border: 1px solid #dfdfaf;
    padding: 5px 20px 5px 20px;
    margin-top: 20px;
}
    div.infoblock img {
        float: left;
        margin: 13px 9px 0 0;
    }
    div.infoblock p.margin_top {
        margin-top: -8px;
    }
div.grayblock {
    background: #f0f0f0;
    border: 1px solid #dfdfdf;
    padding: 5px 20px 5px 20px;
    margin-top: 20px;
}
    div.grayblock img {
        float: left;
        margin: 10px 15px 0 0;
    }

.pic {
    float: left;
    margin-right: 40px;
    width: 160px;
    height: 220px;
}
    .pic img {
        width: 160px;
        height: 200px;
        background: transparent url('/img/null.png') no-repeat center;
    }
    .pic div {
        margin-top: -25px;
        text-align: center;
        width: 100%;
    }
    .pic a {
        color: #fff;
    }
    .pic h2 {
        color: #c1272d;
        text-align: left;
        margin-left: 5px;
        font-size: 12pt;
        height: 40px;
        margin-bottom: 0;
        overflow: hidden;
    }
        .pic h2 a {
            color: #c1272d;
            text-decoration: none;
        }

.picsm {
    float: left;
    margin-right: 40px;
    width: 160px;
    height: 50px;
}
    .picsm img {
        float: left;
    }
    .picsm h2 {
        color: #c1272d;
        text-align: left;
        font-size: 10pt;
        height: 50px;
        margin: 0;
        padding-left: 5px;
        overflow: hidden;
    }
        .picsm h2 a {
            color: #c1272d;
            text-decoration: none;
        }
    .picsm a.dload img {
        background: transparent url('/img/dload.png') no-repeat;
        float: right;
        margin-left: 5px;
        margin-top: 4px;
    }

.picbig {
    width: 220px;
    margin-top: 5px;
    margin-bottom: -20px;
    text-align: center;
}
    .picbig img {
        width: 210px;
        height: 264px;
        background: transparent url('/img/null.png') no-repeat center;
    }
    .picbig div {
        margin-top: -25px;
        text-align: center;
        width: 100%;
    }
    .picbig a {
        color: #fff;
    }
    .picbig h2 {
        color: #c1272d;
        text-align: left;
        margin-left: 10px;
    }
        .picbig h2 a {
            color: #c1272d;
            text-decoration: none;
        }
    .picbig p {
        margin-top: 20px;
    }
        .picbig p a {
            color: #c1272d;
        }
    .picbig .cost a {
        text-decoration: none;
    }

.picmiddle {
    width: 200px;
    margin-top: 5px;
    margin-bottom: -20px;
    text-align: center;
}
    .picmiddle .hover-text{
        position: relative;
        bottom: 120px;
        margin-bottom: -30px;
        text-align: center;
    }

    .picmiddle .hover-text a{
        color: #c1272d;
    }

    .picmiddle img {
        width: 189px;
        height: 237px;
        background: transparent url('/img/null.png') no-repeat center;
    }
    .picmiddle div {
        margin-top: -25px;
        text-align: center;
        width: 100%;
    }
    .picmiddle a {
        color: #fff;
    }
    .picmiddle h2 {
        color: #c1272d;
        text-align: left;
        margin-left: 10px;
    }
        .picmiddle h2 a {
            color: #c1272d;
            text-decoration: none;
        }
    .picmiddle p {
        margin-top: 20px;
    }
        .picmiddle p a {
            color: #c1272d;
        }
    .picmiddle .cost a {
        text-decoration: none;
    }

.picd {
    float: left;
    margin-right: 40px;
    width: 160px;
    height: 180px;
    
}
    .picd img {
        background: transparent url('/img/null.png') no-repeat center;
    }
    .picd h2 {
        color: #c1272d;
        text-align: left;
        font-size: 10pt;
        height: 35px;
        margin-bottom: 0;
        overflow: hidden;
    }
        .picd h2 a {
            color: #c1272d;
            text-decoration: none;
        }
    .picd p {
        font-size: 9pt;
        line-height: 11pt;
        margin: 0;
        height: 32px;
        overflow: hidden;
        
    }

a.dload {
    background: transparent url('/img/dload.png') no-repeat left;
    padding-left: 20px;
    padding-bottom: 3px;
}
a.dload-big {
    background: transparent url('/img/dload-big.png') no-repeat left;
    padding-left: 25px;
    padding-bottom: 3px;
    font-size: 15pt;
}

.halfsize {
    width: 400px;
    margin-right: 40px;
}
    .halfsize .htext {
        float: left;
        width: 200px;
        margin-top: -12px;
    }
    .halfsize strong {
        font-size: 12pt;
        font-weight: normal;
    }
    .halfsize .htextd {
        float: left;
        width: 180px;
        margin-top: -18px;
    }
    .halfsize div.preview {
        float: left;
        padding-right: 40px;
    }


.arrows {
    padding-top: 20px;
}
    .arrows span {
        color: #999999;
    }
    .arrows span,
    .arrows a {
        margin: 0 10px;
    }

.partner {
    width: 191px;
    float: left;
    margin: 0 9px 9px 0;
}
    .partner img {
        width: 191px;
        height: 190px;
    }


#overlay {
	position: absolute;
	background: #000;
	z-index: 900;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0.75;
}

#login_window {
    background: transparent url('/img/modal-bg-top.png') no-repeat top;
    position: absolute;
    z-index: 950;
    width: 420px;
    top: 100px;
    left: 0;
    padding: 30px 40px 0 40px;
}
    #login_window #close {
        cursor: pointer;
        float: right;
        margin-top: -10px;
        margin-right: -20px;
    }
    #login_window #login_window_bottom {
        background: transparent url('/img/modal-bg-bottom.png') no-repeat bottom;
        width: 500px;
        height: 20px;
        position: relative;
        left: -40px;
        top: 20px;
    }

#form label {
    display: block;
    margin-bottom: 20px;
    text-align: left;
    width: 410px;
}
    #form div#agreement {
        height: 150px;
        margin-bottom: 10px;
        overflow: auto;
        padding: 10px;
        border: 1px solid #ddd;
    }
    #form div#agreement p {
        font-size: 10pt;
        line-height: 10pt !important;
    }
    #form label input.txt {
        font-size: 16pt;
        width: 405px;
        border: 2px solid #999;
    }
    #form label select.txt {
        width: 405px;
        border: 2px solid #999;
    }
    #form label textarea.txt {
        font-size: 16pt;
        width: 405px;
        height: 150px;
        border: 2px solid #999;
        font-family: Tahoma;
    }
    #form label textarea.txt-normal {
        font-size: 10pt;
    }

    #form label textarea.txt-disabled {
        font-size: 10pt;
        background-color: #ddd;
    }

    #form .btn {
        display: block;
        width: 190px;
        padding: 15px 0;
        color: #fff;
        background: #c1272d url('/img/tm-item-bg.png') repeat-x center;
        text-align: center;
        font-size: 16px;
        margin: auto;
    }
    #form #openid {
        text-align: left;
    }
        #form #openid .icon-yandex {
            text-align: left;
            background: transparent url('/img/icon-yandex.png') no-repeat 0 1px;
            padding-left: 13px;
            margin-left: 2px;
        }
        #form #openid .icon-rambler {
            text-align: left;
            background: transparent url('/img/icon-rambler.png') no-repeat 0 1px;
            padding-left: 18px;
            margin-left: 2px;
        }
        #form #openid .icon-google {
            text-align: left;
            background: transparent url('/img/icon-google.png') no-repeat 0 1px;
            padding-left: 19px;
            margin-left: 4px;
        }


.error,
.notice {
    background: #fdf5f5 url('/img/ico-error.png') no-repeat 20px 19px;
    padding: 15px 20px 15px 46px;
    border-top: 1px solid #fdd2d2;
    border-bottom: 1px solid #fdd2d2;
    margin-top: 20px;
    margin-bottom: 20px;
}
.notice {
    background: #e1fde1 url('/img/ico-notice.png') no-repeat 20px 19px;
    border-top: 1px solid #94fd94;
    border-bottom: 1px solid #94fd94;
}
.error_inplace {
    display: none;
    color: #fff;
    margin-left: 20px;
    background: #c1272d;
    padding: 3px 10px;
    float: right;
    position: relative;
    top: 2px;
}


#wizard {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
    #wizard #questions {
        width: 400px;
        padding-right: 20px;
    }
        #wizard #questions label {
            display: block;
            margin-bottom: 20px;
            padding: 10px;
            margin-left: -10px;
            line-height: 16pt;
            font-size: 13pt;
            cursor: pointer;
            width: 350px;
        }
            #wizard #questions label input {
                margin-right: 5px;
                position: relative;
                top: -1pt;
            }
            #wizard #questions label span {
                color: #808080;
                font-size: 10pt;
            }
        #wizard #questions label.selected {
            background: #f2f2f2 url('/img/label-arrow.png') no-repeat right;
        }
    #wizard #line {
        border-right: 1px solid #b7b7b7;
    }
    #wizard #answers {
        width: 470px;
        overflow: hidden;
        padding-left: 20px;
    }
    #wizard #wizardResults,
    #wizard #wizardStart {
        width: 450px;
    }
    #wizard .wizard-arrow {
        width: 350px;
        display: block;
        padding: 10px;
        padding-left: 30px;
        line-height: 16pt;
        cursor: pointer;
        background: #f2f2f2 url('/img/label-arrow-left.png') no-repeat left;
    }


.footer {
    text-align: left;
    line-height: 16pt;
    color: #000;
    width: 880px;
    margin: 40px auto 20px auto;
}
    .footer div {
        float: left;
        width: 240px;
        margin-bottom: 15px;
    }
    .footer div.copy {
        float: none;
        clear: both;
        width: 880px;
        margin-bottom: 0;
    }
    .footer div.sm {
        width: 200px;
    }
        .footer div span {
            color: #aaaaaa;
        }


#stack {
    border: 2px solid red;
    background: #f0f0f0;
    padding: 0 20px;
}

.btn {
    display: block;
    width: 200px;
    padding: 10px 0;
    color: #fff;
    background: #c1272d url('/img/tm-item-bg.png') repeat-x center;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}
    .btn img {
        vertical-align: middle;
        margin-right: 10px;
    }
.gray {
    color: #808080;
}

.inline {
    display: inline!important;
}

a.cancel {
    margin-left: 20px;
    display: block;
    float: left;
    border: 1px solid green;
}
div.dbtn-with-text {
    overflow: hidden;
}
    div.dbtn-with-text div {
    }
        div.dbtn-with-text div.dbtn-red {
            float: left;
            margin-right: 20px;
        }
        div.dbtn-with-text div.dbtn-text {
            padding-top: 20px;
        }



.form-head {
    background: transparent url(/img/form-block.png) no-repeat;
    padding: 12px 20px 18px 20px;
    height: 20px;
    margin-bottom: 6px;
    position: relative;
    z-index: 500;
    overflow: hidden;
    cursor: pointer;
}
    .form-head span.text {
        color: #c1272d;
        border-bottom: 1px dashed #c1272d;
        font-size: 13pt;
    }
.form-block {
    background: #f2f2f2;
    margin: -16px 35px 6px 35px;
    padding: 20px 15px 15px 250px;
    position: relative;
    z-index: 300;
}
    .form-block label {
        display: block;
        margin-bottom: 20px;
        text-align: left;
        width: 420px;
    }
    .form-block input.txt {
        width: 415px;
        font-size: 16pt;
        border: 2px solid #999;
    }
    .form-block textarea.txt {
        width: 415px;
        height: 250px;
        font-size: 16pt;
        border: 2px solid #999;
        font-family: Tahoma;
    }
    .form-block label span.phone_add {
        font-size: 16pt;
        position: absolute;
        margin-left: -32px;
        margin-top: 4px;
    }

.account-header {
    font-size: 13pt;
    padding-left: 28px;
    margin-left: -28px;
}
    .header-plus {
        background: url(/img/header-plus.png) no-repeat 0 50%;
    }
    .header-bonus {
        background: url(/img/header-bonus.png) no-repeat 0 50%;
    }
    .header-minus {
        background: url(/img/header-minus.png) no-repeat 0 50%;
    }
.log {
    width: 100%;
}
    .log tr {
        background: url(/img/log-bg-light.png) repeat-x 0 50%;
    }
    .log tr.final {
        background: url(/img/log-bg-dark.png) repeat-x 0 50%;
    }
        .log tr td {
            border-collapse: collapse;
            padding: 4px 0;
        }
        .log tr td.cost {
            padding-left: 5px;
            width: 120px;
            background: #fff;
        }
        .log tr td.repeat {
            padding-left: 5px;
            width: 120px;
            background: #fff;
        }
            .log tr td span {
                background: #fff;
                padding-right: 5px;
            }
                .log tr td span span {
                    color: #999;
                    font-size: 9pt;
                }

.math {
    width: 100%;
    margin-bottom: 20px;
    margin-top: -30px;
}
    .math tr td {
        border-collapse: collapse;
        padding: 0;
    }
        .math tr td span {
            float: left;
            margin-top: -11px;
        }
    .math tr td.cost {
        text-align: right;
    }
    .math tr td.label {
        padding-left: 15px;
    }
    .math tr td.final {
        border-top: 1px solid #000;
    }

#label_agree,
#label_isAgree{
    border: 2px solid white;
    padding: 2px 4px 4px 2px;
}
#amount {
    width: 100px;
}

.name_sample {
    color: #777;
    font-size: 9pt;
}

#bonus {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
    #bonus #left {
        width: 475px;
        padding-right: 40px;
    }
        #bonus #left p.offset:first-letter {
            margin-left: -15px;
        }
        #bonus-code {
            background: #F2F2F2;
            padding: 15px;
            margin-left: -15px;
            font-size: 11pt;
        }
        #bonus #left form input.txt {
            font-size: 15pt;
            width: 400px;
            margin-bottom: 10px;
        }
        #bonus #left form textarea {
            width: 400px;
            height: 100px;
            margin-bottom: 10px;
            font-family: Tahoma;
        }
        #post-to {
            line-height: 20pt;
        }
            #post-to img {
                vertical-align: middle;
                margin-right: 5px;
            }
        #post-to-mail img {
             margin-right: 20px;
        }
    #bonus #line {
        border-right: 1px solid #b7b7b7;
    }
    #bonus #right {
        width: 475px;
        padding-left: 60px;
    }
        #bonus #right ul {
            margin-left: -20px;
        }
        #bonus #right ul li {
            margin-bottom: 10px;
        }
        #bonus-emails {
            background: #ffffc8;
            margin: 20px -20px;
            width: 100%;
        }
            #bonus-emails tr td {
                padding: 10px 20px 10px 20px;
            }
            #bonus-emails tr td.done {
                color: #009245;
            }
            
#myotziv_box {
	z-index: 900;
}

.iframe_body #rs_content {
    width: auto;
}

#sclub_image {
    text-align: center;
    margin-bottom: -10px;
}


table#promo_scroller {
    background: #f7f7f7;
    margin-left: -25px;
    width: 930px;
    border-collapse: collapse;
}
    table#promo_scroller tr td {
        
    }
    table#promo_scroller tr td#lt {
        background: url('/img/promo-lt.png') top left no-repeat;
        width: 28px;
        height: 28px;
    }
    table#promo_scroller tr td#rt {
        background: url('/img/promo-rt.png') top right no-repeat;
        width: 28px;
        height: 28px;
    }
    table#promo_scroller tr td#lb {
        background: url('/img/promo-lb.png') bottom left no-repeat;
        width: 28px;
        height: 28px;
    }
    table#promo_scroller tr td#rb {
        background: url('/img/promo-rb.png') bottom right no-repeat;
        width: 28px;
        height: 28px;
    }
    table#promo_scroller div#scroll_window {
        width: 850px;
        overflow: hidden;
        position: relative;
    }
        table#promo_scroller div#scroll_container {
            width: 20000px;
            position: relative;
        }
            table#promo_scroller div.scroll_item {
                padding: 0 20px;
                width: 820px;
                float: left;
            }
                table#promo_scroller div.scroll_item h2 {
                    margin: 0.3em 0;
                    margin-top: 22px;
                }
                table#promo_scroller div.scroll_item p {
                    margin: 0.3em 0;
                }
    table#promo_scroller #scroll_pager {
        width: 850px;
        height: 6px;
        text-align: center;
        position: absolute;
        margin-top: -4px;
    }
        table#promo_scroller #scroll_pager img {
            margin: 0 5px;
            width: 6px;
            height: 6px;
            background: url('/img/promo-page.png') no-repeat;
        }
        table#promo_scroller #scroll_pager img.curr {
            background: url('/img/promo-page-curr.png') no-repeat;
        }

.faq-q {
    font-weight: bold;
    margin-bottom: -10px;
}
.faq-a {
    margin-bottom: 30px;
}

.header-sample {
    height: 60px;
    width: 960px;
    margin: auto;
}
    .header-sample div {
        text-align: left;
    }
        .header-sample div a {
            margin-right: 40px;
            font-size: 16pt;
            color: #000;
            text-decoration: none;
        }
            .header-sample div a.header-part-curr {
                color: #c1272d;
            }
.footer-sample {
    padding-bottom: 50px;
}
    .footer-sample div {
        width: auto;
    }
        .footer-sample div a {
            margin-right: 20px;
        }

div#screens {
    margin-top: 20px;
}
    div#screens a img {
        width: 97px;
        border: 0;
        margin: 0 3px 3px 0;
    }

del {
    color: rgb(150,0,0);
}

#submenu {
    position: absolute;
    z-index: 900;
    margin-top: 0px;
    margin-left: 207px;
    width: 188px;
    
}
    #submenu img.null {
        height: 65px;
        width: 188px;
    }
    #submenu #submenu-visible {
        border: 1px solid #ccc;
        background: #fff;
        width: 188px;
        text-align: left;
        padding: 10px 0;
    }
        #submenu #submenu-visible .subitem {
            font-size: 8pt;
            text-decoration: none;
        }
            #submenu #submenu-visible .subitem div a {
                font-size: 13pt;
                line-height: 23pt;
                color: #000;
                display: block;
                padding: 5px 15px;
                text-decoration: none;
            }
            #submenu #submenu-visible .subitem div a:hover {
                background: #f0f0f0;
            }

#service_menu {
    font-size: 12pt;
    padding-top: 50px;
}
    #service_menu div {
        padding-bottom: 10px;
    }
        #service_menu div a.curr {
            color: #000;
            text-decoration: none;
        }

table.top3 tr td {
    width: 290px; 
}
table.top4 {
    width: 880px;
}
table.top4 tr td {
    text-align: left;
    width: 220px;
}

    table.top4 tr td h2 {
        padding-left: 4px;
    }

.loader-text {
    font-size: 15pt;
    color: #000000;
}

#promo_video div {
    float: left;
    margin-right: 40px;
}
    #promo_video div img {
        margin-bottom: 10px;
    }

input.date_input {
    background: url('/img/ico-cal.gif') no-repeat right;
    cursor: pointer;
    font-size: 11pt;
    width: 10em;
}

#contact_list_holder {
    height: 200px;
    overflow: auto;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
}

#contact_list_holder table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

#contact_list_holder table td {
    padding: 5px;
    font-size: 9pt;
}

#contact_list_holder table tr.odd td {
    background-color: #eeeeee;
}

#contact_list_markall_holder {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

#contact_list_markall_holder td {
    padding: 4px 2px 5px 6px;
    padding-left: 6px;
    font-size: 9pt;
}

#contact_list_markall_holder .chb {
    width: 23px;
}

#contact_list_holder .chb {
    width: 21px;
}

#rs_iframe_top_services {
    padding-top: 15px;
    clear: both;
    margin-bottom: 10px;
}

#rs_iframe_top_services .pic {
    width: 162px;
    margin-right: 8px;
}

.trial-period-notice {
    font-weight: bold;
    color: #080;
}
    .trial-period-notice img {
        padding: 0 8px 0 0;
        margin-bottom: -10px;
    }

.termCancelBtn {
    background-color: gray;
}

div#partners_note {
    font-size: 8pt;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}


/**** css/jquery.lightbox-0.5.css ****/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 310;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 1px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 1px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left;
    padding: 8px 0;
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
    padding-top: 6px;
}

