@media screen and (min-width:1025px) {
.container { background-color:#FFFFFF; border-bottom:12px solid #005E00; margin:0 auto; width:88%; }
}
@media (min-width: 800px) and (max-width: 1024px) {
.container { background-color:#FFFFFF; border-bottom:12px solid #005E00; margin:0 auto; width:96%; }
}

/* 800 den büyük tüm ekranlarda kullanılacak - Genel Stil Dosyası - master.CSS - Başlıyor  */
	@media screen and (min-width:800px) {

body {
	margin:0;
	background-color:#F8CA09;
	font-family: Verdana, Geneva, Sans-Serif, Arial;
	font-size:11px;
	color:#333333;
}


p, div { margin:0; padding:0; }
img { border:0; margin:0; }
img a { border:0; margin:0; }


/* Header Alanı Genel Taşıyıcı Div */
#header {
	background-color:#007900;
	width:100%;
	height:auto;
	overflow:auto;
	margin-bottom:3%;
}

#header img {
	max-width:100%;
	height:auto;
	border:0;
	margin:0 auto;
}

/* Header Logo Alanı Genel Taşıyıcı Div */
.header-logo {
	background-color:#005E00;
	overflow:auto;
	width:42%;
	height:auto;
	text-align:center;
	float:left;
}

/* Header Müne alanı genel zemin */
.headerA { width:46%; float:left; }

/* Header Menü bölümü genel taşıyıcı div düzenlemesi - Başlıyor */
.headerA1 {
/*	background-color: #F00;  */
	border-bottom:1px solid #ffffff;
	width:85%;
	margin:0 5% 0 10%;
	overflow:auto;
	text-align:center;
}
/* Header Menü bölümü genel taşıyıcı div düzenlemesi - Bitiyor */

/* Header Ana Sayfa vs. Metin Link düzenlemesi - Başlıyor */
.headerA2 {
	width:30%;
	overflow:auto;
	text-align:left;
	float:left;
	font-size:10px;
	color:#FFFFFF;
	line-height:17px;
	margin:5px 0 0 10px;
	white-space:nowrap;
}
.headerA2 a { text-decoration:underline; color:#FFFFFF; }
.headerA2 a:hover { text-decoration:none; color:#FFFFFF; }
/* Header Ana Sayfa vs. Metin Link düzenlemesi - Bitiyor */


/* Header Ürün Grubu düzenlemesi - Başlıyor */
.headerA3 {
	width:60%;
	overflow:auto;
	text-align:center;
	float:left;
	padding:0 0 7px 15px;
}
.headerA3 p {
	font-family: Tahoma, Helvetica, sans-serif, Arial;
	font-size:130%; font-weight:bold; color:#66E500;
	margin:10px 0 7px 0;
}
.headerA3 select {
	font-family: Tahoma, Helvetica, sans-serif, Arial;
	font-size: 11px;
	color: #666666;
	width:95%;
	padding:3px 10px;
	display:inline-block; cursor: pointer;
}

/* Header Ürün Grubu düzenlemesi - Bitiyor */


/* Ürün Arama div düzenlemesi - Başlıyor */
.headerA4 {
	width:85%;
	font-size:10px;
	font-weight:bold;
	color: #ffffff;
	margin:0 5% 0 10%;
	padding-top:8px;
	text-align:center;
}
.arm1 {
	background-image: url(../image/mobil_ico_ara_bg.gif);
	background-repeat:no-repeat;
	background-position:7px center;
    background-color:white;
	width:60%; height:17px; text-align:center; font-size:11px; color: #666666; font-family: Verdana, sans-serif, Geneva; padding:2px;
    border: 1px solid #DADADA; outline:none;
}
.arm2 {
	height:23px; width:75px; font-size:11px; color: #666666; font-family: Verdana, sans-serif, Geneva; font-weight:bold;
    border: 1px solid #DADADA;
    background: #F9F9F9; outline:none;
}
.arm2:hover {
	height:23px; width:75px; font-size:11px; color: #666666; font-family: Verdana, sans-serif, Geneva; font-weight:bold;
    border: 1px solid #66E500;
    background: #66E500; cursor: pointer; outline:none;
}
/* Ürün Arama div düzenlemesi - Bitiyor */


/* Header Müşteri Hizmetleri Alanı Taşıyıcı Div */
.headerB {
	width:12%;
	overflow:auto;
	text-align:right;
	float:right;
}



/*     Yeni Left Menü Başlıyor    */

#sidebar { 
	width:18.5%;
	overflow:auto;
	float:left;
	margin-left:2.5%;
	margin-right:3.5%;
	margin-bottom:75px;
}

#content { 
	width:73%;
	overflow:auto;
	float:left;
	margin-right:2.5%;
	margin-bottom:50px;
}

/*     Main Catagory Start    */
#mainCategory {
	width:100%; 
	margin:0;
	padding:0;
}

.mct { 
	border-bottom:4px solid #FFBD0D;
	margin-bottom:4px;
	background-color:#eeeeee;
	text-align:center;
	padding:13px 0 11px 0;
	font-size:12px;
	color:#2c5692;
}
		
#mainCategory ul { padding:0; margin:-4px 0 0 0; }
#mainCategory li {
	list-style-type:none;
	text-align:left;
	background-image: url(../imag/lm_turuncu-5-21.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#mainCategory li a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:11px; 
	color: #2c5692; 
	text-decoration:none;
	border-bottom:1px solid #FFBD0D;
	padding:5px 10px 8px 30px;
	margin:0px;
	display:block;
}
#mainCategory li a:hover { 
	background-image: url(../imag/lm_kirmizi-5-21.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	color:#ff0000; text-decoration:none; font-weight:bold; background-color:#FFFDE7;
}
#mainCategory span { font-size:9px; color:#c3c3c3; font-weight:normal; font-family:Verdana, Geneva, sans-serif; }
.mc { border-top:3px solid #FFBD0D; }
/*     Main Catagory End    */

/*     Sub Catagory Start    */
#subCategory { 
	width: 100%; 
	margin:0;
	padding:0;
}

.sb { 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:11px; 
	color: #2c5692; 
}

.sb a { 
	color: #2c5692; text-decoration:none; 
	border-bottom:1px solid #FF0000;
	padding:6px 5px 8px 30px;
	margin:-4px 0px -10px 0px;

	background-image: url(../imag/lm_kirmizi-5-21.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	display:block;
}
.sb a:hover { color: #ff0000; text-decoration:none; font-weight:bold; background-color:#FFFDE7; }

#subCategory li { list-style-type:none; text-align:left; }

#subCategory li a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:11px; 
	color: #2c5692; 
	text-decoration:none;
	
	border-bottom:1px solid #cccccc;
	padding:5px 5px 8px 12px;
	margin: 0px 0px 0px -22px;
	
	background-image: url(../imag/lm_kirmizi-2-21.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	display:block;
}

#subCategory li a:hover {
	background-image: url(../imag/lm_kirmizi-2-21.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	color:#ff0000; text-decoration:none; font-weight:bold; background-color:#FFFDE7;
}

.sc { border-top:3px solid #FF3333; margin-bottom:5px; margin-top:-10px; }
#subCategory span { font-size:9px; color:#c3c3c3; font-weight:normal; font-family:Verdana, Geneva, sans-serif; }
#subCategory .al { font-weight:bold; text-decoration:none; color:#ff0000; background-color:#FFFDE7; }
/*     Sub Catagory End    */




/*      Breadcrumb Start     */
#breadcrumb { margin:4px 0 35px 15px; padding:0; text-align:left; }
#breadcrumb ul { padding:0; margin:0; }
#breadcrumb li { list-style:none; float:left; color:#666666; padding-left:5px; margin:0; }
#breadcrumb li a{ text-decoration:underline; color:#2c5692;  }
#breadcrumb li a:hover{ text-decoration:none; color:#2c5692; }
/*      Breadcrumb End     */


/*      Breadcrumb2 Start     */
#breadcrumb2 { 
	width:auto; text-align:left; 
	background-color:#ffffe9; 
	border-top:1px dashed #CFCFCF; border-bottom:1px dashed #CFCFCF; 
	padding:10px 0px 25px 20px; margin:1px 0px 0px 0px; 
 }
#breadcrumb2 ul { padding:0px; margin:0px; }
#breadcrumb2 li { list-style:none; float:left; color:#666666; padding-left:5px; margin:0px; }
#breadcrumb2 li a{ text-decoration:underline; color:#2c5692;  }
#breadcrumb2 li a:hover{ text-decoration:none; color:#2c5692; }
/*      Breadcrumb2 End     */


/*      Page Title Start     */
#page-title { background-color:#eeeeee; border-bottom:5px solid #ffd66a; margin:0 0 30px 0; padding:0px; clear:left; }
#page-title h1 {
	margin:0px;
	padding:12px 0px 10px 20px;
	font-family:tahoma;
	font-size:24px;
	color:#2c5692;
	text-align:left;
}

#page-title_hp { background-color:#eeeeee; border-bottom:5px solid #ffd66a; margin:0 0 30px 0; padding:0px; clear:left; }
#page-title_hp h1 {
	margin:0px;
	padding:12px 0px 10px 20px;
	font-family:tahoma;
	font-size:24px;
	color:#2c5692;
	text-align:left;
}

#page-title_dp { background-color:#eeeeee; border-bottom:5px solid #ffd66a; margin:0 0 30px 0; padding:0px; clear:left; }
#page-title_dp h1 {
	margin:0px;
	padding:12px 0px 10px 20px;
	font-family:tahoma;
	font-size:24px;
	color:#2c5692;
	text-align:left;
}



#page-title_bu { background-color:#eeeeee; border-bottom:5px solid #ffd66a; margin:0 0 30px 0; padding:0px; clear:left; }
#page-title_bu h1 {
	margin:0px;
	padding:12px 0px 10px 20px;
	font-family:tahoma;
	font-size:24px;
	color:#2c5692;
	text-align:left;
}


#page-title_mh { background-color:#eeeeee; border-bottom:5px solid #ffd66a; margin:0 0 30px 0; padding:0px; clear:left; }
#page-title_mh h1 {
	margin:0px;
	padding:12px 0px 10px 20px;
	font-family:tahoma;
	font-size:24px;
	color:#2c5692;
	text-align:left;
}
/*      Page Title End     */


/*      Alt Grup Title lar - Başlıyor     */
#sub-title {  width:85%; margin:-25px auto 0 auto; text-align:center; }
#sub-title h2 {
	margin:0; padding:0; font-weight:normal;
	font-size:10px; line-height:12px;
	text-decoration:none; white-space:nowrap; 
	font-family:Verdana,Geneva,Sans-Serif,Arial;
	}

#sub-title a {
	display:inline-block; 
	text-align:center;
	padding:2px 8px 4px 8px;
	margin:4px 6px;
	
	border-bottom: thin solid #ff0000;
	
	text-decoration:none;
	color:#2c5692;  font-weight:normal; 
	}
#sub-title a:hover { text-decoration:none; color:#ff0000; font-weight:normal; }

#sub-title span { font-size:9px; color:#c3c3c3; font-weight:normal; text-decoration:none; }
/*      Alt Grup Title lar - Bitiyor     */



/*      Filtreler için menü - Başlıyor     */
#sub-title2 {  width:85%; margin:15px auto -20px auto; text-align:center; }
#sub-title2 h2 {
	margin:0; padding:0; font-weight:normal;
	font-size:10px; line-height:12px;
	text-decoration:none; white-space:nowrap; 
	font-family:Verdana,Geneva,Sans-Serif,Arial;
	}

#sub-title2 a {
	display:inline-block; 
	text-align:center;
	padding:3px 10px 3px 10px;
	margin:4px 6px;
	
	border-bottom: thin solid #2c5692;
	border-radius: 8px;
	
	text-decoration:none;
	color:#ff0000;  font-weight:normal; 

	}
#sub-title2 a:hover { text-decoration:none; color:#ffffff; font-weight:normal; background-color:#2c5692; }

#sub-title2 .act { text-decoration:none; color:#ffffff; font-weight:normal; background-color:#2c5692; }
/*      Filtreler için menü - Bitiyor     */



