/* = Duyuru
------------------------------------------------------------------------------------*/
div#duyuru {
    margin: 15px 0;
    padding: 5px 15px;
    background-color: #fff;
    border: 1px solid #ddddfe;
    font-size: 11px
}

/* = orta
------------------------------------------------------------------------------------*/
div#ort {
    font-size: 11px;
}
    div#ort big{
        background: #dddddf;
        padding: 3px 5px;
        position: absolute;
        top: 0px;
        right: 0px;
        color: #999;
        font-style: italic;
    }

    ul#basliklar{
        _width: 326px;    /* IE 6 için*/
        float: right;
    }
        ul#basliklar li{
            cursor: default;
            padding: 7px 0 8px 25px;
            background: url(../img/simge-kontrol.png) 0px 0px no-repeat;
        }
        ul#basliklar li:hover{
            background: url(../img/simge-kontrol.png) 0px -32px no-repeat;
        }
            ul#basliklar li h3{
                padding: 2px;
                background: #ffffcf;
                font-size: 12px;
                font-weight: normal;
                display: inline;
            }
            ul#basliklar li h3:hover{
                border-bottom: 1px solid #ddd;
            }

div#ort_alt {
    font-size: 11px;
    margin-top: 15px;
    background: #eafafd url(../img/ort_alt-arka.gif) 0 1px repeat-x;
    border: 1px solid #b6d8de;
    padding: 22px 24px;
}
    div.ort_alt_kutu {
        width: 165px; /* width:26%; */
        padding: 10px;
        float: left;
        background-color: #fff;
        border: 1px solid #ddddfe;
    }
        div.ort_alt_kutu a {
            text-decoration: none;
            border-bottom: 1px dotted #3d595e; 
        }
        div.ort_alt_kutu a:hover { 
            border-bottom: 1px dotted #c83c39;
        }
        div.ort_alt_kutu p { 
            margin: 6px 0; 
        }
        div.ort_alt_kutu h4 {
            letter-spacing: 1px;
            font-size: 17px;
            font-weight: normal;
            padding: 0 0 0 22px;
            margin-bottom: 12px;
        }
    div#demo { 
        margin: 0 23px; 
    }
        div#bilgi h4 { background: url(../img/simge-bilgi.png) 0% 50% no-repeat; }
        div#demo  h4 { background: url(../img/simge-demo.png)  0% 50% no-repeat; }
        div#eklenti h4 { background: url(../img/simge-eklenti.png) 0% 50% no-repeat; }