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

/**************************************** */

.class_1 {
	background-color:#FF00FF;
}

.class_2 {
	background-color:#CC9900;
}

.class_3 {
	background-color:#00CC33;
}



/**************************************** */
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:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-stretch:normal;
	font-weight:normal;
	color:#000000;
	font-size:70%;
	line-height:1.5em;
	background-color:#2c2c2c;
}

tr,td{
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.5em;
}

p{

}
h1,h2,h3,h4,h5,h6{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 200%;
	line-height: 1.6em;
	font-weight:lighter;
}
h2 {
	font-size: 180%;
	line-height: 1.8em;
	font-weight:lighter;

	}
h3{
	font-size: 160%;
	line-height: 1.8em;
	font-weight:500;

	}

h4 {
	font-size: 140%;
	line-height: 1.6em;
	font-weight:bold;
}

h5 {
	font-size: 120%;
	line-height: 1.5em;
	font-weight:bold;

}

h6 {
	font-size: 100%;
	line-height: 1.5em;
	font-weight:bold;

}

a{
	color:#2b373c;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
	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 #dedede;
}

legend{
	color:#2793B9;
	font-weight:bold;
	font-size:10pt;
	margin-bottom:5px;
}

em{

}

form{
	margin: 0;
	padding:0;
	}
form select{
	font-size:8pt;
}

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;
}

a.tab_class {
	background-color:#CCCCCC;
}

a.tab_class_active {
	background-color:#F8FAA0;
	color:#FF0000;
}


/********* mailform **********/

.inputtext{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:200px;
	height:60px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	color:#2b373c;
	padding:2px;
}

.input{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:200px;
	height:20px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	color:#2b373c;
	padding:2px;
}

.input2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:120px;
	height:20px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	color:#2b373c;
	padding:2px;
}

.input3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:120px;
	height:18px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	color:#2b373c;
	padding:2px;
}

.search_input{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:120px;
	height:18px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	color:#2b373c;
	padding:1px;
}


.button{
	font-weight:bold;
	font-size:8pt;
	height:25px;
	width:40px;
	color:#ffffff;
	border:1px solid #c7ddf3;
	background-color:#848484;
}

.button2{
	font-weight:bold;
	font-size:8pt;
	height:25px;
	width:80px;
	color:#ffffff;
	border:1px solid #c7ddf3;
	background-color:#848484;
}
	
.search_button{
	font-weight:bold;
	font-size:8pt;
	height:20px;
	width:50px;
	color:#ffffff;
	border:0px solid #c7ddf3;
	background-color:#b5342e;
	padding:0px 0px 0px 0px;
	margin-top:10px;
}







/************** divlerim **********************/

#cerceve{
	width:921px;
	margin:0 auto;
}

#header{
	width:921px;
	height:261px;
	margin:0 auto;
	float:left;
}

#icerik{
	background-color:#FFFFFF;
	width:921px;
	margin:0 auto;
	float:left;
}

#footer{
	width:921px;
	height:198px;
	margin:0 auto;
	float:left;
}

#footer_ust{
	background-image:url(../images/footer_ust.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:891px;
	height:35px;
	margin:0 auto;
	padding:25px 0px 0px 30px;
	text-align:left;
	color:#b5b5b5;
}


#footer_alt{
	width:891px;
	height:140px;
	margin:0 auto;
	padding:0px 0px 0px 30px;
	text-align:left;
	background-color:#e7e8e8;
}


#sol{
	width:195px;
	padding:0px 0px 5px 10px;
	text-align:left;
	float:left;
}

#menu{
	width:190px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

#arama{
	width:180px;
	height:70px;
	padding:10px 0px 5px 0px;
	text-align:left;
}

#urun_arama{
	width:180px;
	height:70px;
	padding:10px 0px 5px 0px;
	text-align:left;
}


#sag{
	width:800px;
	text-align:left;
	float:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sag2{
	width:680px;
	padding:0px 0px 5px 0px;
	text-align:left;
	float:right;
	border:1px #CCCCCC solid;
	margin-right:10px;
	margin-top:10px;
}















/************** kenarliklar ***********/

.kenarlik_alt{
	border-bottom:solid #aaaaaa 1px;
}

.kenarlik{
	border:solid #aaaaaa 1px;
}


.kenarlik2{
	border:solid #dadcdb 1px;
}


.gray_kenarlik{
	border-bottom:solid #aaaaaa 1px;
	border-left:solid #aaaaaa 1px;
	border-right:solid #aaaaaa 1px;
	padding:10px 0px 10px 0px;
}


.haber_kenarlik{
	border-bottom:solid #aaaaaa 1px;
	border-left:solid #aaaaaa 1px;
	border-right:solid #aaaaaa 1px;
	padding:5px 0px 5px 0px;
}












/************ linkler ***********/


