body
{
    margin:0;
    padding: 0;
    background: url('../SB-Resim/bg.jpg') left top repeat-x #FFF;
    color:#9c5278;
    font-family: Calibri;
}
*
{
    outline: none;   
}
a { text-decoration: none; color:#9c5278;}
img { border:0; vertical-align: middle; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.wrapper
{
    width: 996px;
    margin: 5px auto;
    border:1px solid #e9cbd4;
    background: #fff;
    overflow: hidden;
}
.top { position: relative; padding: 5px; }
.logo { float: left; font-size:45px;font-weight: bold; line-height: 75px;}
.searchArea { float: right; margin-top: 3px; }
.ustMenu
{
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #C06988;
    border-radius: 5px 0px 5px 5px;
    background: #fee7ef;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fee7ef), to(#f8cfdd));
    background: -webkit-linear-gradient(#fee7ef, #f8cfdd);
    background: -moz-linear-gradient(#fee7ef, #f8cfdd);
    background: -ms-linear-gradient(#fee7ef, #f8cfdd);
    background: -o-linear-gradient(#fee7ef, #f8cfdd);
    background: linear-gradient(#fee7ef, #f8cfdd);
    -pie-background: linear-gradient(#fee7ef, #f8cfdd);
    behavior: url(css/PIE.htc);
}
.ustMenu ul
{
    margin:0;
    padding: 0;
    list-style-type: none;
}
.ustMenu li
{
    float: left;
    margin-left: 9px;
}
.ustMenu a
{
    color:#9c5278;
    padding: 10px 8px;
    font-size:18px;
    font-weight: bold;
    text-shadow:2px 2px 0px #FFFFFF;
    display: block;
    cursor:pointer;
}
.search
{
    border-radius:5px 5px 0 0;
    padding: 5px 8px;
    background: #f8cedd;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8cedd), to(#fee7ef));
    background: -webkit-linear-gradient(#f8cedd, #fee7ef);
    background: -moz-linear-gradient(#f8cedd, #fee7ef);
    background: -ms-linear-gradient(#f8cedd, #fee7ef);
    background: -o-linear-gradient(#f8cedd, #fee7ef);
    background: linear-gradient(#f8cedd, #fee7ef);
    -pie-background: linear-gradient(#f8cedd, #fee7ef);
    behavior: url(css/PIE.htc);
}
.search input[type="text"]
{
    box-shadow: 1px 1px 6px 2px #F9F0F3 inset;
    background: #fff;
    border:0;
    color:#c07c94;
    margin-right: 5px;
    padding: 6px 8px;
    width: 180px;
}
.search input[type="submit"]
{
    border:0;
    background: #c07c94;
    border-radius:4px;
    font-size:14px;
    color:#fce2eb;
    font-weight: bold;
    padding: 5px 8px;
    behavior: url(css/PIE.htc);
}
.mainwrap
{
    position: relative;
    margin-top:5px;
    padding: 5px;
    float: left;
}
.coLeft { width: 235px; float: left; margin-right: 10px; }
.coRight { float: left; width: 735px; }
.box { position: relative; }
.box .head
{
    padding: 10px;
    color:#4b5711;
    font-weight: bold;
    font-size:14px;
    border-radius:5px;
    background: #D2EB53;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D2EB53), to(#A6C02C));
    background: -webkit-linear-gradient(#D2EB53, #A6C02C);
    background: -moz-linear-gradient(#D2EB53, #A6C02C);
    background: -ms-linear-gradient(#D2EB53, #A6C02C);
    background: -o-linear-gradient(#D2EB53, #A6C02C);
    background: linear-gradient(#D2EB53, #A6C02C);
    -pie-background: linear-gradient(#D2EB53, #A6C02C);
    behavior: url(css/PIE.htc);
}
.box .content
{
    margin:5px 0 15px;
}
.catMenu ul
{ margin:0; padding: 0; list-style-type: none;}
.catMenu li
{
    display: list-item;
}
.catMenu a
{
    color:#9c5278;
    padding: 7px 7px 7px 20px;
    display: block;
    background: url('../SB-Resim/pstar.png') 5px center no-repeat;
    border-bottom:1px dotted #9c5278;
    font-size:14px;
    font-weight: bold;
    cursor:pointer;
}
.catMenu ul li a:hover,
.catMenu ul li.current a
{
    background: url('../SB-Resim/wstar.png') 5px center no-repeat #984a74;
    color:#fff;
}
#banners { position: relative; margin-bottom: 10px; }
.bannerSlide
{
    border:1px solid #ebebeb;
    border-radius:5px;
    padding: 3px;
    position: relative;
    z-index: 10;
    behavior: url(css/PIE.htc);
}
.now-sale {
    bottom: -3px;
    position: absolute;
    right: -7px;
    z-index: 15;
}
.shadow
{
    position: relative;
    z-index: 0;
    background: url('../SB-Resim/shadow.png') center bottom no-repeat;
    height: 5px;
    width: 100%;
}
.pageHeader
{
    margin-top: 45px;
    position: relative;
    border-radius:5px;
    padding: 10px 5px;
    border:1px solid #edd4dc;
    background: #fee7ef;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fee7ef), to(#f8cfdd));
    background: -webkit-linear-gradient(#fee7ef, #f8cfdd);
    background: -moz-linear-gradient(#fee7ef, #f8cfdd);
    background: -ms-linear-gradient(#fee7ef, #f8cfdd);
    background: -o-linear-gradient(#fee7ef, #f8cfdd);
    background: linear-gradient(#fee7ef, #f8cfdd);
    -pie-background: linear-gradient(#fee7ef, #f8cfdd);
}
.box-head
{
    position: relative;
    border-radius:5px;
    padding: 10px 5px;
    border:1px solid #edd4dc;
    background: #fee7ef;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fee7ef), to(#f8cfdd));
    background: -webkit-linear-gradient(#fee7ef, #f8cfdd);
    background: -moz-linear-gradient(#fee7ef, #f8cfdd);
    background: -ms-linear-gradient(#fee7ef, #f8cfdd);
    background: -o-linear-gradient(#fee7ef, #f8cfdd);
    background: linear-gradient(#fee7ef, #f8cfdd);
    -pie-background: linear-gradient(#fee7ef, #f8cfdd);
    behavior: url(css/PIE.htc);
}
.pageHeader h3
{
    margin:0;
    padding: 0;
    margin-left:10px;
}
.headerTabs
{
    position: absolute;
    top:-30px;
    left:0;
    text-align: center;
    width: 100%;
}
.headerTabs ul
{
    margin:0;
    padding: 0;
    display: inline-block;
    *display:inherit;
    list-style-type: none;
}
.headerTabs li
{
    float: left;
    margin: 0 5px;
}
.headerTabs a
{
    cursor:pointer;
    font-size:14px;
    font-weight: bold;
    display: block;
    border-radius:4px 4px 0 0;
    padding: 7px 9px;
    text-shadow:1px 1px 0px #fff;
    background: #f8cedd;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8cedd), to(#fee7ef));
    background: -webkit-linear-gradient(#f8cedd, #fee7ef);
    background: -moz-linear-gradient(#f8cedd, #fee7ef);
    background: -ms-linear-gradient(#f8cedd, #fee7ef);
    background: -o-linear-gradient(#f8cedd, #fee7ef);
    background: linear-gradient(#f8cedd, #fee7ef);
    -pie-background: linear-gradient(#f8cedd, #fee7ef);
    behavior: url(css/PIE.htc);
}
.pageContent
{
    position: relative;
}
#products { width: 730px; margin-top:5px }
.product
{
    position: relative;
    width: 172px;
    height: 260px;
    float: left;
    margin-bottom:10px;
    z-index: 0;
    border:1px solid #efdae0;
    border-radius: 5px;
}
.product .details
{
    text-align: center;
    color:#9c5278;
}
.product .price
{
     margin: 3px 0;
    color:#9c5278;
    text-align: center;
}
.product .newpro
{
    position: absolute;
    right:0;
    top:0;
    z-index: 10;
}
.product .proDetail{
    display: none;
    background: rgba(255,255,255,1);
    *width: 210px;
    position: absolute;
    z-index: 15;
    height: 70px;
    bottom: 0px;
    left:0;
    color:#9c5278;
    font-size: 12px;
    padding: 10px;
    /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#80FFFFFF', EndColorStr='#80FFFFFF');*/
    zoom: 1;
}
.proDetail a
{
    color:#9c5278;
}
.proDetail p
{
    margin:0;
    padding: 0;
}
.mr10 { margin-right: 10px; }
.copyright
{
    background:url(../SB-Resim/bottombar.png) center top no-repeat;
    padding-top: 9px;
    font-size: 12px;
}
.copyright td
{
    font-size: 12px;
    text-align: left;
}
.altMenu ul
{
    margin:0 15px 0 0;
    padding:0;
    list-style-type:none;
    float:left;
}
.altMenu ul li
{
    padding:3px 0;
}
.altMenu ul li a
{
    color:#9C5278;
    cursor:pointer;
}
.livechat { margin-bottom: 5px; }
.UstMarkaMenuDiv{margin:3px 2px 3px 0px; padding:2px 0px 0px 0px;width:auto; text-align:left;}
.UstMarkaMenuDiv ul {margin: 0;padding: 0;text-align:left;}
.UstMarkaMenuDiv li {display: inline; text-align:left;}
.UstMarkaMenuDiv a {margin: 1px 9px;font-family: Tahoma, Arial, Tahoma;font-size: 10px; color: #06297C;text-decoration:none;padding:4px 5px;border:1px solid #ccc; background:#fff;background-repeat:repeat-x;background-position:bottom;display: block;float: left; font-weight:bold; text-align:center}
.UstMarkaMenuDiv a:hover {color: #F39900;background-color: #fff;border:1px solid #ccc;background:#fff;background-repeat:repeat-x;background-position:bottom }
.priceTable td { font: 12px Tahoma; }
    .priceTable td { border-bottom: 1px dotted #ccc; }
.etiket a:hover{
    text-decoration: underline;
}