﻿/* GENERAL *******************************************/
.title-line {
    float: left;
    margin: 10px;
}

#cart-title, #check-out-title {
    height: 60px;
    border-bottom: solid 1px #EAEAEA;
}

#cart-title .title-line {
    width: 250px;
}

#check-out-title .title-line {
    margin: 7px;
    width: 203px;
}

.main-checkout {
    margin-top: 0px;
    margin-bottom: 30px;
}


/* SHOPPING CART *************************************/

#cartcolumn {
    float: left;
    width: 517px;
    color: #EAEAEA;
    display: block;
    border: solid 1px #EAEAEA;
}

#continueshopping {
    float: left;
    width: 187px;
    margin: 15px;
    text-align: right;
}

#cart-items {
    clear: both;
    padding: 10px 0px;
    border-bottom: solid 1px #EAEAEA;
}

.cart-item, .cart-item-last {
    height: 160px;
    margin: 0px 15px;
}

.cart-item {
    border-bottom: solid 1px #EAEAEA;
}

.cart-summary {
    font-size: 12px;
    color: #565656;
    margin: 10px;
    height: 100px;
}

.cart-summary .titles {
    float: left;
    width: 150px;
}

.cart-summary .values {
    float: right;
    width: 80px;
}

.cart-summary #summary {
    float: right;
    width: 240px;    
    background-color: #F5F5F5;
    padding: 10px;
}

.cart-summary #reinforce {
    float: left;
    width: 210px;
}

.cart-summary #reinforce ul {
    padding-left: 25px;
    margin: 0px;
}

.cart-item .image, .cart-item-last .image {
    float: left;
    width: 150px;
    height: 150px;
}

.cart-item .image img, .cart-item-last .image img {
    margin-top: 10px;
}

.cart-item .description, .cart-item-last .description {
    float: left;
    margin: 5px;
    width: 327px; /*height: 150px;*/
    color: #565656;
}

.empty-description {
    margin: 20px;
    color: #565656;
    font-size: 12px;
}

.mini-description {
    /*height: 55px;*/
}

.cart-item .description .buttons, .cart-item-last .description .buttons {
    margin-top: 10px;
}

.cart-item .description div, .cart-item-last .description div {
    margin: 5px 2px;
}

.span-bold {
    font-size: 110%;
    font-weight: bold;
    margin-top: 3px;
    display: block;
}

/* CHECKOUT ******************************************/

.popup-title {
    font-size: 15px;
    color: #3284C0;
    border-bottom: solid 1px #3284C0;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#check-out-column {
    float: left;
    width: 458px;
    color: #EAEAEA;
    margin-left: 10px;
    border: solid 5px #EAEAEA;
}

.proceed-to-purchase {
    float: left;
    width: 219px;
    margin: 12px 10px;
    text-align: right;
}

#personal-input, #payment-input {
    clear: both;
    border-bottom: solid 1px #EAEAEA;
}

#personal-input {
    height: 375px;
}

#payment-input {
    height: 520px;
}

.personal-input-row, .payment-input-row {
    width: 440px;
    display: table;
    margin: 2px 10px;
}

#personal-input .title {
    width: 100px;
}

#payment-input .title {
    width: 140px;
    margin-left: 3px;
}

#personal-input .title, #payment-input .title {
    float: left;
    height: 26px;
    color: #565656;
    font-size: 13px;
    text-transform: uppercase;
}

#personal-input .title-long {
    float: left;
    width: 440px;
    height: 26px;
    color: #565656;
    font-size: 12px;
}

#personal-input .title span, #payment-input .title span {
    display: block;
    margin: 4px 5px;
}

#personal-input .title i, #payment-input .title i {
    font-size: 12px;
    text-transform: none;
}

#personal-input .title-long span {
    display: block;
    margin: 10px 5px;
}

#personal-input .control {
    float: left;
    width: 336px;
    height: 26px;
}

#personal-input .control-long {
    float: left;
    width: 330px;
    height: 26px;
    color: #565656;
    font-size: 13px;
}

#personal-input .control-long span {
    margin: 5px 0px;
}

#personal-input .control input, #personal-input .control select {
    margin: 2px;
    width: 320px;
    float: right;
    border: solid 1px #BBBBBB;
}

#payment-input .control input, #payment-input .control select {
    margin: 2px;
    width: 200px;
    border: solid 1px #BBBBBB;
}

#payment-input .control select, #personal-input .control select {
    width: 202px;
}

#check-out-bottom {
    margin: 0px;
    text-align: right;
}

#check-out-bottom span {
    margin: 12px;
    display: block;
}

.imageCvvHelp {
    margin: 3px 5px;
    vertical-align: middle;
}

.divpaypal input {
    margin: 16px 0px 0px 10px;
}

.divpaypal b {
    color: #4595CF;
    float: left;
    margin: 18px 20px;
}

.divpaypal span {
    width: 175px;
    text-align: center;
    color: #565656;
    float: left;
    font-weight: bold;
    font-size: 13px;
    margin: 12px 10px 12px 30px;
}

/* PERSONAL INFO *************************************/

.personal-info-row {
    clear: both;
    width: 457px;
    color: #565656;
    font-size: 12px;
    padding: 15px 0;
    text-transform: none;
    display: inline-block;
    border-bottom: solid 1px #EAEAEA;
}

.personal-info-row b {
    display: block;
    font-size: 12px;
    margin: 0 0 5px 0;
    color: Black;
    text-transform: uppercase;
}

.info-column-left, .info-column-right {
    float: left;
    margin: 0 20px;
    width: 170px;
}

.info-column-left a, .info-column-right a {
    display: block;
    margin: 5px 0 0 0;
}

#estimated-delivery-date {
    height: auto;
    color: #565656;
    margin-left: 154px;
}

/* Edit Address ************************************/

.div-itemleft {
    float: left;
    margin-right: 10px;
}

.div-itemright {
    float: right;
}

.div-itemleft, .div-itemright {
    width: 245px;
    display: table;
}

.div-value {
    border: solid 1px #BBBBBB;
    float: right;
    width: 153px;
}

.div-name {
    float: left;
    width: 90px;
    float: left;
    color: #565656;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}

.div-value, .div-name {
    color: #565656;
}

.div-narrow {
    height: 22px;
    margin-bottom: 12px;
}

.wrapper-form {
    padding: 10px;
    color: #565656;
    margin-bottom: 5px;
    width: 528px;
}


.btn-save {
    border-style: Solid;
    border-color: #2F85BE;
    background-color: #2F85BE;
    border-width: 1px;
    color: #B8D8EB;
    font-size: 13px;
    width: 80px;
    cursor: pointer;
}
