html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset {
    margin: 0;
    padding: 0;
}

/* Genel - General */
body{
    margin:0;
    padding:0;
    font-family:sans,sans-serif,verdana,arial;
    font-size:11px;
    background:#f2fbff url('../images/background-site.png') repeat-y center center;
    text-align:center;
}

a{
    color:#fd9c3b;
    text-decoration:none;
    font-size:11px;
}

a:hover{
    color:#143b6a;
    text-decoration:underline;
}

a img{
    border:0px;
}

a.geri-don{
    font-size:14px;
}

img.icon{
    vertical-align:middle;
}

h5{
    font-size:14px;
    color:#143b6a;
    margin:5px 0 3px 0;
    padding:0 0 0 0;
    background:url('../images/ikon-baslik.gif') left center no-repeat;
    padding-left:9px;
}

div.left{
    float:left;
}

div.right{
    float:right;
}

div.clear{
    clear:both;
}

div.durum-mesaj{
    border:1px solid #d0efff;
    background:#fff;
    margin:10px 0 10px 0;
    padding:10px;
    text-align:center;
    font-size:11px;
    color:#143b6a;
}

div.icerik-blogu{
    padding:5px;
    font-size:12px;
}
    div.icerik-blogu div.icerik-ozellik{
        border:1px solid #ddd;
        background:#fff;
        margin:0 0 4px 0;
        padding:2px;
        font-size:11px;
    }
        div.icerik-blogu div.icerik-ozellik div.ozellik-puan{
            width:100px;
            float:left;
        }

        div.icerik-blogu div.icerik-ozellik div.ozellik-okunma{
            margin-right:5px;
            float:left;
        }

        div.icerik-blogu div.icerik-ozellik div.ozellik-tarih{
            width:150px;
            text-align:right;
            color:#777;
            float:right;
        }

    div.icerik-blogu p{
        display:block;
        padding:5px 0 5px 0;
        margin:5px 0 5px 0;
    }
    
    div.icerik-blogu .icerik-menu{
        background:#fff;
        border:1px solid #ddd;
        padding:2px;
        margin:6px 0 5px 5px;
        width:200px;
    }
        
        div.icerik-blogu .icerik-menu h5{
            background:#eeeff4;
            padding:2px;
            margin:0 0 2px 0;
            font-size:11px;
            color:#3E416B;
        }
        
        div.icerik-blogu .icerik-menu a{
            display:block;
            margin:0 0 3px 2px;
        }
        
    div.icerik-blogu .urun-fiyat-sepet-bolumu{
        background:#fff;
        border:1px solid #ddd;
        padding:2px;
        margin:6px 0 5px 0;
    }

        div.icerik-blogu .urun-fiyat-sepet-bolumu .fiyat{
            font-size:14px;
        }

        div.icerik-blogu .urun-fiyat-sepet-bolumu .right{
            margin-right:5px;
        }
        
            div.icerik-blogu .urun-fiyat-sepet-bolumu .right a{
                font-size:12px;
            }

span.ayrac{
    font-size:13px;
    color:#8a8a8a;
}

span.arama_sorgusu{
    background:#ffffcb;
    border-bottom:1px solid #ddd;
}

/* Liste */
ul{
    margin:10px;
    padding:5px;
}

