﻿/* general styles */

body
{
    background-color: #f4f1ec;
    background-image: url(../images/bg.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

*
{
    font-family: Arial, Trebuchet MS, Verdana, Tahoma, Helvetica, Sans-Serif;
}
form 
{
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 16px;
}

h2
{
    font-size: 14px;
}


h3
{
    font-size: 12px;
}

img 
{
    border-style: none;    
}
#container 
{
    width: 996px;
    margin: 0px auto;
    position: relative;
 }

/* end general styles */

/* header styles */
#header 
{
    height: 47px;
    position: relative;
}
 
#header .date
{
    color: #cfc8bc;    
    padding-top: 7px; 
}

.contactbanner
{
    width: 194px;
    height: 47px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/contactbg.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
}
 .contactbanner .time
 {
    font-family: Trebuchet MS, Verdana, Tahoma, Arial, Sans-Serif;
    color: #ffffff;
    display: block;
    text-align: center;
    padding-top: 5px;
 }
 .contactbanner .phone
 {
    color: #cfc8bc;
    font-size: 23px;   
    display: block;
    text-align: center;
 }
 
.toplinkscontainer
{
    width: 270px;
    position: absolute;
    right: 195px;
    top: 0;
}
.socialbookmarks, .toplinks
{
    display: inline-block;
    float: left;
    padding-top: 5px;
    margin-right: 5px;
}
.socialbookmarks
{
    padding-right: 10px;
}
.socialbookmarks a span
{
    display: none;
}
.socialbookmarks a
{
    display: block;
    width: 18px;
    height: 18px;     
    background-image: url(../images/socialbkm.gif);
    background-repeat: no-repeat;
    float: left;
    margin-right: 7px;
}
.socialbookmarks a.rss
{
    background-position: 0px 0px;
    }
.socialbookmarks a.facebook
{
    background-position: -50px 0;}
.socialbookmarks a.twitter
{
    background-position: -24px 0;}
.socialbookmarks a.sendmail
{
    background-position: -76px 0px;}
    
.toplinks a 
{
    color: #ff0000;
    text-decoration: underline;  
    margin-right: 7px;  
}

/* end header styles */



/* customer menu */
.customermenu 
{
    display: inline-block;
    float: right;
    color: #ffffff;
    padding-top: 10px;
}

.customermenu a
{
    display: inline-block;
    padding: 0px 3px;
    text-decoration: none;
    position: relative;
    text-align: center;
}

.customermenu .separator
{
    padding: 0px 3px;
}

.customermenu a .icon
{
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/toolbox.gif);
}

.customermenu a .tooltip
{
    text-decoration: none;
    display: block;
    color: #ffffff;
    text-align: center;
    line-height: 11px;
}

#spanDynamicCartTotalItems
{
    color: #ffb400;
    font-weight: bold;    
}
#lnkAccount .icon
{
    background-position: 0px 0px;    
}
#lnkCart .icon
{
    background-position: -32px 0px;    
}
#lnkWishlist .icon
{
    background-position: -64px 0px;    
}
#lnkLists .icon
{
    background-position: -96px 0px;    
}
#lnkLogout .icon, #lnkLogin .icon
{
    background-position: -128px 0px;    
}
#lnkHelp .icon
{
    background-position: -160px 0px;    
}
.logo
{
    width: ;
    height: ;
    position: absolute;
    left: 0;
    top: 15px;    
}

#toolboxcontainer{ position: relative; height: 71px;
    width: 990px;
    margin: 0px auto; }

/* end customer menu */

