/* 
    Document   : checkout
    Created on : Jan 3, 2013, 3:00:41 PM
    Author     : Semyon Mamonov <semyon.mamonov@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.red-button {
    padding: 3px 12px;
    color: white !important;
    background-color: #CC0000 !important;
    background-image: url(../images/raquo.png)!important;
    background-position: right!important;
    background-repeat: no-repeat!important;
    font-weight: bold;    
    padding-right: 33px !important;
    font-weight: bold; 
    cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
}    


input[type=submit][value="PROCESS ORDER"].red-button {
    padding-right: 12px !important;
    background-image: none!important;
}


div#checkout_header {
    background: none;
    border-bottom: 1px solid silver;
    width: 1100px;
    height: 133px;    
    margin: auto;
}


div#checkout_header div#header-inner.clearbix div.header-phone{
    left: 878px;
    top: 60px;
}

div#questions_container{
    width: 1100px;
    margin:0 auto;
}

div#questions_container div.questions{
    float: right;
    margin: 25px 10px;
} 

div#questions_container div#content{
    margin: 0px auto;
    padding: 10px 20px;
}

div#checkout_header div#header-inner.clearbix{
    padding-top: 0px;
    background: none;
    width: 1100px;
    margin: auto;
}

div#checkout_header ul#menu-main-menu{
    position: static !important;
    margin-left: auto;
    margin-bottom: 2px;
    padding-left: 0px
}

div#checkout_header ul#menu-main-menu li{
    width: 258px;
    margin: 15px 0px 0px auto;
    padding: 0px;
    list-style-type: none;
    border: none;
    color: #C00; 
    text-align: center;
}
div#checkout_header ul#menu-main-menu li.gt{
    width: 20px;
    margin: 17px 0px 0px auto;
    padding: 0px;
    list-style-type: none;
    border: none;
    font-size: 1.8em;    
    font-weight: bold;
    padding-top: 6px;
    color: #CCC;
}

div#checkout_header ul#menu-main-menu li a{
    background: none;
    font-size: 1.8em;
    width: 100%;
    padding: 0px;
    color: #CCC;    
}

#checkout_summary_table #checkoutsectionheader {
	background-color:#EEE;
	/*font-size: 12px;*/
}

table#checkout_sidebar{
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #ccc;
}

table#checkout_sidebar tr{
    background-color: #ddd
} 
table#checkout_sidebar tr td {
    padding: 6px 10px;
    text-align: center;
}

table#checkout_sidebar tr td h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
	color:#000;
}

table#checkout_sidebar p {
	color:#000;
}

table#checkout_sidebar tr td #trust_guard, table#checkout_sidebar tr td #trust_wave{
    padding-bottom: 10px;
} 

table#checkout_sidebar tr td #authorize_net{
    padding-bottom: 0px;
}

#checkout_summary_table, table.custommer-info, table.payment-info {
/*    width: 100%; */
    border-spacing: 1px;
    border: none !important;
    /*background-color: #ccc;*/
    margin: 0px;
    padding: 0px;
}

table.custommer-info, table.payment-info{
    width: 100% !important;
}

.button-process-order{
    display: block;
/*    width: 750px; */
    text-align: center;    
    padding: 10px 0px;
    margin: 0 auto;
}

.button-process-order b{
    display: inline-block;
    margin-bottom: 5px;
}

form[name=EmailForm]{
    display: block;
/*    width: 850px; */
}

#checkout_summary_table td{
    background-color: white;
    /*    margin: 0px 1px; */
    padding: 6px;
    width: 50%;
    /*font-size: 11px;*/
}

/*#checkout_summary_table td pre{
    display: block;
    max-width: 750px;
    text-align: left;
    padding: 2px 4px;
    white-space: pre-wrap;
}*/

div#content {
    position: static;
}

td.custommer-info{
    text-align: center;
    vertical-align: top;
}

table.custommer-info td {
    background-color: white;
    width: 50%;
    text-align: left;
}

table.payment-info td{
    width: auto !important;
}

.form-group .visa-icon {
    height:40px;
}

.form-group .visa-icon i {
    font-size: 40px;
    float: left;
    margin-left: 5px;
}

#cc_type_icon {
    position: absolute;
    left: 100%;
    top: 0;
}

@media screen and (max-width: 767px) {

    #cc_type_icon {
        right: 4px;
        left: auto;
        z-index: 20;
    }
}