@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin:0px;
	background: url(../resimler/enarka.jpg) top center repeat-x;
}

a:link {
	color: #313D4F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #313D4F;
}
a:hover {
	text-decoration: none;
	color: #768AA9;
}
a:active {
	text-decoration: none;
	color: #313D4F;
}

.btn {
	background-color:#DFDFDF;
	border:1px #AAAAAA solid;
	color:#000;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	text-align:center;
	font-family: 'tahoma';
}

.dragClass{
	background-color:#CCCCCC;
}

.satirCls{
	background-color:#FFFFFF;
}

.satirCls:hover{
	background-color:#DEDEDE;
}

.satirCls2{
	background-color:#F0F0FF;
}

.satirCls2:hover{
	background-color:#DEDEDE;
}

#ustMenu td a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#ustMenu td a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#ustMenu td a:hover {
	text-decoration: none;
	color: #9FC9FF;
}
#ustMenu td a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.sayfaBaslik{
	color:#FFFFFF;
	font-weight:bold;
}


#urunList ul{
	padding-left: 0;
	margin-left: 5px;
	background-color: #257CEF;
}

#urunList li{
	list-style: none;
	line-height:25px;
	background-color: #257CEF;
}

#urunList li:hover{
	background-color: #11488F;
}

#urunList a{
	padding: 2px 0.5em;
	text-decoration: none;
	color: #FFF;
	width:200px;
}

#urunList .urunAktifCat{
	background-color:#1968CF;
}
