﻿

.ctableorder
{
    border: 1px solid #dddddd;
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-collapse: separate;
}




.tableorder2
{
    border-collapse: separate;
}

.ctextbox
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    display: inline-block;
    width: 30px;
    height: 16px;
    padding: 4px 6px;
    font-size: 13px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cwidth100
{
    width: 100px;
}

.cwidth150
{
    width: 150px;
}

.cwidth180
{
    width: 180px;
}

.cwidth200
{
    width: 200px;
}

.cwidth355
{
    width: 355px;
    text-align: right;
    padding-right: 15px;
    margin-top: 0px;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}


.cclear
{
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

.cclear10
{
    display: block;
    clear: both;
    height: 10px;
    overflow: hidden;
}

.cclear15
{
    display: block;
    clear: both;
    height: 15px;
    overflow: hidden;
}


.cclear20
{
    display: block;
    clear: both;
    height: 20px;
    overflow: hidden;
}



.cartBody
{
    display: block;
    clear: both;
    background-color: #fff;
    width: 950px;
    margin: 0px auto;
}

.cartBody H1
{
    color: #f60;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    width: 940px;
    text-transform: uppercase;
    background: url(https://www.powerforlaptop.com/images/powerforlaptop2.png) no-repeat center right;
}


.cproductImage
{
    padding: 2px;
    border: solid 1px #f3f3f3;
}

.cproductImage:hover
{
    border: solid 1px #e3e3e3;
    cursor: pointer;
}

.CartEmpty
{
    padding: 15px;
    font-size: 20px;
    line-height: 22px;
    color: #ff6600;
    background-color: #ffffff;
    font-family: 'Microsoft YaHei';
}

.cshippingtitle
{
    margin: 1px;
    background: url(../images/lit_arrow_icon.png) no-repeat center left;
    padding: 2px 2px 2px 19px;
    height: 18px;
    line-height: 16px;
    font-size: 13px;
    margin-right: 18px;
    color: #f60;
}


.cshippingoptions
{
    margin-left: 20px;
    font-size: 11px;
    float: left;
    line-height: 25px;
}

.cshippingfeetext
{
    width: 120px;
    float: right;
    margin: 0px;
    font-size: 12px;
    text-align: right;
    padding-right: 2px;
}

.cshippingfeeMoney
{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}


.ctextlink
{
    color: #333;
    text-decoration: none;
}

.ctextlink:hover
{
    color: #f66907;
    text-decoration: underline;
}

.cbtn
{
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    text-decoration: none;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}

.cbtn:hover
{
    background-color: #e6e6e6;
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.cbtn-primary
{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-repeat: repeat-x;
    text-decoration: none;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    border-left-color: #0044cc;
    border-right-color: #0044cc;
    border-top-color: #0044cc;
    border-bottom-color: #002a80;
}

.cbtn-primary:hover
{
    color: #ffffff;
    background-color: #0044cc;
}

.ctipsDiv
{
    display: block;
    padding: 0px;
}

.ctipsDiv p
{
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

.ctipsDiv ol
{
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-top: 5px;
}

.ctipsDiv ol li
{
    line-height: 22px;
    font-size: 11px;
    list-style-type: decimal;
    margin: 0px;
    margin-left: 10px;
}

.ctipsDiv a, .ctipsDiv a:visited, .ctipsDiv a:hover
{
    color: Blue;
    text-decoration: underline;
}

.ctipsDiv a:hover
{
    color: #f00;
    text-decoration: underline;
}

.cshippingtext
{
    font-weight: bold;
     font-size:12px;
}

.cshippingcountry
{
    color: blue;
    font-weight: normal;
    display:block;
    clear:both;
    padding-left:30px;
}

.cshippingtime
{
    font-weight: normal;padding-left:30px;
}

/* ============ step2.aspx =============*/
.ctableorder2
{
    border: 1px solid #dddddd;
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-collapse: separate;
}

.ctableorder2 tr, .ctableorder2 td
{
    background-color: #fff;
    line-height: 22px;
}

.ctableorder2_td1
{
    width: 200px;
    font-size: 12px;
    padding-right: 5px;
    text-align: right;
}

.ctableorder2_td2
{
    font-size: 12px;
    padding-left: 5px;
    padding-right:5px;
    
}

.ctableorder2_td3
{
    width:130px;
    font-size: 12px;
    padding-right: 5px;
    text-align:right;
    
}

.ctableorder2_td4
{
    width:175px;
    font-size: 12px;
    padding-left: 15px;
}

.cred
{
    color: Red;
}

.cgray
{
    color: #757575;
}

 

.cwidth250
{
    width: 250px;
}

.cwidth255
{
    width: 265px;
}

.cwidth400
{
    width: 400px;
}

.cOrderIDDiv
{
   text-align:left;
   padding:8px 0px;
}
.cinput
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    display: inline-block;
    height: 16px;
    padding: 4px 6px;
    font-size: 13px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cselect
{
    display: inline-block;
    margin-bottom: 0;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    -webkit-box-align: center; 
    border-image: initial;
    white-space: pre;
    -webkit-rtl-ordering: logical;    
    cursor: default;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    padding: 4px;
    font-size: 13px;
    color: #555555;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: -webkit-small-control;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}

.cpaymentmethods
{
  padding:8px 2px;
  line-height:22px;
}

.cshippingaddresstext
{
    clear: both;
    display: block;
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    font-weight:bold;
}

.cpaddingright10
{
    padding-right:10px;
}