/*      Ürün Grubu Listeleme - Başlıyor     */
.product { 
	border-bottom:2px solid #F8CA09;
	width:25%;
	font-size:11px;
	padding-top:25px;
	padding-bottom:45px;
	margin:15px 0 25px 7%;
	float:left;
	text-align:center;
	line-height:150%;
	
	background-image: url(../image/udtxt.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.product a { text-decoration:none;  color:#333333;  display:block; }
.product:hover { background-color:#FFFDE7; 	border-bottom:2px solid #FF0000; }

.product p { margin:10px 5px 10px 5px; color:#666666; }

.product .a { color:#999999; font-size:90%; line-height:12px; }
.product .b { display:inline-block; height:45px; margin:10px 0 5px 0; }
.product .c { color:#008800 }
.product .d { color:#FF6B00;}
.product .f { color:#3366ff; font-size:90%; text-decoration:underline; display:inline-block;
	height:auto;
	margin:15px 0 12px 0;
}

.product-img { overflow:auto; width:auto; height:auto; }
.product-img img {
	max-width:100%;
	height:auto;
	border:0;
	margin:0 auto;
}

.product-info{
	overflow:auto;
	width:auto;
	height:auto;
}
/*      Ürün Grubu Listeleme - Bitiyor     */




/*      Ana Sayfa Vitrin ürünleri - Başlıyor     */
.product_hp { 
	border-bottom:2px solid #F8CA09;
	width:25%;
	font-size:11px;
	padding-top:25px;
	margin:15px 0 25px 7%;
	float:left;
	text-align:center;
	line-height:150%;
}
.product_hp a { text-decoration:none;  color:#333333; }
.product_hp:hover { background-color:#FFFDE7; 	border-bottom:2px solid #FF0000; }

.product_hp p { margin:10px 5px 10px 5px; color:#666666; }

.product_hp .a { color:#999999; font-size:90%; line-height:12px; }
.product_hp .b { display:inline-block; height:45px; margin:10px 0 5px 0; }
.product_hp .c { color:#008800 }
.product_hp .d { color:#FF6B00;}
.product_hp .f { color:#3366ff; font-size:90%; text-decoration:underline; display:inline-block;
	height:auto;
	margin:15px 0 12px 0;
}
/*      Ana Sayfa Vitrin ürünleri - Bitiyor     */



/*  Arama Sayfası Düzenlemeleri Başlıyor  */
.ar-sf1_mo { display:none }
.ar-sf2_mo { display:none }
.ar-sf3_mo { display:none }


.ar-sf1 { text-align:left; font-size:11px; background-color:#fffedb; border-top:1px solid #ff0000; border-bottom:1px solid #ff0000; padding:15px 15px 15px 25px; margin-top:40px; }
.ar-sf2 { text-align:left; font-size:11px; line-height:20px; background-color:#fffedb; border-top:1px solid #ff0000; border-bottom:1px solid #ff0000; padding:15px 15px 15px 25px; margin-top:40px; }
.ar-sf3 { text-align:left; font-size:11px; line-height:30px; background-color:#eeeeee; border-top:1px solid #c3c3c3; border-bottom:4px solid #99cc44;  padding:15px 15px 15px 25px; margin-top:40px; }



.product_ar { 
	border-bottom:2px solid #F8CA09;
	width:25%;
	font-size:11px;
	padding-top:25px;
	margin:15px 0 25px 7%;
	float:left;
	text-align:center;
	line-height:150%;
}
.product_ar a { text-decoration:none;  color:#333333; }
.product_ar:hover { }

.product_ar p { margin:10px 5px 10px 5px; color:#666666; }
.product_ar .a { color:#999999; font-size:90%; line-height:12px; }
.ar_b { display:inline-block; height:45px; margin:10px 0 5px 0; color:#666666;}
.ar_b a { text-decoration:none; color:#666666; }
.ar_b:hover { text-decoration:underline; color:#0000ff;}

.product_ar .c { color:#008800 }
.product_ar .d { color:#FF6B00;}
.ar_f { color:#3366ff; font-size:90%; text-decoration:underline; display:inline-block; height:auto; margin:15px 0 0 0; }
.ar_f a { color:#3366ff; font-size:90%; text-decoration:underline; }
.ar_f:hover { text-decoration:none; }

.ar_g { color:#339966; font-size:90%; text-decoration:underline; display:inline-block; height:auto; margin:10px 0 8px 0; }
.ar_g a { color:#339966; font-size:90%; text-decoration:underline; }
.ar_g:hover { text-decoration:none; }


/*  Arama Sayfası Düzenlemeleri Bitiyor  */








/*       Pager Start      */
.pager {
	clear:left;
	background-color:#fffedb;
	border-top:1px solid #ffcc66;
	border-bottom:1px solid #ffcc66;
	font-size:10px;
	line-height:13px;
	color:#888888;
	text-align:center;
	padding:5px 15px 5px 15px;
	width:89%;
	margin:30px 0% 15px 5.5% ;
	overflow:auto;
}
.lt {
	text-align:left;
	float:left;
	width:36%;
	display:block;
	white-space:nowrap;
}
.lt_a1 { color:#3366dd; font-size:11px; }
.lt_a2 { color:#FF0000; font-size:11px }

.ct {
	text-align: center;
	font-size:13px;
	color:#ff0000;
	float:left;
	width:34%;
	padding-top:7px;
	word-spacing: 0.1em;
	display:block;
}
.ct a { text-decoration:underline; color:#0000ff; font-size:11px;  }
.ct a:hover { text-decoration:none; color:#ff0000; font-size:11px; }

.rt { text-align:right; float:right; width:30%; display:block; }
.rt_a1 { color:#FF0000; font-size:11px; }
.rt_a2 { color:#3366ff; font-size:10px; }
/*       Pager End      */




/*  Sonraki Sayfa   */
#ss { 
	border-bottom:2px solid #F8CA09;
	width:25%;
	padding-top:100px;
	margin:15px 0 25px 7%;
	float:left;
	background-color:#eeeeee;
	text-align:center;
	height:254px;
	display:block;
}
#ss a { }
#ss:hover { background-color:#FFFDE7; border-bottom:2px solid #FF0000; }

#ar_ss { 
	border-bottom:2px solid #F8CA09;
	width:25%;
	padding-top:100px;
	margin:15px 0 25px 7%;
	float:left;
	background-color:#eeeeee;
	text-align:center;
	height:275px;
	display:block;
}
#ar_ss a { }
#ar_ss:hover { background-color:#FFFDE7; border-bottom:2px solid #FF0000; }

#ss_tg { 
	border-bottom:2px solid #F8CA09;
	width:25%;
	padding-top:100px;
	margin:15px 0 25px 7%;
	float:left;
	background-color:#eeeeee;
	text-align:center;
	height:238px;
	display:block;
}
#ss_tg a { }
#ss_tg:hover { background-color:#FFFDE7; border-bottom:2px solid #FF0000; }
/*  Sonraki Sayfa   */





/*  Top Mesajlar Başlıyor  */
#topmsj {
	text-align:right;
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size: 9px;
	margin:7px 0px 0px 0px;
	color: #ff0000;
	line-height:18px;
	margin-top:-20px;
}
#topmsj a { text-decoration: underline; color: #ff0000; }
#topmsj a:hover { text-decoration: none; color: #0000ff; }

#topmsj .tmsj a { text-decoration: underline; color: #0000ff; }
#topmsj .tmsj a:hover { text-decoration: none; color: #ff0000; }

#tpmsj { width:auto; margin:-2.3% 10px 0 auto ; padding:0; text-align:right; z-index:2; position:relative; }

#btmsj {
	text-align:right;
	font-family: Tahoma, Verdana, sans-serif, Arial;
	font-size:9px; 	line-height:18px;
	color: #ff0000;

	width:93%;
	margin:10px auto 0 auto;
	overflow:auto;
	z-index:11;
}
#btmsj a { text-decoration: underline; color: #ff0000; }
#btmsj a:hover { text-decoration: none; color: #0000ff; }

#btmsj .tmsj a { text-decoration: underline; color: #0000ff; }
#btmsj .tmsj a:hover { text-decoration: none; color: #ff0000; }

/*  Top Mesajlar Bitiyor  */


#ans { text-align:left; margin:-10px 0 -10px 30px; }
#anug { clear:both; padding:30px 0 0 40px; }


/* Ana Sayfa Ürün Grupları Başlıyor */
.uga { 
	width:27%;
	padding-top:25px;
	margin:10px 0 40px 5%;
	float:left;
	text-align:left;
	line-height:150%;
}
.ugb { 
	width:31%;
	float:left;
	text-align:left;
}
.ugc { 
	width:69%;
	float:left;
	text-align:left; 
}
.ugb img {
	width:80%;
	height:80%;
}

.ugd { margin:0px; color:#888888; font-size:10px; }
.ugd a { font-size: 11px; color:#ff6600; text-decoration: none; font-weight:bold; }
.ugd a:hover { font-size: 11px; text-decoration: underline; color: #0000FF; font-weight:bold; }

.ugf { margin:2px 0px 0px 0px; font-size:13px; line-height:14px;  color:#ff0000; font-family:Arial; }
.ugf a { font-family:tahoma; font-size: 9px; color:#3366dd; text-decoration: underline; }
.ugf a:hover { font-family:tahoma; font-size: 9px; text-decoration: none; color: #ff0000; }

.ugg { clear:both; border-top:1px solid #cccccc; width:90%; margin:0 auto 0 auto; }
/* Ana Sayfa Ürün Grupları Bitiyor */

/* küçük ürün resimlerine onmouseOver yapıyor */
.fr img{ border: 1px solid #ffffff; }
.fr:hover img{ border: 1px solid #ff8000; }
.fr:hover{ color: #ff8000; /* irrelevant definition to overcome IE bug */ }


/* Müşteri Hizmetleri - Bize Ulaşın Sayfayarı Başlıyor  */
.dyr-bnr { margin:40px auto 0 auto; }

#page-bu { width:100%; margin:0; padding:0; }

#mhiz {
	margin:0 auto 0 auto;
	width:65%; padding-left:10px;
	color:#666666; font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:18px;
}
#mhiz ul { padding:0; margin:0; clear:both; }
#mhiz li { list-style:none; float:left; color:#666666; width:50%; padding-top:20px;}
#mhiz li a{ text-decoration:underline; color:#2c5692;  }
#mhiz li a:hover{ text-decoration:none; color:#2c5692; }

#mhiz a{ text-decoration:underline; color:#2c5692;  }
#mhiz a:hover{ text-decoration:none; color:#ff0000; }


.mhiz_inp {  width:90%; height:18px; border:1px solid #c3c3c3; padding-left:8px;}
#mhiz textarea {  width:189%; border:1px solid #c3c3c3; padding:7px 0 0 8px; font-size: 11px;}

#mhiz input,textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.mhiz-img { margin:0 auto; text-align:center; }
.mhiz-responsive-img {
    max-width: 100%;
    height: auto;
	margin:15px auto 35px auto;
}


.mhiz_mtn {
	line-height:20px; font-size:10px; color:#666666;
	text-align:left; margin:0 auto 0 auto; width:65%;
}

.mhiz_mtn .st { display: none; }
.mhiz_blk {
	margin:50px auto 5px auto;
	padding:5px; width:65%; border-bottom:3px solid #ffba00;
	font-size:13px; color:#666666; text-align:left;	
}

.mhiz_czg { border-bottom:1px solid #ffba00; margin:0 0 20px -10px; height:20px; }


.mhiz_btn { 
	float:left; border:1px solid #ff8000; background:#ffffff; padding:0; margin:0;
}
.mhiz_btn input {
	float:left; width:135px; height:33px; margin:0;
	font-size:10px; color:#ffffff; font-family:Verdana; font-weight:bold;
    border:1px solid #ffffff;
    background:#ff8000; cursor:pointer; outline:none;
}
.mhiz_btn input:hover { 
	background:#cc6600; outline:none;
}

.mhiz_ok { width:55%; float:right; text-align:left; margin-top:50px; }

.mhiz_ssl { margin:10px auto 0 auto; padding:10px; width:80%; border-top:3px solid #ffba00; text-align:right; }
.mhiz_ssl_img { max-width: 100%; height: auto; border:0; }



/*  Bize ulaşın eklemeleri  */
.bzu_czg { border-bottom:1px solid #ffba00; margin:0 0 30px -10px; height:20px; }

#bzu { 
	margin:20px auto 20px auto;
	width:85%;
	color:#666666; font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:18px;

}
#bzu ul { padding:0; margin:0 auto 0 auto; }
#bzu li { list-style:none; float:left; color:#666666; width:45%; border:1px solid #ff8000; text-align:center;}

#bzu li a{ text-decoration:underline; color:#2c5692;  }
#bzu li a:hover{ text-decoration:none; color:#2c5692; }

#bzu a{ text-decoration:underline; color:#0000ff;  }
#bzu a:hover{ text-decoration:none; color:#ff0000; }

.bzu_a { width:80%; background-color:#ff8000; margin:40px auto 25px auto; font-size:15px; font-family:Arial; color:#FFFFFF; letter-spacing:10px; padding-top:10px; padding-bottom:6px; text-align:center; }
.bzu_b { width:80%; border-top:2px solid #ff8000; margin:0 auto 0 auto; height:15px; }
.bzu_sl { float:left; width:45%; margin:30px 5% 0 0; }
.bzu_sg { float:left; width:45%; margin:30px 0 0 5%; }

/* Müşteri Hizmetleri - Bize Ulaşın Sayfayarı Bitiyor  */










/* Ürün Detay Sayfa Düzenlemeleri Başlıyor  */
.product_info { font-size:10px; line-height:17px; }  
.product_info a{ text-decoration:underline; color:#3366ff;  }
.product_info a:hover{ text-decoration:none; color:#ff0000; }


.pro_rand { /*	 display:none;  */ } 


.dty_01 { width:100%; margin-top:25px; margin-bottom:35px; padding-bottom:15px; border-bottom:5px solid #ffcc44; border-spacing:0; padding:0;  }
.dty_02 { padding:7px 0 0 10px; vertical-align:top; text-align:left;  }
#dty_03 { width:100%; border-spacing:10px; padding:0; border:0;  }

#dty_03 td { padding:3px 4px 12px 7px;  } 

#dty_03 .a { padding-left:30px;  }


#dty_04 {  width:100%; margin-top:25px; margin-bottom:15px; border-spacing:0; padding:0; }
.dty_04a { color:#ff0000; }
.dty_04b { color:#3366ff; }

.dty_05 { width:100px; }
.dty_06 { padding-right:15px; vertical-align:middle;  }
.dty_img { margin:10px 25px 5px 10px;  }







.dty_07 { vertical-align:middle; text-align:center; padding:0px; border-bottom:1px solid #c3c3c3;  }
.dty_08 { vertical-align:top; text-align: right; padding:0 0 0 50px; }
.dty_09 { text-align:right; white-space:nowrap; }








.dty { border-bottom:1px solid #99cc33; font-size:12px; color:#999999; padding:10px; font-weight:bold; }
.dty1 { border-bottom:1px solid #c3c3c3; color:#999999; font-size:11px; font-weight:bold; width:25%; }
.dty2 { border-bottom:1px solid #c3c3c3; color:#ff6600; font-size:13px; font-weight:bold; }
.dty3 { border-bottom:1px solid #c3c3c3; color:#999999; font-weight:bold; }
.dty3a { border-bottom:1px solid #c3c3c3; color:#008800; font-size:11px; }
.dty4 { border-bottom:1px solid #c3c3c3; color:#666666; padding-bottom:10px; padding-top:4px; font-size:11px; }
.dty4a { font-size:9px; color:#999999; }
.dty5 { border-bottom:1px solid #c3c3c3; color:#777777; padding-left:30px; }
.dty5a { border-bottom:1px solid #c3c3c3; color:#777777; vertical-align:top;  padding-top:15px;  }

  /* Duvar saatlerinin özellekler bölümünde kullanılan tablolar için kullanılıyor */
.dty5a .dtyd1 p { margin:-6px 0 -6px 0; }
.dty5a .dtyd2 p { margin:-6px 0 -6px 15px; }




.dty6 { border-bottom:1px solid #c3c3c3; color:#888888; }
.dty7 { border-bottom:1px solid #c3c3c3; color:#666666; padding-bottom:15px; padding-top:15px; line-height:20px; }



.dty8 { border-bottom:1px solid #c3c3c3; color:#888888; }
.dty9 { border-bottom:1px solid #c3c3c3; color:#666666; }
.dty10 { border-bottom:1px solid #c3c3c3; color:#ff6600; font-weight:bold; }

.dty11 { font-size:11px; background-color:#eeeeee; border-top:1px solid #c3c3c3; border-bottom:3px solid #FFBD0D; padding:10px; color:#666666; }
.dty12 { font-size:10px; color:#777777; margin-bottom:4px; }
.dty13 { font:11px; color:#666666; margin:0px; }
.dty14 { color:#3366FF; margin-top:17px;  color:#008800; font-size:11px; }
.dty15 { padding-right:20px; color:#ff6600; font-size:11px; font-weight:bold; }

.dty16 { color:#3366ff; }
.dty17 { color:#666666; }


/* Duvar Saati tablo düzenlemesi */
.dtyd1 { color:#777777; padding:0; }
.dtyd2 { color:#777777; padding:0; }




/* Sayfadaki imageGallery Düzenlemesi - Başlıyor  */
#imgGalleryS { width:205px; margin:0 0 0 auto; padding:0; }
#imgGalleryS #sliderS { width:100%; height:202px; margin:0; padding:0; cursor:pointer; }
#imgGalleryS div { text-align:center; }
#imgGalleryS span img{ border:1px solid #cccccc; margin:2px 5px; cursor:pointer; }
#imgGalleryS span img:hover { border:1px solid #ff8000; }

#imgGalleryS .btn { border-top:1px solid #ffba00; text-align:center; margin:0; padding:10px 0; }
#imgGalleryS .btn table { width:auto; margin:0 auto; padding:0; border:0; text-align:center; }
/* Sayfadaki imageGallery Düzenlemesi - Bitiyor  */


/*  imageGallery ye Gelen Link Düzenlemesi - Başlıyor */
#sliderS { transition: 0.3s; }
#sliderS:hover {opacity: 0.5; cursor:pointer;}
/*  imageGallery ye Gelen Link Düzenlemesi - Başlıyor */

/* The Modal (background)  -  Başlıyor*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding:0; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* The Close Button */
.modal #close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.modal #close:hover,
.modal #close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* The Modal (background)  -  Bitiyor  */


/*  imageGallery Düzenlemesi - Başlıyor */
.imgGatb {
	height:100%;
	width:100%;
	display:table;
	position:absolute;
	margin:0 auto;
	padding:0;
}
.imgGacl {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}


.modal .sliderB_con { display:table; width:auto; margin:auto; background-color:#ffffff; padding:10px;  }

.modal #sliderB { float:left; width:auto; }
.modal #sliderB #imgB { height:100%; width:auto; }

.modal .btn { float:left; width:70px; text-align:center; vertical-align:text-top; margin-left:35px;}
.modal .btn img{ border:1px solid #cccccc; margin:3px 0; cursor:pointer; }
.modal .btn img:hover { border:1px solid #ff8000; }
/*  imageGallery Düzenlemesi - Bitiyor */








/*  Istek Bildirim Formlari - Başlıyor */
#ibf { width:205px; padding:0; border:1px solid #ffcc44; margin:15px 0 35px auto;}
#ibf .ibf1 { text-align:center; background-color:#eeeeee; font-size:11px; color:#3366ff; margin:3px; padding:7px 0 6px 0; font-weight:bold; border-bottom:3px solid #ffcc44; } 
#ibf .ibf2 { text-align:left; font-size:9px; line-height:14px; color:#777777; font-family:verdana; padding:3px 0 0 15px; }



#ibf .btn_bf { width:175px; margin:18px auto 0 auto; padding:1px; position:relative; border:1px solid #61A615; background-color:#ffffff; }
#ibf .btn_bf a {
	display:inline-block; background-color:#61A615; width:100%; padding:5px 0 4px 0; font-size:10px;
	color:#ffffff; font-weight:bold; text-align:center; 
	text-decoration:none;
 }
#ibf .btn_bf a:hover { background-color:#336600; } 

#ibf .btn_bfa { width:175px; font-size:10px; line-height:22px; margin:0px auto 10px auto; padding:10px 0; border-bottom:3px solid #61A615; text-align:center; } 
#ibf .btn_bfa a { color:#0000ff; } 
#ibf .btn_bfa a:hover { color:#ff0000; text-decoration:none; } 

#ibf .btn_bfa span { font-size:12px; color:#FF0000; } 



#ibf .btn_nf { width:175px; margin:22px auto 0 auto; padding:1px; position:relative; border:1px solid #3366ff; background-color:#ffffff; }
#ibf .btn_nf a {
	display:inline-block; background-color:#3366ff; width:100%; padding:5px 0 4px 0; font-size:10px;
	color:#ffffff; font-weight:bold; text-align:center;
	text-decoration:none;
 }
#ibf .btn_nf a:hover { background-color:#003399; } 

#ibf .btn_nfa { width:175px; font-size:10px; line-height:22px; margin:0px auto 10px auto; padding:10px 0; border-bottom:3px solid #3366ff; text-align:center;  } 
#ibf .btn_nfa a { color:#0000ff; } 
#ibf .btn_nfa a:hover { color:#ff0000; text-decoration:none; } 

#ibf .btn_nfa span { font-size:12px; color:#FF0000; } 



#ibf .btn_sf { width:180px; border-top:1px solid #fc6; border-bottom:1px solid #fc6; background-color:#fffedb; padding:14px 0px 10px 0px; margin:22px auto 15px auto; } 
#ibf .btn_sfm { color:#555555; font-family:verdana; font-size:10px; margin:0 auto; text-align:center; } 
#ibf .btn_sfma { width:45px; font-family:tahoma; font-size:11px; text-align:center; outline:none; } 

#ibf .btn_sfb { border:1px solid #ff8000; background:#ffffff; padding:0; width:160px; margin:12px auto 5px auto; }
#ibf .btn_sfr {
	width:100%; font-size:10px; color:#ffffff; font-family:Verdana; font-weight:bold; margin:0;
    border: 1px solid #ffffff; outline:none;
    background:#ff8000; padding:7px 0 6px 0; cursor:pointer;
	}
#ibf .btn_sfr:hover { background:#cc6600; outline:none; }


#ibf .btn_sfa { font-size:10px; line-height:22px; margin:0px auto; padding:5px 0; text-align:center;  } 
#ibf .btn_sfa a { color:#0000ff; } 
#ibf .btn_sfa a:hover { color:#ff0000; text-decoration:none; } 

#ibf .btn_sfa span { font-size:12px; color:#FF0000; } 
/*  Istek Bildirim Formlari - Bitiyor */



/* küçük ürün resimlerine onmouseOver yapıyor */
.fr1 img{ border: 1px solid #cccccc; }
.fr1:hover img{ border: 1px solid #ff8000; }
.fr1:hover{ color: #ff8000; /* irrelevant definition to overcome IE bug */ }




.pro_info ul { padding:0; margin:0; clear:both;  }
.pro_info li { list-style:none; float:left; color:#777777; border-top:1px solid #c3c3c3; padding:10px 0 10px 3%; font-size:10px; line-height:17px; }

.pro_inf {
	width:70%; /*background-color:#FFFF99; */ float:left; margin:0 5% 0 0;

}  

.pro_img {
	width:25%;  background-color:#ff0000; float:right;

}  

.pro_info .a { width:22%;  margin-right:2%; }  
.pro_info .aa { width:70%; } 
.pro_info .ab {  width:15%; padding-left:10%; margin-right:2%; } 
  

.pro_info .b { font-weight:bold; color:#999999; font-size:11px; border-top:1px solid #ffffff; }  
.pro_info .bb { font-size:13px; font-weight:bold; color:#ff6600; border-top:1px solid #ffffff; }  
.pro_info .c { font-weight:bold; color:#999999; }  
.pro_info .cc { color:#3366ff; font-size:11px; }  
.pro_info .d { font-weight:bold; color:#999999; }  
.pro_info .dd { font-size:12px; color:#3366ff; }  
.pro_info .ddd { color:#999999; font-size:9px; }  

.pro_info .e { font-weight:bold; color:#999999; }  
.pro_info .f { color:#ff6600; font-weight:bold; }  
.pro_info .g { color:#3366ff; font-weight:bold;  }  
.pro_info .s { padding:0 0 25px 20px;}  




	
.agbb {  text-align:left; background-color:#eeeeee; border-top:1px solid #c3c3c3; border-bottom:4px solid #ff8000; padding:13px 0 12px 15px; font-weight:bold; font-size:13px; color:#3366cc; margin:75px 0 20px 0; }

.agbb2 { font-size:10px; color:#777777; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }
.agbb2 a { font-size: 10px; text-decoration: underline; color:#0000ff; font-weight:normal; }
.agbb2 a:hover { font-size: 10px; text-decoration: none; color: #ff0000; font-weight:normal; }

/* Ürün Detay Sayfa Düzenlemeleri Bitiyor  */







/* Footer Başlıyor */
#footer {
	clear:both;
	width:94%;
	overflow:auto;
	color:#666666;
	line-height:18px;
	text-align:center;	
	border-top:4px solid #9c4;
	padding-top:30px;
	padding-bottom:5px;
	margin:0 3%;
}

#footer .f1 { color: #FF0000; margin-top:5px; margin-bottom:0px; line-height:38px;}
#footer .f1 a { text-decoration:none; color:#666666;  padding:0 10px 0 10px; }
#footer .f1 a:hover { text-decoration:underline; color:#0000FF; }

#footer .f2 { font-size:12px; margin-top:45px; margin-bottom:10px; letter-spacing:1px; font-weight:bold; }
#footer .f2 a { text-decoration:none; color:#FF9000; }
#footer .f2 a:hover { text-decoration:underline; color:#2c5692; }

#footer .f3  { 	border-top:1px solid #c3c3c3; width:550px; margin-left:auto; margin-right:auto; padding-top:5px; color: #FF0000; }
#footer .f3 a { text-decoration:underline; color:#2c5692; line-height:30px; font-size:10px; padding:0 12px 0 12px;  }
#footer .f3 a:hover { text-decoration:none; color:#FF0000; }

#footer .f4 { font-size:10px; line-height:20px; margin-top:40px; color:#888888; }
#footer .f4 a { text-decoration:none; color:#888888; }
#footer .f4 a:hover { text-decoration:underline; color:#2c5692; }

#footer .f5 { font-size:9px; color:#FF0000; margin-top:20px; }
#footer .f5 a { font-size:9px; text-decoration:underline; color:#2c5692; padding:0 12px 0 12px;  }
#footer .f5 a:hover { font-size:9px; text-decoration:none; color:#FF0000;  }

#footer .f6 { font-size:10px; margin-top:35px; margin-bottom:40px; }

#footer .f8 { text-align:right; margin:35px 0 5px 0; color:#888888; font-size:10px; }

#shr-btn { display:table; margin:0 auto; width:auto; }
#shr-btn ul { padding:0; margin:0; }
#shr-btn li { list-style:none; float:left; padding:0 7px; }

#f-img { display:table; margin:50px auto 0 auto; width:auto; }
#f-img ul { padding:0; margin:0; }
#f-img li { list-style:none; float:left; padding:0 10px; }

#f-vld { display:table; margin-top:20px; width:auto; position:relative; float:left;}
#f-vld ul { padding:0; margin:0; }
#f-vld li { list-style:none; float:left; padding:0 10px;}
/* Footer Bitiş */





/* Form Sayfaları Başlıyor  */
.page-frm { width:100%; margin:0; padding:0; }


.frms {
	margin:0 auto 0 auto;
	width:100%; padding-left:10px;
	color:#666666; font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:18px;
}
.frms ul { padding:0; margin:0; clear:both; }
.frms li { list-style:none; float:left; color:#666666; width:50%; padding-top:20px; }
.frms li a{ text-decoration:underline; color:#2c5692;  }
.frms li a:hover{ text-decoration:none; color:#2c5692; }

.frms a{ text-decoration:underline; color:#2c5692;  }
.frms a:hover{ text-decoration:none; color:#ff0000; }


.frms_inp {  width:90%; height:18px; border:1px solid #c3c3c3; padding-left:8px; }
.frms textarea {  width:189%; border:1px solid #c3c3c3;  padding:7px 0 0 8px; font-size: 11px; color: #666666; }

.frms input,textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
/* Form Sayfaları Bitiyor  */





/*  Ürün Grubu - Ürün Tanıtım Metinleri - Başlıyor   */
#ug_mtn { width:100%; margin-top:-10px; margin-bottom:30px; padding:0; font-size:10px; color:#666666; }
#ug_mtn strong{ color:#777777; }

#ug_mtn .mtn { width:90%; margin:0 auto; padding:0; }
#ug_mtn .mtn img { float:left; margin:5px 20px 0 0;}
#ug_mtn .mtn p { text-align:left; vertical-align:top; line-height:20px; color:#666666; padding:0; margin:0;}

#ug_mtn .rsm { width:90%; margin:0 auto; display:table; padding:0;}
#ug_mtn .rsm div { display:table-cell; text-align:center; vertical-align:top; }
/*  Ürün Grubu - Ürün Tanıtım Metinleri - Bitiyor   */



/*  Subscribe Düzenlemesi - Başlıyor     */
#sb { clear:both; margin:35px 0 25px 0; padding:0; }
#sb img{
    max-width:100%;
    height: auto;
	border:0;
}


/* Site Haritası Sayfa Düzenlemeleri - Başlıyor  */
/*  Zeminli Baslik Düzenlemeleri  */
.sh1 { padding: 0px 25px 35px 0px; }

.sh2 { font-family: tahoma; padding-left: 0px; }

.sh3 { font-family: tahoma; margin:0px; color:#888888; font-size:10px; }
.sh3 a { font-size: 11px; color:#3366ff; text-decoration: underline; font-weight:bold; }
.sh3 a:hover { font-size: 11px; text-decoration: none; color: #ff0000; font-weight:bold; }

.sh4 { margin:2px 0px 0px 0px; font-size:13px; line-height:15px;  color:#ff0000; font-family:Arial; }
.sh4 a { font-family:tahoma; font-size: 9px; color:#3366dd; text-decoration: underline; }
.sh4 a:hover { font-family:tahoma; font-size: 9px; text-decoration: none; color: #ff0000; }

.sh11 { width:95%; text-align:left; background-color:#eeeeee; border-top:1px solid #c3c3c3; border-bottom:3px solid #ff0000; padding:7px 0px 7px 15px; font-weight:bold; font-size:11px; color:#888888; }
.sh12 { width:93%; text-align:left; background-color:#eeeeee; border-top:1px solid #c3c3c3; border-bottom:3px solid #ff9900; padding:7px 0px 7px 15px; font-weight:bold; font-size:11px; color:#888888; }
.sh13 { width:93%; text-align:left; background-color:#eeeeee; border-top:1px solid #c3c3c3; border-bottom:3px solid #009900; padding:7px 0px 7px 15px; margin:50px 0px 25px 0px; font-weight:bold; font-size:11px; color:#888888; }
/* Site Haritası Sayfa Düzenlemeleri - Bitiyor  */



/* Etiketler Düzenlemeleri - Başlıyor  */
#tags {
	width:200px; margin:0; padding:4px 4px 5px 4px; overflow:auto; box-sizing:border-box;
	font-family: Verdana, Arial, Helvetica, sans-serif; border:1px solid #cccccc;  color:#999999;  line-height:18px; font-size:10px;
}
#tags strong {
	width:auto; padding:5px 0 3px 10px; margin-bottom:5px; background:#efefef; display:block; border-bottom:3px solid #ffb706;
	text-align:left; color:#888888; font-size:16px; font-family: Arial, Helvetica, sans-serif;
}
#tags a { text-align:left; text-decoration:none; line-height:18px; font-size:10px; }
#tags a:hover { padding:1px 0; text-decoration:none; color:#ffffff; }

#tags .tg1 { color:#f10f50; }
#tags .tg1:hover { background:#f10f50; }

#tags .tg2 { color:#008800; }
#tags .tg2:hover { background:#008800; }

#tags .tg3 { color:#b10b3b; }
#tags .tg3:hover { background:#b10b3b; }

#tags .tg4 { color:#888888; }
#tags .tg4:hover { background:#888888; }

#tags .tg5 { color:#cb6e0e; }
#tags .tg5:hover { background:#cb6e0e; }

#tags .tg6 { color:#1189b3; }
#tags .tg6:hover { background:#1189b3; }

#tags .tg7 { color:#59b4d9; }
#tags .tg7:hover { background:#59b4d9; }

#tags .tg8 { color:#a4059d; }
#tags .tg8:hover { background:#a4059d; }

#tags .tg9 { color:#e807e0; }
#tags .tg9:hover { background:#e807e0; }

#tags .tg10 { color:#1c449c; }
#tags .tg10:hover { background:#1c449c; }

#tags .tg11 { color:#666666; }
#tags .tg11:hover { background:#666666; }

#tags .tg12 { color:#e807e0; }
#tags .tg13 { color:#f10f50; }

/*  Detay Sayfa Düzenlemesi */
#tag_dty {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:auto; margin:-40px 0 35px 0; padding:0; overflow:auto; box-sizing:border-box;  color:#bbbbbb; }

#tag_dty p { margin:0; padding:0; }
#tag_dty strong { font-weight:normal; color:#888888; }

#tag_dty a { padding:0; text-align:left; text-decoration:none; line-height:18px; font-size:10px; color:#bbbbbb; }
#tag_dty a:hover { text-decoration:underline; color:#999999; }



/*  Sayfa Altı Düzenlemesi */
#tg_info {
	width:100%; margin:0; padding:15px 0; overflow:auto; box-sizing:border-box; text-align:center; line-height:20px; font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; border-bottom:3px solid #ffd66a; color:#888888;
}
#tg_info strong { color:#2c5692; font-size:12px; }
#tg_info .a { color:#ff0000; }
#tg_info .b { color:#3366ff; }
#tg_info .c { color:#3366ff; font-weight:bold;  }
#tg_info .d { color:#008800; font-weight:bold; }

/* Etiketler Düzenlemeleri - Bitiyor  */







/*  Referanslarımız  -  Başlıyor */
#page-title_ref { background-color:#eeeeee; border-bottom:5px solid #ffd66a; margin:0 0 30px 0; padding:0px; clear:left; }
#page-title_ref h1 {
	margin:0px;
	padding:12px 0px 10px 20px;
	font-family:tahoma;
	font-size:24px;
	color:#2c5692;
	text-align:left;
}

.mtn_ref { font-size:16px; color:#999999; line-height:25px; padding:0 0 10px 20px; }


.referanslar { overflow:auto; width:auto; height:auto; margin:0; padding:0; }
.referanslar img {
	width:90px;
	height:auto;
	max-width:100%;
	border:1px solid #dddddd;
	margin:1.8%;
}


/* Referanslarımız FOOTER - Başlıyor  */

.refer { width:75%; margin:50px auto 20px auto; background:#eeeeee; padding:4px 15px 4px 9px; }

.refer div { overflow:hidden; height:90px; width:100%; background:#ffffff; border-right:3px solid #e3e3e3; border-left:3px solid #e3e3e3; }

.refer table { width:100%; margin:0; padding:0; border:0; border-spacing:0; }
.refer td { white-space:nowrap; vertical-align:middle; }
.refer img { 
	width:90px;
	height:auto;
	border:0;
	margin:0 15px;
}


/* Referanslarımız  -  Bitiyor */



/*  Hakkımızda  -  Başlıyor */

.mtn_hakki { font-size:11px; color:#666666; line-height:20px; padding:0 0 10px 20px; margin:0 0 25px 0; }
.mtn_hakki strong { color:#888888; }


/*  Hakkımızda  -  Bitiyor */










/* Kapalı CSS Uygulamaları - Başlıyor  */
#mobil_header { display:none; }
#m_menu { display:none; }
.mo_nav { display:none; }
#mobil_header { display:none; }
#page-title_hp_mo { display:none; }
#page-title .pg { display:none; }
#page-title_mobil { display:none; }
#page-title_mobil h1 {  display:none; }
#mobil_pager { display:none; }
.ugg_mo { display:none; }
.mhiz-responsive-img_mobil { display:none; }
#mobil-product-info { display:none; }  
#mobil_footer { display:none; }
.page-frm_mobil { display:none; }
.sidenav { display:none; }
.ftr { display:none; }
.ref_mo { display:none; }
#pro_rand_mo { display:none; }

/* Kapalı CSS Uygulamaları - Bitiyor  */


	} 
/* 800 den büyük tüm ekranlarda kullanılacak - Genel Stil Dosyası - master.CSS - Bitiyor  */
















/* 800px den küçük tüm ekranlarda kullanılacak - 500.CSS - Başlıyor  */
	@media screen and (max-width: 799px) { 

body {
	margin:0;
	background-color:#ffffff;
	font-family: Verdana, Geneva, Sans-Serif, Arial;
	font-size:11px;
	color:#333333;
}

.container {
	background-color:#FFFFFF;
	width:100%; height:auto;
	overflow:auto;
}

p, div { margin:0; padding:0; }
img { border:0; margin:0; }
img a { border:0; margin:0; }


/* Mobil Header Başlıyor   */
#mobil_header {
	clear:both;
	padding-top:10px; width:100%;
	margin:0;
	overflow:auto;
	height:auto; box-sizing:border-box;
}


/* header da form bilgisi göster */
#mobil_header .ibfg { clear:both; float:left;  width:85%;  margin:10px auto 0 auto; padding:7px; /* background-color:#ff0000; */
	 text-align:center;
 }

#mobil_header .ibfg a { width:auto;  margin:10px auto; 
	display:inline-block;  padding:5px; 
	color:#0000ff; font-weight:normal; text-align:center; 
	text-decoration:underline; font-size:12px;
 }

#mobil_header .ibfg_a { font-size:16px; color:#ff0000; }
#mobil_header .ibfg_b { font-size:12px; color:#0000ff; }

/* Mobil Açılan Menü Konum ve Hareket Başlıyor  */
.mo_nav {
	z-index:9; padding:10px 0 150px 0; 
	box-sizing:border-box;
	overflow:auto;
	width:80%; height:100%;
	background:#f1f1f1;
	position:fixed;
	top:0px;
	transition: all 1000ms ease;
	box-shadow: 1px 1px 5px #999999;
	}

.open { left:0%; }
.closed { left:-100%; }
/* Mobil Açılan Menü Konum ve Hareket Bitiyor  */


/*  Menü ve Logo Düzenlemesi Başlıyor   */
#m_menu {
	padding:0px; width:100%; box-sizing:border-box;
}
#m_menu .menu {
	float:left;
	border:0;
	position:relative;
	top:4px;
	left:13px;
	width:15%;
	z-index:1;
}
#m_menu .logo {
	float:left;
	position:relative;
	top:2px;
	text-align:center;
	width:70%;
}
#m_menu .logo a { text-decoration:none }
#m_menu .logo a:hover { text-decoration:none }

#m_menu .logo_a { color:#FF9933; font-size:17px; }
#m_menu .logo_b { color:#999999; }

#m_menu .tel {
	float:right;
	position:relative;
	top:0;
	right:13px;
	width:15%;
}
#m_menu .tel img {
	float:right;
	position:relative;
	top:0;
	right:0;
}
/*  Menü ve Logo Düzenlemesi Bitiyor  */

/*   Mobil Arama Başlıyor   */
#m_arama {
	position:relative;
	top:10px;
	padding:0px; width:94%;
	margin:0 auto 0 auto;
	
/*	background-color:#ff8000;  */
}
#m_arama .aratxt {
	background-image: url(../image/mobil_ico_ara_bg.gif);
	background-repeat:no-repeat;
	background-position:7px center;
    background-color:white;
    border:1px solid #f28b00;
    padding:2px;
    padding-left:50px;
    font-size:12px;
    width:100%;
    margin:0px;
    height:26px;
    float:left;
	font-family:Verdana, Geneva, sans-serif;
	box-sizing:border-box;
	color:#888888;
	text-decoration:none;
}
#m_arama .arabtn {
    border:1px solid white;
    background-color:#f28b00;
    width:50px;
    height:24px;
    float:left;
	margin-left:-51px;
	margin-top:1px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}
/*  Mobil Arama - Bitiyor   */
/*  Mobil Header - Bitiyor        */





/*  mySidenav Düzenlemeleri - Başlıyor */
.sidenav {
    height:100%;
    width:0;
    position:fixed;
    z-index:1;
    top:0;
    left:0;
    background-color:#f1f1f1;
    overflow: auto;
    transition:0.5s;
	padding-top:20px;
	box-shadow: 8px 10px 15px rgba(0,0,0,0.4);
}
.openbtn { position:relative; top:0; left:0; cursor: pointer; }
.closebtn { position:absolute; top:14px; right:14px; cursor: pointer; }
/*  mySidenav Düzenlemeleri - Bitiyor */



 /*     Mobil Sidebar & Main Catagory Start     */ 
 #mobil_sidebar {
	border:1px solid #e1e1e1;
	background-color:#ffffff;
	width:87%; 
	margin:0 auto 50px auto;
	padding:0 0 10px 0;
}
 
#mobil_menu_top {
	width:200px; 
	margin:0 0 25px 20px;
	padding:0;
}
#mobil_menu_top ul { padding:0; margin:0 auto; width:90%; }
#mobil_menu_top li { list-style-type:none; text-align:left; }
#mobil_menu_top li a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:11px; 
	color: #999999; 
	text-decoration:none;
	border-bottom:1px solid #cccccc;
	padding:7px 0 5px 10px;
	margin:0px;
	display:block;
}
#mobil_menu_top li a:hover { color:#999999; text-decoration:none; }




/*     Main Catagory Start     */
#mobil_mainCategory {
	width:90%; 
	margin:0 auto;
	padding:0;
}

.mo_mct { 
	border-bottom:3px solid #FFBD0D;
	margin-bottom:4px;
	text-align:center;
	padding:13px 0 11px 0;
	font-size:15px;
	color:#666666;
}
		
#mobil_mainCategory ul { padding:0; margin:-4px 0 0 0; }
#mobil_mainCategory li {
	list-style-type:none;
	text-align:left;
	background-image: url(../imag/lm_turuncu-5-21.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#mobil_mainCategory li a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:11px; 
	color: #2c5692; 
	text-decoration:none;
	border-bottom:1px solid #FFBD0D;
	padding:5px 10px 8px 30px;
	margin:0px;
	display:block;
}
#mobil_mainCategory li a:hover { 
	background-image: url(../imag/lm_kirmizi-5-21.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	color:#ff0000; text-decoration:none; font-weight:bold; background-color:#FFFDE7;
}
#mobil_sidebar span { font-size:9px; color:#c3c3c3; font-weight:normal; font-family:Verdana, Geneva, sans-serif; }
#mobil_sidebar .mo_mc { border-top:2px solid #FFBD0D; }
/*     Main Catagory End     */


/*     Sub Catagory Start     */
#mobil_subCategory { 
	width: 90%; 
	margin:0 auto;
	padding:0;
}
.mo_sb { 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:11px; 
	color: #2c5692; text-align:left;
}
.mo_sb a { 
	color: #2c5692; text-decoration:none; 
	border-bottom:1px solid #FF0000;
	padding:6px 5px 8px 30px;
	margin:-4px 0px -10px 0px;

	background-image: url(../imag/lm_kirmizi-5-21.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	display:block;
}
.mo_sb a:hover { color: #ff0000; text-decoration:none; font-weight:bold; background-color:#FFFDE7; }

#mobil_subCategory li { list-style-type:none; text-align:left; }
#mobil_subCategory li a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:11px; 
	color: #2c5692; 
	text-decoration:none;
	
	border-bottom:1px solid #cccccc;
	padding:5px 5px 8px 12px;
	margin: 0px 0px 0px -22px;
	
	background-image: url(../imag/lm_kirmizi-2-21.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	display:block;
}
#mobil_subCategory li a:hover {
	background-image: url(../imag/lm_kirmizi-2-21.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	color:#ff0000; text-decoration:none; font-weight:bold; background-color:#FFFDE7;
}

.mo_sc { border-top:3px solid #FF3333; margin-bottom:5px; margin-top:-10px; }
#mobil_subCategory .al { font-weight:bold; text-decoration:none; color:#ff0000; background-color:#FFFDE7; }
/*     Sub Catagory End     */





#content {
	position:relative;
	background-color:#f1f1f1;
	width:100%;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	text-align:center;
	border-bottom:2px solid #c9c9c9;
	box-sizing:border-box;
}

/*      Breadcrumb Start      */
#breadcrumb { margin:2px auto 20px auto; padding:0; text-align:left; font-size:9px; position:relative; overflow:auto; width:96%; }
#breadcrumb ul { padding:0; margin:0; box-sizing:border-box; }
#breadcrumb li { list-style:none; float:left; color:#666666; padding-left:3px; margin:0; }
#breadcrumb li a{ text-decoration:underline; color:#858585; padding:3px 3px 0 3px; margin-bottom:3px; display:inline-block; }
#breadcrumb li a:hover{ text-decoration:none; color:#0000ff; }

#breadcrumb2 { margin:5px auto 20px auto; padding:0; text-align:left; font-size:9px; position:relative; overflow:auto; width:96%;  }
#breadcrumb2 ul { padding:0; margin:0; box-sizing:border-box; }
#breadcrumb2 li { list-style:none; float:left; color:#666666; padding-left:5px; margin:0; }
#breadcrumb2 li a{ text-decoration:underline; color:#858585; padding:0 3px 0 1px; margin-bottom:3px; display:inline-block; }
#breadcrumb2 li a:hover{ text-decoration:none; color:#0000ff; }
/*      Breadcrumb End      */





/*      Page Title Start      */
#page-title {
	clear:both;
	position:relative;
	padding:0 15px 0 15px;
	margin:15px 0 10px 0;
	width:100%;
	text-align:center;
	box-sizing:border-box;
}
#page-title h1 {
	margin:0;
	padding:0;
	font-size:15px;
	color:#3366ff;
	text-align:center;
}
#page-title .pg { color:#858585; font-size:9px; padding:5px 0 0 0; }


/*      Ana Sayfa Düzenleme Page Title Start      */

#page-title_hp_mo {
	clear:both;
	position:relative;
	padding:0 15px 0 15px;
	margin:15px 0 10px 0;
	width:100%;
	text-align:center;
	box-sizing:border-box;
}
#page-title_hp_mo h1 {
	margin:0;
	padding:0;
	font-size:15px;
	color:#3366ff;
	text-align:center;
}
#page-title_hp_mo .pg { color:#858585; font-size:9px; padding:5px 0 0 0; }

#page-title_dp { 
	clear:both;
	position:relative;
	text-align:center;
	box-sizing:border-box;
	background-color:#F1F1F1; width:94%; margin:-12px auto; padding:0; overflow:auto;
}
#page-title_dp h1 {
	margin:0;
	padding:10px 5px 10px 5px;
	font-size:15px;
	color:#3366ff;
	text-align:center;
}


#page-title_mh { margin:-15px 0 10px 25px; padding:0px; clear: both; float:left; }
#page-title_mh h1 {
	margin:0;
	padding:0;
	font-family:tahoma;
	font-size:20px;
	color:#2c5692;
	text-align:left;
}

#page-title_mobil { margin:-15px 0 10px 25px; padding:0px; clear: both; float:left; }
#page-title_mobil h1 {
	margin:0;
	padding:0;
	font-family:tahoma;
	font-size:20px;
	color:#2c5692;
	text-align:left;
}

/*      Page Title End      */






/*      Ürün Grubu Listeleme - Başlıyor      */
.product { 
	background-color:#ffffff;
	border:1px solid #e9e9e9;
	width:94%;
	font-size:11px;
	padding:10px 5px 3px 15px;
	margin:1px 3% 0 3%;
	float:left;
	text-align:left;
	line-height:120%;
	box-sizing:border-box;
}
.product a { text-decoration:none;  color:#333333; display:block; }
.product:hover { background-color:#FFFDE7; }

.product p { margin:0 5px 10px 15px; color:#666666; text-align:left; }

.product .a { color:#999999; font-size:90%; line-height:7px; }
.product .b { display:inline-block; height:auto; margin:4px 0 10px 0;  font-size:12px; line-height:140%; color:#484848; }
.product .c { color:#008800; font-size:12px; }
.product .d { color:#FF6B00; font-size:13px; }
.product .f { color:#3366ff; font-size:90%; text-decoration:underline; display:inline-block; display:none; }

.product-img {
	overflow:auto;
	width:30%;
	height:auto;
	text-align:left;
	float:left;
	margin-bottom:10px;
}
.product-img img {
	max-width:100%;
	height:auto;
	float:left;
	border:0;
}

.product-info{
	overflow:auto;
	width:65%;
	height:auto;
	text-align:left;
	float:left;
	box-sizing:border-box;
}
/*      Ürün Grubu Listeleme - Bitiyor      */






/* Ana Sayfa Ürün Grupları Başlıyor */
.uga { 
	background-color:#ffffff;
	border:1px solid #e9e9e9;
	width:94%;
	font-size:11px;
	padding:0;
	margin:1px 3% 0 3%;
	float:left;
	text-align:left;
	box-sizing:border-box;
}
.ugb { 
	overflow:auto;
	width:35%;
	text-align:left;
	float:left;
	padding:15px 0 10px 15px;
	box-sizing:border-box;

}
.ugc { 
	width:65%;
	float:left;
	text-align:left;
	padding:10px;
	box-sizing:border-box;
	line-height:150%;
}

.ugb img {
	max-width:100%;
	height:auto;
	border:0;
}

.ugd { margin:0px; color:#888888; font-size:10px; }
.ugd a { font-size:12px; color:#ff6600; text-decoration:none; font-weight:bold; display:inline-block; padding:3px 3px 1px 3px; }
.ugd a:hover { font-size:12px; text-decoration:none;color:#0000FF; font-weight:bold; }

.ugf { margin:2px 0px 0px 0px; font-size:13px; line-height:14px;  color:#ff0000; font-family:Arial; }
.ugf a { font-family:tahoma; font-size: 10px; color:#3366dd; text-decoration: underline;  display:inline-block; padding:4px 3px 1px 3px; margin-bottom:3px; }
.ugf a:hover { font-family:tahoma; font-size: 10px; text-decoration: none; color: #ff0000; }

.ugg_mo { clear:both; padding:7px; }
/* Ana Sayfa Ürün Grupları Bitiyor */



/*       Mobil Pager Start       */
#mobil_pager {
	clear:left;
	background-color:#ffffff;
	border:1px solid #ededed;
	font-size:16px;
	color:#888888;
	text-align:center;
	padding:7px 0 2px 0;
	width:94%;
	margin:1px 3% 15px 3%;
	overflow:auto;
	box-sizing:border-box;
}
#mobil_pager ul { padding:0; margin:0; width:100%; }
#mobil_pager li { list-style:none; float:left; color:#666666; padding:5px; margin:0; width:33%; box-sizing:border-box; }
#mobil_pager li a{ text-decoration:none; color:#939393;  display:block; }
#mobil_pager li a:hover{ text-decoration:none; color:#939393; }

#mobil_pager p { padding:0 0 8px 0; margin:0; font-size:9px; width:100%; }
/*       Mobil Pager End       */


/*  Sonraki Sayfa   */
#ss { 
	border:1px solid #e9e9e9;
	width:94%;
	padding:10px;
	margin:1px 3% 0 3%;
	float:left;
	background-color:#FFFDE7;
	text-align:center;
	height:auto;
	display:block;
	box-sizing:border-box;
}
#ss a { }
#ss:hover { }

#ss .img-responsive-ss {
	width:100px;
	height:auto;
	margin:0 auto 0 auto;
	display:block;
}


#ar_ss { 
	border:1px solid #e9e9e9;
	width:94%;
	padding:10px;
	margin:1px 3% 0 3%;
	float:left;
	background-color:#FFFDE7;
	text-align:center;
	height:auto;
	display:block;
	box-sizing:border-box;
}
#ar_ss a { }
#ar_ss:hover { }

#ar_ss .img-responsive-ss {
	width:100px;
	height:auto;
	margin:0 auto 0 auto;
	display:block;
}

#ss_tg { 
	border:1px solid #e9e9e9;
	width:94%;
	padding:10px;
	margin:1px 3% 0 3%;
	float:left;
	background-color:#FFFDE7;
	text-align:center;
	height:auto;
	display:block;
	box-sizing:border-box;
}
#ss_tg a { }
#ss_tg:hover { }

#ss_tg .img-responsive-ss {
	width:100px;
	height:auto;
	margin:0 auto 0 auto;
	display:block;
}
/*  Sonraki Sayfa   */



/*      Mobil Footer Start       */
#mobil_footer {
	clear:both;
	width:100%;
	overflow:auto;
	color:#666666;
	line-height:18px;
	text-align:center;	
	padding:0;
	margin:0;
	font-size:10px;
}
#mobil_footer .f1 { color:#FF0000; margin-top:5px; margin-bottom:30px; line-height:22px;}
#mobil_footer .f1 a { text-decoration:none; color:#666666;  padding:3px 8px 0 8px; display:inline-block; }
#mobil_footer .f1 a:hover { text-decoration:none; color:#666666; }
#mobil_footer .fa { margin:0 0 35px 0; }
#mobil_footer .fb { color:#ff0000; font-size:11px; }
#mobil_footer .fc { color:#3366ff; font-size:11px; }
#mobil_footer .fd { margin:10px auto 15px auto; border-bottom:1px solid #ff9933; width:85%; padding-bottom:3px; }
#mobil_footer .ff { margin:0 auto 0 auto; }
#mobil_footer .f2 { margin:15px 0 22px 0; color:#888888;}
#mobil_footer .f3 { line-height:10%; }
#mobil_footer .f3a { position:relative; top:6px; right:15px; }
#mobil_footer .f4 { font-size:9px; color:#888888; padding-top:15px; padding-bottom:7px; }
/*      Mobil Footer End       */






/* Ürün Detay Sayfa Düzenlemeleri Başlıyor  */

#mobil-product-info { padding:0; margin:0; overflow:auto; }
#ImgGaleryM { clear:both; width:94%; margin:0 auto; background-color:#ffffff; padding:10px 0; }
#ImgGaleryM #sliderM { width:100%; margin:0; padding:0; }
#ImgGaleryM div { text-align:center; }
#ImgGaleryM span img{ border:1px solid #cccccc; margin:3px 5px; cursor:pointer; }
#ImgGaleryM span img:hover { border:1px solid #ff8000; }
#ImgGaleryM  #sliderM img {
	max-width:100%;
	height:auto;
	border:0;
	margin:0;
}

#product_info_mobil {
	overflow:auto;
	width:100%;
	margin-top:10px;
	margin-bottom:25px;
	text-align:left;
	display:block;
}


#product_info_mobil .dty_01 { width:100%; margin-top:25px; margin-bottom:35px; padding-bottom:15px; border-bottom:5px solid #ffcc44; border-spacing:0; padding:0;  }
#product_info_mobil .dty_02 { padding:7px 0 0 10px; vertical-align:top; text-align:left;  }
#product_info_mobil #dty_03m { width:100%; border-spacing:10px; padding:0; border:0;  }
#product_info_mobil #dty_03m td { padding:3px 4px 12px 7px;  }
#product_info_mobil #dty_03m .a { padding-left:30px; }

#product_info_mobil .dty_05 { width:100px; }
#product_info_mobil .dty_06 { padding-right:15px; vertical-align:middle;  }
#product_info_mobil .dty_img { margin:10px 25px 5px 10px;  }
#product_info_mobil .dty_img_k { padding-top:8px; border-top:1px solid #ffba00; }
#product_info_mobil .dty_img_k1 { border:0; border-spacing:0px; padding:0px; margin:0 auto 0 auto; }
#product_info_mobil .ib8b { margin:3px 6px 3px 6px } 

#product_info_mobil .dty_07 { vertical-align:middle; text-align:center; padding:0px; border-bottom:1px solid #c3c3c3;  }
#product_info_mobil .dty_08 { vertical-align:top; text-align:center; padding:0 0 0 50px; }
#product_info_mobil .dty_09 { text-align:right; white-space:nowrap; }

#product_info_mobil .dty_10 { width:200px; border-spacing:3px; padding:3px; border:0; }
#product_info_mobil .dty_11 { text-align:center; padding:0 20px 10px 20px; }
#product_info_mobil .dty_img_b { text-align:center; padding:20px; }
#product_info_mobil .dty_img_b1 { border:1px solid #c3c3c3; width:100%; border-spacing:2px; padding:0;   }





#product_info_mobil .dty { border-bottom:1px solid #99cc33; font-size:12px; color:#999999; padding:10px; font-weight:bold; }
#product_info_mobil .dty1 { border-bottom:1px solid #c3c3c3; color:#999999; font-size:12px; font-weight:bold; width:25%; }
#product_info_mobil .dty2 { border-bottom:1px solid #c3c3c3; color:#ff6600; font-size:15px; font-weight:bold; }
#product_info_mobil .dty3 { border-bottom:1px solid #c3c3c3; color:#757575; font-size:11px; }
#product_info_mobil .dty3a { border-bottom:1px solid #c3c3c3; color:#008800; font-size:12px; }
#product_info_mobil .dty4 { border-bottom:1px solid #c3c3c3; color:#666666; padding-bottom:10px; padding-top:4px; font-size:11px; }
#product_info_mobil .dty4a { font-size:9px; color:#999999; }
#product_info_mobil .dty5 { border-bottom:1px solid #c3c3c3; color:#777777; padding-left:30px; }
#product_info_mobil .dty5a { border-bottom:1px solid #c3c3c3; color:#757575; vertical-align:top;  padding-top:15px; line-height:20px; }


/* Duvar saatlerinin özellekler bölümünde kullanılan tablolar için kullanılıyor */
#product_info_mobil .dty5a .dtyd1 p { margin:-6px 0 -6px 0; line-height:15px; }
#product_info_mobil .dty5a .dtyd2 p { margin:-6px 0 -6px 15px; line-height:15px; }



#product_info_mobil .dty6 { border-bottom:1px solid #c3c3c3; color:#888888; }
#product_info_mobil .dty7 { border-bottom:1px solid #c3c3c3; color:#666666; padding-bottom:15px; padding-top:15px; line-height:20px; }
#product_info_mobil .dty8 { border-bottom:1px solid #c3c3c3; color:#888888; }
#product_info_mobil .dty9 { border-bottom:1px solid #c3c3c3; color:#888888; }
#product_info_mobil .dty10 { border-bottom:1px solid #c3c3c3; color:#ff6600; font-weight:bold; }

#product_info_mobil .dty11 { font-size:11px; background-color:#eeeeee; border-top:1px solid #c3c3c3; border-bottom:3px solid #FFBD0D; padding:10px; color:#666666; }
#product_info_mobil .dty12 { font-size:10px; color:#777777; margin-bottom:4px; }
#product_info_mobil .dty13 { font:11px; color:#666666; margin:0px; }
#product_info_mobil .dty14 { color:#3366FF; margin-top:17px;  color:#008800; font-size:11px; }
#product_info_mobil .dty15 { padding-right:20px; color:#ff6600; font-size:11px; font-weight:bold; }

#product_info_mobil .dty16 { color:#3366ff;  border-bottom:1px solid #c3c3c3; }
#product_info_mobil .dty17 { color:#888888;  border-bottom:1px solid #c3c3c3; }


/* Duvar Saati tablo düzenlemesi */
#product_info_mobil .dtyd1 { color:#777777; padding:0;}
#product_info_mobil .dtyd2 { color:#777777; padding:0;}

/* Ürün Detay Sayfa Düzenlemeleri Bitiyor */








/*  MOBİL  -  Istek Bildirim Formlari - Başlıyor */
#ibf-mobil { clear:both; position:relative; width:85%; margin:15px auto 30px auto; border:1px solid #ffcc44; background-color:#ffffff; }
#ibf-mobil .ibf1 { text-align:center; background-color:#eeeeee; font-size:15px; letter-spacing:1px; color:#3366ff; margin:5px; padding:12px 0 6px 0; font-weight:bold; border-bottom:3px solid #ffcc44; } 
#ibf-mobil .ibf2 { text-align:left; font-size:9px; line-height:14px; color:#777777; font-family:verdana; padding:3px 0 0 18px; }



#ibf-mobil .btn_bf { width:75%; margin:25px auto 0 auto; padding:1px; position:relative; border:1px solid #61A615; background-color:#ffffff; }
#ibf-mobil .btn_bf a {
	display:inline-block; background-color:#61A615; width:100%; padding:8px 0 6px 0; font-size:11px; letter-spacing:1px;
	color:#ffffff; font-weight:bold; text-align:center; 
	text-decoration:none;
 }
#ibf-mobil .btn_bf a:hover { background-color:#336600; } 

#ibf-mobil .btn_bfa { width:75%; font-size:10px; line-height:22px; margin:0px auto 10px auto; padding:10px 0; border-bottom:3px solid #61A615; text-align:center; } 
#ibf-mobil .btn_bfa a { color:#0000ff; } 
#ibf-mobil .btn_bfa a:hover { color:#ff0000; text-decoration:none; } 

#ibf-mobil .btn_bfa span { font-size:12px; color:#FF0000; } 



#ibf-mobil .btn_nf { width:75%; margin:28px auto 0 auto; padding:1px; position:relative; border:1px solid #3366ff; background-color:#ffffff; }
#ibf-mobil .btn_nf a {
	display:inline-block; background-color:#3366ff; width:100%; padding:8px 0 6px 0; font-size:11px; letter-spacing:1px;
	color:#ffffff; font-weight:bold; text-align:center;
	text-decoration:none;
 }
#ibf-mobil .btn_nf a:hover { background-color:#003399; } 

#ibf-mobil .btn_nfa { width:75%; font-size:10px; line-height:22px; margin:0px auto 10px auto; padding:10px 0; border-bottom:3px solid #3366ff; text-align:center;  } 
#ibf-mobil .btn_nfa a { color:#0000ff; } 
#ibf-mobil .btn_nfa a:hover { color:#ff0000; text-decoration:none; } 

#ibf-mobil .btn_nfa span { font-size:12px; color:#FF0000; } 



#ibf-mobil .btn_sf { width:75%; border-top:1px solid #fc6; border-bottom:1px solid #fc6; background-color:#fffedb; padding:14px 0px 10px 0px; margin:28px auto 25px auto; } 
#ibf-mobil .btn_sfm { color:#555555; font-family:verdana; font-size:10px; margin:0 auto; text-align:center; } 
#ibf-mobil .btn_sfma { width:60px; font-family:tahoma; font-size:11px; text-align:center; } 

#ibf-mobil .btn_sfb { border:1px solid #ff8000; background:#ffffff; padding:0; width:85%; margin:12px auto 5px auto; }
#ibf-mobil .btn_sfr {
	width:100%; font-size:11px; color:#ffffff; font-family:Verdana; font-weight:bold; margin:0; letter-spacing:1px;
    border: 1px solid #ffffff;
    background:#ff8000; padding:9px 0 7px 0; cursor:pointer;
	}
#ibf-mobil .btn_sfr:hover { background:#ff0000; }


#ibf-mobil .btn_sfa { font-size:10px; line-height:22px; margin:0px auto; padding:5px 0; text-align:center;  } 
#ibf-mobil .btn_sfa a { color:#0000ff; } 
#ibf-mobil .btn_sfa a:hover { color:#ff0000; text-decoration:none; } 

#ibf-mobil .btn_sfa span { font-size:12px; color:#FF0000; } 
/*  MOBİL - Istek Bildirim Formlari - Bitiyor */


/*  MOBİL - Bu gruptaki diğer ürünler  */
#pro_rand_mo { clear:both; padding:0; margin:10px auto 15px auto; overflow:auto; }













/* İstek Bildirim Formları Başlıyor  */
#forms-ibf { clear:both; 
	position:relative;
	width:94%;
	margin:15px auto;
}

#forms-ibf .a { background-color:#FFFFFF; text-align:center; }


#forms-ibf .bf {
	clear:both; 
	width:85%; margin:0 auto; padding:1px; position:relative; top:25px;
	border:1px solid #61A615;
 }
#forms-ibf .bf a {
	display:inline-block; background-color:#61A615; width:100%; padding:8px 0 5px 0;
	color:#ffffff; font-weight:bold; text-align:center;  letter-spacing:1px;
	text-decoration:none;
 }
#forms-ibf .bfa {
	position:relative; top:25px; padding-top:15px; padding-bottom:15px; border-bottom:3px solid #61A615; margin:0px auto; 
	font-size:10px; line-height:22px; } 

#forms-ibf .nf {
	clear:both; 
	width:85%; margin:25px auto 0 auto; padding:1px; position:relative; top:25px;
	border:1px solid #3366ff;
 }
#forms-ibf .nf a {
	display:inline-block; background-color:#3366ff; width:100%; padding:8px 0 5px 0;
	color:#ffffff; font-weight:bold; text-align:center;  letter-spacing:1px;
	text-decoration:none;
 }
#forms-ibf .nfa {
	position:relative; top:25px; padding-top:15px; padding-bottom:15px; border-bottom:3px solid #3366ff; margin:0px auto; 
	font-size:10px; line-height:22px; } 

.ib6 { clear:both; width:85%; position:relative; top:25px;
 border-top:1px solid #ff6600; border-bottom:1px solid #ff6600; background-color:#FFFDE7; padding:15px 0px 15px 0px; margin:22px auto 20px auto; } 

.ib61 { width:45px; font-family:tahoma; font-size:11px; text-align:center; }
.ib62 { background:#ff8000; color:#FFFFFF; padding:8px 0 6px 0; font-family:verdana; font-size:11px; font-weight:bold; width:75%;  letter-spacing:1px; } 
.ib1 { width:90%; border-spacing:3px; padding:0; margin:20px auto; }
.ib2 { text-align:center; background-color:#eeeeee; font-size:13px; color:#3366ff; padding:11px 0 5px 0; font-weight:bold; border-bottom:2px solid #ffcc44;  letter-spacing:1px; } 
.ib2a { text-align:center;  } 
.ib3 { margin:5px 0 0 8px; text-align:left; font-size:9px; line-height:15px; color:#666666; } 
.ib5 { background-color:#FFFFFF;  border:1px solid #3366ff; margin-top:20px;  width:160px; border-spacing:0.5px; padding:1px;  margin:20px auto 0 auto;  } 
.ib51 { font-size:10px; line-height:22px; padding-top:5px; padding-bottom:5px; border-bottom:3px solid #3366ff; margin:0px 10px 30px 10px; } 
.ib63 { font-size:10px; line-height:22px; margin:10px 0px 0px 0px; padding:15px 0 15px 0; } 
.ib7 { background-color:#eeeeee; border-bottom:4px solid #FFBD0D; padding:9px 20px 9px 0px; text-align:right; } 
.ib8 { padding:10px; text-align:center; } 
.ib8a { margin:5px 8px 0 8px } 
.ib9 { padding:25px; text-align:center; } 

.btn_ab { font-size:12px; color:#FF0000 }
.btn_sf { margin-bottom:15px; }
.btn_sfa { font-size:10px; color:#666666; }

/* İstek Bildirim Formları Bitiyor */



/*  Arama Sayfası Düzenlemeleri Başlıyor  */
.ar-sf1 { display:none }
.ar-sf2 { display:none }
.ar-sf3 { display:none }

.ar-sf1_mo { 
	clear:both;
	padding:0;
	margin:15px auto 40px auto;
	width:94%;
	text-align:center;
	font-size:11px; color:#666666; line-height:20px;
 }
.ar-sf2_mo { 
	clear:both;
	padding:0;
	margin:15px auto 40px auto;
	width:94%;
	text-align:center;
	font-size:11px; color:#666666; line-height:20px;
 }
.ar-sf3_mo { 
	clear:both;
	padding:0;
	margin:15px auto 15px auto;
	width:94%;
	text-align:center;
	font-size:11px; color:#666666; line-height:20px;
 }

.product_ar { 
	background-color:#ffffff;
	border:1px solid #e9e9e9;
	width:94%;
	font-size:11px;
	padding:10px 5px 3px 15px;
	margin:1px 3% 0 3%;
	float:left;
	text-align:left;
	line-height:120%;
	box-sizing:border-box;
}

.product_ar a { text-decoration:none;  color:#333333; }
.product_ar:hover {   }

.product_ar p { margin:0 5px 10px 15px; color:#666666; text-align:left; }
.product_ar .a { color:#999999; font-size:90%; line-height:7px; }
.ar_b { display:inline-block; height:auto; margin:4px 0 10px 0;  font-size:12px; line-height:140%; color:#484848;}
.ar_b a { text-decoration:none; color:#484848; }
.ar_b:hover { text-decoration:underline; color:#0000ff;}

.product_ar .c { color:#008800; font-size:12px;}
.product_ar .d { color:#FF6B00; font-size:13px;}
.ar_f { color:#3366ff; font-size:90%; text-decoration:underline; display:inline-block; height:auto; margin:15px 0 0 15px;  display:inline-block; }
.ar_f a { color:#3366ff; font-size:90%; text-decoration:underline; }
.ar_f:hover { text-decoration:none; }

.ar_g { color:#339966; font-size:90%; text-decoration:underline; display:inline-block; height:auto; margin:15px 0 10px 15px;  display:inline-block;}
.ar_g a { color:#339966; font-size:90%; text-decoration:underline; }
.ar_g:hover { text-decoration:none; }
/*  Arama Sayfası Düzenlemeleri Bitiyor  */




/* Müşteri Hizmetleri - Bize Ulaşın Sayfayarı Başlıyor  */
.mhiz_blk {
	margin:50px auto -10px auto;
	padding:5px; width:80%; border-bottom:4px solid #ffba00;
	font-size:13px; color:#666666; text-align:left;	
}

#mhiz {
	margin:0 auto; width:80%;
	color:#666666; font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:18px;
}
#mhiz ul { padding:0; clear:both; width:90%; margin:10px auto; }
#mhiz li { list-style:none; color:#666666; padding-top:20px; text-align:left; }
#mhiz li a{ text-decoration:underline; color:#2c5692;  }
#mhiz li a:hover{ text-decoration:none; color:#2c5692; }

#mhiz a{ text-decoration:underline; color:#2c5692;  }
#mhiz a:hover{ text-decoration:none; color:#ff0000; }


.mhiz_inp { width:95%; height:22px; border:1px solid #c3c3c3; margin:0 auto; padding-left:8px; }
#mhiz textarea {  width:95%; border:1px solid #c3c3c3; padding:7px 0 0 8px; font-size:12px; color: #666666; }

#mhiz input,textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.mhiz-responsive-img {
    max-width: 100%;
    height: auto;
	margin:15px 0 35px 0;
}

.mhiz-responsive-img_mobil {
    width: 80%;
    height: auto;
	margin:15px 0 20px 0;
}


.mhiz_czg { border-bottom:2px solid #ffba00; margin:0 0 20px 0; height:10px; width:100%; }

/*
.mhiz_btn { float:right; margin-left:10px; width:125px; height:30px; background:#ff8000; font-family:verdana; font-size:9px; letter-spacing:1px; padding-top:5px; font-weight:bold; }

*/

.mhiz_btn { 
	float:right; margin-left:10px; border:1px solid #ff8000; background:#ffffff; padding:0; margin-left:10px;
}
.mhiz_btn input {
	float:right; width:135px; height:33px; margin:0; padding-top:2px;
	font-size:10px; color:#ffffff; font-family:Verdana; font-weight:bold; letter-spacing:1px;
    border:1px solid #ffffff;
    background:#ff8000; cursor:pointer; outline:none;
}
.mhiz_btn input:hover { 
	background:#cc6600; outline:none;
}








.mhiz_ok { float:left; text-align:left; margin-top:35px; }

.mhiz_ok_a { padding-top:5px }

.mhiz_ssl { margin:10px auto 0 auto; padding-top:10px; width:95%; border-top:4px solid #ffba00; text-align:right; }
.mhiz_ssl_img { width: 60px; height: auto; border:0; }



/*  Bize ulaşın eklemeleri  */

#page-bu { width:94%; margin:-15px auto 25px auto; background-color:#FFFFFF; padding:25px 0; }

.bzu_a { display:none;
	width:90%;
	background-color: #eeeeee;
	border-bottom: 2px solid #ff8000;
	margin:0 auto;
	text-align: center;
	padding: 12px 0 7px 0;
	font-size: 15px;
    color: #3366ff;
    font-weight: bold;
    letter-spacing: 1px;
}

.mhiz_mtn {
	margin:0 auto; width:90%; border-bottom: 2px solid #ff8000; padding:10px 0;
	line-height:18px; font-size:10px; color:#666666;
	text-align:left; 
}

.mhiz_mtn .st { display:block; }






.bzu_czg { border-bottom:1px solid #ffba00; margin:0 0 30px -10px; height:20px; }

#bzu { 
	margin:20px auto;
	width:94%;
	color:#666666; font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:18px;

}
#bzu ul { padding:0; margin:0 auto 0 auto; }
#bzu li { list-style:none; float:left; color:#666666; width:45%; border:1px solid #ff8000; text-align:center;}

#bzu li a{ text-decoration:underline; color:#2c5692;  }
#bzu li a:hover{ text-decoration:none; color:#2c5692; }

#bzu a{ text-decoration:underline; color:#0000ff;  }
#bzu a:hover{ text-decoration:none; color:#ff0000; }

.bzu_sl { width:80%; margin:50px auto; }
.bzu_sg { width:80%; margin:30px auto; }

/* Müşteri Hizmetleri - Bize Ulaşın Sayfayarı Bitiyor  */




/* Form Sayfaları Başlıyor  */
.page-frm_mobil { width:100%; margin:-10px 0 0 0; padding:0; }

.product_frm { 
	background-color:#ffffff;
	border:1px solid #c9c9c9;
	width:100%;
	font-size:11px;
	padding:10px 5px 3px 15px;
	margin:0 0 4px 0;
	float:left;
	text-align:left;
	line-height:120%;
	box-sizing:border-box;
	overflow:auto;
}

.product-info_frm{
	overflow:auto;
	width:65%;
	height:auto;
	text-align:left;
	float:left;
	box-sizing:border-box;
	margin-bottom:20px;
}

.product-img_frm {
	overflow:auto;
	width:30%;
	height:auto;
	text-align:left;
	float:left;
	margin-bottom:20px;
}

.product-img_frm img {
	max-width:100%;
	height:auto;
	float:left;
	border:0;
}




.product_frm a { text-decoration:none;  color:#333333; }
.product_frm:hover {   }

.product_frm p { margin:0 5px 10px 15px; color:#666666; text-align:left; }
.product_frm .a { color:#999999; font-size:90%; line-height:7px; }
.ar_b { display:inline-block; height:auto; margin:4px 0 10px 0;  font-size:12px; line-height:140%; color:#484848;}
.ar_b a { text-decoration:none; color:#484848; }
.ar_b:hover { text-decoration:underline; color:#0000ff;}

.product_frm .c { color:#008800; font-size:12px;}
.product_frm .d { color:#FF6B00; font-size:13px;}
.ar_f { color:#3366ff; font-size:90%; text-decoration:underline; display:inline-block; height:auto; margin:15px 0 0 15px;  display:inline-block; }
.ar_f a { color:#3366ff; font-size:90%; text-decoration:underline; }
.ar_f:hover { text-decoration:none; }

.ar_g { color:#339966; font-size:90%; text-decoration:underline; display:inline-block; height:auto; margin:15px 0 10px 15px;  display:inline-block;}
.ar_g a { color:#339966; font-size:90%; text-decoration:underline; }
.ar_g:hover { text-decoration:none; }
/*  Arama Sayfası Düzenlemeleri Bitiyor  */


/*  Form Onay Sayfa Düzenlemeleri - Başlıyor */

.frms { 
	margin:0 auto 0 auto;
	width:83%;
	color:#666666; font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:18px;
}
.frms ul { padding:0; margin:0; clear:both; }
.frms li { list-style:none; color:#666666; padding-top:20px;}
.frms li a{ text-decoration:underline; color:#2c5692;  }
.frms li a:hover{ text-decoration:none; color:#2c5692; }

.frms a{ text-decoration:underline; color:#2c5692;  }
.frms a:hover{ text-decoration:none; color:#ff0000; }


.frms_inp {  width:97%; height:18px; border:1px solid #c3c3c3; padding-left:8px; }
.frms textarea {  width:97%; border:1px solid #c3c3c3; padding:7px 0 0 8px; font-size:12px; color: #666666;}

.frms input,textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.frms_btn { float:right; margin-right:12px; width:125px; height:30px; font-family:verdana; font-size:10px; letter-spacing:1px; padding-top:5px; font-weight:bold; }

/*  Form Onay Sayfa Düzenlemeleri - Bitiyor */



/*   Genel Çalışma Prensipleri Mobil Düzenleme - Başlıyor  */

#hi-ak { font-family:verdana; font-size:11px; color:#666666; line-height:20px; margin-top:15px;



}

#hi-ak td  { font-family:verdana; font-size:11px; color:#666666; line-height:20px; }
#hi-ak td a { text-decoration: underline; color: #0000ff; }
#hi-ak td a:hover { text-decoration: none; color: #ff0000; }
#hi-ak .pgf { margin-top:0px; margin-bottom:15px; }
#hi-ak .mc4 { background-color:#d6d6d6; }
#hi-ak .mc5 { font-family:verdana; font-size:13px; color:#FFFFFF; background-color:#FF8000; padding-top:3px; padding-bottom:2px; padding-left:15px; }
#hi-ak .mc6 { padding-top:30px; padding-bottom:50px; padding-left:15px; padding-right:15px; }
#hi-ak body { margin:0px; }






/*      Alt Grup Title lar - Başlıyor     */
#sub-title {  width:98%; margin:0 auto 8px auto; text-align:center; }
#sub-title h2 {
	margin:0; padding:0; font-weight:normal;
	font-size:9px; line-height:11px;
	text-decoration:none; white-space:nowrap; 
	font-family:Verdana,Geneva,Sans-Serif,Arial;
	}

#sub-title a {
	display:inline-block; 
	text-align:center;
	padding:0 5px;
	margin:5px 6px;
	
	border-bottom: thin solid #ff0000; 
	
	text-decoration:none;
	color:#2c5692;  font-weight:normal; 
	}
#sub-title a:hover { text-decoration:none; color:#ff0000; font-weight:normal; }

#sub-title span { font-size:8px; color:#c3c3c3; font-weight:normal; text-decoration:none; }
/*      Alt Grup Title lar - Bitiyor     */



/*      Filtreler için menü - Başlıyor     */
#sub-title2 {  width:98%; margin:12px auto 8px auto; text-align:center; }
#sub-title2 h2 {
	margin:0; padding:0; font-weight:normal;
	font-size:9px; line-height:11px;
	text-decoration:none; white-space:nowrap; 
	font-family:Verdana,Geneva,Sans-Serif,Arial;
	}

#sub-title2 a {
	display:inline-block; 
	text-align:center;
	padding:3px 5px 0 5px;
	margin:6px 6px;
	
	border-bottom: thin solid #2c5692; 
	
	text-decoration:none;
	color:#ff0000;  font-weight:normal; 
	}
#sub-title2 a:hover { text-decoration:none; color:#ff0000; font-weight:normal; }

#sub-title2 .act { 
text-decoration:none; 
color:#ffffff; font-weight:normal; background-color:#2c5692;
padding:4px 8px 0 8px;
border-radius: 7px; 

}

/*      Filtreler için menü - Bitiyor     */




/* Etiketler Düzenlemeleri - Başlıyor  */

/*  Sayfa Altı Düzenlemesi */
#tg_info { border-top:15px solid #f1f1f1; border-bottom:1px solid #e9e9e9; border-left:1px solid #e9e9e9; border-right:1px solid #e9e9e9;
	width:94%; margin:15px auto; padding:15px 10px; overflow:auto; box-sizing:border-box; text-align:center; line-height:20px; font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; color:#888888; background-color:#FFFFFF;
	/*box-shadow: 0px 2px 3px rgba(0,0,0,0.2); */
}
#tg_info strong { color:#2c5692; font-size:12px; }
#tg_info .a { color:#ff0000; }
#tg_info .b { color:#3366ff; }
#tg_info .c { color:#3366ff; font-weight:bold;  }
#tg_info .d { color:#008800; font-weight:bold; }

/* Etiketler Düzenlemeleri - Bitiyor  */



/* Referanslarımız Düzenlemeleri - Başlıyor  */
#page-title_ref {
	clear:both;
	position:relative;
	padding:0 15px 0 15px;
	margin:15px 0 10px 0;
	width:100%;
	text-align:center;
	box-sizing:border-box;
}
#page-title_ref h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color:#777777;
	text-align:left;
}

.mtn_ref { font-size:12px; color:#666666; line-height:20px; padding:0 15px 10px 15px; text-align:left; }

.referanslar { overflow:auto; width:auto; height:auto; margin:0 0 20px 0; padding:0 2%; }
.referanslar img {
	width:95px;
	height:auto;
	max-width:100%;
	border:1px solid #dddddd;
	margin:2.5%;
}

/* Referanslarımız FOOTER - Başlıyor  */

.ref_mo { width:auto; margin:-10px auto 25px auto; background:#eeeeee; padding:4px 13px 4px 6px; }

.ref_mo div { overflow:hidden; height:60px; width:100%; background:#ffffff; border-right:3px solid #e3e3e3; border-left:3px solid #e3e3e3; }

.ref_mo table { width:100%; margin:0; padding:0; border:0; border-spacing:0; }
.ref_mo td { white-space:nowrap; vertical-align:middle; }
.ref_mo img { 
	width:60px;
	height:auto;
	border:0;
	margin:0 10px;
}

/* Referanslarımız Düzenlemeleri - Bitiyor  */



/*  Hakkımızda  -  Başlıyor */


.mtn_hakki { font-size:12px; color:#666666; line-height:20px; padding:0 15 0 15px; text-align:left; margin:0 15px 0 15px;}
.mtn_hakki strong { color:#999999; }


/*  Hakkımızda  -  Bitiyor */









/* MOBİL SAYFALAR İÇİN KAPATILANLAR  */
#header { display:none; }  
#topmsj { display:none; }
#sidebar { display:none; }
#ans { display:none; }
#anug { display:none; }
#mainCategory { display:none; }
#mct { display:none; }
#mc { display:none; }
#page-title_hp { display:none; }
#page-title_bu { display:none; }
#page-title_bu h1 { display:none; }
.product_hp { display:none; }
.ugg { display:none; }
#topmsj { display:none;}
.pager { display:none; }
#footer { display:none; }
.product_info { display:none; }  
.pro_rand { display:none; } 
.dyr-bnr { display:none; }
.mhiz-img { display:none; }
.bzu_b { display:none; }
.page-frm { display:none; }
#ug_mtn { display:none; }
#sub-title-ctn { display:none; }
#tpmsj { display:none; }
#btmsj { display:none; }
#tags { display:none; }
#tag_dty { display:none; }
.ftr { display:none; }
.refer { display:none; }
	} 
/* 800px den küçük tüm ekranlarda kullanılacak - 500.CSS - Bitiyor */


















