﻿
#cart {
    border-collapse: collapse;
    width: 764px;
}


.padding th,
.padding td {
    padding-left: 5px;
    padding-right: 5px;
}

.itemheader {
    background: #7fc1c9;
    color: #fff;
}
th.price,
th.quantity {
    width: 60px;
}
td.quantity input[type="text"] { width: 30px; }
th.subtotal {
    width: 80px;
}

.itemrow td {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}

.itemrow td.item {
    padding: 5px 0;
}
.itemrow .item .image {
    float: left;
    width: 225px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.itemrow .item .image img {
    border: 2px solid #ccc !important;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#bbbbbb')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#bbbbbb');
    box-shadow: 2px 3px 10px #bbb;
    box-shadow: 2px 3px 10px rgba(0,0,0,.2);
}
.itemrow .item .description {
    padding: 5px 0;
}
.itemrow .item .productid {
    color: #999;
    font-size: 0.917em;
}

#process {
    margin: 0 auto 20px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
}
#process td { padding: 0 40px; }

#process a {
    display: block;
    font-family: 'Futura W01 Medium';
    font-weight: normal;
    /*font-size: 1.5em;*/
    font-size: 20px;
    color: #999;
    line-height: 1;
}
#process a span.step {
    display: block;
    float: left;
    width: 9px;
    height: 18px;
    background: url("Images/Icons/icons-checkoutsteps.png") no-repeat left top;
    padding: 10px 14px;
}
#process a span.stepText {
    float: left;
    line-height: 38px;
    padding-left: 10px;
}
#process a span.stepText.one {
    line-height: 1;
    padding-left: 10px;
}
#process a span.stepText span {
    color: #666;
    padding: 0 2px 0 2px;
}
#process a.selected span.stepText span {
    color: #333;
}

#process a.complete span.step {
    background: url("Images/Icons/icons-checkoutsteps.png") no-repeat left -76px;
    text-indent: -9999px;
    overflow: hidden;
}

#process a.complete:hover,
#process a.selected {
    color: #00536D;
}
#process a.complete:hover span.step,
#process a.selected span.step {
    background: url("Images/Icons/icons-checkoutsteps.png") no-repeat left -38px;
}
#process a.complete:hover span.step {
    text-indent: 0;
}

#checkout { margin-bottom: 20px; }

#checkout .validationSummary {
    margin-bottom: 10px;
}

#checkout h3 {
    font-family: 'Futura W01 Bold';
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#checkout input[type="text"] {
    width: 98%;
}
#checkout select {
    max-width: 100%;
    text-transform: capitalize !important;
}
#checkout #information select {
    width: 100%;
}
#checkout input[type="text"].smallField { width: 15%; }
#checkout input[type="text"]+input[type="text"] { margin-top: 3px; }

#checkout textarea {
    resize: vertical;
    max-height: 100px;
    width: 98%;
}

#billingaddress,
#shippingaddress,
#information,
#checkout .checkoutColumn {
    float: left;
    width: 240px;
}
#billingaddress,
#shippingaddress,
#checkout .checkoutColumn {
    margin-right: 20px;
}
#checkout .checkoutColumn.last {
    margin-right: 0;
}

/* Confirmation */
#checkout #confirmation .checkoutColumn {
    margin-right: 20px;
    border: 1px solid #ebebeb;
    padding: 5px;
    width: 230px;
    height: 120px;
    overflow: hidden;
    position: relative;
    color: #666;
}
#checkout #confirmation .checkoutColumn.last {
    margin-right: 0;
}

#checkout #confirmation .checkoutColumn a {
    position: absolute;
    top: 5px;
    right: 5px;
}

#checkout #orderdetails {
    float: left;
    width: 100%;
    margin-top: 10px;
}

#checkout #orderdetails table.fullWidth { width: 100%;border-collapse: collapse; }

#checkout .ordersummary { width: 100%; }