#pageContentWrap {
    width: 948px;
    margin: 0;
    padding: 0 10px 10px;
}

#pageContentWrap h1 { font-size: 30px; color: #000;}

#columnWrapper {
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 0 0; 
    font-family: 'Roboto Condensed';
    font-size: 16px;
    overflow: hidden;
}

.same-height-col{
    margin-bottom: -99999px;
    padding-bottom: 99999px !important;
}

#columnWrapper > .left {
    float: left;
    /*width: 735px;*/
}

#columnWrapper > .right {
    float: right;
    width: 200px;
}

body#checkout-index #pageContentWrap { width: 748px; }
body#checkout-index #columnWrapper > .left { width: 527px; }

#stepWrapper a { color: #000; }

#topWrapper table { width: 100%; margin-bottom: 1em; }
#topWrapper td { vertical-align: middle; }
#topWrapper .right { width: 1px; }

#steps { font-size: 16px; }
#steps span, #steps a { color: #777; }
#steps .current { color: #000; font-weight: bold; }

#stepNumber { color:#EEE; white-space: nowrap; text-transform:uppercase; font-size:68px; letter-spacing: .2em; }
#mfgWelcome { color: #777; white-space: nowrap; text-align: center; margin: 0; }


#pageContentWrap .ui-widget-header { padding: 10px; }
#pageContentWrap h2 { padding: 3px 5px; }

#pageContentWrap h3 { font-size: 18px; margin: 10px 0 1em; text-transform: uppercase; }

#checkoutSidebar {
    overflow: hidden;
    color: #555;
}

#checkoutSidebar > div {
    padding: 10px 0 10px 10px;
}

#checkoutSidebar > div:last-child {
    border-width: 0;
}

#checkoutSidebar h4 { margin: 0 0 .5em; }
#checkoutSidebar h4 .title { text-transform: uppercase; color: #000; font-weight: bold; font-size: 18px;}
#checkoutSidebar h4 .note { font-style: italic; font-size: 80%; }
#checkoutSidebar h4 a { float:right; color:#777; font-size:90%; margin-top:0.2em; }
#checkoutSidebar h4 a:hover { text-decoration:underline; color:#000; }

#checkoutSidebar a { color: #555; }

#sidebarTotals table { table-layout:fixed; width:100%; }
#sidebarTotals table td { padding: .2em 0; }
#sidebarTotals .moneyCol { text-align: right; padding: 0; }

#sidebarTotals .shippingRow td { font-style: italic; font-size: 80%; font-weight: normal; padding-left: 10px; }
#sidebarTotals .shippingRow a { font-style: normal; }
#sidebarTotals .shippingRow a:hover { text-decoration: underline; color:#000; }
#sidebarTotals .totalRow { font-size: 110%; font-weight:bold;color:#000; }

#sidebarItems .item { display: block; margin-bottom: 10px; font-size: 90%; }
#sidebarItems .item table { border-collapse: collapse; }
#sidebarItems .item td { padding: .2em .5em; }
#sidebarItems .item .imageCell { vertical-align: middle; padding: 0; }
#sidebarItems .item .nameCell p { margin: 0; overflow: hidden; /*max-height: 2.2em;*/ }
#sidebarItems .item:hover .nameCell p { text-decoration: underline; }
#sidebarItems #hiddenItemsLink { font-size: 80%; font-style: italic; }

#sidebarShippingNote { font-size: 14px;margin: 0 auto;text-align: center;width: 150px; }

form ul.errors { margin: 0; padding-left: 20px; color: #F00; font-style: italic; }
form .radioCell { vertical-align: top; }
form .radioCell input { margin-right: 10px; }


#totalsTable .shippingMethod { font-weight: normal; }

p.actions { margin-top: 10px; text-align: center; }

ul.actions { margin: 20px 0 20px 0; }

#stepWrapper .button {
    font-size: 20px;
    line-height: 1.5em;    
    border: none;
    background-image: none;
    background-color: #FF0000;
    box-shadow: none;
    text-shadow: none;
    margin: 0;
    padding: .1em .8em;
    cursor: pointer;
    -webkit-appearance: none;
    /*text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;*/ 
}
#stepWrapper .button:hover { background-color: #E60000; }

