.payments-page {
    color: #000;
}

.payments-page h2 {
    margin: 15px 0 13px 0;
    font-size: 1.8em;
    font-weight: normal;
    color: #000;
}

.footer .widget h2 {
    margin: 0;
}

.payments-page  h3 {
    font-size: 1.42em;
    font-weight: bold;
    color: #2E2E2E;
    margin-bottom: 10px;
}

.payments-page .content-width {
    min-height: 600px;
}

.payments-page #preorderForm #billingDetails {
    margin-bottom: 5px;
    width: 50%;
    float: left;    
}

.payments-page #preorderForm #feedbackInfo {
    margin-bottom: 5px;
    width: 50%;
    float: right;
}

/* ---- Css code for form on trial download page ---- Begin ---- */

.payments-page form.trialForm div.row {
    clear: left;
    width: auto;
    margin-top: 5px;
}

.payments-page form.trialForm input,
.payments-page form.trialForm select {
    display: inline;
}

.payments-page form.trialForm input.hidden {
    display: none;
}

.payments-page form.trialForm label {
    float: left;
    width: 100px;
    line-height: 25px;
    display: inline;
}

/* ---- Css code for form on trial download page ---- End ---- */

.inputs-style input,
.inputs-style select {
    width:200px;
    height:19px;
    line-height: 19px;
    margin-bottom:3px;
    margin-top:3px;
    border:1px solid #D6DADE;    
    vertical-align:middle;
    font-size: 12px;
    background:#F2F4F6 url(/images/payments/inputs_bg.gif) repeat-x scroll left top;
    display: block;
}
.inputs-style label {
    font-size: 12px;
}

input.hidden { display: none; }

#totalAmount {
    margin: 13px 0;
}

span.important {
    color: red;
}

span.important2 {
    font-weight: bold;
}

#rphoneBlock{
    width: 100%;
}

#rphoneBlock label{
    width: 325px;
    float: left;
    display: inline;    
}

#rphoneBlock a{
    float: right;
    display: inline;
}

#guarantee {
    margin: 5px 0;
    padding: 15px;
    border: 1px solid #F0F9FD;
    font-size: 12px;
    background-color: #f3f4f5;
}

#paymentBlock table {
    width: 100%;
    border-collapse:collapse;
    margin-bottom:11px;
    text-align:left;
    font-size: 12px;
    background-color:#F3F4F5;
}

#paymentBlock table td {
    border:1px solid #CDCECE;
    padding:21px;
    vertical-align:middle;
}

#paymentBlock table td p {
    margin: 0;
    padding: 0;    
}

a.one-line-button {
    height: 31px;
    line-height: 31px;
    margin-right: 6px;
    padding-right: 5px;
    padding-left: 17px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    display: block;
    background: url(/images/payments/one_line_button_body.gif) no-repeat 6px 0;
    position: relative;
}

.one-line-button-stub{
   width: 6px;
   height: 31px;
   background: url(/images/payments/one_line_button_stub.gif) no-repeat right top;
   position: absolute;
   top: 0;
   right: -6px;
}

td.logo-td {
    width: 25%;
    text-align: center;
}

td.about-td {
    width: 60%;
   
}

td.buying-td {
    width: 15%;
    background-color:#E5E6E6;
    text-align: center;
}

ul.stars-list li {
    background:transparent url(/images/payments/marker.gif) no-repeat scroll 14px 2px;
    font-weight:normal;
    padding:7px 15px 10px 50px;
}

ul.simple-ul li{
    background:transparent url(/images/payments/simple-list-marker.gif) no-repeat scroll 0 13px;
    font-weight:normal;
    padding:7px 15px 10px 9px;
}

#cart-promotional {
    clear: both;
    margin: 10px 0 15px 0;
}

#cart-promotional input{
  margin-top: 10px;
  float:left;
  display: inline;  
}
#error-message {
    padding-left: 40px;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:3px;
    color:#CB3100;
    font-weight:bold;
}
#validate-ok-message {
    padding-left: 40px;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:3px;
    color:#4b4b4b;
    font-weight:bold;
    text-align:justify;
}
#validate-ok-message .validate-discount {
    /*font-size:16px;*/
    color:#3baa31;
}
#validate-ok-message .note-content {
    font-weight:normal;
    color:#4b4b4b;
}

#cart-promotional #vp_field_box #error-message,
#cart-promotional #vp_field_box #validate-ok-message{
    width:270px;
    margin-top:0px;
}
#cart-promotional #vp_field_box #error-message{background: transparent url(/images/not_valid_bul.jpg) no-repeat scroll 0% 50%}
#cart-promotional #vp_field_box #validate-ok-message{background: transparent url(/images/valid_bul.jpg) no-repeat scroll 0% 50%}

#cart-promotional .button {
    float: left;
    display: inline;
    margin-top: 5px;
    margin-left: 4px;
}
#cart-promotional #vp_field_box {
    margin-top: 4px;
    padding-left:5px;
    float: left;
    display: inline;
}


