@charset "utf-8";
form, input, select, textarea, a, ul, li{margin:0; padding:0; border:0;	outline:0; outline:none; list-style:none; color:inherit;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
a {text-decoration: none;}
a:link {text-decoration: none;}
a:hover {text-decoration: none;}
a img{ border:0px;}
.fl {float:left;}
.fr {float:right;}
.fc {clear:both;}
.nn {display:none;}

body {
	margin: 0px;
	background-color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #565656;
	text-align: left;
}
.r3{
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
	
}
.r5{
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
	
}
.r7{
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
	
}
.glg{
   -moz-box-shadow:     0 0 3px #333;
   -webkit-box-shadow:  0 0 3px #333;
   box-shadow:          0 0 3px #333;

}
.glg2{
   -moz-box-shadow:     0 0 6px #CCC;
   -webkit-box-shadow:  0 0 6px #CCC;
   box-shadow:          0 0 6px #CCC;

}
.tLink:hover{
	color: #000;
	text-decoration:underline;
}
.blink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
}
.blink:hover{
	text-decoration: underline;
	color: #333;
}
.bslk{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:10px 5px;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;;	
}
.kutu {
	margin-top: 4px;
	height: 20px;
	width: 260px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10pt;
	font-weight: normal;
	border: 1px solid #CCC;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #FFFFFF;
}
.kutu.slkt{
	padding:5px;
	height:auto;
	width: 269px;
}
.area{
	min-width: 260px;
	max-width: 260px;
	height:50px;
	min-height:50px;
}
.kutu:hover {
	
}
.kutu:focus {
	border-color: #999;
	color: #000;
	background-color: #FCFCFC;
}
.gerekli{
	border-color:#861717;
	background-color:#fa5959;
	color:#FFF;
}
.gerekli:focus{
	border-color: #781414;
	background-color: #FA4545;
	color: #FFF;
}
.btn {
	font-family:Arial, Helvetica, sans-serif;
	display:inline-block;
	cursor:pointer;
	padding:5px 10px;
	color:#666;
	width:inherit;
	font-size:13px;
	font-weight:bold;
	background-color:#FFF;
	border:1px solid #EEE;
	border-top-color:#EEE;
	border-bottom-color:#EEE;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.btn:hover {
	border-color: #2287c6;
	color: #2287c6;
}
/* --------------------------------------------------------------------------- */
@-ms-viewport {
  width: device-width;
}
#ust{
	width:100%;
	height:38px;
	min-width:980px;
	background-color:#494949;
}
#orta{
	width:100%;
	min-width:980px;
}
#alt{
	width:100%;
	min-width:980px;
	overflow:hidden;
	background-color:#363839;
	font-size:11px;
	color:#bdbdbd;
}
.icerik{
	position:relative;
	width:950px;
	min-width:950px;
	max-width:950px;
	overflow:hidden;
	height:inherit;
}
@media (min-width:768px) and (max-width:950px) {
	.icerik{
		position:relative;
		width:768px;
		min-width:768px;
		max-width:768px;
		overflow:hidden;
		height:inherit;
	}
}
@media (min-width:320px) and (max-width:768px) {
	.icerik{
		position:relative;
		width:98%;
		min-width:310px;
		/*max-width:320px;*/
		overflow:hidden;
		height:inherit;
		margin:0px 3px;
	}
}
#orta .icerik{
}
#orta .icerik .i{
	margin:20px;
	min-height:100px;
}
.menu{
	height:38px;
}
.menu li{
	float:left;
	color:#aeaeae;
	border-left:1px solid #707070;
	height:18px;
	line-height:16px;
	padding:0px 8px;
	margin:11px 0px;
	cursor:pointer;
}
.menu li:hover{
	color:#FFF;
}
.menu li:first-child{
	border:none;
}
.ustAltMenu{
	position:absolute;
	width:100%;
	background-image:url(../images/ustMBg.png);
	background-repeat:repeat;
	z-index:5;
	top:38px;
}
.uMnu{
	font-size:18px;
	color:#525252;
	height:70px;
	padding:0 12px;
	line-height:70px;
	text-align:center;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	margin-left:-1px;
	cursor:pointer;
}
.uMnu:hover{
	color:#000;
	background-color:#f7f7f7;
}
.uMnuAlt{
	display:none;
	margin-left:-12px;
	margin-top:70px;
	min-width:250px;
	position:absolute;
	line-height:normal;
	background-image:url(../images/uMnuHvrBg.png);
	text-align:left;
	color:#FFF;
}
.uMnuAlt li{
	height:25px;
	line-height:25px;
	font-size:12px;
	padding-left:12px;
}
.uMnuAlt i{
	display:inline-block;
	float:left;
	height:25px;
	width:15px;
	background-image:url(../images/umabOk.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.uMnuAlt li:hover{
	background-image:url(../images/umaBg.png);
	background-repeat:repeat;
}
#slyat{
	position:relative;
	width:100%;
	overflow:hidden;
}
#logo{
	margin:5px 8px;
}
.altMenu{
	padding:0px 15px; 
	padding-right:10px;
	border-left:1px solid #6a6a6a;
	min-height:220px;
	font-size:12px;
}
.altMenu .b{
	font-size:14px;
}
.altMenu li{
	background-image:url(../images/lgIcn.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
	margin:8px 0;
	cursor:pointer;
}
.altMenu li:hover{
	color:#fff;
}
.altCol1{
	margin-right:15px; 
	width:200px; 
	margin-bottom:15px;
}
.altCol2{
	width:227px;
}
.altCol3{
	width:187px;
}
.altCol4{
	padding-right:0px;
	width:253px;
}

@media (min-width:768px) and (max-width:950px) {	
	.uMnu {
		font-size:15px;
		padding:0 10px;		
	}
	.altCol1{
		margin-right:0px; 
		width:180px; 
	}
	.altCol2{
		width:172px;
	}
	.altCol3{
		width:104px;
	}
	.altCol4{
		padding:0px;
		padding-left:5px;
		width:249px;
	}
}
@media (min-width:320px) and (max-width:768px) {		
	.altCol1{
		margin-right:0px; 
		width:100%; 
	}
	.altCol2{
		width:100%;
	}
	.altCol3{
		width:100%;
	}
	.altCol4{
		padding:0px;
		padding-left:5px;
		width:249px;
	}
	.lglLnk{
		display:block;
		width:100%;
		text-align:center;
	}
	.lglLnk img.fl{
		float:none;
	}
	.ustAltMenu{
		position:static;
		display:block;
		width:100%;
		margin-top:38px;
	}
	.ustAltMenu .fr{
		float:left;
		width:100%;
	}
	#ust{
		height:auto;
	}
	#ust .enUstMnu{
		width:99%;
		position:absolute;
		top:0px;
		height:38px;
		background-color:#494949;
	}
	.uMnu.fl{
		display:block;
		width:100%;
		text-align:left;
		border:none;
		border-top:1px solid #cbcbcb;
		height:40px;
		line-height:40px;
	}
}
.enAlt{
	height:60px;
	background-color:#282a2b;
	border-top:1px solid #4b4c4d;
	margin-top:30px;
	color:#FFF;
}
.euBlk{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	width:358px;
	height:180px;
	background-image:url(../images/euBg.png);
	color:#FFF;
}
.euBlk .b{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	margin:20px;
}
.euBlk .euSld{
	width:320px;
	height:110px;
	margin-left:20px;
}
.euBlk .ib{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
.euBlk .d{

	margin-top:5px;
}
.hdBlk{
	position:relative;
	width:563px;
	height:180px;
	background-image:url(../images/hdBg.png);
}
.hdBlk .b{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	margin:20px;
}
.hdBlk .hdSld{
	width:530px;
	height:110px;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
}
.hdBlk .hdSld .r{
	width:240px;
	height:110px;
	overflow:hidden;
	margin-right:20px;
}
.hdBlk .hdSld .r img{
	width:240px;
}
.hdBlk .hdSld .sd{
	width:265px;
}
.hdBlk .ib{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#901e42;
	margin-bottom:4px;
}
.hdBlk .it{
	font-size:11px;
	color:#7f7f7f;
	margin-bottom:4px;
}
.hdBlk .d{
	margin-left:20px;
	margin-top:5px;
}
.hdBlk .ileriGeri{
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:99;
}
.anBslk{
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
	width:460px;
	background-color:#901e42;
	margin-top:20px;
	color:#FFF;
	font-size:20px;
	line-height:30px;
	text-indent:5px;
}

.slidesjs-previous, .slidesjs-next{
	position:absolute;
	width:12px;
	height:13px;
	background-image:url(../images/sgOk.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	bottom:10px;
	right:10px;
	z-index:9999;
}
.slidesjs-previous{
	right:30px;
	background-image:url(../images/slOk.png);
}
.hdBlk .slidesjs-next{
	background-image:url(../images/hsgOk.png);
}
.hdBlk .slidesjs-previous{
	background-image:url(../images/hslOk.png);
}
.kr210{
	position:relative;
	width:150px;
	height:210px;
	overflow:hidden;
	cursor:pointer;
}
.kr100{
	position:relative;
	width:150px;
	height:100px;
	overflow:hidden;
	cursor:pointer;
}
.kr210 span, .kr100 span{
	position:absolute;
	display:inline-block;
	height:20px;
	padding-left:25px;
	padding-right:10px;
	color:#9a9a9a;
	right:0px;
	bottom:0px;
	background-image:url(../images/klksBg.png);
	background-repeat:no-repeat;
	line-height:20px;
	font-size:12px;
}
.kr210:hover span{
	background-image:url(../images/klksHvrBg.png);
	background-repeat:repeat;
	width:150px;
	height:210px;
	padding:0px;
	line-height:210px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
.kr100:hover span{
	background-image:url(../images/klksHvrBg.png);
	background-repeat:repeat;
	width:150px;
	height:100px;
	padding:0px;
	line-height:100px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}

.slDty{
	font-family: 'Roboto Condensed', sans-serif;
	position:absolute;
	width:500px;
	top:180px;
	left:130px;
	background-image:url(../images/sdBg.png);
	background-repeat:repeat;
	padding:10px;
	font-size:14px;
	color:#494949;
	border-left:5px solid #0070c6;
}
.slDty .sb{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:46px;
	font-weight:bold;
	color:#0070c6;
	line-height:46px;
	text-indent:-5px;
}
.slDty .sbt{
	margin-top:10px;

}
.slDty .sbt a{	
	display:inline-block;
	font-size:14px;
	color:#fff;
	background-color:#0070c6;
	padding:5px 10px;
}
.hdBlk .b a.fr{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3d3d3d;
}
.hdBlk .b a.fr:hover{
	text-decoration:underline;
	color:#000;
}

.anBslk a.fr{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	margin-top:5px;
	margin-right:10px;
}
.anBslk a.fr:hover{
	text-decoration:underline;
}
.ustBaslik{
	width:100%;
	height:146px;
	background-image:url(../images/ustBslkBg.png);
	background-position:center center;
	background-repeat:repeat-x;
}
.ustBaslik .icerik{
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:78px;
	height:68px;
	line-height:68px;
	font-size:16px;
	color:#FFF;
}
.ustBaslik .icerik span{
	font-size:28px;
}
.dtyArmBslk{
	height:30px;
	line-height:30px;
	text-indent:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	background-color:#97304c;
	background-image:url(../images/icnArm.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	cursor:pointer;
}
.dtyArmBslk.dbHvr{
	background-position:right top;
}
.armKrtr{
	height:160px;
	background-color:#494949;
}
.urnlrBslk{
	height:52px;
	line-height:60px;
	font-size:22px;
	color:#4a4a4a;
	border-bottom:1px solid #e6e5e5;
}
.urnlr{
	margin-top:20px;
	width:948px;
}
.urn{
	position:relative;
	width:150px;
	height:140px;
	overflow:hidden;
	margin-right:8px;
	margin-bottom:8px;
}
.urn.rfrns{
	width:220px;
	height:192px;
	margin-right:20px;
	margin-bottom:20px;
	overflow:hidden;	
}
.urn .hvr{
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	display:none;
}
.urn:hover .hvr{
	display:block;
}
.urn .r{
	width:150px;
	height:110px;
	overflow:hidden;
}
.urn.rfrns .r{
	width:220px;
	height:162px;	
}
.urn .r img{
	max-width:200px;
	min-width:150px;
	min-height:110px;
}
.urn.rfrns .r img{
	max-width:300px;
	min-width:220px;
	min-height:162px;
}
.urn .b{
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#4a4a4a;
}

.krtrMnu{
	min-width:100px;
	color:#FFF;
	margin-top:10px;
	margin-right:70px;
}
.krtrLst{
	border-top:1px solid #898989;
	margin-top:10px;
	height:114px;
	padding-top:4px;
	overflow:auto;
}
.krtrLst li{
	font-size:12px;
	height:10px;
	line-height:10px;
	padding-left:15px;
	background-image:url(../images/icnKrtr.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin:6px 0px;
	cursor:pointer;
}
.krtrLst li:hover{
	color:#EEE;
}
.krtrLst li.c{
	color:#999;
	background-position:left bottom;
}
#urunSlyat{
	position:relative;
	width:940px;
	height:450px;
	overflow:hidden;
}
.dtySol{
	width:365px;
	min-height:100px;
}	
.dtySag{
	width:555px;
	min-height:100px;
	background-color:#ebebeb;
}	

.dtySol .dslBsk{
	font-size:14px; 
	color:#4a4a4a; 
	margin-top:10px; 
	margin-bottom:20px;
}
.dtyOzlk{
	border-bottom:1px solid #e6e5e5; 
	padding-bottom:20px;
}
.dtyOzlk span{
	padding-left:10px;
	color:#8a8a8a;
	background-image:url(../images/icnOzlk.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	margin-right:15px;
}
.dtyOzlk span a:hover{
	text-decoration:underline;
	color:#333;
}
.dtyOzlk .r{
	float:left;
	width:47px;
	height:47px;
	margin-right:5px;
	margin-bottom:5px;
	overflow:hidden;
}
.dtyOzlk .r img{
	width:47px;
	min-height:47px;
}
.teuSld{
	position:relative;
	width:243px;
	height:55px;
	overflow:hidden;
}
.teuSld img{
	width:243px;
	height:55px;
}
.teuSld .slidesjs-previous, .teuSld .slidesjs-next, .refSld .slidesjs-previous, .refSld .slidesjs-next{
	position:absolute;
	width:21px;
	height:90px;
	background-image:url(../images/udIleri.png);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:-9999px;
	overflow:hidden;
	z-index:9999;
	top:-17px;
}
.refSld .slidesjs-previous, .refSld .slidesjs-next{
	top:0px;
}
.teuSld .slidesjs-previous:hover, .teuSld .slidesjs-next:hover, .refSld .slidesjs-previous:hover, .refSld .slidesjs-next:hover{
	background-position:right;
}
.teuSld .slidesjs-next, .refSld .slidesjs-next{
	right:0px;
}
.teuSld .slidesjs-previous, .refSld .slidesjs-previous{
	background-image:url(../images/udGeri.png);
	left:0px;
}

.refSld{
	position:relative;
	width:365px;
	height:90px;
	overflow:hidden;
}

.refSld .rSld{
	width:368px;
}
.refSld img{
	float:left;
	width:90px;
	height:90px;
	margin-right:2px;
}
.dtTabMnu{
	background-color:#fefefe;
}
.dtTabMnu li{
	float:left;
	font-size:12px;
	color:#4a4a4a;
	padding:12px;
	margin-right:4px;
	background-color:#dedede;
	cursor:pointer;
	border-bottom:1px solid #FFF;
}
.dtTabMnu li:hover{
	background-color:#ebebeb;
}
.dtTabMnu li.c{
	background-color:#ebebeb;
	border-bottom-color:#ebebeb;
}
.tbl{
	margin:10px;
	background-color:#c8c8c8;
}
.tbl strong{
	color:#FFF;
}
.dtTabCnt{
	display:none;
}
.ktlg{
	width:458px;
	height:126px;
	border:1px solid #eaeaea;
	margin-right:20px;
	margin-bottom:20px;
}
.ktlg .r{
	width:243px;
	height:226px;
	overflow:hidden;
}
.ktlg .r img{
	width:243px;
	min-height:126px;	
}   
.ktlg .btd{
	width:215px;
	height:126px;
	overflow:hidden;	
}
.ktlg .btd .b{
	padding:10px;
	font-size:20px;
	background-color:#97304c;
	color:#FFF;
	height:50px;
}
.ktlg .btd .t{
	text-align:right;
	background-color:#97304c;
	color:#FFF;
	padding-bottom:3px;
	font-size:10px;
}
.ktlg .btd .d{
	font-size:11px;
	color:#7a7a7a;
	text-align:right;
	height:40px;
	line-height:40px;
	background-color:#f5f5f5;
}
.ktlg .btd .d img{
	vertical-align:middle;
	margin-left:8px;
	margin-right:10px;
}
.ktlg .btd .d a:hover{
	color:#000;
	text-decoration:underline;
}
.uyari{
	color: #b94a48;
	background-color: #f2dede;
	border:1px solid #eed3d7;
	padding:10px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.syfMnu{
	width:210px;
	min-height:100px;
	background-image:url(../images/syfMnuBg.png);
	background-repeat:repeat-y;
	background-position:left bottom;
	
}
.syfMnu .sMn{
	width:210px;
	min-height:100px;
	background-image:url(../images/syfMnuAltBg.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:100px;
	padding-top:8px;
}
.syfMnu .sMn li{
	color:#FFF;
	min-width:150px;
	max-width:196px;
	margin-left:14px;
	height:21px;
	line-height:20px;
	margin-top:2px;
	background-image:url(../images/syfMnuCzk.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.syfMnu .sMn li:hover{
	color: #F5DCE0;
	cursor: pointer;
}
.syfMnu .sMn a:last-child li{
	background-image:none;
}
.syfIcrk{
	font-family:Arial, Helvetica, sans-serif;
	width:720px;
	min-height:100px;	
	margin-left:10px;
}
.syfIcrk .b{
	font-size:18px;
	color:#4a4a4a;
	padding-bottom:10px;
	border-bottom:1px solid #e6e5e5;
}
.syfIcrk .t{
	font-size:11px;
	color:#515151;
	margin:20px 0px;
}

.bull{
	color:#97304c;
}
.ssSoru{
	color:#97304c;
	font-size:12px;
	border-bottom:1px solid #e6e5e5;
	cursor:pointer;
	background-image:url(../images/sssKpl.png);
	background-repeat:no-repeat;
	background-position:right center;
	height:38px;
	line-height:38px;
}
.ssSoru.ack{
	background-image:url(../images/sssAck.png);	
}
.icn{
	display:inline-block;
	width:16px;
	height:15px;
	background-image:url(../images/sssIcon.png);
	background-repeat:no-repeat;
	margin-bottom:-3px;
	margin-right:12px;
}
.sssCvp{
	font-size:11px;
	color:#4a4a4a;
	padding:20px 0px;
}
.hbrBsk{
	color:#97304c;
	font-size:14px;
	border-bottom:1px solid #e6e5e5;
	padding-bottom:10px;
}
.hbrBsk .icn{
	display:inline-block;
	width:16px;
	height:15px;
	background-image:url(../images/sssIcon.png);
	background-repeat:no-repeat;
	margin-bottom:-3px;
	margin-right:10px;
}
.hbrKsDty{
	margin-top:20px;
	border-bottom:1px solid #e6e5e5;
	padding-bottom:20px;
	margin-bottom:10px;
}
.hbrKsDty .r{
	width:95px;
	height:95px;
	border:2px solid #97304c;
	overflow:hidden;
}
.hbrKsDty .r img{
	max-width:150px;
	min-width:95px;
	min-height:95px;
}
.hbrKsDty .d{
	width:600px;
	margin-left:20px;
}

.hbrKsDty .kbsk{
	font-size:16px;
	color:#353535;
	margin-bottom:20px;
}
.hbrKsDty .bRsm img{
	width:720px;
	margin-bottom:20px;
}
.hbrKsDty .d .trh{
	font-size:11px;
	color:#959595;
	margin-bottom:10px;
}
.hbrKsDty .d .mtn{
	font-size:12px;
	color:#4a4a4a;
	margin-bottom:10px;
}
.hbrDvmBtn{
	display:inline-block;
	background-color:#97304c;
	background-image:url(../images/hbrDvmBtnBg.png);
	background-repeat:no-repeat;
	background-position:right;
	height:23px;
	line-height:23px;
	font-size:11px;
	color:#FFF;
	padding:0px 20px;
	cursor:pointer;
}
.hbrDvmBtn:hover{
	color:#EECAD3;
}
.sayfaNo{
	text-align:right;
}
.sayfaNo a{
	display:inline-block;
	background-color:#97304c;
	color:#FFF;
	font-size:15px;
	padding:1px 5px;
	margin:2px;
}
.sayfaNo a:hover, .sayfaNo a.c{
	background-color: #5B1E2F;
}
.ypBlok{
	width:237px;
	background-color:#769f91;
	padding:20px;
	font-size:14px;
	color:#FFF;
	margin-right:20px;
	margin-top:20px;
	padding-right:10px;
}
.ypBlok img{
	width:73px;
	margin-right:10px;
}
.ypBlok .ypt{
	width:147px;
}
.udYpGrc{
	width:122px;
	height:55px;
	background-image:url(../images/udEkolojikUrunler.png);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
.udYpGrc li{
	display:inline-block;
	margin-top:12px;
}
.iletisim strong{
	display:inline-block;
	width:95px;
}
.iletisim .lbl{
	display:inline-block;
	width:100px;
}
.ykl{
	display:inline-block;
	position:absolute;
	font-size:12px;
	height:28px;
	line-height:28px;
	background-image:url(../images/load.GIF);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
	color:#000;
	display:none;
}
.urn.tlvzyn{
	margin-right: 30px;
}
.urn.tlvzyn .r img {
    max-width: 220px;
}
.tlvzyn .b{
	font-size:12px;
}
.srnLnk:hover{
	text-decoration:underline;
	color:#97304c;
}
.urunDtyRsm{
	width: 590px;
}
.urunDtyRsm img{
	/*width:260px;*/
	margin-right:35px;
	margin-top:20px;
}
.modeller{
	border-bottom:1px solid #e6e5e5;
	border-top:1px solid #e6e5e5;
	padding-bottom:10px;
}
.modeller .b{
	font-size:14px;
	color:#4a4a4a;
	height:50px;
	line-height:50px;
}
.modeller li{
	width:330px;
	height:55px;
	line-height:55px;
	font-size:15px;
	color:#FFF;
	background-color:#406ab1;
	background-image:url(../images/modelOk.png);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:35px;
	margin-bottom:10px;
	text-indent:15px;	
	cursor:pointer;
}
.modeller li:hover{
	background-color:#295399;
}
.modeller li.c{
	background-color: #21437A;
}
.modelMetin{
	display:none;
}
.sGb{
	color:#97304c;
	font-size:12px;
	border-bottom:1px solid #e6e5e5;
	height:38px;
	line-height:38px;
}
.sGb a:hover{
	text-decoration: underline;
	color: #842B43;
}
.arma{
	position:relative;
	border-bottom:1px solid #e6e5e5;
	margin-top:10px;
	padding-bottom:10px;
}
.arma .r{
	width:100px;
	height:73px;
	border:2px solid #97304c;
	overflow:hidden;
	margin-left:5px;
}
.arma .r img{
	width:100px;
	height:73px;
}
.arma .d{
	width:700px;
	margin-left:20px;
}
.arma .hbrDvmBtn{
	position:absolute;
	right:0px;
	bottom:10px;
}
.arma .kt{
	color:#4a4a4a;
	font-size:14px;
}
.arma .kl{
	color:#4a4a4a;
	font-size:14px;
}
.arma .bs{
	color:#97304c;
	font-size:22px;
}
.urn.srtfk{
	height:220px;
	width:222px;
	margin-right:28px;
}
.urn.srtfk .r{
	border:1px solid #EEE;
}
.urn.srtfk .b{
	border:none;
	line-height:normal;
	margin-top:10px;
	height:38px;
}
.ozlKsmRsm{
	margin:9px;
	padding:10px;
	background-color:#F7F7F7;
	border:1px solid #CCC;
}
.sosyal{
	margin-top:20px;
}
.sosyal a{
	display:inline-block;
	float:left;
	margin-left:10px;
}
.bKutu{
	font-family: 'Roboto Condensed', sans-serif;
	height:22px;
	border:1px solid #d3d3d3;
	background:none;
	text-indent:5px;
}
.bBtn{
	height:22px;
	border:1px solid #d3d3d3;
	border-left:none;
	background:none;
	background-color:#3991d4;
	color:#FFF;
	font-size:12px;
	line-height:20px;
	padding:0px 10px;
	cursor:pointer;
}
.bslkCzg{
	background-image:url(../images/czg.png);
	background-repeat:repeat-x;
	background-position:center center;
	padding-bottom:4px;
}
.bslkCzg span{
	display:inline-block;
	background-color:#fff;
	padding-right:5px;
	font-size:18px;
	color:#000;
}


.ansSektorler .sektor{
	background-color:#3991d4;
	margin-left:3px;
	margin-bottom:3px;
	color:#004174;
	width:235px;
	min-height:280px;
	overflow:hidden;
}
.ansSektorler .sektor:first-child{
	margin-left:0px;
}
.ansSektorler .sektor .r{
	position:relative;
	width:235px;
	height:188px;
	overflow:hidden;	
}
.ansSektorler .sektor .r .sHvr{
	position:absolute;
	display:none;
}
.ansSektorler .sektor .t{
	margin:13px;
	margin-top:0px;
	font-size:11px;
}
.ansSektorler .sektor .r img{
	min-width:235px;
	height:188px;
}
.ansSektorler .sektor .t:hover{
	color:#FFF;
}
.ansSektorler .sektor h4{
	color:#FFF;
	line-height:100%;
	margin:10px 0px;
	font-size:12px;
	font-weight:bold;
}
.sktrSyf img{
	width:600px;
}
@media (min-width:768px) and (max-width:950px) {
	.ansSektorler .sektor{
		width:381px;
	}	
	.ansSektorler .sektor .r{
		width:381px;
	}
	.ansSektorler .sektor .r img{
		width:381px;
		height:auto;
	}	
	.ansSektorler .sektor:nth-child(3){
		margin-left:0px;
	}
	.sktrSyf img{
		width:540px;
	}
	.slDty{
		display:none;
	}
}

@media (min-width:320px) and (max-width:768px) {
	.ansSektorler .sektor{
		width:100%;
		margin-left:0px;
		margin-bottom:8px;
	}	
	.ansSektorler .sektor .r{
		width:100%;
	}
	.ansSektorler .sektor .r img{
		width:100%;
		height:auto;
	}	
	.ansSektorler .sektor:nth-child(3){
		margin-left:0px;
	}
	.sktrSyf img{
		width:88%;
	}
	.slDty{
		display:none;
	}	
}

.mLink{
	color:#3991d4;
	font-size:12px;
}
.dvmLink{
	color:#5296c7;
	font-size:12px;
	background-image:url(../images/dvmOk.png);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:10px;
}
.mLink:hover, .dvmLink:hover{
	text-decoration:underline;
}
.ansDuyuruHaber .dh{
	width:475px;
}
.ansDuyuruHaber .dh .r{
	width:129px;
	height:76px;
	background-color:#FFF;
	border:1px solid #dadada;
}
.ansDuyuruHaber .dh .r div{
	width:125px;
	height:72px;
	margin:2px;
	overflow:hidden;
}
.ansDuyuruHaber .dh .r div img{
	width:125px;
	min-height:72px;
}
.ansDuyuruHaber .dh .t{
	width:315px;
	margin-left:10px;
	font-size:12px;
	color:#747373;
}
@media (min-width:768px) and (max-width:950px) {
	.ansDuyuruHaber .dh{
		width:384px;
	}	
	.ansDuyuruHaber .dh .t{
		width:235px;
	}	
}
@media (min-width:320px) and (max-width:768px) {
	.ansDuyuruHaber .dh{
		width:100%;
	}	
	.ansDuyuruHaber .dh .t{
		width:150px;
	}	
	.ansDuyuruHaber .txt{
		display:none;
	}		
}
.ansDuyuruHaber .dh .t h3{
	margin:0px;
	font-weight:normal;
	font-size:13px;
	color:#000;
}
.ansDuyuruHaber .dh .trh{
	margin:5px 0px;
}
.ansReferanslar{
	display:inline-block;
	width:950pc;
	height:105px;
}
.ansReferanslar div{
	position: relative;
	width: 180px;
	height: 105px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	text-align: center;
}
.ansReferanslar img{
	max-width: 178px;
	height: 103px;
	margin: auto;
	margin-top: 1px;
}
.menuBg{
	width:100%;
	height:112px;
	background-image:url(../images/menuBg.png);
	background-repeat:repeat-x;
	overflow:hidden;
}
.slMenu{
	width:256px;
}
@media (min-width:768px) and (max-width:950px) {
	.slMenu{
		width:155px;
	}	
}
@media (min-width:320px) and (max-width:768px) {
	.slMenu{
		display:block;
		width:100%;
	}	
}
.slMenu .mb{
	display:block;
	color:#0093cf;
	font-size:12px;
	font-weight:bold;
	height:36px;
	line-height:36px;
	padding-left:13px;
	border:1px solid #e8e8e8;
	margin-bottom:2px;
}
.slMenu .mb.c{
	border-left:2px solid #0093cf;
}
.slMenu .mb.artiEksi{
	background-image:url(../images/mnBg+.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.slMenu .mb.artiEksi{
	cursor:pointer;
}
.slMenu .mb.artiEksi.c{
	background-image:url(../images/mnBg-.png);
	background-repeat:no-repeat;
	background-position:center right;
}
.slMenu .ml{
	display:block;
	color:#7c7c7c;
	font-size:12px;
	padding:7px 0px;
	margin-left:2px;
	padding-left:8px;
	background-image:url(../images/slMicn.png);
	background-position:center left;
	background-repeat:no-repeat;
	border-bottom:1px dotted #b1b1b1;
}
.slMenu .ml.c, .slMenu .ml:hover{
	color:#393838;
}
.ksBaslik{
	height:38px;
	line-height:38px;
	font-size:18px;
	color:#333;
	background-color:#c8c8c8;
	text-indent:22px;
}
.ksIcerik{
	background-color:#ebebeb;
	padding:22px;
	color:#363636;
	line-height:22px;
}
.urun .r img{
	width:660px;
}
.urun .b{
	font-size:14px;
	color:#2a2a2a;
	margin-bottom:8px;
}
.urun .t{
	color:#616161;
	margin-top:10px;
}
.urunCizik{
	height:1px;
	background-color:#e3e3e7;
	margin:20px 0px;
}
.altKtg{
	display:none;
}
.altKtg a:last-child{
	border-bottom:none;
}
.urunDetay{
	background-color:#ebebeb;
}
.urunDetay .b{
	height:38px;
	line-height:38px;
	padding-left:30px;
	font-size:20px;
	font-weight:bold;
	color:#5e5e5e;
	background-color:#c8c8c8;
}
.urunDetay .t{
	padding:18px 30px;
	line-height:18px;
	padding-bottom:0px;
}
.urunDetay .t li{
	list-style:disc;
	margin-left:14px;
}
.urunDetay .r{
	margin-left:30px;
}
.urunDetay .r .fl{
	width:196px;
	height:130px;
	overflow:hidden;
	margin-right:7px;
	margin-bottom:7px;	
}
.urunDetay .r img{
	width:196px;
}
.haberDetay{
	width:660px;
}
.haberDetay li{
	list-style:disc;
	margin-left:14px;
}
.haberDetay .ubnr{
	display:inline-block;
	width:660px;
	height:79px;
	background-image:url(../images/haberlerBanner_tr.png);
	background-repeat:no-repeat;
	color:#FFF;
	text-indent:570px;
	line-height:113px;
}
.haberDetay .abnr{
	display:inline-block;
	width:660px;
	height:100px;
	background-image:url(../images/haberlerBannerAlt.png);
	background-repeat:no-repeat;
	background-position:right;
	color:#FFF;
}
.teknikBulten img{
	width:260px;
}
.haberDetay .b{
	font-size:18px;
	color:#0093cf;
}
.haberDetay .r img{
	width:600px;
}
@media (min-width:768px) and (max-width:950px) {
	.haberDetay{
		width:600px;
	}
	.haberDetay .ubnr{
		width:600px;
		text-indent:530px;
	}
	.haberDetay .abnr{
		width:600px;
	}
	.teknikBulten img{
		width:200px;
	}
	.urunDetay .r img{
		width:175px;
	}
	.urun .r img{
		width:600px;
	}	
}
@media (min-width:320px) and (max-width:768px) {
	.haberDetay{
		width:100%;
	}
	.haberDetay .ubnr{
		width:100%;
		text-align:right;
		text-indent:-10px;
	}
	.haberDetay .abnr{
		width:100%;
		background-position:left;
	}
	.teknikBulten img{
		width:98%;
	}
	.haberDetay .r img {
		width: 98%;
	}
	.urunDetay .r img{
		width:95%;
	}
	.urun .r img{
		width:100%;
	}	
}
#harita{
	width:100%;
	height:450px;
}
.referanslar{
	width:960px;
}
.referanslar .rfrns{
	margin-right:10px;
	margin-bottom:10px;
}
.referanslar .r img{
	width:180px;
	max-width:180px;
	height:105px;
	border:1px solid #e0e0e0;
}
.referanslar .rfrns .b{
	color:#8f8f8f;
	text-align:center;
	height:25px;
	line-height:25px;
}
.fSld{
	display:block;
	width: 640px;
	position:relative;
	overflow:hidden;
}
.fSld img{
	width:640px;
}
.mklSyls .b{
	font-size:28px;
	color:#0093cf;
	line-height:100%;
	margin-bottom:20px;
}
.mklSyls li{
	list-style:disc;
	margin-left:14px;
}
.griLink{
	color:#999;
}
.griLink:hover{
	color:#fff;
}
.isOrtaklarimiz{
	width:960px;
}
.ortks{
	position:relative;
	width:226px;
	margin-right:14px;
	margin-bottom:40px;
}
.ortks .r{
	position:relative;
	width:226px;
	height:180px;
	background-color:#e3e3e4;
	overflow:hidden;
	text-align:center;
	background-image:url(../images/ortksBg.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.ortks .b{
	width:224px;
	height:50px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	border-top:none;
	overflow:hidden;
	text-align:center;
	padding-top:20px;
	font-size:14px;
	font-weight:bold;
}
.ortks .b a{
	font-size:12px;
	font-weight:normal;
	color:#999;
}
.ortks .b a:hover{
	text-decoration:underline;
	color:#3991d4;
}
@media (min-width:768px) and (max-width:950px) {
	.referanslar{
		width:778px;
	}	
	.referanslar .rfrns {
		margin-right: 12px;
	}
	.isOrtaklarimiz{
		width:778px;
	}
	.ortks{
		width:245px;
	}
	.ortks .r{
		width:245px;
	}
	.ortks .b{
		width:244px;
	}
}
@media (min-width:320px) and (max-width:768px) {
	#ust{
		overflow:hidden;
	}
	.referanslar{
		width:99%;
	}		
	.referanslar .rfrns{
		border:1px solid #e0e0e0;
		width:100%;
		text-align:center;
	}
	.referanslar .rfrns img{
		border:none;
	}	
	.isOrtaklarimiz{
		width:100%;
	}
	.ortks{
		width:100%;
	}
	.ortks .r{
		width:100%;
	}
	.ortks .b{
		width:100%;
	}
}

.duyurular{
	width:660px; 
	margin-left:34px; 
	margin-bottom:40px;
}
.duyurular .dh{
	width:660px;
}
.duyurular .dh .t{
	width:515px;
}
.iltsm{
	float:right;
}
.dyrBlk{
	background-color:#EEE;
	padding:10px;
	margin-bottom:10px;
}
.dyrBlk h1{
	margin:0px;
	margin-bottom:10px;
	font-size:18px;
}

@media (min-width:768px) and (max-width:950px) {
	.duyurular{
		width:600px; 
		margin-left:12px; 
	}
	.duyurular .dh{
		width:600px;
	}
	.duyurular .dh .t{
		width:459px;
	}
}
@media (min-width:320px) and (max-width:768px) {
	.menuBg{
		display:none;
	}
	.duyurular{
		width:100%; 
		margin-left:0px; 
	}
	.duyurular .dh{
		width:100%;
	}
	.duyurular .dh .t{
		width:100%;
		margin-left:0px;
	}
	.area {
		min-width: 300px;
		max-width: 300px;
	}	
	.kutu {
		width: 300px;
		padding: 3px;
	}	
	.kutu.slkt {
		width: 310px;
	}	
	.iltsm{
		float:left;
	}
}