#stepWrapper .secondaryBtn {
    background-color: #E6E7E8;
    border: none;
    color: #000;
}
#stepWrapper .secondaryBtn:first-child {
    margin-right: 25px;
}
#stepWrapper .secondaryBtn:hover { background-color: #D7D7D7; }

.stdForm .text, .stdForm select { border: 1px solid #DDD; font-size: 16px; border-radius: 0;} 

#stepNotes { color: #000;font-size: 12px;font-style: italic;margin-bottom: 0; }
#stepWrapper #couponNotes { display:none; }
#stepWrapper.hasCoupons #couponNotes { display: inline; }

#cartBottomLinks { border-bottom: 1px solid #CCC; border-right: 1px solid #CCC; border-top: 1px solid #CCC; max-width: 713px; }
#cartBottomLinks ul li { color: #555; float: none; font-size: 13px; font-weight: bold; margin: 10px 0; padding: 0 20px 0 0; width: 24%;}
#cartBottomLinks ul li.help { font-size: 16px; vertical-align: middle; padding: 0; margin-top: 0; text-align: center;top: -5px;}
#cartBottomLinks ul li.help a { padding: 0;font-size:20px; }
#cartBottomLinks ul li.call { border-left: 1px solid #CCC; }
#cartBottomLinks ul li.call a { padding-left: 50px; padding-right: 0; }
#cartBottomLinks ul li.chat { border-left: 1px solid #CCC; }
#cartBottomLinks ul li.request { border-left: 1px solid #CCC; }
#cartBottomLinks ul li img { position: absolute; left: 10px; }
#cartBottomLinks ul li a { color :#929497; padding-left: 65px; }
#cartBottomLinks ul li a:hover { background: none; }
#cartFooterBottom { border-right: 1px solid #CCC; padding-right: 10px; text-align: right; } 
#cartFooterBottom #cartId { font-size: 12px; }
/*
.button {
    display: inline-block;
    line-height: 1.5em;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    background-image: none;
    background-color: #C04130;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #000;
    margin: 0;
    padding: .1em .8em;
    cursor: pointer;
}
.button:hover { 
00; }
*/

#itemsWrapper ul.actions li.right{
    float: left !important;
}

#itemsWrapper button,
#itemsWrapper input[type=submit]{
    min-width: 180px;
}

#newAddress input[type=radio]{
    margin-right: 5px;
    margin-top: -2px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.editLink{
    background: none;
    border: none;
    color: #000 !important;
    font-family: 'Roboto Condensed';
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.editLink:hover{
    text-decoration: underline;
}

@media (max-width : 991px) {
    #cartBottomLinks ul li,
    #cartBottomLinks ul li a{
        padding: 0 !important;
        text-align: center;
    }
    
    #cartBottomLinks ul li.help{
        vertical-align: baseline;
        top: 0;
    }
    
    #cartBottomLinks ul li img{
        position: relative;
        left: 0;
    }
    
    #cartBottomLinks ul li.help a{
        font-size: 14px;
    }
}

@media screen and (max-width : 767px) {
    .cart-item-img{
        width: 300px;
        height: 300px;
    }
    
    #columnWrapper {
        background: none;
    }
    
    .cart-price-table-head{
        display: none;
    }
    
    #itemsWrapper{
        border-right: none;
    }
    
    .cart-price-table tbody tr{
        display: block;
    }
    
    .cart-price-table tr td.res-td{
        display: block;
        width: 100%;
        text-align: center;
    }
    
    #cartFooterBottom{
        border: none;
    }
    
    .cart-image{
        float: none;
        margin: 0 auto 10px auto;
        display: inline-block;
    }
    
    .cart-item-desc{
        float: none;
        margin: 0 auto;
        width: 100%;
        min-height: auto;
    }
    
    td.cart-top-detail{
        padding-top: 5px;
    }

    #cartFormRefresh button{
        float: right;
    }
    
    #cartFooter{
        margin-top: 25px;
    }
    
    #cartFooterBottom ul li{
        float: none;
        width: 100%;
        text-align: right;
    }
}

@media screen and (max-width : 320px) {
    .cart-item-img{
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width : 480px) {
    #pageContentWrap h1{
        margin-top: 10px;
    }
}

.addOnQty {
    display: block;
}
.addOnQtyLabel {
    display: block;
    font-size: .7em;    
}

#cartCheckoutPolicy {
    text-align: justify;
    font-size: .85em;
}
#cartCheckoutPolicy a {
    text-decoration: underline;
}