/*main menu*/
.mainmenu 
{   margin: 0;
    padding: 0;
    width: 990px;
    margin: 0px auto;
    border-style: none;
    border-collapse: collapse;
}
.mainmenu td
{   margin: 0;
    border-style: none;
    background-image: url(../images/menubg.gif);
    background-position: right center;
    background-repeat: no-repeat;
    list-style-type: none;
    padding: 4px 0px 4px 0;
    height: 15px;
    text-align: center;
    vertical-align: middle;
}
.mainmenu td.active
{
    padding: 4px 10px 4px 0;
    background-image: url(../images/menubg_active.gif);
}
.mainmenu td a
{
    font-family: Trebuchet MS;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
}
.mainmenu td a.home
{
    display: block;
    width: 18px;
    height: 15px;
    background-image: url(../images/home.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 0 auto;
}
.mainmenu td.active a.home
{
    background-position: -18px 0px;
}

.mainmenu td a.home span
{
    display: none;
}
/*end main menu*/

/* start search */
#searchcontainer
{
    height: 22px;
    padding: 16px 0;    
    width: 990px;
    margin: 0px auto;
}

#genSearchText
{
    width: 287px;
    background-color: #ffffff;
    background-image: url(../images/search.gif);
    background-position: left center;
    background-repeat: no-repeat;
    border-color: #b6b0a4;
    border-width: 1px;
    padding: 2px 0px 2px 26px;
    color: #595241;
    font-family: Trebuchet MS, Arial, Verdana, Tahoma, Sans-Serif;
}

#genSearchSection 
{
    background-color: #bab3a7;
    color: #595241;
    font-family: Trebuchet MS, Arial, Verdana, Tahoma, Sans-Serif;
    border-color: #b6b0a4;
    border-width: 1px;
    padding: 1px;
    font-weight: bold;
}

#ddPopularCategories 
{
    background-color: #ffffff;
    color: #595241;
    font-family: Trebuchet MS, Arial, Verdana, Tahoma, Sans-Serif;
    border-color: #b6b0a4;
    border-width: 1px;
    padding: 1px;
    font-weight: bold;
}
.btnSearch 
{
    width: 102px;
    height: 23px;
    background-color: Transparent;
    background-image: url(../images/btnsearch.gif);
    background-repeat: no-repeat;
    border-style: none;
}

.btnSearch span
{
    display: none;
}
#searchcontainer a
{
    color: #ffffff;
}
#searchcontainer table 
{
    margin: 0;
    padding: 0;
    width: 990px;
    border-style: none;
}

#searchcontainer td
{    
    border-style: none;
    vertical-align: middle;
    text-align: center;
}

#searchcontainer td.first
{
    text-align: left;
}
#searchcontainer td.last
{
    text-align: right;
}
/* end search */
#centerSection_start
{
    background-image: url(../images/contenttopbg.gif);
    background-repeat: no-repeat;
    width: 996px;
    height: 3px;
}
#centerSection 
{    
    background-image: url(../images/contentbg.png);
    padding: 9px 12px;
    background-repeat: repeat-y;
}

#footer
{
    
    background-image: url(../images/footerbg.jpg);   
    width: 100%;
    min-height: 215px;
    background-color: #57503f;
    background-repeat: repeat-x;
    background-position: top center;
}

.footercontents
{
    width: 970px;
    margin: 0px auto;
}

.footertop 
{
    height: 172px;
    background-image: url(../images/footersplit.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
}

.newsletter 
{
    width: 304px;
    padding: 15px 0 0 15px;
    float: left;
}
.newsletter h1
{
    font-weight: 700;
    font-size: 23px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

.newsletter p 
{
    font-size: 15px;
    color: #ffffff;
    margin: 10px 0;
}
.newsletter input
{
    margin: 1px 10px 0px 0px;
    padding: 2px;
    width: 195px;
    background-color: #ffffff;
    border-color: #b6b0a4;
    border-width: 1px;
    color: #595241;
    font-family: Trebuchet MS, Arial, Verdana, Tahoma, Sans-Serif;
    float: left;
}
.newsletter button 
{
    width: 88px;
    height: 28px;
    background-color: Transparent;
    background-image: url(../images/btnregister.gif);
    background-repeat: no-repeat;
    border-style: none;
}
.newsletter button span 
{
    display: none;
}

.footersocial 
{
    float: none;
    clear: both;
    padding-top: 5px;
}
.footersocial a span
{
    display: none;
}
.footersocial a
{
    display: block;
    width: 33px;
    height: 34px;     
    background-image: url(../images/footersocial.gif);
    background-repeat: no-repeat;
    float: left;
    margin-right: 7px;
}

.footersocial a.facebook
{
    background-position: 0px 0px;
}
.footersocial a.twitter
{
    background-position: -33px 0px;
}
.footersocial a.rss
{
    background-position: -66px 0px;
}

.footerlinks 
{
    float: left;
    width: 447px;
    padding: 30px 0 0 0px;
}
.footerlinks div
{
    width: 190px;
    float: left;
}
.footerlinks div br
{
    display: none;
}

.footerlinks div a
{
    display: block;
    padding: 4px 0px 4px 10px;
    margin-left: 20px;
    background-image: url(../images/footerlist.gif);
    background-repeat: no-repeat;
    background-position: left center;
    color: #e7dfd1;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    text-decoration: none;    
}
.footerinfo
{
    float: left;
    width: 200px;
}
.footerinfo div
{
text-align: center;
}
.logofooter 
{
    padding: 35px 0px 40px 0px;
}
.contactinfo .phoneheader
{
    color: #ffffff;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 13px;
    font-weight: 400;
}
.contactinfo .phone
{
    color: #accfcc;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.securesealdiv table
{
    margin: 0px auto;
    border-style: none;
    border-collapse: collapse;
}
.securesealdiv a span
{
    display: none;
}
.securesealdiv a
{
    display: block;
    background-image: url(../images/secure.gif);
    background-repeat: no-repeat;
    height: 42px;
    margin-right: 10px;
}

.securesealdiv a.verisign
{
    width: 80px;
    background-position: 0px 0px;
}
.securesealdiv a.piraeus
{
    width: 85px;
    background-position: -80px 0px;
}
.securesealdiv a.visa
{
    width: 70px;
    background-position: -165px 0px;
}
.securesealdiv a.mastercard
{
    width: 64px;
    background-position: -235px 0px;
}
/* baskets */



#bigbasket {
    background-image: url("../images/bg_addtobag.gif");
    display: none;
    height: 472px;
    left: 50%;
    margin-left: -350px;
    margin-top: -236px;
    position: fixed;
    top: 50%;
    width: 700px;
    z-index: 500;
}

#btnCloseBasket {
    background-image: url("../images/btn_close_basket.png");
    cursor: pointer;
    height: 37px;
    position: absolute;
    right: -8px;
    top: -8px;
    width: 37px;
}
#basketcontents 
{
   padding: 28px;
}

.recentitem .header
{
    background-color: #b9af9d;
    color: #fff;
    font-weight: bold;
    font-size: 13px;   
    padding: 3px; 
}

.recentitem
{
    background-color: #f4f1ec;
    border: 1px solid #b9af9d;    
}
.clearsmall
{
    float: none;
    clear: both;
    height: 0;
    overflow: hidden;
}
.recentitem .contents
{  
}
.recentcartitem_top .close
{
    display: none;
        
}

.recentitem .clear, .watchthis .product .info .clear, .watchthishorizontal .product .info .clear
{
    height: auto;
    overflow: auto;    
}
.recentitem .link_title
{}

.recentitem .link_title a
{
    color: #9fab31;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.recentitem .titlelinkpair
{
    color: #5b5b5b;
    font-size: 13px;    
}

.recentitem .titlelinkpair a
{
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}
#basketcontents .buttons
{
    padding: 10px 0;
    float: none;
    clear: both;    
    height: 23px;
}
#basketcontents .buttons a.btnLeft {
    background-image: url("../images/btnContinueShopping.gif");
    background-position: top left;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    display: block;
    width: 191px;
    height: 23px;
}
#basketcontents .buttons a.btnRight, #basket .btnRight{
    background-image: url("../images/btnOrder.gif");
    background-position: top left;
    background-repeat: no-repeat;
    float: right;
    width: 103px;
    height: 23px;
}
#basketcontents .buttons a {
    cursor: pointer;
    display: block;
}
#basketcontents .buttons a span{
    display: none;
}

