
/* TOP LEVEL MENU */


#div_Menu {
	display: block;
	position: absolute;
	top: 5px;
	height: 50px;
	text-align: left;
	color: #F1C512;
	width: 909px;
	background: url(../images/frontend/menu/topmenuback.jpg) 0 0 repeat;
}

/* disable in IE6 */
* html #div_Menu UL {
	display: none;
}

#div_Menu > UL {
    margin: 0;
    padding: 0;
    list-style:none;
    float: left;
	display: block;
}
#div_Menu > UL > LI {
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
}
#div_Menu > UL > LI.li_Current {
}
#div_Menu > UL > LI > A {
	float: left;
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 50px;
}
#div_Menu > UL > LI > A > DIV {
	float: left;
	margin: 0;
	padding: 0 10px;
	margin: 5px 0;
	font-weight: normal;
	color: #fff;
	display: block;
	cursor: pointer;
	line-height: 20px;
	height: 40px;
	border-right: #fff 1px solid;
}
#div_Menu > UL > LI.li_Current > A 
{
	color: #fff;
}
#div_Menu > UL > LI.li_Current > A > DIV 
{
	color: #fff;
}
#div_Menu > UL > LI > A:hover,
#div_Menu > UL > LI > A.a_MenuOpen,
#div_Menu > UL > LI:hover > A {
    text-decoration: underline;
    color: #333;
}
#div_Menu > UL > LI > A:hover > DIV,
#div_Menu > UL > LI > A.a_MenuOpen > DIV,
#div_Menu > UL > LI:hover > A > DIV {
    color: #333;
}

#div_Menu > UL > LI UL {
	visibility: hidden;
	position: absolute;
	top: 49px;
	z-index: 1000;
	font-size: 12px;
	border: 0;
	overflow: visible;
	clear: both;
    padding: 0;
	border: 0;
	background: #fff;
}
#div_Menu > UL > LI UL > LI {
	display: block;
	border: 0px solid #3279be;
	border-top: 0px;
	float: none;
	background: none;
	line-height: 27px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#div_Menu > UL > LI UL > LI A,
#div_Menu > UL > LI UL > LI A:visited {
	display: block;
	float: none;
	padding: 0px 10px 0 10px;
	margin: 1px 0 0 0;
	line-height: 27px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
    border: 0;
    text-align: left;
	/*background: url(../images/frontend/menu/catmenuback.jpg) right top no-repeat #eee;*/
	background: #BFB182;
}
#div_Menu > UL > LI UL LI A:hover {
	/*background: url(../images/frontend/menu/catmenuback_on.jpg) right top no-repeat #eee;*/
	background-color: #d0c092;
	color: #333;
	text-decoration: underline;
}
#div_Menu > UL > LI UL LI A.a_Parent {
	background: url(../images/frontend/menu/parentarrow.png) right center no-repeat #666;
}
#div_Menu > UL > LI UL LI A.a_Parent:hover,
#div_Menu > UL > LI UL LI A.a_MenuOpen, 
#div_Menu > UL > LI UL LI A.a_MenuOpen:hover {
	/*background: url(../images/frontend/menu/catmenuparentback_on.jpg) right top no-repeat #eee;*/
	background: url(../images/frontend/menu/parentarrow.png) right center no-repeat #dd497a;
}
#div_Menu > UL > LI UL LI A.a_MenuOpen {
	/*background: url(../images/frontend/menu/catmenuparentback_on.jpg) right top no-repeat #eee;*/
	background: url(../images/frontend/menu/parentarrow.png) right center no-repeat #dd497a;
	text-decoration: underline;
}

#div_Menu UL LI:hover > UL {
	visibility: visible;
}

#div_Menu > UL > LI > UL > LI UL {
	position: absolute;
	left: 200px;
	margin-top: -27px;
	top: auto;
}

/* BASKET */

#div_Menu .div_Basket {
	display: inline;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	line-height: 20px;
	float: right;
	text-align: right;
}
#div_Menu .div_Basket .div_Items {
	display: block;
}
#div_Menu .div_Basket .div_Items A {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #fff;
}

/* CATEGORIES MENU */

