@charset "utf-8";
/* Author : Gökhan CAN */

body						{ margin:0px auto; background-color:#FFFFFF; background-image:url(../media/bg.png); background-repeat:repeat-x; }

body,td,th 					{font-family: Arial; font-size: 10px; color: #666666; }
a 							{font-family: Arial; font-size: 11px; color: #088CAB; }
a:link 						{text-decoration: none; }
a:visited					{text-decoration: none; color: #088CAB; }
a:hover 					{text-decoration: underline; color: #088CAB; }
a:active 					{text-decoration: none; color: #088CAB; }

/*Site içi Yazılar*/
#standart_font				{font-family:Verdana; font-size:10px; color:#666666; }
#urun_font					{font-family:Arial; font-size:9px; color:#088CAB;  }
#urun_font2					{font-family:Arial; font-size:9px; color:#333333;  }
#urun_font3					{font-family:"Arial Narrow"; font-size:18px; color:#088CAB; font-style:bold; }


#header						{ width:850px; height:113px; margin:0px auto; }
#logo						{ width:254px; height:125px; float:left;}
#header_right				{ width:500px; height:125px; float:right;}

#banner						{ width:820px; height:170px; margin:0px auto;}

#middle						{ width:850px; height:100%; margin:0px auto; margin-top:10px; }
#menu						{ width:200px; height:100%; float:left; }
#middle_right				{ width:650px; height:100%; float:right; }
#middle_right_product		{ width:850px; height:100%;  }
#middle_right_in			{ width:600px; margin-left:40px; margin:0px auto; height:100%; margin-top:8px;  }
#middle_right_in_two		{ width:620px; margin:0px auto; height:100%; margin-top:8px;  }
#middle_right_in_two_left	{ width:310px; margin:0px auto; height:100%; margin-top:8px; float:left; height:150px;  }
#middle_right_in_two_right	{ width:310px; margin:0px auto; height:100%; margin-top:8px; float:right ; height:150px;  }
#middle_product				{ width:620px; height:100%; margin:0px auto; }
#middle_product_detail		{ width:620px; height:400px; margin:0px auto; }

#middle_category_name		{ width:620px; height:18px; font-size:16px; font-family:Arial, Helvetica, sans-serif; color:#088CAB; }
#middle_product_list		{ width:620px; height:100%; margin:0px auto; margin-top:10px; }

#footer						{ width:850px; height:35px; margin:0px auto; }

.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	margin-left: 15px;
	margin-top: 0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-color: #088aa8;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../media/menubg2.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #333333;
	background: url(../../../new%20panel/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
	font-family:Verdana;
}

.arrowlistmenu ul li a:visited{
	color: #088aa8;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #003D81;
	background-color: #F3F3F3;
}