/* Class definition for background shading */ 

.system_template_innerWindow_init{
	visibility:hidden; 
	position:absolute; 
	z-index:90;
	border:12px solid #000000;
	background-color:#F5F5F5;
}

.system_template_innerWindow {
	visibility:hidden; 
	position:absolute; 
	z-index:90; 
	border-left:12px solid #000000;
	border-bottom:12px solid #000000;
	border-right:12px solid #000000;	
	background-color:#F5F5F5;
}

.system_template_content_shade {
	visibility:hidden; 
	position:absolute; 
	z-index:20;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	background-color:#000000;
}

.system_dynamic_content_www_link {
	text-decoration:none;
	color:#CCCC00;
	font-weight:bold;
}

.system_dynamic_content_email_link {
	text-decoration:none;
	color:#FF00FF;
	font-weight:bold;
}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div, span{
	margin:0;
	padding:0;
	border: 0;
}


body {
	text-align: left;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-style:normal;
	font-variant:normal;
	font-stretch:normal;
	font-weight:normal;
	color:#000;
	font-size:70%;
	background-image:url(../images/zemin.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#bcbec0;
	line-height:1.5em;
}




tr,td{
	color:#000;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif, Tahoma;
	line-height:1.5em;
}

p{

}
h1 {
	font-size: 200%;
	font-weight:lighter;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif, Tahoma;
	line-height: 2em;
}
h2 {
	font-size: 180%;
	font-weight:400;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif, Tahoma;
	line-height: 1.8em;
	}
h3{
	font-size: 160%;
	font-weight:400;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif, Tahoma;
	line-height: 2em;
	}

h4 {
	font-size: 140%;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif, Tahoma;
	line-height: 1.4em;
}

h5 {
	font-size: 100%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif, Tahoma;
	line-height: 1.5em;
	font-weight: 600;

}

h6 {
	font-size: 100%;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif, Tahoma;
	line-height: 1.2em;

}

a{
	color:#000;
	text-decoration:none;

}
a:hover{
	color:#000;
	text-decoration:none;

}


sup{
	font-size: 100%;
}

label{
	 font: bold 100% "tahoma", Verdana, Arial;
	 color: #334d55;
}

hr{
	border:0px solid #FFFFFF;
	height:0px;
}

fieldset{
	padding:10px;
	border:1px solid #fff;
}

.alternatif_fieldset{
	padding:5px;
	border:1px solid #fff;
}

legend{
	color:#2793B9;
	font-weight:bold;
	font-size:10pt;
	margin-bottom:5px;
	
}
form{
	margin: 0;
	padding:0;
	}
form select{
	color:#000000;
	font-family:tahoma;
	font-size:8pt;
}
form select{
	color:#000000;
	font-family:tahoma;
	font-size:8pt;
}
.error_message{
	color:#FF0000;
	font-weight:bold;
}


option {
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	height:16px;
}

ul{
	list-style-type:square;
	margin-left:15px;
}
li{
	list-style-type:disc;
	margin-top:5px;
	list-style-position: outside;
}
ul li{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}


ol{
	list-style-type:decimal;
	margin-left:35px;
	list-style-position: outside;
}
ol li{
	margin-top:10px;
	font-size:8pt;
	list-style-type:decimal;
}

ol ol{
 list-style-type: disc;
}
ol ol ol{
 list-style-type: none;
}



/***************** mail form ************/



.input{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:150px;
	height:16px;
	padding:2px;	
	background-color:#e2e2e2;
	border:1px solid #737373;
	color:#000;
}

.input:hover{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:150px;
	height:16px;
	padding:2px;	
	background-color:#cecfcf;
	border:1px solid #2b2a2a;
	color:#000;
}


.input_text{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:180px;
	height:70px;
	padding:2px;	
	background-color:#e2e2e2;
	border:1px solid #737373;
	color:#000;
}

.input_text:hover{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:180px;
	height:70px;
	padding:2px;	
	background-color:#cecfcf;
	border:1px solid #2b2a2a;
	color:#000;
}

.input_text_adres{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:180px;
	height:50px;
	padding:2px;	
	background-color:#e2e2e2;
	border:1px solid #737373;
	color:#000;
}

.input_text_adres:hover{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:180px;
	height:50px;
	padding:2px;	
	background-color:#cecfcf;
	border:1px solid #2b2a2a;
	color:#000;
}


.button{
	border:1px #414447 solid;
	width:70px;
	height:20px;
	padding:0px 0px 2px 0px;
	text-align:center;
	color:#fff;
	background-color:#d85d19;
	font-weight:bold;
	font-size:8pt;
	font-family:tahoma, Arial, Helvetica, sans-serif;
}


.button:hover{
	border:1px #414447 solid;
	width:70px;
	height:20px;
	padding:0px 0px 2px 0px;
	text-align:center;
	color:#fff;
	background-color:#1e96c8;
	font-weight:bold;
	font-size:8pt;
	font-family:tahoma, Arial, Helvetica, sans-serif;
}




/****** serarch ********/


.search_input{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:120px;
	height:16px;
	padding:1px 0px 0px 0px;	
	background-color:#d8d8d8;
	border:1px solid #b5b5b5;
	color:#000;
}

.search_input:hover{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:120px;
	height:16px;
	padding:1px 0px 0px 0px;	
	background-color:#d8d8d8;
	border:1px solid #000;
	color:#000;
}


.search_button{
	background-image:url(../images/button.png);
	background-position:center center;
	background-repeat:repeat;
	border:0px #414447 solid;
	width:62px;
	height:18px;
	padding:0px 0px 0px 0px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	font-family:tahoma, Arial, Helvetica, sans-serif;
}


.search_button:hover{
	background-image:url(../images/button.png);
	background-position:center center;
	background-repeat:repeat;
	border:0px #414447 solid;
	width:62px;
	height:18px;
	padding:0px 0px 0px 0px;
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size:10px;
	font-family:tahoma, Arial, Helvetica, sans-serif;
}



/******* divler ********/

#parent{
	width:902px;
	margin:0 auto;
}

		#header{
			width:902px;
			height:126px;
			margin:0 auto;
			background-image:url(../images/top_header.jpg);
			background-position:center top;
			background-repeat:no-repeat;
		}
		

					#header01{
						width:300px;
						height:126px;
						margin:0 auto;
						float:left;
					}
					

								#header01_ust{
									width:300px;
									height:25px;
									padding:20px 0px 0px 0px;
									margin:0 auto;
									float:left;
								}
								
								#header01_alt{
									width:260px;
									height:68px;
									padding:8px 0px 0px 40px;
									margin:0 auto;
									float:left;
								}
								
										#menu01{
											width:140px;
											height:66px;
											padding:0px 0px 0px 0px;
											margin:0 auto;
											float:left;
										}	
										
										#menu02{
											width:120px;
											height:66px;
											padding:0px 0px 0px 0px;
											margin:0 auto;
											float:left;
										}																		

													
					
					#header02{
						width:302px;
						height:126px;
						margin:0 auto;
						float:left;
						text-align:center;
					}


					#header03{
						width:300px;
						height:126px;
						margin:0 auto;
						float:left;
					}	


								#header03_ust{
									width:300px;
									height:25px;
									padding:20px 0px 0px 0px;
									margin:0 auto;
									float:left;
									text-align:right;
								}
								
								#header03_alt{
									width:290px;
									height:68px;
									padding:8px 0px 0px 10px;
									margin:0 auto;
									float:left;
								}									
					
					
										#menu03{
											width:140px;
											height:66px;
											padding:0px 0px 0px 0px;
											margin:0 auto;
											float:left;
										}	
										
										#menu04{
											width:120px;
											height:66px;
											padding:0px 0px 0px 0px;
											margin:0 auto;
											float:left;
										}					
					
							
		
		#orta{
			width:882px;
			padding:0px 10px 10px 10px;
			margin:0 auto;
			background-image:url(../images/orta.png);
			background-position:center top;
			background-repeat:repeat-y;
		}
		
		#orta_alt{
			width:902px;
			height:14px;
			margin:0 auto;
			background-image:url(../images/orta_alt.jpg);
			background-position:center top;
			background-repeat: no-repeat;
		}		
		
		#footer{
			width:902px;
			height:65px;
			padding:5px 0px 0px 0px;
			margin:0 auto;
		}		


				#footer01{
					width:802px;
					height:65px;
					margin:0 auto;
					float:left;
				}		


				#footer02{
					width:100px;
					height:65px;
					margin:0 auto;
					float:left;
					text-align:right;
				}
				
				#adres1{
					width:60px;
					font-weight:bold;
					float:left;
				}
				
				#adres2{
					width:60px;
					font-weight:bold;
					float:left;
				}	
				
				#adres3{
					width:60px;
					font-weight:bold;
					float:left;
				}														



