body{
	padding: 0px;
	margin: 0px;
	top: 0px;
	font-family: "Segoe UI";
	font-size: 11px;
	color: #767676;
	background-color: black;
	background-image: url(images/back.png);
	background-repeat: repeat-x;
}

table{
	padding: 0px;
	margin: 0px;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #767676;
}

a:hover{
	color: silver;
}

hr{
	border: none;
	border-bottom: 2px solid silver;
}

#share_list li{
	position: relative;
	display: inline;
}

.clear{
	clear: both;
}

.aralik{
	height: 10px;
}

.buton_kutu{
	background-color: #131313;
	border: 1px solid #3d3d3d;
	margin-bottom: 10px;
	cursor: pointer;
}

.buton_kutu:hover{
	border-color: gray;
	color: white;
}

.buton_kutu h3{
	margin: 0;
	padding: 0;
	color: #3aabf2;
	margin-top: 14px;
	font-size: 20px;
	text-indent: 10px;
}

#filetsm{
	float: left;
	width: 400px;
}

#filetsm .yazilar{
	width: 200px;
	margin-top: 5px;
}

#filetsm .inputs{
	width: 300px;
}


.icerik_blok{
	margin: 8px 5px;
}

.icerik{
	margin: 2px;
}

.orta_baslik{
	font-weight: bold;
	font-size: larger;
}
.orta_icerik{
	font-family: Tahoma;
	font-size: 11px;
}

.stilli_res{
	border: 1px gray solid;
	padding: 3px;
	margin: 6px;
}

.anasayfa_ref_kutu{
	float: left;
	width: 118px;
	border: 1px solid #3d3d3d;
	margin: 8px;
	cursor: pointer;
}

.anasayfa_ref_kutu:hover{
	border-color: gray;
}

.anasayfa_ref_kutu_resim{
	border: 1px #3d3d3d solid;
	padding: 3px;
	margin: 5px;
	width: 100px;
}

.footer{
	height: 57px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	text-align: center;
}

.footer_ic{
	width: 980px;
	margin: 0 auto;
}

.f1{
	width: 250px;
	float: left;
	height: 40px;
}

.f2{
	margin: 14px 10px 0 10px;
	float: left;
	width: 458px;
	height: 26px;
}

.f3{
	margin: 14px 0;
	width: 250px;
	float: right;
	height: 26px;
}

/* form elemanlarý */
.inpt{
	padding: 3px 5px 3px 5px;
	border: 1px solid #3ec1dc;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

.sbmt{
	padding: 3px;
	border: 2px solid #3ec1dc;
	background-color: #f5f5dc;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: black;
}


.uyari_sari{ margin: 2px; text-align: center; background-color: #FFE6B7; border: 1px orange solid; padding: 10px; }
.uyari_sari img{ float: left; }
.uyari_sari div{ color: black; line-height: 25px; }

.uyari_kirmizi{ margin: 2px; text-align: center; background-color: #FFB9B9; border: 1px red solid; padding: 10px; }
.uyari_kirmizi img{ float: left; }
.uyari_kirmizi div{ color: black; line-height: 25px; }

.ust_ic{
	margin: 2px 5px 0 20px;
	height: 35px;
}

.ust_link{
	font-family: "Arial Narrow";
	font-size: 11px;
	font-weight: bold;
}

.ust_link:hover{
	color: #9c8f71;
}

.ust_menu{
	margin-top: 8px;
	float: left;
}


.arama{
	background: url(images/arama_input.png);
	width: 181px;
	height: 28px;
}

.arama_input{
	border: none;
	width: 150px;
	height: 18px;
	margin: 5px 0 0 5px;
	background: transparent;
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: Olive;
	float: left;
}

.mail_bulten{
	background-image: url(images/input.png);
	width: 211px;
	height: 28px;
}

.mail_bulten_input{
	border: none;
	width: 190px;
	background: transparent;
	padding: 2px 4px 2px 2px;
	margin: 5px 0;
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: Olive;
	float: left;
}

.resim{
	float: left;
	border: 1px gray solid;
	padding: 3px;
	margin: 5px;
}

.anasayfa_urun{
	background-image: url(images/urun_back.png);
	width: 150px;
	height: 180px;
	margin-right: 1px;
	float: left;
}

.anasayfa_urun_resim{
	max-height: 130px;
	max-width: 140px;
	border: 1px gray solid;
	padding: 3px;
	margin: 9px;
}

.duyuru_baslik{
	color: #850404;
}
.duyuru_icerik{
	color: #515151;
}

/* step carousel  */

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: hidden; /*leave this value alone*/
width: 318px; /*Width of Carousel Viewer itself*/
height: 76px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .pnl{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 79px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
