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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/webbck.jpg);
}
.BaslikButon {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	width:220px;
	height:27px;
}
.BaslikButon:hover {
	background:url(img/butonbck.png) top left no-repeat;

} 
.tablo {
	style="border:thin #CCCCCC;
}
.BaslikButon a{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}
.BaslikButon a:hover{
	color: #00aeef;
}
.altyazilar {
	font-size: 11px;
	color: #333333;
	font-family: Arial;
}
.paragrafbaslik {font-family: Arial; font-size: 12px; font-weight: bold; color: #00aeef; }

.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;
}
.kirmizirenk {
	color:#C00;
	font-weight:bold;
	text-align:center;
	}