body{
	padding: 0px;
	margin: 0px;
	top: 0px;
	font-family: "Segoe UI";
	font-size: 11px;
	background-color: white;
}

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

img{
	border: none;
}

a{
	text-decoration: none;
	color: #47c6df;
}

a:hover{
	color: #47c6df;
}

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



.clear{
	clear: both;
}

#ana{
	margin: 0 30px 0 30px;
}

#kategoriler{
	margin: 0 10px 0 10px;
}

.icerik_blok{
	margin: 5px;
}

.icerik{
	margin: 2px;
}

.orta_icerik{
	font-family: Tahoma;
	font-size: 11px;
}

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

/* 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{
	margin-top: 16px;
}

.ust_arama{
	float: right;
	margin: 3px;
}

.ust_arama_input{
	border: none;
	width: 120px;
	background: transparent;
	padding: 2px 0px 2px 2px;
	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: 237px;
	height: 213px;
	margin-right: 1px;
	float: left;
}

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

.detay_resim{
	max-height: 400px;
	max-width: 500px;
	border: 1px gray solid;
	padding: 3px;
	margin: 5px;
}

.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. */
}


