﻿.productDetail 
{
    margin-top: 10px;
    margin-bottom: 30px;
}
.productDetail .image
{
    float: left;
    /*border: solid 5px #ff9900;*/
    margin-right: 10px;
}

.productDetail .content
{
    float: left;
    width: 252px;
    margin-left: 10px;
}

.productDetail .content p
{
    margin-top: 0px;
    margin-bottom: 20px;
}

.productDetail .content .ourPrice
{
    font-weight: bold;
    color: #000000;
}

.productDetail .content .price
{
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #990000;
}

.productDetail .content .slashedPrice
{
    color: #000000;
    font-weight: normal;
    text-decoration: line-through;
}

.productDetail .addtocart
{
    float: right;
    
    width: 236px;
}
.productDetail .productOptions 
{
    background: url(img/customizer_bg.gif) repeat-y;
}

.productDetail .productOptions .title
{
    font-weight: bold;
    margin: 15px 0px 5px 10px;
    
}
.productDetail .productOptions .contenta
{
    margin: 0px 0px 0px 10px;
}
.productDetail .productOptions .contenta td
{
    padding: 0px 5px 0px 0px
}
.productDetail .productOptions .header 
{
    background: url(img/customizer_top.gif) no-repeat;
    height: 13px;
}

.productDetail .productOptions .footer
{
    background: url(img/customizer_footer.gif) no-repeat;
    height: 33px;
}

.productDetail .addtocart a
{
    padding: 0px 0px 0px 0px;
    display:inline-block;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}

.productDetail .terminator
{
    clear: both;
    height: 30px;
}

.productDetail .imageUploader .theImage 
{
}

.productDetail .imageUploader .theUploader
{
}

.productDetail .content .freeShipping
{
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}
