.Content {
	max-width: 1180px;
	margin: 15px auto -10px auto;
	min-height: 300px;
	padding: 20px 0px 30px 0px;
	box-sizing: border-box;
	overflow: hidden;
}
.MobileArama {
	display: none;
}
#arama_img {
	position: absolute;
	bottom: 6px;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-right: 20px;
} 
.Uyelik_Giris-Kullanicilar_Banner {
	background: url(../img/GirisB2CBg.png) no-repeat #8c7646;
	width: 100%;
	height: 80px;
	position: relative;
	border: 1px solid #000;
	border-color: #e7b401;
	display: none;
}
.Uyelik_Giris-Kullanicilar_BannerBaslik {
	padding: 27px 0px 22px 90px;
	font-size: 27px;
	color: #fff;
}
.Uyelik_Giris-Kullanicilar_FormKapsayici {
	/* margin: 34px 0px; */
	display: block;
}
.Uyelik_Giris-Kullanicilar_FormIcerik {
	width: 415px;
	margin: 0 auto;
}
.Uyelik_Giris-Kullanicilar_KullaniciAdiKapsayici , .Uyelik_Giris-Kullanicilar_SifreKapsayici{
	margin:15px 0px;
}

.Uyelik_Giris-Kullanicilar_FormIcerik:before{
	content: 'Giriş Yap';
	font-size: 24px;
	text-align: center;
	display: block;
	margin: 15px 0px;
}
.Uyelik_Giris-Kullanicilar_KullaniciAdi,
.Uyelik_Giris-Kullanicilar_Sifre {
	height: 40px;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #c3c3c3;
	border-radius: 10px;
	transition:1s all;
	text-indent: 15px;
}

.Uyelik_Giris-Kullanicilar_KullaniciAdi:hover,
.Uyelik_Giris-Kullanicilar_Sifre:hover {
	border: 1px solid #CF9C24;
}

.Uyelik_Giris-Kullanicilar_UyelikLinkler {
	position: relative;
}
.Uyelik_Giris-Kullanicilar_UyelikUyeOlLink {
	width: 100%;
	height: 45px;
	background-color: #1A1A1A;
	border-radius: 10px;
	text-indent: -1000px;
	display: flex;
	margin: 75px 0px;
}
.Uyelik_Giris-Kullanicilar_UyelikUyeOlLink:after{
	content:'Üye Ol';
	width: 100%;
	font-size: 16px;
	color: #f9c12b;
	display: flex;
	align-items: center;
	text-indent: 0px;
	justify-content: center;
	transition:0.8s all;
	font-weight:600;
}
.Uyelik_Giris-Kullanicilar_UyelikUyeOlLink:hover{
	background:#f9c12b;
	transition:0.8s all;
}
.Uyelik_Giris-Kullanicilar_UyelikUyeOlLink:hover:after{
	color:#000;transition:0.8s all;
}
.Uyelik_Giris-Kullanicilar_UyelikSifremiUnuttumLink {
	position: absolute;
	top: -60px;
	color:#7d7d7d;
	border-bottom:2px solid #f9c12b;
	font-size:14px;
	transition:0.8s all;
}
.Uyelik_Giris-Kullanicilar_UyelikSifremiUnuttumLink:hover{
	color:#000;
}
.Uyelik_Giris-Kullanicilar_KullaniciAdiBaslik,
.Uyelik_Giris-Kullanicilar_SifreBaslik {
	margin: 0px 0px 15px 0px;
	font-size: 14px;
	font-weight: 500;
}

.Uyelik_Giris-Kullanicilar_SifreKapsayici:after {
	clear: both;
	content: "";
	display: block;
}
.Uyelik_Giris-Kullanicilar_GirisYapKapsayici {width: 100%;display: flex;margin: 34px 0px;}
.Uyelik_Giris-Kullanicilar_GirisYap {
	width: 100%;
	height: 45px;
	background-color: #F9C12C;
	border-radius: 10px;
	text-indent: -1000px;
	transition:0.8s all;
}
.Uyelik_Giris-Kullanicilar_GirisYap:after{
	content:'Giriş Yap';
	width: 100%;
	font-size: 16px;
	color: #000;
	font-weight:600;
	display: flex;
	align-items: center;
	text-indent: 0px;
	justify-content: center;
	transition:0.8s all;
}
.Uyelik_Giris-Kullanicilar_GirisYap:hover{
	background-color:#000;
	transition:0.8s all;
}
.Uyelik_Giris-Kullanicilar_GirisYap:hover:after{
	color:#fff;
	transition:0.8s all;
}
.Uyelik_Giris-Kullanicilar_HataMesajKapsayici {
	margin: 10px auto;
	padding: 15px 0;
	font-size: 15px;
	position: relative;
	color:#ff0000;
	text-align: center;
}
.Uyelik_Giris-Kullanicilar_HataMesajIkon {
	background: url(../img/UyelikFormHataIkon.png) no-repeat #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
	display:none;
}
.Uyelik_Giris-Kullanicilar_HataMesaji {width: 230px;margin: auto;}

 
.Uyelik_SifremiUnuttum-Kullanicilar_BannerBaslik {
	color: #000;
	font-size: 24px;
	text-align: center;
	display: block;
	margin: 15px 0px;
}
.Uyelik_SifremiUnuttum-Kullanicilar_FormKapsayici {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin: 10px 0px;
}
.Uyelik_SifremiUnuttum-Kullanicilar_FormIcerik {
	width: 400px;
	margin: 0 auto;
}
.Uyelik_SifremiUnuttum-Kullanicilar_Email {
	width: 100%;
	height: 37px;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #c3c3c3;
	border-radius: 10px;
	transition: 1s all;
	text-indent: 20px;
}

.Uyelik_SifremiUnuttum-Kullanicilar_UyelikUyeOlLink {width: 100%;height: 45px;background-color: #1A1A1A;border-radius: 10px;display: flex;margin: 65px 0px;font-size: 16px;color: #f8c12c;justify-content: center;align-items: center;}
.Uyelik_SifremiUnuttum-Kullanicilar_UyelikGirisYapLink {
	width: 100%;
	height: 45px;
	background-color: #F9C12C;
	border-radius: 10px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	display: flex;
	align-items: center;
	text-indent: 0px;
	justify-content: center;
	transition: all 0.8s ease 0s;
}
.Uyelik_SifremiUnuttum-Kullanicilar_EmailBaslik {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
}
.Uyelik_SifremiUnuttum-Kullanicilar_GonderKapsayici{
	width: 100%;
	display: flex;
	margin: 34px 0px;
}

.Uyelik_SifremiUnuttum-Kullanicilar_GonderLink {
	width: 100%;
	height: 45px;
	background-color: #F9C12C;
	border-radius: 10px;
	transition: 0.8s all;
	color: #000;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	font-weight: 600;
}
.Uyelik_SifremiUnuttum-Kullanicilar_GonderLink:hover {
	background-color: #6d6e72;
}
.Uyelik_SifremiUnuttum-Kullanicilar_HataMesajKapsayici {
	background-color: #fff;
	margin: 0px auto 0px auto;
	max-width: 1180px;
	clear: both;
	position: relative;
	bottom: 60px;
}
.Uyelik_SifremiUnuttum-Kullanicilar_HataMesajIcerik {
	font-size: 15px;
	text-align: center;
	border: 3px solid #000;
	padding: 15px;
	border-radius: 6px;
}
 
.Uyelik_SifremiUnuttum-Kullanicilar_HataMesaji {
	margin-left: 25px;
} 
.Uyelik_Yeni-Kullanicilar_Banner /*BannerUst-UyeOlB2CUstImg*/ {
	background: url(../img/UyeOlB2CBg.png) no-repeat #8c7646;
	width: 100%;
	height: 80px;
	position: relative;
	border: 1px solid #000;
	border-color: #e7b401;
	display: none;
}
.Uyelik_Yeni-Kullanicilar_BannerBaslik /*BannerUstBaslik-UyeOlB2CUstImgBaslik*/ {
	padding: 27px 0px 22px 90px;
	font-size: 27px;
	color: #fff;
	display: none;
}

.Uyelik_Yeni-Kullanicilar_HataMesajKapsayici /*YeniUyelikForm-HataMesaj*/ {
	margin: 10px auto;
	border: 2px solid #8c7646;
	padding: 16px 0px 16px 0px;
	font-size: 15px;
	position: relative;
	width: 95%;
}
.Uyelik_Yeni-Kullanicilar_HataMesajIkon /*YeniUyelikForm-HataMesajIkon*/ {
	background: url(../img/UyelikFormHataIkon.png) no-repeat #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.Uyelik_Yeni-Kullanicilar_HataMesaji /*YeniUyelikForm-HataMesaji*/ {
	margin-left: 25px;
}
.Uyelik_Yeni-Kullanicilar_HataTCMesajKapsayici /*YeniUyelikForm-HataMesaj*/ {
	margin: 10px auto;
	border: 2px solid #8c7646;
	padding: 16px 0px 16px 0px;
	font-size: 15px;
	position: relative;
	width: 95%;
}
.Uyelik_Yeni-Kullanicilar_HataTCMesajIkon /*YeniUyelikForm-HataMesajIkon*/ {
	background: url(../img/UyelikFormHataIkon.png) no-repeat #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.Uyelik_Yeni-Kullanicilar_HataTCMesaji /*YeniUyelikForm-HataMesaji*/ {
	margin-left: 25px;
}

.Uyelik_Yeni-Kullanicilar_FormKapsayici /*UyeOlB2C*/ {
	width: 100%;
	max-width: 1200px;
	font-size: 22px;
	position: relative;
	display: flex;
}

.Uyelik_Yeni-Kullanicilar_FormIcerikBolum1 input , .Uyelik_Yeni-Kullanicilar_FormIcerikBolum1 select{
	border-radius:6px;
	padding-left: 14px;
	margin: 15px 0px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	height: 40px;
}
.Uyelik_Yeni-Kullanicilar_FormUyeTipiKapsayici input{
	margin:0px;
	height: auto;
}

.Uyelik_Yeni-Kullanicilar_FormIcerikBolum1 /*UyeLikB2CFormu-Kisim1*/ {
	width: 50%;
	background: #E9EEE9;
	float: left;
	border-radius: 6px;
	margin-left: 15px;
	padding: 20px;
}
.Uyelik_Yeni-Kullanicilar_FormIcerikBolum1:before{
	content:'Üye Ol';
	width: 100%;
	display: block;
	text-align: center;
	margin: 25px 0px 35px 0px;
}
.Uyelik_Yeni-Kullanicilar_FormUyelikTipiBaslik /*UyelikFormBaslik*/ {
	color: #000;
	font-size: 18px;
	width: 100px;
	float: left;
	margin-left: 27px;
	margin-right: 25px;
}

.Uyelik_Yeni-Kullanicilar_FormUyeTipiKapsayici /*UyelikB2BForm*/ {
	font-size: 16px;
	font-weight: bold;
	clear: both;
	text-align: left;
	display: inline;
	margin: 0px 10px;
}
.Uyelik_Yeni-Kullanicilar_FormIcerikBolum1 .Uyelik_Yeni-Kullanicilar_FormUyeTipiKapsayici:first-child{display:block}
 
.Uyelik_Yeni-Kullanicilar_FormUyeTipiAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}