.recentcartitem_bottom .header {
    font-size: 12px;
    font-weight: bold;
    color: #5b5b5b;
    padding-bottom: 4px;
}


.related .first , .related .second, .related .third
{
    width: 206px;
    float: left;
    height: 135px;
}
.related .first , .related .second
{
    border-right: 1px solid #d5d5ce;    
    padding-right: 4px;
}
.related .third , .related .second
{
     padding-left: 7px;
}



.related .prod_img
{
    float: left;
    width: 55px;    
}

.related .prod_txt
{
    float: left;
    width: 144px;    
}

.recentitem .contents .price
{
    color: #8a0917;
    padding-top: 18px;    
    font-size: 15px;
}
.recentitem .contents .price .value,.recentitem .contents .quantity .value
{
    font-weight: bold;
}
.recentitem .people 
{
    padding-top: 18px;    
}
.recentitem .manufacturer 
{
    color: #959595;    
}
.recentitem .contents .quantity
{
    color: #959595;  
    font-size: 13px;
}

.recentitem .contents .prod_img {
    width: 122px;
    float: left;    
    padding: 15px 0px 0px 15px;  
}

.recentitem .contents .prod_txt {
    width: 290px;
    float: left;
    padding: 15px 0px 0px 0px;  
}
.recentitem .contents .sums {
    border-left: 1px solid #B9AF9D;
    float: left;
    height: 61px;
    padding: 145px 0 0 10px;
    width: 190px;
}

.recentcartitem_bottom .contents .prod_img {
    width: 52px;
    float: left;
}

