/**
    Themes styles
*/
body
{
	font-size: 70%;
    background: #efefef; /*#967312; /* 967312 */
}

a.category-top, a.category-products, a.category-links,
.sideBoxContent a, .categoryListBoxContents a,
span.cartOldItem,
a, a:link, a:visited
{
    color: #BEA022;
    font-weight: bold;
}
a:hover {
    color: #6F3601;
    text-decoration: none;
}


#indexCategoriesHeading{
    color: #6F3601;

}

#mainWrapper
{
    width: 800px;
    border: 1px solid #9A9A9A;
    background-color: #fff;

}

#headerWrapper
{
}

#navMainWrapper
{
    background: #E8C776; /* #763B00; /*#352075; /*#F8D794; /* pale or peach like color */
    border-bottom: 1px solid #9A9A9A;
}

#navMain ul li a
{
    color: #000;
}
#navMain ul li a:hover
{
    color: #ffffff;
}

/* contains ul of links */
#navMain{ }

#logoWrapper
{
    text-align: center;
}

#logo
{
    float: none;
    padding-top: 10px;
}

#logo a { display: block; }

#taglineWrapper{ }

#tagline{}

/* Body */
#contentMainWrapper{
    border-top: solid 1px #9A9A9A;
    padding-top: 2px;
}

.columnLeft{
    padding: 4px;
}
.columnRight{ padding: 4px; }

#navColumnOne{ background-color: #fff; }
#navColumnTwo{ background-color: #fff; }
#navColumnOneWrapper{ }
#navColumnTwoWrapper{ }

/* Side blocks  */
.leftBoxContainer, .rightBoxContainer
{
    margin:0; /* reset inherited */
    margin-bottom: 5px;
    border: 1px solid #9A9A9A;
}

h3.leftBoxHeading
, h3.rightBoxHeading
{
    background-color: #E8C776; /* #DAA403; /*#F8D794;*/
    color: #000000;
    border-bottom: 1px solid #9A9A9A;
    text-decoration: none;
}

h3.leftBoxHeading a
, h3.rightBoxHeading a
{
    color: #000;
}
h3.leftBoxHeading a:hover
, h3.rightBoxHeading a:hover
{
    color: #EADAB2;
}

.sideBoxContent
{
    background-color: #fff; /*#efefef;*/
}

/* Main Content */
#navBreadCrumb{
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    border: 1px solid #9A9A9A;
    color: #000;
    background-color: #E8C776; /* #763B00; /*#F8D794;*/
}


.leftBoxHeading, .centerBoxHeading {
    color: #000;
	background-color: #E8C776; /*#763B00; /*#F8D794;*/
}


#navBreadCrumb a {
    color: #000;
}
#navBreadCrumb a:hover {
    color: #fff;
}

/* Product Page */
#categoryIcon{ display: none; }
#alsoPurchased{ display: none; }

.productListing-odd{
}
.productListing-even{
}


/**
    Footer
*/
#navSuppWrapper
{
    border-top: 1px solid #9A9A9A;
    border-bottom: 1px solid #9A9A9A;
}

#navSupp
{
    color: #000;
    background: #E8C776; /*#763B00; /*#F8D794;*/
}
#navSupp ul li a
{
    color: #000;
}
#navSupp ul li a:hover
{
    color: #fff;
}

.listingProductImage {
    margin-bottom: 5px;
}