.Uyelik_Yeni-Kullanicilar_FormKullaniciBilgileriBaslik /*UyelikFormBaslik*/ {
	color: #000;
	font-size: 18px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0px;
}

.Uyelik_Yeni-Kullanicilar_FormKullaniciAdiKapsayici /*UyelikB2BForm*/ {
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
}
.Uyelik_Yeni-Kullanicilar_FormKullaniciAdiAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.Uyelik_Yeni-Kullanicilar_FormKullaniciAdi {
	width: 100%;
}

.Uyelik_Yeni-Kullanicilar_FormAdiKapsayici /*UyelikB2BForm*/ {
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
}
.Uyelik_Yeni-Kullanicilar_FormAdiAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
}
.Uyelik_Yeni-Kullanicilar_FormAdi /*UyelikForm-InputAdi*/ {
	width: 100%;
}

.Uyelik_Yeni-Kullanicilar_FormSoyadiKapsayici /*UyelikB2BForm*/ {
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
}
.Uyelik_Yeni-Kullanicilar_FormSoyadiAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.Uyelik_Yeni-Kullanicilar_FormSoyadi /*UyelikForm-InputSoyadi*/ {
	width: 100%;
}

.Uyelik_Yeni-Kullanicilar_FormTCNoKapsayici /*UyelikB2BForm*/ {
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
}
.Uyelik_Yeni-Kullanicilar_FormTCNoAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
}
.Uyelik_Yeni-Kullanicilar_FormTCNo /*UyelikForm-InputVergiNo*/ {
	width: 100%;
}
 
.Uyelik_Yeni-Kullanicilar_FormVergiNoAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.Uyelik_Yeni-Kullanicilar_FormVergiNo /*UyelikForm-InputVergiDairesi*/ {
	width: 100%;
	max-width: 542px;
	height: 35px;
	margin: 10px 0 10px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	padding-left: 5px;
}

.Uyelik_Yeni-Kullanicilar_FormFirmaBilgileriBaslik /*UyelikFormBaslik*/ {margin: 15px 0px;}


.Uyelik_Yeni-Kullanicilar_FormUnvanAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.Uyelik_Yeni-Kullanicilar_FormUnvan /*UyelikForm-InputUnvan*/ {
	width: 100%;
	max-width: 542px;
	height: 35px;
	margin: 10px 0 10px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	padding-left: 5px;
}

.Uyelik_Yeni-Kullanicilar_FormKisiselBilgilerBaslik /*UyelikFormBaslik*/ {
	color: #000;
	font-size: 18px;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0px;
}
.Uyelik_Yeni-Kullanicilar_FormCinsiyetKapsayici /*UyelikB2BForm*/ {
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
}
.Uyelik_Yeni-Kullanicilar_FormCinsiyetAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.Uyelik_Yeni-Kullanicilar_FormCinsiyet /*UyeForm-SelectCinsiyet*/ {
	width: 100%;
	height: 34px;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	padding: 6px;
}

.Uyelik_Yeni-Kullanicilar_FormOgrenimKapsayici /*UyelikB2BForm*/ {
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
}
.Uyelik_Yeni-Kullanicilar_FormOgrenimAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
}
.Uyelik_Yeni-Kullanicilar_FormOgrenim /*UyeForm-SelectOgrenim*/ {
	width: 100%;
}
#div_firma{
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
}

.Uyelik_Yeni-Kullanicilar_FormDogumTarihiKapsayici /*UyelikB2BForm*/ {
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
}
.Uyelik_Yeni-Kullanicilar_FormDogumTarihiKapsayici select{
	width: 155px;
}
.Uyelik_Yeni-Kullanicilar_FormDogumTarihiAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	margin: 10px 0px;
}

.Uyelik_Yeni-Kullanicilar_FormMeslekKapsayici /*UyelikB2BForm*/ {
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
}
.Uyelik_Yeni-Kullanicilar_FormMeslekAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
	display: block;
	width: 100%;
	float: left;
}
.Uyelik_Yeni-Kullanicilar_FormMeslek /*UyeForm-SelectMeslek*/ {
	width: 100%;
	height: 34px;
	border: 1px solid #d9d9d9;
	padding: 6px;
	border-radius: 6px;
}

.Uyelik_Yeni-Kullanicilar_FormIcerikBolum2 /*UyeLikB2CFormu-Kisim2*/ {
	width: 50%;
	background: #E9EEE9;
	float: left;
	border-radius: 6px;
	padding: 20px;
	margin:0px 15px;
}
.Uyelik_Yeni-Kullanicilar_FormIcerikBolum2 input , .Uyelik_Yeni-Kullanicilar_FormIcerikBolum2 select{
	border-radius: 6px;
	padding-left: 14px;
	margin: 15px 0px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	height: 40px;
}
.Uyelik_Yeni-Kullanicilar_FormIcerikBolum2 textarea{
	border-radius: 6px;
	padding-left: 14px;
	margin: 15px 0px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
}

.Uyelik_Yeni-Kullanicilar_FormIletisimBilgileriBaslik /*UyelikFormBaslik*/ {
	width: 100%;
	display: block;
	text-align: center;
	margin: 25px 0px 35px 0px;
}

.Uyelik_Yeni-Kullanicilar_FormEPostaKapsayici /*UyelikB2BForm*/ {
	font-size: 16px;
	font-weight: bold;
	padding-left: 13px;
	float: left;
	width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.Uyelik_Yeni-Kullanicilar_FormEPostaAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.Uyelik_Yeni-Kullanicilar_FormEPosta /*UyelikForm-InputEposta*/ {
	width: 100%;
	max-width: 528px;
	height: 35px;
	margin: 10px 0 10px;
	border: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
}



.Uyelik_Yeni-Kullanicilar_FormEvTelKapsayici , .Uyelik_Yeni-Kullanicilar_FormCepTelKapsayici ,
 .Uyelik_Yeni-Kullanicilar_FormIsTelKapsayici , .Uyelik_Yeni-Kullanicilar_FormSehirKapsayici,
.Uyelik_Yeni-Kullanicilar_FormIlceKapsayici , .Uyelik_Yeni-Kullanicilar_FormAdresKapsayici,
 .Uyelik_Yeni-Kullanicilar_FormSifreKapsayici, .Uyelik_Yeni-Kullanicilar_FormSifreKapsayici,
 .Uyelik_Yeni-Kullanicilar_FormSifreTekrarKapsayici,
 .Uyelik_Yeni-Kullanicilar_FormSozlesmeKapsayici,
  .Uyelik_Yeni-Kullanicilar_FormSozlesmeOnayKapsayici,
 .Uyelik_Yeni-Kullanicilar_FormIletisimOnayKapsayici
{
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	display: block;
	height: 90px;
}
.Uyelik_Yeni-Kullanicilar_FormSozlesmeKapsayici{
	height: 140px;
}

.Uyelik_Yeni-Kullanicilar_FormSozlesmeOnayKapsayici{
	height: 35px;

}
.Uyelik_Yeni-Kullanicilar_FormCepTelAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.Uyelik_Yeni-Kullanicilar_FormCepTel /*UyelikForm-InputCepTel*/ {
	border-radius: 6px;
	padding-left: 14px;
	margin: 15px 0px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	height: 40px;
	width:100%;
}


.Uyelik_Yeni-Kullanicilar_FormEvTelAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.Uyelik_Yeni-Kullanicilar_FormEvTel /*UyelikForm-InputEvTel*/ {
	width: 100%;
	max-width: 528px;
	height: 35px;
	margin: 10px 0 10px;
	border: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}

.Uyelik_Yeni-Kullanicilar_FormIsTelAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.Uyelik_Yeni-Kullanicilar_FormIsTel /*UyelikForm-InputIsTel*/ {
	width: 100%;
	max-width: 528px;
	height: 35px;
	margin: 10px 0 10px;
	border: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}

.Uyelik_Yeni-Kullanicilar_FormUlkeKapsayici /*UyelikB2BForm*/ {
	font-size: 16px;
	font-weight: bold;
	padding-left: 13px;
	float: left;
	width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.Uyelik_Yeni-Kullanicilar_FormUlkeAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.Uyelik_Yeni-Kullanicilar_FormUlke /*UyeForm-SelectUlke*/ {
	width: 100%;
	max-width: 528px;
	height: 34px;
	margin: 10px 0 10px;
	border: 1px solid #d9d9d9;
	padding: 6px;
}


.Uyelik_Yeni-Kullanicilar_FormSehirAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.Uyelik_Yeni-Kullanicilar_FormSehir /*UyeForm-SelectSehir*/ {
	width: 100%;
	max-width: 528px;
	height: 34px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
	padding: 6px;
}


.Uyelik_Yeni-Kullanicilar_FormIlceAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}

.Uyelik_Yeni-Kullanicilar_FormIlce, .UyeForm-SelectIlce  {
	width: 100%;
	max-width: 528px;
	height: 34px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
	padding: 6px;
}

.Uyelik_Yeni-Kullanicilar_FormSifreIslemleriBaslik /*UyelikFormBaslik*/ {
	color: #000;
	font-size: 18px;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0px;
}


.Uyelik_Yeni-Kullanicilar_FormSifreAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.Uyelik_Yeni-Kullanicilar_FormSifre /*UyelikForm-InputSifre*/ {
	width: 100%;
	max-width: 528px;
	height: 35px;
	margin: 10px 0 10px;
	border: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}
.Uyelik_Yeni-Kullanicilar_FormAdresAciklama {
	color: #000;
	font-size: 14px;
	float: left;
	width: 100%;
	font-weight: 500;
}
.Uyelik_Yeni-Kullanicilar_FormAdres {
	width: 100%;
	max-width: 100%;
	border: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	margin-top: 5px;
}


.Uyelik_Yeni-Kullanicilar_FormSifreTekrarAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
	margin-top: 8px;
}
.Uyelik_Yeni-Kullanicilar_FormSifreTekrar /*UyelikForm-InputSifreTekrar*/ {
	width: 100%;
	max-width: 528px;
	height: 35px;
	margin: 10px 0 10px;
	border: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}

.Uyelik_Yeni-Kullanicilar_FormSozlesmeBaslik /*UyelikFormBaslik*/ {
	color: #000;
	font-size: 18px;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0px;
}

