@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);
@import url(https://fonts.googleapis.com/css?family=Quicksand);

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	margin:0px;
	padding: 0;
	background-color:#FFFFFF; 
	font-size:12px; 
	font-family:Arial, Helvetica, Sans-Serif; 
	color:#3D3D3D; 
	font-weight:normal; 
}

p { 
	font-size:11px; 
	font-family:Arial; 
	color:#3D3D3D; 
	font-weight:normal; 
}

a:link { 
	font-size:11px; 
	font-family:Arial; 
	color:#337ab7; 
	font-weight:bold; 
	text-decoration:none; 
}

a:active { 
	font-size:11px; 
	font-family:Arial; 
	color:#3D3D3D; 
	font-weight:bold; 
	text-decoration:none; 
}

a:visited { 
	font-size:11px; 
	font-family:Arial; 
	color:#3D3D3D; 
	font-weight:bold; 
	text-decoration:none; 
}

a:hover { 
	font-size:11px; 
	font-family:Arial; 
	color:#3D3D3D; 
	font-weight:bold; 
	text-decoration:none; 
}

.clear {
    clear: both;
}
		
header {
	height: 130px;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
		z-index:1000;
}

nav .nav-actions .topBant{
      height: 26px;
      line-height: 26px;
      background-color: #183546;
}

nav .nav-actions .middleBant{
    height: 52px;
    background-color: #1E4357;
}

nav .nav-main .subBant{
    height: 64px;
    background-color: #1E4357;
}

nav .nav-actions li {
    line-height: 15px;
}

.topBant{
	height:26px;
	background-color:#183546;
}

.nav2{
    position: relative;
    left: 482px;
    display: block;
    float: left;
    margin: 6px 10px 0 0;
}

.nav2 li{
    display: inline-block;
    float: left;
    margin-left: 4px;
}

.nav2 li a{
	padding-top:7px;
	font-weight:normal;
	font-family:Verdana, Arial;
	color:#ACC2CE;
	text-decoration:none;
}

.nav2 li img{
	padding:0 16px 2px 16px;
	max-width: 100%;
  vertical-align: middle;
}

.login{
    position: relative;
    left: 702px;
    display: block;
    float: left;
    margin: 6px 10px 0 0;
}

.login li{
    display: block;
    float: left;
    margin-left: 4px;
}

.login li a{
	padding-top:7px;
	font-weight:normal;
	font-family:Verdana, Arial;
	color:#ACC2CE;
	text-decoration:none;
}

.login li img{
	padding:0 6px 2px;
	max-width: 100%;
    vertical-align: middle;
}

.login2{
    position: relative;
    right: 8px;
    display: block;
    float: right;
    margin: 6px 10px 0 0;
}

.login2 li{
    display: block;
    float: left;
    margin-left: 4px;
}

.login2 li a{
	padding-top:7px;
	font-weight:normal;
	font-family:Verdana, Arial;
	color:#ACC2CE;
	text-decoration:none;
}

.login2 li img{
	padding:0 6px 2px;
	max-width: 100%;
    vertical-align: middle;
}

#headerBant{
	#height: 300px;
}

.searchArea{
	position:relative;
	float: left;
	width: 64%;
	height: 50px;
}

.SearchButtonBox{	
	float: left;
	width: 18%;
}

.searchTextBox{
	position: absolute;
    width: 22px;
    height: 22px;
    background: url('img/magnifier.png') no-repeat 0 0px;
    top: 21px;
    right: 333px;
}

.searchText{
		width: 100%;
    padding: 9px 9px 9px 35px;
    border-radius: 2px 0 0 2px;
    border: 0 none;
    outline: 0 none;
    font-size: 13px;
		color: #ADADAD;
		margin-top: 3px;
}

.searchCat{
    width: 114px;
		padding: 10px 0 10px 11px;
    border: 0 none;
    font-size: 13px;
		margin:13px 1px 0 1px;
}

.searchButton{
		background-color: #fdd922;
		border: 1px solid #e0bc27;
		border-radius: 0 2px 2px 0;
		color: #565656;
		padding: 8px 0;
		width: 114px;
		font-size: 13px;
		font-weight: 500;
		margin-top: 13px
}

.slogan{
  float:left;
	width: 27.6%;
  margin-left: 46px;
	margin-top:26px;
	font-family: monotype corsiva;
	font-size: 16px;
	color: #FBFADA;
}

.headerPromo {
	float:left;
	width: 40%;
	padding:15px 0 12px;
}

.headerLogo{
	float:left;
	width: 18%;
	margin-left: 48px;
}

.searchBox{
	float:left;
	width: 64%;
	margin-left:11px;
	margin-top: 10px;
}

.catSelectBox{
	float:left;
	width: 12.6%;
}

.headerMyCart {
	float:left;
	width: 140px;
	height: 42px;
	margin:9px 0 0 20px;
	background-image : url(img/mycart.png);
	background-repeat:no-repeat;
}

.headerMyAccount {
	float:left;
	width: 140px;
	height: 42px;
	margin:9px 0 0 20px;
	background-image : url(img/mycart.png);
	background-repeat:no-repeat;
}

.myCartText{
	color: #DDD;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 33px;
	line-height: 2.5em;
}

.headerAdd {
	float:left;
	width: 140px;
	height: 34px;
	margin:12px 0 0 26px;
	background-image : url(baseimages/header_add.png);
	background-repeat:no-repeat;
}

.headerAddText1{
	color: #F4F4F9;
	font-family: Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 64px;
	line-height: 1.9em;
	display:inline-block;
}

.headerAddText2{
	color: #F4F4F9;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 56px;
	line-height: 0.9em;
}

.detailedSearch{
	color: #CAA415;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
	text-decoration:none;
}

.altyazi { 
	font-size:11px; 
	font-family:Arial; 
	color:#929192; 
	font-weight:normal; 
	text-decoration:none; 
}

