@charset "UTF-8";
/* CSS Document */


/* Logo */
a.logo { position:relative; }

/* Navigation */
#account-nav li.Contul.meu {background: url(../images/ico-account-nav.png) no-repeat left center; padding:0 5px; opacity:0.8;}
#account-nav li.Comanda {background: url(../images/ico-checkout-nav.png) no-repeat left center; padding:0 5px;opacity:0.8;}
#account-nav li.Iesire {background: url(../images/ico-logout-nav.png) no-repeat 0 17px; padding:0 5px;opacity:0.8;}
#account-nav li.Contul.meu:hover, #account-nav li.Comanda:hover, #account-nav li.Iesire:hover {opacity:1}

.nav a  { position:relative; color:#555 !important; display:block; z-index:100; padding:7px 10px 3px; line-height:36px; text-decoration:none; font-weight: bold; border-right:1px solid #ccc; border-left:1px solid #eee; }
.nav li ul li a { color:#555; background:none; padding: 5px 15px; font-size:0.95em;}

#navigation{z-index:9999; background:#dfdfdf url(../images/bg-nav.png) repeat-x bottom; font:12px/12px Helvetica, Arial, sans-serif;border:1px solid #e9e9e9; padding:0;}

/* Shopping cart top */
.quick-access.col-full { float:right; width:auto; }
.header-inner p.welcome-msg { margin-top:18px;position:relative;right:0px;top:0px; }

#cart-top { float:right;margin-top:6px;margin-left:10px;position:relative;width:auto; }

/* Products with special price */
.product-gallery .old-price {
margin-bottom: 5px;
}

.product-gallery .old-price .price-label {
display: none;
}

.product-gallery .old-price .price {
color: #990000;
font-size: 12px;
font-weight: normal;
text-decoration: line-through;
}

.special-price .price-label {
display: none;
}

#single-product .product-essential .old-price span.price {
color: #990000;
font-size: 14px;
font-weight: bold;
line-height: 12px;
padding: 0px;
text-decoration: line-through;
}

.product-gallery .old-price .price {
color: #990000;
font-size: 12px;
font-weight: normal;
text-decoration: line-through;
}

/* Home page Featured products */
#featured-products .old-price .price {
font-size: 13px;
text-decoration: line-through;
color: #990000;
}

#featured-products .special-price .price-label
{
display: none;
}

/* Product prices */
.f-fix { position:relative;float:left;height:120px;width:180px; }
.f-fix .price-box { position:absolute;bottom:2px;left:0px; }
.f-fix .price-box .special-price{ margin:0; }
.product-gallery span.price { font-size: 15px; }
.product-gallery span.cart { position:absolute;right:0px;bottom:0px; }

/* Social links */
div#socialMedia ul.socialNav {
margin-top: 20px;
}

ul.socialNav li {
display: inline;
background: none;
margin-right: 5px;
margin-left: 0px;
padding-left: 0px;
padding-right: 5px;
}

