
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Products */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#productsPage
{
}

#productsPage #banner
{
}

#productsPage
{
    padding: 0;
    margin: 4px;
    width: 670px;
    background-image: url(/images/contentBG.gif);
    background-repeat: repeat-y;
}

/* left column */

/* generic */


#content #leftColumn
{
    float: left;
    width: 200px;
    padding: 0 4px 4px 4px;
    background: #fff;
    margin: 0;
    height: 100%;
}

#content #leftColumn .head
{
    width: auto;
    height: 18px;
    border-bottom: 1px solid #FFF;
    background-image: url(/images/greenGradiant.gif);
    padding-left: 10px;
    padding-top: 6px;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
    margin: 0 0 2px 0;
}

#productsPage
{
    /*padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;*/
    background-color: #E4EFB8;
    /*color: #8AA824;*/
    color: #666666;
    /*margin-bottom: 4px;*/
}

#content #leftColumn .body form
{
    margin: 0;
}

#content #leftColumn .body a, #productsPage #content #leftColumn .body a:visited
{
    color: #8AA824;
    text-decoration: none;
}

#content #leftColumn .body a:hover
{
    color: #CC0000;
    text-decoration: underline;
}

/* left column prodcatmenu1 */
#content #leftColumn #prodCatMenu1 .head
{
}

#content #leftColumn #prodCatMenu1 .body
{
}


#content #leftColumn #prodCatMenu1 .body a, #productsPage #content #leftColumn #prodCatMenu1 .body a:visited
{
}

#content #leftColumn #prodCatMenu1 .body a:hover
{
}


/* left column prodcatmenu2 */
#content #leftColumn #prodCatMenu2 .head
{
}

#content #leftColumn #prodCatMenu2 .body
{
}


#content #leftColumn #prodCatMenu2 .body a, #productsPage #content #leftColumn #prodCatMenu2 .body a:visited
{
}

#content #leftColumn #prodCatMenu2 .body a:hover
{
}



/* left column mini cart */

#productsPage #content #leftColumn #miniCart .head
{
    background-image: url(/images/orangeGradiant.gif);
}

#productsPage #content #leftColumn #miniCart .body
{
    background-color: #FFC69F;
    color: #FF3300;
}
#productsPage #content #leftColumn #miniCart .body .total
{
    font-weight: bold;
    margin: 4px 0 4px 0;
}

#productsPage #content #leftColumn #miniCart .body a, #productsPage #content #leftColumn #miniCart .body a:visited
{
    color: #FF3300;
}

#productsPage #content #leftColumn #miniCart .body a:hover
{
    color: #CC0000;
    text-decoration: underline;
}


/* left column search */

#productsPage #content #leftColumn #prodSearch .head
{
    background-image: url(/images/blueGradiant.gif);
}

#productsPage #content #leftColumn #prodSearch .body
{
    background-color: #C2E9F5;
    color: #8AA824;
}


#productsPage #content #leftColumn #prodSearch .body a, #productsPage #content #leftColumn #prodSearch .body a:visted
{
    color: #8AA824;
}

#productsPage #content #leftColumn #prodSearch .body a:hover
{
    color: #CC0000;
}




/* right column */

#productsPage
{
    /*padding: 16px 0 20px 20px;*/
    /*float: left;*/
    width: 586px;
    background: #FFF;
}

#productsPage h1
{
    margin-bottom: 2px;
}


#productsPage .displaying
{
    font-size: 10px;
    margin: 4px 0 10px 0;
}

#productsPage .product
{
    border-top: 4px solid #E0E0E0;
    padding: 10px;
    float: left;
    background-color: #EFF0EC;
    width: 100%;
    margin-bottom: 16px;
}

#productsPage .product .productImage
{
    float: left;
    width: 220px;
}

#productsPage .product .productImage img
{
    border: 1px solid #999;
}

#productsPage .product .productDetails
{
    float: left;
    margin-left: 14px;
    width: 280px;
}


#productsPage .product .title
{
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 4px;
    color: #EC892F;
    border-bottom: 1px dotted #999;
}


#productsPage .product .price
{
    font-size: 14px;
    font-weight: bold;
    margin: 4px 0 2px 0;
}

#productsPage .product .oldprice
{
    font-size: 12px;
    font-weight: normal;
    margin: 4px 0 2px 0;
    text-decoration:line-through;

}

#productsPage .product .price .small
{
    font-size: 10px;
    font-weight: normal;
    margin-left: 6px;
}

