/* -- html document layouts -- */
.cleaner{
	clear:both;
	margin:0;
	padding:0;
	height:0;
	width:0;
	border:none;
}

.page{
	width	 : 850px;
	margin	 : 0 auto;
	padding	 : 0;
	position : relative;
	background-image:url(../images/bg_body.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
}

.index{
	margin-left:60px;
	background-image:url(../images/bg_index.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

.index2{
	margin-left:60px;
	background-image:url(../images/bg_content.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

.top{
	padding-top:40px;
}

.logo{
	float:left;
	display:inline;
	width:250px;
}

.nav{
	float:left;
	display:inline;
	width:520px;
	margin-top:37px;
	margin-left:20px;
}

.banner{
	float:left;
	display:inline;
	width:140px;
}

.content{
	float:left;
	display:inline;
	width:590px;
	margin-left:40px;
	margin-right:20px;
}

.spot{
	margin-bottom:20px;
	width:132px;
}
.spot_ziyaret{
	color:#808080;
	font-size:9px;
}

.middle{
	margin-top:60px;
}

.bottom{
	margin-top:60px;
	padding-bottom:20px;
	text-align:center;
}

/*.main_product_list{
	margin:0 30px;
	margin-bottom:20px;
	min-height:250px;
	width:204px;
	float:left;
	display:inline;
}*/
.main_product_list{
	margin:0 auto;
	margin-bottom:20px;
	width:204px;
}

/*.page_product_list{
	margin:0 8px;
	margin-bottom:20px;
	min-height:300px;
	width:180px;
	float:left;
	display:inline;
}*/
.page_product_list{
	margin:0 auto;
	margin-bottom:20px;
	width:180px;
}

.product_image{
	border-bottom:1px solid #eceded;
	margin-bottom:7px;
	padding-bottom:7px;
	text-align:center;
}

.product_detail{
	margin-left:20px;
}

.product_category{
	border-bottom:1px solid #c6c8ca;
	padding:0 25px 10px 60px;
	margin-bottom:10px;
}

.product_category_name{
	float:left;
	display:inline;
	width:305px;
	color:#f7941d;
	font-size:20px;
}

.product_category_name a{
	color:#f7941d;
	text-decoration:none;
}

.product_category_image{
	float:left;
	display:inline;
	width:200px;
	text-align:center;
}

.spot_top1{
	height:27px;
	background-image:url(../images/spot_urun_top.jpg);
	background-repeat:no-repeat;
}

.spot_top2{
	height:27px;
	background-image:url(../images/spot_bos_top.jpg);
	background-repeat:no-repeat;
}

.spot_middle1{
	border-left:1px solid #fec35a;
	border-right:1px solid #fec35a;
	padding:10px 8px 0 8px;
}
.spot_middle1 img{
	margin-bottom:10px;
}

.spot_middle1 p{
	margin-bottom:0;
}

.spot_bottom{
	background-image:url(../images/spot_bottom.jpg);
	background-repeat:no-repeat;
	height:23px;
}

.spot_top{
	background-image:url(../images/spot_haberler_top.jpg);
	background-repeat:no-repeat;
	height:28px;
}

.spot_middle{
	border-left:1px solid #fec35a;
	border-right:1px solid #fec35a;
	padding:10px 8px 0 8px;
	text-align:center;
}

.spot_middle p{
	margin-bottom:0;
}