ul li{
    margin:3px;
    padding:5px;
}

    /* Form */
    form{
        margin:0 0 0 10px;
        padding:0;
    }

        form .input{
            border:1px solid #a2dfff;
            font-size:10px;
            height:13px;
            width:300px;
        }

        form .textarea{
            width:450px;
            height:180px;
            font-size:12px;
        }
        
        form select, .input-select{
            font-size:11px;
        }
        
        form .file{
            font-size:11px;
        }

        form label{
            display:block;
            color:#143b6a;
            font-size:11px;
            margin:3px 0 0 0;
        }

        form a.buton{
            color:#6d6d6d;
        }

        form a.buton:hover{
            color:#fd9c3b;
            text-decoration:none;
        }
        
        form h5{
            margin-left:-10px;
            background-image:none;
            padding-left:0px;
            font-size:13px;
            color:#6d6d6d;
            border-bottom:1px solid #ddd;
        }

    /* Site - Container */
    #site{
        margin:0 auto;
        width:788px;
        text-align:left;
    }
        /* Sitede Arama Bölümü - Site Search*/
        #bolum-sitede-arama{
            color:#6d6d6d;
            width:788px;
            height:30px;
            background:url('../images/background-sitede-arama.png');
        }
        
            #bolum-sitede-arama .right{
                margin-top:7px;
                margin-right:5px;
            }
        
            #bolum-sitede-arama .input{
                font-size:10px;
                height:13px;
                width:150px;
            }
        
        /* Logo */
        #logo{
            width:269px;
            height:130px;
            background:url('../images/logo.png');
        }
        
        /* Üst Bölüm - header */
        #bolum-ust{
            color:#6d6d6d;
            margin:5px 0 0 0;
            padding:6px 5px 4px 4px;
            border-bottom:1px solid #d0efff;
            background:#fff url('../images/background-ust-cizgi.png') no-repeat;
        }
        
            #bolum-ust .left{
                padding:2px 0 0 0;
            }

            #bolum-ust .right{
                padding:0px 0 0 0;
            }

            #bolum-ust .input{
                width:150px;
            }
        
            #bolum-ust .kurlar{
                float:right;
                padding:3px 0 0 0;
                margin-right:40px;
            }
        
        /* Sol Bölüm - Left */
        #bolum-sol{
            margin-top:5px;
            width:200px;
        }
            #bolum-sol h5{
                margin-left:3px;
                border:0px;
            }
        
            /* Kutu */
            #bolum-sol .kutu{
                background:url('../images/kutu-sol-orta.png') repeat-y;
                padding-bottom:5px;
            }
            
            #bolum-sol .kutu .ust{
                height:9px;
                background:url('../images/kutu-sol-ust.png') no-repeat;
            }
            
            #bolum-sol .alt{
                margin-top:-4px;
                height:20px;
                background:url('../images/kutu-sol-alt.png') no-repeat;
            }
            
            /* Menü */
            #bolum-sol a.menu{
                display:block;
                padding:3px 0 5px 20px;
                margin:0 0 3px 10px;
                color:#231f20;
                background:url('../images/background-menu.png') no-repeat;
            }
            
            /* Ürün Kategorileri */
            #bolum-sol label.urun-kategori{
                margin:0 0 3px 14px;
                display:block;
            }
            
                #bolum-sol label.urun-kategori a{
                    color:#231f20;
                    font-size:10px;
                }
            
            /* Kullanıcı Girişi */
            #bolum-sol .kullanici-girisi .input{
                width:180px;
            }
            
            #bolum-sol .kullanici-girisi label{
                display:block;
                color:#6d6d6d;
                font-size:11px;
                margin:3px 0 0 0;
            }
            
        /* Sağ Bölüm - Right */
        #bolum-sag{
            width:584px;
        }
            #bolum-sag div.baslik{
                margin-top:7px;
            }
        
            /* Haberler - News */
        
            #bolum-sag .haberler{
                width:300px;
                background:#fafafa;
                border-left:1px solid #e7e7e7;
                border-bottom:1px solid #e7e7e7;
                height:200px;
            }
            
                #bolum-sag .haberler a.baslik{
                    color:#02496a;
                    display:block;
                    margin:0 0 4px 0;
                }
            
                #bolum-sag .haberler .p{
                    margin:10px 0 4px 0;
                    padding:0 0 8px 7px;
                }
            
                #bolum-sag .haberler .ayrac{
                    border-bottom:1px solid #e7e7e7;
                }
            
            /* Ürün Kutusu - Product Box */
            
            #bolum-sag .urun-kutusu{
                width:283px;
                background:#d0efff;
                border-bottom:1px solid #d0efff;
                height:200px;
            }
            
                #bolum-sag .konsol{
                    font-size:11px;
                    padding:0 0 0 5px;
                }
            
                    #bolum-sag .konsol .resim{
                        width:273px;
                        height:169px;
                        margin-bottom:4px;
                    }
                
                    #bolum-sag .konsol .resim div{
                        height:167px;
                        width:271px;
                        margin:1px 0 0 1px;
                    }
                
                    #bolum-sag .konsol .kaplama{
                        height:169px;
                        width:273px;
                    }
            
                    #bolum-sag .konsol .right{
                        color:#cc0033;
                        padding-right:5px;
                    }
            
            /* İçerik - Content */
            
            #bolum-sag .icerik{
                background:#fafafa;
                border-top:1px solid #e7e7e7;
                border-left:1px solid #e7e7e7;
                border-bottom:1px solid #e7e7e7;
                padding:10px 7px 23px 7px;
            }
            
                #bolum-sag .icerik h5{
                    background-image:none;
                    padding-left:0px;
                    font-size:13px;
                    color:#6d6d6d;
                    border-bottom:1px solid #ddd;
                }
            
                #bolum-sag .icerik .icerik-resimler{
                    width:84px;
                    margin-right:5px;
                    margin-top:10px;
                    text-align:center;
                    float:left;
                }
                
                    #bolum-sag .icerik .icerik-resimler img{    
                        border:1px solid #ddd;
                        background:#fff;
                        padding:2px;
                        margin-bottom:3px;
                    }

                /* Sepet Tablosu  */
                #bolum-sag .icerik table.sepetim{
                    width:570px;
                    border-top:1px solid #e3f1fe;
                    border-right:1px solid #e3f1fe;
                    margin:1em auto;
                    border-collapse:collapse;
                }

                    #bolum-sag .icerik table.sepetim caption{
                        color: #9ba9b4;
                        font-size:.94em;
                        letter-spacing:.1em;
                        padding:0;
                        margin:1em 0 0 0;
                        margin-bottom:0;
                        caption-side:top;
                        text-align:center;
                    }

                    #bolum-sag .icerik table.sepetim tr.odd td, #bolum-sag .icerik table.sepetim tr.odd .column1 {
                        background:#E7F7FF;
                    }

                    #bolum-sag .icerik table.sepetim .column1{
                        background:#f9fcfe;
                    }

                    #bolum-sag .icerik table.sepetim td{
                        background:#fff;
                        color:#444;
                        border-bottom: 1px solid #e3f1fe;
                        border-left:1px solid #e5eff8;
                        padding:3px 2px 3px 2px;
                        text-align:left;
                    }

                    #bolum-sag .icerik table.sepetim th{
                        font-weight:normal;
                        color: #678197;
                        text-align:left;
                        border-bottom:1px solid #e3f1fe;
                        border-left:1px solid #e5eff8;
                        padding:5px 0px 5px 0px;
                    }

                    #bolum-sag .icerik table.sepetim thead th {
                        background:#E7F7FF;
                        text-align:center;
                        font-weight:bold;
                        font-size:12px;
                        color:#143BA2;
                    }

                    #bolum-sag .icerik table.sepetim tfoot th {
                        background:#f4f9fe;
                        text-align:center;
                    }

                        #bolum-sag .icerik table.sepetim tfoot th strong {
                            font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
                            margin:.5em .5em .5em 0;
                            color:#66a3d3;
                        }

                        #bolum-sag .icerik table.sepetim tfoot th em {
                            color:#f03b58;
                            font-weight: bold;
                            font-size: 1.1em;
                            font-style: normal;
                        }

            /* Sayfalama - Paging */
            #bolum-sag .sayfalama{
                font-size:12px;
            }

                #bolum-sag .sayfalama strong{
                    font-size:12px;
                    color:#16709a;
                }
                
                #bolum-sag .sayfalama a{
                    font-size:12px;
                    color:#ff9933;
                    margin-right:5px;
                }
                
                    #bolum-sag .sayfalama a.burada{
                        color:#16709a;
                    }
            
            /* Ürünler - Products */
            #bolum-sag .urunler{
                margin-left:15px;
            }

                #bolum-sag .urunler .urun{
                    width:150px;
                    float:left;
                    padding:0;
                    margin:0 15px 20px 15px;
                }
            
                    #bolum-sag .urunler .urun .resim{
                        height:103px;
                        border-left:1px solid #d0efff;
                        border-top:1px solid #d0efff;
                        border-right:1px solid #d0efff;
                    }
            
                        #bolum-sag .urunler .urun .resim div{
                            height:103px;
                        }

                        #bolum-sag .urunler .urun .resim .buton-urun-ekle{
                            position:absolute;
                            height:20px;
                            width:20px;
                            margin-left:129px;
                            margin-top:-1px;
                        }

                #bolum-sag .urunler .urun .kaplama{
                    border:0px;
                }
                
                #bolum-sag .urunler .urun .aciklama{
                    border:1px solid #d0efff;
                    background:#e6f5ff;
                    padding:4px;
                }
            
                    #bolum-sag .urunler .urun .aciklama .fiyat{
                        font-size:11px;
                        color:#cc0033;
                    }
                    
                    #bolum-sag .urunler .urun .aciklama .urun-adi a{
                        font-size:11px;
                        color:#231f20;
                        text-decoration:underline;
                    }

                    #bolum-sag .urunler .urun .aciklama .urun-adi a:hover{
                        font-size:11px;
                        color:#ff9900;
                        text-decoration:underline;
                    }
    
        /*  Alt Bölüm - Footer */
        #bolum-alt{
            font-size:10px;
            margin:10px 0 10px 0;
            padding:3px 0px 3px 0px;
            color:#858585;
            background:#e6f5ff;
            border-top:1px solid #d0efff;
            border-bottom:1px solid #d0efff;
            /*border-left:1px solid #d0efff;*/
        }
        
            #bolum-alt a{
                font-size:10px;
            }