/******* menu linkleri ******/

.menu01{
			background-image:url(../images/menu01.jpg);
			background-repeat: no-repeat;
			background-position:center center;
			width:109px;
			height:22px;
			text-align:center;
			padding:5px 0px 0px 0px;
			float:left;
			color:#fff;
			font-weight:bold;
			font-size:8pt;	

}

a.menu01:hover{
			background-image:url(../images/menu02.jpg);
			background-repeat: no-repeat;
			background-position:center center;
			width:109px;
			height:22px;
			text-align:center;
			padding:5px 0px 0px 0px;
			float:left;
			color:#fff;
			font-weight:bold;
			font-size:8pt;			
}


.menu02{
			background-image:url(../images/menu02.jpg);
			background-repeat: no-repeat;
			background-position:center center;
			width:109px;
			height:22px;
			text-align:center;
			padding:5px 0px 0px 0px;
			float:left;
			color:#fff;
			font-weight:bold;
			font-size:8pt;						
}


a.menu02:hover{
			background-image:url(../images/menu02.jpg);
			background-repeat: no-repeat;
			background-position:center center;
			width:109px;
			height:22px;
			text-align:center;
			padding:5px 0px 0px 0px;
			float:left;
			color:#000;
			font-weight:bold;
}





/**** bg ve kenarlik **/