.Uyelik_Yeni-Kullanicilar_FormSozlesmeAciklama /*UyeFormLabel*/ {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.Uyelik_Yeni-Kullanicilar_FormSozlesmeIcerik /*UyelikForm-SozlesmeMetni*/ {
	width: 100%;
	max-width: 100%;
	height: 100px;
	margin: 10px 0 10px;
	border: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	resize: none;
	overflow-y: auto;
	font-weight: normal;
	font-size: 12px;
}


.Uyelik_Yeni-Kullanicilar_FormSozlesmeOnayIcerik{display: flex;align-items: center;font-size: 14px;font-weight: 500;}
.Uyelik_Yeni-Kullanicilar_FormSozlesmeOnay  {height: auto !important;margin-right:  8px !important;}


.Uyelik_Yeni-Kullanicilar_FormIletisimOnay {height: auto !important;margin-right: 8px !important;}
.Uyelik_Yeni-Kullanicilar_FormIletisimOnayAciklama {
	float: left;
	font-weight: normal;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.Uyelik_Yeni-Kullanicilar_FormUyeOlKapsayici /*StiliYok*/ {width: 90%;margin: 0 auto;}
.Uyelik_Yeni-Kullanicilar_FormUyeOl /*UyeFormBtn*/ {
	background: #FFBF00;
	color: #000;
	font-weight: bold;
	width: 100%;
	text-align: center;
	font-size: 16px;

	transition: all 1s;
	display: block;
	margin-top: 21px;
	padding: 15px 0px;
	border-radius: 6px;
}
.Uyelik_Yeni-Kullanicilar_FormUyeOl:hover {
	background-color: #000000;
	color: #FFBF00;
}
.Uyelik_Yonetim-Kullanicilar_MobilMenu {
	display: none;
}
.Uyelik_Yonetim-Kullanicilar_KullaniciMenuBilgi /*UyeYonetim*/ {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
	clear: both;
}
.Uyelik_Yonetim-Kullanicilar_SeceneklerKapsayici /*UyeYonetimMenu*/ {
	width: 250px;
	float: left;
	height: auto;
	clear: both;
}
.Uyelik_Yonetim-Kullanicilar_SeceneklerBaslik /*UyeYonetimMenuBaslik*/ {
	font-size: 18px;
	font-weight: bold;
	background: url(../img/UyeMenuIkon.png) 17px 23px #1a1a1a no-repeat;
	padding: 22px 10px 19px 50px;
	border-bottom: 1px solid #fff;
	color: #fec107;
}

.Uyelik_Yonetim-Kullanicilar_SecenekBilgilerim  {
	background: url(../img/BilgilerimIkon.png) 18px 15px no-repeat #6d6e72;
	padding: 15px 20px 15px 51px;
	font-size: 14px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.Uyelik_Yonetim-Kullanicilar_SecenekSiparislerim /*UyeYonetimListSiparislerim*/ {
	background: url(../img/SiparislerimIkon.png) 18px 15px no-repeat #6d6e72;
	padding: 15px 20px 15px 51px;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.Uyelik_Yonetim-Kullanicilar_SecenekAdreslerim /*UyeYonetimListAdreslerim*/ {
	background: url(../img/AdreslerimIkon.png) 18px 15px no-repeat #6d6e72;
	padding: 15px 20px 15px 51px;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.Uyelik_Yonetim-Kullanicilar_SecenekYorumlarim /*UyeYonetimListYorumlarim*/ {
	background: url(../img/YorumlarimIkon.png) 18px 15px no-repeat #6d6e72;
	padding: 15px 20px 15px 51px;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.Uyelik_Yonetim-Kullanicilar_SecenekBilgilerimSecili /*UyeYonetimListBilgilerimSecili*/ {
	background: url(../img/BilgilerimIkonSecili.png) 14px 15px #0e5588 no-repeat;
	padding: 15px 20px 15px 47px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.Uyelik_Yonetim-Kullanicilar_SecenekSiparislerimSecili /*UyeYonetimListSiparislerimSecili*/ {
	background: url(../img/SiparislerimIkonSecili.png) 14px 15px #0e5588 no-repeat;
	padding: 15px 20px 15px 47px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.Uyelik_Yonetim-Kullanicilar_SecenekAdreslerimSecili /*UyeYonetimListAdreslerimSecili*/ {
	background: url(../img/AdreslerimIkonSecili.png) 14px 15px #0e5588 no-repeat;
	padding: 15px 20px 15px 47px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.Uyelik_Yonetim-Kullanicilar_SecenekYorumlarimSecili /*UyeYonetimListYorumlarimSecili*/ {
	background: url(../img/YorumlarimIkonSecili.png) 14px 15px #0e5588 no-repeat;
	padding: 15px 20px 15px 47px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.Uyelik_Yonetim-Kullanicilar_IcerikKapsayici /*UyeYonetimDetay*/ {
	width: 924px;
	background: transparent;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.Uyelik_Yonetim-Kullanicilar_FirmaKapsayici /*UyeYonetimCariAdi*/ {
	margin: 0px 0px 30px 41px;
	padding: 10px;
	border-radius: 5px;
}
.Uyelik_Yonetim-Kullanicilar_FirmaBaslik /*UyeYonetimCariAdiBaslik*/ {
	font-weight: bold;
	float: left;
	font-size: 16px;
	margin-right: 10px;
	color: #8c7646;
	width: 105px;
}
.Uyelik_Yonetim-Kullanicilar_FirmaBilgi /*UyeYonetimCariBilgi*/ {
	font-size: 17px;
}

.Uyelik_Yonetim-Kullanicilar_UyeKapsayici /*UyeYonetimKullaniciAdi*/ {
	margin: 0px 0px 30px 41px;
	padding: 10px;
	border-radius: 5px;
}
.Uyelik_Yonetim-Kullanicilar_UyeBaslik /*UyeYonetimKullaniciAdiBaslik*/ {
	font-weight: bold;
	float: left;
	font-size: 16px;
	margin-right: 10px;
	color: #fec107;
	width: 105px;
}

.Uyelik_Yonetim-Kullanicilar_UyeBilgi /*UyeYonetimKullaniciBilgi*/ {
	font-size: 17px;
}
.UyeYonetimDetayBaslik {
	color: #000;
	padding: 23px 0 20px 46px;
	font-size: 22px;
	clear: both;
}
.Uyelik_Yonetim-Kullanicilar_IcerikSecenegiKapsayici /*UyeYonetimAfterLogin*/ {
	background-color: transparent;
	float: left;
	width: 100%;
	max-width: 850px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 50px;
}

.Uyelik_Yonetim-Kullanicilar_IcerikSecenegiBilgilerimBaslik /*UyeYonetimAfterLoginLabel*/ {
	background-color: transparent;
	float: left;
	width: 100%;
	max-width: 410px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 50px;
	color: #fec107;
}

.Uyelik_Yonetim-Kullanicilar_IcerikSecenegiBilgilerimAciklama 
{
	width: 100%;
	height: 60px;
	margin: 10px 0px;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	padding: 3px;
	float: left;
	font-weight: normal;
	color: #6d6e72;
	font-style: italic;
	position: relative;
	text-indent: 25px;
	background-color: #fff;
}
.Uyelik_Yonetim-Kullanicilar_IcerikSecenegiBilgilerimAciklama::before /*KullaniciMenuBilgiBilgilerim::before*/ {
	background: url(../img/KullaniciBilgilerim.png) no-repeat;
	content: "";
	width: 42px;
	height: 42px;
	position: absolute;
	top: -21px;
	left: -21px;
}

.Uyelik_Yonetim-Kullanicilar_IcerikSecenegiSiparislerimBaslik /*UyeYonetimAfterLoginLabel*/ {
	background-color: transparent;
	float: left;
	width: 100%;
	max-width: 410px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 50px;
	color: #fec107;
}

.Uyelik_Yonetim-Kullanicilar_IcerikSecenegiSiparislerimAciklama
	
{
	width: 100%;
	height: 60px;
	margin: 10px 0px;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	padding: 3px;
	float: left;
	font-weight: normal;
	color: #6d6e72;
	font-style: italic;
	position: relative;
	text-indent: 25px;
	background-color: #fff;
}
.Uyelik_Yonetim-Kullanicilar_IcerikSecenegiSiparislerimAciklama::before {
	background: url(../img/KullaniciSiparislerim.png) no-repeat;
	content: "";
	width: 42px;
	height: 42px;
	position: absolute;
	top: -21px;
	left: -21px;
}

.Uyelik_Yonetim-Kullanicilar_IcerikSecenegiAdreslerimBaslik /*UyeYonetimAfterLoginLabel*/ {
	background-color: transparent;
	float: left;
	width: 100%;
	max-width: 410px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 50px;
	color: #fec107;
}
 
.Uyelik_Yonetim-Kullanicilar_IcerikSecenegiAdreslerimAciklama 
{
	width: 100%;
	height: 60px;
	margin: 10px 0px;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	padding: 3px;
	float: left;
	font-weight: normal;
	color: #6d6e72;
	font-style: italic;
	position: relative;
	text-indent: 25px;
	background-color: #fff;
}
.Uyelik_Yonetim-Kullanicilar_IcerikSecenegiAdreslerimAciklama::before {
	background: url(../img/KullaniciAdreslerim.png) no-repeat;
	content: "";
	width: 42px;
	height: 42px;
	position: absolute;
	top: -21px;
	left: -21px;
}

.Uyelik_Yonetim-Kullanicilar_IcerikSecenegiYorumlarimBaslik /*UyeYonetimAfterLoginLabel*/ {
	background-color: transparent;
	float: left;
	width: 100%;
	max-width: 410px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 50px;
	color: #fec107;
}
 
.Uyelik_Yonetim-Kullanicilar_IcerikSecenegiYorumlarimAciklama
 
{
	width: 100%;
	height: 60px;
	margin: 10px 0px;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	padding: 3px;
	float: left;
	font-weight: normal;
	color: #6d6e72;
	font-style: italic;
	position: relative;
	text-indent: 25px;
	background-color: #fff;
}
.Uyelik_Yonetim-Kullanicilar_IcerikSecenegiYorumlarimAciklama::before {
	background: url(../img/KullaniciYorumlarim.png) no-repeat;
	content: "";
	width: 42px;
	height: 42px;
	position: absolute;
	top: -21px;
	left: -21px;
}
 
.UyeYonetimAdreslerim-GuncellendiMesaj {
	margin: 35px 0px 12px 50px;
	border: 2px solid #8c7646;
	padding: 16px 17px 16px 28px;
	font-size: 15px;
	position: relative;
}
.UyeYonetimAdreslerim-GuncellendiMesajIkon {
	background: url(../img/GuncellendiMesajIkon.png) #fff no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
}

.UyeYonetimMobileMenu {
	background-color: #fff;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	display: none;
	margin-bottom: 10px;
}
.UyeYonetimMobileMenuIkon {
	display: block;
	float: right;
}
.UyeYonetimMobileMenuIkon > i {
	font-weight: normal;
	margin-top: 6px;
}
.UyeYonetimMobileMenuBaslik {
	background-color: #e7b401;
	color: #fff;
	font-size: 18px;
	padding: 5px 22px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	cursor: pointer;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 30px;
}
.UyeYonetimMobileMenuList {
	width: 100%;
	display: none;
}
 
.UyeYonetimMobileMenuSecili a {
	color: #f24a00;
}
.UyeYonetimMobileMenuLink {
	display: block;
	padding: 8px 10px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #eee;
}
.UyeYonetimMobileMenuLink:hover {
	color: #f24a00;
}
.UyeYonetimMenu {
	width: 250px;
	float: left;
	height: auto;
	clear: both;
}
.UyeYonetimMenuBaslik {
	font-size: 18px;
	font-weight: bold;
	background: url(../img/UyeMenuIkon.png) 17px 23px #1a1a1a no-repeat;
	padding: 22px 10px 19px 50px;
	border-bottom: 1px solid #fff;
	color: #fec107;
}
.UyeYonetimDetay {
	width: 924px;
	background: transparent;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.UyeYonetimListBilgilerim {
	background: url(../img/BilgilerimIkon.png) 18px 15px no-repeat #5f5f5f;
	padding: 15px 20px 15px 51px;
	font-size: 14px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.UyeYonetimListSiparislerim {
	background: url(../img/SiparislerimIkon.png) 18px 15px no-repeat #5F5F5F;
	padding: 15px 20px 15px 51px;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.UyeYonetimListAdreslerim {
	background: url(../img/AdreslerimIkon.png) 18px 15px no-repeat #5f5f5f;
	padding: 15px 20px 15px 51px;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.UyeYonetimListYorumlarim {
	background: url(../img/YorumlarimIkon.png) 18px 15px no-repeat #5f5f5f;
	padding: 15px 20px 15px 51px;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.UyeYonetimListBilgilerimSecili {
	background: url(../img/BilgilerimIkonSecili.png) 14px 15px #EFF0EA no-repeat;
	padding: 15px 20px 15px 47px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #fff;
}
.UyeYonetimKullaniciAdi {
	margin: 0px 0px 30px 41px;
	padding: 10px;
	border-radius: 5px;
}
.UyeYonetimKullaniciAdiBaslik {
	font-weight: bold;
	float: left;
	font-size: 16px;
	margin-right: 10px;
	color: #fec107;
	width: 105px;
}
.UyeYonetimKullaniciBilgi {
	font-size: 17px;
}
.UyeYonetimAdreslerimForm {
	background-color: transparent;
	float: left;
	width: 100%;
	max-width: 410px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 50px;
}
.UyeYonetimAdreslerimFormInputBol {
	width: 100%;
	max-width: 336px;
	height: 30px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
}
.UyeYonetimFormSelectMeslek {
	width: 318px;
	height: 34px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
	padding: 6px;
}
.UyeYonetimProfilFormBtn {
	background: url(../img/GuncelleIkon2.png) no-repeat 21px 10px #e7b401;
	color: #fff;
	border: none;
	cursor: pointer;
	float: left;
	margin: 0 15px 25px 50px;
	font-weight: bold;
	padding: 12px 2px 10px 32px;
	width: 200px;
	text-align: center;
	font-size: 16px;
	-webkit-transition: background-color 0.1s ease;
	-o-transition: background-color 0.1s ease;
	transition: background-color 0.1s ease;
}
.UyeYonetimProfilFormBtn:hover {
	background-color: #6d6e72;
}
.UyeYonetimIletisimForm {
	background-color: transparent;
	float: left;
	width: 100%;
	max-width: 410px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 50px;
}
.UyeYonetimIletisimFormInputBolBilgiler {
	width: 330px;
	height: 30px;
	margin: 10px 0 20px;
	padding-left: 8px;
	border: 1px solid #c2c2c2;
}
.UyeForm-AdresBilgiler {
	width: 330px; /*! height: 30px; */
	margin: 10px 0 20px;
	padding-left: 8px;
	border: 1px solid #c2c2c2;
	max-width: 100%;
}
.UyeForm-SelectSehirBilgiler,
.UyeForm-SelectIlceBilgiler {
	max-width: 100%;
	width: 340px;
	height: 34px;
	margin: 10px 0 10px;
	border: 1px solid #d9d9d9;
	padding: 6px;
}
.UyeFormSelectGunBilgiler {
	width: 103px;
	height: 34px;
	margin: 10px 0 10px;
	border: 1px solid #d9d9d9;
	padding: 6px;
}
.UyeFormSelectAyBilgiler {
	width: 103px;
	height: 34px;
	margin: 10px 0 10px;
	border: 1px solid #d9d9d9;
	padding: 6px;
}
.UyeFormSelectYilBilgiler {
	width: 130px;
	height: 34px;
	margin: 10px 0 10px;
	border: 1px solid #d9d9d9;
	padding: 6px;
}
.UyeFormSelectCinsiyet {
	width: 110px;
}
#UyeForm {
	width: 100%;
	max-width: 100%;
	display: flex;
}
.UyeYonetimDetay #UyeForm{
	display: block;
}

.UyeYonetimAdreslerimFormInputBol {
	width: 418px;
	height: 30px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
}
.UyeYonetimFormSelectOgrenimBilgiler {
	width: 340px;
	height: 34px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}
.UyeYonetimFormSelectMeslek {
	width: 100%;
	max-width: 338px;
	height: 34px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
	padding: 6px;
}
.UyeYonetimFormSelectUlkeBilgiler {
	width: 340px;
	height: 34px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
	padding: 6px;
}
.UyeFormSelectCinsiyet {
	width: 340px;
	height: 34px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
	padding: 6px;
}
.UyeYonetim {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
	clear: both;
}
.UyeYonetimIletisimFormButon {
	float: left;
	width: 100%;
} 
.UyeYonetimListSiparislerimSecili {
	background: url(../img/SiparislerimIkonSecili.png) 14px 15px #EFF0EA no-repeat;
	padding: 15px 20px 15px 47px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #fff;
}

.UyeSiparislerimBilgiTablosu {
	width: 100%;
	max-width: 885px;
	margin: 0 auto;
	text-align: left;
	border: 0px;
	margin-left: 40px;
	margin-bottom: 30px;
}
.UyeSiparislerimTh {
	background: #f1f1f1;
	padding: 8px 10px;
	font-size: 13px;
	border: 1px solid #dedede;
}
.UyeSiparislerimTr {
	background-color: #fff;
}
.UyeSiparislerimTrX {
	background-color: #fff;
}
.UyeSiparislerimTd {
	padding: 10px 5px;
	font-size: 12px;
	line-height: 15px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.UyeSiparislerimTd:first-child {
	border-left: 1px solid #ccc;
}
.UyeSiparislerimTd-Link {
	text-decoration: underline;
	color: #8c7646;
}
.UyeYonetimSiparislerim-BosMesaj {
	margin: 5px 0px 32px 50px;
	border: 2px solid #000;
	padding: 16px 17px 16px 28px;
	font-size: 14px;
	position: relative;
}
.UyeYonetimSiparislerim-BosMesajIkon {
	background: url(../img/infoikon.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
}
/*-- [Uyelik Siparislerim Filtre */
.Uyelik-Siparis_Filtre-AramaKelime {
	float: left;
	width: 120px;
	box-sizing: border-box;
	padding: 5px 5px 0px 0px;
}
.Uyelik-Siparis_Filtre-AramaKelimeBaslik {
	font-size: 13px;
	font-weight: bold;
	height: 20px;
}
.Uyelik-Siparis_Filtre-AramaKelimeBaslik:after {
	content: ":";
}
 
.Uyelik-Siparis_Filtre-AramaKelimeGiris {
	width: 100%;
	max-width: 542px;
	height: 35px;
	border: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}

.Uyelik-Siparis_Filtre {
	color: #000;
	padding: 23px 0px 0px 46px;
	clear: both;
	float: left;
}
.Uyelik-Siparis_Filtre-Durum {
	float: left;
	width: 175px;
	box-sizing: border-box;
	padding: 5px 5px 0px 0px;
}
.Uyelik-Siparis_Filtre-DurumBaslik {
	font-size: 13px;
	font-weight: bold;
	height: 20px;
}
.Uyelik-Siparis_Filtre-DurumBaslik:after {
	content: ":";
}

.Uyelik-Siparis_Filtre-DurumSecim {
	width: 100%;
	max-width: 528px;
	height: 34px;
	border: 1px solid #d9d9d9;
	padding: 6px;
}

.Uyelik-Siparis_Filtre-OdemeSekli {
	float: left;
	width: 175px;
	box-sizing: border-box;
	padding: 5px 5px 0px 0px;
}
.Uyelik-Siparis_Filtre-OdemeSekliBaslik {
	font-size: 13px;
	font-weight: bold;
	height: 20px;
}
.Uyelik-Siparis_Filtre-OdemeSekliBaslik:after {
	content: ":";
}
.Uyelik-Siparis_Filtre-OdemeSekliKapsayici {
	font-size: 13px;
	font-weight: bold;
}
.Uyelik-Siparis_Filtre-OdemeSekliSecim {
	width: 100%;
	max-width: 528px;
	height: 34px;
	border: 1px solid #d9d9d9;
	padding: 6px;
}

.Uyelik-Siparis_Filtre-SiparisId {
	float: left;
	width: 120px;
	box-sizing: border-box;
	padding: 5px 5px 0px 0px;
}
.Uyelik-Siparis_Filtre-SiparisIdBaslik {
	font-size: 13px;
	font-weight: bold;
	height: 20px;
}
.Uyelik-Siparis_Filtre-SiparisIdBaslik:after {
	content: ":";
} 
.Uyelik-Siparis_Filtre-SiparisIdGiris {
	width: 100%;
	max-width: 542px;
	height: 35px;
	border: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}

.Uyelik-Siparis_Filtre-Tarih {
	float: left;
	width: 165px;
	box-sizing: border-box;
	padding: 5px 0px 0px 0px;
}

.Uyelik-Siparis_Filtre-SiparisIdBaslik:after {
	content: ":";
}
.Uyelik-Siparis_Filtre-SiparisTarihiBaslangicKapsayici {
	float: left;
	width: 75px;
	padding: 0px 5px 0px 0px;
}
.Uyelik-Siparis_Filtre-SiparisTarihiBaslangicGiris {
	width: 100%;
	max-width: 542px;
	height: 35px;
	border: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}
.Uyelik-Siparis_Filtre-SiparisTarihiBitisKapsayici {
	float: left;
	width: 75px;
	padding: 0px 5px 0px 0px;
}
.Uyelik-Siparis_Filtre-SiparisTarihiBitisGiris {
	width: 100%;
	max-width: 542px;
	height: 35px;
	border: 1px solid #d9d9d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}

.Uyelik-Siparis_Filtre-Ara {
	float: left;
	width: 120px;
	box-sizing: border-box;
	padding: 5px 5px 0px 0px;
}
.Uyelik-Siparis_Filtre-SiparisAraBaslik {
	font-size: 13px;
	font-weight: bold;
	height: 20px;
} 
.Uyelik-Siparis_Filtre-SiparisAraListele {
	background-color: #e7b401;
	color: #fff;
	float: left;
	font-weight: bold;
	padding: 7px 2px;
	width: 120px;
	text-align: center;
	font-size: 16px;
}


.UyeYonetimDetayTabloStil-Siparis-KargoFirmasiBaslik {
	display: inline-block;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-KargoFirmasiIcerik {
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
	max-width: 565px;
	float: left;
}
.UyeYonetimDetayTabloStil-Siparis-KargoKoduBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-KargoKoduIcerik {
	max-width: 565px;
	float: left;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-KargoDetayBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-KargoDetayIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-SiparisNoBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-SiparisNoIcerik {
	max-width: 565px;
	color: red;
	float: left;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-TarihBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-TarihIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-BankaAdiBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-BankaAdiIcerik {
	max-width: 565px;
	float: left;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-OdemeSekliBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-OdemeSekliIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-TaksitSayisiBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-TaksitSayisiIcerik {
	max-width: 565px;
	float: left;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-DurumBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-DurumIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Siparis-MesajBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: auto;
	min-height: 30px;
	padding-top: 20px;
}
.UyeYonetimDetayTabloStil-Siparis-MesajIcerik {
	max-width: 565px;
	float: left;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 40px;
	min-height: 40px;
	overflow: hidden;
}
.UyeYonetimDetayTabloStil-Siparis-KampanyaBaslik {
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	padding-top: 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: auto;
	min-height: 30px;
	padding-top: 20px;
}
.UyeYonetimDetayTabloStil-Siparis-KampanyaIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 40px;
	min-height: 40px;
	overflow: hidden;
}
.UyeYonetimDetayTabloStil-Teslimat-FirmaBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-FirmaIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-VergiDairesiBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-VergiDairesiIcerik {
	max-width: 565px;
	float: left;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-VergiNoBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-VergiNoIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-FirmaBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-FirmaIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-VergiDairesiBaslik {
	float: left;
	font-size: 12px;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-VergiDairesiIcerik {
	max-width: 565px;
	float: left;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-VergiNoBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-VergiNoIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-AdiSoyadiBaslik {
	float: left;
	font-size: 12px;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-AdiSoyadiIcerik {
	max-width: 565px;
	float: left;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-TelefonBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-TelefonIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-FaxBaslik {
	float: left;
	font-size: 12px;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-FaxIcerik {
	max-width: 565px;
	float: left;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-EmailBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-EmailIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-TeslimEdilecekKisiBaslik {
	float: left;
	font-size: 12px;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-TeslimEdilecekKisiIcerik {
	max-width: 565px;
	float: left;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-TeslimatAdresiBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-TeslimatAdresiIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-SiparisNoBaslik {
	float: left;
	font-size: 12px;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-SiparisNoIcerik {
	max-width: 565px;
	float: left;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-TarihBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-TarihIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-BankaAdiBaslik {
	float: left;
	font-size: 12px;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-BankaAdiIcerik {
	max-width: 565px;
	float: left;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-OdemeSekliBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-OdemeSekliIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-TaksitSayisiBaslik {
	float: left;
	font-size: 12px;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-TaksitSayisiIcerik {
	max-width: 565px;
	float: left;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-DurumBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-DurumIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-MesajBaslik {
	float: left;
	font-size: 12px;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-MesajIcerik {
	max-width: 565px;
	float: left;
	background: #ffffff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}

.UyeYonetimDetayTabloStil-Fatura-SiparisNoBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-SiparisNoIcerik {
	max-width: 565px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-TarihBaslik {
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-TarihIcerik {
	max-width: 565px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-BankaAdiBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-BankaAdiIcerik {
	max-width: 565px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-OdemeSekliBaslik {
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-OdemeSekliIcerik {
	max-width: 565px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-TaksitSayisiBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-TaksitSayisiIcerik {
	max-width: 565px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-DurumBaslik {
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-DurumIcerik {
	max-width: 565px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-MesajBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-MesajIcerik {
	max-width: 565px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
} 
.UyeYonetimDetayTabloStil-Teslimat-SiparisNoBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-SiparisNoIcerik {
	max-width: 565px;
	float: left;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-TarihBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-TarihIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-BankaAdiBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-BankaAdiIcerik {
	max-width: 565px;
	float: left;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-OdemeSekliBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-OdemeSekliIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-TaksitSayisiBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-TaksitSayisiIcerik {
	max-width: 565px;
	float: left;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-DurumBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-DurumIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-MesajBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Teslimat-MesajIcerik {
	max-width: 565px;
	float: left;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-FirmaBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-FirmaIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-VergiDairesiBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-VergiDairesiIcerik {
	max-width: 565px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-VergiNoBaslik {
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-VergiNoIcerik {
	max-width: 565px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-AdiSoyadiBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-AdiSoyadiIcerik {
	max-width: 565px;
	float: left;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-TelefonBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-TelefonIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-FaxBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-FaxIcerik {
	max-width: 565px;
	float: left;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-EmailBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-EmailIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-TeslimEdilecekKisiBaslik {
	float: left;
	font-size: 12px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-TeslimEdilecekKisiIcerik {
	max-width: 565px;
	float: left;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloStil-Fatura-TeslimatAdresiBaslik {
	float: left;
	font-size: 12px;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 285px;
	float: left;
	margin-left: 51px;
	margin-bottom: -1px;
	height: 15px;
	margin-bottom: 50px;
}
.UyeYonetimDetayTabloStil-Fatura-TeslimatAdresiIcerik {
	max-width: 565px;
	float: left;
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 571px;
	float: left;
	margin-bottom: -1px;
	height: 15px;
}
.UyeYonetimDetayTabloToplam {
	overflow: hidden;
	width: 275px;
	height: 225px;
	background: #f8f8f8;
	border: 1px solid #aaa;
	float: right;
	margin: 26px 0;
	padding: 20px;
	font-size: 17px;
}
.UyeYonetimDetayTabloToplamRakam {
	float: right;
	width: 155px;
	text-align: right;
}
.UyeYonetimDetayTabloToplamYazi {
	width: 120px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
}
.UyeYonetimDetayTabloKargoUcreti {
	width: 120px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
}
.UyeYonetimDetayTabloKargoRakam {
	float: right;
	width: 155px;
	text-align: right;
}
.UyeYonetimDetayTabloIndirim {
	width: 120px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
}
.UyeYonetimDetayTabloIndirimRakam {
	float: right;
	width: 155px;
	text-align: right;
}

.UyeYonetimDetayTabloIndirim {
	width: 120px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
}
.UyeYonetimDetayTabloIndirimRakam {
	float: right;
	width: 155px;
	text-align: right;
}

.UyeYonetimDetayTabloVadeTutari {
	width: 120px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
}
.UyeYonetimDetayVadeTutariRakam {
	float: right;
	width: 155px;
	text-align: right;
}

.UyeYonetimDetayTabloKdv {
	width: 120px;
	float: left;
	clear: both;
}
.UyeYonetimDetayTabloKdvRakam {
	float: right;
	width: 155px;
	text-align: right;
}
.UyeYonetimDetayTabloGenelToplam {
	float: left;
	font-weight: bold;
	color: #000;
	border-top: 1px solid #000;
	padding-top: 10px;
	margin-top: 10px;
	width: 120px;
	clear: both;
}
.UyeYonetimDetayTabloGenelToplamRakam {
	float: left;
	font-weight: bold;
	color: #000;
	border-top: 1px solid #000;
	padding-top: 10px;
	margin-top: 10px;
	width: 155px;
	text-align: right;
}
.UyeYonetimBilgiTablosu {
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	text-align: left;
	border-collapse: collapse;
	margin-left: 50px;
}
.UyeYonetimTh {
	background: #f1f1f1;
	padding: 8px 10px;
	font-size: 13px;
	border: 1px solid #dedede;
}
.UyeYonetimTd {
	padding: 10px 5px;
	font-size: 12px;
	line-height: 15px;
	border: 1px solid #dedede;
}
.UyeYonetim-Urun-Img {
	display: block;
	margin: 0 auto;
}
.UyeYonetimSiparislerimDetay-BosMesaj {
	margin: 6px 0px 30px 51px;
	border: 2px solid #000;
	padding: 16px 17px 16px 28px;
	font-size: 14px;
	position: relative;
}
.UyeYonetimSiparislerimDetay-BosMesajIkon {
	background: url(../img/infoikon.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
}

/* ÃƒÆ’Ã…â€œyelik SipariÃƒâ€¦Ã…Â¸ Detay] */
/* [ÃƒÆ’Ã…â€œyelik Adreslerim Yeni Adres */
.UyeYonetimListAdreslerimSecili {
	background: url(../img/AdreslerimIkonSecili.png) 14px 15px #EFF0EA no-repeat;
	padding: 15px 20px 15px 47px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #fff;
}
.UyeYonetimDetay-Adreslerim-Liste {
	padding-left: 0px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	max-width: 872px;
	width: 100%;
	margin-left: 50px;
}
.UyeYonetimDetay-Adreslerim-Detay {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	padding: 30px 20px;
	border-bottom: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.UyeYonetimDetay-Adreslerim-Detay:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
.UyeYonetimDetay-Adreslerim-Bilgi {
	display: inline-block;
	float: left;
	margin-top: 20px;
}
.UyeYonetimDetay-Adreslerim-Bilgi > span {
	margin-left: 20px;
	font-size: 15px;
}
.UyeYonetimDetay-Adreslerim-Bilgi > i {
	font-size: 21px;
}
.UyeYonetimDetay-Adres-Bilgisi {
	display: inline-block;
	float: right;
	font-size: 15px;
	width: 80%;
}
.UyeYonetimDetay-Adres-Ulke {
	display: block;
}
.UyeYonetimDetay-Adres-DuzenleButon {
	display: inline-block;
	background: url(../img/duzenleIkon2.png) no-repeat center center;
	width: 28px;
	height: 28px;
	border: 1px solid #333;
	vertical-align: middle;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	margin-top: 15px;
	cursor: pointer;
}
.UyeYonetimDetay-Adres-SilButon {
	display: inline-block;
	background: url(../img/silIkon2.png) no-repeat center center;
	width: 28px;
	height: 28px;
	border: 1px solid #333;
	vertical-align: middle;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	margin-top: 15px;
	margin-left: 10px;
	cursor: pointer;
}
.UyeYonetimDetay-Adreslerim-BireyselIkon {
	background: url(../img/personel-icon2.png) no-repeat right center;
	width: 17px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.UyeYonetimDetay-Adreslerim-Ikon {
	padding-left: 30px;
	font-weight: bold;
	padding-top: 3px;
}
.UyeYonetimDetay-Adreslerim-KurumsalIkon {
	background: url(../img/kurumsal-icon2.png) no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -5px;
}

.UyeYonetimAdreslerimForm {
	background-color: transparent;
	float: left;
	width: 100%;
	max-width: 410px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 50px;
}
.UyeYonetimAdreslerimFormTextArea {
	width: 418px;
	height: 80px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
	max-width: 336px;
}
.UyeYonetimAdreslerimFormInputBol {
	width: 100%;
	max-width: 336px;
	height: 30px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
}
.UyeYonetimFormSelectOgrenim {
	width: 316px;
	height: 34px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
	padding: 6px;
}
.UyeYonetimFormSelectMeslek {
	width: 318px;
	height: 34px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
	padding: 6px;
}
.UyeYonetimAdreslerimBtn {
	background: url(../img/artiIkon.png) no-repeat 16px 15px #e7b401;
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 11px 22px 12px 46px;
	margin: 20px 0px 20px 50px;
	cursor: pointer;
	height: 22px;
	line-height: 23px;
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	display: block;
	clear: both;
}
.UyeYonetimAdreslerimBtn:hover {
	background-color: #6d6e72;
}
.UyeYonetimAdreslerimFormInputBol {
	width: 418px;
	height: 30px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
}
.UyeYonetimFormSelectOgrenim {
	width: 340px;
	height: 34px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.UyeYonetimFormSelectMeslek {
	width: 100%;
	max-width: 338px;
	height: 34px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
	padding: 6px;
}
.UyeYonetimAdreslerim-AdresEklendiMesaj {
	margin: 35px 0px 20px 50px;
	border: 2px solid #8c7646;
	padding: 16px 17px 16px 28px;
	font-size: 14px;
	position: relative;
}
.UyeYonetimAdreslerim-AdresEklendiMesajIkon {
	background: url(../img/SonucBasariliIkon.png) no-repeat #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.UyeYonetimAdreslerim-BosMesaj {
	margin: 5px 0px 12px 50px;
	border: 2px solid #000;
	padding: 16px 17px 16px 28px;
	font-size: 14px;
	position: relative;
}
.UyeYonetimAdreslerim-BosMesajIkon {
	background: url(../img/infoikon.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.UyeYonetimAdreslerim-HataMesaj {
	margin: 35px 0px 12px 50px;
	border: 2px solid #000;
	padding: 16px 17px 16px 28px;
	font-size: 15px;
	position: relative;
}
.UyeYonetimAdreslerim-HataMesajIkon {
	background: url(../img/UyeYonetimDetay_AdreslerimHataMesajIkon.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.UyeYonetimAdreslerim-SilindiMesaj {
	margin: 35px 0px 12px 50px;
	border: 2px solid #000;
	padding: 16px 17px 16px 28px;
	font-size: 15px;
	position: relative;
}
.UyeYonetimAdreslerim-SilindiMesajIkon {
	background: url(../img/SilindiMesajIkon.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.UyeYonetimAdreslerim-GuncellendiMesaj {
	margin: 35px 0px 12px 50px;
	border: 2px solid #8c7646;
	padding: 16px 17px 16px 28px;
	font-size: 15px;
	position: relative;
}
.UyeYonetimAdreslerim-GuncellendiMesajIkon {
	background: url(../img/GuncellendiMesajIkon.png) #fff no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.Sepet-YeniAdresEkleBtn,
.AdreslerList-YeniAdresEkleBtn,
.AdreslerYeni-AdresiEkleBtn,
.AdreslerDuzenle-AdresiKaydetBtn,
.Siparis-IlkAdresEkleBtn,
.Siparis-AdreslerList-YeniAdresEkleBtn {
	background: url(../img/artiIkon.png) no-repeat 16px 12px #e7b401;
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 11px 22px 9px 46px;
	margin: 15px 5px 0px 0px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.AdreslerYeni-AdresiEkleBtn:hover {
	background-color: #6d6e72;
}

/* ÃƒÆ’Ã…â€œyelik Adreslerim Yeni Adres] */
/* [ÃƒÆ’Ã…â€œyelik YorumlarÃƒâ€žÃ‚Â±m */
.UyeYonetimListYorumlarimSecili {
	background: url(../img/YorumlarimIkonSecili.png) 14px 15px #EFF0EA no-repeat;
	padding: 15px 20px 15px 47px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #fff;
}

.UyeYonetimDetay-HataMesaj {
	margin: 16px 0px 30px 51px;
	border: 2px solid #ff0000;
	padding: 16px 17px 16px 28px;
	font-size: 15px;
	position: relative;
}
.UyeYonetimDetay-HataMesajIkon {
	background: url(../img/UyeYonetimDetay_YorumHataMesajIkon.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.UyeYonetimYorumlarim-BosMesaj {
	margin: 6px 0px 30px 51px;
	border: 2px solid #fec107;
	padding: 16px 17px 16px 28px;
	font-size: 14px;
	position: relative;
}
.UyeYonetimYorumlarim-BosMesajIkon {
	background: url(../img/infoikon.png) #fff no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.UyeYonetimDetay-GuncellendiMesaj {
	margin: 6px 0px 30px 51px;
	border: 2px solid #8c7646;
	padding: 16px 17px 16px 28px;
	font-size: 15px;
	position: relative;
}
.UyeYonetimDetay-GuncellendiMesajIkon {
	background: url(../img/GuncellendiMesajIkon.png) no-repeat #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.UyeYonetimDetay-SilindiMesaj {
	margin: 6px 0px 30px 51px;
	border: 2px solid #8c7646;
	padding: 16px 17px 16px 28px;
	font-size: 15px;
	position: relative;
}
.UyeYonetimDetay-SilindiMesajIkon {
	background: url(../img/SilindiMesajIkon.png) no-repeat #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
}
/* - */
.UyeYonetimYorumlarimFormBtnLink {
	background: url(../img/GuncelleIkon2.png) no-repeat 15px 10px #e7b401;
	color: #fff;
	float: left;
	margin: 0 15px 15px 51px;
	font-weight: bold;
	padding: 12px 2px 11px 28px;
	width: 136px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: background-color 0.1s ease;
	-o-transition: background-color 0.1s ease;
	transition: background-color 0.1s ease;
	margin-top: 10px;
	border: 0px;
	clear: both;
}
.UyeYonetimYorumlarimFormBtnLink:hover {
	background-color: #6d6e72;
}
.UyeYonetimFormSelectPuanla {
	width: 166px;
	height: 34px;
	margin: 10px 0 20px;
	border: 1px solid #c2c2c2;
	padding: 6px;
}
.UyeYonetimYorumlarimForm {
	font-size: 16px;
	font-weight: bold;
	padding-left: 51px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.UyeYonetimYorumlarimFormTextarea {
	border: 1px solid #a6a6a6;
	font-family: Arial;
	font-size: 14px;
	height: auto;
	min-height: 150px;
	margin-bottom: 10px;
	padding-left: 13px;
	padding-top: 10px;
	resize: none;
	width: 95%;
	max-width: 860px;
}
.UyeYonetimYorumlarimFormInput {
	border: 1px solid #a6a6a6;
	font-family: Arial;
	font-size: 14px;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 13px;
	padding-top: 10px;
	resize: none;
	width: 95%;
	max-width: 860px;
}
.UyeYonetimYorumlarimBilgiTablosu {
	width: 100%;
	max-width: 872px;
	margin-left: 50px;
	text-align: left;
	border-collapse: collapse;
}
.UyeYonetimYorumlarimTh {
	background: #f1f1f1;
	padding: 8px 10px;
	font-size: 13px;
	border: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.UyeYonetimYorumlarimBaslikTd,
.UyeYonetimYorumlarimTarihTd,
.UyeYonetimYorumlarimEditTd,
.UyeYonetimYorumlarimSilTd {
	padding: 10px 5px;
	font-size: 12px;
	line-height: 15px;
	border: 1px solid #dedede;
}
.UyeYonetimYorumlarimBaslikTd {
	min-width: 630px;
	width: 75%;
}
.UyeYonetimYorumlarimTarihTd {
	max-width: 126px;
	width: 11%;
}
.UyeYonetimYorumlarimEditTd {
	max-width: 71px;
	width: 7%;
}
.UyeYonetimYorumlarimSilTd {
	max-width: 38px;
	width: 7%;
}
.UyeYonetimYorumlarimTd-Link {
	display: block;
	text-align: center;
}
.UyeYonetimYorumlarimEditTd > a {
	background: url(../img/duzenleIkon2.png) no-repeat center center;
	width: 16px;
	height: 16px;
	top: 0px;
	left: 20px;
	position: relative;
	cursor: pointer;
}
.UyeYonetimYorumlarimSilTd > a {
	background: url(../img/silIkon2.png) no-repeat center center;
	width: 16px;
	height: 16px;
	top: 0px;
	left: 15px;
	position: relative;
	cursor: pointer;
}
.UyeYonetimYorumlarimTr {
	background-color: #f7f7f7;
}


.text-success {
	color: var(--renk68);
}
.text-danger {
	color: var(--renk69);
}
.text-primary {
	color: var(--renk70);
}
.text-info {
	color: var(--renk71);
}
.CariHesap-OrtaKisim {
	width: 961px;
	margin: 0 auto;
	height: 205px;
}
.CariHesap-IcSayfa {
	width: 960px;
	height: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	margin-bottom: 10px;
	float: left;
}
.CariHesap-Banner {
	background: url(../img/carihesapbg.png) no-repeat no-repeat 0 -36px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid var(--renk1);
	width: 957px;
	height: 80px;
	position: relative;
}
.CariHesap-Banner_Baslik {
	padding: 24px 55px 22px 90px;
	font-size: 27px;
	color: var(--renk72);
}
.CariHesap-Content {
	background: var(--renk1);
	width: 960px;
	float: left;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 20px;
}
.CariHesap-Content_BosMesaj {
	margin: 35px 39px 12px 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid var(--renk2);
	padding: 16px 17px 16px 28px;
	font-size: 14px;
	position: relative;
}
.CariHesap-Content_BosMesaj_Icon {
	background: url(../img/infoikon.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -21px;
	top: -11px;
}
.CariHesap-Content_Tablo_Top {
	width: 914px;
	margin: 21px auto -1px;
}
.CariHesap-Content_Tablo_Bottom {
	width: 880px;
	margin: -1px auto -1px 23px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid var(--renk10);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.CariHesap-Content_Tablo_Top_IslemTarihi {
	font-size: 11px;
	background: var(--renk73);
	padding: 18px 0 18px 7px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid var(--renk74);
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 63px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: left;
	min-height: 14px;
}
.CariHesap-Content_Tablo_Top_IslemTuru {
	background: var(--renk73);
	padding: 18px 4px 18px 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 80px;
	float: left;
	min-height: 14px;
}
.CariHesap-Content_Tablo_Top_Aciklama {
	background: var(--renk73);
	padding: 18px 0 18px 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 135px;
	float: left;
	min-height: 14px;
	width: 100px;
}
.CariHesap-Content_Tablo_Top_BelgeNo {
	background: var(--renk73);
	padding: 18px 0 18px 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 100px;
	float: left;
	min-height: 14px;
}
.CariHesap-Content_Tablo_Top_DovT {
	background: var(--renk73);
	padding: 18px 0 18px 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 70px;
	float: left;
	min-height: 14px;
}
.CariHesap-Content_Tablo_Top_DovTip {
	background: var(--renk73);
	padding-top: 13px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 48px;
	float: left;
	height: 37px;
}
.CariHesap-Content_Tablo_Top_Kur {
	background: var(--renk73);
	padding: 18px 0 18px 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 40px;
	float: left;
	min-height: 14px;
}
.CariHesap-Content_Tablo_Top_TLT {
	background: var(--renk73);
	padding: 18px 0 18px 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 70px;
	float: left;
	min-height: 14px;
}
.CariHesap-Content_Tablo_Top_DovBak {
	background: var(--renk73);
	padding: 18px 0 18px 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 80px;
	float: left;
	min-height: 14px;
}
.CariHesap-Content_Tablo_Top_TLBak {
	background: var(--renk73);
	padding: 18px 0 18px 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 80px;
	float: left;
	min-height: 14px;
}
.CariHesap-Content_Tablo_Top_Detay {
	background: var(--renk73);
	padding: 18px 0 18px 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 45px;
	float: left;
	min-height: 14px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.CariHesap-Content_Tablo_Bottom_List {
	float: left;
}
.CariHesap-Content_Tablo_Bottom_List_White {
	background: var(--renk1);
}
.CariHesap-Content_Tablo_Bottom_List_Gray {
	background: var(--renk75);
}
.CariHesap-Content_Tablo_Bottom_IslemTarihi {
	font-size: 11px;
	padding: 11px 0 88888px 0px;
	margin-bottom: -88888px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid var(--renk74);
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 70px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: left;
	min-height: 24px;
}
.CariHesap-Content_Tablo_Bottom_IslemTarihiEksi {
	font-size: 11px;
	padding: 11px 0 88888px 0px;
	margin-bottom: -88888px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid var(--renk74);
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 70px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: left;
	min-height: 24px;
	color: var(--renk66);
}
.CariHesap-Content_Tablo_Bottom_IslemTuru {
	padding: 11px 4px 88888px 10px;
	margin-bottom: -88880px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 80px;
	float: left;
	min-height: 14px;
}
.CariHesap-Content_Tablo_Bottom_IslemTuruEksi {
	padding: 11px 4px 88888px 10px;
	margin-bottom: -88880px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 80px;
	float: left;
	min-height: 14px;
	color: var(--renk66);
}
.CariHesap-Content_Tablo_Bottom_Aciklama {
	padding: 11px 4px 88888px 10px;
	margin-bottom: -88880px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 131px;
	float: left;
	min-height: 16px;
}
.CariHesap-Content_Tablo_Bottom_AciklamaEksi {
	padding: 11px 4px 88888px 10px;
	margin-bottom: -88880px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 131px;
	float: left;
	min-height: 16px;
	color: var(--renk66);
	width: 96px;
}
.CariHesap-Content_Tablo_Bottom_BelgeNo {
	padding: 11px 0 88888px 10px;
	margin-bottom: -88888px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 100px;
	float: left;
	min-height: 14px;
	text-decoration: underline;
}
.CariHesap-Content_Tablo_Bottom_BelgeNoEksi {
	color: var(--renk66) !important;
	padding: 11px 0 88888px 10px;
	margin-bottom: -88888px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 100px;
	float: left;
	min-height: 14px;
	text-decoration: underline;
}
.CariHesap-Content_Tablo_Bottom_DovT {
	padding: 11px 0 88888px 10px;
	margin-bottom: -88888px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 70px;
	float: left;
	min-height: 14px;
}
.CariHesap-Content_Tablo_Bottom_DovTEksi {
	padding: 11px 0 88888px 10px;
	margin-bottom: -88888px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 70px;
	float: left;
	min-height: 14px;
	color: var(--renk66);
}
.CariHesap-Content_Tablo_Bottom_DovTip {
	padding: 11px 0 88888px 0px;
	margin-bottom: -88888px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 48px;
	float: left;
	min-height: 14px;
}
.CariHesap-Content_Tablo_Bottom_DovTipEksi {
	padding: 11px 0 88888px 0px;
	margin-bottom: -88888px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 48px;
	float: left;
	min-height: 14px;
	color: var(--renk66);
}
.CariHesap-Content_Tablo_Bottom_Kur {
	padding: 11px 0 88888px 10px;
	margin-bottom: -88888px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 40px;
	float: left;
	min-height: 14px;
}
.CariHesap-Content_Tablo_Bottom_KurEksi {
	padding: 11px 0 88888px 10px;
	margin-bottom: -88888px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 40px;
	float: left;
	min-height: 14px;
	color: var(--renk66);
}
.CariHesap-Content_Tablo_Bottom_TLT {
	padding: 11px 0 88888px 10px;
	margin-bottom: -88888px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 70px;
	float: left;
	min-height: 14px;
}
.CariHesap-Content_Tablo_Bottom_TLTEksi {
	padding: 11px 0 88888px 10px;
	margin-bottom: -88888px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 70px;
	float: left;
	min-height: 14px;
	color: var(--renk66);
}
.CariHesap-Content_Tablo_Bottom_DovBak {
	padding: 11px 0 88888px 10px;
	margin-bottom: -88888px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 80px;
	float: left;
	min-height: 14px;
}
.CariHesap-Content_Tablo_Bottom_DovBakEksi {
	padding: 11px 0 88888px 10px;
	margin-bottom: -88888px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 80px;
	float: left;
	min-height: 14px;
	color: var(--renk66);
}
.CariHesap-Content_Tablo_Bottom_TLBak {
	padding: 11px 0 88888px 10px;
	margin-bottom: -88888px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 80px;
	float: left;
	min-height: 14px;
}
.CariHesap-Content_Tablo_Bottom_TLBakEksi {
	padding: 11px 0 88888px 10px;
	margin-bottom: -88888px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 80px;
	float: left;
	min-height: 14px;
	color: var(--renk66);
}
.CariHesap-Content_Tablo_Bottom_Detay {
	padding: 11px 0 88888px 0px;
	margin-bottom: -88888px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 45px;
	float: left;
	min-height: 14px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-decoration: underline;
}
.CariHesap-Content_Tablo_Bottom_DetayEksi {
	padding: 11px 0 88888px 10px;
	margin-bottom: -88888px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid var(--renk74);
	border-top: 1px solid var(--renk74);
	border-bottom: 1px solid var(--renk74);
	width: 35px;
	float: left;
	min-height: 14px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: var(--renk72);
	text-decoration: underline;
}
.CariHesap-Tablo-Toplam {
	border: 1px solid var(--renk76);
	background: var(--renk1) 1f1;
	float: right;
	margin: 23px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 16px;
	text-align: center;
}
.CariHesap-Tablo-Toplam_Baslik {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	padding-right: 0px;
	float: left;
	text-align: left;
	width: 185px;
	min-height: 35px;
	height: auto !important;
	border-right: 1px solid var(--renk72);
}
.CariHesap-Tablo-Toplam {
	border: 1px solid var(--renk66);
	background: var(--renk12);
	float: right;
	margin: 23px 56px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 16px;
	text-align: center;
}
.CariHesap-Tablo-Toplam_Baslik {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	padding-right: 0px;
	float: left;
	text-align: left;
	width: 185px;
	min-height: 35px;
	height: auto !important;
	border-right: 1px solid var(--renk66);
	display: block;
	float: left;
}
.CariHesap-Tablo-Toplam_Fiyatlar_USD {
	font-size: 30px;
	font-weight: bold;
	color: var(--renk66);
	padding-left: 0px;
	text-align: right;
	position: relative;
	width: 100%;
}
.CariHesap-Tablo-Toplam_Fiyatlar_USD_Label {
	float: right;
	position: relative;
	top: 4px;
	right: -4px;
	font-size: 17px;
	font-weight: bold;
	color: var(--renk66);
}
.CariBilgiTabloGenelToplam {
	font-size: 30px;
	font-weight: bold;
	color: var(--renk66);
	padding-left: 0px;
	text-align: right;
	position: relative;
	width: auto;
	margin-right: 35px;
}
.CariHesap-Tablo-Toplam_Fiyatlar_Euro {
	font-size: 30px;
	font-weight: bold;
	color: var(--renk66);
	padding-left: 0px;
	text-align: right;
	width: 354px;
	position: relative;
}
.CariHesap-Tablo-Toplam_Fiyatlar_Euro_Label {
	float: right;
	position: relative;
	top: 4px;
	right: -4px;
	font-size: 17px;
	font-weight: bold;
	color: var(--renk66);
}
.CariHesap-Tablo-Toplam_Fiyatlar_TL_ {
	font-size: 26px;
	color: var(--renk66);
	text-align: right;
	width: 332px;
	position: relative;
}
.CariHesap-Tablo-Toplam_Fiyatlar_TL_Label {
	float: right;
	position: relative;
	top: 4px;
	right: -6px;
	font-size: 12px;
	font-weight: bold;
	color: var(--renk66);
}
.CariBilgiTabloTopFiyatlar {
	clear: both;
	position: relative;
}
.CariBilgiTabloGenelToplam-Doviz {
	float: right;
	position: relative;
	top: 4px;
	right: -4px;
	font-size: 17px;
	font-weight: bold;
	color: var(--renk66);
	position: absolute;
}
.CariHesap-Tablo-Toplam_Fiyatlar {
	float: right;
	width: 354px;
	height: auto;
}

/* [ Uyelik - FirmaTipi FaturaTipi  */
.Uyelik_Yeni-Kullanicilar_FormFirmaTipiKapsayici {
	font-size: 16px;
	font-weight: bold;
	padding-left: 13px;
	float: left;
	width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.Uyelik_Yeni-Kullanicilar_FormFirmaTipiAciklama {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.Uyelik_Yeni-Kullanicilar_FormFirmaTipi {
	padding: 6px;
	width: 100%;
	max-width: 528px;
	height: 34px;
	margin: 10px 0 20px;
	border: 1px solid var(--renk67);
	padding: 6px;
}

.Uyelik_Yeni-Kullanicilar_FormFaturaTipiKapsayici {
	font-size: 16px;
	font-weight: bold;
	padding-left: 13px;
	float: left;
	width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.Uyelik_Yeni-Kullanicilar_FormFaturaTipiAciklama {
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.Uyelik_Yeni-Kullanicilar_FormFaturaTipi {
	padding: 6px;
	width: 100%;
	max-width: 528px;
	height: 34px;
	margin: 10px 0 20px;
	border: 1px solid var(--renk67);
	padding: 6px;
}

/*  Uyelik - FirmaTipi FaturaTipi ] */

.Uyelik_Yeni-Kullanicilar_FormUnvanNot {
	font-size: 11px;
	color: #e81a00;
	margin-bottom: 15px;
	font-weight: 500;
}

@media only screen and (max-width: 991px) {
	.BannerUst-Odeme {
		position: relative;
		clear: left;
		width: 100%;
	}
	.CariHesap-IcSayfa,
	.Odeme-Ozet,
	.OdemeDetayTabloToplam,
	.CariHesap-OrtaKisim,
	.CariHesap-Banner,
	.CariHesap-Content {
		width: 100% !important;
		box-sizing: border-box !important;
	}
	.CariHesap-OrtaKisim,
	.CariHesap-Content {
		box-sizing: border-box;
	}
	.CariHesap-Tablo-Toplam {
		margin: 0;
		box-sizing: border-box;
		float: left;
		width: 100%;
		margin-top: 25px;
	}
	.CariHesap-Tablo-Toplam_Fiyatlar_TL_,
	.CariHesap-Tablo-Toplam_Fiyatlar_Euro,
	.CariHesap-Tablo-Toplam_Fiyatlar_USD,
	.CariHesap-Tablo-Toplam_Fiyatlar {
		width: 93%;
	}
	.CariHesap-Content_BosMesaj {
		margin: 0;
		box-sizing: border-box;
		margin-top: 15px;
		margin: 0px auto;
		width: 90%;
		float: none;
	}
	.MenuUyeKullanici-AdSoyad {
		padding-top: 16px;
	}

	#SepetUst {
		margin-left: 0;
	}
	.SepetUstRakam {
		height: 25px;
		width: 30px;
		text-align: center;
		padding: 0;
		line-height: 22px;
	}
	.UrunKarsilastirBtn-Link {
		float: none;
	}
	.UrunKarsilastirBtn-UrunSayisi {
		padding: 0;
		margin-right: 16px;
		margin-top: 4px;
		width: 28px;
		height: 26px;
		border-radius: 25px;
		line-height: 25px;
	}
	.CariHesap-Content_Tablo_Bottom {
		margin-left: 0;
	}
	.CariHesap-Content_Scroll {
		float: left;
		overflow: auto;
		width: 100%;
		_overflow: auto;
		margin: 0 0 1em;
	}
	.CariHesap-Banner {
		text-align: center;
		line-height: 80px;
	}
	.CariHesap-Banner_Baslik {
		padding: 0;
		background: url(../img/UstBannerSolOk.png) 10px 28px no-repeat;
	}
	.CariHesap-Tablo-Toplam_Baslik {
		width: 100%;
	} 

	.CariHesap-Content_Tablo_Top {
		display: none;
	}
	.CariHesap-Content_Tablo_Bottom {
		width: 100%;
		margin-top: 20px;
	}
	.CariHesap-Content_Tablo_Bottom li {
		width: 100%;
	}
	.CariHesap-Content_Tablo_Bottom_List ul li {
		text-align: left;
		vertical-align: middle;
		align-items: center;
		display: flex;
		min-height: auto;
		background-color: var(--renk1);
		height: 57px;
		padding-top: 0;
		padding-left: 0;
	}
	.CariHesap-Content_Tablo_Bottom_List ul li::before {
		position: relative;
		float: left;
		height: 100%;
		vertical-align: middle;
		align-items: center;
		display: flex;
		padding-right: 20px;
		padding-left: 10px;
		background-color: var(--renk7);
		min-width: 64px;
		margin-right: 10px;
	}
	.CariHesap-Content_Tablo_Bottom_IslemTarihiEksi::before {
		content: "Tarih";
	}
	.CariHesap-Content_Tablo_Bottom_IslemTuruEksi::before {
		content: "Ãƒâ€žÃ‚Â°Ãƒâ€¦Ã…Â¸lem TÃƒÆ’Ã‚Â¼rÃƒÆ’Ã‚Â¼";
	}
	.CariHesap-Content_Tablo_Bottom_AciklamaEksi::before {
		content: "AÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§Ãƒâ€žÃ‚Â±klama";
	}
	.CariHesap-Content_Tablo_Bottom_BelgeNoEksi::before {
		content: "Belge No";
	}
	.CariHesap-Content_Tablo_Bottom_DovTEksi::before {
		content: "DÃƒÆ’Ã‚Â¶viz TutarÃƒâ€žÃ‚Â±";
	}
	.CariHesap-Content_Tablo_Bottom_DovTipEksi::before {
		content: "DÃƒÆ’Ã‚Â¶viz Tipi";
	}
	.CariHesap-Content_Tablo_Bottom_KurEksi::before {
		content: "Kur";
	}
	.CariHesap-Content_Tablo_Bottom_TLTEksi::before {
		content: "TL T.";
	}
	.CariHesap-Content_Tablo_Bottom_DovBakEksi::before {
		content: "DÃƒÆ’Ã‚Â¶v. Bak.";
	}
	.CariHesap-Content_Tablo_Bottom_TLBakEksi::before {
		content: "Tl. Bak.";
	}
	.CariHesap-Content_Tablo_Bottom_Detay::before {
		content: "Detay";
	}
	.CariHesap-Content_Tablo_Bottom_IslemTuruEksi,
	.CariHesap-Content_Tablo_Bottom_AciklamaEksi {
		margin-bottom: -88889px;
	}
}

@media only screen and (max-width: 400px) {
	.CariHesap-Banner_Baslik {
		padding: 0 0 0 20px;
		font-size: 18px;
	}
} 
.BannerUst-CariHesap {
	width: 100%;
	height: 80px;
	position: relative;
	margin: 10px auto;
	max-width: 1180px;
}
.BannerUstBaslik-CariHesap {
	padding: 24px 55px 23px 90px;
	font-size: 27px;
	line-height: 33px;
	color: var(--renk1);
	background: url(../img/odemebg.png) no-repeat 0 0 var(--renk36);
}
.AramaSonuc {
	margin-bottom: 10px;
	background: var(--renk1);
	width: 100%;
	float: none;
	padding-bottom: 20px;
	padding-top: 5px;
	border: 1px solid var(--renk30);
	box-sizing: border-box;
	max-width: 1180px;
	display: block;
	position: relative;
	height: auto;
	margin: 10px auto;
	min-height: 300px;
}
.CariHesapDetay-OrtaKisim {
	width: 961px;
	margin: 0 auto;
	height: 205px;
}
.CariHesapDetay-IcSayfa {
	width: 960px;
	height: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	margin-bottom: 10px;
	float: left;
}
.CariHesapDetay-Banner_Baslik {
	background: url(../img/UstBannerSolOk.png) 51px 28px no-repeat;
	padding: 24px 55px 22px 90px;
	font-size: 27px;
	color: var(--renk72);
}
.CariHesapDetay-Banner {
	background: url(../img/carihesapbg.png) no-repeat no-repeat 0 -36px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid var(--renk1);
	width: 957px;
	height: 80px;
	position: relative;
}
.CariHesapDetay-Content {
	background: var(--renk1);
	width: 960px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 20px;
	margin: 15px auto;
	float: none;
	width: 100%;
	max-width: 1180px;
}
.CariHesapDetay-Content_BosMesaj {
	margin: 35px 39px 12px 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid var(--renk2);
	padding: 16px 17px 16px 28px;
	font-size: 14px;
	position: relative;
}
.CariHesapDetay-Content_BosMesaj_Icon {
	background: url(../img/infoikon.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.CariHesapDetay-Content_Tablo_Top {
	border: 1px solid var(--renk10);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: var(--renk73);
}
.CariHesapDetay-Content_Tablo_Top li {
	display: inline-block;
	border-right: 1px solid var(--renk10);
	width: 100px;
	height: 50px;
	box-sizing: border-box;
	font-size: 15px;
	padding: 10px 0px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}
.CariHesapDetay-Content_Tablo_Top li:last-child {
	border-right: none;
}
.CariHesapDetay-Content_Tablo_Top .CariHesapDetay-Content_Tablo_Top_UrunAdi {
	width: 400px;
}
.CariHesapDetay-Content_Tablo_Top .CariHesapDetay-Content_Tablo_Top_Adet {
}
.CariHesapDetay-Content_Tablo_Top .CariHesapDetay-Content_Tablo_Top_BirimFiyat {
	width: 120px;
}
.CariHesapDetay-Content_Tablo_Top .CariHesapDetay-Content_Tablo_Top_Doviz {
	width: 50px;
}
.CariHesapDetay-Content_Tablo_Top .CariHesapDetay-Content_Tablo_Top_Kur {
}
.CariHesapDetay-Content_Tablo_Top .CariHesapDetay-Content_Tablo_Top_KDV {
}
.CariHesapDetay-Content_Tablo_Top .CariHesapDetay-Content_Tablo_Top_Toplam {
}

.CariHesapDetay-Content_Tablo_Detay {
	border: 1px solid var(--renk10);
}
.CariHesapDetay-Content_Tablo_Detay_List {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid var(--renk10);
}
.CariHesapDetay-Content_Tablo_Detay_List:nth-child(2n) {
	background-color: var(--renk73);
}
.CariHesapDetay-Content_Tablo_Detay_List:last-child {
}
.CariHesapDetay-Content_Tablo_Detay_List ul {
	width: 100%;
	float: left;
}
.CariHesapDetay-Content_Tablo_Detay_List ul li {
	display: inline-block;
}
.CariHesapDetay-Content_Tablo_Detay_UrunAdi {
	border-right: 1px solid var(--renk10);
	width: 400px;
	height: 50px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
	line-height: 30px;
}
.CariHesapDetay-Content_Tablo_Detay_UrunAdiEksi {
	border-right: 1px solid var(--renk10);
	width: 400px;
	height: 50px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
	line-height: 30px;
}
.CariHesapDetay-Content_Tablo_Detay_Adet {
	border-right: 1px solid var(--renk10);
	width: 100px;
	height: 50px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
	line-height: 30px;
}
.CariHesapDetay-Content_Tablo_Detay_AdetEksi {
	border-right: 1px solid var(--renk10);
	width: 100px;
	height: 50px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
	line-height: 30px;
}
.CariHesapDetay-Content_Tablo_Detay_BirimFiyat {
	border-right: 1px solid var(--renk10);
	width: 120px;
	height: 50px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
	line-height: 30px;
}
.CariHesapDetay-Content_Tablo_Detay_BirimFiyatEksi {
	border-right: 1px solid var(--renk10);
	width: 120px;
	height: 50px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
	line-height: 30px;
}
.CariHesapDetay-Content_Tablo_Detay_Doviz {
	border-right: 1px solid var(--renk10);
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
	line-height: 30px;
}
.CariHesapDetay-Content_Tablo_Detay_DovizEksi {
	border-right: 1px solid var(--renk10);
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
	line-height: 30px;
}
.CariHesapDetay-Content_Tablo_Detay_Kur {
	border-right: 1px solid var(--renk10);
	width: 100px;
	height: 50px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
	line-height: 30px;
}
.CariHesapDetay-Content_Tablo_Detay_KurEksi {
	border-right: 1px solid var(--renk10);
	width: 100px;
	height: 50px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
	line-height: 30px;
}
.CariHesapDetay-Content_Tablo_Detay_KDV {
	border-right: 1px solid var(--renk10);
	width: 100px;
	height: 50px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
	line-height: 30px;
}
.CariHesapDetay-Content_Tablo_Detay_KDVEksi {
	border-right: 1px solid var(--renk10);
	width: 100px;
	height: 50px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
	line-height: 30px;
}
.CariHesapDetay-Content_Tablo_Detay_Toplam {
	width: 100px;
	height: 50px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
	line-height: 30px;
}
.CariHesapDetay-Content_Tablo_Detay_ToplamEksi {
	width: 100px;
	height: 50px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
	line-height: 30px;
} 
@media (max-width:1024px) {
	.Uyelik_SifremiUnuttum-Kullanicilar_HataMesajKapsayici{
		max-width: 90%;
		bottom:30px
	}
}
@media only screen and (max-width: 991px) {
	.CariHesapDetay-IcSayfa,
	.Odeme-Ozet,
	.OdemeDetayTabloToplam,
	.CariHesapDetay-OrtaKisim,
	.CariHesapDetay-Banner,
	.CariHesapDetay-Content {
		width: 100% !important;
		box-sizing: border-box !important;
	}
	.CariHesapDetay-OrtaKisim,
	.CariHesapDetay-Content {
		box-sizing: border-box;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 15px;
	}
	.CariHesapDetay-Content_BosMesaj {
		margin: 0;
		box-sizing: border-box;
		margin-top: 15px;
	}
	.CariHesapDetay-Content_Tablo_Top {
		width: 100%;
		margin: 0;
		margin-top: 25px;
	}
	.CariHesapDetay-Content_Tablo_Detay {
		margin-left: 0;
		width: 100%;
		margin-top: 20px;
	}
	.CariHesapDetay-Content {
		padding-bottom: 25px;
	}
	.CariHesapDetay-Banner {
		text-align: center;
		line-height: 80px;
	}
	.CariHesapDetay-Banner_Baslik {
		padding: 0;
		background: url(../img/UstBannerSolOk.png) 10px 28px no-repeat;
	}
	.CariHesapDetay-Content_Tablo_Top {
		display: none;
	}
	.CariHesapDetay-Content_Tablo_Detay {
		min-width: 100%;
	}
	.CariHesapDetay-Content_Tablo_Detay_List ul li {
		width: 100%;
	}
	.CariHesapDetay-Content_Tablo_Detay_List ul li {
		text-align: left;
		vertical-align: middle;
		align-items: center;
		display: flex;
		min-height: auto;
		padding-top: 0;
		padding-left: 0;
		height: auto;
	}
	.CariHesapDetay-Content_Tablo_Detay_List ul li:before {
		position: relative;
		float: left;
		height: 100%;
		vertical-align: middle;
		align-items: center;
		display: flex;
		padding-right: 20px;
		padding-left: 10px;
		background-color: var(--renk7);
		min-width: 64px;
		margin-right: 10px;
	}

	.CariHesapDetay-Content_Tablo_Detay_UrunAdi:before {
		content: "Ürün Adı";
	}
	.CariHesapDetay-Content_Tablo_Detay_Adet:before {
		content: "Adet";
	}
	.CariHesapDetay-Content_Tablo_Detay_BirimFiyat:before {
		content: "Birim Fiyat";
	}
	.CariHesapDetay-Content_Tablo_Detay_Doviz:before {
		content: "Döviz";
	}
	.CariHesapDetay-Content_Tablo_Detay_Kur:before {
		content: "Kur";
	}
	.CariHesapDetay-Content_Tablo_Detay_KDV:before {
		content: "KDV";
	}
	.CariHesapDetay-Content_Tablo_Detay_Toplam:before {
		content: "Toplam";
	}
}


