*{margin:0;
padding:0;}

body{
background:url(../images/bg.jpg) repeat;
margin:0;
padding:0;
}

.dis-cerceve{
margin:0 auto;
width:1005px;
background-color:#fff;
box-shadow: 0px 0px 29px -7px #000;
}

.ust-header{
width:980px;
height:91px;
margin-left:12px;
}

.logo{
padding-top: 23px;
float:left;
width:287px;
height:54px;
background:url(../images/logo.jpg) bottom no-repeat;
}

.ust-cerceve{
width:980px;
height:54px;
}

.menu{
margin-left: -40px;
float:right;
font-family:Tahoma;
font-size:14px;
font-weight:Bold;
color:#1e428e;
}
.galeriaciklama {
    font-family:Tahoma;
    font-size:12px;
    text-align:center;
}
.galeribaslik {
    font-family:Tahoma;
    font-size:14px;
    font-weight: 700; font-size: 15pt; color: #143989; margin-left: 12px;
}

.sag-ust-cerceve{
margin-top: 8px;
float:right;
width:325px;
height:25px;
font-family:Tahoma;
font-size:14px;
font-weight:Bold;
color:#1e428e;
}

.birinci-bolum{
height:370px;
width:100%;
margin-top: 11px;
}

.ikinci-bolum{
height:690px;
width:100%;
padding-top:12px;
}

.urun-kutu{
float:left;
width:237px;
height:221px;
background-color:#fff;
margin-left:11px;
font-family:Tahoma;
font-size:12px;
color:#143989;
}

.urun-kutu-resim{
height:44px;
width:100%;
float:top;
}

.urun-kutu2{
float:left;
width:237px;
height:221px;
background-color:#fff;
margin-left:11px;
margin-top:12px;
font-family:Tahoma;
font-size:12px;
color:#143989;
}

.urun-kutu3{
float:left;
width:237px;
height:221px;
background-color:#fff;
margin-left:11px;
margin-top:12px;
font-family:Tahoma;
font-size:12px;
color:#143989;
}

.ayir{
background:url(../images/ayir.jpg) bottom no-repeat;
width:980px;
height:6px;
margin:0 auto;
}

.footer-sol{
width:285px;
height:45px;
float:left;
font-size:12px;
margin-left: 12px;
margin-top: 28px;
line-height: 20px;
}
.footer-sol a {
    text-decoration:none;
    color: black;
    font-size: 12px;
    font-family: Tahoma;
}

.footer-orta{
width:250px;
height:45px;
float:left;
font-size:12px;
margin-left: 45px;
margin-top: 35px;
}

.footer-sag{
width: 380px;
height: 45px;
float: left;
font-size: 12px;
margin-left: 23px;
margin-top: 10px;
}
.footer-sag img{
float:left;
}

.slider-cerceve{
float:left;
width:484px;
height:100%;
background-color:#fff;
margin-left:13px;
}

.kayan-yazi{
float:left;
width:235px;
height:343px;
background:url(../images/resim-bg.jpg) repeat;
margin-left:12px;
}

.borsa-dis-anasayfa{
float:left;
width:237px;
background-color: #f6f3ea;
margin-left:12px;
height:365px;
}

.borsa-dis-icsayfa{
width:237px;
background-color: #f6f3ea;
}

.borsa-tablo{

}

.galeriaciklamalink {
    font-family: Tahoma;
    font-size: 12px;
    margin-left: 12px;
}
.galeriaciklamalink a {
    text-decoration: none;
}

.footer-dis-cerceve {
height:105px;
}


 .cf:before, .cf:after{
      content:"";
      display:table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

    /*-------------------------------------*/	
    
    .form-wrapper {
        width: 235px;
        padding: 1px;
    }
    
    .form-wrapper input {
        width: 147px;
        height: 10px;
        padding: 10px 5px;
        float: left;    
        font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 0;
        background: #eee;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;      
    }
    
    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    
    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
    .form-wrapper button {
		overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 30px;
        width: 70px;
        color: #fff;
        text-transform: uppercase;
        background: #8ccae6;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;      
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }   
      
    .form-wrapper button:hover{		
        background: #61abcc;
    }	
      
    .form-wrapper button:active,
    .form-wrapper button:focus{   
        background: #9ce0ff;    
    }
    
    .form-wrapper button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #8ccae6 transparent;
        top: 8px;
        left: -6px;
    }
    
    .form-wrapper button:hover:before{
        border-right-color: #61abcc;
    }
    
    .form-wrapper button:focus:before{
        border-right-color: #9ce0ff;
    }    
    
    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
.ic-sol {
background-color: #f6f3ea;
width: 722px;
float: left;
height: 100%;
margin-left: 2px;
font-family: Tahoma;
font-size: 12px;
padding-left: 3px;
padding-right: 3px;
color: #143989;
border-right: 10px solid white;
min-height:420px;
}
.icerik-dis {
background-color: #f6f3ea;
height: 100%;
width: 978px;
margin: 0 auto;
border: 13px solid white;
}

    .ic-sol a {
    text-decoration:none;
    color: #143989;
    }

.ic-sag {
float: right;
}
.temizle {
    clear:both;
}
.kayanyazi {
    font-family: Tahoma;
    font-size:12px;
    padding-left:2px;
    padding-right:2px;
    color:#143989;
    width:228px;
    height:295px;
}