#addToCart {
    box-shadow: 2px 2px 6px rgba(0,0,0,.5);
    border-radius: 16px;
    color:#fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.8);
    padding:6px 10px;
    font-size:13px;
    font-weight: bold;
    border: solid 1px #790301;
    background-color: #AA1A01;
    background-image: -moz-linear-gradient(top, #EB7311 0%, #AA1A01 100%);
    background-image: -o-linear-gradient(top, #EB7311 0%, #AA1A01 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EB7311), color-stop(1, #AA1A01));
    background-image: -webkit-linear-gradient(top, #EB7311 0%, #AA1A01 100%);
    background-image: -ms-linear-gradient(top, #EB7311 0%, #AA1A01 100%);
    background-image: linear-gradient(to bottom, #EB7311 0%, #AA1A01 100%);
    cursor:pointer;
}

#addToCartContainer, #freeShippingContainer {
    float:right;
    width:220px;
    border:solid 1px #314788;
    border-radius: 10px;
    background-color: #002C72;
    background-image: -moz-linear-gradient(top, #0096E0 0%, #002C72 100%);
    background-image: -o-linear-gradient(top, #0096E0 0%, #002C72 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0096E0), color-stop(1, #002C72));
    background-image: -webkit-linear-gradient(top, #0096E0 0%, #002C72 100%);
    background-image: -ms-linear-gradient(top, #0096E0 0%, #002C72 100%);
    background-image: linear-gradient(to bottom, #0096E0 0%, #002C72 100%);
    box-shadow: 1px 1px 4px rgba(0,0,0,.4);
    text-align: center;
    position: relative;
    padding:10px;
}

#freeShippingContainer {
    margin-top: 10px;
    
}

#merchantLogos {
    position: absolute;
    bottom:-108px;
    left:9px;
}

#addToCartContainer, #addToCartContainer b, #addToCartContainer label, #freeShippingContainer label {
    color:#fff;
    font-size:11px;
    text-shadow:1px 1px 3px rgba(0,0,0,.8);
}

#freeShippingContainer label, #freeShippingContainer label * {
    font-size:14px;
    font-weight: bold;
    color:#fff;
}

#freeShippingContainer label i {
    font-weight: normal;
    font-size:16px;
}

#addToCartContainer select {
    font-size:11px;
    font-weight: bold;
    border:solid 1px #555;
    border-radius: 4px;
    padding:2px 6px 2px 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.6);
}

#addToCartContainer label {
    display:block;
    margin:4px 0;
}

#addToCart {
    position: relative;
    padding:6px 16px 6px 50px;
    font-size:16px;
    margin:10px 0 0 0;
}

#addToCart i {
    width:34px;
    height:31px;
    background:url(/images/cart.png) no-repeat;
    display:block;
    position: absolute;
    top:2px;
    left:10px;
}

em {
    color:#fff;
}

#productDetails {
    margin-top:7px;
}

#productDetails h1 {
    color:#000;
    margin:7px 0 5px 0;
    line-height: 24px;
    font-size:20px;
}

#productSummary h2 {
    font-size:20px;
    line-height: 24px;
    margin-bottom: 12px;
}

#addToCartColumn {
    position:absolute;
    top:0px;
    right:0px;
}

#productLeft {
    float:left;
    width:390px;
}

#productImage {
    
}

#productSummary {
    float:left;
    width:330px;
    margin:0 0 0 20px;
}

#productImage img {
    
}

.retailPrice {
    margin:6px 0;
}

.retailPrice, .retailPrice span {
    font-size:14px;
    color:#fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

.retailPrice span {
    text-decoration:line-through;
}

.yourPrice {
    font-weight: bold;
}

.yourPrice span {
    text-decoration: none;
    font-size:18px;
    font-weight: bold;
}

.priceDetail {
    font-size:11px;
}

.instock {
    margin:15px 0 5px 0;
}

.instock, .instock i {
    color:#fff;
    font-size:14px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

h2 {
    color:#fff;
}

.productDescription {
    color:#fff;
    font-size:13px;
    line-height: 18px;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

.highlights {
    padding:10px 0 20px 0;
}

.highlights, .highlights * {
    font-size:13px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    line-height: 27px;
    color:#fff;
    
}

#factPanelImage {
    position:absolute;
    top:30px;
    left:50%;
    margin-left:-400px;
    z-index: 1001;
    display:none;
}

#factPanelImage a {
    display:block;
    position: absolute;
    top:-20px;
    right:0px;
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
}

#factPanelImage img {
    border:solid 1px #000;
    box-shadow:1px 1px 3px rgba(0,0,0,.6);
}

.youSave {
    font-weight: bold;
    color:#FA3227;
    font-style:normal;
}