.sitebg{
    margin: 0 auto;
    width: 1014px;
    height: auto;
    margin-top: 30px;
}
.sitemain{
    float: left;
    position: relative;
    width: 954px;
    min-height: 700px;
    padding: 0px 30px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.tlicon{
    width: 13px;
    height: 17px;
    background: url(../image/tlicon.png) no-repeat;
}

.header{
    float: left;
    position: relative;
    width: 100%;
}
.header .logo{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9
}
.header .baslik{
    position: absolute;
    padding: 8px 10px;
    width: 600px;
    color: #3d76ac;
    right: 0px;
    top: 30px;
    text-align: right;
    font-weight: bold;
    font-family: Tahoma,sans-serif;
    font-size: 18px;
}
.header .baslik .btnsozlesme{
    position: absolute;
    padding: 8px 10px 9px 10px;
    background: #d96a6a;
    color: #fff;
    right: 0px;
    top: 0px;
    font-size: 13px;
    text-decoration: none;
}
.header .baslik .btnsozlesme:hover{
    background: #408833;
    cursor: pointer
}
.headerMenu{
    float: left;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FA9915), color-stop(100%, #D87E04));
    background: -webkit-linear-gradient(top, #FA9915, #D87E04);
    background: -moz-linear-gradient(top, #fa9915, #d87e04);
    background: -o-linear-gradient(top, #fa9915, #d87e04);
    background: linear-gradient(top, #fa9915, #d87e04);
    background-color: #F18D05;
    border-color: #BF7004;    
}
.headerMenu .mn{
    float: left;
    font-family: 'Calibri', sans-serif;
    font-size: 1.2em;	
    color: #fff;
    margin: 16px 0 0 35px;
    padding: 2px 5px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.headerMenu .mn:hover{
    background: #fff;
    color: #DB8005;
    cursor: pointer
}

.tabblok{
    float: left;
    width: 100%;
    height: 40px;
    margin-top: 100px;
    background: #aacaac;
    font-family: Tahoma,sans-serif;
    font-size: 15px;
}

.tabblok .tab{
    float: left;
    position: relative;
    width: 189.5px;
    padding-top: 11px;
    border-right: 1px solid #fff;
    padding-bottom: 11px;
    text-align: center;
    color: #FFF;
}
.tabblok .tabaktif{
    background: #298d40;
}
.tabblok .tab .tabicon{
    position: absolute;
    background: url(../image/tabicon.png) no-repeat;
    width: 17px;
    height: 10px;
    left: 50%;
    bottom: -10px;
    margin-left: -8.5px;
}
.infoblock{
    float: left;
    width: 96%;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 5px 2%;
    background: #f9f9f9;
    font-family: Tahoma,sans-serif;
    font-size: 15px;
}
.listblok{
    float: left;
    width: 100%;
    color: #747474;
}
.listblok td{
    padding: 2px 0;
}
.input{
    padding: 8px;
    width: 350px;
    font-family: Tahoma,sans-serif;
    font-size: 15px;
    color: #747474;
    border: 1px solid #c3c3c3
}
.area{
    padding: 5px;
    width: 358px;
    height: 70px;
    font-family: Tahoma,sans-serif;
    font-size: 15px;
    color: #747474;
    border: 1px solid #c3c3c3;
    resize: none;
}
.select{
    padding: 5px;
    color: #747474;
    font-family: Tahoma,sans-serif;
    font-size: 13px;
}
.buton{
    width: 300px;
    height: 40px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: Tahoma,sans-serif;
    font-size: 17px;
}
.btnmavi{
    background: #3d6f9e;
    border: 1px solid #0b3c6a;
    color: #fff;
    margin-left: 150px
}
.btnmavi:hover{
    cursor: pointer;
    background: #6385ad;
}
.btnturuncu{
    background: #eb8e00;
    border: 1px solid #a86600;
    color: #fff;
}
.btnturuncu:hover{
    cursor: pointer;
    background: #f2b24f;
}

.odemesecenektabs{
    float: left;
    width: 708px;
    height: 40px;
    margin-left: 100px;
    margin-bottom: 20px;
}
.odemesecenektabs .odsectab{
    float: left;
    width: 354px;
    height: 35px;
    padding-top: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.odemesecenektabs .odselected{
    background: url(../image/odemetab.png) 0px 0px;
}
.odemesecenektabs .odunselected{
    background: url(../image/odemetab.png) 0px -40px;
}
.odemesecenektabs .odunselected:hover{
    background: url(../image/odemetab.png) 0px -80px;
}
.pnlodemetur{
    float: left;
    width: 100%;
    
}
.kt{
    width: 50px;
}
.bankline{
    float: left;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 2px;
    cursor: default;
}
.bankunselected{
    background: #d4e3f8;
}
.bankunselected:hover{
    background: #e8edf4
}
.bankselected{
    background: #d9f5e3;
}
.bankline .bankinfo{
    float: left;    
}
.bankline .bankinfo label{
    color: #2d5c9d;
    font-weight: bold;
}
.havaleinfos{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.havaleinfos .havaleinfobaslik{
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #ff7b00;
    font-weight: bold;
}
.havaleinfos .havaleinfomadde{
    float: left;
    padding-left: 3%;
    width: 97%;
}

.onayinfo{
    float: left;
    width: 100%;
    margin: 5px 0 5px 0;
}
.onayinfoblok{
    float: left;
    position: relative;
    width: 298px;
    height: auto;
    padding-bottom: 35px;
    border:1px solid #416b92;
    margin-right: 5px;
    border-radius: 5px;
}
.onayinfoblok .onayinfobaslik{
    float: left;
    width: 96%;
    padding: 5px 0 5px 10px;
    margin: 1px 0 0px 1px;
    background: #748ba0;
    color: #fff;
}
.onyinfotoplam{
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 20px;
    color: #ef6c00
}

.splistitem{
    float: left;
    position: relative;
    width: 90%;
    height: auto;
    padding: 15px 5%;
    background: #f4f4f4;
    border-bottom: 1px solid #e2e2e2
}
.splistitem-unselected{}
.splistitem-unselected:hover{
    cursor: pointer;
    background: #e4eff5;
}

.splistitem-selected{
    background: #daf5e2;
}
.splistitem .splistitem-check{
    display: none;
    position: absolute;
    width: 60px;
    height: 40px;
    left: -25px;
    top: 10px;
    background: url(../image/checkmark.png) no-repeat
}
.spaciklama{
    float: left;
    width: 100%;
    height: auto;
    font-size: 13px;
    color: #8b8b8b
}

.splistitem .spad{
    float: left;
    width: 100%;
    color: #1d5d8c;
    font-weight: bold;
}
.splistitem .spadet{
    float: left;
    width: 100%;
    font-size: 11px;
    margin-top: 2px;
    color: #2b7716
}
.spsure{
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #f98000
}
.splistitem .spfiyat{
    float: right;
    font-weight: bold;
    color: #c33737
}
.splistitem .sptutar{
    color: #e97f00;
    font-weight: bold;
}
.minilist{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #747474;
    
}

.sozicerik{
    float: left;
    width: 97.5%;
    height: 250px;
    margin-left: 5px;
    background: #fff;
    color: #747474;
    padding: 5px;
    border: 1px solid #bcbcbc
}
.sonucdata{
    float: left;
    width: 100%;
    text-align: center;
    font-family: Tahoma,sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #1a7f4e;
    margin: 200px 0 0 0;
}
.filterblok{
    margin: 0 auto;
    width: 680px;
    height: 40px;
    
}
.splpage{
    float: left;
    width: 950px;
    height: 450px;
}
.splpage .splbaslik{
    float: left;
    color: #a90000;
    font-size: 15px;
    font-weight: bold;
    margin-top: -30px;
}
.splpage .splicerik{
    float: left;
    width: 950px;
    height: 450px
}
.tamekran{
    float: right;
    background: #d2e9fb;
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 3px 10px;
    border: 1px solid #395ca0;
    margin-right: 2px;
    border-radius: 8px 0 0 8px
}
.tamekran:hover{
    cursor: pointer;
    background: #ff7b00;
    color: #fff
}

.detayicerik{
    float: left;
    width: 100%;
    margin: 10px 0 5px 0;
}
.lisansdetayzemin{
    width: 100%;
}
.lisansdetay{
    float: left;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #e48b00;
    color: #fff;
}
.lisansdetay:hover{
    cursor: pointer;
    background: #eea22a;
    text-decoration: underline;
}
.lisansdetayinfo{
    font-size: 15px;
    font-weight: normal;
    color:#444;
}

.iyzicoodemeblok{
    float: left;
    margin-left: 0px;
}