/* CSS Document */

body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #806666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.genel{
width:90%;
margin:auto;
}
.top{
text-align:left;
}
ul.menu{
list-style:none;
width:900px;
padding:0;
margin:0;
}
ul.menu li{
float:left;
}
ul.menu li a{
height:40px;
color:#806666;
clear:both;
padding:13px 25px 0 25px;
display:block;
text-decoration:none;
font-size:11px;
font-weight:bold;
}
ul.menu li a:hover{
background-image:url(images/menubgover.jpg);
background-repeat:repeat-x;
background-position:top;
}
ul.menu li.line{
float:left;
background-image:url(images/menuline.jpg);
width:2px;
height:40px;
padding:0;
}
.main{
clear:both;
min-height:440px;
}
ul.leftmenu{
width:203px;
padding:0px;
margin:0px;
list-style:none;
float:left;
}
ul.leftmenu li a{
height:20px;
background-color:#f2f0f0;
border:1px #e5e5e5 solid;
color:#666666;
display:block;
padding:5px 0 0 10px;
text-decoration:none;
font-size:12px;
}
ul.leftmenu li a:hover{
background-image:url(images/leftmenubg.jpg);
background-position:right;
background-repeat:no-repeat;
background-color:#FF6600;
color:#f2f0f0;
}
ul.leftmenu li.top{
background-image:url(images/categories-title.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
border:0;
height:28px;
}
.center{
width:100%;
}
.center .content{
background-image:url(images/contcent.jpg);
background-repeat:repeat-x;
background-position:top;
min-height:100px;
padding:10px;
}
.center h1{
color:#ff7302;
padding:0;
margin:0;
font-size:18px;
font-weight:100;
}
.contin{
}
.box{
width:145px;
float:left;
margin:15px 19px 7px 19px;
}
.box .img{
width:130px;
height:130px;
min-height:130px;
min-width:130px;
background-color:#f2f0f0;
border:1px #e5e5e5 solid;
color:#666666;
padding:10px;
text-align:center;
}
.box .img img{
width:130px;
height:130px;
float:left;
}
.buttons img{
display:inherit;
float:left;
}
.footer{
clear:both;
width:100%;
float:left;
margin-top:30px;
min-height:100px;
background-image:url(images/foobg.jpg);
background-position:top center;
background-repeat:repeat-x;
}
.footer .left{
width:21px;
height:99px;
float:left;
background-image:url(images/fooleft.jpg);
background-position:left;
background-repeat:no-repeat;
}
.footer .content{
width:400px;
float:left;
margin:40px 0 0 20px;
}
.footer .right{
width:216px;
min-height:99px;
float:right;
background-image:url(images/fooright.jpg);
background-position:right;
background-repeat:no-repeat;
}

.register{
}

.loginmenu{
position:absolute;
width:210px;
right:5%;
z-index: 20;
cursor: pointer;
}
.loginmenu img{
float:left;
}
.loginspace{
	margin-left: auto;
	margin-right: 10%;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-image:url(images/acilsusambg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fa7002;
	height:0;
	width: 500px;
	color: #fff;
}


.row{ clear:both; padding:3px; font-size:12px; }
.row .left{ float:left; width:150px; }
.center .row .left{ float:left; width:200px; }
.row .right{ float:left; width:200px; }
.row input{ font-size:12px; }
.row input[type=text],input[type=password],select, textarea{ width:220px; font-size:12px; }
