﻿body
{
    /*background: top repeat-x url(images/SiteBG.jpg);*/
    background-color: #000;
    margin: 0;
    font-size: 12px;
    color: #221F1F;
    font-family: Arial, Helvetica, sans-serif;
}
#sitecontainer
{
    margin: 67px auto 30px auto;
    width: 809px;
}
#siteinnercontainer
{
    background: url(images/ContentBG.gif) repeat-y top left;
}
#header
{
}
#nav
{
    width: 717px;
    margin: 0 auto 0 auto;
    padding: 15px 0 15px 0;
    color: #fff;
}
#contentcontainer
{
    background-color: #fff;
    width: 717px;
    margin: 0 auto 0 auto;
}
#contentblock
{
    padding: 40px 45px 25px 45px;
}

#contentfooter
{
}
#sitefooter
{
    background-color: #000;
    color: #563302;
    border-top: 1px solid #ac5325;
    border-bottom: 1px solid #ac5325;
    text-align: center;
    padding: 4px;
    font-size: 10px;
}
#sitefooter a
{
    color: #563302;
}
#sitefooter a:hover
{
    color: #E66F32;
    text-decoration: none;
}
h1
{
    font-size: 14px;
    color: #E66F32;
    padding-top: 15px;
    border-top: 1px dashed #000;
    font-family: Arial-Black, Arial, Helvetica, sans-serif;
}
h2
{
    font-size: 16px;
    padding-top: 15px;
    font-family: Arial-Black, Arial, Helvetica, sans-serif;
}
h2 a {
    color: #221F1F;
}
h2 a:hover {
    color: #E66F32;
    text-decoration: none;
}
h3
{
    font-size: 14px;
    color: #E66F32;
    padding-top: 15px;
    font-family: Arial-Black, Arial, Helvetica, sans-serif;
}
.productimage
{
    height: 110px;
    width: 184px;
    background: url(images/ProductImageBG.png) top left no-repeat;
    margin: auto;
    padding-top: 1px;
    

}
.productname
{
    font-size: 14px;
    color: #E66F32;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.productdescription
{
overflow: auto;
}
.productprice
{
    font-weight: bold;
    font-size: 13px;
}
.productbuttons
{
    font-size: 16px;
    font-weight: bold;
    
}
p {
    margin: 0px;
    padding: 0px 0px 12px 0px;
}
a {
    color: #E66F32;
    text-decoration: none;
}
a:hover {
    color: #E66F32;
    text-decoration: underline;
}
.datavalue {
    border: 1px solid #000000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.featurecontainer {
    background: url(images/FeatureContainerBG.jpg) repeat-x top left;
    width: 234px;
    float: left;
    
}
.featurecontainertext {
    padding: 15px 20px 5px 20px;
    height: 150px;
    overflow: hidden;
    border-right: 1px solid #7B4020;
    border-left: 1px solid #7B4020;
    color: #ffffff;

}
.orange {
    color: #E66F32;
}


/*shopping cart page*/
.cartitem {
    border-bottom: 1px dashed #000000;
    padding: 15px 15px 15px 0px;
}
.cartproductimage
{
    height: 110px;
    width: 184px;
    background: url(images/ProductImageBG.png) top left no-repeat;
    padding-top: 1px;
    float: left;
    text-align: center;
    margin-right: 20px;
    

}
.cartproducttext {
    float: left;
    width: 400px;
 }
.cartproductname
{
    font-size: 14px;
    color: #E66F32;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-bottom: 5px;
}
.cartproductdescription
{
    padding-bottom: 5px;
}
.cartremove {   
    float: right;
    font-weight: bold;
    font-size: 14px;
 }
.cartproductprice
{
    font-weight: bold;
    font-size: 14px;
    float: left;
}
.cartbottom {
    border-bottom: 1px dashed #000000;
    padding: 5px 0px 5px 0px;
    font-size: 18px;
}
.carttotal {
    float: left;
    width: 240px;
}
.cartshopping {
    float: left;
    padding-right: 45px;
}
.cartcheckout {
    float: left;
 }
 .lblMSG
 {
 width: 600px;
 color: #000;
 padding: 5px;
 border: 2px dashed #e66f32;
 background-color: #ccc;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 display: block;
 }
 #categorydescription
 {
 margin: 15px 0 15px 0;
 
 }
 #categorydescription h1
 {
 border-top: none;
 margin: 0;
 padding: 0;
 }
 .gridrow td
 {
 border-bottom: 1px solid black
 }