.link_siyah{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

a.link_siyah:hover{
	color:#670202;
	text-decoration:none;
	font-weight:bold;
}


.link_siyah3{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
}

a.link_siyah3:hover{
	color:#670202;
	text-decoration:none;
	font-weight:bold;
}


.link_bordo{
	color:#b81e14;
	text-decoration:none;
	font-weight:bold;
}

a.link_bordo:hover{
	color:#201f1f;
	text-decoration:none;
	font-weight:bold;
}


.link_haber{
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

a.link_haber:hover{
	color:#670202;
	text-decoration:none;
}

.link_siyah2{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-size:11pt;
}

a.link_siyah2:hover{
	color:#670202;
	text-decoration:none;
	font-weight:bold;
}


.link_haber_arsivi{
	color:#b81e14;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px 0px 10px;
}

.link_haber_arsivi:hover{
	color:#201f1f;
	text-decoration:none;
}


.link_beyaz{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px 0px 10px;
}

.link_beyaz:hover{
	color:#000;
	text-decoration:none;
}




.link_gray{
	color:#b5b5b5;
	text-decoration:none;
	font-weight:bold;
}

a.link_gray:hover{
	color:#989898;
	text-decoration:none;
	font-weight:bold;
}




/************* yazi stilleri ********/

.kucuk_yazi{
	font-size:10px;
}

.gray_yazi{
	color:#989898;
}




/************ menulink *************/

.menulink{
	color:#000;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:180px;
	height:21px;
	background-image:url(../images/kare1.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
}

a.menulink:hover{
	color:#ffffff;
	text-decoration:none;
	float: left;
	width:180px;
	height:21px;
	background-image:url(../images/kare2.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ffffff;
	padding:4px 0px 0px 20px;
	background-color:#2a2a2a;
}

.menulink_sel{
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:180px;
	height:21px;
	background-image:url(../images/kare2.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ffffff;
	padding:4px 0px 0px 20px;
	background-color:#2a2a2a;

}

a.menulink_sel:hover{
	color:#ffffff;
	text-decoration:none;
	float: left;
	width:180px;
	height:21px;
	background-image:url(../images/kare2.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ffffff;
	padding:4px 0px 0px 20px;
	background-color:#2a2a2a;
}









/************ basliklar **********/

.baslik_mavi{
	background-image: url(../images/baslik_alt.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:10pt;
	height:28px;
	width:220px;
	padding:3px 0px 0px 0px;
}

.baslik_urun{
	background-image:url(../images/baslik_mavi_urun.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:10pt;
	height:28px;
	width:322px;
	padding:3px 0px 0px 0px;
}

.baslik_mavi3{
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	height:28px;
	background-color:#2179a7;
	padding:3px 0px 0px 20px;
}


.baslik_mavi2{
	background-image: url(../images/baslik_alt2.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	height:28px;
	width:660px;
	padding:3px 0px 0px 20px;
}


.baslik_mavi4{
	background-image: url(../images/baslik_alt2.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	height:28px;
	width:100%;
	padding:3px 0px 0px 20px;
}





.baslik_doviz{
	background-image:url(../images/doviz_alt.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	height:28px;
	width:180px;
	padding:3px 0px 0px 40px;
}


.baslik_hava{
	background-image:url(../images/hava_baslik.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	height:28px;
	width:180px;
	padding:3px 0px 0px 40px;
}



.baslik_haber{
	background-image:url(../images/baslik_haber.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	height:28px;
	width:180px;
	padding:3px 0px 0px 40px;
}



.baslik_haber2{
	background-image:url(../images/baslik_haber2.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	height:28px;
	width:640px;
	padding:3px 0px 0px 40px;
}






.baslik1{
	font-size:10pt;
	font-weight:bold;
}


.bold{
	font-weight:bold;
}



.baslik2{
	font-size:12pt;
	font-weight:bold;
	color:#993300;
}


.baslik4{
	font-size:20pt;
	font-weight:bold;
	color:#993300;
}


.baslik6{
	font-size:10pt;
	font-weight:bold;
	color:#993300;
}


.baslik_beyaz{
	font-size:12pt;
	font-weight:bold;
	color:#ffffff;
}


.baslik4 {
	font-size:12pt;
	font-weight:bold;
	color:#6f0b09;
}


.baslik5 {
	font-size:12pt;
	font-weight:bold;
	color:#000000;
}

.baslik_gri {
	font-size:10pt;
	font-weight:bold;
	color:#999999;
}



.resim_kenarlik{
	border:2px #333333 solid;
}

.resim_kenarlik:hover{
	border:2px #9d1c14 solid;
}

.resim_kenarlik2{
	border:2px #ffffff solid;
}

.resim_kenarlik2:hover{
	border:2px #9d1c14 solid;
}

#katresim A IMG {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00; opacity:1;
	background-color:#FFFFFF;
	border:1px solid #ffffff;
}

#katresim  A:hover IMG {
	filter: Alpha(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00; opacity:1;
	background-color:#FFFFFF;
	border:1px solid #737373;
}


#katresim2{
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00; opacity:1;
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
	padding:10px;
}

#katresim2:hover{
	filter: Alpha(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00; opacity:1;
	background-color:#FFFFFF;
	border:2px solid #999999;
	padding:10px;
}



.imkb{
	background-color:#000000;
	background-image:url(../images/imkb.jpg);
	background-position:10px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 50px;
	color:#FFFFFF;
	letter-spacing:1px;
}




.haberalt{
	background-color:#990000;
	padding:0px 0px 0px 0px;
}

/********* background ******/

.bg_gray{
	background-color:#757575;
	color:#FFFFFF;
	padding:0px 0px 0px 10px;
	font-weight:bold;
	font-size:8pt;
}

.bg_siyah{
	background-color:#000000;
}











/************ urun link **********************/



.catlink_0{
	color:#474747;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:180px;
	height:21px;
	background-image:url(../images/kare1.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
}


a.catlink_0:hover{
	color:#ffffff;
	text-decoration:none;
	float: left;
	width:180px;
	height:21px;
	background-image:url(../images/kare2.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ffffff;
	padding:4px 0px 0px 20px;
	background-color:#2a2a2a;
}


.catlink_0_active{
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:180px;
	height:21px;
	background-image:url(../images/kare2.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ffffff;
	padding:4px 0px 0px 20px;
	background-color:#2a2a2a;
}


a.catlink_0_active:hover{
	color:#ffffff;
	text-decoration:none;
	float: left;
	width:180px;
	height:21px;
	background-image:url(../images/kare2.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ffffff;
	padding:4px 0px 0px 20px;
	background-color:#2a2a2a;
}




.catlink_1{
	color:#474747;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:170px;
	height:21px;
	background-image:url(../images/kare1.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
}


a.catlink_1:hover{
	color:#ffffff;
	text-decoration:none;
	float: left;
	width:170px;
	height:21px;
	background-image:url(../images/kare2.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ffffff;
	padding:4px 0px 0px 20px;
	background-color:#2a2a2a;
	margin-left:10px;
}


.catlink_1_active{
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:170px;
	height:21px;
	background-image:url(../images/kare2.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ffffff;
	padding:4px 0px 0px 20px;
	background-color:#2a2a2a;
	margin-left:10px;
}


a.catlink_1_active:hover{
	color:#ffffff;
	text-decoration:none;
	float: left;
	width:170px;
	height:21px;
	background-image:url(../images/kare2.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ffffff;
	padding:4px 0px 0px 20px;
	background-color:#2a2a2a;
	margin-left:10px;
}





.catlink_2{
	color:#474747;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:160px;
	height:21px;
	background-image:url(../images/kare1.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:20px;
}


a.catlink_2:hover{
	color:#ffffff;
	text-decoration:none;
	float: left;
	width:160px;
	height:21px;
	background-image:url(../images/kare2.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ffffff;
	padding:4px 0px 0px 20px;
	background-color:#2a2a2a;
	margin-left:20px;
}


.catlink_2_active{
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:160px;
	height:21px;
	background-image:url(../images/kare2.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ffffff;
	padding:4px 0px 0px 20px;
	background-color:#2a2a2a;
	margin-left:20px;
}


a.catlink_2_active:hover{
	color:#ffffff;
	text-decoration:none;
	float: left;
	width:160px;
	height:21px;
	background-image:url(../images/kare2.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ffffff;
	padding:4px 0px 0px 20px;
	background-color:#2a2a2a;
	margin-left:20px;
}


.catlink_3{
	color:#474747;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:150px;
	height:21px;
	background-image:url(../images/kare1.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:30px;
}


a.catlink_3:hover{
	color:#ffffff;
	text-decoration:none;
	float: left;
	width:150px;
	height:21px;
	background-image:url(../images/kare2.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ffffff;
	padding:4px 0px 0px 20px;
	background-color:#2a2a2a;
	margin-left:30px;
}


.catlink_3_active{
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:150px;
	height:21px;
	background-image:url(../images/kare2.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ffffff;
	padding:4px 0px 0px 20px;
	background-color:#2a2a2a;
	margin-left:30px;
}


a.catlink_3_active:hover{
	color:#ffffff;
	text-decoration:none;
	float: left;
	width:150px;
	height:21px;
	background-image:url(../images/kare2.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #ffffff;
	padding:4px 0px 0px 20px;
	background-color:#2a2a2a;
	margin-left:30px;
}















.urunlink_0{
	color:#474747;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:175px;
	height:21px;
	background-image:url(../images/kare1.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
}


a.urunlink_0:hover{
	color:#474747;
	text-decoration:none;
	float: left;
	width:175px;
	height:21px;
	background-image:url(../images/kare1.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;}


.urunlink_0_active{
	color:#474747;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:175px;
	height:21px;
	background-image:url(../images/kare1.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
}


a.urunlink_0_active:hover{
	color:#474747;
	text-decoration:none;
	float: left;
	width:175px;
	height:21px;
	background-image:url(../images/kare1.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
}





.urunlink_1{
	color:#474747;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:170px;
	height:21px;
	background-image:url(../images/kare1.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#efeeee;
}


a.urunlink_1:hover{
	color:#474747;
	text-decoration:none;
	float: left;
	width:170px;
	height:21px;
	background-image:url(../images/kare1.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#e3dfdf;
}


.urunlink_1_active{
	color:#474747;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:170px;
	height:21px;
	background-image:url(../images/kare1.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#e3dfdf;
}


a.urunlink_1_active:hover{
	color:#474747;
	text-decoration:none;
	float: left;
	width:170px;
	height:21px;
	background-image:url(../images/kare1.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#e3dfdf;
}








.urunlink_2{
	color:#474747;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:160px;
	height:21px;
	background-image:url(../images/kare3.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#d6d2d2;
	margin-left:20px;
}


a.urunlink_2:hover{
	color:#474747;
	text-decoration:none;
	float: left;
	width:160px;
	height:21px;
	background-image:url(../images/kare4.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#bdbdbd;
	margin-left:20px;
}


.urunlink_2_active{
	color:#474747;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:160px;
	height:21px;
	background-image:url(../images/kare4.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#bdbdbd;
	margin-left:20px;
}


a.urunlink_2_active:hover{
	color:#474747;
	text-decoration:none;
	float: left;
	width:160px;
	height:21px;
	background-image:url(../images/kare4.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#bdbdbd;
	margin-left:20px;
}





.urunlink_3{
	color:#474747;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:150px;
	height:21px;
	background-image:url(../images/kare5.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#afadad;
	margin-left:30px;
}


a.urunlink_3:hover{
	color:#474747;
	text-decoration:none;
	float: left;
	width:150px;
	height:21px;
	background-image:url(../images/kare6.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#989595;
	margin-left:30px;
}


.urunlink_3_active{
	color:#474747;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:150px;
	height:21px;
	background-image:url(../images/kare6.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#989595;
	margin-left:30px;
}


a.urunlink_3_active:hover{
	color:#474747;
	text-decoration:none;
	float: left;
	width:150px;
	height:21px;
	background-image:url(../images/kare6.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#989595;
	margin-left:30px;
}



.urunlink_4{
	color:#474747;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:140px;
	height:21px;
	background-image:url(../images/kare5.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#afadad;
	margin-left:40px;
}


a.urunlink_4:hover{
	color:#474747;
	text-decoration:none;
	float: left;
	width:140px;
	height:21px;
	background-image:url(../images/kare6.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#989595;
	margin-left:40px;
}


.urunlink_4_active{
	color:#474747;
	text-decoration:none;
	font-weight:normal;
	float: left;
	width:140px;
	height:21px;
	background-image:url(../images/kare6.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#989595;
	margin-left:40px;
}


a.urunlink_4_active:hover{
	color:#474747;
	text-decoration:none;
	float: left;
	width:140px;
	height:21px;
	background-image:url(../images/kare6.png);
	background-repeat: no-repeat;
	background-position:5px center;
	border-bottom:1px solid #d8dadb;
	padding:4px 0px 0px 20px;
	margin-left:10px;
	background-color:#989595;
	margin-left:40px;
}












.mod_product_fieldtab_pss{
	background-color:#33bedb;
	background-image:url(../images/detay_baslik_bg.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	height:18px;
	font-weight:bold;
	padding:2px 2px 2px 0px;
	color:#000;
	text-align:center;
}

a.mod_product_fieldtab_pss:hover{
	background-color:#125d6d;
	background-image:url(../images/detay_baslik_bg2.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	height:18px;
	font-weight:bold;
	padding:2px 2px 2px 0px;
	color:#000;
}


.mod_product_fieldtab_act{
	background-color:#125d6d;
	background-image:url(../images/detay_baslik_bg3.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	height:18px;
	font-weight:bold;
	padding:2px 2px 2px 0px;
	color:#000;
	text-align:center;
}


a.mod_product_fieldtab_act:hover{
	background-image:url(../images/detay_baslik_bg2.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	height:18px;
	font-weight:bold;
	padding:2px 2px 2px 0px;
	color:#000;
}



#ozellik{
	height:100px;
	padding:0px 2px 2px 2px;
	overflow:auto;
}





.urun{
	background-color:#006600;
	color:#00CC00;
}

.urun_sel{
	background-color:#000;
}
