/* Menu text properties (normal and mouseover) */
.minner {
	font: 11px arial;
	padding: 4px;
	color: black;
	font-weight: normal;
	background-image:url(/images/menu_back.gif);
}
/* menu colors */
.moout {    
	text-decoration : none;
	border : 1px solid #000066;
}
/* Mouse Over menu colors */
.moover {
	background: #D8DBED;
	text-decoration : none;
	border : 1px solid #CCCCCC;
}.discounts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.LeftMenuMainCatHeading
{
    background-image: url(/images/menutitle.gif);
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
}

.MenuTable
{
    border: none;
    border-collapse: collapse;
    width: 188px;
}
.MenuTableTop
{
    background-image: url('images/menutop.png');
    background-repeat: no-repeat;
    height: 39px;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
}
.MenuTableMiddle
{
    background-image: url('images/menumiddle.png');
    background-repeat: repeat-y;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration : none;
    font: 11px arial;
}
.MenuTableSeparator
{
    background-image: url('images/menuseparator.png');
    background-repeat: no-repeat;
    height: 1px;
}
.MenuTableBottom
{
    background-image: url('images/menubottom.png');
    background-repeat: no-repeat;
    height: 23px;
}

.BasketTable
{
    border: none;
    border-collapse: collapse;
    width: 188px;
}
.BasketTableTop
{
    background-image: url('images/baskettop.png');
    background-repeat: no-repeat;
    height: 32px;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    color: #FFFFFF;
}
.BasketTableMiddle
{
    background-image: url('images/menumiddle.png');
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration : none;
    font: 11px arial;
    text-align: center;
}
.BasketTableSeparator
{
    background-image: url('images/menuseparator.png');
    background-repeat: no-repeat;
    height: 1px;
}
.BasketTableBottom
{
    background-image: url('images/menubottom.png');
    background-repeat: no-repeat;
    height: 23px;
}

.PanelTable
{
    border: none;
    border-collapse: collapse;
    width: 188px;
}
.PanelTableTop
{
    background-image: url('images/paneltop.png');
    background-repeat: no-repeat;
    height: 32px;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    color: #FFFFFF;
}
.PanelTableMiddle
{
    background-image: url('images/menumiddle.png');
    background-repeat: repeat-y;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration : none;
    font: 11px arial;
    text-align: center;
}
.PanelTableSeparator
{
    background-image: url('images/menuseparator.png');
    background-repeat: no-repeat;
    height: 1px;
}
.PanelTableBottom
{
    background-image: url('images/menubottom.png');
    background-repeat: no-repeat;
    height: 23px;
}
.SearchRefineTable
{
    background-image: url('images/searchrefine_background.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    border-bottom: solid 1px #cecece; 
    border-top: solid 1px #cecece; 
    border-left: solid 1px #cecece; 
    border-right: solid 1px #cecece;
}
.SearchRefineTableHeadings
{
    padding-top: 5px;
    font-weight: bold;
    font-size: 18px;
    
}
