﻿body {
    background: #f2f2f2;
}

#genel {
    background: #fff;
    width: 990px;
    padding: 10px;
    margin: auto;
    margin-top: 10px;
    border: 1px solid #dcdcdc;
    -moz-box-shadow: inset 0px 0px 40px #f2f2f2; /* Mozilla */
    -webkit-box-shadow: inset 0px 0px 40px #f2f2f2; /* Chrome ve Safari */
    box-shadow: inset 0px 0px 40px #f2f2f2; /* Standart CSS Kodu */
    display: inline-block;
    border-radius: 5px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

#menubg {
    background: linear-gradient(#1388cb,#137db7);
    width: 990px;
    height: 45px;
    float: left;
    border-radius: 3px;
}

#menu {
    height: 45px;
}

    #menu li.menuLi {
        float: left;
        position: relative;
    }

        #menu li.menuLi a {
            display: block;
            padding: 4px 15px;
            color: #fff;
            font-size: 18px;
            font-family: sans-serif;
            line-height: 39px;
        }

            #menu li.menuLi a:hover, #menu li.menuLi.aktif a {
                background: #0c5f8c;
                color: #fff;
                height: 37PX;
            }

.altMenu {
    position: absolute;
    left: 0;
    top: 42px;
    width: 200px;
    display: none;
    z-index: 999;
    background: #0c5f8c;
    padding-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #72c3ee;
    border-top: 0px;
}

#menu li.menuLi ul.altMenu li a {
    display: block;
    padding: 2px;
    padding-left: 15px;
    height: 18px;
    font-size: 13px;
    background: #0c5f8c;
    color: #fff;
}

    #menu li.menuLi ul.altMenu li a:hover {
        display: block;
        color: #fff;
        min-width: 100px;
        font-weight: bold;
    }

.altgolge {
    width: 977px;
    height: 7px;
    background-image: url(../images/altgolge.png);
    float: left;
    margin-left: 1px;
    margin-top: 1px;
    font-weight: normal;
}

.header {
    height: 100px;
}

.urunler {
    width: 220px;
    background: #fff;
    border: 1px solid #f2f2f2;
    height: 340px;
    float: left;
    text-align: center;
    padding: 5px;
    color: #000;
    font-family: 'Trebuchet MS';
    font-size: 13px;
    font-weight: bold;
    margin-right: 15px;
    margin-bottom: 15px;
    -moz-box-shadow: inset 0px 0px 20px #f2f2f2; /* Mozilla */
    -webkit-box-shadow: inset 0px 0px 20px #f2f2f2; /* Chrome ve Safari */
    box-shadow: inset 0px 0px 20px #f2f2f2; /* Standart CSS Kodu */
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}

    .urunler:hover {
        background: #fefefe;
        border: 1px solid #e2dada;
    }




    .urunler span {
        color: red;
        font-family: Tahoma;
        font-weight: bold;
        font-size: 15px;
    }

.urundetay a {
    border: 0px;
    margin-top: 5px;
    display: block;
    width: 100px;
    background: linear-gradient(#1388cb,#137db7);
    color: #fff;
    padding: 7px;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    font-size: 13px;
    margin-left: 45px;
}

    .urundetay a:hover {
        color: #dbffd4;
        background: linear-gradient(#1388cb,#0e689b);
    }

.footermenu a {
    color: #000;
    padding-left: 12px;
    font-size: 12px;
    font-family: 'Trebuchet MS';
    background: url(../images/ok2.png) no-repeat left center;
    display: block;
    margin-bottom: 3px;
}

    .footermenu a:hover {
        color: #0c5f8c;
    }

.footerlist a {
    color: #808080;
    font-family: Arial;
    font-size: 13px;
    display: block;
    margin-bottom: 7px;
}

.footerlist img {
    margin: 2px 2px -4px 5px;
    border: none;
}

.cizgi {
    border-bottom: 1px dotted #ccc;
    width: 100%;
    padding: 5px;
    width: 960px;
    font-family: Arial;
    font-size: 12px;
    color: #8b8b8b;
    float: left;
}

.aramabutton {
    background: linear-gradient(#1388cb,#137db7);
    border: solid 1px #1388cb;
    height: 40px;
    margin: 0px;
    width: 95px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
}

.arama {
    border: solid 1px #137db7;
    width: 250px;
    color: #000;
    height: 18px;
    font-size: 12px;
    padding: 10px;
    float: left;
    border-right: none;
    font-weight: bold;
}

.textbox {
    background: #fff;
    font-size: 0.8rem;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 9px 10px;
    clear: both;
}

    .textbox:focus {
        border: 1px solid #bc2121;
        box-shadow: 0px 0px 10px #bc2121;
        font-weight: bold;
        background-color: #ffe5e5;
        outline: none;
    }

.button {
    border: 0px;
    background: linear-gradient(#1388cb,#137db7);
    height: 35px;
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    min-width: 100px;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    letter-spacing: 1px;
    cursor: pointer;
}

    .button:hover {
        background: #000;
    }

.detayicerik {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    width: 300px;
    font-family: sans-serif;
    font-size: 13px;
    color: #505050;
}

    .detayicerik span {
        color: #505050;
    }

.satinal {
    font-size: 13px;
    color: #329a1d;
    margin-left: 80px;
    margin-top: -2px;
    float: left;
    width: 230PX;
    height: 265px;
    background: #f3f3f3;
    font-family: Arial;
    padding-left: 20px;
    padding-top: 10px;
    border: 1px solid #d0d0d0;
}

.urunozellik {
    margin-bottom: 9PX;
    background: linear-gradient(#1388cb,#137db7);
    padding: 7px;
    height: 17px;
    font-size: 13px;
    letter-spacing: 1px;
    width: 550px;
    color: #fff;
    font-weight: bold;
    position: relative;
    border-radius: 2px;
    margin-top: 10px;
    font-family: 'Trebuchet MS';
}

    .urunozellik:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 7px solid transparent;
    }


    .urunozellik.asagi:before {
        border-top-color: #1388cb;
        bottom: -16px;
        left: 8px;
    }

    .urunozellik img {
        margin: 2px 0px -1px 3px;
        border: none;
    }

.kart {
    width: 400px;
    float: left;
}

.kartbilgileri {
    font-family: 'Trebuchet MS';
    font-size: 11px;
    margin-bottom: -20px;
}

    .kartbilgileri span {
        display: inline-block;
        color: #009946;
        font: normal 12px/17px tahoma;
        width: 100%;
        padding: 0 0 1px 0;
    }

h1 {
    color: #262726;
    display: block;
    font: normal 17px Georgia;
    margin: 30px 0 5px 0;
}
