﻿.glossymenu
{
	margin: 5px 0;
	padding: 0;
	width: 162px; /*width of menu*/
	border: 1px solid #e1e1e1;
}

.glossymenu a.menuitem
{
	background: url(  "../img/bg-a-menuitem.png" );
	color: #732785;
	display: block;
	font: bold 12px "Arial";
	padding: 10px 0 10px 20px;
	position: relative;
	text-decoration: none;
	width: auto;
}

.ac
{
	color: #ea51a1;
}

.glossymenu a.menuitem .statusicon
{
	/*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover
{
}

.glossymenu div.submenu
{
	/*DIV that contains each sub menu*/
}

.glossymenu div.submenu ul
{
	/*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li
{
	background: url(  '../img/bg-acord-menu-line.png' )no-repeat;
	background-position: bottom;
}

.glossymenu div.submenu ul li a
{
	display: block;
	font: normal 11px "Arial";
	color: #732785;
	text-decoration: none;
	padding: 10px 10px 10px 30px;
}

.glossymenu div.submenu ul li a.active
{
	color:#ea51a1;
}

.glossymenu div.submenu ul li a:hover
{
	background: #ffe5f3;
}

.glossymenu ul li a.active
{
	color:#ea51a1;
}








/*  Ürün detay kısmındaki acordion menü */


.glossymenu-dt{
margin: 5px 0;
padding: 0;
width: 767px; /*width of menu*/


}

.glossymenu-dt a.menuitems{
/*background: black url(glossyback.gif) repeat-x bottom left;*/
font: 14px  "Gotham Narrow Medium",Arial;
color: #333333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 0px;
text-decoration: none;
border-bottom: 1px dashed #9A9A9A;
margin-bottom:20px;
}
.glossymenu-dt a.menuitems a{ padding-bottom:-50px;}


.glossymenu-dt a.menuitems .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 15px;
right: 5px;
border: none;
}

.glossymenu-dt a.menuitems:hover{
/*background-image: url(glossyback2.gif);*/
}

.glossymenu-dt div.submenus{ /*DIV that contains each sub menu*/

}

.glossymenu-dt div.submenus ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu-dt div.submenus ul li{
/*border-bottom: 1px solid blue;*/
font: 12px  Arial, Helvetica, sans-serif;
padding-bottom: 10px;
padding-left: 0px;
}

.glossymenu-dt div.submenus ul li a{


}

.glossymenu-dt div.submenus ul li a:hover{
/*background: #DFDCCB;
colorz: white;*/
}
