﻿#custoreHeader 
{
    height: 97px;
    background: url(img/custore/header_bg.jpg) no-repeat;
    margin-bottom: 20px;
}
.custoreContent 
{
    width: 565px;
    font-size: 13px;
}


.categoryMenuWrapper 
{
    margin-top: 5px;
}

.custoreContent .title1
{
    color: #003300;
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    background: url(img/custore/title1.gif) no-repeat right 19px;
    padding-bottom: 5px; 
    margin-bottom: 5px; 
    text-transform:capitalize;
}


.custoreContent .t1-Standard .text
{
    background: url(img/custore/tie_icon.gif) no-repeat;
    padding: 5px 0px 5px 40px;
}

.custoreContent .productList .productListTerminator 
{
    clear: both;
    height: 30px;
    background: url(img/custore/hr1.gif) repeat-x center left;
}

.custoreContent .productList .footer
{
    clear: both;
    height: 60px;
    /*background: url(img/hr3.gif) no-repeat;*/
}

.custoreContent .productList .header 
{
    height: 60px;
    background: url(img/custore/hr2.gif) no-repeat;
    color: #003300;
    font-weight: bold;
    padding: 8px 0px 0px 10px;
    font-size: 17px;
}


.productList .productSummary 
{
    float: none;
}

.productSummary .image
{
    float: left;
    border: solid 5px #ff9900;
    margin-right: 15px;
    
}

.productList .productSummary .content
{
    float: left;
    width: 450px;
    margin-right: 20px;
}

.productSummary .content .name
{
    line-height: 1.3em;  
    margin-bottom: 10px;
    text-transform: capitalize;
}

.productSummary .content .name a
{
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    border-bottom: dashed 1px black;
    color: Black;    
}

.productSummary .content .name a:hover
{
    color: #ff9900;    
}

.productSummary .content p
{
    margin-top: 0px;
    margin-bottom: 10px;
}

.productSummary .content .ourPrice
{
    color: #000000;
}
.productSummary .content .price
{
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #990000;
}

.productSummary .content .slashedPrice
{
    color: #000000;
    font-weight: normal;
    text-decoration: line-through;
}


.productSummary .content .learnMore
{
    margin-top: 5px;
    float: left;
}

.productSummary .content .learnMore a
{
    background: url(img/home_learnmore.gif) no-repeat left center;
    padding: 8px 10px 8px 20px;
    color: #000000;
    display:inline-block;
    text-decoration: none;
    font-size: 11px;
}

.productSummary .content .addtocart
{
    margin-top: 10px;
    margin-left: 0px;
    float: left;
}

.productDetail 
{
    margin-top: 10px;
    margin-bottom: 30px;
}
.productDetail .image
{
    float: left;
    border: solid 5px #ff9900;
    margin-right: 10px;
}

.productDetail .content
{
    float: left;
    width: 270px;
    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
{
    margin-top: 10px;
    /*float: right;
    background: url(img/addtocart_button.jpg) no-repeat;
    width: 148px;
    height: 53px;*/
}

.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;
}
