﻿/* ---------------------------------------------------------------------------------- */

.menu1 {
    width: 100%;
    text-align: center;
    height: 16px;
    padding-bottom: 16px;
}
.menu1 ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 auto;    
}
.menu1 li {
    display: inline;
    padding-left: 36px;
    font-size: 16px;
    background-image: url(images/merc_symbol.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

/* ---------------------------------------------------------------------------------- */

.menu2 {
    width: 100%;
    background-image: url(images/backg_topmenu.gif);
    background-repeat: no-repeat;
    background-position: center top;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.menu2 ul {    
    padding-top: 5px;
    list-style: none;
    width: 877px;
    padding: 0.7em 0 0 0;
    margin: 0 auto;
}

.menu2 li {
    display: inline;
    margin: 0 auto; 
}

/* ---------------------------------------------------------------------------------- */

.menu3 {
    width: 161px;
    background-image: url(images/backg_menutop.gif);
    background-repeat: no-repeat;
    height: 100%;
}

/* product repeater----------------------------------------------------------------------- */

.productrow {
    width: 512px;
}
.productbg {
    width: 240px;
    background-image: url(../../images/backg_product.gif);
    background-repeat: no-repeat;
	padding: 7px;
	margin: 1px;
}
.producttitle {
    width: 223px;
    background-color: #E8E8E8;
	padding: 7px;
}
.productprice {
	width: 108px;
	height: 88px;
	padding-top: 20px;
}

/* ---------------------------------------------------------------------------------- */
/* product page----------------------------------------------------------------------- */

.productheading {
    width: 498px;
    background-color: #E8E8E8;
	padding: 7px;
	margin-top: 10px;
	font-weight: bold; 
}


/* ---------------------------------------------------------------------------------- */

.menutop 
{
    background-image: url(../../images/backg_menutop.gif);
    background-repeat: no-repeat;
    background-color: #7C0407;
    height: 18px;
    padding: 7px 7px 7px 7px;
}

.subcats
{
    padding: 5px;
    background-color: #E8E8E8;
}

.menucat
{
    background-color: #7C0407;
    padding: 7px;
}

.menubottom 
{
    background-image: url(../../images/backg_menubot.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #7C0407;
    height: 18px;
    padding: 7px 7px 7px 7px;
}

.basket
{
    padding: 7px;
    background-color: #E8E8E8;
}
.basketbuttons
{
    padding: 0px 4px 4px 4px;
    background-color: #E8E8E8;
}

.category {
    width: 100%;
    text-align: left;
    height: 16px;
    padding-bottom: 16px;
}
.category ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 auto;    
}

.category li
{
    padding-left: 16px;
    background-image: url(../../images/merc_symbol_trans.gif);
    background-position: left center;
    background-repeat: no-repeat;
}