@charset "utf-8";
/* CSS Document */
body {
    font: normal 12px/18px "Trebuchet MS";
    color: #333;
    text-align: center;
    background-color: #F4F4F4
}

#kapsayici {
    width: 600px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
    #geriDon_GeriDon_NeOlur_GeriDon {
        margin-bottom: 30px;
    }
        #geriDon_GeriDon_NeOlur_GeriDon a {
            font-size: 13px;
            background: #fff;
            color: #555;
            text-decoration: none;
            border: 1px solid #ddd;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            padding: 5px;
        }
        #geriDon_GeriDon_NeOlur_GeriDon a:hover {
            color: #336699;
            border: 1px solid #ccc;
        }

    form#paypal{
        position: absolute;
        width: 100px;
        top: 56px;
        right: -7px;
    }

h1 {
    font: normal 30px "Trebuchet MS";
    background: url(araclar.png)  0 0 no-repeat;
    padding-left: 45px;
    height: 50px;
    width: 250px;
    color: #569bcd
}

h1 span {
    background: url(h1.png)  0 0 no-repeat;
    text-indent: -9999px;
    display: block;
    height: 63px
}

img.badge {
    position: absolute;
    top: -15px;
    right: -15px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='badge.png', sizingMethod='scale');    /* IE 6 */
}

/* = Kutu Tasarımları
---------------------------------------------------------------- */
div.kutu {
    position: relative;
    background: #fff url(kutu-ort.png) center bottom repeat-x;
    border: 1px solid #d8d8d8;
    height: 120px;
    margin: 20px 0;
    padding: 5px 0;

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;

    box-shadow:0px 2px 3px #ccc;
    -moz-box-shadow:0px 2px 3px #ccc;
    -webkit-box-shadow:0px 2px 3px #ccc;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=3);
}


/* = Önizleme ve Açıklama
---------------------------------------------------------------- */
div.onizleme {
    width: 40%;
    margin-left: 10px;
    margin-top: 5px;
    float: left;
}

div.aciklama {
    width: 56%;
    _width: 53%;    /* IE 6 için */
    margin-right: 10px;
    float: right;
}

div.aciklama h2 {
    margin: 5px 0 10px 0;
    font: normal 22px "Trebuchet MS";
    letter-spacing: -1px;
    color: #444
}
div.aciklama h2 small {
    font: normal 18px Tahoma;
    margin-left: 5px;
    letter-spacing: -1px;
    color: #606060
}

div.aciklama p { padding-right: 10px }
div.aciklama p a { color: #369 }
div.aciklama p a:hover { color: #555 }

div.aciklama ul {
    margin-top: 18px;
    height:100%;
    overflow: hidden
}
div.aciklama ul li {
    float: left;
    margin-right: 10px
}
div.aciklama ul li a {
    padding: 0 5px;
    text-decoration: none;
    background-color: #555;
    color: #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div.aciklama ul li a:hover {
    background-color: #369
}
