@import 'form.css';
@import 'pagination.css';

@font-face {
    font-family: 'Ubuntu Regular';
    src: url('../fonts/Ubuntu-R-webfont.eot');
    src: local('Ubuntu Regular'),
         url('../fonts/Ubuntu-R-webfont.eot?iefix') format('eot'),
         url('../fonts/Ubuntu-R-webfont.woff') format('woff'),
         url('../fonts/Ubuntu-R-webfont.ttf') format('truetype'),
         url('../fonts/Ubuntu-R-webfont.svg#webfontGZB3fjCF') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*****************************************************/
/******   B A S I C    S T Y L E S   *****************/
/*****************************************************/
/*
h1, h2, h1 *, h2 * {
  letter-spacing: -1px;
  word-spacing: 2px;
  font-family: "Ubuntu Regular", sans-serif;
  font-weight: normal;
}
*/


body{
    font-family:Verdana;
    font-family:arial,sans-serif;
    font-size:12px;
    height:19px;
    
    line-height:17px;
}
a img {
    border:none;
}

a:link{
    text-decoration:none;
    color:#313131;
}
a:active{
    color:#313131;
}
a:visited{
    color:#313131;
}
a:hover{
    color:#111111;
}


.smart-h2-small{
    font-size:14px;
    letter-spacing: -1px;
    word-spacing: 2px;
    font-family: "Ubuntu Regular", sans-serif;
    font-weight: normal;
}



* {
	margin: 0;
	padding: 0;
}


#main{
    position:absolute;
    height:100%;
    padding-left:10%;
    width:90%;
    border:0px solid red;
}


#header{
    display:block;
    float:left;
    width:auto;
    height:150px;
    margin-bottom:10px;
}

#header #logo img{
    border:none;
}


#middle{
    display:block;
    float:left;
    width:100%;
}
#middle .h4_gri{
    color:#787878;
    font-size:14px;
    font-weight:normal;
    line-height:18px;
}
#middle .h4_gri span{
    font-weight:bold;
}
#footer{
    display:block;
    float:left;
    color:#DFDFDF;
    padding-top:36px;
}
#footer a{
    text-decoration: none;
    color:#CDCDCD;
}
#footer a:hover{
    text-decoration: none;
    color:#ACACAC;
}
#footer .left{
    display:block;
    float:left;
    width:250px;
}
#footer .right{
    display:block;
    float:left;
    width:250px;
}


#path-info{
    display:inline-block;
    width:758px;
    height:25px;
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom:4px;
    margin-bottom:5px;
    border-right:1px solid #424242;
    border-left:1px solid #424242;
    background: url(../images/path_info_bg.png) repeat-x;
}
#path-info span{
    display:inline-block;
    float:left;
    height:24px;
    padding-top:5px;
    margin-top:0px;
    /*
    font-size:16px;
    color:#333333;
    line-height:20px;
    padding-right:4px;
    */
    color:#FFF;
    font-size:16px;
    text-decoration:none;
    font-family: "Franklin Gothic Medium Cond";
    font-weight:normal;
    padding-right:12px;
    background: url(../images/path_info_ver_border.png)top right no-repeat;
}
#path-info .ok{
    height:20px;
    width:12px;
    background: url(../images/icons/path-info.png) center center no-repeat;
}

/************/
.center{
    text-align:center;
}
.bold{
    font-weight:bold;
}


/* UYARILAR - MESAJLAR**/
._info_{
    display:block;
    width:850px;
    margin:30px auto;
    color:#313131;
    font-size:16px;
    font-weight:normal;
    text-align:center;
}

#showMessage{
    display: inline-block;
    width:100%;
    border:1px solid #DD0011;
    border-radius:4px;
    padding:6px 0px;
}
.uyari{
    background: #F56565;
}
.f-uyari{
    color:#FFF !important;
}
.hata{
    background: #F56565 !important;
}

.f-hata{
    color:#FFF;
}

.title_pinki{
    font-size:12pt;
    font-weight:normal;
    color:#e11f2a;
    text-decoration: none;
    margin-bottom:15px;
}


a.pinki{
    color:#e11f2a !important;
}
a:hover.pinki{
    color:#c80b16 !important;
}

#showMessage li{
    list-style:none;
}
#msgText{
    display:block;
    width:90%;
    margin:2px auto;
    font-weight:bold;
}

.warning-font{
    color:#E4770F;
}

#uyari_span{
    display:none;
    width:100%;
    font-weight:bold;
    padding:5px 10px;
    margin-bottom:5px;
}

.red_font{
    color:#DDFFFF;
}
.red-border{
    border:1px solid red;
}

.pointer{
    cursor:pointer;
}

.fbold{
    font-weight: bold;
}
.clear_both{
    clear:both !important;
}

#iletisim{
    color:#454545;
}
#iletisim .adres_satiri{
    display:inline-block;
    width:98%;
    margin:6px 2px;
    color:#565656;
}
#iletisim .adres_satiri p{
    margin-bottom:6px;    
}
#iletisim .title{
    color:#017DC4;
    font-size:14px;
    font-weight:bold;
}


.hTitle{
    margin-bottom:4px;
    font-size:16px;
    font-weight:bold;
    padding:0 0 4px 0;
    border-bottom:1px dotted #8CC53C;
    color:#639c13;
}

/**** Message Fonts ***/
._info_msg{
    color:#DC4800;
}

#loading__{
    display:none;
    margin:2px;    
}
#loading__ img{
    width:24px;
}

#mainpage{
    display:block;
    float:left;
    width:70%;
}

#menu_left{
    display:block;
    float:left;
    width:220px;
}
#leftMenu li{
    list-style:none;
    margin-bottom:3px;
    
}

.fright{
    text-align:right;
}
.cancel{
    cursor:pointer;
}


#dznl_btn{
    position:absolute;
    margin-bottom: -5px;
    z-index:900;
    width:500px;
    text-align:right;
}
.cancel_btn{
    display:inline-block;
    width:auto;
    padding:5px 10px;
    color:#f53b42;
    border:0px solid red;
}
.cancel_btn:hover{
    color:#343434;
    cursor:pointer;
}

#paymentDiv{
    display:block;
    width:90%;
    padding:20px;
    margin:auto;
    text-align:center;
    margin-bottom:10px;
    border:1px solid #DCDCDC;
}

.btn_orange_div{
    width:191px;
    height:30px;
    color:#FFF;
    text-align: center;
    background: url(../images/btn_orange.png) top left no-repeat;
    line-height:30px;
}
.btn_orange_div a:link{
    color:#FFF;    
    font-size:12pt;
    font-weight:bold;
}
.btn_orange_div a:active{
    color:#FFF;    
}

.btn_orange_div a:visited{
    color:#FFF;    
}
.btn_orange_div a:hover{
    color:#FFF;
}

.selected{
    width:191px;
    height:30px;
    color:#FFF;
    text-align: center;
    background: url(../images/btn_red.png) top left no-repeat;
    line-height:30px;
}

