
/*----------------------- SATINALMA BÖLÜMÜ -------------------------------*/


.yukleniyor
{
    

position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 40px;  

    border:1px solid#666; 
    padding-top:25px;  
    background-color:#65a9d7; 
    filter:alpha(opacity=80); 
    opacity:0.8; 
    text-align:center; 
    margin:0px; 
    z-index:101;
}

.yukleniyor_back
{
   top: 0; right: 0; bottom: 0; left: 0;
    position:absolute;
    width:8000px;
    height:8000px;
    
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
 background-size: cover;
    background-color:#e2e2e2; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
      z-index:100;

}

.sepet_baslik
{
    background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

}




.sepet_buton 
{

    float:right; 
   border-top: 1px solid #96d1f8;
background: rgba(252,234,187,1);
/* Old Browsers */background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
 /* FF3.6+ */background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(50%, rgba(252,205,77,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
/* Chrome, Safari4+ */background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
 /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
 /* Opera 11.10+ */background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
 /* IE 10+ */background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
/* IE6-9 */
   padding: 5px; 
   padding-right:15px;
   padding-left:35px;
   padding-bottom:10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0.4) 0 1px 0;
  
   float:right;
   position:relative;
   
}

 .sepet_buton:hover {
background: rgba(252,234,187,1);
/* Old Browsers */background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(201,161,58,1) 45%, rgba(212,152,0,1) 54%, rgba(251,223,147,1) 100%);
 /* FF3.6+ */background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(45%, rgba(201,161,58,1)), color-stop(54%, rgba(212,152,0,1)), color-stop(100%, rgba(251,223,147,1)));
/* Chrome, Safari4+ */background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(201,161,58,1) 45%, rgba(212,152,0,1) 54%, rgba(251,223,147,1) 100%);
 /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(201,161,58,1) 45%, rgba(212,152,0,1) 54%, rgba(251,223,147,1) 100%);
 /* Opera 11.10+ */background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(201,161,58,1) 45%, rgba(212,152,0,1) 54%, rgba(251,223,147,1) 100%);
 /* IE 10+ */background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(201,161,58,1) 45%, rgba(212,152,0,1) 54%, rgba(251,223,147,1) 100%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
/* IE6-9 */
 
   }
.sepet_buton a 
{
color: #000;
   font-size: 15px; 
   font-weight:bold;
   text-decoration: none;
   vertical-align: middle;

}
.sepet_buton img
{
    left:6px;
  top:8px;
position:absolute;
}

/*------------*-*-*-*-*-*-*-----------------------*/