#productsPage .product .description
{
    font-size: 12px;
    color: #333;
    margin:12px 0 22px 0;
}
#productsPage .product .addToCart
{
    margin: 10px 0 2px 0;
}

#productsPage .product .addToCart form
{
    margin: 0;
}


#productsPage .product .addToCart input.qty
{
    font-size: 10px;
    margin-right: 3px;
}

#productsPage .product .subProduct
{
    font-size: 12px;
    color: #666;
    clear: both;
    margin: 0 0 8px 0;
}

#productsPage .product .subProductTitle, #productsPage .subProductPrice
{
    font-size: 11px;
    color: #666;
    float: left;
    font-weight: normal;
    border: none;
    margin: 0;
}

table.subProducts
{
    margin-top: 20px;
    clear:both;
    width:100%;
}


.product table.subProducts .subProductTitle
{
    width: 194px;
}


table.subProducts td.dollar
{
    text-align: right;
}

table.subProducts td
{
    vertical-align: top;
    height: 20px;
    padding-bottom: 10px;
}


table.subProducts td.buy
{
    width: 40px;
    text-align: right;
}


#productsPage .subProductPrice
{
    text-align: right;
}


#productsPage .product .subProducts div.addToCart
{
    margin: 0;
    padding: 0;
}

#productsPage .backNextLinks
{
    clear: both;
}

#productsPage .backNextLinks a, #productsPage .backNextLinks a:visited
{
    color: #999;
}


.productlist .product a
{
    text-decoration:none;
}

/* Product Detail */
#productDetail .title
{
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 4px;
    color: #EC892F;
    margin-bottom: 12px;
}

#productDetail #productImage
{
    margin: 0 12px 13px 0;
    float:left;
}
#productDetail #productImage a
{
    min-height:200px;
    display:block;
}
#productDetail #productImage .enlarge-button
{
    width:305px;
    background-color:#e2e2e2;
    color:#808080;
    padding:3px 5px;
    margin-top:2px;
    font-size:11px;
}
#productDetail .price
{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}
#productDetail .description
{
    line-height:1.4em;
}

#productDetail .price .oldprice
{
font-size: 12px;
    font-weight: normal;
    margin: 4px 0 2px 0;
    text-decoration:line-through;
}

#productDetail table.subProducts tr:first-child
{
    font-weight:bold;
    font-size:14px;
    color:#216272;
}
#productDetail table.subProducts tr:first-child td
{
    padding-bottom:10px; /* overrides: padding:6px; */
}
#productDetail table.subProducts tr:nth-child(even)
{
    background-color:#E2E2E2;
}
#productDetail table.subProducts td
{
    padding:6px;
}
#productDetail table.subProducts td.subProductPrice
{
    text-align:right;
}
#productDetail .backNextLinks
{
    clear: both;
    margin-bottom: 20px;
}

#productDetail .backNextLinks a, #productsPage .backNextLinks a:visited
{
    color: #999;
}


#productDetail .addToCart{
    margin-top:16px;
}
#productDetail table.subProducts .addToCart
{
    margin-top:0;
}

#productDetail .addToCart input.text{
       border:1px solid #ccc;
       padding:2px;
       background:#fff;
} 
#productDetail .title
{
    font-size: 18px;
    color: black;
}
/*#productDetail div.col
{
    float:left;
}*/


/* RELATED PRODUCTS */
#relatedProducts
{
    margin-top:20px;
    clear:both;
}
#relatedProducts img
{
    border:none;
}
#relatedProducts div.heading
{
    color:#216272;
    font-size:14px;
    font-weight:bold;
    width:100%;
    padding:5px;
    margin-bottom:8px;
}
#relatedProducts div.product
{
    border:solid 1px #ccc;
    float:left;
    padding:5px;
    width:130px;
    height:140px;
    margin-right:4px;
    margin-bottom:4px;
}
#relatedProducts div.product:hover
{
    border:solid 1px black;
}
#relatedProducts div.product > div
{
    text-align:center;
}
#relatedProducts div.product div.image
{
    height:80px;
}
#relatedProducts div.product div.name
{
    text-decoration:underline;
    font-size:11px;
    margin-top:7px;
}
#relatedProducts div.product div.price,
#relatedProducts div.product div.varieties
{
    font-size:10px;
    color:Black;
    margin-top:3px;
    font-weight:bold;
}


.backNextLinks
{
    font-size:11px;
    padding-top:20px;
    clear:both;
}


