/* CSS Document shippingMethod.css */
/*---------------------Item Description ------------------*/
#itemShippingDescription {
    margin: 8px 0 8px 0;
    float: left;
    width: 442px;
    /* Change width based on Table cell width*/
    padding-bottom: 10px;
    background-color: Transparent;
    overflow: hidden;
    text-align: left;
    color: #444444;
}

#itemPaymentDescription {
    margin: 8px 0 8px 0;
    float: left;
    padding-bottom: 10px;
    background-color: Transparent;
    overflow: hidden;
}

.itemPaymentLabel {
    float: left;
    width: 300px;
    font-weight: bold;
}

.itemDetail {
    float: left;
    width: auto;

}

.itemPrice {
    float: right;
    text-align: right;
    width: auto;
    padding-right: 2px;
}

.itemPriceDiscount {
    color: #FF0000;
    text-decoration: line-through;
    padding-right: 20px;
}

.personalizedInfo {
    clear: both;
    position: relative;
    width: 442px;
    /* Change width based on Table cell width*/
    overflow: hidden;

}

.personalizedInfo p {

    color: #666666;
    font: normal 10px Verdana, Geneva, sans-serif;
    float: left;
    text-align: left;
}

.personalizedInfo p.personalizedTag {
    float: left;
    font-weight: bold;
    width: 130px;

}

.subTotal input {
    margin: 1px -20px 0 -5px;
    width: 50px;
}

/*---------------------Shipping Method ------------------*/
.shippingTOAddress {
    text-align: left;
    margin-top: 8px;
    position: relative;
    color: #444444;
}

.shippingDeliveryMethod {
    text-align: left;
    margin-top: 12px;
    position: relative;
}

.selectShipping {
    margin: 5px 0 0 0px;
    padding: 0;
    width: 320px;
    font: normal 11px Verdana, Geneva, sans-serif;

}

.recommendedShipping {
    margin-left: 5px;
    color: #5490c6;
    font-weight: bold;
}

.buttonwrapperSmall {
    float: left;
}

.buttonwrapperSmall img {
    vertical-align: middle;
}

a.smallButton span input,
a.smallButton span {
    padding: 3px 5px 4px 4px;
}

.buttonwrapperSmall a {
    color: #0468c0;
    text-decoration: none;
    cursor: pointer;
    margin-left: 0px;
    padding-left: 2px;
    margin-right: 5px;
}

.buttonwrapperSmall a span {
    font-size: 10px;
}

.buttonwrapperSmall a:hover {
    text-decoration: none;
}

.shippingCheckInfo {
    background-color: #F7FCFF;
    border: 1px dotted #D5DCF0;
    clear: both;
    overflow: hidden;
    padding: 5px;
}

.shippingItemDividerline {
    padding: 0px;
    margin: 0px;
}

/*---------Shipping Method Info Fancy Box (popup) ----------*/
.shippingMethodInfo .moreEmphasis {
    color: Green;
    font-weight: bold;
}

.shippingMethodInfo .lessEmphasis {
    color: #808080;
}

.shippingMethodInfo ul {
    list-style-type: disc;
    padding: 0 0 0 20px;
}

.shippingMethodInfo .shippingFootnote {
    font-size: 9px;
}

.productEditLinks {
    float: right;
}

.productEditLinks a {
    color: #015BA7;
    text-decoration: underline;
}

.itemDesc {
    width: 490px;
}

.itemDetail .productEditLinks {
    float: left;
}


