﻿@import url(http://fonts.googleapis.com/css?family=Yellowtail|Parisienne|Yesteryear|Allura|Calligraffitti|Great+Vibes|Dancing+Script|Pinyon+Script|Josefin+Slab|Julius+Sans+One|Open+Sans);

*
{
    margin: 0px;
    padding: px;
}
img
{
    border: 0px;
}


html { /*
 background: url(http://www.groheturkiye.com/img/yilbas.jpg) no-repeat center center fixed !important; 
  -webkit-background-size: cover !important; 
  -moz-background-size: cover !important; 
  -o-background-size: cover !important; 
  background-size: cover !important; 
  background-repeat:no-repeat !important; 
  background-color:White !important; */
}


body
{
    
    background: url('../img/a_bg.jpg') fixed;
   
}

#y-main
{
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.46);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.46);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.46);
    margin: 10px auto;
    width: 982px;
    height: auto;
    padding: 10px 5px 20px 5px;
    background-color:White;
}

.ie-th
{
    height: 43px;
}
.ie-k
{
    margin-left: 5px;
}
.ie-lt
{
    width: 250px;
}

#d-main
{
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.46);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.46);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.46);
    margin: 10px auto;
    width: 982px;
    height: auto;
    padding: 20px 5px 20px 5px;
}


.m_margin
{
    margin-left: 5px;
}
.m_margin-i
{
    margin-left: 2px;
}

.search-boxx
{
    border: 0px;
    font-size: 12px;
    font-family: Arial;
    color: #EA51A1;
    font-weight: lighter;
    margin: 0px;
    padding: 0px;
    height: 19px;
    background: none;
    width: 175px;
}

#y-main .search-box
{
    background: url( '../img/a-search-box.png' ) no-repeat;
    width: 203px;
    height: 23px;
}
.cizgim
{
    height: 1px;
    margin: 0 0 20px 0;
    padding: 0px;
    border-bottom: 1px solid #ccc;
    width: 775px;
}


.left
{
    float: left;
}
.right
{
    float: right;
}

.clear
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    clear: both;
    height: 0px;
    width: 0px;
}
.clears
{
    clear: both;
}

#y-header
{
    background: url( '../img/a-bg-top-menu.jpg' ) no-repeat;
    width: 982px;
    height: 298px;
}

.y-padding
{
    padding: 0px 0px 0px 0px;
}
.y-logobg
{
    width: 170px;
    height: 224px;
    background: url( '../img/a-logo-bg.png' ) no-repeat;
    margin: 10px 0px 0px 10px;
    float: left;
}

.y-logo
{
    background: url( "../img/a-logo.png" ) no-repeat scroll 0 0 transparent;
    height: 140px;
    margin: 40px 0 0 13px;
    padding-top: 10px;
    text-align: center;
    width: 140px;
}


.y-logobg a
{
    font-size: 14px;
    font-weight: bold;
}

.y-banner-left
{
    background: url( '../img/a-banner-left.png' ) no-repeat;
    width: 156px;
    height: 33px;
    text-align: center;
    line-height: 33px;
}

.y-banner-left-i
{
    background: url( '../img/a-banner-left-2.png' ) no-repeat;
    width: 123px;
    height: 35px;
    margin-top: 5px;
    text-align: center;
    line-height: 35px;
}

/*Start Eski Menü Stilleri*/
.y-top-menu-bg
{
    background: url( '../img/a-top-menu-bg.jpg' ) no-repeat;
    width: 946px;
    height: 34px;
    margin: 0px 0px 0px 10px;
    clear: both;
    text-align: center;
    color: #868686;
    font-family: Arial;
}

.y-top-menu-bg ul
{
    list-style: none;
    height: 30px;
    margin: 0px 0px 0px 180px;
    padding: 0px;
    text-align: center;
}
.y-top-menu-bg ul li
{
    float: left;
    display: block;
    padding: 0px 0px 0px 0px;
    width: 100px;
    text-align: center;
    line-height: 30px;
}
.y-top-menu-bg ul li a
{
    color: #868686;
    text-decoration: none;
}
.y-top-menu-bg ul li a:hover
{
    color: #d1b7b7;
}

/*End Eski Menü Sitilleri*/






