﻿@charset "utf-8";
/* CSS Document */
.navigation{ height:30px;  margin-top:0px; line-height:30px; color:#000; background:#d6d6d6; margin-bottom:15px;}
.navigation a{ line-height:25px; color:#343434; margin:0 5px; font-family: 'open_sansregular';}
.navigation a.active{ font-size:12px; color:#000000;}
.navigation a:hover{ text-decoration:underline;}
.PageBanner{ height:147px; width:945px; margin:0 auto; overflow:hidden;}

.page-header-box .page-list-view{float:right; width:120px; margin-top:10px;}
.page-header-box .page-list-view a{ display:block; text-indent:-9999px; float:right; margin-right:10px;}
.page-header-box .page-list-view a.list-3{background: url('../images/page-icons.png') no-repeat -77px 0; width: 41px; height: 20px;  }
.page-header-box .page-list-view a.list-4{background: url('../images/page-icons.png') no-repeat -128px 0; width: 49px; height: 20px; }
.page-header-box .page-list-view a.active{ background-color:#FFFFFF;}
.product-item{ width:298px; height:410px; float:left; background:#FFFFFF; position:relative; margin-right:6px; margin-bottom:15px;}
.product-item:hover{ background:#e9e9e9;}
.product-item:nth-child(3n+2){
	margin-right:0px;
}
/*Ürün Detay*/
h1.product-detail-title{ font-size:24px;}

.page-content .text-wrapper{  background:#FFFFFF; margin-top:15px; padding:30px;}




.categorizationScheme{
	font-size:12px;
	line-height:1.4em;
	color:#333;
	margin:15px 0 0 0;
	}

.categorizationScheme h1{
	font-size:18px;
	margin:10px 0;
	padding:0;
	}

.categorizationScheme ul{
	list-style-type:none;
	}
		
.categorizationScheme ul li{
	float:left;
	margin:0 5px 5px 0;
	}

.categorizationScheme ul li a{
	width:166px;
	display:block;
	height:220px;
	background:#e4e9e9;

	text-align:center;
	}
	
.categorizationScheme ul li a:hover{
	background:#bcbcbc;
	color:#FFF;
	text-decoration:none;
	}

.categorizationScheme ul li a:hover> span.productName{
	color:#FFF;
	text-decoration:underline;
    
	}	

.categorizationScheme ul li a .imgFrame{
	width:166px;
	height:160px;
	overflow:hidden;
    background:#fff;
	}
	
.categorizationScheme ul li a .imgFrame img{
	max-width:180px;
	max-height:160px;
	}		

.categorizationScheme ul li a span{
	display:block;
	padding:2px 0;
	}		

.categorizationScheme ul li a span.productCategory{
	font-size:11px;
	}	

.categorizationScheme ul li a span.productName{
	font-size:12px;
	font-weight:600;
	color:#333;
    line-height:18px;
    padding-top:6px;
	}

.categorizationScheme ul li a span.productPrice{
	font-size:14px;
	font-weight:600;
	color:#b75156;
    display:none;
	}		

.categorizationScheme p{
	margin:13px 0 13px 0;
	}	

.urunimg {
    float:left;
}


.inputbg { background:#efebe9; border:solid #dfd4d0 1px; padding:8px; width:200px;}
.inputbg:focus { outline: none;}
.textarea {background:#efebe9; border:solid #dfd4d0 1px; padding:8px; width:455px; height:120px;}
.Button { width:100px; border:0; background:#000; color:#FFFFFF; line-height:28px; cursor:pointer;}