/* = orta
------------------------------------------------------------------------------------*/
div#ort {
    font-size: 11px;
}
    div#ort h3 span.eklentiler {
        background-image: url(../img/simge-eklenti.png);
    }

/* = seçenekler
------------------------------------------------------------------------------------*/
div#secenekler {
    background: #fff url(../img/arka-secenekler.png) 50% 50% no-repeat;
}
    div#secenekler fieldset {
        border: 1px solid #cee3f3;
        padding: 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }   
    div#secenekler legend {
        background: #cee3f3;
        padding: 0px 3px;
        font-style:  italic;
    }
    div#secenekler label {
        width: 75px;
    }
    div#secenekler select {
        width: 130px;
    }
    div#ort form div button {
        width: 55px;
    }
    div#secenekler form#siralamaFormu {
        width: 235px;
        float: left;
    }
    div#secenekler form#aramaFormu {
        width: 235px;
        float: right;
    }  
        div#secenekler form#aramaFormu input#aranan {
            width: 120px;
            font-weight: bold;
        }   

    /* jquery.highlight.js eklentisi için */
    span.highlight{
        background-color: #ffffcd;
        color: #de0108;
    }


/* = eklentiler
------------------------------------------------*/
div#eklentiler{
    border: 1px solid #fff;
}
    div#eklentiler table{
        width: 100%;
        margin: 10px 0;
        border-collapse: separate;
        border-spacing: 1px;
        border: 1px solid #d0d8e6;
    }
        div#eklentiler table tr th{
            font-weight: normal;
            padding-left: 5px;
            background-color: #eceff5;
            width: 151px;
        }
        div#eklentiler table tr td{
            padding-left: 5px;
            background-color: #f9f9f9;
        }
        div#eklentiler table tr td:hover{
            background-color: #eceff5;
        }


/* = sadece 'eklentiler-gonullu.html' sayfasında
------------------------------------------------*/
big#gonulluEklentiGonder{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color: #ECEFF5;
    border: 1px solid #C3D9FF;
    padding:5px;    
}        