.recentcartitem_bottom .prod_txt .link_title a
{
    color: #9fab31;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
.recentitem .contents .sums .totalprice{
    color: #8a0917;
    font-weight: bold;
    font-size: 15px;
}
.recentitem .contents .sums .totalitems {
    color: #5b5b5b;
    font-size: 13px;
}
.recentcartitem_bottom .titlelinkpair a
{
    color: #434343;
    text-decoration: none;
}

.recentitem .titlelinkpair .value
{
    font-weight: bold;    
}

.related .divPrices , .watchthis .divPrices, .watchthishorizontal .divPrices
{
    background-color: Transparent;
    background-image: none;
    font-weight: normal;
    height: auto;
    width: auto;
}
.related .divPrices .price_value, .watchthis .divPrices .price_value, .watchthishorizontal .divPrices .price_value
{
    font-weight: bold;
}
.related .divPrices .prediscounted_price, .watchthis .divPrices .prediscounted_price, .watchthishorizontal .divPrices .prediscounted_price  {
    color: #959595;
    font-size: 12px;
    padding: 0;
}
.related .divPrices .discounted_price, .related .divPrices .normal_price, .watchthis .divPrices .discounted_price, .watchthis .divPrices .normal_price, .watchthishorizontal .divPrices .normal_price {
    color: #8a0917;
    font-size: 15px;
    padding: 0;
}
.related .divPrices .discounted_price, .related .divPrices .prediscounted_price, .related .divPrices .price_discounts, .related .divPrices .normal_price,
.watchthis .divPrices .discounted_price, .watchthis .divPrices .prediscounted_price, .watchthis .divPrices .price_discounts, .watchthis .divPrices .normal_price,
.watchthishorizontal .divPrices .discounted_price, .watchthishorizontal .divPrices .prediscounted_price, .watchthishorizontal .divPrices .price_discounts, .watchthishorizontal .divPrices .normal_price {
    display: block;
}
.related .divPrices .discounted_price span.price_value, .related .divPrices .normal_price span.price_value,
.watchthis .divPrices .discounted_price span.price_value, .watchthis .divPrices .normal_price span.price_value,
.watchthishorizontal .divPrices .discounted_price span.price_value, .watchthishorizontal .divPrices .normal_price span.price_value {
    font-size: 15px;
}
.related .divPrices .price_discounts, .watchthis .divPrices .price_discounts, .watchthishorizontal .divPrices .price_discounts  {
    background-image: none;
    color: #605948;
    display: block;
    font-size: 13px;
    height: auto;
    padding: 0px;
    width: auto;
}

.related .divPrices .discounted_price span, .related .divPrices .normal_price span,
.watchthis .divPrices .discounted_price span, .watchthis .divPrices .normal_price span ,
.watchthishorizontal .divPrices .discounted_price span, .watchthishorizontal .divPrices .normal_price span {
    color: #8a0917;
    display: inline;
    font-size: 15px;
    padding-top: 0px;
}

.related .people
{
    color: #434343;
    font-weight: bold; 
    font-size: 12px;   
}
/* inline basket */

#basket
{
    position: absolute; 
    top: 118px;
    right: 0px; 
    z-index: 200;
    width: 336px;
    display:none;
}

.btnCloseBasket 
{
    cursor: pointer;    
}

#basket table th 
{
    color: #FFFFFF;
    background-color: #8a0917;   
    text-align: left;
    font-size: 1.2em;
}

#basket table th img
{
   float: right;
}

#basket table 
{
    border-style: none;  
    background-color: Transparent;
}

#basket table tbody td.title 
{
    font-weight: bold;
    color: #899800;    
}

#basket table tbody
{
    background-color: Transparent;
    background-image: url(../images/floatingbasketbg.gif);
    background-repeat: repeat-y;  
    padding: 0 10px 0 10px;
}

#basket table tbody td.itemimage
{
    padding: 5px 5px 5px 15px;    
}
#basket table tbody td
{
    padding: 5px 15px 5px 5px; 
    color: #959595;   
}
#basket table tfoot 
{
    background-color: Transparent;
    background-image: url(../images/floatingbasketfooter.png);
    background-repeat: no-repeat;  
    padding: 0 10px 0 10px;
}

#basket .footerleft
{
    padding-left: 15px;    
}
 #basket .footerright
 {
    padding-right: 15px;     
}
 #basket .btnRight span
 {
    display: none;     
}
#basket tfoot .price
{
    color: #8a0917;
    font-size: 15px;
    font-weight: bold;
}
#basket tfoot .cartTotalItems
{
    color: #948977;
}
#basket tfoot td
{
    padding-bottom: 15px;    
}
/* end baskets */


/* top 10 */
#top10 
{
    width: 300px;
    background-image: url(../images/top10bg.gif);
    background-repeat: repeat-y;
    margin-bottom: 10px;
}
#top10 .lnkMore
{
    text-align: right;
    padding-right: 12px;
    color: #909E10;
    font-weight: bold;    
}
#top10 .lnkMore a
{
    text-decoration: none;
    color: inherit;
}
#top10 .triplet1, #top10 .triplet2, #top10 triplet3
{
    min-height: 175px;
}
#top10 .clear
{
    height: 20px !important;
}
#top10 h1.header
{
    width: 300px;
    margin: 0px 0px 5px 0px;
    padding: 7px 0 5px 0;
    color: #ffffff;
    background-image: url(../images/top10header.gif);
    background-position: top center;
    background-repeat: no-repeat;
    height: 30px;
    font-size: 19px;
    text-align: center;
    font-family: Impact, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: normal;
}

#top10 ul.tabs
{
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    float: none;
    clear:both;
    background-image: url(../images/top10tabsbg.gif);
    background-repeat: no-repeat;
    width:298px;
}

#top10 ul.firstrow 
{
    background-position: 0 0;
    height: 29px;
}
#top10 ul.secondrow 
{
    background-position: 0 -29px;
    height: 29px;
}

#top10 ul.tabs li.middle
{
    border-right: 1px solid #cdc6bb;    
    border-left: 1px solid #e9e5df;
}
#top10 ul.tabs li.first
{
    clear: left;
    border-right: 1px solid #cdc6bb;    
}

#top10 ul.tabs li.last
{  
    border-left: 1px solid #e9e5df;  
}

#top10 ul.tabs li
{
    float: left;
    padding: 7px 14px 9px 14px;
    height: 11px;
    margin: 0;
    color: #707070;   
    font-family: Trebuchet MS, Arial, Verdana, Tahoma, Sans-Serif;
    font-weight: bold;
    cursor: pointer;
}
#top10 ul.tabs li.active
{
    background-image: url(../images/top10activetab.gif);
    background-position: right 1px;
    background-repeat: no-repeat;
    color: #951e2b;
    padding: 7px 18px 9px 10px;
}

#top10 ul.tabs li a
{
    color: inherit;
    text-decoration: none;
    font-family: Trebuchet MS, Arial, Verdana, Tahoma, Sans-Serif;
}

#top10 .footer 
{
    background-image: url(../images/top10footer.gif);
    background-position: bottom center; 
    background-repeat: no-repeat; 
    height: 12px !important;
}
/* end top 10 */

.numberedimg
{
    position: relative;
    float: left;
    text-align: center;
}
.numberedimg a
{
    text-decoration: none;
}
.firstprod .numberedimg 
{
    background-image: url(../images/numberedimgbg.png);
    width: 132px;
    height: 132px;
    padding: 3px 8px 9px 4px;
    overflow: hidden;
    line-height: 120px;
}
.prod .numberedimg {
    background-image: url("../images/numberedimgsmallbg.png");
    height: 80px;
    padding: 3px 8px 9px 4px;
    width: 80px;
    line-height: 75px;
}
#top10 .prod .productinfo
{
    padding-left: 4px;    
}
.numberedimg .number
{
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/numberbg.png);
    background-repeat: repeat;
    color: #ffffff;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    text-align: right;
    height: 15px;
    padding: 1px 5px 0 0;
    width: 76px;
    margin: 0 0 9px 4px;
    line-height: 13px;
}