.kenarlik{
	border:1px #FFFFFF solid;
}

.kenarlik2{
	border:1px #d2d2d2 solid;
}

.kenarlik_siyah{
	border:1px #000 solid;
}

.kenarlik3{
	border:1px #5e5e5e solid;
}

.kenarlik_alt_cizgili{
	border-bottom:1px #444444 dashed;
}


.gri_arkaplan{
	background-color:#D6D6D6;
}


.gri_arkaplan2{
	background-color:#e2e2e2;
}



/***** yazi stilleri *******/

.bold{
	font-weight:bold;
}

.buyuk_yazi_bold{
	font-weight:bold;
	font-size:9pt;
}

.buyuk_yazi{
	font-weight:normal;
	font-size:9pt;
}

.baslik1{
	color:#4d4d4f;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.4em;
	font-size:9pt;
	padding:0px 0px 5px 0px;
}

.baslik2{
	color:#4d4d4f;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.4em;
	font-size:10pt;
	padding:0px 0px 5px 0px;
}




/*********** linkler ********/

.link_siyah_normal{
	text-decoration:none;
	font-weight:normal;
	color:#000000;
}


a.link_siyah_normal:hover{
	text-decoration:none;
	font-weight:normal;
	color:#f3742f;
}


.link_siyah_bold{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}


a.link_siyah_bold:hover{
	text-decoration:none;
	font-weight:bold;
	color:#f3742f;
}


.link_language{
	text-decoration:none;
	font-weight:bold;
}


a.link_language:hover{
	text-decoration:none;
	font-weight:bold;
	color:#f3742f;
}


.link_mail{
	text-decoration:none;
	font-weight:bold;
}


a.link_mail:hover{
	text-decoration:none;
	font-weight:bold;
	color:#f3742f;
}


.sir_link{
	text-decoration:none;
	font-weight:normal;
	color:#515151;
}


a.sir_link:hover{
	text-decoration:none;
	font-weight:normal;
	color:#000;
}








/********** urunler ********/

#urun_list{
	background-image:url(../images/urun_alt.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:223px;
	height:278px;
	padding:18px 0px 0px 18px;
	text-align:left;
}

#urun_name{
	text-align:left;
	font-weight:bold;
	padding:5px 0px 5px 15px;
	width:220px;
	border-bottom:1px #5d5d5d dashed;
}

#urun_ozeti{
	text-align:left;
	font-weight:normal;
	padding:5px 0px 5px 5px;
	width:230px;
	height:60px;
}


#urun_devami{
	text-align:left;
	padding:5px 0px 0px 5px;
	width:230px;
}


.link_devami{
	text-decoration:none;
	font-weight:bold;
}

a.link_devami:hover{
	text-decoration:none;
	font-weight:bold;
	color:#003366;
}



.urun_kenarlik{
	border:1px #FFFFFF solid;
}


.urun_kenarlik:hover{
	border:1px #000 solid;
}





/************ urun name list *******/


.urun_name_list{
	font-weight:bold;
	text-decoration:none;
	color:#6E6E6E;
}


a.urun_name_list:hover{
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

.urun_name_list_sel{
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

a.urun_name_list_sel:hover{
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
