h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.lister
{
    font-family: Calibri;
    padding: 10px 25px;
    text-decoration:none;
}

.sayfa_list
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-decoration:none;
}

    .sayfa_list li
    {
        padding: 10px;
        width: 200px;
        height: 230px;
        background-color: #eee;
        text-align: center;
        float: left;
        margin: 8px;
        position: relative;
        text-decoration:none;
        border-radius:5px;
    }

        .sayfa_list li a img
        {
            width: 200px;
            height: 130px;
        }

        .sayfa_list li a .title
        {
            color: #e29822;
            font-weight: bold;
            padding: 0px;
            margin: 15px 0px;
            font-family: Calibri;
            font-size: 18px;
            text-decoration: none;
        }

        .sayfa_list li a .categories
        {
            color: #343434;
            font-style: italic;
            font-weight: bold;
            padding: 0px;
            margin: 15px 0px;
            font-size: 15px;
           text-decoration-color:transparent;
        }

        .sayfa_list li:hover
        {
            height: 210px;
            border-bottom: 20px solid #e29822;
            background: #fff;
            -moz-box-shadow: 1px 1px 4px #eee;
            -webkit-box-shadow: 1px 1px 4px #eee;
            box-shadow: 1px 1px 4px #eee;
            color: #fff;
            text-decoration-color:transparent;
        }

        .sayfa_list li a:hover
        {
           text-decoration-color:transparent;
           
        }
/**ARAMA SONUÇLARI İÇİN********/
.sonuc_lister
{
    font-family: Calibri;
    font-size:15px;
}
.sonuc_list
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    
}

    .sonuc_list li
    {
        padding: 5px;
        width: 650px;
        height: 70px;
        background-color: #eee;
        text-align:justify;
        float:left;
        margin: 7px 25px;
        position: relative;
    }
        .sonuc_list li a .baslik
        {
            color: black;
            font-weight: normal;
            padding: 5px;
            margin: 0px 0px;
            font-family: Calibri;
            font-size: 15px;
            text-decoration:underline;
       
            
        }
         .sonuc_list li a .icerik
        {
            color: #000;
            font-weight: bold;
            padding: 10px;
            margin: 15px 10px;
            font-family: Calibri;
            font-size: 16px;
            text-decoration: none;
        }

        .sonuc_list li:hover
        {
            height: 60px;
            border-bottom: 10px solid #be6e21;
            background: #fff;
            -moz-box-shadow: 1px 1px 4px #eee;
            -webkit-box-shadow: 1px 1px 4px #eee;
            box-shadow: 1px 1px 4px #eee;
            color: black;
            text-decoration: none;
        }

        .sonuc_list li a:hover
        {
            color: #000;
            text-decoration: none;
        }
/***********/
.menu_list
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .menu_list li
    {
        padding: 9px 12px;
        float: left;
        margin: 0px;
        position: relative;
        border-right: 2px solid #f3d065;
    }

        .menu_list li a
        {
            color: #212020;
            font-weight: bold;
            font-family: Calibri;
            font-size: 14px;
            text-decoration: none;
        }

        .menu_list li:hover
        {
            background-color: #f3d065;
            -moz-box-shadow: 0 0 5px #888;
            -webkit-box-shadow: 0 0 5px #888;
            box-shadow: 0 0 5px #888;
        }
.bayi_baslik_div {
    background:#e29822;
    font-family:Arial;
    font-size:18px;
    font-weight:bold;
    padding:10px;
    border-radius:10px;
    width:auto;
}