.firstprod .numberedimg .number
{
    font-size: 17px;
    height: 23px !important;
    padding: 1px 7px 0 0;
    width: 125px;
    line-height: 22px;
}
.numberedimg img
{
    margin: auto;
    vertical-align: middle;
}
.firstprod .numberedimg img
{
    max-width: 132px;
    max-height: 132px;
}
.prod .numberedimg img
{
    max-width: 80px;
    max-height: 80px;
}
#top10 .prod
{
    width: 94px;
    float: left;   
    padding-left: 5px; 
}
.productinfo h1
{
    padding: 0 0 0 2px;
    margin: 0;
    color: #909e10;
    font-size: 1em;
}
.productinfo h2
{
    padding: 0 0 0 2px;
    margin: 0;
    color: #434343;
    font-size: 1em;
}
.productinfo h1 a, .productinfo h2 a
{
    color: inherit;
    text-decoration: none;
}

.productinfo .info
{
    padding: 5px 0 5px 2px;
}
.productinfo .info a
{
    color: inherit;
}
.divPrices
{
    background-image: url(../images/pricebg.png); 
    background-position: center 18px;
    background-repeat: no-repeat;
    width: 136px;
    height: 82px;
    background-color: Transparent;
    font-weight: bold;
}
.divPrices .discounted_price, .divPrices .prediscounted_price, .divPrices .price_discounts, .divPrices .normal_price
{
    display: block;
}

.divPrices .prediscounted_price
{
    color: #907b4d;
    font-size: 10px;
    padding: 0px 0px 2px 2px;
}
.divPrices .discounted_price, 
.divPrices .normal_price
{
    color: #907b4d;
    font-size: 10px;
    padding: 0 0 0 8px;
}

.divPrices .normal_price
{
    padding-top: 14px;
}
.divPrices .discounted_price span, .divPrices .normal_price span
{
    color: #8a0917;
    font-size: 10px;
    display: block;
    padding-top: 5px;
}

