body {
	font-family: Tahoma;
	font-size: 11px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, select {
	font-size:10px;
}

textarea {
	font-size:10px;
	font-family: Tahoma;
}
.baslik {
	font-weight: bold;
	margin-left: 5px;
	color:#0c089c;
	text-align: left;
}

#urunler { 
padding : 0;
margin-bottom : 1em;
font-family : Tahoma;
font-size:11px
} 

#urunler ul { 
list-style : none;
margin : 0;
padding : 0;
border : none;
text-align:left;
} 
#urunler li { 
border-bottom : 1px solid #aaa;
margin : 0;
text-align:left;
} 
#urunler li a { 
display : block;
padding : 5px 5px 5px 5px;
color:#000099;
text-decoration : none;
width : 95%;
} 
#urunler li a:hover { 
background-color : #538cb7;
color : #fff;
} 




#links { 
padding : 10px 2px 5px 10px;
overflow : hidden;
text-align:left;
} 
#links a { 
display:block;
text-decoration: none;
color:#000099;
font-weight:bold;
font-size: 12px;
font-family: Tahoma;
line-height:1.4em;
} 
#links a:hover { 
text-decoration: none;
color:#0000CC;
} 


#irtibat { 
padding : 10px 2px 5px 5px;
overflow : hidden;
text-align:left;
} 
#irtibat a { 
text-decoration: none;
color: #666;
} 
#irtibat a:hover { 
text-decoration: none;
color:#0000CC;
} 



#orta { 
padding : 20px 5px 10px 5px;
overflow : hidden;
width:100%;
text-align:left;
} 


.glossymenu{
margin: 0;
padding: 0;
width: 208px; /*width of menu*/
border-bottom-width: 0;
text-align: left;
}

.glossymenu a.menuitem{
background: black url(glossyback.gif) repeat-x bottom left;
font: bold 11px Tahoma;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.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{
background-image: url(glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #cde0f4;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px Tahoma;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #cde0f4;
colorz: white;
}

