.ikapat											{width:32px; height:32px; background:url('../img/icons.png') no-repeat -285px -147px;}
.s0												{width:17px; height:17px; background:url('../img/icons.png') no-repeat -249px -23px;}
.s1												{width:17px; height:17px; background:url('../img/icons.png') no-repeat -249px -64px;}
.s2												{width:17px; height:17px; background:url('../img/icons.png') no-repeat -249px -43px;}
.s3												{width:17px; height:17px; background:url('../img/icons.png') no-repeat -213px -157px;}
.i0												{width:17px; height:17px; background:url('../img/icons.png') no-repeat -249px -43px;}
.i1												{width:17px; height:17px; background:url('../img/icons.png') no-repeat -249px -104px;}
.hata											{width:17px; height:17px; background:url('../img/icons.png') no-repeat -249px -95px;}
.yazici											{width:17px; height:17px; background:url('../img/icons.png') no-repeat -213px -133px;}
.arttir											{width:16px; height:16px; background:url('../img/icons.png') no-repeat -249px -120px;}
.azalt											{width:16px; height:16px; background:url('../img/icons.png') no-repeat -249px -136px;}
.mesaj_balon									{width:17px; height:17px; background:url('../img/icons.png') no-repeat -213px -200px;}


.qfont 											{font-family: 'dosis', Arial, serif; font-weight: 800; }
.ana_div										{position:relative; min-height:500px;}
.yuvarla										{-webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;}
.v3_link										{text-decoration:none; color:#544F4B;}
.v3_link:hover									{color:#ff3300;}
.v3_exit										{background-image:url('../img/icons.png'); background-repeat:no-repeat;}
.v3_exit:hover									{background-position:-212px -105px;}

.udurum											{position:absolute; z-index:2; color:#fff; padding:8px; -webkit-border-radius: 0px 10px 0px 10px; -moz-border-radius: 0px 10px 0px 10px; border-radius: 0px 10px 0px 10px;}
.uindirim										{margin-top:10px; right:8px; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #DD8080), color-stop(1, #7D0303) ); background:-moz-linear-gradient( center top, #DD8080 5%, #7D0303 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DD8080', endColorstr='#7D0303'); background-color:#DD8080; color:#fff; text-shadow:0px #DD8080;}
.uyeni											{margin-top:50px; right:8px; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6FC3E2), color-stop(1, #186BAC) ); background:-moz-linear-gradient( center top, #6FC3E2 5%, #186BAC 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6FC3E2', endColorstr='#186BAC'); background-color:#6FC3E2; color:#fff; text-shadow:0px #6FC3E2;}
.uhediye										{margin-top:90px; right:8px; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) ); background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf'); background-color:#ededed; color:#777; text-shadow:1px 1px 0px #ededed;}

/** Galeri // **/
#gdiskutu										{position:relative; width:100%; margin:0px auto; display:block;}
#gkutu 											{position:relative; width:130px; height:100px; overflow:hidden; display:block; float:left; margin:5px; border:solid 1px #dbdbdb;}
#gkutu img										{border:0px; width:100%; min-height:100px; height:auto;}
#gmercek										{position:absolute; width:130px; height:100px; left:0px; top:0px; background:none; z-index:9999999;}
#gmercek:hover									{background-image: url('../img/ih.png')}/*istersen resim yaparsýn*/
#gplay											{position:absolute; width:130px; height:100px; left:0px; top:0px; background:none; z-index:9999999;}
#gplay:hover									{background-image: url('../img/vh.png')}/*istersen resim yaparsýn*/

/** inboxlar // Büyüklük için s/m/l **/
.v3_baslik										{font-size:11px; font-weight:800;}
.v3_inbox										{background-color:#fff; font-size:11px; border:solid 1px #ccc; padding:3px; color:#333; margin:3px 1px 3px 2px;}
.sinbox											{width:33%; height:28px;}
.minbox											{width:49.5%; height:28px;}
.linbox											{width:80%; height:28px;}

/** textarea // Büyüklük için s/m/l **/
.v3_textarea									{background-color:#fff; font-size:11px; border:solid 1px #ccc; padding:3px; color:#333; margin:3px 1px 3px 2px;}
.stextarea										{width:33%; height:70px;}
.mtextarea										{width:49.5%; height:70px;}
.ltextarea										{width:80%; height:70px;}

/** Select // Büyüklük için s/m/l **/
.v3_select										{padding:3px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; background: #f8f8f8; color:#888; border:solid 1px #ccc; display:inline-block; -webkit-appearance:none; -moz-appearance:none; appearance:none; cursor:pointer;}
.sselect										{width:31%; height:35px;}
.mselect										{width:31%; height:35px;}
.lselect										{width:80%; height:35px;}

/* ================================================ [Radio-Checbox]= */
.v3_cr input[type=checkbox]:not(old),
.v3_cr input[type=radio]:not(old)               {width:28px; margin:0; padding:0; opacity:0;}
.v3_cr input[type=checkbox]:not(old) + label,
.v3_cr input[type=radio]:not(old) + label       {display:inline-block; margin-left:-28px; padding-left:28px; background:url('../img/checbox.png') no-repeat 0 0; line-height:24px;}
.v3_cr input[type=checkbox]:not(old):checked + label{background-position:0 -24px;}
.v3_cr input[type=radio]:not(old):checked + label{background-position:0 -48px;}

/* ================================================ [SLIDE]= */
.v3_anahtar input[type=checkbox] 				{visibility: hidden;}
.v3_anahtar 									{width: 80px; height:26px; background:#333; -webkit-border-radius: 50px; -moz-border-radius: 50px;	border-radius:50px; position: relative; -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2); -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);}
.v3_anahtar:after 								{content: 'OFF'; font:12px/26px Arial, sans-serif; color:#ccc; position:absolute;	right:10px; z-index:0; font-weight: bold; text-shadow: 1px 1px 0px rgba(255,255,255,.15);}
.v3_anahtar:before 								{content: 'ON';	font: 12px/26px Arial, sans-serif;	color: #00bf00;	position: absolute;	left: 10px;	z-index: 0; font-weight: bold;}
.v3_anahtar label 								{display: block; width:34px; height:20px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; -ms-transition: all .4s ease;	transition: all .4s ease; cursor: pointer; position: absolute; top: 3px; left: 3px; z-index: 1; -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3); box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3); background: #fcfff4; background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );}
.v3_anahtar input[type=checkbox]:checked + label{left: 43px;}


/** Liste Þeklinde Kutulular **/
.v3_list										{width:98%; height:55px; border:1px solid #CCCCCC; margin:10px; position:relative; background-image:url('bg.png/');}
.v3_list #l_img									{width:45px; height:45px; padding:0px 0px 0px 10px; top:5px; position:relative; float:left; left:5px; margin-right:20px;}
.v3_list p										{width:70%; padding:0px; margin:0px; min-width:10%; height:25px; float:left; display: block; font-size: 11px;}
.v3_list strong									{width:100%; padding:0px; margin:0px; min-width:50px; position: relative; display: block; margin-left: 70px; margin-top: 3px; margin-bottom: 3px;}
.list_btn										{width:3%; top:0px; position:relative; float:right; padding:2px 2px 2px 2px; font-weight:800; color:#ff0000;}


/**Normal Kutulular **/
.v3_kutu										{width:180px; height:150px;	border:1px solid #CCCCCC; margin:10px; position:relative; background-image:url('bg.png/'); float:left; text-align:center; overflow: hidden; padding: 5px 0px;}
.v3_kutu img									{padding:0;}
.v3_kutu p										{padding:1px 5px; margin: 1px 0px 1px 0px; width: 170px; float: none; display: block; font-size: 11px;}
.v3_kutu strong									{position:relative;	display: block;	width: 170px; float: none; padding: 1px 5px; margin: 1px 0px; margin-top: 2px;}
.kutu_btn										{position:relative; font-weight:800; color:#ff0000; display: block; float: none; width: 170px; padding: 1px 5px; margin: 1px 0px; font-size: 12px;}

/**Buton**/
input[type=submit]:disabled						{width:110px; text-align:center; cursor:pointer; outline:none; -moz-box-shadow:inset 0px 1px 0px 0px #ccc; -webkit-box-shadow:inset 0px 1px 0px 0px #ccc; box-shadow:inset 0px 1px 0px 0px #ccc; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:1px solid #ccc; display:inline-block; font-size:15px; font-weight:bold; padding:5px 0px; text-decoration:none; color:#ccc; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) ); background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed'); background-color:#dfdfdf; color:#777; text-shadow:1px 1px 0px #dfdfdf;}
.v3_buton 										{width:110px; text-align:center; cursor:pointer; outline:none; -moz-box-shadow:inset 0px 1px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; box-shadow:inset 0px 1px 0px 0px #ffffff; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:1px solid #dcdcdc; display:inline-block; font-size:15px; font-weight:bold; padding:5px 0px; text-decoration:none;}
.v3_buton:active								{position:relative; top:1px;}
.btn_grey 										{background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) ); background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf'); background-color:#ededed; color:#777; text-shadow:1px 1px 0px #ededed;}
.btn_grey:hover 								{background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) ); background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed'); background-color:#dfdfdf; color:#777; text-shadow:1px 1px 0px #dfdfdf;}
.btn_blue 										{background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6FC3E2), color-stop(1, #186BAC) ); background:-moz-linear-gradient( center top, #6FC3E2 5%, #186BAC 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6FC3E2', endColorstr='#186BAC'); background-color:#6FC3E2; color:#fff; text-shadow:0px #6FC3E2;}
.btn_blue:hover									{background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #186BAC), color-stop(1, #6FC3E2) ); background:-moz-linear-gradient( center top, #186BAC 5%, #6FC3E2 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#186BAC', endColorstr='#6FC3E2'); background-color:#186BAC; color:#fff; text-shadow:0px #186BAC;}
.btn_red 										{background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #DD8080), color-stop(1, #7D0303) ); background:-moz-linear-gradient( center top, #DD8080 5%, #7D0303 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DD8080', endColorstr='#7D0303'); background-color:#DD8080; color:#fff; text-shadow:0px #DD8080;}
.btn_red:hover 								 	{background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7D0303), color-stop(1, #DD8080) ); background:-moz-linear-gradient( center top, #7D0303 5%, #DD8080 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7D0303', endColorstr='#DD8080'); background-color:#7D0303; color:#fff; text-shadow:0px #7D0303;}		


/**Uyar**/
.v3_mesaj										{width:99%; height:35px; border:1px solid #ccc; position:relative; color:#000; font-size:12px; margin:5px 2px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;}
.v3_mesaj span									{left:35px; top:5px; padding:5px; position:absolute;}
.v3_mesaj .mkapat								{position:absolute; right:0px; z-index:99999999; cursor:pointer; width:16px; height:16px; background-image:url('../img/kapat.png'); background-repeat:no-repeat; background-position:center center;}
.m_bilgi 										{background-color:#FFFFCC; color:#000; font-size:12px; border:1px solid #A8A800; background-image:url('../img/icons.png'); background-repeat:no-repeat; background-position:-284px -113px;}
.m_hata 										{background-color:#FFF3f2; color:#000; font-size:12px; border:1px solid #ff0000; background-image:url('../img/icons.png'); background-repeat:no-repeat; background-position:-284px -38px;}
.m_okey 										{background-color:#DDEBDF; color:#000; font-size:12px; border:1px solid #00CC66; background-image:url('../img/icons.png'); background-repeat:no-repeat; background-position:-284px 0px;}
.m_uyari 										{background-color:#FFFFCC; color:#000; font-size:12px; border:1px solid #A8A800; background-image:url('../img/icons.png'); background-repeat:no-repeat; background-position:-284px -76px;}


/**Uyar**/
.v3_mbox 										{-webkit-border-radius:5px 5px 0px 5px; -moz-border-radius:5px 5px 0px 5px; border-radius:5px 5px 0px 5px; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #CCFFCC), color-stop(1, #99FF33) ); background:-moz-linear-gradient( center top, #CCFFCC 5%, #99FF33 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCFFCC', endColorstr='#99FF33'); background-color:#CCFFCC; color:#777; text-shadow:1px 1px 0px #CCFFCC; color:#fff; text-shadow:0px #DDEBDF; width:250px; height:65px; font-family:arial; color:#000; font-size:12px; font-weight:bold; padding:5px; border:1px solid #00CC66; position:fixed; right:20px; top:20px; z-index:9999999999999999999999; }
.v3_mbox img									{top:-8px; right:-8px; position:absolute;}


/**Fieldset**/
.v3 fieldset 									{width:98%; color:#000; font-size:12px; Border:solid 1px #ccc; min-height:100px; -webkit-border-radius: 1px 1px 1px 1px; -moz-border-radius: 1px 1px 1px 1px; border-radius: 1px 1px 1px 1px; min-width: 50%;}
.v3 fieldset legend								{color:#000; font-size:12px; Border:solid 1px #ccc; min-width:100px; height:15px; padding:2px 2px 2px 5px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) ); background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf'); background-color:#ededed; color:#777777; text-shadow:1px 1px 0px #ccc;}

/**Tab**/
.tab-v3											{width:100%; z-index:99; padding: 0; background: transparent; voice-family: "\"}\""; voice-family: inherit; position:relative; float:none;}
.tab-v3 ul										{width:100%; margin:0; margin-left:2px; padding: 0; list-style: none;}
.tab-v3 ul li									{display: inline; margin: 0 2px 0 0; padding: 0;}
.tab-v3 ul li a									{z-index:99; height:22px; padding-left:9px; padding-top:6px; padding-right:9px; float:left; -webkit-border-radius:5px 5px 0px 0px; -moz-border-radius:5px 5px 0px 0px; border-radius:5px 5px 0px 0px; border:1px solid #D9D9D9; background-color: #F4F4F4; color:#646464; font-weight:600; font-size:11px; position:relative; text-decoration:none;}
.tab-v3 ul li a:hover							{background-color: #FFFFFF; color: #666666;}
.tab-v3 ul li a.selected						{background-color:#FFFFFF; color:#666666; border:none; border-left:1px solid #D9D9D9; border-right:1px solid #D9D9D9; border-top:1px solid #D9D9D9; border-bottom:1px solid #ffffff;}
.tab-v3-container								{width:99%; padding:5px; height: auto; top:-1px; margin-bottom:9px; border:1px solid #999999; float:none; position:relative; overflow:hidden; margin-top:-1px; background-color:#FFFFFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius:3px; border:1px solid #C9C9C9; background-color: #ffffff; background: #ffffff; background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to( #EFEFEF)); background:-webkit-linear-gradient(#ffffff, #EFEFEF); background: -moz-linear-gradient(#ffffff, #EFEFEF); background: -ms-linear-gradient(#ffffff, #EFEFEF); background: -o-linear-gradient(#ffffff, #EFEsFEF); background: linear-gradient(#ffffff, #EFEFEF);}

.v3_cizgi										{width:100%; position:relative; clear:both; height:1px; background-color: #ccc; margin: 3px 0px;}
.clear_cizgi									{width:100%; position:relative; clear:both; height:1px; margin: 0;}
.left-yasla										{float:left;}
.right-yasla									{float:right;}
.left-ara										{margin-left:5%;}
.right-ara										{margin-right:1%}

/**-------------------------------------------------------------------------------------------------------------------------------------------------------------**/
input, select, textarea							{font-family:outline:none;}
input, textarea, button, a, li, ul, submit		{outline:0; list-style: none; margin:0px; padding:0px;font-size:15px;} 

/*Added*/
.fl_left										{float:left}
.fl_right										{float:right;}
.clear											{clear:both;}
.align_right									{text-align:right;}
.align_center									{text-align:center;}
.align_left										{text-align:left;}

.max_font										{font-size:16px;}
.mid_font										{font-size:14px;}
.min_font										{font-size:12px;}
.kalin											{font-weight:bold;}

.s-mavi											{color: #00B3D9;}
.s-gri											{color: #716964;}
.s-koyugri										{color: #181825;}
.s-darkgri										{color:#666;}
.s-acikgri										{color: #817872;}
.s-kirmizi										{color: #EA0000;}
.s-yesil										{color: #00773C;}
.s-beyaz										{color: #fff;}

.b-mavi											{background-color: #00B3D9;}
.b-gri											{background-color: #716964;}
.b-koyugri										{background-color: #181825;}
.b-acikgri										{background-color: #817872;}
.b-kirmizi										{background-color: #EA0000;}
.b-apacikgri									{background-color: #E9E9E9;}
.b-sari											{background-color: #FFFFCC;}

.nomargin1										{margin-right:0px;margin-left:0px;margin-top:0px;margin-bottom:0px;}
.nopadding1										{padding-right:0px;padding-left:0px;padding-top:0px;padding-bottom:0px;}

.padding1										{padding:10px;}
.block2											{display:block;}

#sepet_alani									{width:100%;margin:0px auto;overflow: hidden;position: relative;}
/*SEPET*/

/*-----------------------------------SAYFA BUTONLARI*/

.buton-cerceve									{border:solid 1px;padding:13px;clear:both;border-color: #dbdbdb; overflow:hidden;}/**buton çerçevesi**/
button disabled									{background-color:#000}
.buton-cerceve button							{color:#fff; font-size:14px; font-weight:bold; padding:8px 14px;  border:0px; line-height:100%; cursor:pointer;}
/**gributton**/
.buton-cerceve button.alisveris-devam			{padding-right:28px;background-color:#716964;}
.buton-cerceve button.alisveris-devam:hover		{background-color:#857C76;-moz-transition:all 0.2s ease-out 0s;-webkit-transition: all 0.2s ease-out;}
/**gributton**/

/**mavibuton**/
.buton-cerceve button.kasayagit					{float:right;padding-right:28px;background:url(../img/arrow.png) right -20px no-repeat; background-color:#716964;}
.buton-cerceve button.kasayagit:hover			{background:url(../img/arrow.png) right -20px no-repeat;background-color:#857C76; -moz-transition:all 0.2s ease-out 0s;-webkit-transition: all 0.2s ease-out;}
/**mavibuton**/

/**mavibuton**/
button.mavibutton								{color:#fff; font-size:14px; font-weight:bold; padding:8px 14px;border:0px;line-height:100%;cursor:pointer;float:right; padding-right:28px;background:url(../img/arrow.png) right -20px no-repeat;background-color:#716964;}
button.mavibutton:hover							{padding-right:28px;background:url(../img/arrow.png) right -20px no-repeat;background-color:#857C76;-moz-transition:all 0.2s ease-out 0s;-webkit-transition: all 0.2s ease-out;
}
/**mavibuton**/
/**gributon**/
button.gributon									{color:#fff; font-size:14px; font-weight:bold; padding:8px 14px;  border:0px; line-height:100%; cursor:pointer; padding-right:28px; background:url(../img/arrow.png) right -20px no-repeat;background-color:#a4a4a4;}
button.gributon:hover							{background:url(../img/arrow.png) right -20px no-repeat;background-color:#666;-moz-transition:all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out;}
/**gributon**/

/**sil butonu(x)**/
#sepet-tablosu tr td a.sil_1					{display:block; width:17px; height:17px; background:url(../img/remove.png) no-repeat -1px -1px #fff; margin:auto;}
#sepet-tablosu tr td a.sil_1:hover				{background-color:#716964;background-position:-1px -18px; -moz-transition:all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out;}
/**sil butonu(x)**/

/*-----------------------------------SAYFA BUTONLARI*/

/*SEPET TABLOSU*/
#sepet-tablosu									{width:100%; border-collapse:collapse;}
#sepet-tablosu tr								{border-bottom:solid 1px #e0e0e0;}
#sepet-tablosu th								{color:#312e2b;font-size:14px;padding:15px 0px;}
#sepet-tablosu tr td							{padding:12px 0px; vertical-align:top;}

/**urun-adi**/
#sepet-tablosu tr td a.s-urun-adi				{display:block; font-weight:bold; font-size:14px; color:#716964; text-decoration:none; text-transform:uppercase; padding-bottom:8px;}
#sepet-tablosu tr td span.s-urun-aciklama		{display:block; font-size:12px; color:#716964; text-decoration:none; text-transform:uppercase; padding-bottom:8px;}
#sepet-tablosu tr td a.hover1					{}
#sepet-tablosu tr td a.hover1:hover				{color:#333;-moz-transition:all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out;}
#sepet-tablosu tr td span.fiyat-s				{color:#716964;font-weight:bold;font-size:13px;}
#urun-adedi-kutu								{position:relative;margin:0px auto;}
#sepet-tablosu tr td input.adet-kutusu			{width:37px;border:solid 1px #D7D7D7;background:#fff;text-align:center;font-weight:bold;padding:3px;float: left;}
#sepet-tablosu tr td div.oklari					{width:14px;background:#fff;text-align:center;padding:0;float:left;padding-left: 4px;padding-top: 2px;}
#sepet-tablosu tr td div.oklari img				{border:0px;float:left;margin:0px;padding:0px;margin-bottom: 6px;}
#sepet-tablosu tr td.sag-cizgi					{background:url(../img/vline.png) no-repeat left center;}

/**kýrmýzý-link**/
#sepet-tablosu tr td a.duzenleme				{color:#716964;text-decoration: none;font-size: 12px;}
#sepet-tablosu tr td a.duzenleme:hover			{color:#EA0000;text-decoration: none;font-size: 12px;}
/**kýrmýzý-link**/

.toplamtablo_div								{float:right; display:inline-block; width:100%; padding:17px 0px; margin-right:20px;}
#toplam-tablo									{width:24%; float:right; font-size:14px; color:#716964;}
#toplam-tablo td								{padding: 8px 0px;}
#toplam-tablo td strong							{font-weight:bold;}



/*Col Left*/
.col_left_main									{width:730px; float:left;}
.cart_drop										{width:210px; border:solid 1px #e9e9e9; box-shadow:0px 1px 2px #e8e8e8; border-width:2px 1px; position:absolute; top:38px; left:-67px; background:#fff; display:none; z-index:10;}
.cart_drop ul									{}
.cart_drop .darw								{display:block; background:url(../img/cart_top.png) no-repeat center bottom; width:7px; height:7px; position:absolute; left:181px; top:-8px;}
.cart_drop ul li								{padding:12px;  border-bottom:dotted 1px #d9d9d9; display:inline-block; width:186px; box-shadow:inset 0px 1px 0px #fff;}
.cart_drop ul li:nth-child(odd)					{background:#fdfdfe;}
.cart_drop ul li:nth-child(even)				{background:#f7f7f7;}
.cart_drop ul li img							{padding:1px; border:solid 2px #f0f0f1; float:left; margin-right:10px;}
.cart_drop ul li a								{color:#312E2B; text-transform:uppercase; font-size:11px; text-decoration:none; display:block; padding-bottom:4px; padding-top:2px; line-height:14px;}
.cart_drop ul li span.fiyat-s					{font-size:13px;}
.cart_drop .cart_bottom							{padding:10px; display:inline-block; width:190px;}
.cart_drop .cart_bottom .subtotal_menu			{float:left; width:80px;}
.cart_drop .cart_bottom .subtotal_menu small	{display:block; color:#adaaa3; padding-bottom:8px;}
.cart_drop .cart_bottom .subtotal_menu big		{display:block; font-size:18px;}
.cart_drop .cart_bottom a						{float:right; margin:6px 0px; padding:7px; text-transform:uppercase; color:#fff; text-decoration:none; font-weight:bold; font-size:11px;}
/*SEPET*/


/**Üyelikž**/
.hesabim										{width:100%; min-height:450px; margin:0px auto; overflow: hidden; position: relative; font-size:12px; font-family:arial; text-decoration:none; font-size:11px; font-family:arial; position:relative;}
.hesabim label									{display:block;}
.hesabim h2										{font-size:15px; font-family:arial; color:#999; font-weight:bold;}
.hesabim #sol									{float:left; width:55%;}
.hesabim #sol #ust								{width:98%; padding:10px 5px; background-color:#999; margin-left:1px; text-transform:uppercase;}
.hesabim #sag									{float:left; width:45%;}
.hesabim #sag #ust								{width:98%; padding:10px 5px; background-color:#999; margin-left:1px; text-transform:uppercase;}
.hesabim #sag #alt								{width:100%; height:200px; margin-left:1px; margin-top:15px;}
.hesabim #sag #satir							{width:85%; display:block; margin-left:10px;}
.hesabim label									{font-size:12px; font-weight:bold;}
/**Üyelikž**/
 

/*odeme kutusu*/
.odeme 											{width:100%;  min-height:450px; position:relative; font-size:11px; font-family:arial; position:relative;}
.odeme label									{display:block;}
.odeme .okutu									{width:100%; border:solid 1px #ccc; margin-bottom:3px; overflow:hidden;}
.odeme .okutu h1								{font-size:18px; color:#fff; text-align:left; margin:0px; padding:10px; text-transform: uppercase;}
.okutu .obaslik									{width:100%; background-color:#737373; padding:1%;}
.okutu .obaslik:hover							{background-color:#999;-moz-transition:all 0.5s ease-out 2s;-webkit-transition: all 0.5s ease-out; color: #FFF;}
.okutu .oicerik									{width:100%; height:auto; margin:2px; padding:0px;}
.oicerik #asol									{float:left; width:48%; min-height:200px; margin-right:1px;}
.oicerik #asag									{float:left; width:48%; min-height:200px; margin-left:1px;}
.fatura											{border:dashed 2px #ccc; background-color:#FFFFCE; padding:1%;}
.odeme .kargo									{width:99%; height:45px; border-bottom:solid 1px #ccc;}
.kargo img										{margin-left:15px; float:left; margin-right:30px;}
.kargo #firma									{font-size:16px; color:#737373; width:30%; float:left; margin-left:10px; padding:7px 0 0 0;}
.kargo #fiyat									{font-size:16px; color:#737373; width:30%; float:left; margin-left:10px; padding:7px 0 0 0;}
.kargo .v3_buton								{float:right;}
.odeme #osol									{width:15%; float:left; position:relative;}
#osol ul										{margin:0px; padding:0px;}
#osol ul li										{background-color:#737373; margin-bottom:1px; font-size:11px; font-weight:800; color:#fff; padding:10px; font-family:arial; cursor:pointer;}	
#osol ul li:hover								{background-color:#999;-moz-transition:all 0.5s ease-out 2s;-webkit-transition: all 0.5s ease-out; color: #FFF;}	
.odeme #osag									{width:82%; min-height:181px; float:right; border:solid 1px #ccc; margin-right:8px;}
.odeme .havale									{width:99%; height:45px; border-bottom:solid 1px #ccc;}
.havale img										{margin-left:15px; float:left; margin-right:30px;}
.havale #firma									{font-size:16px; color:#737373; width:20%; float:left; margin-left:10px; padding:7px 0 0 0;}
.havale #fiyat									{font-size:12px; color:#737373; width:40%; float:left; margin-left:10px; padding:7px 0 0 0;}
.havale .v3_buton								{float:right;}
#osag h1										{color:#737373;}
#osag #banka									{background-color:#737373; color:#fff; padding:3px; height:25px; text-transform:uppercase;}
#osag #taksit 									{float:left; width:24%; text-align:left; text-transform:uppercase;}
#osag #tutar 									{float:left; width:24%; text-align:center; text-transform:uppercase;}
#osag #toplam 									{float:left; width:24%; text-align:center; text-transform:uppercase;}
#osag #sec 										{float:right; width:10%; text-align:center; text-transform:uppercase;}
#osag #sec #btn 								{width:50px; height:20px; cursor:pointer; background-color:#737373; margin-top:1px; color:#fff;}
#osag ul	 									{padding:0px; margin:0px;}
#osag ul li 									{height:25px;}
/*odeme kutusu*/


/**mesajtablosu**/
#mesaj-tablosu									{width:99%; border-collapse:collapse;}
#mesaj-tablosu tr								{border-bottom:solid 1px #e0e0e0;}
#mesaj-tablosu td								{padding-left:20px;}
#mesaj-tablosu th								{color:#312e2b;font-size:14px;padding:15px 0px;}
#mesaj-tablosu tr td							{padding:12px 0px; vertical-align:top;}
/**mesajtablosu**/

/**butonlar**/
.buton-m										{font:14px Arial,Helvetica,sans-serif;color:white;text-shadow:#333 1px 1px;line-height:30px;position: relative;cursor: pointer;user-select: none;float: left;padding:0 10px; cursor:pointer;}
.koseli 										{background-color:#716964;border-radius: 15px 0px 10px 0px;}
.koseli:hover 									{background-color:#857C76;-moz-transition:all 0.2s ease-out 0s;-webkit-transition: all 0.2s ease-out;}
/**butonlar**/

/**-------------------------------------------------------------------------------------------------------------------------------------------------------------**/
/*========================= hesabim-tab ==================*/
.hesabim-tab 									{clear:both; margin-top:48px;}
/* read-review */
.hesabim-tab #read-review .single-review		{padding-bottom:14px; margin-bottom:14px; background:url('../images/dottedBorder.png/') repeat-x left bottom;}
.hesabim-tab #read-review .single-review:last-child 
												{padding-bottom:none; margin-bottom:none; background-image:none;}
.hesabim-tab #read-review .single-review .review-header 
												{margin-bottom:8px;}
/* rating */
.hesabim-tab #read-review .single-review .rating{float:right; list-style: none; margin:0; padding:0;}
.hesabim-tab #read-review .single-review .rating li 
												{margin:0; padding:0; float: left;}
.hesabim-tab #read-review .single-review .rating i.star-on
												{width:17px; height:17px; display: block; background:url('../images/star-on.png/') no-repeat left top;}
.hesabim-tab #read-review .single-review .rating i.star-off 
												{width:17px; height:17px; display: block; background:url('../images/star-off.png/') no-repeat left top;}
/*========================== nav-tabs =====================*/
.nav-tabs > li:first-child 						{margin-left:8px;}
.nav-tabs 										{border-bottom: 1px solid #c4c4c4;}
.nav-tabs > li > a 								{color:#444;  border: 1px solid #d2d2d2;  background: #e9e9e9;  background: -moz-linear-gradient(top, #e9e9e9 0%, #e2e2e2 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#e2e2e2));  background: -webkit-linear-gradient(top, #e9e9e9 0%,#e2e2e2 100%);  background: -o-linear-gradient(top, #e9e9e9 0%,#e2e2e2 100%);  background: -ms-linear-gradient(top, #e9e9e9 0%,#e2e2e2 100%);  background: linear-gradient(to bottom, #e9e9e9 0%,#e2e2e2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e2e2e2',GradientType=0 );}
.nav-tabs > li > a:hover 						{border-color: #d2d2d2 #d2d2d2 #d2d2d2; background: #e0e0e0;}
.nav-tabs > li > a:active 						{border-color: #ddd #ddd #ddd; background: #e5e5e5;  -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0, .05);  -moz-box-shadow: inset 0 3px 3px rgba(0,0,0, .05); box-shadow: inset 0 3px 3px rgba(0,0,0, .05);}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover 					{background: #fff; filter: #fff;}
.nav-tabs .open > a 							{background:#555; background-color:#555; filter: #555;}
.nav											{margin-left:0;margin-bottom:20px;list-style:none;}
.nav>li>a										{display:block;}
.nav>li>a:hover									{text-decoration:none;background-color:#eeeeee;}
.nav>li>a>img									{max-width:none;}
.nav>.pull-right								{float:right;}
.nav-header										{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999999;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);text-transform:uppercase;}
.nav li+.nav-header								{margin-top:9px;}
.nav-list										{padding-left:15px;padding-right:15px;margin-bottom:0;}
.nav-list>li>a,.nav-list .nav-header			{margin-left:-15px;margin-right:-15px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}
.nav-list>li>a									{padding:3px 15px;}
.nav-list>.active>a,.nav-list>.active>a:hover	{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);background-color:#0088cc;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-right:2px;}
.nav-list .divider								{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}
.nav-tabs,.nav-pills{*zoom:1;}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;content:"";line-height:0;}
.nav-tabs:after,.nav-pills:after				{clear:both;}
.nav-tabs>li,.nav-pills>li						{float:left;}
.nav-tabs>li>a,.nav-pills>li>a					{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px;font-size:15px;color:#000;}
.nav-tabs										{border-bottom:1px solid #ddd;}
.nav-tabs>li									{margin-bottom:-1px;}
.nav-tabs>li>a									{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd;}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover	{color:#555555;background-color:#ffffff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;}
.nav-pills>li>a									{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-decoration: none;}
.nav-stacked>li									{float:none;}
.nav-stacked>li>a								{margin-right:0;}
.nav-tabs.nav-stacked							{border-bottom:0;}
.nav-tabs.nav-stacked>li>a						{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.nav-tabs.nav-stacked>li:first-child>a			{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;}
.nav-tabs.nav-stacked>li:last-child>a			{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}
.nav-tabs.nav-stacked>li>a:hover				{border-color:#ddd;z-index:2;}
.nav-pills.nav-stacked>li>a						{margin-bottom:3px;}
.nav-pills.nav-stacked>li:last-child>a			{margin-bottom:1px;}
.nav-tabs .dropdown-menu						{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;}
.nav-pills .dropdown-menu						{-webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;}
.nav .dropdown-toggle .caret					{border-top-color:#0088cc; border-bottom-color:#0088cc; margin-top:6px;}
.nav .dropdown-toggle:hover .caret				{border-top-color:#005580; border-bottom-color:#005580;}
.nav-tabs .dropdown-toggle .caret				{margin-top:8px;}
.nav .active .dropdown-toggle .caret			{border-top-color:#fff; border-bottom-color:#fff;}
.nav-tabs .active .dropdown-toggle .caret		{border-top-color:#555555; border-bottom-color:#555555;}
.nav>.dropdown.active>a:hover					{cursor:pointer;}
.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover{color:#ffffff;background-color:#999999;border-color:#999999;}
.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;opacity:1;filter:alpha(opacity=100);}
.tabs-stacked .open>a:hover						{border-color:#999999;}
.tabbable{*zoom:1;}.tabbable:before,.tabbable:after{display:table;content:"";line-height:0;}
.tabbable:after									{clear:both;}
.hesabim-content								{overflow:auto;}
.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0;}
.hesabim-content>.tab-panel,.pill-content>.pill-pane	{display:none;}
.hesabim-content>.active,.pill-content>.active	{display:block;}
.tabs-below>.nav-tabs							{border-top:1px solid #ddd;}
.tabs-below>.nav-tabs>li						{margin-top:-1px;margin-bottom:0;}
.tabs-below>.nav-tabs>li>a						{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.tabs-below>.nav-tabs>li>a:hover{border-bottom-color:transparent;border-top-color:#ddd;}
.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd #ddd;}
.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none;}
.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px;}
.tabs-left>.nav-tabs							{float:left;margin-right:19px;border-right:1px solid #ddd;}
.tabs-left>.nav-tabs>li>a						{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}
.tabs-left>.nav-tabs>li>a:hover					{border-color:#eeeeee #dddddd #eeeeee #eeeeee;}
.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#ffffff;}
.tabs-right>.nav-tabs							{float:right;margin-left:19px;border-left:1px solid #ddd;}
.tabs-right>.nav-tabs>li>a						{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}
.tabs-right>.nav-tabs>li>a:hover				{border-color:#eeeeee #eeeeee #eeeeee #dddddd;}
.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#ffffff;}
.nav>.disabled>a								{color:#999999;}
.nav>.disabled>a:hover							{text-decoration:none;background-color:transparent;cursor:default;}
/**-------------------------------------------------------------------------------------------------------------------------------------------------------------**/
/**Taksit Tablosu**/
.ttaksit		                                {position:relative; width:100%; height:100%; background-color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 10px; padding:0px;}
.ttaksit ul		                                {list_style:none; width:200px; border:solid 1px #ccc; float:left; margin-right:10px; padding:0px;}
.ttaksit ul li	                                {width:200px; min-height:26px; padding:0px;}
.twidth1		                                {width:18px; text-align:center;}
.twidth2		                                {width:85px; text-align:center;}
.twidth3		                                {width:85px; text-align:center;}
.tstn			                                {position:relative; height:20px; float:left; margin-right:1px; padding:3px 0px;}
.bnk16			                                {width:200px; height:54px; background-image:url('../img/icons.png'); background-repeat:no-repeat; background-position:0px 0px;}
.bnk28			                                {width:200px; height:54px; background-image:url('../img/icons.png'); background-repeat:no-repeat; background-position:0px -54px;}
.bnk38			                                {width:200px; height:54px; background-image:url('../img/icons.png'); background-repeat:no-repeat; background-position:0px -108px;}
.bnk41			                                {width:200px; height:54px; background-image:url('../img/icons.png'); background-repeat:no-repeat; background-position:0px -162px;}
.bnk14			                                {width:200px; height:54px; background-image:url('../img/icons.png'); background-repeat:no-repeat; background-position:0px -216px;}
.bnk7			                                {width:200px; height:54px; background-image:url('../img/icons.png'); background-repeat:no-repeat; background-position:0px -270px;}
.bnk18			                                {width:200px; height:54px; background-image:url('../img/icons.png'); background-repeat:no-repeat; background-position:0px -324px;}
.bnk40			                                {width:200px; height:54px; background-image:url('../img/icons.png'); background-repeat:no-repeat; background-position:0px -378px;}
.bnk38			                                {width:200px; height:54px; background-image:url('../img/icons.png'); background-repeat:no-repeat; background-position:0px -432px;}
.bnk12			                                {width:200px; height:54px; background-image:url('../img/icons.png'); background-repeat:no-repeat; background-position:0px -486px;}
.bnk39			                                {width:200px; height:54px; background-image:url('../img/icons.png'); background-repeat:no-repeat; background-position:0px -550px;}
/**Taksit Tablosu**/
/**-------------------------------------------------------------------------------------------------------------------------------------------------------------**/