.divPrices .discounted_price span.price_value,
.divPrices .normal_price span.price_value
{
    font-size: 19px;
}

.divPrices .price_discounts 
{
    color: #605948;
    padding-left: 12px;
    font-size: 10px;
    background-image: url(../images/discountbg.png); 
    background-position: 3px 0;
    background-repeat: no-repeat;
    display: block;
    width: 121px;
    height: 16px;
    padding-top: 3px;
}

.divPrices br
{
    display: none;
}
.firstprod
{
    padding: 20px 0 0 5px;
    
}
.firstprod .productinfo 
{
    width: 128px;
    float: left;
}
.btnAddToCart , .link_add
{
    width: 118px;
    height: 37px; 
    background-image: url(../images/addtocart.png);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    margin-top: 5px;
}

.btnAddToCart span, .link_add span
{
    display: none;
}


.clear 
{
    float: none;
    clear: both;
    height: 1px;
    overflow: hidden;
}


/* blog */


#blog 
{
    width: 300px;
    background-image: url(../images/blogbg.gif);
    background-repeat: repeat-y;
    background-position: center top;
    margin-bottom: 10px;
}
#blog h1.header
{
    width: 300px;
    margin: 0px 0px 5px 0px;
    padding: 7px 0 5px 0;
    color: #ffffff;
    background-image: url(../images/blogheader.gif);
    background-position: top center;
    background-repeat: no-repeat;
    height: 30px;
    font-size: 19px;
    text-align: center;
    font-family: Impact, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: normal;
}
#blog .footer 
{
    background-image: url(../images/blogfooter.gif);
    background-position: bottom center; 
    background-repeat: no-repeat; 
    height: 7px !important;
}
#blog .date
{
    color: #ffffff;
    background-color: #b8ae9c;
    text-align: right;
    font-size: 14px;
    margin-left: 10px;
    margin-right: -4px;
    padding-right: 3px;
}
#blog .title
{
    color: #959595;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 5px 5px 20px;
}
#blog a
{
    color: #668400;
    font-weight: bold;
    text-decoration: underline;
    padding: 0 0 25px 20px;
    font-family: Georgia, Times New Roman, Serif;
    display: block;
}
/* end blog */


/* eortologio */
#eortologio 
{
    width: 300px;
    background-image: url(../images/blogbg.gif);
    background-repeat: repeat-y;
    background-position: center top;
}
#eortologio h1.header
{
    width: 300px;
    margin: 0px 0px 5px 0px;
    padding: 7px 0 5px 0;
    color: #ffffff;
    background-image: url(../images/eortologioheader.gif);
    background-position: top center;
    background-repeat: no-repeat;
    height: 30px;
    font-size: 19px;
    text-align: center;
    font-family: Impact, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: normal;
}
#eortologio .footer 
{
    
    background-image: url(../images/blogfooter.gif);
    background-position: bottom center; 
    background-repeat: no-repeat; 
    height: 7px !important;
}
#eortologio .date
{
    background-image: url(../images/bullet.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 12px;
    color: #ef8008;
    font-weight: bold;
}
#eortologio .names
{
    color: #a8a3a3;
    }
    
    
#eortologio .source
{
    text-align: right;
    padding-right: 12px;
}

#eortologio .source a
{
    color: #ef8008;
}
#eortologio .entry
{
    padding: 0 15px 15px 15px;    
}
/* end eortologio */


.categs_tree
{
    width: 207px;
    background-image: url(../images/categoriesbg.png);
    background-repeat: repeat-y;
    background-position: top left;
}

.categs_tree .tlt_menu
{
      background-image: url(../images/categoriesheader.gif);  
      height: 28px;
      color: #ffffff;
      background-position: top left;
      background-repeat: no-repeat;
      padding: 3px 0px 7px 0;
}

.categs_tree .tlt_menu h2
{
    color: #ffffff;
    margin: 0;
    padding: 0 8px 0 0;
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    font-family: Impact, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: normal;
}

.categs_tree .menu_level1
{
    background-image: url(../images/categoriesfooter.gif);  
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 5px;
}

.categs_tree a
{
    display: block;
    text-decoration: none;
    color: #858483;
    font-weight: bold;
    padding: 0 3px 6px 15px;
    background-image: url(../images/categsbullet.gif);
    background-position: 2px 2px;
    background-repeat: no-repeat;
}

#column1
{
    float: left;
    width: 207px;
}
#column2{
    float: left;
    width: 765px;}
    
#column2a{
    float: left;
    width: 455px;
    padding-right: 10px;
    }
#column2b{
    float: left;
    width: 300px;
    }
    
    #submenu
    {
        width: 199px;
        margin: 0 0 10px 1px;
        }