.sepete_tamamla_buton 
{

    
   border-top: 1px solid #96d1f8;
   background: #d66565;
   background: -webkit-gradient(linear, left top, left bottom, from(#d94141), to(#d66565));
   background: -webkit-linear-gradient(top, #d94141, #d66565);
   background: -moz-linear-gradient(top, #d94141, #d66565);
   background: -ms-linear-gradient(top, #d94141, #d66565);
   background: -o-linear-gradient(top, #d94141, #d66565);
   padding: 5px; 
   padding-right:10px;
   padding-bottom:10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0.4) 0 1px 0;
   margin-right:10px;
   float:right;
   
   
}

 .sepete_tamamla_buton:hover {
   background: #731717; 
   color: #ccc;
   }
.sepete_tamamla_buton a 
{
color: white;
   font-size: 15px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;

}

.sepet_img
{
    max-height:60px;
    max-width:80px;
}



.sepet_guncelle 
{
 
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#65a9d7));
   background: -webkit-linear-gradient(top, #8a8a8a, #65a9d7);
   background: -moz-linear-gradient(top, #8a8a8a, #65a9d7);
   background: -ms-linear-gradient(top, #8a8a8a, #65a9d7);
   background: -o-linear-gradient(top, #8a8a8a, #65a9d7);
   padding: 5px; 
   padding-right:10px;
   padding-left:30px;
   padding-bottom:10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   float:right;
   margin-right:10px;  
   position:relative;
}
.sepet_guncelle img
{
    left:6px;
  top:8px;
position:absolute;
}
 .sepet_guncelle:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.sepet_guncelle a 
{
color: white;
   font-size: 15px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;

}




 .MyTabStyle 
 {
     width:100%; 
     
 }

 .MyTabStyle .ajax__tab_header
{
    font-family: "Helvetica Neue" , Arial, Sans-Serif;
    font-size: 14px;
    font-weight:bold;
    display: block;

}

.MyTabStyle .ajax__tab_header .ajax__tab_outer
{
    border-color: #222;
    color: #222; 
    margin-right: 3px;
    border:solid 1px #d7d7d7;
}
.MyTabStyle .ajax__tab_header .ajax__tab_inner
{
    border-color: #666;
    color: #666;
    padding: 40px 0px 40px 0px;
    width:243px;
    text-align:center;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_outer
{
/*HOVER*/

}
.MyTabStyle .ajax__tab_hover .ajax__tab_inner
{
    color: #fff;
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer
{
      background: #000; 

    

}

.MyTabStyle .ajax__tab_active .ajax__tab_inner  a
{
    color: #fff;
    border-color: #333;
} 
.MyTabStyle .ajax__tab_inner a
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt; 
  color: #000;
}






 .odeme_tab
 {
    
     margin-left:1px;
     margin-top:50px;
 }

 .odeme_tab .ajax__tab_header
{
    font-family: "Helvetica Neue" , Arial, Sans-Serif;
    font-size: 14px;
    font-weight:bold;
    display: block;
     margin-left:20px;
}

.odeme_tab .ajax__tab_header .ajax__tab_outer
{
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
    border:solid 1px #d7d7d7;
}
.odeme_tab .ajax__tab_header .ajax__tab_inner
{
    border-color: #666;
    color: #666;
    padding: 10px 0px 10px 0px;
    width:150px;
    text-align:center;
   
}
.odeme_tab .ajax__tab_hover .ajax__tab_outer
{
/*HOVER*/

}
.odeme_tab  .ajax__tab_active .ajax__tab_inner  a
{
    color: #000;
}
.odeme_tab .ajax__tab_active .ajax__tab_outer
{
    background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* IE10+ */
background: linear-gradient(to bottom, #fefcea 0%,#f1da36 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
}
.odeme_tab .ajax__tab_active .ajax__tab_inner
{
    color: #000;
    border-color: #333;
} 
.odeme_tab .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #fff; 
}

 
    .sepet_hesapla_body
    {
        width: 350px; 
        padding-left:650PX; 
        float: left; 
        margin: 0px; 
        font-size: 14px; 
        font-weight: bold;
        margin-bottom:20px;
    }

    .sepet_hesapla_satir
    {
        width: 350px;
         height: 20px; 
         padding-top: 2px; 
         padding-left: 10px; 
         padding-right: 10px; 
         float: left;
    }
    .sepet_hesapla_satir span
    { 
        width:200px; 
        float:left;g

    }

    .fatura_form_visible
    {
      width: 910px; margin: 35px 20PX;padding:20px; border: 1px solid #cdcdcd; float: left;
    }

    .fatura_form_none
    {
        display: none; 
    }

    .odeme_satis_sozlesmesi{width:885px;height:300px;margin-left:25px; padding:10px; text-align:left; border:1px solid #e8e2e2; margin-top:20px; overflow-x:scroll;}

    .siparis_form_body
    {
        margin:30px;
        width:650px;
        float:left;
      
    }

    .siparis_form_baslik 
{
width:250px;
min-height:40px;
float:left;
}
.siparis_form_icerik 
{
width:400px;
min-height:40px;
float:left;
}


.siparis_form_baslik_kart 
{
width:150px;
min-height:40px;
float:left;
}
.siparis_form_icerik_kart
{
width:300px;
min-height:40px;
float:left;
}

.odeme_tab_taksit_listesi {width:350px; min-height:350px;font-size:13px; margin-top:25px;   float:left;}
.odeme_tab_taksit_listesi input  {margin-right:8px;}