.sepet { font-size:12px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.sepetbuton { font-size:11px; font-family:Arial; color:#3D3D3D; font-weight:bold; background:#transperence; border-right:0px solid #DDD; border-top:0px solid #DDD; border-left:0px solid #DDD; border-bottom:0px solid #DDD; cursor:pointer;}
.kategoribaslik { font-size:16px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.kategoribaslik1 { font-size:14px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.kategoriilanbaslik { font-size:12px; font-family:Arial; color:#039; font-weight:normal; text-decoration:none; }

.kategorisayi { 
	font-size:11px; 
	font-family:Arial; 
	color:#A1A1A1; 
	font-weight:normal; 
	text-decoration:none; 
}

.magazaarama { font-size:11px; font-family:Arial; color:#666; font-weight:bold; background:#FFF; border-right:1px solid #DDD; border-top:1px solid #AAA; border-left:1px solid #AAA; border-bottom:1px solid #DDD; height:24px; }

.aramatextalanlari { font-size:12px; font-family:Arial; color:#666; font-weight:bold; background:#FFF; border-right:0px solid #DDD; border-top:0px solid #AAA; border-left:0px solid #AAA; border-bottom:0px solid #DDD; height:20px; }
.aramaacilirkutualanlari { font-size:12px; font-family:Arial; color:#666; font-weight:bold; background:#FFF; border-right:0px solid #DDD; border-top:1px solid #DDD; border-left:1px solid #DDD; border-bottom:0px solid #DDD; height:18px; }
.aramabuton { font-size:11px; font-family:Arial; color:#FFF; font-weight:bold; background:#cf0000; background-image : url(siteresimleri/arama.jpg); border-right:0px solid #DDD; border-top:0px solid #DDD; border-left:0px solid #DDD; border-bottom:0px solid #DDD; cursor:pointer; width:48px;height:23px; }

.giristextalanlari { 
	font-size:11px; 
	font-family:Arial; 
	color:#666; 
	font-weight:bold; 
	background:#FFF; 
	border-right:1px solid #DDD; 
	border-top:1px solid #AAA; 
	border-left:1px solid #AAA; 
	border-bottom:1px solid #DDD; 
	height:20px; 
}

.girisbuton {
	font-size:11px; 
	font-family:Arial; 
	color:#FFF; 
	font-weight:bold; 
	background:#000; 
	background-image : url(siteresimleri/giris.jpg); 
	border-right:0px solid #DDD; 
	border-top:0px solid #DDD; 
	border-left:0px solid #DDD; 
	border-bottom:0px solid #DDD; 
	cursor:pointer; 
	width:74px;
	height:23px;
}

.iletisimtextalani { font-size:13px; font-family:Arial; color:#666; font-weight:bold; background:#FFFFFF; border-right:1px solid #DDD; border-top:1px solid #AAA; border-left:1px solid #AAA; border-bottom:1px solid #DDD; height:22px; }
.iletisimacilirkutualani { font-size:14px; font-family:Arial; color:#666; font-weight:bold; background:#FFFFFF; border-right:1px solid #DDD; border-top:1px solid #AAA; border-left:1px solid #AAA; border-bottom:1px solid #DDD; height:22px; }
.iletisimtextareaalanlari { font-size:14px; font-family:Arial; color:#666; font-weight:bold; background:#FFFFFF; border-right:1px solid #DDD; border-top:1px solid #AAA; border-left:1px solid #AAA; border-bottom:1px solid #DDD; }
.iletisimbuton { font-size:11px; font-family:Arial; color:#FFF; font-weight:bold; background:#cf0000; background-image : url(siteresimleri/mesajgonder.jpg); border-right:0px solid #DDD; border-top:0px solid #AAA; border-left:0px solid #AAA; border-bottom:0px solid #DDD; cursor:pointer; width:90px;height:23px; }

.yeniuyeoltextalani { font-size:14px; font-family:Arial; color:#666; font-weight:bold; background:#FFFFFF; border-right:1px solid #DDD; border-top:1px solid #AAA; border-left:1px solid #AAA; border-bottom:1px solid #DDD; height:22px; }
.yeniuyeolacilirkutualani { font-size:14px; font-family:Arial; color:#666; font-weight:bold; background:#FFFFFF; border-right:1px solid #DDD; border-top:1px solid #AAA; border-left:1px solid #AAA; border-bottom:1px solid #DDD; height:22px; }
.yeniuyeoltextareaalanlari { font-size:14px; font-family:Arial; color:#666; font-weight:bold; background:#FFFFFF; border-right:1px solid #DDD; border-top:1px solid #AAA; border-left:1px solid #AAA; border-bottom:1px solid #DDD; }
.yeniuyeoliletisimbuton { font-size:11px; font-family:Arial; color:#FFF; font-weight:bold; background:#cf0000; background-image : url(siteresimleri/mesajgonder.jpg); border-right:0px solid #DDD; border-top:0px solid #AAA; border-left:0px solid #AAA; border-bottom:0px solid #DDD; cursor:pointer; width:90px;height:23px; }

#tcscroller{ width:770px; height:16px; border:0px; border-color:transparent; padding:1px; background-color:transparent; }
.tableboxurunsayfasiaciklamasi{width:920px; height:100%; overflow:auto;}

.guvenlikkodutextalani { 
	font-size: 26px;
    font-family: Times New Roman, Arial;
    color: #cf0000;
    font-weight: bold;
    border: 1px solid;
    /* border-color: #FFFFFF; */
    width: 176px;
    height: 40px;
	background:url(img/captcha-bg.JPG) repeat-x;
	margin: -11px 0 0 -12px;
    padding: 2px 10px; 
}

.siyah8yazi { font-size:8px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin8yazi { font-size:8px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz8yazi { font-size:8px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin8yazi { font-size:8px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu8yazi { font-size:8px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin8yazi { font-size:8px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri8yazi { font-size:8px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin8yazi { font-size:8px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri8yazi { font-size:8px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin8yazi { font-size:8px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi8yazi { font-size:8px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin8yazi { font-size:8px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo8yazi { font-size:8px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin8yazi { font-size:8px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi8yazi { font-size:8px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin8yazi { font-size:8px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert8yazi { font-size:8px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin8yazi { font-size:8px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari8yazi { font-size:8px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin8yazi { font-size:8px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil8yazi { font-size:8px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin8yazi { font-size:8px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah9yazi { font-size:9px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin9yazi { font-size:9px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz9yazi { font-size:9px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin9yazi { font-size:9px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu9yazi { font-size:9px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin9yazi { font-size:9px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri9yazi { font-size:9px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin9yazi { font-size:9px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri9yazi { font-size:9px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin9yazi { font-size:9px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi9yazi { font-size:9px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin9yazi { font-size:9px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo9yazi { font-size:9px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin9yazi { font-size:9px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi9yazi { font-size:9px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin9yazi { font-size:9px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert9yazi { font-size:9px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin9yazi { font-size:9px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari9yazi { font-size:9px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin9yazi { font-size:9px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil9yazi { font-size:9px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin9yazi { font-size:9px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah10yazi { font-size:10px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin10yazi { font-size:10px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz10yazi { font-size:10px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin10yazi { font-size:10px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu10yazi { font-size:10px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin10yazi { font-size:10px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri10yazi { font-size:10px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin10yazi { font-size:10px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri10yazi { font-size:10px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin10yazi { font-size:10px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi10yazi { font-size:10px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin10yazi { font-size:10px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo10yazi { font-size:10px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin10yazi { font-size:10px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi10yazi { font-size:10px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin10yazi { font-size:10px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert10yazi { font-size:10px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin10yazi { font-size:10px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari10yazi { font-size:10px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin10yazi { font-size:10px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil10yazi { font-size:10px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin10yazi { font-size:10px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah11yazi { font-size:11px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin11yazi { font-size:11px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz11yazi { font-size:11px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin11yazi { font-size:11px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu11yazi { font-size:11px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin11yazi { font-size:11px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri11yazi { font-size:11px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin11yazi { font-size:11px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri11yazi { font-size:11px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin11yazi { font-size:11px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi11yazi { font-size:11px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin11yazi { font-size:11px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo11yazi { font-size:11px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin11yazi { font-size:11px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi11yazi { font-size:11px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin11yazi { font-size:11px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert11yazi { font-size:11px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.laci11yazi{ font-size:11px; font-family:Arial; color:#039; font-weight:normal; text-decoration:none; text-transform:lowercase; }
.lacivertkalin11yazi { font-size:11px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari11yazi { font-size:11px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin11yazi { font-size:11px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil11yazi { font-size:11px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin11yazi { font-size:11px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah12yazi { font-size:12px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin12yazi { font-size:12px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz12yazi { font-size:12px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin12yazi { font-size:12px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu12yazi { font-size:12px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin12yazi { font-size:12px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri11yazi { font-size:11px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgri12yazi { font-size:12px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin12yazi { font-size:12px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri12yazi { font-size:12px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin12yazi { font-size:12px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi12yazi { font-size:12px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin12yazi { font-size:12px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo12yazi { font-size:12px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin12yazi { font-size:12px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi12yazi { font-size:12px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin12yazi { font-size:12px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert12yazi { font-size:12px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin12yazi { font-size:12px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari12yazi { font-size:12px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin12yazi { font-size:12px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil12yazi { font-size:12px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin12yazi { font-size:12px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah13yazi { font-size:12px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin13yazi { font-size:13px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.siyahkalin13yazi12 { font-size:12px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.siyahkalin13yazi11 { font-size:11px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz13yazi { font-size:13px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin13yazi { font-size:12px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu13yazi { font-size:13px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin13yazi { font-size:13px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri13yazi { font-size:13px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin13yazi { font-size:13px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri13yazi { font-size:13px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin13yazi { font-size:13px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi13yazi { font-size:13px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin13yazi { font-size:13px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo13yazi { font-size:12px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin13yazi { font-size:13px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi13yazi { font-size:13px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin13yazi { font-size:13px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert13yazi { font-size:13px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin13yazi { font-size:13px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari13yazi { font-size:13px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin13yazi { font-size:13px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil13yazi { font-size:13px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin13yazi { font-size:13px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah14yazi { font-size:14px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin14yazi { font-size:13px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz14yazi { font-size:14px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin14yazi { font-size:12px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu14yazi { font-size:14px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin14yazi { font-size:14px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri14yazi { font-size:14px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin14yazi { font-size:14px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri14yazi { font-size:14px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin14yazi { font-size:14px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi14yazi { font-size:14px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin14yazi { font-size:14px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo14yazi { font-size:14px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin14yazi { font-size:14px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi14yazi { font-size:14px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin14yazi { font-size:14px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert14yazi { font-size:14px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin14yazi { font-size:14px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari14yazi { font-size:14px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin14yazi { font-size:14px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil14yazi { font-size:14px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin14yazi { font-size:14px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah15yazi { font-size:15px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin15yazi { font-size:15px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz15yazi { font-size:15px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin15yazi { font-size:15px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu15yazi { font-size:15px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin15yazi { font-size:15px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri15yazi { font-size:15px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin15yazi { font-size:15px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri15yazi { font-size:15px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin15yazi { font-size:15px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi15yazi { font-size:15px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin15yazi { font-size:15px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo15yazi { font-size:15px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin15yazi { font-size:15px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi15yazi { font-size:15px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin15yazi { font-size:15px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert15yazi { font-size:15px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin15yazi { font-size:15px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari15yazi { font-size:15px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin15yazi { font-size:15px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil15yazi { font-size:15px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin15yazi { font-size:15px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah16yazi { font-size:16px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin16yazi { font-size:16px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz16yazi { font-size:16px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin16yazi { font-size:16px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu16yazi { font-size:16px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin16yazi { font-size:16px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri16yazi { font-size:16px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin16yazi { font-size:16px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri16yazi { font-size:16px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin16yazi { font-size:16px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi16yazi { font-size:16px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin16yazi { font-size:16px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo16yazi { font-size:16px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin16yazi { font-size:16px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi16yazi { font-size:16px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin16yazi { font-size:16px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert16yazi { font-size:16px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin16yazi { font-size:16px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari16yazi { font-size:16px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin16yazi { font-size:16px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil16yazi { font-size:16px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin16yazi { font-size:16px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah17yazi { font-size:17px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin17yazi { font-size:17px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz17yazi { font-size:17px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin17yazi { font-size:17px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu17yazi { font-size:17px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin17yazi { font-size:17px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri17yazi { font-size:17px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin17yazi { font-size:17px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri17yazi { font-size:17px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin17yazi { font-size:17px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi17yazi { font-size:17px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin17yazi { font-size:17px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo17yazi { font-size:17px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin17yazi { font-size:17px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi17yazi { font-size:17px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin17yazi { font-size:17px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert17yazi { font-size:17px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin17yazi { font-size:17px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari17yazi { font-size:17px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin17yazi { font-size:17px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil17yazi { font-size:17px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin17yazi { font-size:17px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah18yazi { font-size:18px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin18yazi { font-size:18px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz18yazi { font-size:18px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin18yazi { font-size:18px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu18yazi { font-size:18px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin18yazi { font-size:18px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri18yazi { font-size:18px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin18yazi { font-size:18px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri18yazi { font-size:18px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin18yazi { font-size:18px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi18yazi { font-size:18px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin18yazi { font-size:18px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo18yazi { font-size:18px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin18yazi { font-size:18px; font-family:Verdana; color:#cf0000; font-weight:bold; text-decoration:none; }
.bordokalin18yazi2 { font-size:18px; font-family:Lucida Sans Unicode; color:#c31b1b; font-weight:bold; text-decoration:none; }
.mavi18yazi { font-size:18px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin18yazi { font-size:18px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert18yazi { font-size:18px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin18yazi { font-size:18px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari18yazi { font-size:18px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin18yazi { font-size:18px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil18yazi { font-size:18px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin18yazi { font-size:18px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah19yazi { font-size:19px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin19yazi { font-size:19px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz19yazi { font-size:19px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin19yazi { font-size:19px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu19yazi { font-size:19px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin19yazi { font-size:19px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri19yazi { font-size:19px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin19yazi { font-size:19px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri19yazi { font-size:19px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin19yazi { font-size:19px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi19yazi { font-size:19px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin19yazi { font-size:19px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo19yazi { font-size:19px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin19yazi { font-size:19px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi19yazi { font-size:19px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin19yazi { font-size:19px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert19yazi { font-size:19px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin19yazi { font-size:19px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari19yazi { font-size:19px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin19yazi { font-size:19px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil19yazi { font-size:19px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin19yazi { font-size:19px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah20yazi { font-size:20px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin20yazi { font-size:20px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz20yazi { font-size:20px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin20yazi { font-size:20px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu20yazi { font-size:18px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin20yazi { font-size:20px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri20yazi { font-size:20px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin20yazi { font-size:20px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri20yazi { font-size:20px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin20yazi { font-size:20px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi20yazi { font-size:20px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin20yazi { font-size:20px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo20yazi { font-size:20px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin20yazi { font-size:20px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi20yazi { font-size:20px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin20yazi { font-size:20px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert20yazi { font-size:20px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin20yazi { font-size:20px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari20yazi { font-size:20px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin20yazi { font-size:20px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil20yazi { font-size:20px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin20yazi { font-size:20px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah21yazi { font-size:21px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin21yazi { font-size:21px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz21yazi { font-size:21px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin21yazi { font-size:21px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu21yazi { font-size:21px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin21yazi { font-size:21px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri21yazi { font-size:21px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin21yazi { font-size:21px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri21yazi { font-size:21px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin21yazi { font-size:21px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi21yazi { font-size:21px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin21yazi { font-size:21px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo21yazi { font-size:21px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin21yazi { font-size:21px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi21yazi { font-size:21px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin21yazi { font-size:21px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert21yazi { font-size:21px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin21yazi { font-size:21px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari21yazi { font-size:21px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin21yazi { font-size:21px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil21yazi { font-size:21px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin21yazi { font-size:21px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah22yazi { font-size:22px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin22yazi { font-size:22px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz22yazi { font-size:22px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin22yazi { font-size:22px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu22yazi { font-size:22px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin22yazi { font-size:22px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri22yazi { font-size:22px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin22yazi { font-size:22px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri22yazi { font-size:22px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin22yazi { font-size:22px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi22yazi { font-size:22px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin22yazi { font-size:22px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo22yazi { font-size:22px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin22yazi { font-size:22px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi22yazi { font-size:22px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin22yazi { font-size:22px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert22yazi { font-size:22px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin22yazi { font-size:22px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari22yazi { font-size:22px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin22yazi { font-size:22px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil22yazi { font-size:22px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin22yazi { font-size:22px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah23yazi { font-size:23px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin23yazi { font-size:23px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz23yazi { font-size:23px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin23yazi { font-size:23px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu23yazi { font-size:23px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin23yazi { font-size:23px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri23yazi { font-size:23px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin23yazi { font-size:23px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri23yazi { font-size:23px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin23yazi { font-size:23px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi23yazi { font-size:23px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin23yazi { font-size:23px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo23yazi { font-size:23px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin23yazi { font-size:23px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi23yazi { font-size:23px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin23yazi { font-size:23px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert23yazi { font-size:23px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin23yazi { font-size:23px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari23yazi { font-size:23px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin23yazi { font-size:23px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil23yazi { font-size:23px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin23yazi { font-size:23px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah24yazi { font-size:24px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin24yazi { font-size:24px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz24yazi { font-size:24px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin24yazi { font-size:24px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu24yazi { font-size:24px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin24yazi { font-size:24px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri24yazi { font-size:24px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin24yazi { font-size:24px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri24yazi { font-size:24px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin24yazi { font-size:24px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi24yazi { font-size:24px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin24yazi { font-size:24px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo24yazi { font-size:24px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin24yazi { font-size:24px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi24yazi { font-size:24px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin24yazi { font-size:24px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert24yazi { font-size:24px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin24yazi { font-size:24px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari24yazi { font-size:24px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin24yazi { font-size:24px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil24yazi { font-size:24px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin24yazi { font-size:24px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah25yazi { font-size:25px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin25yazi { font-size:25px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz25yazi { font-size:25px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin25yazi { font-size:25px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu25yazi { font-size:25px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin25yazi { font-size:25px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri25yazi { font-size:25px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin25yazi { font-size:25px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri25yazi { font-size:25px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin25yazi { font-size:25px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi25yazi { font-size:25px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin25yazi { font-size:25px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo25yazi { font-size:25px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin25yazi { font-size:25px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi25yazi { font-size:25px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin25yazi { font-size:25px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert25yazi { font-size:25px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin25yazi { font-size:25px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari25yazi { font-size:25px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin25yazi { font-size:25px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil25yazi { font-size:25px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin25yazi { font-size:25px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah26yazi { font-size:26px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin26yazi { font-size:26px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz26yazi { font-size:26px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin26yazi { font-size:26px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu26yazi { font-size:26px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin26yazi { font-size:26px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri26yazi { font-size:26px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin26yazi { font-size:26px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri26yazi { font-size:26px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin26yazi { font-size:26px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi26yazi { font-size:26px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin26yazi { font-size:26px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo26yazi { font-size:26px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin26yazi { font-size:26px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi26yazi { font-size:26px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin26yazi { font-size:26px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert26yazi { font-size:26px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin26yazi { font-size:26px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari26yazi { font-size:26px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin26yazi { font-size:26px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil26yazi { font-size:26px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin26yazi { font-size:26px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah27yazi { font-size:27px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin27yazi { font-size:27px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz27yazi { font-size:27px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin27yazi { font-size:27px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu27yazi { font-size:27px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin27yazi { font-size:27px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri27yazi { font-size:27px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin27yazi { font-size:27px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri27yazi { font-size:27px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin27yazi { font-size:27px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi27yazi { font-size:27px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin27yazi { font-size:27px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo27yazi { font-size:27px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin27yazi { font-size:27px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi27yazi { font-size:27px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin27yazi { font-size:27px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert27yazi { font-size:27px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin27yazi { font-size:27px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari27yazi { font-size:27px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin27yazi { font-size:27px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil27yazi { font-size:27px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin27yazi { font-size:27px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah28yazi { font-size:28px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin28yazi { font-size:28px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz28yazi { font-size:28px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin28yazi { font-size:28px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu28yazi { font-size:28px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin28yazi { font-size:28px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri28yazi { font-size:28px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin28yazi { font-size:28px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri28yazi { font-size:28px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin28yazi { font-size:28px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi28yazi { font-size:28px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin28yazi { font-size:28px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo28yazi { font-size:28px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin28yazi { font-size:28px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi28yazi { font-size:28px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin28yazi { font-size:28px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert28yazi { font-size:28px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin28yazi { font-size:28px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari28yazi { font-size:28px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin28yazi { font-size:28px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil28yazi { font-size:28px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin28yazi { font-size:28px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah29yazi { font-size:29px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin29yazi { font-size:29px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz29yazi { font-size:29px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin29yazi { font-size:29px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu29yazi { font-size:29px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin29yazi { font-size:29px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri29yazi { font-size:29px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin29yazi { font-size:29px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri29yazi { font-size:29px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin29yazi { font-size:29px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi29yazi { font-size:29px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin29yazi { font-size:29px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo29yazi { font-size:29px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin29yazi { font-size:29px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi29yazi { font-size:29px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin29yazi { font-size:29px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert29yazi { font-size:29px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin29yazi { font-size:29px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari29yazi { font-size:29px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin29yazi { font-size:29px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil29yazi { font-size:29px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin29yazi { font-size:29px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }
.siyah30yazi { font-size:30px; font-family:Arial; color:#3D3D3D; font-weight:normal; text-decoration:none; }
.siyahkalin30yazi { font-size:30px; font-family:Arial; color:#3D3D3D; font-weight:bold; text-decoration:none; }
.beyaz30yazi { font-size:30px; font-family:Arial; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.beyazkalin30yazi { font-size:30px; font-family:Arial; color:#FFFFFF; font-weight:bold; text-decoration:none; }
.turuncu30yazi { font-size:30px; font-family:Arial; color:#FF6600; font-weight:normal; text-decoration:none; }
.turuncukalin30yazi { font-size:30px; font-family:Arial; color:#FF6600; font-weight:bold; text-decoration:none; }
.acikgri30yazi { font-size:30px; font-family:Arial; color:#999999; font-weight:normal; text-decoration:none; }
.acikgrikalin30yazi { font-size:30px; font-family:Arial; color:#999999; font-weight:bold; text-decoration:none; }
.koyugri30yazi { font-size:30px; font-family:Arial; color:#666666; font-weight:normal; text-decoration:none; }
.koyugrikalin30yazi { font-size:30px; font-family:Arial; color:#666666; font-weight:bold; text-decoration:none; }
.kirmizi30yazi { font-size:30px; font-family:Arial; color:#FF0000; font-weight:normal; text-decoration:none; }
.kirmizikalin30yazi { font-size:30px; font-family:Arial; color:#FF0000; font-weight:bold; text-decoration:none; }
.bordo30yazi { font-size:30px; font-family:Arial; color:#cf0000; font-weight:normal; text-decoration:none; }
.bordokalin30yazi { font-size:30px; font-family:Arial; color:#cf0000; font-weight:bold; text-decoration:none; }
.mavi30yazi { font-size:30px; font-family:Arial; color:#0000FF; font-weight:normal; text-decoration:none; }
.mavikalin30yazi { font-size:30px; font-family:Arial; color:#0000FF; font-weight:bold; text-decoration:none; }
.lacivert30yazi { font-size:30px; font-family:Arial; color:#000066; font-weight:normal; text-decoration:none; }
.lacivertkalin30yazi { font-size:30px; font-family:Arial; color:#000066; font-weight:bold; text-decoration:none; }
.sari30yazi { font-size:30px; font-family:Arial; color:#FFCC00; font-weight:normal; text-decoration:none; }
.sarikalin30yazi { font-size:30px; font-family:Arial; color:#FFCC00; font-weight:bold; text-decoration:none; }
.yesil30yazi { font-size:30px; font-family:Arial; color:#006600; font-weight:normal; text-decoration:none; }
.yesilkalin30yazi { font-size:30px; font-family:Arial; color:#006600; font-weight:bold; text-decoration:none; }

.sta1 {
	margin: 20px 0 50px 0;
}

#note1 {
  background:#D03333;
  height:31px;
  padding-top:7px;
  color:FFF;
  font-size: 12px;
  font-weight:bold;
  text-align:center;
}

	p#statusgreen {
		font-size: 1.2em;
		background-color: #fff;
		color: #0a0;
	}
	p#statusred {
		font-size: 1.2em;
		background-color: #fff;
		color: #a00;
	}
	fieldset label {
		display: block;
	}
	fieldset div#captchaimage {
		float: left;
		margin-right: 15px;
	}
	fieldset input#guvenlikkoduonay {
		width: 25%;
		border: 1px solid #ddd;
		padding: 2px;
	}
	fieldset input#submit {
		display: block;
		margin: 2% 0% 0% 0%;
	}
	#guvenlikkoduonay.success {
		border: 1px solid #49c24f;
		background: #bcffbf;
	}
	#guvenlikkoduonay.error {
		border: 1px solid #C24949;
		background: #FDF1F1;
	}
	
	
/* ---------------- PRICING TABLE -----------------------  */
#container>.block {
    margin: 0 auto;
    width: 984px;
}

.mldef, .mhdef {
    margin-left: 15px;
}

.mrdef, .mhdef {
    margin-right: 15px;
}

.ptdef, .pvdef {
    padding-top: 15px;
}

.pbdef, .pvdef {
    padding-bottom: 15px;
}

.prdef, .phdef {
    padding-right: 15px;
}

.pldef, .phdef {
    padding-left: 15px;
}

.pmdef {
    padding-left: 10px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.t0, .t1, .t2, .t3, .t4, .t5, .t6, .t7 {
    width: 984px;
    overflow: hidden;
}

.c3, .c10 {
	float: left;
	min-height: 12px;
	margin: auto;
}

.c10 {
  width: 77%;
	margin: 6px;
}

.c3 {
  width: 296px;
  margin-top: 6px;
  margin-left: 4px;
}

.userRegisterRight {
    background-color: #f8f8f8;
    border: 1px solid #dedede;
}

.userRegisterRight h4 {
  margin: 0 0 10px 0;
	color: #009ED8;
  line-height: 1.5em;
}

.userRegisterRight h5 {
	font-weight: bold;
	color: #EF7E19;
}

.userRegisterRight ul {
  padding: 0px;
}

.userAdvantage h3 {
    border-bottom: 1px solid #e2b723;
    padding-bottom: 12px;
    margin-bottom: 12px;
    line-height: 1.5em;
    font-weight: normal;
}

.userAdvantage h3 span {
    color: #e2b723;
    display: block;
}

.userAdvantage ul li {
    background: url(img/plus-icon.png) 2px 6px no-repeat;
    padding: 5px 0 5px 28px;
		font-size: 12px;
    min-height: 22px;
}

.userAdvantage ul li a {
		font-size: 12px;
		color: #009ED8;
}

.userRegisterLeft {
    border: 1px solid #dedede;
}

.pageReduc {
	/*margin-top: 16px;*/
}

span.okHeader {
	margin-left: 16px;
  font-size: 40px;
  color: #FF6600;
  font-weight: bold;
}

.restBot {
	vertical-align: -12px !important;
}

.lineUp {
	padding-bottom: 12px;
}

.lineBotMar {
	padding-bottom: 20px;
}

.footnote {
	font-size: 11px;
	color: #777;
	padding-left: 14px;
	line-height: 16px;
}

.footnote2 {
	font-size: 12px;
	color: #777;
	padding-left: 21px;
	line-height: 16px;
}

h2.okHeader2 {
    font-size: 30px;
    color: #222;
    font-weight: normal;
	margin-top: 6px !important;
    margin-bottom: 15px;
}

#registerStep3 p {
    margin-bottom: 15px;
}

ul.suggestion {
    padding-left: 132px;
    margin-top: 30px;
}

ul.selectShop {
    padding-left: 2px;
    margin-top: 14px;
}

ul.suggestion li {
    float: left;
    width: 240px;
    border: 1px solid #e1e1e1;
    padding: 3px 3px 25px 0;
    text-align: center;
}

ul.selectShop li {
    float: left;
    width: 156px;
    border: 1px solid #e1e1e1;
    padding: 3px 3px 25px 0;
    text-align: center;
}

ul.suggestion li  ul li {
	padding: 7px 0px;
  border: none;
}

ul.selectShop li  ul li {
	padding: 7px 1px;
  border: none;
}

ul.suggestion li span {
    display: block;
    height: 90px;
    text-indent: -9999px;
    background: url(img/teklif1.png) 111px 5px no-repeat;
}

ul.selectShop li span {
    display: block;
	width: 88px;
	height: 70px;
	margin-top: 10px;
	margin-left: 33px;
    text-indent: -9999px;
    background: url(img/teklif2.png) no-repeat;
}

ul.suggestion li h4 {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: normal;
    margin: 12px 10px 5px 10px;
    /*min-height: 44px;*/
}

#registerStep3 p {
    margin-bottom: 15px;
		padding-left: 10px;
}

ul.suggestion li p {
    margin-bottom: 14px;
    min-height: 40px;
    width: 240px;
    margin: auto;
}

ul.suggestion a.btn {
    display: inline-block;
    padding: 9px 22px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #437db9;
    border-radius: 2px;
    color: #fff;
    background-color: #437db9;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#6198d3,#437db9);
    background-image: -ms-linear-gradient(top,#6198d3,#437db9);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6198d3),color-stop(100%,#437db9));
    background-image: -webkit-linear-gradient(top,#6198d3,#437db9);
    background-image: -o-linear-gradient(top,#6198d3,#437db9);
    background-image: linear-gradient(top,#6198d3,#437db9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6198D3',endColorstr='#437DB9',GradientType=0);
    text-shadow: 1px 1px 0 #29619b;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1),0 2px 2px -1px rgba(0,0,0,0.15);
    line-height: 1.3em;
}

ul.selectShop a.btn {
    display: inline-block;
    padding: 6px 14px;
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 1px;
    color: #fff;
    text-shadow: 1px 1px 0 #29619b;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1),0 2px 2px -1px rgba(0,0,0,0.15);
    line-height: 1.3em;
}

ul.selectShop #suggestion1 a.btn {
    border: 1px solid #BB8A03;
    background-color: #BB8A03;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#ECAD00,#BB8A03);
    background-image: -ms-linear-gradient(top,#ECAD00,#BB8A03);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ECAD00),color-stop(100%,#BB8A03));
    background-image: -webkit-linear-gradient(top,#ECAD00,#BB8A03);
    background-image: -o-linear-gradient(top,#ECAD00,#BB8A03);
    background-image: linear-gradient(top,#ECAD00,#BB8A03);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECAD00',endColorstr='#BB8A03',GradientType=0);
}

ul.selectShop #suggestion2 a.btn {
    border: 1px solid #959140;
    background-color: #959140;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#BFBB73,#959140);
    background-image: -ms-linear-gradient(top,#BFBB73,#959140);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#BFBB73),color-stop(100%,#959140));
    background-image: -webkit-linear-gradient(top,#BFBB73,#959140);
    background-image: -o-linear-gradient(top,#BFBB73,#959140);
    background-image: linear-gradient(top,#BFBB73,#959140);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFBB73',endColorstr='#959140',GradientType=0);
}

ul.selectShop #suggestion3 a.btn {
    border: 1px solid #4D7D20;
    background-color: #4D7D20;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#7aa94e,#4D7D20);
    background-image: -ms-linear-gradient(top,#7aa94e,#4D7D20);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7aa94e),color-stop(100%,#4D7D20));
    background-image: -webkit-linear-gradient(top,#7aa94e,#4D7D20);
    background-image: -o-linear-gradient(top,#7aa94e,#4D7D20);
    background-image: linear-gradient(top,#7aa94e,#4D7D20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7aa94e',endColorstr='#4D7D20',GradientType=0);
}

ul.selectShop #suggestion4 a.btn {
    border: 1px solid #953859;
    background-color: #953859;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#BD5A7D,#953859);
    background-image: -ms-linear-gradient(top,#BD5A7D,#953859);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#BD5A7D),color-stop(100%,#953859));
    background-image: -webkit-linear-gradient(top,#BD5A7D,#953859);
    background-image: -o-linear-gradient(top,#BD5A7D,#953859);
    background-image: linear-gradient(top,#BD5A7D,#953859);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BD5A7D',endColorstr='#953859',GradientType=0);
}

ul.selectShop #suggestion5 a.btn {
    border: 1px solid #468D9C;
    background-color: #468D9C;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#7EC9D9,#468D9C);
    background-image: -ms-linear-gradient(top,#7EC9D9,#468D9C);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7EC9D9),color-stop(100%,#468D9C));
    background-image: -webkit-linear-gradient(top,#7EC9D9,#468D9C);
    background-image: -o-linear-gradient(top,#7EC9D9,#468D9C);
    background-image: linear-gradient(top,#7EC9D9,#468D9C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7EC9D9',endColorstr='#468D9C',GradientType=0);
}

ul.selectShop #suggestion6 a.btn {
    border: 1px solid #C8657A;
    background-color: #C8657A;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#EEACBA,#C8657A);
    background-image: -ms-linear-gradient(top,#EEACBA,#C8657A);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#EEACBA),color-stop(100%,#C8657A));
    background-image: -webkit-linear-gradient(top,#EEACBA,#C8657A);
    background-image: -o-linear-gradient(top,#EEACBA,#C8657A);
    background-image: linear-gradient(top,#EEACBA,#C8657A);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEACBA',endColorstr='#C8657A',GradientType=0);
}

ul.selectShop #suggestion7 a.btn {
    border: 1px solid #656E74;
    background-color: #656E74;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#9AA5AD,#656E74);
    background-image: -ms-linear-gradient(top,#9AA5AD,#656E74);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9AA5AD),color-stop(100%,#656E74));
    background-image: -webkit-linear-gradient(top,#9AA5AD,#656E74);
    background-image: -o-linear-gradient(top,#9AA5AD,#656E74);
    background-image: linear-gradient(top,#9AA5AD,#656E74);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9AA5AD',endColorstr='#656E74',GradientType=0);
}

ul.selectShop #suggestion8 a.btn {
    border: 1px solid #9979B9;
    background-color: #9979B9;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#C5B3D7,#9979B9);
    background-image: -ms-linear-gradient(top,#C5B3D7,#9979B9);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#C5B3D7),color-stop(100%,#9979B9));
    background-image: -webkit-linear-gradient(top,#C5B3D7,#9979B9);
    background-image: -o-linear-gradient(top,#C5B3D7,#9979B9);
    background-image: linear-gradient(top,#C5B3D7,#9979B9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C5B3D7',endColorstr='#9979B9',GradientType=0);
}

.btn-ver {
    text-decoration: none;
}

ul.suggestion a {
    text-decoration: none;
}

ul.suggestion li#suggestion1, ul.suggestion li#suggestion2 {
    margin-right: 26px;
}

ul.selectShop li#suggestion1, ul.selectShop li#suggestion2, ul.selectShop li#suggestion3, ul.selectShop li#suggestion5, ul.selectShop li#suggestion6, ul.selectShop li#suggestion7 {
    margin-right: 13px;
}

ul.suggestion li#suggestion3 {
    margin-right: 0px;
}

ul.selectShop li#suggestion4, ul.selectShop li#suggestion8 {
    margin-right: 0px;
}

ul.suggestion li#suggestion1 span {
    background-position: 61px 11px;
}

ul.selectShop li#suggestion1 span {
  background-position: -2px -2px;
}

ul.suggestion li#suggestion2 span {
    background-position: 61px -90px;
}

ul.selectShop li#suggestion2 span {
    background-position: -2px -76px;
}

ul.suggestion li#suggestion3 span {
    background-position: 58px -185px;
}

ul.selectShop li#suggestion3 span {
    background-position: -2px -150px;
}

ul.selectShop li#suggestion4 span {
    background-position: -2px -224px;
}

ul.selectShop li#suggestion5 span {
    background-position: -2px -299px;
}

ul.selectShop li#suggestion6 span {
    background-position: -2px -372px;
}

ul.selectShop li#suggestion7 span {
    background-position: -2px -447px;
}

ul.selectShop li#suggestion8 span {
    background-position: -2px -522px;
}

ul.selectShop h5 {
    margin-bottom: 0px;
}

h3.okHeader2 {
    font-size: 16px;
    color: #3D3D3D;
    font-weight: normal;
    text-decoration: none;
    margin: 6px 0;
		padding-left: 10px;
}

.suggestion h3 {
    padding: 7px 0;
    background: #CE3203;
    margin: 0px 0 2px 2px;
    border: 1px solid #DDD;
    font-size: 16px;
    color: #FFF;
}

.selectShop h3 {
    padding: 8px 0;
    margin: 0px 0 0px 2px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}

.selectShop #suggestion1 h3 {
    background: #ECAD00;
    border: 1px solid #DDD;
}

.selectShop #suggestion2 h3 {
    background: #BFBB73;
    border: 1px solid #DDD;
}

.selectShop #suggestion3 h3 {
    background: #7aa94e;
    border: 1px solid #DDD;
}

.selectShop #suggestion4 h3 {
    background: #BD5A7D;
    border: 1px solid #DDD;
}

.selectShop #suggestion5 h3 {
    background: #7EC9D9;
    border: 1px solid #DDD;
}

.selectShop #suggestion6 h3 {
    background: #EEACBA;
    border: 1px solid #DDD;
}

.selectShop #suggestion7 h3 {
    background: #9AA5AD;
    border: 1px solid #DDD;
}

.selectShop #suggestion8 h3 {
    background: #B6A2CA;
    border: 1px solid #DDD;
}

.pricing_table {
	font-size: 12px; 
	padding-top: 20px;
}

.price_block {
	text-align: center; 
	width: 100%; 
	color: #5D5A5A; 
	float: left; 
	list-style-type: none; 
	transition: all 0.10s; 
	position: relative; 
	box-sizing: border-box;
	margin-bottom: 10px; 
	border-bottom: 1px solid transparent; 
}

/*Price heads*/
.pricing_table h3 {
	/*text-transform: uppercase;*/ 
	padding: 5px 0; 
	background: #CE3203; 				/*FF8636*/
	margin: 0px 0 2px 0;
	border: 1px solid #DDD;
	font-size: 16px;
	color: #FFF;
}

/*Price tags*/

.price_number {
	font-weight: bold; 
	display: block;
}
.price_tenure {
	font-size: 11px; 
}

.features {
	/*background: #F3F3F3;*/ 
	color: #000;
	padding: 0 !important;
}
.features li {
	padding: 8px 15px;
	border-bottom: 1px solid #ccc; 
	font-size: 11px; 
	list-style-type: none;
}

.footer {
	padding: 15px; 
	/*background: #DEF0F4;*/
}
.action_button {
	text-decoration: none; 
	color: #fff !important; 
	font-weight: bold !important; 
	background: #FF8636; 
	padding: 9px 11px; 
	font-size: 14px !important; 
	text-transform: uppercase;
}
	
.price_block:hover {
	transform: scale(1.02) translateY(-5px); 
	z-index: 1; 
}
.price_block:hover .price {
	background:linear-gradient(#DDD, #CCC);
}
.price_block:hover h3 {
	/*background: #222;*/
}
.price_block:hover .action_button {
	background: #DC8812; 
}
	
@media only screen and (min-width : 480px) and (max-width : 768px) {
	.price_block {width: 50%;}
	.price_block:nth-child(odd) {border-right: 1px solid transparent;}
	.price_block:nth-child(3) {clear: both;}

	.price_block:nth-child(odd):hover {border: 0 none;}
}
@media only screen and (min-width : 768px){
	/*.price_block {margin: 0 10px;}*/
	.price_block {width: 24%;}
	.price_block {border: 1px solid #C7C5C5}
}

.megaMenu {
	margin-top: 12px;
	position:relative;
	z-index:50;
}

.homeContainer {
	width:100%;
	display: block;
}

.homeTopContainer{
	width:100%;
	display: block;
}

article.catBoxContainer {
		width: 45%;
		height: 260px;
    display: block;
    float: left;
		padding-left: 1px;
}

article.topAdsContainer {
		width: 18%;
		height: 260px;
    display: block;
    float: left;
}

article.selectMapContainer {
		width: 37%;
		height: 260px;
    display: block;
    float: left;
		padding-left: 2px;
}

.catBoxSemi1 {
		width: 332px;
		height: 258px;
    display: block;
		margin-right: 4px;
    float: left;
}

.catBoxSemi2 {
		width: 290px;
		height: 258px;
    display: block;
    float: left;
}

.catBoxSemi1Top {
		width: 332px;
		height: 146px;
    display: block;
		margin-bottom: 4px;
}

.catBoxSemi1Sub{
		width: 332px;
		height: 108px;
    display: block;
}

.catBoxSemi1TopImg1{
		width: 184px;
		height: 146px;
    display: block;
		margin-right: 4px;
    float: left;
}

.catBoxSemi1TopImg2{
		width: 144px;
		height: 146px;
    display: block;
    float: left;
}

.catBoxSemi1SubImg1{
		width: 132px;
		height: 108px;
    display: block;
		margin-right: 4px;
    float: left;
}

.catBoxSemi1SubImg2{
		width: 196px;
		height: 108px;
    display: block;
    float: left;
}

.catBoxSemi2Top {
		width: 290px;
		height: 172px;
    display: block;
		margin-bottom: 4px;
}

.catBoxSemi2Sub{
		width: 290px;
		height: 82px;
    display: block;
}

.catBoxSemi2TopImg1{
		width: 153px;
		height: 172px;
    display: block;
    float: left;
		margin-bottom: 4px;
		margin-right: 4px;
}

.catBoxSemi2TopImg2{
		width: 125px;
		height: 172px;
    display: block;
    float: left;
}

.catBoxSemi2SubImg1{
		width: 118px;
		height: 82px;
    display: block;
    float: left;
		margin-right: 4px;
}

.catBoxSemi2SubImg2{
		width: 160px;
		height: 82px;
    display: block;
    float: left;
}
	/* flip the pane when hovered */
	.flip-container1:hover .flipper, .flip-container1.hover .flipper, .flip-container2:hover .flipper, .flip-container2.hover .flipper, .flip-container3:hover .flipper, .flip-container3.hover .flipper, .flip-container4:hover .flipper, .flip-container4.hover .flipper, .flip-container5:hover .flipper, .flip-container5.hover .flipper, .flip-container6:hover .flipper, .flip-container6.hover .flipper, .flip-container-profil:hover .flipper, .flip-container-profil.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container1, .front1, .back1 {
	width: 184px;
	height: 146px;
}

.flip-container2, .front2, .back2 {
	width: 144px;
	height: 146px;
}

.flip-container3, .front3, .back3 {
	width: 125px;
	height: 172px;
}

.flip-container4, .front4, .back4 {
	width: 132px;
	height: 108px;
}

.flip-container5, .front5, .back5 {
	width: 196px;
	height: 108px;
}

.flip-container6, .front6, .back6{
	width: 118px;
	height: 82px;
}

.flip-container7, .front7, .back7{
	width: 153px;
	height: 172px;
}

.flip-container8, .front8, .back8{
	width: 160px;
	height: 82px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front1, .back1, .front2, .back2, .front3, .back3, .front4, .back4, .front5, .back5, .front6, .back6, .front7, .back7, .front8, .back8, .front-profil, .back-profil {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front1, .front2, .front3, .front4, .front5, .front6,  .front7, .front8, .front-profil {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back1, .back2, .back3, .back4, .back5, .back6, .back7, .back8, .back-profil {
	transform: rotateY(180deg);
}

.flip-container1:hover .flipper, .flip-container1.hover .flipper, .flip-container1.flip .flipper, .flip-container2:hover .flipper, .flip-container2.hover .flipper, .flip-container2.flip .flipper, .flip-container3:hover .flipper, .flip-container3.hover .flipper, .flip-container3.flip .flipper, .flip-container4:hover .flipper, .flip-container4.hover .flipper, .flip-container4.flip .flipper, .flip-container5:hover .flipper, .flip-container5.hover .flipper, .flip-container5.flip .flipper, .flip-container6:hover .flipper, .flip-container6.hover .flipper, .flip-container6.flip .flipper, .flip-container-profil:hover .flipper, .flip-container-profil.hover .flipper, .flip-container-profil.flip .flipper {
	transform: rotateY(180deg);
}

.img1_1 {
	background: url('img/catbox1_1.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
}

.img1_2 {
	background: url('img/catbox1_2.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
	text-decoration: none;
}

.img1_1_1 {
	padding-top: 123px;
	font-size: 12px;
}

.img1_2_1 {
	padding-top: 34px;
	font-size: 13px;
}

.img1_2_2 {
	padding-top: 20px;
	font-size: 16px;
}

.img1_2_3 {
	padding-top: 20px;
	font-size: 18px;
}

.img2_1 {
	background: url('img/catbox2_1.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
}

.img2_2 {
	background: url('img/catbox2_2.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
	text-decoration: none;
}

.img2_1_1 {
	padding-top: 123px;
	font-size: 12px;
}

.img2_2_1 {
	padding-top: 34px;
	font-size: 13px;
}

.img2_2_2 {
	padding-top: 20px;
	font-size: 16px;
}

.img2_2_3 {
	padding-top: 20px;
	font-size: 18px;
}

.img3_1 {
	background: url('img/catbox3_1.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
}

.img3_2 {
	background: url('img/catbox3_2.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
	text-decoration: none;
}

.img3_1_1 {
	padding-top: 140px;
	font-size: 12px;
}

.img3_2_1 {
	padding-top: 38px;
	font-size: 13px;
	letter-spacing: -0.6px;
}

.img3_2_2 {
	padding-top: 24px;
	font-size: 16px;
	letter-spacing: -0.2px;
}

.img3_2_3 {
	padding-top: 24px;
	font-size: 18px;
}

.img4_1 {
	background: url('img/catbox4_1.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
}

.img4_2 {
	background: url('img/catbox4_2.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
	text-decoration: none;
}

.img4_1_1 {
	padding-top: 87px;
	font-size: 12px;
}

.img4_2_1 {
	padding-top: 18px;
	font-size: 13px;
}

.img4_2_2 {
	padding-top: 12px;
	font-size: 16px;
}

.img4_2_3 {
	padding-top: 10px;
	font-size: 18px;
}

.img5_1 {
	background: url('img/catbox5_1.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
}

.img5_2 {
	background: url('img/catbox5_2.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
	text-decoration: none;
}

.img5_1_1 {
	padding-top: 89px;
	font-size: 12px;
}

.img5_2_1 {
	padding-top: 18px;
	font-size: 13px;
}

.img5_2_2 {
	padding-top: 12px;
	font-size: 16px;
}

.img5_2_3 {
	padding-top: 10px;
	font-size: 18px;
}

.img6_1 {
	background: url('img/catbox6_1.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
}

.img6_2 {
	background: url('img/catbox6_2.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
	text-decoration: none;
}

.img6_1_1 {
	padding-top: 63px;
	font-size: 12px;
}

.img6_2_1 {
	padding-top: 8px;
	font-size: 12px;
}

.img6_2_2 {
	padding-top: 8px;
	font-size: 16px;
}

.img6_2_3 {
	padding-top: 2px;
	font-size: 18px;
}

.img7_1 {
	background: url('img/catbox7_1.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
}

.img7_2 {
	background: url('img/catbox7_2.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
	text-decoration: none;
}

.img7_1_1 {
	padding-top: 146px;
	font-size: 12px;
}

.img7_2_1 {
	padding-top: 38px;
	font-size: 13px;
}

.img7_2_2 {
	padding-top: 24px;
	font-size: 16px;
}

.img7_2_3 {
	padding-top: 24px;
	font-size: 18px;
}

.img8_1 {
	background: url('img/catbox8_1.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
}

.img8_2 {
	background: url('img/catbox8_2.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
	text-decoration: none;
}

.img8_1_1 {
	padding-top: 63px;
	font-size: 12px;
}

.img8_2_1 {
	padding-top: 8px;
	font-size: 13px;
}

.img8_2_2 {
	padding-top: 8px;
	font-size: 16px;
}

.img8_2_3 {
	padding-top: 2px;
	font-size: 18px;
}

.homeBodyContainer {
	width: 100%;
  display: block;
	margin-top: 3px;
	margin-left: 1px;
}

.leftMenu {
  float: left;
  width: 24.6%;
  margin: 0 10px 20px 0;
}

.category:first-child {
	margin-top: 0;
}

.category {
	border: 1px solid #dedede;
  position: relative;
}

.category  ul{
	list-style: none;
	padding: 0;
}

.category h5 {
	margin-top: 0px;
	font-weight: bold;
	border-bottom: 1px solid #dedede;
	padding: 6px 10px 7px 10px;
	background: #efefef;
	background: -moz-linear-gradient(top,#fff 0,#efefef 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,#fff 0,#efefef 100%);
	background: -o-linear-gradient(top,#fff 0,#efefef 100%);
	background: -ms-linear-gradient(top,#fff 0,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#efefef',GradientType=0);
	background: linear-gradient(top,#fff 0,#efefef 100%);
}

.category span a {
	margin-top: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #003399;
	padding: 6px 10px 7px 10px;
}

.category span a:hover {
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}

.category.catViewAllCat {
	border-top: none;
	padding-top: 6px;
	padding-bottom: 6px;
	
}

.category .category1 li {
	border-bottom: 1px dotted #ccc;
  margin-bottom: 5px;
	padding-bottom: 2px;
	padding-left: 8px;
}

.category .category2 li {
  margin-bottom: 1px;
	padding-bottom: 2px;
	padding-left: 8px;
}

.category .category1 li a:active, .category .category1 li a:hover, .category .category2 li a:active, .category .category2 li a:hover{
  outline-width: 0;
}

.category .category1 li a:focus, .category .category1 li a:hover, .category .category2 li a:focus, .category .category2 li a:hover {
  color: #23527c;
}

.category .category1 li a:active, .category .category1 li a:hover, .category .category2 li a:active, .category .category2 li a:hover {
  outline: 0;
}

.category .category1 li a, .category .category2 li a {
	color: #039;
	outline: 0;
}

.category .category1 li a:link, .category .category2 li a:link {
	font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  text-decoration: none;
}
.category .category1 li a:hover, .category .category2 li a:hover {
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
	text-decoration: underline;
}

.category .category1 li a:visited, .category .category2 li a:visited {
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  text-decoration: none;
}

.category .category1 li a.category-icons, .category .category2 li a.category-icons {
    background: url('img/aldiyo-icons2.png') 0 0 no-repeat;
    display: inline-block;
    height: 21px;
    padding-left: 23px;
    padding-top: 2px;
}

.category .category1 li.category-icons, .category .category2 li.category-icons {
    background: url('img/aldiyo-icons2.png') 0 0 no-repeat;
    display: inline-block;
    height: 21px;
    padding-left: 23px;
    padding-top: 2px;
}

.category .category1 li a.category-acil-acil {
    background-position: -3 -242px;
}

.category .category1 li a.category-fiyati-dusen {
    background-position: -3 -262px;
}

.category .category1 li a.category-son-eklenen {
    background-position: -3 -282px;
}

.category .category1 li a.category-pas {
    background-position: -5 -222px;
}

.category .category1 li a.category-gunun-firsati {
    background-position: -4 -202px;
}

.category .category2 li a.category-emlak {
    background-position: -280px -1px;
}

.category .category2 li a.category-vasita{
    background-position: -258px -23px;
}

.category .category2 li a.category-gunlukkiralik{
    background-position: -236px -45px;
}

.category .category2 li a.category-kiralikarac{
    background-position: -215px -66px;
}

.category .category2 li a.category-alisveris{
    background-position: -193px -87px;
}

.category .category2 li a.category-ismakineleri{
    background-position: -172px -109px;
}

.category .category2 li a.category-yedekparca{
    background-position: -150px -130px;
}

.category .category2 li a.category-hayvanlar{
    background-position: -129px -152px;
}

.mainPage1 {
	float: left;
  width: 74%;
}

.category .category2 li a.catBaslik {
    margin-top: 9px;
}


li,ol{
	margin:0;
	padding:0;
}

ol,ul{
	list-style:none
}

.progresss {
	position:relative;
	padding:0;
	margin:0;
	width:100%;
	float:left;
	height:60px;
	margin-bottom:33px;
}

.progresss:before {
	width:100%;
	height:4px;
	content:'';
	background-color:#dfdfdf;
	position:absolute;
	left:0;top:50%;
	margin-top:-2px
}

.progresss.step1 ol:before {
	width:10%
}

.progresss ol {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	float:left;
	height:60px;
	position:relative;
	counter-reset:li;
}

.progresss ol:before{
	-webkit-transition:width 0.7s linear;
	-moz-transition:width 0.7s linear;
	-o-transition:width 0.7s linear;
	-ms-transition:width 0.7s linear;
	transition:width 0.7s linear;height:4px;content:'';
	background-color:#CC0000;
	position:absolute;left:0;
	top:50%;margin-top:-2px
}

.progresss ol li{
	float:left;
	width:20%;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	height:100%;
}

.progresss ol li:before{
	width:36px;
	height:36px;
	content:'';
	background-color:#dfdfdf;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-18px;
	margin-top:-18px;
	-webkit-border-radius:36px;
	border-radius:36px;
	content:counter(li);
	counter-increment:li;
	color:#999;
	line-height:36px;
	font-size:18px
}

.progresss ol li.current:before{
	width:45px;
	height:45px;
	margin-left:-24px;
	border:3px solid #CC0000;
	margin-top:-23px;
	background-color:#fff;
	color:#CC0000;
	line-height:40px;
	font-size:24px
}

.progresss ol li.current a,.progresss ol li.current span{
	color:#CC0000;
}

.progresss li span {
	font-size: 12px;
}
.progresss ol li a,.progresss ol li span{
	font-weight:bold;
	color:#999;
	margin-top:60px;
	display:inline-block;
	text-decoration:none
}

.progresss-container + div .tabs{
	margin-top:35px
}

.select-area-tabs ul {
	margin: 0;
	padding: 0;
}

.tabs{
	float:left;
	width:100%;
	border-bottom:2px solid #eaeaea;
	position:relative;
	z-index:0;
}

.tabs li{
	float:left;
	margin-left:7px;
}

.tabs li a{
	font-weight:bold;
	font-size:14px;
	display:block;
	border:1px solid #e8e8e8;
	padding:0 15px;
	border-bottom:0;
	background-color:#fff;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	text-shadow:none;
	color:#0d6dbe;
	line-height:37px;
}

.tabs li a:hover{
	background:#fff;
	border-color:#9d9d9d;
	text-decoration:none
}

.tabs .active a{
	color:#333;
	border-color:#eaeaea;
	background-color:#eaeaea;
	text-decoration:none;
}

.tabs .active a:hover{
	background-color:#eaeaea;
	border-color:#eaeaea
}

.add-classified-help {
	float:right;
	font-size:12px;
	padding:6px 0 10px 0;
	margin-right:5px
}

.category-select-area{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width:942px;
	min-height:240px;
	clear:left;
	border-top:0;
	padding:10px 20px 10px 20px;
	margin-bottom:15px;
	position:relative;
}

.category-select-area ul {
	padding:3px 0 2px 3px;
	margin: 0;
}

.category-select-box ul{
	display:inline-block;
	height:200px;
	width:200px;
	margin-right:10px;
	overflow-y:auto;
	overflow-x:hidden;
	border:solid 1px #a3a3a3;
	position:relative;
	text-align:left;
	vertical-align:top;
}

.category-select-box ul:not(.eurotax-select):not(.last-level-selected):last-of-type{
	background-color:#e5f0ff;
}

.category-select-box ul:not(.eurotax-select):not(.last-level-selected):last-of-type li{
	border:1px solid #e5f0ff
}

.category-select-box ul li{
	cursor:pointer;
	width:196px;
	padding:2px 2px 1px 2px;
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	border:1px solid #fff;
	outline:none;
	position:relative;
	font-size: 12px;
	line-height: 1.2;
}

.free-classified-banner{
	background:-webkit-linear-gradient(top, #fbfbfb 40%, #e9e9e9);
	background:-moz-linear-gradient(top, #fbfbfb 40%, #e9e9e9);
	background:-o-linear-gradient(top, #fbfbfb 40%, #e9e9e9);
	background:-ms-linear-gradient(top, #fbfbfb 40%, #e9e9e9);
	background:linear-gradient(to bottom, #fbfbfb 40%, #e9e9e9);
	border:1px solid #dadada;
	-webkit-box-shadow:inset 1px -1px 0 #faf7f7;box-shadow:inset 1px -1px 0 #faf7f7;
	padding:8px 10px;
	zoom:1;
}

.free-classified-banner:before,.free-classified-banner:after{
	content:"";display:table
}

.free-classified-banner:after{
	clear:both
}

.free-classified-banner div{
	float:left;
	min-height:70px;
	padding-left:70px;
	width:490px;
	position:relative;
}

.free-classified-banner div a{
	font-size:18px;
	display:block;
}

.free-classified-banner1 {
	border-right: 1px solid #E8E8E8;
}
.free-classified-banner .free-classified-banner1 a{
	width: 308px;
	color:#EF7F1A;
	margin-top:17px
}

.free-classified-banner .free-classified-banner2 a{
	color:#EF7F1A;
	margin-top:27px
}

.register-container-inner {
		margin: 6px;
    border: 1px solid #dedede;
    border-radius: 2px;
    background-color: #f8f8f8;
}

.register-left-column {
    float: left;
    width: 169px;
    min-height: 250px;
    background: url(img/mail-send.png) no-repeat;
    margin: 51px 0 0 76px;
}

.register-right-column {
    width: 630px;
    min-height: 250px;
    margin: 57px 0 16px 40px;
    float: left;
}

.register-upper-content {
    padding: 0 10px 0 20px;
}

.register-content-divider {
    width: 100%;
    height: 2px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff;
    margin: 12px 0;
}

.register-upper-content h2{
	font-size:24px;
	color:#333;
	padding-bottom:25px;
	padding-left: 0;
}

.register-upper-content p{
	color:#333;
	font-size:18px;
	letter-spacing:.02em;
	line-height:32px;
}
	
.register-upper-content .email-text{
	color:#254891;
	font-weight: bold;
}

.register-upper-content .highlight{
	font-weight:bold;
}

.register-lower-content{
	padding:4px 20px 0;
}

.register-lower-content p{
	font-size:12px;
	color:#333;
	color:#666
}

.register-lower-content p a{
	font-size: 12px;
	color:#038;
}

.register-lower-content p.lower-title{
	padding-bottom:3px
}
	
.register-lower-content p.bullet{
	margin:5px 0;
	position:relative;
	padding-left:13px
}

.register-lower-content p.bullet:before{
	position:absolute;
	content:' ';
	width:7px;
	height:7px;
	background:#666;
	border-radius:10px;
	left:0;
	top:4px
}

.error-left-column {
    float: left;
    width: 149px;
    min-height: 250px;
    margin: 26px 0 0 76px;
		padding: 28px 0 0 42px;
}

.error-right-column {
    width: 700px;
    min-height: 250px;
    margin: 32px 0 16px 10px;
    float: left;
}

.bulk-package-column {
    width: 990px;
    min-height: 250px;
    margin: 32px 0 16px 10px;
    float: left;
}

span.notokHeader {
  font-size: 40px;
  color: #FF6600;
  font-weight: bold;
}

span.yesokHeader {
  font-size: 40px;
  color: #42A03F;
  font-weight: bold;
}

#footer .footContainer{
	width: 100%;
}

#footer .footContainer .footHeader{
	position: relative;
	height: 50px;
	background: #DCDCDC;
}

#footer .footContainer .footBody{
	height: 286px;
	background: #1E4357;
	border-top: 13px solid #919292;
}

#footer .footContainer .footFooter{
	position: relative;
	height: 40px;
	background: #183546;
}

.footBody span {
	float: left;
}

.footBody span .fbMenu {
	padding: 15px 66px;
	float: left;
	border-right: 1px solid #5a5967;
}

.fbMenu .label a{
	display: block;
	text-align: left;
	color:#EF7E19;
	font-weight: bold;
	text-decoration: none;
}

.fbMenu ul {
	padding: 0;
}

.fbMenu ul li {
	line-height: 1.6em;
}

.fbMenu ul li a {
	font-size: 12px;
	color: #e2e2e2;
	font-family: Arial;
  font-weight: normal;
}

.footFooter span, .footHeader span {
	width: 50%;
	float: left;
}

.footFooter span.copyright p {
	position: absolute;
	margin-left: 10px;
	left: 10;
	top: 0;
}

.footFooter span.paymentLogo img {
	position: absolute;
	margin-left: 40px;
	right:14px;
	top: 0;
}

.footHeader span.socialIcons ul {
	position: absolute;
	margin-left: 10px;
	right: 10;
	top: 0;
}

.footHeader span.bcreab ul {
	position: absolute;
	top: 5;
}

.socialIcons {
	padding-left: 136px;
}

.socialIcons ul li {
	float: left;
	margin-top:9px;
	margin-left:4px;
}

.socialIcons ul li.social-facebook {
  background: url('img/social-icons.png') no-repeat -1px -1px;
	width: 36px;
	height: 35px;
}

.socialIcons ul li.social-twitter {
  background: url('img/social-icons.png') no-repeat -39px -1px;
	width: 36px;
	height: 35px;
}

.socialIcons ul li.social-linkedin {
  background: url('img/social-icons.png') no-repeat -78px -1px;
	width: 36px;
	height: 35px;
}

.socialIcons ul li.social-instagram {
  background: url('img/social-icons.png') no-repeat -118px 0px;
	width: 36px;
	height: 35px;
}

.socialIcons ul li.social-pinterest {
  background: url('img/social-icons.png') no-repeat -158px -1px;
	width: 36px;
	height: 35px;
}

.socialIcons ul li.social-tumblr {
  background: url('img/social-icons.png') no-repeat -198px -1px;
	width: 36px;
	height: 35px;
}

.socialIcons ul li.social-googleplus {
  background: url('img/social-icons.png') no-repeat -237px -1px;
	width: 36px;
	height: 35px;
}

.socialIcons ul li.social-youtube {
  background: url('img/social-icons.png') no-repeat -276px -1px;
	width: 36px;
	height: 35px;
}

.fBform {
	margin: 11px 0 0 14px;
	width: 230px;
	height: 255px;
	border: 1px solid #afb5b9;
	border-radius: 6px;
	background-color: #4077a7;
	padding: 9px;
}

.fBform  .fBformTitle {
	display: block;
	color: #fdd922;
	font-weight: bold;
}

.fBform  .fBformInfo {
	display: block;
	margin-bottom: 5px;
	color: #dbe3e8;
	font-size: 11px;
}

.fBform  .fBformNotice {
	display: block;
	color: #fff;
	font-size: 10px;
}

.sFormM {
	margin: 6px 0;
}

#serbestForm input[type=text] {
	background-color : #e2e2e2;
	font-size: 12px;
	width: 210px;
	height: 26px;
	border-color: #6b6b6b;
	border-radius: 3px;
}

#serbestForm textarea {
	background-color : #e2e2e2;
	font-size: 12px;
	width: 210px;
	height: 48px;
	border-color: #6b6b6b;
	border-radius: 3px;
}

.serbestButton{
		background-color: #fdd922;
		border: 1px solid #C5A10F;
		border-radius: 0 2px 2px 0;
		color: #767575 !important;
		padding: 8px 0;
		width: 68px;
		height: 26px;
		text-shadow: none !important;
		font-size: 13px;
		font-weight: 500;
}

.serbestButton:hover {
    color: #686767 !important;
    background-color: #E0BA1F;
    border-color: #A48505;
}

span#sFormGitti {
	display: none;
}

#selectShopTypeContainer {
	width: 100%;
	padding-top: 4px;
	padding-left: 20px;
}

div#selectShopTakviyeContainer {
	width: 100%;
	padding-top: 4px;
	padding-left: 20px;
}

.magazaTakviyeTitle {
	display: table;
  width: 962px;
	padding: 6px 0 6px 2px;
	margin-bottom: 10px;
	color: #fff;
	background: #e27a22;
}

.shopTakviyeContainer1 {
	display:table;
	width: 962px;
	background-color: #FFF9E7;
	border: 1px solid #94774c;
	border-radius: 3px;
	margin-bottom: 4px;
	padding-left: 7px;
}

.sTCContent {
	float: left;
	width: 434px;
}

.sTCContent2 {
	float: left;
	width: 341px;
}

.sTCContent h4 {
	font-size: 22px;
	color: #0158c3;
}

.sTCContent p {
	font-size: 13px;
	color: #003c86;
	text-align: justify;
}

.sTCDisplay {
	float: left;
	margin: 10px 20px 10px 10px;
	width: 206px;
}

.sTCSelect {
	float: left;
	padding-top: 15px;
}

.sTCSPlan1 {
	display:table;
	width: 250px;
	border: 1px solid #c1b398;
	border-radius: 2px;
	line-height: 2em;
	margin-top: 6px;
	padding: 8px 8px 8px 14px;
}

.sTCSPlan1.active, .sTCSPlan2.active {
    background-color: #EDDDAD;
}

.sTCSP1Input {
	display: block;
	float: left;
	margin-top: 3px;
  margin-right: 18px;
}

.sTCSP1Plan {
	display: block;
	float: left;
  margin-right: 10px;
}

.sTCSP1Price {
	display: block;
	float: left;
  /* margin-right: 7px; */
}

.sTCSP1Price span, .sTCSP3Price span {
	font-weight: bold;
	color: #0158c3;
}

.sTCSPlan2 {
	display:table;
	width: 250px;
	border: 1px solid #c1b398;
	border-radius: 2px;
	line-height: 2em;
	margin-top: 6px;
	padding: 8px 8px 8px 14px;
}

.sTCSP2Input {
	display: block;
	float: left;
	margin-top: 3px;
  margin-right: 19px;
}

.sTCSP2Plan {
	display: block;
	float: left;
  margin-right: 64px;
}

.shopTakviyeContainer2 {
	display:table;
	width: 962px;
	background-color: #F2FDE5;
	border: 1px solid #6a6d4c;
	border-radius: 3px;
	margin-bottom: 10px;
	padding-left: 7px;
}

.shopTakviyeContainer3 {
	display:table;
	width: 842px;
	background-color: #FFF9E7;
	border: 1px solid #94774c;
	border-radius: 3px;
	margin-bottom: 4px;
	padding-left: 5px;
}

.shopTakviyeContainer4 {
	display:table;
	width: 842px;
	background-color: #F2FDE5;
	border: 1px solid #6a6d4c;
	border-radius: 3px;
	margin-bottom: 10px;
	padding-left: 5px;
}

.sTCSPlan3 {
	display:table;
	width: 250px;
	border: 1px solid #899A67;
	border-radius: 2px;
	line-height: 2em;
	margin-top: 6px;
	padding: 8px 8px 8px 14px;
}

.sTCSP3Input {
	display: block;
	float: left;
	margin-top: 3px;
  margin-right: 18px;
}

.sTCSP3Plan {
	display: block;
	float: left;
  margin-right: 10px;
}

.sTCSP3Price {
	display: block;
	float: left;
  margin-right: 7px;
}

.sTCSPlan4 {
	display:table;
	width: 250px;
	border: 1px solid #899A67;
	border-radius: 2px;
	line-height: 2em;
	margin-top: 6px;
	padding: 8px 8px 8px 14px;
}

.sTCSP4Input {
	display: block;
	float: left;
	margin-top: 3px;
  margin-right: 19px;
}

.sTCSP4Plan {
	display: block;
	float: left;
  margin-right: 22px;
}

.sTCSPlan3.active, .sTCSPlan4.active {
    background-color: #d4e8bc;
}

#preview, #ongorunum{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

.magazaTakviyeButon {
	float: right;
	margin-right: 34px;
	margin-bottom: 12px;
}

.register-upper-content p a{
	font-size: 18px;
	font-weight: normal;
	color:#005df9;
}

.paymentSelectContainer {
	padding-left: 15px;
	padding-top: 4px;
}

.paymentSelectContainer ul.nav {
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 0;
		float: none;
}

.paymentSelectContainer .nav-tabs>li.active>a, .paymentSelectContainer .nav-tabs>li.active>a:focus, .paymentSelectContainer .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fdd922;
    border: 1px solid #3F51B5;
    border-bottom-color: transparent;
}

.selectTypeContainer {
	width: 718px;
	float:left;
}

.paymentSummaryContainer {
	float:left;
	width: 260px;
	height: 420px;
	border: 1px solid #ddd;
	margin-top: 36px;
}

.paymentSummaryContainer .pSCTitle {
	display: block;
	height: 43px;
  margin: 14px 10px 10px;
	border-bottom: 1px solid #ddd;
}

.pSCTitle h5{
	float:left;
	margin-left:47px;
	font-weight: bold;
}

.pSCTitle img{
	float:left;
	margin-left:10px;
	margin-top: 7px;
}

.pSCAmount {
	display: block;
	height: 150px;
	margin: 0 10px 20px;
}

.pSCCat {
	font-size: 13px;
	font-weight: bold;
	color: #8E1818;
}

.pSCDeger p {
	display: block;
	float:left;
}

.pSCDeger p.feeDesc {
	display: block;
	width: 76%;
}

.pSCDeger p.feeAmount {
	display: block;
	width: 24%;
	font-weight: bold;
	text-align: right;
}

.pSCTotalAmount p {
	display: block;
	float:left;
}

.pSCTotalAmount p.totalDesc {
	display: block;
	width: 56%;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #ddd;
  padding-top: 6px;
}

.pSCTotalAmount p.totalAmount {
	display: block;
	width: 44%;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #ddd;
  padding-top: 6px;
}
.odemeLogo {
	display: block;
	margin-top:10px;
}

.odemeTamamla p {
	display: block;
	float: left;
	margin-top: 30px;
}

#postaceki p.kuralOnay, #bankahavale p.kuralOnay, #bakiyeden p.kuralOnay, #kredikarti p.kuralOnay, #mobilodeme p.kuralOnay {
	padding-top: 5px;
	width: 29%;
	padding-left: 180px;
}

#postaceki p.kuralKabul, #bankahavale p.kuralKabul, #bakiyeden p.kuralKabul, #kredikarti p.kuralKabul, #mobilodeme p.kuralKabul {
	padding-top: 12px;
	width: 36%;
	text-align: left;
}

#postaceki p.kuralKabul a, #bankahavale p.kuralKabul a, #bakiyeden p.kuralKabul a, #kredikarti p.kuralKabul a, #mobilodeme p.kuralKabul a {
	color: #2196f3;
	font-weight: normal;
	text-decoration: none;
}

#postaceki p.kuralKabul a:focus, #bankahavale p.kuralKabul a:focus, #bakiyeden p.kuralKabul a:focus, #kredikarti p.kuralKabul a:focus, #mobilodeme p.kuralKabul a:focus {
	outline: none;
}

#postaceki p.devamButton, #bankahavale p.devamButton, #bakiyeden p.devamButton, #kredikarti p.devamButton, #mobilodeme p.devamButton {
	padding-left: 20px;
	width: 35%;
}

#sozlesmelerKurallar.kurallarText {
	background: #F7F7F7;
  margin: 10px 0;
  padding: 5px;
  clear: both;
}
	
#sozlesmelerKurallar.kurallarText p {
	color: #4a4a4a;
	font-size: 14px;
	text-align: justify;
}

#sozlesmelerKurallar h5 {
	color: #4a4a4a;
	font-weight: bold;
}

#sozlesmelerKurallar a {
	color: #216ece;
	font-size: 12px;
}

.payment-ptt-left-column {
    float: left;
    width: 169px;
    min-height: 250px;
    background: url(img/ptt-logo2.png) no-repeat;
    margin: 51px 0 0 76px;
}

.payment-banka-left-column {
    float: left;
    width: 169px;
    min-height: 250px;
    background: url(img/isbank-logo2.png) no-repeat;
    margin: 51px 0 0 76px;
}

.odemeBilgi1 {
	font-weight: bold;
	color: #0000CC;
}

.orderIp {
	font-weight: bold;
	color: #bd0202 !important;
}

.ypContainer {
    margin: 0 auto;
    padding: 0;
    max-width: 1002px;
}

.ypcTabsNav {
	display: flex;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ypcTabsNav a:hover .ypcTabs{
	background: #0267ae;
}

.ypcTabsNav a:hover .ypcTabs i, .ypcTabsNav a:hover .ypcTabs span{
	color: #fff;
}

.ypcTabsNav div:first-child {
	margin-left: 0;
}

.ypcTabs.is-active {
	display: block;
	float: left;
	width: 140px;
	height: 68px;
	background: #0267ae;
	margin: 0 3px;
	text-align: center;
}

.ypcTabs {
	display: block;
	float: left;
	width: 140px;
	height: 68px;
	background: #B3B3B3;
	margin: 0 3px;
	text-align: center;
}

.ypcTabs i {
	margin-top: 12px;
	margin-bottom: 8px;
  font-size: 20px;
	color: #0267AE;
}

.ypcTabs.is-active i {
	margin-top: 12px;
	margin-bottom: 8px;
  font-size: 20px;
	color: #fff;
}

.ypcTabs i.fa {
	display: inline-block;
}

.ypcTabs span {
	display: block;
	font-size: 16px;
	color: #0267AE;
}

.ypcTabs.is-active span {
	display: block;
	font-size: 16px;
	color: #fff;
}

.yonetimPanelLeftArea {
	float: left;
}

.yonetimPanelRightArea {
	float: left;
	background-color: #f8f8f8;
	margin: 5px;
	width: 790px;
	padding: 0 8px;
	
}

.yonetimPanelHomeArea {
	float: left;
	background-color: #f8f8f8;
	margin: 5px;
	width: 996px;
	padding: 0 8px;
	
}

.ypMenu {
	width: 200px;
}

.ypMenuHead {
	padding: 9px 9px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-size: 12px;
	font-weight: 12px;
  background: #dadce2 url(img/down-arrow.png) center right no-repeat;
  background-position: 174px 10px;
}

p.ypMenuHead:hover, p.ypMenuHead:focus {
	background: #0267ae url(img/down-arrow-white.png) center right no-repeat;
  background-position: 174px 10px;
	color: #fff;
}

.ypMenuBody {
	display:none;
}

.ypMenuBody a {
	padding: 9px 10px 9px 12px;
	cursor: pointer;
  display:block;
  color:#006699;
  background-color:#EFEFEF;
	margin:1px;
	font-size: 11px;
  text-decoration:none;
}

.ypMenuBody a.is-active {
  color:#fff;
  background-color:#0267ae;
}

.ypMenuBody a:hover, .ypMenuBody a:focus {
	background: #0267ae;
	color: #fff !important;
	text-decoration: none !important;
}
.ypMenuBody a:link {
	font-size: 12px;
	font-weight: normal;
}
	
.ypMenuBody a:hover {
  color: #000000;
  text-decoration:underline;
}

.tabSummaryHead {
	padding:10px 0;
}

.tabSummaryCenter {
	margin-top: 40px;
	text-align: center;
}

.tabSummaryCenter p {
	display: block;
	margin-top: 16px;
}

.tabSummaryCenter button a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.threeHead {
	float: left;
	display: block;
	width: 242px;
	height: 134px;
}

.threeHead.one {
	margin-left: 12px;
	background: #f5d2b4;
}

.threeHead.two {
	margin-left: 12px;
	background: #c6deaa;
}

.threeHead.three {
	margin-left: 12px;
	background: #a5bde0;
}

.threeHead.four {
	margin-left: 12px;
	background: #ffeda4;
}

.threeHead.five {
	margin-left: 12px;
	background: #eadfbf;
}

.threeHead.six {
	margin-left: 12px;
	background: #f5d1d1;
}

.threeHead.seven{
	margin-left: 12px;
	background: #cde4e6;
}

.tHBoxHeader {
	height: 30px;
	padding: 10px 10px 0;
}

.tHBoxHeader span {
	font-weight: bold;
	color: #666;
}

.tHBoxHeader span.tHBMini {
	font-size: 12px;
}

.tHBoxContent {
	height: 76px;
	padding: 0 10px;
}
.tHBoxContent span {
	display: block;
	position: relative;
	width: 48%;
	float: left;
	top: -4px;
}

.tHBoxContent span i {
	padding-left: 5px;
}

.tHBoxContent span.summaryNumber {
	text-align: right;
	color: #777;
	top: -20px;
	font-weight: bold;
	font-size: 84px;
	font-family: serif;
}

.tHBoxFooter.one {
	height: 28px;
	background: #ccad93;
}

.tHBoxFooter.two {
	height: 28px;
	background: #a1bb83;
}

.tHBoxFooter.three {
	height: 28px;
	background: #769bd0;
}

.tHBoxFooter.four {
	height: 28px;
	background: #decc84;
}

.tHBoxFooter.five {
	height: 28px;
	background: #dac075;
}

.tHBoxFooter.six {
	height: 28px;
	background: #d49096;
}

.tHBoxFooter.seven {
	height: 28px;
	background: #67b8c5;
}

.tHBoxFooter  span a {
	position: relative;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding-top: 6px;
	padding-left: 10px;
	top: -37px;
}

.tabSummaryHead .fa-4 {
	font-size: 5.6em;
	color: #fff1e4;
	text-shadow: 1.5px 1.5px 1px #ccc;
}

.order-amount {
	text-align: right !important;
	color: #0043ff;
}

.oibm-amount {
	font-weight: bold;
	color: #0043ff;
}

.total-amount {
	text-align: right !important;
	font-weight: bold;
	font-size: 14px !important;
	color: #0043ff;
}

.dbm-alert {
	font-weight: bold;
	color: #CC0000;
}

.order-type {
	font-weight: bold;
	font-size: 11px !important;
	color: #960098;
}

#oibmliste {
	text-align: center;
}

#tummagazalarliste, #dbmliste, #oibmliste, #gaktliste {
	text-align: center;
	font-size: 13px;
}

#tummagazalarliste td.solaYasla {
	text-align: left;
}

div.childRowOibm{
	height: 68px;
	padding: 16px 6px 6px 6px;
  background-color: #E1EFD6;
}

div.childRowOibt{
	height: 124px;
	padding: 16px 6px 6px 6px;
  background-color: #E1EFD6;
}

div.childRowDbm{
	height: 506px;
	padding: 3px 6px 6px 6px;
  background-color: #DDD;
}

.childRowTek{
	text-align: left;
	padding: 4px 0 4px 4px;
}

.ChildRowLabel1{
	float: left;
	width: 126px;
	color: #CC0000;
	line-height: 18px;
}

.ChildRowLabel2{
	float: left;
	width: 164px;
	color: #CC0000;
	line-height: 18px;
}

.childRowValue1{
	float: left;
	line-height: 18px;
}

.numberBubble2 {
	position: absolute;
  width: 20px;
	height: 18px;
	background: url('img/numberBubble.png') no-repeat;
	top: 7px;
	right: 757px;
	color: #fff;
  font-size: 10px;
}

.numberBubble4 {
	position: absolute;
  width: 20px;
	height: 18px;
	background: url('img/numberBubble.png') no-repeat;
	top: 7px;
	right: 472px;
	color: #fff;
  font-size: 10px;
}

.numberBubble6 {
	position: absolute;
  width: 20px;
	height: 18px;
	background: url('img/numberBubble.png') no-repeat;
	top: 7px;
	right: 187px;
	color: #fff;
  font-size: 10px;
}

.numberCircle {
	position: absolute;
  width: 19px;
	height: 19px;
	padding-top: 2px;
	background: url('img/numberCircle.png') no-repeat;
	top: 6px;
	left: 82px;
	color: #000;
  font-size: 10px;
}

.ypMenuCount {
	font-size: 11px;
	color: #086bd2;
}

.ypMenuCount:hover {
	font-size: 11px;
	color: #F8F8F8;
}

.ypMenuCountActive {
	font-size: 11px;
	color: #F8F8F8;
}

div#summary {
	min-height: 310px;
}

div#ypRightArea{
	border: 1px solid #CCC;
	margin: 10px 0;
	background-color: #fff;
}

.ypraBaslik {
	padding: 14px 0 10px 6px;
}

.ypraBaslik span {
	font-size: 13px;
	font-weight: bold;
}

.ypraHeader {
	padding: 10px 6px 36px;
}

.ypraHeader span {
	float: left;
	color: #cc0000;
}

.ypraHeader .ypraTitle {
	font-size: 12px;
}

.ypraHeader .ypraValue {
	display: block;
	padding-left: 10px;
	padding-right: 86px;
	font-size: 12px;
	color: #999;
}

.ypraMesaj {
	border-top: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
	padding: 14px;
}

.ypraMesaj span {
	font-size: 13px;
}

.ypraOnay {
	position: relative;
	left: 498px;
	padding: 13px 20px 19px 0;
}

.ypraOnay div {
	padding: 0 6px;
	float: left;
}

.ypraOnay div input {
	width: 15px;
}

.ypraOnay span {
	font-size: 13px;
	color: #337ab7;
}

.smaHeader {
	padding: 9px 6px 14px;
}

.smaHeader span {
	float: left;
}

.smaHeader .smaTitle {
	font-size: 12px;
}

.smaHeader .smaValue {
	display: block;
	padding-left: 10px;
	padding-right: 86px;
	font-size: 12px;
	color: #999;
}

.smaMesaj {
	padding: 8px 6px;
}

.smaMesaj .smaTitle {
	font-size: 12px;
}

.smaMesaj .smaValue {
	font-size: 12px;
	color: #999;
}

.smaOnay {
	padding: 5px 20px 0 6px;
}

h4.dbm {
	text-align: center;
}

a#magazaSil:link, a#magazaDuzenle:link, a#takviyeAl:link, a#altKullaniciEkle:link, a#iliskiDurumDegistir:link, a#ilanVer:link, a#altKullaniciTerk:link {
	font-size: 14px;
}

.yonetimPanelHomeArea .alert {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 7px;
}

.yonetimPanelHomeArea .alert img {
	padding-right: 10px;
}

#gaktliste td a.link {
	font-size: 13px;
	font-weight: normal;
	color: #3131d2;
	text-decoration: underline;
}

/*  oppo'dan alınan Takviyeler sayfası için */

.reinContainer {
    min-height: 100%;
    height: auto;
    margin-bottom: -346px;
}

.reinContainer main {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    width: 984px;
    zoom: 1;
}

.get-reinforcement {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.reinforcementPageHead {
    padding: 30px 0 20px;
    text-align: center;
}

.reinforcementPageHead h1 {
    font-size: 35px;
    color: #c55353;
    font-weight: bold;
    line-height: 1.4em;
}

.reinforcementPageHead p {
    color: #666;
    font-size: 22px;
    margin-bottom: .8em;
}

.reinforcementCampaign {
    font-family: "Helvetica Neue",Arial,sans-serif;
    height: 274px;
    overflow: hidden;
    margin: -10px 0 20px 0;
    text-align: center;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.reinforcementCampaign .rCHead {
    float: left;
    width: 50%;
    padding: 40px 40px 32px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffe800;
    border: 1px solid #808080;
    border-right: none;
}

.reinforcementCampaign .rCHead h2 {
    font-size: 56px;
    font-weight: bold;
}

.reinforcementCampaign .rCHead h2.rCHTop {
    padding-bottom: 20px;
    border-bottom: 1px solid #aa9b00;
}

.reinforcementCampaign .rCHead h3 {
    margin: 20px 0 10px 0;
    font-size: 28px;
    font-weight: bold;
}

.reinforcementCampaign .rCHead h2.iOrani {
    font-size: 64px;
}

.reinforcementCampaign  .kalanSure {
    position: relative;
    float: left;
    width: 50%;
    height: 274px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    background: #92969e;
    color: #000;
}

.reinforcementCampaign  .kalanSure:before {
    content: '';
    display: inline-block;
    background-image: url(img/kalansure-bg.png);
    width: 492px;
    height: 274px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.reinforcementCampaign  .kalanSure .kSTitle {
    position: absolute;
    top: 70px;
    left: 89px;
    z-index: 1;
    font-size: 23px;
}

.reinforcementCampaign  .kalanSure .geriSayan {
    position: relative;
    top: 107px;
    left: 0;
    z-index: 1;
    font-size: 58px;
    color: #d4d4d4;
}

.reinforcementCampaign  .kalanSure .geriSayan span {
    margin-right: 5px;
    padding: 0 10px;
    letter-spacing: 2px;
    background: #1d1d1d;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.reinforcementCampaign  .kalanSure .geriSayan span:after {
    position: absolute;
    top: 9px;
    right: -20px;
    content: ':';
    font-size: 43px;
    font-family: initial;
    color: #1d1d1d;
    font-weight: bold;
}

.reinforcementCampaign  .kalanSure .geriSayan span:last-child:after {
    display: none;
    content: '';
}

.reinforcementCampaign  .kalanSure .zamanAdi {
    position: absolute;
    z-index: 1;
    top: 197px;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
}

.reinforcementCampaign  .kalanSure .zamanAdi span {
    display: inline-block;
    width: 100px;
    margin-right: 5px;
}

.reinforcementCampaign .kalanSure:after {
    content: '';
    display: inline-block;
    background-image: url(img/al-logo-1.png);
    width: 54px;
    height: 58px;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
}

.reinforcementCampaign:hover {
    cursor: default;
}

.standardReinsList {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}

.standardReinsList.sRLTeklif {
	margin-top: 10px;
}

.standardReinsList h2 {
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    color: #5e7a93;
    font-weight: bold;
}

.standardReinsList h2:before, .standardReinsList h2:after {
    border-top: 1px solid #dbdbdb;
    display: block;
    height: 1px;
    content: '';
    width: 39%;
    position: absolute;
    left: 0;
    top: 1.2em;
}

.standardReinsList h2:after {
    right: 0;
    left: auto;
}

.standardReinsList.sRLTeklif h2:before, .standardReinsList.sRLTeklif h2:after {
    width: 39%;
}

.standardReinsList > ul > li {
    position: relative;
    width: 472px;													/* 452 */
    height: 175px;
    float: left;
    border: 1px solid #d2d2d2;
    margin: 15px 28px 15px 0;
    padding: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, #f3f3f3, #fff);
    background-image: -moz-linear-gradient(top, #f3f3f3, #fff);
    background-image: -o-linear-gradient(top, #f3f3f3, #fff);
    background-image: -ms-linear-gradient(top, #f3f3f3, #fff);
    background-image: linear-gradient(to bottom, #f3f3f3, #fff);
    -webkit-box-shadow: inset 0 0 0 1px #fff, 0 2px 2px -1px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 0 1px #fff, 0 2px 2px -1px rgba(0,0,0,0.1);
    cursor: default;
    -webkit-transition: border-color 0.1s linear, box-shadow 0.1s linear;
    -moz-transition: border-color 0.1s linear, box-shadow 0.1s linear;
    -o-transition: border-color 0.1s linear, box-shadow 0.1s linear;
    -ms-transition: border-color 0.1s linear, box-shadow 0.1s linear;
    transition: border-color 0.1s linear, box-shadow 0.1s linear;
}

.standardReinsList > ul > li.selected {
    border-color: #098aff;
    -webkit-box-shadow: inset 0 0 0 1px #fff, 0 0 0 3px #098aff;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 3px #098aff;
    -webkit-transition: border-color 0.1s linear;
    -moz-transition: border-color 0.1s linear;
    -o-transition: border-color 0.1s linear;
    -ms-transition: border-color 0.1s linear;
    transition: border-color 0.1s linear;
}

.standardReinsList > ul > li:nth-child(even) {
    margin-right: 0;
}

.classyC.standardReinsList > ul > li {
    height: 184px;														/* 175 */
}

.standardReinsList > ul > li.rPBSym:before {
    margin: 18px 29px 0 17px;
    float: left;
}

.standardReinsList > ul > li.reinProBox:before {
    background-image: url(img/rein-symbols.png);
    background-position: 0px 0px;
    width: 90px;
    height: 90px;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.standardReinsList > ul > li.reinProBox:before {
    height: 137px;
}

.standardReinsList > ul > li .viewPlan {
    cursor: pointer;
    float: right;
    letter-spacing: -1px;
    margin: 1px 0 0;
    line-height: 1em;
}

.standardReinsList > ul > li .rPBTitle {
    clear: right;
    height: 17px;
    padding-top: 7px;
    margin: 0 0 10px;
}

.reinContainer input[type="radio"], .safe input[type="checkbox"] {
    margin: 0;
    margin-right: 5px;
    margin-top: 1px \9;
    line-height: normal;
}

.reinContainer  input[type="checkbox"].rPBCheckbox {
    margin: 0;
    margin-top: 1px \9;
    line-height: normal;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 0;
    height: 0;
}

.reinContainer input[type="checkbox"].rPBCheckbox:not(.sRPHide) + label {
    padding-left: 24px;
    position: relative;
    display: inline-block;
    line-height: 16px;
		left: 0;																/* add */
		padding-top: 0;													/* add */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.standardReinsList > ul > li .rPBTitle label {
    font-size: 16px;
    line-height: 18px !important;
    color: #000;
    font-weight: bold;
}

.reinContainer input[type="checkbox"].rPBCheckbox + label:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border: 1px solid #c0c0c0;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.1) inset;
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.1) inset;
    background-color: #fff;
}

.reinContainer input[type="checkbox"].rPBCheckbox + label:before {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-color: #c0c0c0;
}

.mobilind .ctext {
    height: 60px !important;
}

.standardReinsList > ul > li .ctext {
    font-size: 12px;
    color: #666;
    height: 45px;
    margin: 0 0 13px;
}

.stanReinPriceSelect {
    position: relative;
    display: block;
    width: 305px;
    float: left;
}

.stanReinPriceSelect .sRPToggle {
    height: 37px;
    padding: 0 25px 0 11px;
    cursor: pointer;
    line-height: 37px;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    text-decoration: none;
    color: #333;
    -webkit-box-shadow: 1px 2px 0 0 rgba(0,0,0,0.1);
    box-shadow: 1px 2px 0 0 rgba(0,0,0,0.1);
}

.mobilind .stanReinPriceSelect .sRPToggle {
    position: relative;
    height: 47px;
    line-height: 47px;
}

.stanReinPriceSelect .sRPToggle:before {
    display: inline-block;
    content: '';
    position: absolute;
    right: 10px;
    top: 17px;
    background-image: url(img/down-arrow.png);
    background-position: -4641px 0px;
    width: 16px;
    height: 16px;
}

.stanReinPriceSelect .sRPToggle .sRPWeek {
    float: left;
    width: 75px;
}

.mobilind .stanReinPriceSelect .sRPToggle .sRPWeek {
    line-height: 25px;
}

.stanReinPriceSelect .sRPToggle .sRPDisc {
    color: #999;
    float: left;
    width: 85px;
    font-weight: normal;
}

.mobilind .stanReinPriceSelect .sRPToggle .sRPDisc {
    line-height: 25px;
}

.standardReinsList > ul > li .sRPFiyat, .standardReinsList > ul > li .sRPNFiyat {
    font-size: 16px;
    font-weight: bold;
    color: #c55353;
    float: right;
    margin: 0;
    letter-spacing: -1px;
}

.stanReinPriceSelect .sRPToggle .sRPFiyat {
    float: right;
    font-size: 16px;
    color: #c55353;
    margin: 0 10px 0 0;
}

.mobilind .stanReinPriceSelect .sRPToggle .sRPFiyat {
    line-height: 47px;
}

.standardReinsList > ul > li .sRPFiyat sup, .standardReinsList > ul > li .sRPNFiyat sup {
	  font-size: 75%;
    font-weight: bold;
}

.mobilind .sRPMobInfo {
    font-size: 9px;
    color: #fff;
    background: #5f97d1;
    padding: 3px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #437db9;
    font-weight: normal;
    display: inline-block;
    height: 18px;															/* 11 */
    line-height: 10px;
    position: absolute;
    left: 10px;
    bottom: 4px;															/* 5 */
    letter-spacing: normal;
}

.stanReinPriceSelect .rPBSelect {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 303px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 2px 0 0 rgba(0,0,0,0.1);
    box-shadow: 1px 2px 0 0 rgba(0,0,0,0.1);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.stanReinPriceSelect .rPBSelect li {
    height: 56px;
    width: 303px;
    float: left;
    border-bottom: 1px solid #eee;
}

.mobilind .stanReinPriceSelect .rPBSelect li {
    position: relative;
}

.stanReinPriceSelect .rPBSelect li a {
    width: 303px;
    display: table-cell;
    height: 56px;
    font-size: 13px;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
}

.stanReinPriceSelect .rPBSelect li a .sRPWeek {
    font-weight: bold;
    padding-left: 12px;
    display: table-cell;
    vertical-align: middle;
    width: 85px;
}

.mobilind .stanReinPriceSelect .rPBSelect li a .sRPWeek {
    line-height: 25px;
    padding-top: 5px;
    vertical-align: top;
}

.stanReinPriceSelect.rPBSelect li a .sRPDisc {
    color: #999;
    display: table-cell;
    vertical-align: middle;
    width: 90px;
}

.mobilind .stanReinPriceSelect .rPBSelect li a .sRPDisc {
    line-height: 25px;
    padding-top: 5px;
    vertical-align: top;
}

.stanReinPriceSelect .rPBSelect li a .sRPPrice {
    height: 56px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 100px;
}

.stanReinPriceSelect .rPBSelect li a .sRPPrice .sRPFiyat {
    color: #c55353;
    font-size: 16px;
    display: block;
}

.standardReinsList > ul > li .sRPOlder {
    font-size: 14px;
    font-weight: bold;
    color: #c55353;
    float: right;
    margin: 3px 14px 0 0;
    text-decoration: line-through;
    letter-spacing: -1px;
}

.stanReinPriceSelect .rPBSelect li a .sRPPrice .sRPOlder {
    color: #999;
    font-size: 13px;
    display: block;
    clear: both;
    margin-right: 0;
}

.standardReinsList > ul > li .sRPOlder sup {
    top: 0;
    display: inline;
    font-size: 14px;
    font-weight: bold;
}

.mobilind .stanReinPriceSelect .rPBSelect .sRPMobInfo {
    bottom: 10px;
}

.standardReinsList > ul > li .sRPFSuresi {
    font-weight: bold;
    margin: 0;
    font-size: 12px;
    float: left;
    width: 300px;
}

.ng-cloak, .x-ng-cloak, .sRPHide:not(.ng-hide-animate) {
    display: none !important;
}

.standardReinsList > ul > li .sRPFSuresi > span {
    display: inline-block;
    padding-top: 4px;
}

.standardReinsList > ul > li .sRPFiyat, .standardReinsList > ul > li .sRPNFiyat {
    font-size: 16px;
    font-weight: bold;
    color: #c55353;
    float: right;
    margin: 0;
    letter-spacing: -1px;
}

/*  /oppo'dan alınan Takviyeler sayfası için */

.rSWRow {
    margin-left: 2px;
}

.rSWRow:before, .rSWRow:after {
    display: table;
    content: "";
    line-height: 0;
}

.rSWSpan3 {
    position: relative;
		width: 220px;
		float: left;
    min-height: 1px;
    margin-left: 20px;
}

.rSWreinBox {
    opacity: 1;
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.rSWwrap {
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0;
}

.rSWwrap_style1 {
    margin: 0 0 58px 0;
    overflow: visible;
}

figure {
	display: block;
}

.rSWthumbnail {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 5px 20px 10px 0;
}

.rSWthumb, .rSWthumbnail {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.rSWwrap .rSWthumbnail {
    float: none;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0;
}

.rSWwrap_style1 .rSWthumbnail {
    margin: 0 auto;
    width: 170px;
    height: 170px;
    overflow: visible;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.rSWthumbnail a {
    position: relative;
    display: block;
}

.rSWwrap .rSWthumbnail a {
    display: block;
    float: left;
    overflow: hidden;
    border: 8px solid #dddddd;
    text-align: center;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.rSWwrap .rSWthumbnail a {
    display: block;
    float: left;
    overflow: hidden;
    border: 8px solid #DDD;
    text-align: center;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.rSWwrap_style1 .rSWthumbnail a {
    border: none;
    position: relative;
    z-index: 1;
    overflow: visible;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}

.rSWwrap_style1 .rSWthumbnail img {
    width: 100%;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}

.rSWRow img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.rSWwrap h5 {
    margin: 0 0 8px;
    color: #000;
		font: normal 12px/18px Open Sans;
    text-transform: capitalize;
    font-weight: bold;
}

.rSWwrap_style1 .rSWthumbnail a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.rSWwrap_style1 h5 {
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin: -84px 0 0 0;
    padding: 98px 20px 16px 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.rSWRow .btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #99c038;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.rSWRow .btn {
	outline: none;
    font-family: 'Open Sans',sans-serif;
}

.btn-link {
    border: none;
    text-transform: uppercase;
    text-shadow: none;
}

.rSWwrap_style1 .btn-link {
    color: #fff;
    font-size: 15px;
    padding: 18px 30px;
    position: relative;
    z-index: 1;
}

.rSWwrap_color1 h5, .rSWwrap_color1 .btn-link, .rSWwrap_color1 .rSWthumbnail a:after {
    background: #cacabe;
}

.rSWwrap_color2 h5, .rSWwrap_color2 .btn-link, .rSWwrap_color2 .rSWthumbnail a:after {
    background: #9a9a8b;
}

.rSWwrap_color3 h5, .rSWwrap_color3 .btn-link, .rSWwrap_color3 .rSWthumbnail a:after {
    background: #737877;
}

.rSWwrap_color4 h5, .rSWwrap_color4 .btn-link, .rSWwrap_color4 .rSWthumbnail a:after {
    background: #464646;
}

.rSWwrap_color5 h5, .rSWwrap_color5 .btn-link, .rSWwrap_color5 .rSWthumbnail a:after {
    background: #5c8296;
}

.rSWwrap_style1 p {
    background-color: #f0f1f1;
    padding: 9px 12px 21px 16px;
    line-height: 18px;
    margin: 0;
}

.rSWwrap_style1 .btn-link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background-color: #29619b;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.rSWRow:after {
    clear: both;
}

@media (min-width: 768px) and (max-width: 979px) {
	.rSWwrap_style1 .rSWthumbnail{
		width:120px;
		height:120px;
		}
}

.rSWwrap_style1 .rSWthumbnail a:hover:after,.rSWwrap_style1 .rSWthumbnail a:active:after,.rSWwrap_style1 .rSWthumbnail a:focus:after{
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	transform:scale(1.15);
	opacity:1;
	filter:alpha(opacity=100);
}

.rSWwrap_style1 .btn-link:hover,.rSWwrap_style1 .btn-link:active,.rSWwrap_style1 .btn-link:focus{
	color:#fff;
  text-shadow: none;
}

.rSWwrap_style1 .btn-link:hover:after,.rSWwrap_style1 .btn-link:active:after,.rSWwrap_style1 .btn-link:focus:after{
	height:100%;
}

.rSWwrap_style1 .btn-link:hover,.rSWwrap_style1 .btn-link:active,.rSWwrap_style1 .btn-link:focus{
	text-decoration:none;
}

.rSWwrap_style1 p.reinPre{
	display: block;
	position: relative;
	text-align: right;
	padding: 10px 12px 0 16px;
	color: #337ab7;
	font-weight: bold;
	cursor: pointer;
}

.colExp a {
	color: #337ab7;
}


.cd-add-to-cart {
  display: inline-block;
  padding: 1.2em 1.8em;
  background: #2c97de;
  border-radius: 50em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .1em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cd-add-to-cart:hover {
  background: #42a2e1;
}
.cd-add-to-cart:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-cart-container::before {
  /* dark bg layer visible when the cart is open */
  content: '';
  position: fixed;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.cd-cart-container.cart-open::before {
  opacity: 1;
  visibility: visible;
}

.cd-cart-trigger,
.cd-cart {
  position: fixed;
  bottom: 20px;
  right: 5%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: transform;
  backface-visibility: hidden;
}
.empty .cd-cart-trigger, .empty
.cd-cart {
  /* hide cart */
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
}
@media only screen and (min-width: 1170px) {
  .cd-cart-trigger,
  .cd-cart {
    bottom: 40px;
  }
}

.cd-cart-trigger {
  /* button that triggers the cart content */
  z-index: 3;
  height: 72px;
  width: 72px;
  /* replace text with image */
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
.cd-cart-trigger::after, .cd-cart-trigger::before {
  /* used to create the cart/'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
  background: url(img/cd-icons-cart-close.svg) no-repeat 0 0;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s, -webkit-transform .2s;
}
.cd-cart-trigger::after {
  /* 'X' icon */
  background-position: -72px 0;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.cart-open .cd-cart-trigger::before {
  opacity: 0;
}
.cart-open .cd-cart-trigger::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.cd-cart-trigger .count {
  /* number of items indicator */
  position: absolute;
  top: -10px;
  right: -10px;
  height: 28px;
  width: 28px;
  background: #e94b35;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50%;
  text-indent: 0;
  -webkit-transition: -webkit-transform .2s .5s;
  transition: -webkit-transform .2s .5s;
  transition: transform .2s .5s;
  transition: transform .2s .5s, -webkit-transform .2s .5s;
}
.cd-cart-trigger .count li {
  /* this is the number of items in the cart */
  position: absolute;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.cd-cart-trigger .count li:last-of-type {
  visibility: hidden;
}
.cd-cart-trigger .count.update-count li:last-of-type {
  -webkit-animation: cd-qty-enter .15s;
          animation: cd-qty-enter .15s;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
}
.cd-cart-trigger .count.update-count li:first-of-type {
  -webkit-animation: cd-qty-leave .15s;
          animation: cd-qty-leave .15s;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
}
.cart-open .cd-cart-trigger .count {
  -webkit-transition: -webkit-transform .2s 0s;
  transition: -webkit-transform .2s 0s;
  transition: transform .2s 0s;
  transition: transform .2s 0s, -webkit-transform .2s 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.empty .cd-cart-trigger .count {
  /* fix bug - when cart is empty, do not animate count */
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.cd-cart-trigger:hover + div .wrapper {
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}
.cart-open .cd-cart-trigger:hover + div .wrapper {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
}

.cd-cart {
  /* cart content */
  z-index: 2;
  width: 90%;
  max-width: 440px;
  height: 400px;
  max-height: 90%;
  pointer-events: none;
}
.cd-cart .wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  height: 72px;
  width: 72px;
  border-radius: 6px;
  -webkit-transition: height .4s .1s, width  .4s .1s, box-shadow .3s;
  transition: height .4s .1s, width  .4s .1s, box-shadow .3s;
  -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
          transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
  background: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
  pointer-events: auto;
}
.cd-cart header, .cd-cart footer {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
}
.cd-cart header, .cd-cart .cc-body {
  opacity: 0;
}
.cd-cart header {
  top: 0;
  border-radius: 6px 6px 0 0;
  padding: 0 1.4em;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  -webkit-transition: opacity .2s 0s;
  transition: opacity .2s 0s;
  border-bottom: 1px solid #e6e6e6;
}
.cd-cart header::after {
  clear: both;
  content: "";
  display: block;
}
.cd-cart footer {
  bottom: 0;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cd-cart h2 {
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.cd-cart .undo {
  float: right;
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
  color: #808b97;
}
.cd-cart .undo a {
  text-decoration: underline;
  color: #2b3e51;
}
.cd-cart .undo a:hover {
  color: #2c97de;
}
.cd-cart .undo.visible {
  opacity: 1;
  visibility: visible;
}
.cd-cart .checkout {
  display: block;
  height: 72px;
  line-height: 72px;
  margin-right: 72px;
  background: #2c97de;
  color: rgba(255, 255, 255, 0);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-transition: all .2s 0s;
  transition: all .2s 0s;
}
.cd-cart .checkout:hover {
  background: #399ee0;
}
.cd-cart .checkout em {
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: -webkit-transform 0s .2s;
  transition: -webkit-transform 0s .2s;
  transition: transform 0s .2s;
  transition: transform 0s .2s, -webkit-transform 0s .2s;
}
.cd-cart .checkout em::after {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: '';
  height: 24px;
  width: 24px;
  background: url(img/cd-icon-arrow-next.svg) no-repeat center center;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.cd-cart .cc-body {
  position: relative;
  z-index: 1;
  height: calc(100% - 40px);
  padding: 20px 0 10px;
  margin: 40px 0 10px 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.cd-cart .cc-body ul {
  overflow: hidden;
  /*padding: 0 1em;*/
  position: relative;
  padding-bottom: 90px;
}
.cd-cart .cc-body li {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(80px);
      -ms-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: opacity 0s .2s, -webkit-transform 0s .2s;
  transition: opacity 0s .2s, -webkit-transform 0s .2s;
  transition: opacity 0s .2s, transform 0s .2s;
  transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;
}
.cd-cart .cc-body li::after {
  clear: both;
  content: "";
  display: block;
}
.cd-cart .cc-body li:not(:last-of-type) {
  margin-bottom: 20px;
}
.cd-cart .cc-body li.deleted {
  /* this class is added to an item when it is removed form the cart */
  position: absolute;
  left: 1.4em;
  width: calc(100% - 2.8em);
  opacity: 0;
  -webkit-animation: cd-item-slide-out .3s forwards;
          animation: cd-item-slide-out .3s forwards;
}
.cd-cart .cc-body li.deleted.undo-deleted {
  /* used to reinsert an item deleted from the cart when user clicks 'Undo' */
  -webkit-animation: cd-item-slide-in .3s forwards;
          animation: cd-item-slide-in .3s forwards;
}
.cd-cart .cc-body li.deleted + li {
  -webkit-animation: cd-item-move-up-mobile .3s;
          animation: cd-item-move-up-mobile .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.cd-cart .cc-body li.undo-deleted + li {
  -webkit-animation: cd-item-move-down-mobile .3s;
          animation: cd-item-move-down-mobile .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.cd-cart .product-image {
  display: inline-block;
  float: left;
  /* the image height determines the height of the list item - in this case height = width */
  width: 50px;
}
.cd-cart .product-image img {
  display: block;
}
.cd-cart .product-details {
  position: relative;
  display: inline-block;
  float: right;
  width: calc( 100% - 50px);
  padding: 0.3em 0 0 0.5em;
}
.cd-cart .product-details::after {
  clear: both;
  content: "";
  display: block;
}
.cd-cart h3, .cd-cart .price {
  font-size: 16px;
	font-weight: bold;
}

.prTable h3 a {
  color: #2b3e51;
	font-size: 1.6rem;
}
.prTable h3 a:hover {
  color: #2c97de;
}

.cd-cart .actions {
  font-size: 1.4rem;
  height: 1.6em;
  line-height: 1.6em;
}
.cd-cart .actions::after {
  clear: both;
  content: "";
  display: block;
}
.cd-cart .delete-item, .cd-cart .quantity {
  float: left;
  color: #de2626;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-cart .delete-item {
  margin-left: 1.4em;
}
.cd-cart .delete-item:hover {
  color: #e94b35;
}
.cd-cart .quantity label {
  display: inline-block;
  margin-right: .3em;
}
.cd-cart .select {
  position: relative;
}
.cd-cart .select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  background: url(img/cd-icon-select.svg) no-repeat center center;
  pointer-events: none;
}
.cd-cart select {
  position: relative;
  padding: 0 1em 0 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  margin: 0;
  color: #808b97;
}
.cd-cart select:focus {
  outline: none;
  color: #2b3e51;
  box-shadow: 0 1px 0 currentColor;
}
.cd-cart select::-ms-expand {
  /* hide default select arrow on IE */
  display: none;
}
.cart-open .cd-cart .wrapper {
  height: 100%;
  width: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.cart-open .cd-cart header, .cart-open .cd-cart .cc-body {
  opacity: 1;
}
.cart-open .cd-cart header {
  -webkit-transition: opacity .2s .2s;
  transition: opacity .2s .2s;
}
.cart-open .cd-cart .cc-body {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.cart-open .cd-cart .cc-body li {
  -webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
  transition: opacity .3s .2s, -webkit-transform .3s .2s;
  transition: transform .3s .2s, opacity .3s .2s;
  transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.cart-open .cd-cart .cc-body li:nth-of-type(2) {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}
.cart-open .cd-cart .cc-body li:nth-of-type(3) {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
.cart-open .cd-cart .cc-body li:nth-of-type(4), .cart-open .cd-cart .cc-body li:nth-of-type(5) {
  -webkit-transition-duration: .55s;
          transition-duration: .55s;
}
.cart-open .cd-cart .checkout {
  color: #ffffff;
  -webkit-transition: color .2s .3s;
  transition: color .2s .3s;
	cursor: pointer;
}
.cart-open .cd-cart .checkout em {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: padding .2s 0s, -webkit-transform .2s .3s;
  transition: padding .2s 0s, -webkit-transform .2s .3s;
  transition: transform .2s .3s, padding .2s 0s;
  transition: transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s;
}
.cart-open .cd-cart .checkout:hover em {
  padding-right: 30px;
}
.cart-open .cd-cart .checkout:hover em::after {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-cart .cc-body li:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .cd-cart .cc-body li.deleted + li {
    -webkit-animation: cd-item-move-up .3s;
            animation: cd-item-move-up .3s;
  }
  .cd-cart .cc-body li.undo-deleted + li {
    -webkit-animation: cd-item-move-down .3s;
            animation: cd-item-move-down .3s;
  }
  .cd-cart .checkout {
    font-size: 2.4rem;
  }
  .cd-cart .product-image {
    width: 90px;
  }
  .cd-cart .product-details {
    padding: 0.2em 0 0 0;
    width: 400px;
  }
  .prTable h3, .cd-cart .price {
    font-size: 15px;
		margin: 0;
  }
}

.prTable {
	width: 416px;
	margin-left: 14px;
	font-size: 13px;
}

.prTable div {
	float: left;
}

.prTable .prUrun {
	width: 43%;
}

.prTable .prCat {
	width: 28%;
}

.prTable .prPrice {
	width: 19%;
	text-align: right;
}

.prTable .prIslem {
	width: 10%;
}

.pSCCategorie {
	font-size: 10px;
	color: #0076dc;
	text-transform: uppercase;
}

.btn.btn-new {
    display: inline-block;
    padding: 2px 8px;
    margin-bottom: 0;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group .btn-new .short {
    text-align: left;
    display: inline-block;
    width: 36px !important;
		font-size: 12px;
}

.btn-group a:hover {
		font-size: 12px;
}

.ilanverWrapper h4 {
    margin: 21px 0 10px 12px;
    font-size: 18px;
    font-weight: bold;
    zoom: 1;
}

.ilanverContainer, .bilgilerContainer {
    border: 1px solid #dfdfdf;
    clear: left;
    zoom: 1;
		margin: 0 10px;
    padding: 30px 40px;
    border-radius: 4px;
    background-color: #f8f8f8;
    position: relative;
    z-index: 100;
}

.classifiedsFormThumb {
    padding: 30px 40px;
}

.classifiedsFormThumb dl dd {
	margin-bottom: 0;
	line-height: 25px;
	clear: both;
	float: none;	
}

.ilanverBreadcrumb {
	color: #61a214;
}

.classifiedsFormThumb dl .ilanverBreadcrumb ul {
  display: inline;
	padding-left: 0;
}

.classifiedsFormThumb dl .ilanverBreadcrumb li {
	display: inline;
	font-weight: bold;
}

.classifiedsFormThumb dl .ilanverBreadcrumb li:first-child:before {
    content: '';
    padding: 0;
}

.classifiedsFormThumb dl .ilanverBreadcrumb li:before {
	content: ' > ';
	padding: 0 12px;
}

.ilanverBreadcrumb a {
	font-size: 12px;
	padding-left: 46px;
	outline: none;
	color: #5154b3;
	font-weight: normal;
	cursor: pointer;
}

.classifiedsFormThumb dl dt {
	/* padding-top: 10px; */
	padding-bottom: 4px;
	position: relative;
	z-index: 100;
}

.classifiedsFormThumb dl dt.categoriet {
	padding-top: 3px;
  padding-bottom: 0px;
}

.classifiedsFormThumb dl dt.breadRow, .classifiedsFormThumb dl dd .priceRow {
  border-top: 1px solid #d4d4d4;
	width: 900px;
}

.classifiedsFormThumb dl dt.breadRow:before, .classifiedsFormThumb dl dd .priceRow:before, .hiddenTradeRow h4:before {
    border-top: 1px solid #fff;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.classifiedsInfo .required:after, .ilanSecenekler .ilanSeceneklerBaslik strong:after {
    content: '*';
    display: inline-block;
    color: #f00;
    font-size: 12px;
    margin-left: 5px;
}

.classifiedsFormThumb dl dd .classifiedsLongTextInput[type=text] {
    border: 1px solid #c0c0c0;
    width: 790px;
    margin: 0 10px 5px 0;
    padding: 10px;
    font-size: 16px;
}

.classifiedsFormThumb dl dd .classifiedsStdTextInput[type=text] {
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	width: 300px;
	margin: 0 10px 5px 0;
	padding: 4px;
	font-size: 13px;
}

.classifiedsFormThumb dl dd .classifiedsStdTextInput[type=text].textInput2 {
	float: left;
}

.classifiedsFormThumb dl dd .classifiedsMapSearchTextInput[type=text] {
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	width: 162px;
	margin: 0 10px 5px 0;
	padding: 3px;
	font-size: 14px;
	float: left;
}

.classifiedsFormThumb dl dd .classifiedsShortSelectInput {
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	width: 75px;
	margin: 0 10px 5px 0;
	padding: 8px;
	font-size: 13px;
}

.classifiedsFormThumb dl dd .classifiedsStdSelectInput {
	display: block;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	width: 300px;
	margin: 0 10px 5px 0;
	padding: 8px;
	font-size: 13px;
}

.classifiedsFormThumb dl dd.ddHeight {
	height: 50px;
}

.ilanBaslik .tooltips {
    position: absolute;
    right: 9.6em;
    top: 13em;
    width: 22px;
    height: 22px;
    background: url(img/question-mark.png) no-repeat scroll 0 0;
}

.ilanBaslik .tooltips .tooltipContent {
    width: 350px;
    margin-left: -390px;
    margin-top: -52px;
		z-index: 200;
}

.ddTtip .tooltips {
   position: relative;
  left: 26.3em;
    top: -2.9em;
    width: 22px;
    height: 22px;
    background: url(img/question-mark.png) no-repeat scroll 0 0;
}

.ddTtip.ilanFiyat .tooltips {
   position: relative;
  left: 33.3em;
    top: -2.9em;
    width: 22px;
    height: 22px;
    background: url(img/question-mark.png) no-repeat scroll 0 0;
}

.ddTtip .tooltips .tooltipContent {
    width: 350px;
    margin-left: -328px;
    margin-top: -60px;
		z-index: 200;
}

.ilanBaslik .tooltips .tooltipContent h4, .ddTtip .tooltips .tooltipContent h4 {
	margin-left: 0;
  font-size: 15px;
}

.ilanSecenekler .ilanSeceneklerBaslik {
    display: block;
    padding: 15px 11px;
    border: 1px solid #c0c0c0;
    background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 60%, #efefef 100%);
    background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 60%, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0%, #f5f5f5 60%, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f5f5f5 60%, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0%, #f5f5f5 60%, #efefef 100%);
    border-radius: 2px;
    z-index: 100;
    position: relative;
    -webkit-box-shadow: 3px 3px 4px #dfdfdf;
    box-shadow: 3px 3px 4px #dfdfdf;
    cursor: pointer;
}

.ilanSecenekler .ilanSeceneklerBaslik:before {
    border: 1px solid #fff;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.ilForm input[type="radio"].swRadio, .ilForm input[type="radio"].flatRadio, .ilForm input[type="checkbox"].swCheckbox, .ilForm input[type="checkbox"].flatCheckbox {
    margin: 0;
    margin-top: 1px \9;
    line-height: normal;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 0;
    height: 0;
}

.ilanSecenekler label.ilanSeceneklerBaslik {
	left: 0;
}

.ilanSecenekler label {
	/*left: 0;*/
  /*background: #ededed;*/
	margin-bottom: 0;
	color: #000;
}

.ilanSecenekler .ilanSeceneklerBaslik strong {
    color: #1064bc;
    font-size: 14px;
    font-weight: bold;
}

.ilanSecenekler .ilanSeceneklerBaslik strong:after {
    position: relative;
    top: -2px;
}

.ilanSecenekler ul {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: max-height 0.1s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: max-height 0.1s ease-in-out, box-shadow 0.1s linear;
    -o-transition: max-height 0.1s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: max-height 0.1s ease-in-out, box-shadow 0.1s linear;
    transition: max-height 0.1s ease-in-out, box-shadow 0.1s linear;
    max-height: 0;
}

.ilanSecenekler ul {
    padding: 20px 5px 42px 25px;
    border: 1px solid #d7d7d7;
    border-radius: 0 0 2px 2px;
}

.ilanSecenekler ul.ilanSecenekler1Rows {
    min-height: 63px;
}

.ilanSecenekler ul.ilanSecenekler2Rows {
    min-height: 99px;
}

.ilanSecenekler ul.ilanSecenekler3Rows {
    min-height: 135px;
}

.ilanSecenekler ul.ilanSecenekler4Rows {
    min-height: 171px;
}

.ilanSecenekler ul.ilanSecenekler5Rows {
    min-height: 207px;
}

.ilanSecenekler ul.ilanSecenekler6Rows {
    min-height: 243px;
}

.ilanSecenekler ul.ilanSecenekler7Rows {
    min-height: 278px;
}

.ilanSecenekler ul.ilanSecenekler8Rows {
    min-height: 313px;
}

.ilanSecenekler ul.ilanSecenekler9Rows {
    min-height: 348px;
}

.ilanSecenekler ul.ilanSecenekler10Rows {
    min-height: 383px;
}

.ilanSecenekler ul.ilanSecenekler11Rows {
    min-height: 414px;
}

.ilanSecenekler ul.ilanSecenekler14Rows {
    min-height: 515px;
}

.ilanSecenekler ul li:not(.ilanSeceneklerInput) {
    color: #000;
    font-weight: normal;
    padding: 1px 0 1px 0;
    margin-bottom: 8px;
    float: left;
    width: 218px;
}

.ilanSecenekler ul li:not(.ilanSeceneklerInput) input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.ilanSecenekler ul li:not(.ilanSeceneklerInput) label {
	position: relative;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

.ilForm input[type="radio"].swRadio:not(.swHide) + label, .ilForm input[type="checkbox"].swCheckbox:not(.swHide) + label {
    padding-left: 24px;
		padding-top: 0;
		color: #000;
    position: relative;
    display: inline-block;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ilForm input[type="radio"].swRadio:not(.swHide) + label:before, .ilForm input[type="checkbox"].swCheckbox:not(.swHide) + label:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border: 1px solid #c0c0c0;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.1) inset;
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.1) inset;
    background-color: #fff;
}

.ilForm input[type="checkbox"].swCheckbox:not(.swHide) + label:before {
    border-radius: 2px;
    border-color: #c0c0c0;
}

.ilanSecenekler ul .ilanSeceneklerInput {
    position: absolute;
    padding: 1px 8px 1px 16px;
    bottom: 6px;
    left: 0;
    width: calc(100% - 48px);
}

.ilForm .btn {
    display: inline-block;
    padding: 9px 22px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #437db9;
    border-radius: 2px;
    color: #fff;
    background-color: #437db9;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, #6198d3, #437db9);
    background-image: -moz-linear-gradient(top, #6198d3, #437db9);
    background-image: -o-linear-gradient(top, #6198d3, #437db9);
    background-image: -ms-linear-gradient(top, #6198d3, #437db9);
    background-image: linear-gradient(to bottom, #6198d3, #437db9);
    text-shadow: 1px 1px 0 #29619b;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 2px 2px -1px #d9d9d9;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 2px 2px -1px #d9d9d9;
    line-height: 1.3em;
}

.ilForm .btn-renove, .ilForm .ilanverSaveInput, .ilForm .ilanverDeleteInput {
    border: 1px solid #c0c0c0;
    -webkit-box-shadow: inset 0 0 0 1px #fff, 0 2px 2px -1px rgba(0,0,0,0.15);
    box-shadow: inset 0 0 0 1px #fff, 0 2px 2px -1px rgba(0,0,0,0.15);
    color: #1064bc;
    background-color: #efefef;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, #fff, #efefef);
    background-image: -moz-linear-gradient(top, #fff, #efefef);
    background-image: -o-linear-gradient(top, #fff, #efefef);
    background-image: -ms-linear-gradient(top, #fff, #efefef);
    background-image: linear-gradient(to bottom, #fff, #efefef);
    text-shadow: none;
}

.ilForm .btn-renove {
    padding: 6px 16px;
    vertical-align: top;
}

.ilForm .btn-renove.disabled, .ilForm .ilanverSaveInput.disabled, .ilForm .ilanverDeleteInput.disabled, .ilForm .btn-renove[disabled], .ilForm .ilanverSaveInput[disabled], .ilForm .ilanverDeleteInput[disabled] {
    cursor: default;
    color: #999;
    background: #eee;
    border-color: #c0c0c0;
}

.ilanSecenekler ul .ilanSeceneklerInput .btn {
    float: right;
    position: relative;
    top: -10px;
}

.photoAlert {
	font-size: 11px;
	font-weight: normal;
	color: #45b5ab;
	margin-bottom: 10px;
}

.iletisimBilgileriBox.bireysel {
    padding: 30px 70px 0;
}

.iletisimBilgileriBox.bireysel h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 18px 20px 35px 0;
}

.iletisimBilgileriBox.bireysel ul {
    width: 100%;
    position: relative;
}

.iletisimBilgileriBox.bireysel ul li {
	/*position: relative;*/
	display: inline;
	margin: 0 10px;
	width : 340px;
}

.iletisimBilgileriBox.bireysel ul li.active:before {
    border-bottom-color: #e8e8e8;
    border-width: 16px;
}

.iletisimBilgileriBox.bireysel ul li span {
	position: relative;
	margin-left: 12px;
	font-size: 15px;
	color: #000;
  cursor: pointer;
}

.iletisimBilgileriBox.bireysel ul li input[type="radio"].swRadio:not(.swHide) + span, .iletisimBilgileriBox.bireysel input[type="checkbox"].swCheckbox:not(.swHide) + span {
    padding-left: 24px;
    position: relative;
    display: inline-block;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.iletisimBilgileriBox.bireysel input[type="radio"].swRadio:checked + span:after {
    content: '';
    background-color: #da8016;
    display: inline-block;
    position: absolute;
    border: 1px solid #da8016;
    border-color: #da8016;
    border-radius: 6px;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 4px;
}

.iletisimBilgileriBox.bireysel .numberView {
    max-height: 100%;
    width: 470px;
    margin: 20px auto 46px auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    position: relative;
    color: #4a4a4a;
}

.iletisimBilgileriBox.bireysel .numberView .telNumber div {
    border-bottom: 1px solid #e4e4e4;
    width: 400px;
    padding: 13px 0;
}

.iletisimBilgileriBox.bireysel .numberView .telNumber div:last-child {
    border-bottom: none;
}

.iletisimBilgileriBox.bireysel .numberView .telNumber div span {
    display: block;
    float: left;
    width: 150px;
		font-size: 14px;
		color: #948e8e;
}

.iletisimBilgileriBox.bireysel .numberView .telNumber div span.nVTNChange {
		font-size: 13px;
		color: #5154b3;
		cursor: pointer;
}

.iletisimBilgileriBox.bireysel .numberView .changeIletisimBilgileri {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    background-color: rgba(255,255,255,0.92);
    -webkit-transition: background-color 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -moz-transition: background-color 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -o-transition: background-color 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -ms-transition: background-color 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: background-color 0.8s ease-in-out, opacity 0.8s ease-in-out;
    text-align: center;
}

.iletisimBilgileriBox.bireysel .numberView .changeIletisimBilgileri div {
    position: relative;
    top: calc(50% - 40px);
}

.classifiedsInfo h2 {
    margin: 44px 0 7px 0;
    font-size: 18px;
    font-weight: bold;
    zoom: 1;
}

.iletisimBilgileriBox.bireysel .numberView .changeIletisimBilgileri div h2 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 20px;
}

.iletisimBilgileriBox.bireysel .numberView .changeIletisimBilgileri div p {
		margin: -12px 0 20px;
    font-size: 12px;
    line-height: 20px;
}

.classifiedsInfo h2:before, .classifiedsInfo h2:after {
    display: table;
    content: "";
    zoom: 1;
}

.nVTNChange-buttons {
    text-align: right;
    margin: 0;
}

.iletisimBilgileriBox.bireysel .numberView .changeIletisimBilgileri div .nVTNChange-buttons {
    display: inline;
}

.ilForm .btn-change {
    padding: 4px 14px;
    vertical-align: top;
		font-size: 12px;
}

.ilForm .btn-white {
    display: inline-block;
    border: 1px solid #a7afb7;
    border-radius: 2px;
    color: #425c8c;
    background-color: #437db9;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, #6198d3, #437db9);
    background-image: -moz-linear-gradient(top, #6198d3, #437db9);
    background-image: -o-linear-gradient(top, #6198d3, #437db9);
    background-image: -ms-linear-gradient(top, #6198d3, #437db9);
    background-image: linear-gradient(to bottom, #ffffff, #d8dbde);
    text-shadow: 1px 1px 0 #c7d3e0;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 2px 2px -1px #d9d9d9;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 2px 2px -1px #d9d9d9;
    line-height: 1.3em;
}

.ilForm .btn-change:hover {
    color: #ccc;
		font-size: 12px;
}

.ilForm .btn-white:hover {
	  color: #6198d3;
		font-size: 12px;
}

.iletisimBilgileriBox.bireysel .numberView .chTelephoneForm {
	    width: 100%;
    /*height: 100%;*/
    background-color: rgba(255,255,255,0.92);
    -webkit-transition: background-color 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -moz-transition: background-color 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -o-transition: background-color 0.8s ease-in-out, opacity 0.8s ease-in-out;
    -ms-transition: background-color 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: background-color 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

.iletisimBilgileriBox.bireysel .numberView .chTelephoneForm div {
    line-height: 26px;
    padding: 3px 8px;
}

.iletisimBilgileriBox.bireysel .numberView .chTelephoneForm div span {
	float: left;
    width: 150px;
    display: inline-block;
		font-size: 14px;
}

.iletisimBilgileriBox.bireysel .numberView .chTelephoneForm div.nVTNisim input[type=text].adiniz {
	float: left;
	font-size: 14px;
	margin-right: 5px;
	width: 83px;
	height: 12px;
	line-height: 16px;
	padding: 12px 6px;
	border: 1px solid #c0c0c0;
	border-radius: 2px;
}

.iletisimBilgileriBox.bireysel .numberView .chTelephoneForm div.nVTNisim input[type=text].nVTPhone {
	/*float: left;*/
	font-size: 14px;
	margin-right: 5px;
	width: 171px;
	height: 12px;
	line-height: 16px;
	padding: 12px 6px;
	border: 1px solid #c0c0c0;
	border-radius: 2px;
}

.iletisimBilgileriBox.bireysel .numberView .chTelephoneForm div.nVTNisim input[type=text].ceiPhone {
	/*float: left;*/
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	width: 140px;
	height: 12px;
	line-height: 16px;
	padding: 12px 6px;
	border: 1px solid #c0c0c0;
	border-radius: 2px;
}

.classifiedsFormOkayThumb {
    padding: 29px 40px 50px;
}

.classifiedsFormOkayThumb p {
	float: left;
}

.classifiedsFormOkayThumb p.kuralOnay {
	margin-left: 490px;
}

.classifiedsFormOkayThumb p.kuralKabul {
	margin-top: 8px;
	margin-left: 10px;
}

.classifiedsFormOkayThumb p.devamButton {
	margin-left: 33px;
	margin-top: -7px;
}

.classifiedsFormThumb .btn-primary:hover {
	background-color: #ccc000;
	background-position:0 0;
	color: #ccc;
}

label[id*="-error"] {
	display: inline;
  color: #CF0000;
  font-size: 11px;
  font-family: Helvetica,Arial,sans-serif;
  top: -9px;
}

.fieldset label {
    position: relative;
    -webkit-transform: translateY(6px);
    left: 3px;
}

.input-text.error, .input-select.error, .input-textarea.error, .input-check.error {
  border-color: #C24949 !important;
	background: #FDF1F1;
}

.konumBul {
	float: left;
}

.telViewLabel {
	text-decoration: underline;
}

.telView {
	font-size: 13px;
}

.telView a.coverLinkActive {
	font-size: 12;
  font-weight: normal;
  text-decoration: underline;
	color: #337AB7;
	cursor: pointer;
}

.telView a.coverLinkPassive {
	font-size: 12;
  font-weight: normal;
	color: #bbbaba;
	cursor: default;
	pointer-events: none;
  text-decoration: none;
}

.telViewText {
	font-size: 13px;
	color: #CC0000;
}

.coverView div {
	float: left;
}

.coverPhotoText {
	font: 12px "Lucida Grande",Arial,sans-serif;
	padding-left: 8px;
}

.dfCoverTable td {
	display: inline-block;
	margin: 4px;
	width: 150px;
	height: 90px;
	border: 1px solid #ccc;
	padding: 4px;
}

.dfCoverTable td img{
	margin-bottom: 12px;
}

.dfCoverTable td a{
	text-decoration: none;
	font-weight: normal;
}

.dfCoverTable td span{
	font-size: 12px;
	color: #6079a5;
	padding-left: 24px;
}

/* detay page css */

.roaming {
	margin-right: 12px;
  margin-left: 12px;
}

.page-header {
    background-color: #E6E6E6;
    height: 32px;
    padding: 7px 12px;
}

.page-header {
    padding-bottom: 17px;
    border-bottom: 1px solid #f5f5f5;
}

.header2 {
    margin: 0!important;
}

.detay-breadcrumb {
    height: 18px;
    float: left;
}

.detay-breadcrumb ul {
    margin: auto;
    overflow: hidden;
    zoom: 1;
		font-size: 12px;
		padding-left: 14px;
    line-height: 1.6;
    margin-bottom: 17px;
    list-style-position: outside;
}

.detay-breadcrumb ul li {
    float: left;
    padding-right: 15px;
    list-style: none;
}

.detay-breadcrumb ul li a {
    color: #00339f;
    padding-left: 10px;
    background: url(img/icons2.png) 1px -915px no-repeat;
    font-size: 11px;
}

.page-header h5 {
		font-size: 16px;
		font-weight: bold;
    margin: 0px;
    text-decoration: none!important;
    color: #7A0F0B;
}

.detay-title {
    height: 46px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    zoom: 1;
    color: #333;
}

.detay-title:before, .detay-title:after {
    display: table;
    content: "";
    zoom: 1;
}

.detay-title h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    color: #333;
    height: 18px;
    float: left;
    display: table;
    max-width: 710px;
}

.detay-event {
    zoom: 1;
    width: 310px;
    float: right;
    margin-top: 5px;
    list-style: none;
}

.detay-title .detay-event:before, .detay-title .detay-event:after {
    display: table;
    content: "";
    zoom: 1;
}

.detay-title .detay-event:after {
    clear: both;
}

.detay-title .detay-event li {
    padding-top: 7px;
    float: right;
    margin-left: 12px;
}

.detay-title .detay-share {
    background: url(img/icons2.png) 0 -45px no-repeat;
}

.detay-title .detay-print {
    background: url(img/icons2.png) 0 -71px no-repeat;
}

.detay-title .detay-favorite {
    background: url(img/icons2.png) 0 -23px no-repeat;
}

.detay-title .detay-event a {
    display: inline-block;
    padding-left: 17px;
    color: #00339f;
    font-size: 11px;
    height: 18px;
}

.classifiedContent {
    zoom: 1;
    position: relative;
    margin: 0!important;
}

.roaming [class*="span"] {
    display: block;
    width: 100%;
    min-height: 426px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
}

.roaming .span12 {
    width: 99.99999998999999%;
		padding-bottom: 30px;
}

.roming .span6 {
	margin: 0!important;
  width: 48.93617020799999%;
}

.classifiedColumn1:before, .classifiedColumn1:after {
    display: table;
    content: "";
    zoom: 1;
}

.detay-MainPhoto {
    width: 480px;
    height: 360px;
    overflow: hidden;
    position: relative;
    z-index: 7;
		text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.detay-MainPhoto img {
    max-width: 100%;
	height: auto;
}

.detay-xlimage {
    padding-top: 9px;
    height: 34px;
    border-bottom: 1px solid #d7d7d7;
    background-color: #ededed;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#fefefe,#ededed);
    background-image: -ms-linear-gradient(top,#fefefe,#ededed);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#ededed));
    background-image: -webkit-linear-gradient(top,#fefefe,#ededed);
    background-image: -o-linear-gradient(top,#fefefe,#ededed);
    background-image: linear-gradient(top,#fefefe,#ededed);
    width: 480px;
    zoom: 1;
    text-shadow: 1px 1px 0 #fff;
    list-style: none;
    margin: 0!important;
}

.detay-xlimage:before, .detay-xlimage:after {
    display: table;
    content: "";
    zoom: 1;
}

.detay-xlimage a {
    font-weight: bold;
    color: #000;
    padding-left: 10px;
}

.detay-xlimage span {
    font-size: 11px;
		font-weight: bold;
    color: #d8d6d6;
    padding-left: 10px;
    text-decoration: none;
    cursor: default;
}

.hidden-container {
    display: none;
}

.detayThumbContainer {
    width: 480px;
    background-color: #e9e9e9;
    border-top: 1px solid #fff;
    overflow: hidden;
}

.detayThumbList {
	   width: 960px;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    list-style: none;
		padding-left: 0;
		margin-bottom: 8;
}

ul.detayThumbList li {
    line-height: 18px;
		text-align: center;
}
.detayThumbContainer li {
    float: left;
}

.detayListThumb {
    width: 474px;
    height: 71px;
    overflow: hidden;
    zoom: 1;
    list-style: none;
}

.detayListThumb2 {
    width: 474px;
    height: 143px;
    overflow: hidden;
    zoom: 1;
    list-style: none;
}

.detayListThumb3 {
    width: 474px;
    height: 215px;
    overflow: hidden;
    zoom: 1;
    list-style: none;
}

.detayListThumb:before, .detayListThumb:after, .detayListThumb2:before, .detayListThumb2:after, .detayListThumb3:before, .detayListThumb3:after {
    display: table;
    content: "";
    zoom: 1;
}
.detayThumbContainer ul li ul {
    margin-left: 5px;
		padding-left: 0;
}

.detayListThumb li, .detayListThumb2 li, .detayListThumb3 li {
    float: left;
    margin: 5px 0 0 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
    width: 88px;
    height: 66px;
}

.onizlemeText {
	margin: 20px 0;
	text-align: center;
}

.onizlemeText p {
	color: #000;
	line-height: 10px;
	font-size: 12px;
	font-weight: bold;
}

.onizlemeButton {
	margin-top: 20px;
	margin-bottom: 30px;
}

.classifiedColumn1:before, .classifiedColumn1:after {
    display: table;
    content: "";
    zoom: 1;
}

.roaming .span6 {
    width: 48.93617020799999%;
    margin: 0!important;
}

.roaming .span3 {
    width: 23.404255317%;
}

.redd {
	  font-size: 18px;
    line-height: 20px;
		font-weight: bold;
    color: #CC2C16;
    font-family: Tahoma, sans-serif!important;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 5px;
		margin-top:0;
    height: 26px;
}

.redd13{
	  font-size: 13px;
    line-height: 20px;
		font-weight: bold;
    color: #CC2C16;
    font-family: Tahoma, sans-serif!important;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 5px;
		margin-top:0;
    height: 26px;
}

.detay-location {
    font-size: 12px;
    color: #039; 						/* #1D16BB */
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 3px;
    height: 34px;
    line-height: 15px;
}

.detay-list {
    list-style: none;
    margin: 0;
		padding-left: 0;
}

.detay-list li {
		font-size: 12px;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
		overflow-x: hidden;
    zoom: 1;
}

.detay-list li:before, .detay-list li:after {
    display: table;
    content: "";
    zoom: 1;
}

.detay-list span {
    float: right;
    width: 109px;
}

.detay-ownerbox {
    width: 227px;
    border: 1px solid #dbdbdb;
    padding: 3px;
    color: #333;
    margin-bottom: 13px;
    position: relative;
}

.owner-content {
    background: #efefef;
    padding: 7px 9px;
}

.owner {
    font-size: 12px;
    color: #039; 							/* #00339f; */
    font-weight: bold;
    display: table;
    height: 56px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 9px;
    width: 208px;
    position: relative;
    zoom: 1;
}

.owner:before {
    content: ' ';
    display: block;
    border-bottom: 1px solid #fff;
    width: 208px;
    height: 58px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.ownerStoreTitle {
    font-weight: bold!important;
    display: block;
		color: #8B0505 !important;
    text-decoration: none;
}

.upper {
    text-transform: uppercase;
}

.owner ul {
		text-align: center;
    margin: auto;
    overflow: hidden;
    zoom: 1;
    font-size: 12px;
    padding-left: 1px;
    line-height: 1.6;
    list-style-position: outside;
}

.owner ul li.ownerStore {
    float: left;
    list-style: none;
		padding-right:4px;
}

.ownerPropAlt {
	text-align:center;
}

.ownerPropAlt a {
	font-size: 11px;
	color: #1D16BB;
}

.ownerKaynak {
	text-align:center;
}

.ownerKaynak a {
	font-size: 13px;
	font-family: Monospace;
	font-weight: normal;
}

.propType {
	text-align:center;
}

.propTypeText a {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana;
}

#propTypeText0, #propTypeText1 {
	display: inline-block;
}

.classifiedColumn3 h5 {
    font-size: 14px;
    font-weight: bold;
    word-wrap: break-word;
    text-shadow: 1px 1px 0 #fff;
    text-align: center;
}

.ownerPhone {
    margin-top: 20px;
    background: #fff;
    margin-bottom: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 0 7px;
    font-size: 13px;
    box-shadow: 1px 2px 3px #ccc;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#fff,#f5f5f5);
    background-image: -ms-linear-gradient(top,#fff,#f5f5f5);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f5f5f5));
    background-image: -webkit-linear-gradient(top,#fff,#f5f5f5);
    background-image: -o-linear-gradient(top,#fff,#f5f5f5);
    background-image: linear-gradient(top,#fff,#f5f5f5);
    list-style: none;
}

.ownerPhone li:first-child {
    border-top: 0;
}

.ownerPhone li {
    padding: 10px 0;
    border-top: 1px solid #c9c9c9;
}

.ownerPhone strong {
		width: 36px;
    padding-left: 6px;
    display: inline-block;
    font-weight: bold;
}

.ownerPhone span {
    width: 142px;
    text-align: right;
    display: inline-block;
    font-size: 13px;
}

.ownerInfo {
    text-shadow: 1px 1px 0 #fff;
    border-top: 1px solid #ccc;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.ownerInfo.noBord {
    border: 0;
    padding: 10px 0 0 0;
}

.ownerInfo:before {
    content: ' ';
    display: block;
    border-bottom: 1px solid #fff;
    width: 208px;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.ownerInfo.noBord:before {
    border: 0;
}

.ownerInfo:after {
    content: ' ';
    display: block;
    border-bottom: 1px solid #fff;
    width: 208px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
}

.ownerInfo.noBord:after {
    border: 0;
}

.ownerLink {
    zoom: 1;
    list-style: none;
    margin: 0;
		padding-left: 1px;
}

.ownerLink:after, .ownerLink:before {
    display: table;
    content: "";
    zoom: 1;
}

.ownerLink li {
    float: left;
    font-size: 11px;
    text-shadow: 1px 1px 0 #fff;
}

.ownerAllClassifieds {
    border-right: 1px solid #c0c0c0;
    padding-right: 11px;
    display: inline-block;
}

.ownerFollow {
    border-left: 1px solid #fff;
    padding-left: 8px;
}

.ownerLink:after {
    clear: both;
}

.owner2 {
display: table;
height: 48px;
border-bottom: 1px solid #ccc;
margin-bottom: 9px;
width: 208px;
position: relative;
zoom: 1;
}

.owner2 a {
margin: 0px auto;
}

a.ownerAllClassifieds2{
	text-decoration: none !Important;
}

.ownerAllClassifieds2 {
display: inline-block;
}

.ownerAllClassifieds2 h5 {
margin-top: 18px;
color:#0c5d59;
}

.compLogo {
	display: block;
	width: 192px;
	height: 122px;
	border: 1px solid #CCC;
}

.classifiedMessage {
    border: 1px solid #dbdbdb;
    padding: 7px 0 7px 8px;
    #text-align: center;
    margin-top: 11px;
    display: block;
    color: #0512A2 !Important;
		font-weight: normal !Important;
    background: #F2F3FD;
}

.profil-icons {
	background: url(img/profil-icons.png) no-repeat ;
	width: 20px;
	height: 90px;
	margin-left: 3px !important;
}

.profil-icons img {
	margin-top:2px;
	margin-left:2px;
}

.pIInline {
	float: left;
	margin: 0;
}

/* end detay page css */
/* tumilanlar page css */

.specPageWrapper {
	padding: 2px 5px;
}
.specPageCover {
	float: left;
  position: relative;
}

.coverInfo {
  position: relative;
	width: 228px;
	min-height: 250px;
	border: 4px solid #1E4357;
	padding-top: 6px;
	background: url(profils/coverInfoBg.jpg);
	background-size: 220px 242px;
	background-repeat: no-repeat;
	text-align:center;
}

.coverPhoto {
  position: relative;
	width: 764px;
	height: 250px;
}

.coverInfo h1 {
    color: #333;
    font-size: 26px;
		font-family:"Helvetica",Arial,sans-serif;
    text-align: center;
    margin-top: 12px;
    position: relative;
}

.coverInfo p {
    color: #333;
    font-size: 14px;
    margin-bottom: 6px;
    position: relative;
}

.coverInfo p.telis:before {
    content: '';
    display: block;
    height: 25px;
    width: 23px;
    background: url(img/phones-icon.png) no-repeat 0 0;
    position: absolute;
    top: -5px;
    left: 23px;
}

.coverInfo p.telcep:before {
    content: '';
    display: block;
    height: 25px;
    width: 23px;
    background: url(img/phones-icon.png) no-repeat 0 -29px;
    position: absolute;
    top: -5px;
    left: 23px;
}

.danismanList {
    display: block;
    height: 133px;
    width: 230px;
		border: 1px solid #ccc;
}

.danismanList div.dLPanel {
	float: left;
	height: 127px;
	margin: 5px;
}

.dLPanel ul li a{
 text-decoration: none !important;
}

.imgDanismanProfil {
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
}

.imgDanismanProfilBack {
	background: url('img/imgDanismanProfilBack.png') no-repeat;
	font-family: Arial;
	font-weight: bold;
	color: #4A4495;
	text-decoration: none;
}

.flip-container-profil, .front-profil, .back-profil {
	width: 100px;
	height: 120px;
}

.profilBackIcon {
	display: block;
	position: relative;
}

.profilBackIcon div {
	float:left;
}

.profilBackIcon div:first-child {
	margin-right:6px;
}

.danismanAdi {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #183546;
}

.danismanTel, .danismanMail {
	font-size: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid #183546;
}

.danismanBilgi {
	font-size: 12px;
	padding-bottom: 4px;
}

.danismanIlanGor {
	display: block;
	width: 109px;
	height: 20px;
	background: #4077a7;
	padding: 3px 0 0 19px;
}

.danismanIlanGor span {
	display:inline-block;
	color: #FFF;
	font-size: 11px;
}

.danismanBilgi .danismanBilgiText {
	float: left;
}

.danismanBilgiText.uyelikYasi, .danismanBilgiText.aktifIlanlari, .danismanBilgiText.takipcileri {
	font-size: 14px;
	font-weight: bold;
	color: #e26b00;
	margin-top:3px;
}

.alertWidth {
width: 738px;
padding: 11px 14px 1px 10px;
margin-bottom: 18px;
border: 1px solid #BDB8AE;
border-radius: 2px;
border-color: #b3c9d0 !important;
background: #e2e2e2 !important;
}

.alertInfoWidth {
width: 738px;
padding: 3px 14px 1px 10px;
margin-bottom: 18px;
border: 1px solid #BDB8AE;
border-radius: 2px;
border-color: #b3c9d0 !important;
background: #e2e2e2 !important;
}

.alertWidth p {
font-size: 14px;
}

.alertInfoWidth span {
font-size: 13px;
}

.allAdsInfoBand1 div {
	float:left;
	margin-right: 8px;
}

.allAdsInfoBand2 div {
	float:left;
}

.navbar-text.infoBar {
	font-size: 12px;
	color: #009DCC;
	margin: 8px 12px 1px 3px;
}

.form-control.infoBar {
	padding: 3px 2px 3px 10px;
	font-size: 13px;
	width: 150px !important;
}

.btn.infoBar {
	padding:8px 13px;
}
	
.col-md-4.tumIlanlar {
	width: 32.5%;
	padding: 0;
	margin-right: 6px;
  z-index: 1 !important;
}

/*
img.pars {
  margin: 0;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

img.pars:hover {
	cursor: pointer;
	-webkit-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	box-shadow: 6px 6px 5px #888888;
	z-index: 1000 !important;
}
*/	
.allAdsTitle {
	display: block;
	margin: 2px 4px;
	color: #08c;
	font-size: 13px;
	font-weight: bold;
}

.tumIlanlar .thumbnail:hover, .tumIlanlar .thumbnail:focus {
    border-color: #08c;
		background: #e6eef4;
    -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
    -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
    box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}

.adsInfoArea {
	width: 100%;
	height: 26px;
	background: #ccc;
	padding: 6px 6px;
}

.adsInfoArea p {
	font-size: 12px;
	color: #6b6a6a;
}

.adsCityArea {
	text-align: center;
	width: 100%;
	height: 23px;
	padding: 0;
	margin-top: 3px;
}

.adsCityArea p {
	font-size: 15px;
}

.adsPriceArea {
	text-align: center;
	width: 100%;
	height: 23px;
	padding: 0;
	margin: 2px 0 6px;
}

.adsPriceArea p {
	font-weight: bold;
	font-size: 17px;
	color: #5d0202;
}

.adsRatingArea {
	width: 100%;
	height: 28px;
	padding-top: 3px;
	padding-left: 7px;
}

.adsRatingArea.cat-emlak {
	background: #1E4357;
}

.adsRatingArea.cat-vasita {
	background: #2f2d2b;
}

.adsRatingArea.cat-gunlukkiralik {
	background: #01310B;
}

.adsRatingArea.cat-kiralikarac {
	background: #030F4F;
}

.adsRatingArea.cat-alisveris {
	background: #320F48;
}

.adsRatingArea.cat-ismakineleri {
	background: #484601;
}

.adsRatingArea.cat-yedekparca {
	background: #1E4357;
}

.adsRatingArea.cat-hayvanlar {
	background: #1E4357;
}

.adsRatingArea div {
	float: left;
}

.adsRatingArea div.adsNo {
	color: #8f8f90;
	font-size: 12px;
	margin-top: 4px;
	margin-left: 12px;
}

.jq-rating-like, .jq-rating-dislike {
	margin-top: 1px;
	color: #ffb100;
}

.adsTopIcon {
	position: absolute;
  left: 87px;
  top: 128px;
}

.adsTopIcon2 {
	position: absolute;
  left: 58px;
  top: 91px;
}

.adsLinkArea {
	margin: 0 auto;
	text-align: center;
	width: 47%;
	background: #1d5e96;
	height: 28px;
	padding-top: 6px;
	padding-left: 3px;
	border-radius: 18px;
}

.adsLinkArea:hover {
	background: #414950;
}

.adsLinkArea a {
	color: #f1e026 ! important;
}

.adsLinkArea a:hover {
	text-decoration: none;
}

.modal-body p.sikayetCheck {
	margin-top: 2px;
  font-size: 12px;
	color: #616060;
}

.mainPage1 .arananKelime {
    overflow: hidden;
    padding: 0 10px 2px 0;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
}

.mainPage1 .arananKelime li {
    float: left;
    margin-left: 10px;
}

.mainPage1 .arananKelime li strong {
    float: left;
    font-size: 11px;
    margin: 6px 5px 0 0;
    position: relative;
}

.mainPage1 .arananKelime li strong:before {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 0;
    right: -11px;
}

.mainPage1 .arananKelime li a {
    float: left;
    padding: 5px 25px 5px 7px;
    margin: 1px 0 1px;
    background: #eee;
    color: #666;
    font-size: 11px;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
}

.mainPage1 .arananKelime li a:before {
    display: block;
    content: '';
    height: 11px;
    width: 11px;
    background-image: url(img/kturuncukaldir.png);
    background-position: -1px -1px;
    position: absolute;
    top: 6px;
    right: 6px;
}

.arananKelime {
	float:left;
}

.allAdsSort {
    height: 34px;
}

.allAdsSort .allAdsSortSelect {
    float: right;
    margin-top: 3px;
}

.allAdsSort .allAdsSortSelect>.active {
    height: 26px;
    box-shadow: 4px 0 2px -2px #e5e5e5;
}

.allAdsSort ul.allAdsSortSelect {
    padding-left: 22px;
}

.allAdsSort .allAdsSortSelect ul a {
    display: block;
    padding: 7px 5px 7px 4px;
    border-bottom: 1px solid #dadada;
		color: #039;
}

.allAdsSort .allAdsSortSelect ul a:hover {
    text-decoration: none;
    background: #f2f2f2;
}

.allAdsSort .allAdsSortSelect>li {
    position: relative;
    width: 70px;
    height: 26px;
    z-index: 100;
    width: 215px;
}

.allAdsSort .allAdsSortSelect>li>a {
    display: block;
    width: 219px;
    height: 32px;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 6px 12px 1px 9px;
    border: 1px solid #ccc;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    z-index: 10;
    text-decoration: none;
    color: #999;
}

.allAdsSort .allAdsSortSelect>li>a:after {
    content: ' ';
    width: 10px;
    height: 7px;
    background: url(img/sort-ok.png) -2px -7px no-repeat;
    margin-left: 5px;
    position: absolute;
    right: 7px;
    top: 12px;
}

.allAdsSort .allAdsSortSelect>li ul {
    display: none;
    position: absolute;
		width: 219px;
    padding-left: 4px;
    top: 30px;
    right: -4px;
    border: 1px solid #bebebe;
    background-color: #fff;
}


.allAdsNumber {
    height: 34px;
}

.allAdsNumber .allAdsNumberSelect {
    float: right;
    margin-top: 3px;
}

.allAdsNumber .allAdsNumberSelect>.active {
    height: 26px;
    box-shadow: 4px 0 2px -2px #e5e5e5;
}

.allAdsNumber ul.allAdsNumberSelect {
    padding-left: 22px;
}

.allAdsNumber .allAdsNumberSelect ul a {
    display: block;
    padding: 7px 5px 7px 4px;
    border-bottom: 1px solid #dadada;
		color: #039;
}

.allAdsNumber .allAdsNumberSelect ul a:hover {
    text-decoration: none;
    background: #f2f2f2;
}

.allAdsNumber .allAdsNumberSelect>li {
    position: relative;
    width: 70px;
    height: 26px;
    z-index: 100;
    width: 215px;
}

.allAdsNumber .allAdsNumberSelect>li>a {
    display: block;
    width: 146px;
    height: 32px;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 6px 12px 1px 9px;
    border: 1px solid #ccc;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    z-index: 10;
    text-decoration: none;
    color: #999;
}

.allAdsNumber .allAdsNumberSelect>li>a:after {
    content: ' ';
    width: 10px;
    height: 7px;
    background: url(img/sort-ok.png) -2px -7px no-repeat;
    margin-left: 5px;
    position: absolute;
    right: 7px;
    top: 12px;
}

.allAdsNumber .allAdsNumberSelect>li ul {
	display: none;
	position: absolute;
	width: 146px;
	padding-left: 4px;
	top: 30px;
	right: 4px;
	border: 1px solid #bebebe;
	background-color: #fff;
}

.allAdsListe .thumbnail {
	height: 119px;
}

.allAdsListeDiv {
	float: left;
}

.allAdsListeDiv.aALD1 {
	width: 162px;
}

.allAdsListeDiv.aALD2 {
	width: 569px;
  margin-left: 3px;
}

.allAdsMiddleBand {
    width: 100%;
    height: 26px;
    background: #eaeaea;
    padding: 6px 5px;
}

.allAdsMiddleBand div {
 float: left;
}

.allAdsCity {
	width: 230px;
    height: 23px;
    padding: 0;
    margin-top: -2px;
}

.allAdsCity p {
	font-size: 16px;
}

.allAdsPrice {
	width: 140px;
	height: 23px;
	padding: 0;
	margin: -3px 10px 0;
}

.allAdsPrice p {
	font-weight: bold;
	font-size: 17px;
	color: #5d0202;
}


.allAdsLink {
	text-align: center;
	width: 21%;
	background: #1d5e96;
	height: 24px;
	padding-top: 5px;
	padding-left: 3px;
	border-radius: 15px;
	margin: -3px 0 0 50px;
}

.allAdsLink:hover {
	background: #414950;
}

.allAdsLink a {
	color: #f1e026 ! important;
}

.allAdsLink a:hover {
	text-decoration: none;
}
/* end tumilanlar page css */

.iletisimBilgileriBox.bireysel .numberView .chTelephoneForm div._19cta {
	padding:0 0 30px 150px;
}

.telNotChange {
	display: inline-block;
	font-size : 11px;
	color: #CC0000;
}

.bilgilerContainer h5 {
font-family: 'Trebuchet MS',Verdana,Arial;
}

.prDtyContainer div.imgFloat {
float: left;
}

.prDtyContainer {
	 width:100%; 
	 border-bottom:1px solid #dfdfdf; 
	 margin-bottom:20px;
}

.bilgilerContainer .profilImage img{
	width: 112px;
	height: 132px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-left: 40px;
	padding: 5px;
}

.profImgChange {
	font-size: 12px;
	margin-left: 12px;
	color: #5154b3;
	cursor: pointer;
}

.bilgilerContainer .profilImage select {
	margin-left: 40px;
	width:168px;
}

.bilgilerContainer .profilImageDTarihi select.dtarihi {
	margin-left: 40px;
}

#uploadFormLayer {
    padding: 30px 0 2px 56px;
}

#uploadFormLayer p{
	float: left;
}

input#upload {
	width: 84px;
  margin-top: -3px;
  margin-left: 20px;
	padding: 4px;
	font-size: 13px;
	color: #FFF;
	background: lightseagreen;
}

input#crop {
	width: 84px;
  padding: 4px;
	font-size: 13px;
  color: #FFF;
  background: lightseagreen;
    visibility: hidden;
}

input#save_thumb {
	width: 84px;
  margin-left: 10px;
	padding: 4px;
	font-size: 13px;
	color: #FFF;
	background: lightseagreen;
}

.orgImage div {
	float: left;
}

.orgImage div#btn {
	margin-left: 10px;
	margin-right: 10px;
}

.bildLabel {
	display: flex;
	color: #CC2600;
	margin : 4px 33px;
}

/* rating-star css */

.gl-star-rating[data-star-rating] {
  position: relative;
  display: block;
}

.gl-star-rating[data-star-rating] > select {
  overflow: hidden;
  visibility: visible !important;
  position: absolute !important;
  top: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: circle(1px at 0 0);
          clip-path: circle(1px at 0 0);
  white-space: nowrap;
}

.gl-star-rating[data-star-rating] > select::before,
.gl-star-rating[data-star-rating] > select::after {
  display: none !important;
}

.gl-star-rating-ltr[data-star-rating] > select {
  left: 0;
}

.gl-star-rating-rtl[data-star-rating] > select {
  right: 0;
}

.gl-star-rating[data-star-rating] > select:focus + .gl-star-rating-stars::before {
  opacity: 0.5;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  outline: dotted 1px currentColor;
  pointer-events: none;
}

.gl-star-rating-stars {
  position: relative;
  display: inline-block;
  height: 34px;
  vertical-align: middle;
  cursor: pointer;
}

.gl-star-rating-stars > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-image: url(img/star-empty.svg);
  margin: 0 4px 0 0;
}

.gl-star-rating-stars > span:last-of-type {
  margin-right: 0;
}

.gl-star-rating-rtl[data-star-rating] .gl-star-rating-stars > span {
  margin: 0 0 0 4px;
}

.gl-star-rating-rtl[data-star-rating] .gl-star-rating-stars > span:last-of-type {
  margin-left: 0;
}

.gl-star-rating-stars.s10 > span:nth-child(1),
.gl-star-rating-stars.s20 > span:nth-child(-1n+2),
.gl-star-rating-stars.s30 > span:nth-child(-1n+3),
.gl-star-rating-stars.s40 > span:nth-child(-1n+4),
.gl-star-rating-stars.s50 > span:nth-child(-1n+5),
.gl-star-rating-stars.s60 > span:nth-child(-1n+6),
.gl-star-rating-stars.s70 > span:nth-child(-1n+7),
.gl-star-rating-stars.s80 > span:nth-child(-1n+8),
.gl-star-rating-stars.s90 > span:nth-child(-1n+9),
.gl-star-rating-stars.s100 > span {
  background-image: url(img/star-full.svg);
}

.gl-star-rating-text {
    display: inline-block;
    position: relative;
    height: 22px;
    line-height: 24px;
    font-size: 12px !important;
    font-weight: 400;
    color: #ffb900;
    background-color: #1E4357;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0px 9px 0 6px;
    margin: -4px 0 0 19px;
}

.gl-star-rating-text::before {
  position: absolute;
  top: 0;
  left: -11px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 11px 11px 11px 0;
  border-color: transparent #1E4357 transparent transparent;
}

.gl-star-rating-rtl[data-star-rating] .gl-star-rating-text {
  padding: 0 6px 0 12px;
  margin: 0 12px 0 0;
}

.gl-star-rating-rtl[data-star-rating] .gl-star-rating-text::before {
  left: unset;
  right: -12px;
  border-width: 17px 0 17px 12px;
  border-color: transparent transparent transparent #212121;
}

.gl-star-rating-stars > span {
  width: 20px;
  height: 32px;
  background-size: 20px;
  background-position: center;
}

@media screen and (min-width: 375px) {
  .gl-star-rating-stars > span {
    width: 24px;
    background-size: 24px;
  }
}

@media screen and (min-width: 414px) {
  .gl-star-rating-stars > span {
    width: 28px;
    background-size: 28px;
  }
}

@media screen and (min-width: 35em) {
  .gl-star-rating-stars > span {
    width: 18px;
    height: 30px;
    background-size: 20px;
  }
}
/* end rating-star css */


.helpTabsContainer {
    margin: 0 auto;
    padding: 0;
    max-width: 286px;
}

.helpTabsNav {
	display: flex;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.helpTabsNav a:hover .helpTabs{
	background: #1e4357;
}

.helpTabsNav a:hover .helpTabs span{
	color: #fff;
}

.helpTabsNav div:first-child {
	margin-left: 0;
}

.helpTabs.is-active {
	display: block;
	float: left;
	width: 92px;
	height: 36px;
	background: #1e4357;
	margin: 0 3px;
	text-align: center;
	padding-top: 10px;
}

.helpTabs {
	display: block;
	float: left;
	width: 93px;
	height: 35px;
	background: #B3B3B3;
	margin: 0 3px;
	text-align: center;
	padding-top: 10px;
}

.helpTabs span {
	display: block;
	font-size: 12px;
	color: #0267AE;
}

.helpTabs.is-active span {
	display: block;
	font-size: 12px;
	color: #fff;
}

.bladePaginationContainer {
	margin:18px 0 50px 213px;
	max-width:600px;
	font-size: 12px;
}

ul.blade-pagination {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.blade-pagination li.page {
	float: left;
	border: 1px solid #BBB;
	padding: 3px 7px;
	margin: 3px;
	border-radius: 4px;
	cursor: pointer;
	color: #1d5e96;
}

ul.blade-pagination li.page:hover {
	background: #1d5e96;
	color: white;
}

ul.blade-pagination li.page.active {
	background: #1d5e96;
	cursor: default;
	color: white;
	border: 1px solid #1d5e96;
}

ul.blade-pagination li.page.disabled {
	background: white;
	cursor: not-allowed;
	color: darkgray;
}

ul.blade-pagination li.more {
	float: left;
	padding: 5px 8px;
	margin: 3px;
}

ul.blade-pagination:after {
	display: table;
	content: "";
	width: 0;
	clear: both;
}

.aalcBaslikBant {
	display:block;
	position: relative;
	margin-right: 11px;
	margin-bottom: 3px;
	padding-left:10px;
	padding-top:4px;
	height: 26px;
	width: 99.2%;
	border-radius: 2px;
  border-color: #b3c9d0;
	background: #9a9268;
}

.aalcBaslikBant a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

.aalcBaslikBant a:hover {
	color: #fff;
	text-decoration: none;
}

.aalcBaslikBant a.category-icons {
    background: url('img/aldiyo-icons3.png') 0 0 no-repeat;
    display: inline-block;
    height: 26px;
    padding-left: 32px;
    padding-top: 2px;
}

.aalcBaslikBant a.category-emlak {
    background-position: -246px -4px;
}


.aalcBaslikBant a.category-vasita{
    background-position: -211px -35px;
}

.aalcBaslikBant a.category-gunlukkiralik{
    background-position: -180px -66px;
}

.aalcBaslikBant a.category-kiralikarac{
    background-position: -149px -97px;
}

.aalcBaslikBant a.category-alisveris{
    background-position: -118px -128px;
}

.aalcBaslikBant a.category-ismakineleri{
    background-position: -87px -159px;
}

.aalcBaslikBant a.category-yedekparca{
    background-position: -56px -191px;
}

.aalcBaslikBant a.category-hayvanlar{
    background-position: -25px -221px;
}

.row.aalcRow {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.glyphicon-custom {
	background: url(img/glyphicon-custom.png) 0 0 no-repeat;
  display: inline-block;
  height: 26px;
  padding-left: 32px;
  padding-top: 2px;
}

.adsPriceArea p  span {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.adsPriceArea p  span.noprice {
	font-size: 14px;
	font-weight: bold;
	color: #5d0202;
}

.tumilanlar-grid-container {
  display: grid;
  grid-gap: 7px 6px;
	grid-template-columns: repeat(3, 1fr);
  padding-right: 5px;
  padding-bottom: 4px;
}

.tumilanlar-grid-item {
  text-align: center;
}

.detayDesc {
    padding-top: 35px;
}

#detayTabs {
    height: 37px;
}

.tabOne {
    margin-bottom: 0;
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
}

.tabOne.tabsDetay:before {
    top: 27px;
}

.tabOne:before {
    position: absolute;
    width: 100%;
    height: 2px;
    z-index: 10;
    top: 27px;
    left: 0;
    content: " ";
    border-bottom: 2px solid #ffc000;
}

.tabOne.tabsDetay li {
    height: 34px;
}

.tabOne li {
    float: left;
    margin-left: 10px;
    height: 29px;
}

.tabOne.tabsDetay a {
    padding: 9px 17px 11px 17px;
    font-size: 14px;
}

.tabOne.tabsDetay a:hover {
		filter:;
		color:#094584;
		border-color:#9d9d9d;
		text-decoration:none
}

.tabOne .active a, .tabOne .active a:hover {
    color: #333;
    border: 1px solid #ffc000;
    border-bottom: 0;
    background: #ffe700;
    background: -moz-linear-gradient(top,#ffe700 0,#ffc000 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffe700),color-stop(100%,#ffc000));
    background: -webkit-linear-gradient(top,#ffe700 0,#ffc000 100%);
    background: -o-linear-gradient(top,#ffe700 0,#ffc000 100%);
    background: -ms-linear-gradient(top,#ffe700 0,#ffc000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe700',endColorstr='#ffc000',GradientType=0);
    background: linear-gradient(top,#ffe700 0,#ffc000 100%);
    zoom: 1;
    -webkit-box-shadow: inset 0 0 0 1px #fff599;
    -moz-box-shadow: inset 0 0 0 1px #fff599;
    box-shadow: inset 0 0 0 1px #fff599;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
    text-decoration: none;
}

.tabOne a {
    font-weight: bold;
    color: #1064bc;
    #display: block;
    border: 1px solid #c0c0c0;
    padding: 7px 15px 7px 15px;
    border-bottom: 0;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#f0f0f0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top,#fff 0,#f0f0f0 100%);
    background: -o-linear-gradient(top,#fff 0,#f0f0f0 100%);
    background: -ms-linear-gradient(top,#fff 0,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0f0f0',GradientType=0);
    background: linear-gradient(top,#fff 0,#f0f0f0 100%);
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 1px #fff;
    -moz-box-shadow: inset 0 1px 1px #fff;
    box-shadow: inset 0 1px 1px #fff;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    height: 15px;
}

.tabContent {
    clear: both;
}

.tabBox {
    margin-bottom: 10px;
    clear: both;
    border: 1px solid #dedede;
    position: relative;
    overflow: hidden;
}

.detayDesc .tabBox {
    margin-bottom: 10px;
    clear: both;
}

.tabBoxTitle, .tabInlineBoxTitle {
    border-bottom: 1px solid #dedede;
    padding: 6px 10px 7px 10px;
    background: #efefef;
    background: -moz-linear-gradient(top,#fff 0,#efefef 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,#fff 0,#efefef 100%);
    background: -o-linear-gradient(top,#fff 0,#efefef 100%);
    background: -ms-linear-gradient(top,#fff 0,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EFEFEF',GradientType=0);
    background: linear-gradient(top,#fff 0,#efefef 100%);
}

.tabBoxTitle h3 {
    font-size: 14px;
    font-weight: bold;
		margin: 0;
		line-height: 20px;
}

.tabDetayTitle a {
    float: none;
    height: 16px;
    display: block;
    background: url(img/icons2.png) 928px -189px no-repeat;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.tabDetayTitle a:hover{
    text-decoration: none;
    color: #000;
}

.tabBoxContainer {
    padding: 15px;
    color: #000;
    background-color: #fff;
}

.classifiedDetail {
    padding-bottom: 0;
}

.classifiedDetail h3 {
		margin: 0;
    color: #995806;
    font-size: 12px;
    font-weight: bold;
}

.classifiedDetail ul {
    border: 1px solid #ffeaa5;
    background: #fffced;
    padding: 10px 5px 0 15px;
    margin: 5px 0 25px 0;
    zoom: 1;
    list-style: none;
}

.classifiedDetail ul:before, .classifiedDetail ul:after {
    display: table;
    content: "";
    zoom: 1;
}

.classifiedDetail ul:after {
    clear: both;
}

.classifiedDetail li {
    float: left;
    width: 180px;
    height: 16px;
    display: block;
    padding: 0 0 26px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #CACACA;
}

.icon-check {
    background-position: -144px -72px;
}

.icon32 {
    background-image: url(img/opa-icons-gray32.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    vertical-align: text-top;
    width: 32px;
}

.classifiedDetail span {
    color: #000000;
}

.reddy {
	color : #F00;
}

.alert.alertOnizleme {
  padding: 20px;
  background-color: #b5b4b4;
 font-size: 11px;
}

.content {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}

.page-layout {
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 1510px;
}

.page-layout:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ---------------  thumbs box styles ---------*/

.content-wrap {
  margin-left: 0px;
}

.thumbs {
  display: block;
  font-size: 0;
  text-align: center;
  margin: 0 -2px
}

.thumb {
  position: relative;
  color: #3d3d3d;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

.thumb>div {
  position: relative;
  width: 198px;
  margin: 2px;
  padding: 3px;
  background: #e6e6e6;
  border-radius: 3px;
}

.thumb:hover>div {
  background-color: #0178ca;
  border-radius: 3px 3px 0 0;
}

.thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.thumb .t,
.thumb .s {
  text-align: center;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  color: #ffffff;
  border-radius: 3px;
  padding: 0 10px;
  overflow: hidden;
  position: absolute;
  bottom: 5px;
}
.thumb .t{
  left: 5px;
  background: #000000;
}
.thumb .s{
  right: 5px;
  background: #0178ca;
  text-transform: lowercase;
}

.thumb .s:first-letter {
    text-transform: uppercase;
}

.thumb .s a {
  color: #ffffff;
}
.thumb .s a:hover {
  color: #000000;
}

.thumb .drop {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  background-color: #0178ca;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  color: #ffffff;
  /*text-transform: uppercase;*/
  z-index: 2;
}
.thumb:hover .drop {
  display: block;
}
.thumb .drop > a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  padding: 0 10px;
  overflow: hidden;
  color: #ffffff;
}
.thumb .tags {
  font-size: 10px;
  line-height: 22px;
  height: 22px;
  padding: 0 10px;
  overflow: hidden;
}
.thumb .tags a {
  padding: 0 2px;
  display: inline-block;
  color: #ffffff;
}
.thumb .tags a:hover {
  color: #000000;
}

/* --------------- /thumbs box styles ---------*/

.vitrinLocation {
	font-size: 12px;
}

.ccInstallTable {
	margin-left: 100px;
	width: 50%;
	font-size: 15px;
}

.ccInstallTable tr {
	line-height: 30px;
}

.installTd {
	padding-left: 9px;
}