#submenu h1
{
    background-image:     url(../images/submenuheader.gif);
    padding: 3px 0;
    margin: 0;
    text-align: center;
    color: #ffffff;
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 19px;
    text-align: center;
    font-family: Impact, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: normal;
    height: 27px;
}

#submenu a
{
    display: block;
    background-image:  url(../images/submenubg.gif);   
    width: 187px;
    height: 20px;
    background-position: top right;
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 6px 4px 6px;
    font-size: 13px;
}

#submenu .separator
{
    display: none;    
}

.home #mainColumn
{
    width: 673px;
    float:left;
}
.home #rightColumn
{
    width: 298px;
    float:left;
}

.bottombanner
{
    text-align: center;
    padding: 10px;    
}



.home #rightColumn #top10,.home #rightColumn #blog, .home #rightColumn #twtr-widget-1
{
    margin-bottom: 15px;    
}

.tag_cloud
{
    background-image: url(../images/tagcloudbg.gif);   
    background-position: top left;
    background-repeat: repeat-y; 
}

.tag_cloud a
{
    color: #525252;
    font-family: Trebuchet MS, Verdana, Tahoma, Arial, Sans-Serif;
    text-decoration: none;    
}


.tag_cloud a.tag1
{
    font-size: 9px;
}
.tag_cloud a.tag2
{
    font-size: 11px;
}
.tag_cloud a.tag3
{
    font-size: 13px;
}
.tag_cloud a.tag4
{
    font-size: 15px;
}
.tag_cloud a.tag5
{
    font-size: 17px;
}
.tag_cloud a.tag6
{
    font-size: 20px;
}
.tag_cloud a.tag7
{
    font-size: 23px;
}


.tag_cloud_on
{
    font-size: 15px;
    font-family: Trebuchet MS, Verdana, Tahoma, Arial, Sans-Serif;
    color: #525252;
    font-weight: bold;
    background-image: url(../images/tagcloudheader.gif); 
    background-position: top left;
    background-repeat: no-repeat;
    height: 28px;
    padding: 2px 0px 0px 5px;
}
.tag_cloud_repeat
{
    padding: 5px;    
        color: #525252;   
    font-family: Trebuchet MS, Verdana, Tahoma, Arial, Sans-Serif;

}
.tag_cloud_off
{
    background-image: url(../images/tagcloudfooter.gif); 
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 6px;
}

.fouritemshorizontal
{
    background-image: url(../images/horizontal4bg.gif); 
    background-position: top left;
    background-repeat: repeat-y; 
    width: 663px;
        margin-bottom: 10px;
}

.fouritemshorizontal h1.header
{ background-image: url(../images/horizontal4header.gif); 
    background-position: top left;
    background-repeat: no-repeat; 
     margin: 0px 0px 5px 0px;
    padding: 5px 0 5px 0;
    color: #ffffff;
    height: 30px;
    font-size: 19px;
    text-align: center;
    font-family: Impact, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: normal;
}

.fouritemshorizontal .footer
{
    clear: both;
    border-bottom: 1px solid  #dbd6cd;   
}
.fouritemshorizontal .product
{
    width: 135px;
    padding: 0 10px 5px 10px;
    float: left;    
}

.fouritemshorizontal .itemSeparator, .mediumbox .itemSeparator
{
    display: none;    
}

.fouritemshorizontal .shelfitems
{
    padding: 5px 14px 5px 14px;    
}
.shelfitems h1
{
    background-color: #d5d2d2;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
    padding: 3px;
    text-align: center;
}

.shelfitems .product h2
{
    padding: 0 0 0 2px;
    margin: 0;
    color: #909e10;
    font-size: 1em;
}
.shelfitems .product h3
{
    padding: 0 0 0 2px;
    margin: 0;
    color: #434343;
    font-size: 1em;
}
.shelfitems .product h2 a, .shelfitems .product h3 a
{
    color: inherit;
    text-decoration: none;
}


.fouritemshorizontal  .imageconteiner {
    width: 136px;
    height: 163px;
}

.fouritemshorizontal  .imageconteiner img{
    max-width: 136px;
    max-height: 153px;
    text-align: center;
    vertical-align: top;
    display: block;
    margin: 0px auto;
}
.product .info, .product .info a
{
    color: #959595;    
}

.product .info
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.fouritemshorizontal  .textconteiner
{
    min-height: 11em;
}

.column1a
{
    width: 322px;
    float:left;    
}

.column1b
{
    width: 329px;
    float:left;    
}