.div_CategoriesMenu {
	margin: 0 0 5px 0;
	background: url(../images/frontend/menu/categorymenuback.jpg) 0 0 repeat-x;
	padding-bottom: 1px;
	border: 0px solid #e9eca6;
	background: #f6f8d3;
	border-top: 0px solid #e9eda6;
	border-bottom: 0px solid #e9eda6;
}
.div_CategoriesMenu A {
	display: block;
	padding: 0 0 0 0;
	color: #666;
	text-decoration: none;
	line-height: 22px;
}
.div_CategoriesMenu .a_Bold 
{
    font-weight: bold;
}
.div_CategoriesMenu A:hover {
	color: #333;
}
.div_CategoriesMenu IMG {
	border: 0;
}
.div_CategoriesMenu UL LI H2 A {
	color: #e16f2c;
	font-size: 14px;
	margin: 0 10px 0 10px;
	padding: 0;
	line-height: 2em;
	height: auto;
	font-weight: bold;
}
.div_CategoriesMenu UL LI H2 A:hover {
	text-decoration: underline;
}

.div_CategoriesMenu .div_Submenu {
	margin: 0 0 5px 0;
}
.div_CategoriesMenu .div_Submenu A {
	padding: 0 5px 0 27px;
	line-height: 1.7em;
	color: #555;
	font-weight: bold;
	background: url(../images/frontend/icons/arrowgrey.gif) 12px 6px no-repeat;
	height: auto;
}
.div_CategoriesMenu .div_Submenu A:hover {
	text-decoration: underline;
}
.div_CategoriesMenu .div_Submenu A.a_Selected {
	font-weight: bold;
}

.div_CategoriesMenu .div_Submenu2 {
}
.div_CategoriesMenu .div_Submenu2 A {
	padding: 0 5px 0 28px;
	line-height: 1.7em;
	color: #555;
	font-weight: normal;
	height: auto;
	background: none;
}
.div_CategoriesMenu .div_Submenu2 A:hover {
	text-decoration: underline;
	background: url(../images/frontend/icons/arroworange.gif) 12px 6px no-repeat;
}
.div_CategoriesMenu .div_Submenu2 A.a_Selected {
	font-weight: bold;
}
.div_CategoriesMenu UL LI.li_Level.Last A {
	padding: 0 5px 0 27px;
	line-height: 1.7em;
	color: #555;
	font-weight: bold;
	background: url(../images/frontend/icons/arrowgrey.gif) 12px 6px no-repeat;
	height: auto;
}
.div_CategoriesMenu UL LI.li_Level.Level1 A {
	padding: 0 5px 0 27px;
	line-height: 1.7em;
	color: #555;
	font-weight: bold;
	background: url(../images/frontend/icons/arrowgrey.gif) 12px 6px no-repeat;
	height: auto;
}
.div_CategoriesMenu UL LI.li_Level.Level2 A {
	padding: 0 5px 0 27px;
	line-height: 1.7em;
	color: #555;
	font-weight: bold;
	background: url(../images/frontend/icons/arrowgrey.gif) 12px 6px no-repeat;
	height: auto;
}
.div_CategoriesMenu UL LI.li_Level.Level3 A {
	padding: 0 5px 0 27px;
	line-height: 1.7em;
	color: #555;
	font-weight: bold;
	background: url(../images/frontend/icons/arrowgrey.gif) 12px 6px no-repeat;
	height: auto;
}


/* IFRAMES */

#div_Iframes IFRAME {
	display: none;
	position: absolute;
	z-index: 999;
	border: 0px solid black;
	opacity: 0;
	filter: alpha(opacity=0);
}

/*FILTERS*/
#div_FiltersMenu
{
    margin-bottom: 50px;
}

.divFilter 
{
    margin: 10px 0px;
    padding: 2px 0px;
    border-bottom: 1px dotted #555;
}
.divFilter H2
{
 	display: block;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
	padding: 0 5px;
	line-height: 22px;
	color: #fff;
	background-color: #E1722B;
    font-weight: bold;
}
.divFilter UL LI
{
}
.divFilter UL A
{
    padding: 0 0 0 5px;
	text-decoration: none;
	line-height: 1.8em;
	color: #E3702C;
}
.divFilter UL A:hover
{
	text-decoration: underline;
}
.divFilter UL SPAN, .divFilter UL DIV SPAN
{
    padding-left: 5px;
    color: #999;
}
.divFilter UL .divNoProducts
{
    color: #999;
    padding-left: 5px;
}
.divFilter UL .divSelected
{
    font-weight: bold;
    background-color: #C0B07F;
    padding-left: 5px;
    color: #fff;
	line-height: 1.8em;
}
.divFilter UL .divSelected A
{
    padding-left: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.divFilter UL .divSelected SPAN {
	color: #fff;
}