/*Start Yeni Menü Stilleri*/
.b-top-menu-bg
{
    width: 972px; /* background:url('../img/menu-to.jpg') repeat-x;*/
    margin: 5px 0px 0px 0px;
    clear: both;
    font-family: Arial;
    font-size: 14px;
    background: #fceabd; /* Old browsers */
    background: -moz-linear-gradient(top,  #fceabd 0%, #f4af03 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabd), color-stop(100%,#f4af03)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fceabd 0%,#f4af03 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fceabd 0%,#f4af03 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fceabd 0%,#f4af03 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fceabd 0%,#f4af03 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabd', endColorstr='#f4af03',GradientType=0 ); /* IE6-9 */
}

.b-top-menu-bg ul
{
    list-style: none;
    height: 50px;
    margin: 0px 0px 0px 192px;
    padding: 0px;
}
.b-top-menu-bg ul li
{
    float: left;
    display: block;
    padding: 0px 10px 0px 10px;
    text-align: center;
}

.b-top-menu-bg ul li h1
{
    list-style: none;
    font-size: 14px;
    font-weight: normal;
}

.b-top-menu-bg ul li a
{
    color: #936900;
    text-decoration: none;
    font-size: 14px;
}
.b-top-menu-bg ul li:hover
{
    background: #f5b30f; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5b30f 0%, #fce7b4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5b30f), color-stop(100%,#fce7b4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5b30f 0%,#fce7b4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5b30f 0%,#fce7b4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5b30f 0%,#fce7b4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5b30f 0%,#fce7b4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b30f', endColorstr='#fce7b4',GradientType=0 ); /* IE6-9 */
}

/*End Yeni Menü Stilleri*/




/*Start default.aspx Menü Stilleri*/
.d-top-menu-bg
{
    width: 972px; /*background:url('../img/menu-to.jpg') repeat-x;*/
    margin: 5px 0px 0px 0px;
    clear: both;
    font-family: Arial;
    font-size: 14px;
    background: #fceabd; /* Old browsers */
    background: -moz-linear-gradient(top,  #fceabd 0%, #f4af03 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabd), color-stop(100%,#f4af03)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fceabd 0%,#f4af03 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fceabd 0%,#f4af03 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fceabd 0%,#f4af03 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fceabd 0%,#f4af03 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabd', endColorstr='#f4af03',GradientType=0 ); /* IE6-9 */
}

.d-top-menu-bg ul
{
    list-style: none;
    height: 50px;
    margin: 0px 0px 0px 30px;
    padding: 0px;
}
.d-top-menu-bg ul li
{
    float: left;
    display: block;
    padding: 0px 10px 0px 10px;
    text-align: center;
}

.d-top-menu-bg ul li h1
{
    list-style: none;
    font-size: 14px;
    font-weight: normal;
}

.d-top-menu-bg ul li a
{
    text-decoration: none;
    font-size: 14px;
    color: #936900;
}
.d-top-menu-bg ul li:hover
{
    background: #f5b30f; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5b30f 0%, #fce7b4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5b30f), color-stop(100%,#fce7b4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5b30f 0%,#fce7b4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5b30f 0%,#fce7b4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5b30f 0%,#fce7b4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5b30f 0%,#fce7b4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b30f', endColorstr='#fce7b4',GradientType=0 ); /* IE6-9 */
}

/*End default.aspx Menü Stilleri*/
.b-search-boxx
{
    border: 0px;
    font-size: 14px;
    font-family: Gotham Narrow Medium, Helvetica, Arial;
    color: #EA51A1;
    font-weight: lighter;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 27px;
    background: none;
    width: 140px;
    text-indent: 5px;
}













.k-title
{
    background: url( '../img/a-bg-title.png' ) no-repeat;
    width: 970px;
    height: 32px;
    margin-top: 20px;
    line-height: 32px;
    color: White;
    font-size: 18px;
    text-indent: 15px;
}
.y-a-kategori
{
    /*background:  url( '../img/a-bg-kategori.png' ) no-repeat;*/
    background: #a9d5d4;
    padding: 4px;
    height: 177px;
    font-size: 12px;
    color: #6a6a6a;
    width: 209px;
}

.y-a-kategori:hover
{
    /*background:  url( '../img/a-bg-kategori.png' ) no-repeat;*/
    background: #14a8a3;
   
}




.y-a-kategori a
{
    color: #193e3d;
}
.y-a-kategori a:hover
{
    color: White;
}

.myd_hover{border: 1px solid #e2e2e2; padding: 2px 2px 2px 2px; background: #fff;}

.mytd_hover:hover{background:#ccc;}




.y-a-kat
{
    margin: -20px 0px 0px -33px;
}

.y-a-kat2
{
   margin: 10px 0 0 -10px;
}


.m-a-kat
{
    margin: -10px 0px 0px -10px;
    padding: 0px;
}


.y-a-kategori-b
{
    border: 1px solid #f1f1f1;
    padding: 4px 0 4px 4px;
    font-size: 12px;
    color: #6a6a6a;
    width: 170px;
}



.y-a-kategori-b div
{
    background: #cabee8; /* Old browsers */
    background: -moz-linear-gradient(top,  #cabee8 0%, #7c5dc6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cabee8), color-stop(100%,#7c5dc6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cabee8 0%,#7c5dc6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cabee8 0%,#7c5dc6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cabee8 0%,#7c5dc6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cabee8 0%,#7c5dc6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cabee8', endColorstr='#7c5dc6',GradientType=0 ); /* IE6-9 */
}

.y-a-kategori-b a
{
    color: #fff;
}


.y-a-kategori-b div:hover
{
    background: #aa8cf0;
}
.y-a-kategori-b div a
{
    color: #fff;
}

.y-a-kategori-b a:hover
{
    color: #fff;
}

.y-a-kategori-b div a:hover
{
    color: #d1beff;
}
.y-a-kat-b
{
    margin-left: -7px;
}

.y-a-mark
{
    margin: 10px 0px 0px -10px;
}
.c-a-mark
{
    margin: 10px 0px 0px 0px;
}

.m-a-Brands
{
    text-align: center;
}

.m-a-Brands div
{
    margin-top: 10px;
}
.m-title
{
    background: url( '../img/a-bg-marka.png' ) no-repeat;
    width: 970px;
    height: 32px;
    margin-top: 0px;
    line-height: 32px;
    color: White;
    font-size: 18px;
    text-indent: 15px;
}


ul.myul-title
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-bottom: 0px solid #e9e9e9;
    height: 55px;
}
ul.myul-title li
{
    float: left;
    padding: 5px;
}


/* start Marka kategori */

.m-myul-kategori-brand
{
    border-top: 3px solid #E9E9E9;
    list-style: none outside none;
    margin: 0px 0 0;
    padding: 0px 0px 5px 0px;
}

ul.myul-kategori-brand
{
    border-top: 3px solid #E9E9E9;
    list-style: none outside none;
    margin: 0px 0 0;
    padding: 10px 0px 0px 0px;
}


ul.myul-kategori-brand  li
{
    width: 215px; /* background:url('../img/menu-to2.jpg') repeat-x;*/
    background: #c0c7cb; /* Old browsers */
    background: -moz-linear-gradient(top,  #c0c7cb 0%, #73818c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0c7cb), color-stop(100%,#73818c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c0c7cb 0%,#73818c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c0c7cb 0%,#73818c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c0c7cb 0%,#73818c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c0c7cb 0%,#73818c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c7cb', endColorstr='#73818c',GradientType=0 ); /* IE6-9 */
    padding: 4px 5px 4px 10px;
}
ul.myul-kategori-brand li:hover
{
    /*background:url('../img/menu-to2-hover.jpg') repeat-x;*/
    background: #fceabd; /* Old browsers */
    background: -moz-linear-gradient(top,  #fceabd 0%, #f4af03 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabd), color-stop(100%,#f4af03)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fceabd 0%,#f4af03 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fceabd 0%,#f4af03 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fceabd 0%,#f4af03 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fceabd 0%,#f4af03 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabd', endColorstr='#f4af03',GradientType=0 ); /* IE6-9 */
}
ul.myul-kategori-brand a li 
{
    color: White;
    font-size: 12px;
    font-family: Arial;
}

/* end Marka Fihrist */

.m-myul-kategori
{
    border-top: 3px solid #E9E9E9;
    list-style: none outside none;
    margin: 0px 0 0;
    padding: 0px 0px 5px 0px;
}

ul.myul-kategori
{
  
    list-style: none outside none;
    margin: 0px 0px 0px 0;
    padding: 10px 0px 0px 0px;
}


ul.myul-kategori  li
{
    width: 230px; /* background:url('../img/menu-to2.jpg') repeat-x;*/
    background: #c0c7cb; /* Old browsers */
    background: -moz-linear-gradient(top,  #c0c7cb 0%, #73818c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0c7cb), color-stop(100%,#73818c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c0c7cb 0%,#73818c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c0c7cb 0%,#73818c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c0c7cb 0%,#73818c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c0c7cb 0%,#73818c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c7cb', endColorstr='#73818c',GradientType=0 ); /* IE6-9 */
    padding: 4px 5px 4px 9px;
}
ul.myul-kategori li:hover
{
    /*background:url('../img/menu-to2-hover.jpg') repeat-x;*/
    background: #fceabd; /* Old browsers */
    background: -moz-linear-gradient(top,  #fceabd 0%, #f4af03 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabd), color-stop(100%,#f4af03)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fceabd 0%,#f4af03 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fceabd 0%,#f4af03 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fceabd 0%,#f4af03 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fceabd 0%,#f4af03 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabd', endColorstr='#f4af03',GradientType=0 ); /* IE6-9 */
}
ul.myul-kategori a li 
{
    color: White;
    font-size: 13px;
    font-family: Arial;
}


ul.myul-kategori-to
{
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

ul.myul-kategori-to li
{
    width: 230px;
    background: #9abcdf;
    padding: 4px 5px 4px 10px;
}
ul.myul-kategori-to li:hover
{
    background-color: #ea51a1;
}
ul.myul-kategori-to li a
{
    color: White;
    font-size: 13px;
    font-family: Arial;
}

ul.myul-titlee
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 100px;
}
ul.myul-titlee li
{
    float: left;
    padding: 5px 5px 5px 5px;
    line-height: 70px;
}


ul.myul-titleem
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
ul.myul-titleem li
{
    float: left;
    padding: 0px 0px 0px 0px;
    font-family: 'Trebuchet MS' ,Helvetica,Arial,sans-serif;
    font-size: 18px;
}



ul.down
{
    list-style: none !important;
    margin: 0px !important;
    padding: 0px !important;
}
ul.down li
{
    float: left !important;
    padding: 5px !important;
    display: block;
    margin: 0px !important;
    color: #464646;
    font-family: Trebuchet MS !important;
}

.catlink-pasif
{
    font-family: Trebuchet MS;
    font-size: 18px;
    color: #231f20;
}
.catlink-active
{
    font-family: Trebuchet MS;
    font-size: 18px;
    color: #9abcdf;
}



ul.ps
{
    list-style: none;
    margin: 50px 0px 0px 10px;
    padding: 0px;
    width: 132px;
}
ul.ps li
{
    display: block;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #dbd9d9;
}
ul.ps li a
{
    font-family: Arial;
    font-size: 12px;
    color: #777;
}
h2
{
    font-size: 12px;
}


.boxshadow
{
    -webkit-box-shadow: inset 0px 0px 10px 1px rgba(184, 18, 5, 5);
    box-shadow: inset 0px 0px 10px 1px rgba(184, 18, 5, 1);
}



ul.ps3
{
    list-style: none;
    margin: 50px 0px 0px 10px;
    padding: 0px;
    width: 185px;
}
ul.ps3 li
{
    display: block;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #dbd9d9;
}
ul.ps3 li a
{
    font-family: Trebuchet MS;
    font-size: 14px;
    color: #777;
}

.p_div
{
    margin: 10px 0px 0px 0px;
}

.cp_div
{
    margin: 10px 0px 0px 40px;
}
.p_div-m
{
    width: 225px;
    margin: 10px 0px 0px 0px;
}
.k_div
{
    width: 220px;
}

.pp_div
{
    width: 225px;
    margin: 10px 0px 0px 40px;
}
.pp_div-m
{
    width: 225px;
    margin: 10px 0px 0px 0px;
}
.kk_div
{
    width: 220px;
}

.alt_div
{
    margin: 0px;
    padding: 0px;
    width: 220px;
}

.pp_divv
{
    width: 225px;
    margin: 10px 0px 0px 10px;
}


ul.myonuc
{
    margin-left: 20px;
}

ul.myonuc li
{
    padding: 10px;
}

.c-marka-top
{
    padding: 30px;
    text-align: center;
}


.b-marka-top
{
    width: 217px;
    height: 77px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}
.b-marka
{
    background: #e3e2e2;
    height: 53px;
    padding: 5px 5px 0px 5px;
    color: #545454;
    width: 211px;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-top-width: 0px;
    font-size:12px;
    background-image: url('https://yutas.com.tr/userfile/img/kesfet.png');
    background-size: 64px;
    background-repeat: no-repeat;
    background-position: 96% 90%;
}


/*groheturkiye*/

.foterDef
{
    font-family: Arial;
    font-size: 11px;
    color: #7d7d7d;
    font-weight: lighter;
    font-variant: normal;
}

/*end grohe */

/* hesap bankalarının olduğu tasarım sayfası*/



ul.basul
{
    margin: 0px;
    padding: 0px;
}

ul.basul li
{
    list-style: none;
    margin-top: 10px;
    line-height: 25px;
}



ul.oneul
{
    margin: 0px;
    padding: 0px;
    background: #fafafa;
    height: 44px;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

ul.oneul li
{
    list-style: none;
    float: left;
    font-size: 10px;
    color: #747474;
    font-weight: bolder;
    margin-left: 10px;
    text-align: left;
}



/* hesap bankalarının olduğu tasarım sayfası*/

ul.twoul
{
    margin: 0px;
    padding: 20px 0px 30px 0px;
    height: 35px;
}

ul.twoul li
{
    list-style: none;
    float: left;
    font-size: 12px;
    color: #747474;
    font-weight: bolder;
    margin-left: 10px;
    text-align: left;
    line-height: 15px;
}
ul.twoul li a img
{
    border: 0px solid #0000ff;
}
ul.twoul li a:hover img
{
    border: 1px solid #dddddd;
}


ul.treeoul
{
    margin: 0px;
    padding: 20px 0px 30px 0px;
    height: 35px;
    background: #fafafa;
}

ul.treeoul li
{
    list-style: none;
    float: left;
    font-size: 12px;
    color: #747474;
    font-weight: bolder;
    margin-left: 10px;
    text-align: left;
    line-height: 15px;
}
ul.treeoul li a img
{
    border: 0px solid #0000ff;
}
ul.treeoul li a:hover img
{
    border: 1px solid #dddddd;
}

.gogl
{
    margin-top: 50px;
}

/* P A G E  S T Y L E*/

.mygr
{
    background: url('../img/bg-2_03.png') repeat-x;
}


ul.kutup
{
    list-style: none;
    margin: 0px;
    padding-left: 30px;
    height: 149px;
}
ul.kutup li
{
    float: left;
    display: block;
    padding: 0px 10px 0px 10px;
}


ul.kutup li div
{
    -webkit-box-shadow: 5px 1px 2px rgba(16, 2, 50, 1);
    -moz-box-shadow: 5px 1px 2px rgba(16, 2, 50, 1);
    box-shadow: 5px 1px 2px rgba(16, 2, 50, 1);
    border: 1px solid #d1d1d1;
}
#screenshot
{
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}

.scrollup
{
    z-index: +1;
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('../img/icon_top.png') no-repeat;
}

.GothamNarrowLight
{
    font-family: Gotham Narrow Light;
}

.hede
{
    height: 30px;
    line-height: 25px;
}

.margin-topi
{
    margin-top: 25px;
}

.left_bg
{
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 10px;
    background-color: #fafafa;
}
.hattari
{
    padding: 5px 5px 5px 5px;
    font-family: Arial;
    font-size: 14px;
    width: 130px;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 3px 0px #56820b;
    box-shadow: 0px 0px 3px 0px #56820b;
    background: #d2debf; /* Old browsers */
    background: -moz-linear-gradient(top,  #d2debf 0%, #56820b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2debf), color-stop(100%,#56820b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d2debf 0%,#56820b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d2debf 0%,#56820b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d2debf 0%,#56820b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d2debf 0%,#56820b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2debf', endColorstr='#56820b',GradientType=0 ); /* IE6-9 */
}



.d_headerr
{
    background: #fb83fa; /* Old browsers */
    background: -moz-linear-gradient(top,  #fb83fa 0%, #e93cec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb83fa), color-stop(100%,#e93cec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fb83fa 0%,#e93cec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fb83fa 0%,#e93cec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fb83fa 0%,#e93cec 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fb83fa 0%,#e93cec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb83fa', endColorstr='#e93cec',GradientType=0 ); /* IE6-9 */
}

.list-margin
{
    margin: 5px;
}
.a-brand-div
{
    border: 1px solid #e2e2e2;
    height: 54px;
}

.limihover
{
    background: #f5b30f; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5b30f 0%, #fce7b4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5b30f), color-stop(100%,#fce7b4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5b30f 0%,#fce7b4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5b30f 0%,#fce7b4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5b30f 0%,#fce7b4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5b30f 0%,#fce7b4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b30f', endColorstr='#fce7b4',GradientType=0 ); /* IE6-9 */
}


ul.brandul
{
    margin: 10px 0px 20px 0px;
    padding: 0px;
    list-style: none;
}

ul.brandul li
{
    display: block;
    padding: 12px 20px 12px 20px;
    list-style: none;
    border: 1px solid #e1e1e1; /* background: url('../img/bg-ul-brand-ul.png') repeat-x;*/
    background: #fff;
    float: left;
    width: 110px;
    text-align: center;
}

ul.brandul li
{
    font-weight: bold;
    color: #3c3c3c;
}

ul.brandul li a:hover
{
    color: #3c3c3c;
    text-decoration: underline;
    font-weight: bold;
}


#disarisi
{
    height: 486px;
    overflow: hidden;
    position: relative;
    width: 972px;
    border-top: 10px solid #4f463d;
    border-bottom: 10px solid #4f463d;
}

#icerisi
{
    height: 648px;
    left: -0px;
    position: absolute;
    top: -80px;
    width: 900px;
    margin-left: 18px;
}


.myspan
{
    margin: 0px 5px 0px 5px;
}


.d_icon
{
    font: 1.2em/1.1 "HeydingsCommonIconsRegular";
    color: #5c5c5c;
    line-height: 14px;
}

.d_in
{
    padding: 5px 5px 5px 7px;
    color: #5c5c5c;
    margin-top: 0px;
    width: 310px;
    border: 1px solid #efefef;
    border-left: 0px;
    float: left;
    font-size: 14px;
height: 20px;
line-height: 20px;
}

.myspon div:hover
{
    background-color: #e2e2e2;
}
.d_it
{
    padding: 7px;
    height: 16px;
    margin-top: 0px;
    border: 1px solid #efefef;
    border-right: 1px solid #efefef;
    float: left;
}

ul.ref
{
    margin: 20px;
    width: 730px;
}
ul.ref h2
{
    font-size: 25px;
    margin-bottom: 20px;
}
ul.ref li
{
    padding: 5px;
    font-size: 14px;
    border-bottom: 1px #FFFFFF solid;
}

ul.ref li span
{
    float: right;
    margin-left: 0px;
}



#hakimizda_yutas
{
    width: 750px;
}
#hakimizda_yutas ul
{
    width: 360px;
    margin: 0px 10px 0px 30px;
    color: #777;
    font-family: Trebuchet MS;
    font-size: 14px;
    text-align: justify;
}
#hakimizda_yutas ul li
{
    padding: 5px 0px 5px 0px;
}

#hakimizda_yutas ul li ul
{
    margin: 0px;
    padding: 0px;
}

#hakimizda_yutas ul li ul li
{
    list-style: none;
    padding: 10px 0px 10px 0px;
    display: block;
}


ul.Top-list{list-style:none;}


ul.widget-list{list-style:none;}



ul.widget-list li a {color:#9A9657; font-size:14px;}

ul.widget-list li ul{list-style:none;}

ul.widget-list li ul li {
    border-bottom: 1px dotted #DDDDDD;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width:250px;
}


h4.widgettitle
{
    color: #333333;
    font-family: 'Roboto Condensed' ,sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#right-column
{
    float: right;
    position: relative;
    width: 470px;
    
}

#left-column
{
    float: left;
    width: 680px;
    margin:0px 0px 50px 20px;
}

hr.style-one 
{
    margin:30px 0px 30px 0px; 
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #DDDDDD, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #DDDDDD, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #DDDDDD, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #DDDDDD, #ccc); 
}



.ui-widget input{
    border: 1px solid #CCCCCC;
    border-radius: 0 0 0 0;   
    margin: 0;
    padding: 5px;
    width: 200px;
    margin-right:3px;
}


.newsbutton {
   background-color: #CCCAB1;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 12px;
    text-transform: uppercase;
 
 
   }
.newsbutton:hover {
   border-top-color: #0d0d0d;
   background: #0d0d0d;
   color: #cccab1;
   }
.newsbutton:active {
   border-top-color: #cccab1;
   background: #cccab1;
   }
   
   .brandsince{border-right:1px solid #ccc; margin:0px 0px 0px 20px;}
   .since{float:left;margin:0px 20px 0px 20px; padding-right:20px; font-family: 'Great Vibes', cursive; font-size:18px;}
  
   
   

.mystylesdrop {
border: 1px solid #C5C5C5;
font-size: 14px;
color: #754343;
background: #FCFCFC;
padding: 5px;
}

.mystylesdrop select {
display: inline-block;
height: 28px;
line-height: 28px;
border: 1px solid #aaa;
padding: 4px;
color: #FCFCFC;
}

.catbag{background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(99%,#dbdbdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 99%); /* IE10+ */
background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */


color: rgb(133, 103, 103);

}


.catbag2
{
background: #cabee8; /* Old browsers */


color:White;
    }
    
    #pricebg
{
	background: url(         '../img/price.gif' ) no-repeat;
	width: 104px;
	height: 33px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 45px;
	text-indent: 10px;
	margin-right:50px;
}

hr.sty{border-top: 2px solid #e9e9e9; margin-left:0px; width:755px;}

ul.ul_plist{width:778px; margin-left:-10px; padding:0px;}

ul.ul_plist li  {list-style:none; float:left; margin:10px; width:238px; height:290px;}

ul.ul_plist2{width:778px; margin-left:-15px; padding:0px;}

ul.ul_plist2 li  {list-style:none; float:left; margin:10px; width:238px; height:290px;}

.plc_plist{width: 762px; margin-left:-5px; padding: 30px 0px 0px 0px;}

ul.ul_plist3{width:778px; padding:0px;}

ul.ul_plist3 li  {list-style:none; float:left; margin:10px; width:238px; height:290px;}


ul.ul_plist4{width:970px; padding:0px;}

ul.ul_plist4 li  {list-style:none; float:left; margin: 5px 0px 0px 2px; width:238px; height:290px;}

ul.ulhak li{color:red;}
ul.ulhak span{color:#777;}

ul.ul_plist5{padding:0px;}

ul.ul_plist5 li  {list-style:none; float:left; margin:10px;}

#text {
    z-index: 100;
    position: absolute;
    color: white;
    font-size: 14px;
    font-weight: bold;
    left: 5px;
    top: 5px;
    background: #d88445;
    padding: 5px;
    font-family: arial;
    font-size: 12px;
}

#text2 {
    z-index: 100;
    position: absolute;
    color: white;
    font-size: 14px;
    font-weight: bold;
    left: -0px;
    top: -0px;
    background: #d88445;
    padding: 26px;
    font-family: arial;
    font-size: 12px;
    background: url('/img/yeni_icon.png') no-repeat;
}
.hspan p::before {
    content: "Hemen Teslim";
}

.fspan p::before {
    content: "Fırsat Ürünü";
}

/*.nspan p::before {
    content: "Yeni Ürün";
}*/


    .raddiv {
	padding:10px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	line-height:90px;
	width:955px;
    margin: 50px 0px 40px 0px;
}

                .raddiv2 {
	padding:10px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	line-height:90px;
	width:955px;
    text-indent:60px;
    background:#7d7f82;
}

                .raddiv2 span {
	
	font-size:25px;
	font-weight:bold;
	color:#fff;
}

.raddiv span {
	float:right;
	font-size:25px;
	font-weight:bold;
	color:#42338e
}
.radul {
	list-style:none;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.radclear {
	clear:both;
}
.radul li {
	float:left;
	margin:5px;
}
.radul li div {
	margin:0px 0px 10px 0px;
}

.demo_remove {color:white;}