.verticallist
{
    margin-bottom: 10px;
    width: 323px;   
    background-color: #f6f6f6;
}
.verticallist h1.header
{
    width: 323px;
    margin: 0;
    padding: 7px 0 5px 0;
    color: #ffffff;
    background-image: url(../images/verticallistheader.gif);
    background-position: top center;
    background-repeat: no-repeat;
    height: 30px;
    font-size: 19px;
    text-align: center;
    font-family: Impact, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: normal;
}

.verticallist .footer
{
    border-bottom: 1px solid #dbd6cd;
}
.verticallist .itemSeparator
{
   width: 311px;
   height: 4px;
   margin: 0 auto;
   background-image: url(../images/verticallistseparator.gif);
   background-repeat: no-repeat;
   float: none;
   clear: both;
}
.verticallist .itemSeparator span
{
    display: none;    
}

.verticallist .shelfitems
{
    padding: 5px;
    background-color: Transparent;   
    border-left: 1px solid #dbd6cd;
    border-right: 1px solid #dbd6cd; 
}


.verticallist  .imageconteiner {
    width: 136px;
    height: 163px;
    float: left;
}

.verticallist  .imageconteiner img{
    max-width: 148px;
    max-height: 175px;
    text-align: center;
    vertical-align: top;
    display: block;
    margin: 0px auto;
}

.verticallist  .textconteiner
{
    float: left;
    width: 150px;
}

.verticallist .product
{
    padding: 4px 0px 5px 0px;    
}

.verticallist .textconteiner {
    float: left;
    padding-left: 10px;
    width: 165px;
}


.numberedlist
{
    width: 323px;   
    background-color: #f6f6f6;
    background-image: url(../images/suggestionbg.gif);
}


.numberedlist h1.header
{
    width: 323px;
    margin: 0;
    padding: 7px 0 5px 0;
    color: #ffffff;
    background-image: url(../images/suggestionheader.gif);
    background-position: top center;
    background-repeat: no-repeat;
    height: 30px;
    font-size: 19px;
    text-align: center;
    font-family: Impact, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: normal;
}

.numberedlist .footer
{
    border-bottom: 1px solid #dbd6cd;
    clear: both; 
    height: 0px;  
}
.numberedlist .itemSeparator
{
   height: 15px;
   margin: 0 auto;
   float: none;
   clear: both;
}
.numberedlist .itemSeparator span
{
    display: none;
}

.numberedlist .counter 
{
    padding-left: 15px;
    width: 25px;
    float: left;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #899800;
}

.numberedlist .vitrinaimage
{
    float: left;
    width: 113px;  
    padding: 30px 0px 0px 1px;  
}

.numberedlist .vitrinaimage img
{display: block;}
.numberedlist .shelfitems
{
    width: 208px;
    float: left; 
    padding-bottom: 10px;   
}

.numberedlist .product
{
    float: left;
    width: 160px; 
}

#column1a
{
    float: left;
    width: 323px;
    padding-right: 10px;
}

#column1b
{
    float: left;
    width: 329px;    
}

.facebookcontainer
{
    padding: 9px;
    background-color: #f6f6f6;
    border: 1px solid #dbd6cd;    
    margin-bottom: 10px;
}







.watchthis
{
    width: 328px;
    margin-bottom: 10px;
}

.watchthis h1.header
{ 
    background-image: url(../images/watchthisheader.gif); 
    background-position: top left;
    background-repeat: no-repeat; 
    margin: 0px 0px 0px 0px;
    padding: 5px 0 5px 0;
    color: #ffffff;
    height: 30px;
    font-size: 19px;
    text-align: center;
    font-family: Impact, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: normal;
}
.watchthis .shelfitems
{
    background-color: #D8D8D8;
    background-repeat: no-repeat;
    border-left: 1px solid #dbd6cd;
    border-right: 1px solid #dbd6cd;    
}

.watchthis .shelfitems .product
{
    padding: 280px 8px 8px 8px;    
}

.watchthis .footer
{
    clear: both;
    border-bottom: 1px solid  #dbd6cd;   
}

.watchthis .product .info, .watchthishorizontal .product .info
{
    color: #777368;
    font-size: 13px;   
    font-family: Trebuchet MS, Verdana, Tahoma, Arial, Sans-Serif; 
    padding-bottom: 20px;
}

.watchthis .shelfitems .product h2, .watchthishorizontal .shelfitems .product h2 {
    color: #595241;
    font-size: 13px;
    margin: 0;
    font-family: Trebuchet MS, Verdana, Tahoma, Arial, Sans-Serif;
}

.watchthis .divPrices .discounted_price span, .watchthis .divPrices .normal_price span,
.watchthishorizontal .divPrices .discounted_price span, .watchthishorizontal .divPrices .normal_price span
{font-weight: bold;}

.watchthis .buttons
{
    text-align: right;    
}

.watchthis .buttons .link_add 
{ 
    display: inline-block;
}
