
/* CSS personalizzabile */
@font-face {
  font-family: 'Vidaloka';
  font-style: normal;
  font-weight: 400;
  src: local('Vidaloka '), local('Vidaloka-Regular'), url(http://themes.googleusercontent.com/static/fonts/vidaloka/v5/ggtjDKUwkCAXpO92rmcBQHYhjbSpvc47ee6xR_80Hnw.woff) format('woff');
}
h1 {
    font-family: 'Vidaloka';
    font-size: 22px;
	text-transform:uppercase;
    font-weight: normal;
	padding: 10px 0;
}
h2 {
    font-family: 'Vidaloka';
    font-size: 18px;
	font-weight:normal;
}
body {
	background:url(../images/bg_half.png) repeat-y scroll 50% 0 transparent;}
.main-shining {
	background:url(../images/bg_top.jpg) repeat-x scroll 0 0 transparent;
}
.row-1 {
    background: none;
}
#header {
    height: 219px;
}
#header #logo {
    top: 40px;
}
#header #welcome {
    color: #7A7979;
    font-size: 12px;
    right: 0px;
    top: 30px;
}
#header #welcome a {
    color: #FFFFFF;
}
#header #welcome a + a {
    color: #FFFFFF;
}
#header #cart .heading h4 a {
    color: #FFFFFF;
}
#header #cart .heading h4 a:hover, #header #cart .heading h4 a:active {
    color: #F6CC50;
}
#header #cart .heading h4 {
    background: none;
    color: #C64B4B;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 0px;
    margin-top: 0;
	padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    text-align: left;
    text-transform: capitalize;
}
#header #cart .heading span {
    padding: 15px 12px 10px 5px;
}
#header #cart .heading .sc-button {
    background: url("../images/cart-bg.png") no-repeat scroll 0 0 transparent;
    margin-left: 0;
    min-height: 48px;
    padding: 0 0 10px;
    width: 43px;
}
#header #cart .content {
    width: 206px;
}
.cart-position {
    right: 0;
    top: 55px;
}
#cart {
	min-width: 206px;
    height: 48px;
}
#header #search input {
    background: none;
    color: #FFFFFF !important;
    height: 17px;
    width: 184px;
}
#header .links {
    font-size: 10px;
    left: 254px;
    position: absolute;
    top: 69px;
}
#header .links a {
    color: #FFFFFF;
	font-weight:bold;
}
#header .links a:hover, #header .links a.active {
    color: #F6CC50;
}
#search {
    position: absolute;
    right: 0px;
    top: 105px;
    width: 240px;
}

#menu {
    background: url("../images/header_link.png") repeat-x scroll 0 0 transparent;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0 0, 0 0px 0px #E2E3E4, 0 0 0 #FF0000, 0 0 0 #E2E3E4;
    margin: 0 auto 20px;
    min-height: 56px;
    width: 784px;
	position:absolute;
	right:0px;
	top:163px;
}
#menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#menu > ul > li {
    background: url("../images/menu-a-border.gif") no-repeat scroll right top transparent;
    float: left;
    padding: 0 4px 0 0;
    position: relative;
    z-index: 20;
}
#menu > ul > li.cat_0 a {
    border-radius: 0px 0 0 0px;
}
#menu > ul > li.selected a {
	background-color:#FFF;
	color:#272727;
}
#menu > ul > li > a {
    background: url("../images/menu-a.gif") repeat-x scroll left -1000px transparent;
	font: 14px "Vidaloka";
    color: #FFFFFF;
    display: block;
    height: 36px;
    padding: 20px 21px 0;
    position: relative;
    text-decoration: none;
    z-index: 6;
}

#menu ul li a:hover, #menu ul li a:active {
    background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 0px 0px 0px 0px;
    color: #272727;
}
.search-bg {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #3A3939;
    display: inline-block;
}
.box .box-heading {
    background: none;
    border-bottom: 1px solid #000;
    border-radius: 0px 0px 0 0;
    color: #373737;
    font: 22px "Vidaloka";
    padding: 0 0 14px;
	margin-right:20px;
    font-weight: normal;
    line-height: normal;
    text-transform: none;
}
.box .box-heading span {
    background: none;
    padding-left: 0px;
}
.box .box-content {
    background: none;
    border-radius: 0 0 0px 0px;
}
div.box.latest ul li {
    padding: 0 20px 25px 0;
	margin-right: 20px;
	background: url("../images/border_double.png") repeat-x bottom;
}
div.box.latest ul li .image2 {
	background: none;
}

.manufacturers ul li a {
    background: url("../images/bullet_categories.png") no-repeat scroll 0 0 transparent;
    color: #747373;
    font: 14px "Vidaloka";
    padding-left: 40px;
	text-transform:uppercase;
	padding: 6px 0 6px 35px;
}
.manufacturers ul li a:hover {
	font-weight:normal;
	color: #000
}
.box .box-content {
    padding-left: 0px;
}
select.brands-select {
    width: 200px;
}
.nivo-caption h2 {
    color: #000000;
    font: 25px "Vidaloka";
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
.nivo-caption strong {
    color: #000000;
    font: 18px "Vidaloka";
}
.featured .box-product .price {
    font: 18px "Vidaloka";
}
.name a {
    color: #3A3A3A;
	font-size:14px
}
a.button {
    background: url("../images/button-bg.png") repeat-x scroll 0 bottom #272727;
    border-bottom: 1px solid #272727;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
    display: inline-block;
    font: 12px "Vidaloka";
    line-height: normal;
    text-decoration: none;
    text-transform: none;
}
a.button:hover {
    background: url("../images/button-bg.png") repeat-x scroll 0 top #E0C266;
    border-bottom-color: #E0C266;
}
a.button:hover span {
	color:#000
}
.featured ul li .image2 {
    background: url("../images/border_double.png") repeat-x bottom;
}
.featured ul li {
    background: none;
}
.breadcrumb {
    background: none;
    border-bottom: 0px;
    padding: 6px 5px 5px 0;
}
.breadcrumb a{
	font-weight:bold;
}
.product-filter {
    background: none;
    border: 0px;
    margin-bottom: 10px;
    padding: 0 0 10px;
}
.product-list > div + div {
	background: url("../images/border_double.png") repeat-x top;
    border-top: 0px;
    padding-top: 40px;
}
.product-list .right {
    border-left: 0px;
}
.product-list .price {
    font: 22px "Vidaloka";
	font-weight:normal;
}
.product-list .price strong {
    font-weight:normal;
}
.product-grid .price {
    font: 14px "Vidaloka";
	font-weight:normal;
}
.product-grid .price strong {
    font-weight:normal;
}
.product-grid > div {
    border: 0px;
}
.product-grid .name a, .product-list .name a {
    margin-bottom: 0px;
}
.product-grid div.discounted-price span.price-normal {
    font: 14px "Vidaloka";
}
.product-grid div.discounted-price span.price-discounted {
    color: #000;
    font: 14px "Vidaloka";
	
}
small.vat_info {
    font-size: 12px;
    font-weight: normal;
}
.product-info h1 {
	font: 28px "Vidaloka";
}
.product-info .description span.text-price, .product-info .description span.price-new, .product-info .description span.price-old  {
	font: 22px "Vidaloka";
}
.product-info .description span.price-new {
    color: #191919;
}
.product-info .description span.price-old {
    color: #989797;
}
.product-info .description .button-prod {
    font: 18px "Vidaloka";
}
.product-info .description {
    border-bottom: 0px;
    border-top: 1px solid #C8C8C8 !important;
}
.product-info .price {
    background: none;
    border-bottom: 1px solid #C8C8C8 !important;
    padding: 5px 5px 10px 0px;
}
.product-info .review {
    border-top: 1px solid #C8C8C8 !important;
}
.product-info .wrapper .left {
    background: none;
}
.product-info .image-additional {
    margin-left: -11px;
}
div.discounted-price span.price-normal {
    text-decoration: line-through;
	color: #989797;
	font: 18px "Vidaloka";
}
div.discounted-price span.price-discounted {
    font: 22px "Vidaloka";
	padding-left:10px;
	color: #4D4F51;
}
.required {
    color: #000;
}
.cart-info {
	margin-bottom:20px;
}
.cart-info tbody .price, .cart-info tbody .total {
    color: #4D4949;
    font: 16px "Vidaloka";
    font-weight: normal;
}
.checkout-cart h2 {
    font: 20px "Vidaloka";
}
span.button {
    background: url("../images/button-bg.png") repeat-x scroll 0 bottom #272727;
    border-radius: 0px 0px 0px 0px;
}
span.button input.button {
    font: 12px "Vidaloka";
	padding: 5px 11px 7px 18px;
}
span.button:hover {
    background: url("../images/button-bg.png") repeat-x scroll 0 top #E0C266;
    border-bottom-color: #E0C266;
}
.related-info {
	background-color:#FFF;
}
.related-info .price {
    float: none;
    padding-bottom: 8px;
    position: relative;
	font: 16px "Vidaloka";
}
.related-info .price span.price-tax {
	font: 12px "Vidaloka";
}
.category-info {
    padding: 20px;
}
#subcategories h2 {
	text-transform:uppercase;
	font-size:14px;
	margin-bottom: 0px;
}
#subcategories ul {
    overflow: hidden;
}
#subcategories ul li {
    background: url("../images/tail-sub.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #E6E4E4;
    float: left;
    height: 166px;
    margin: 20px 20px 20px 0;
    position: relative;
}
#subcategories ul li:hover {
    background-position: 0 -167px;
    border: 1px solid #333333;
}
#subcategories ul li a {
    background: none repeat scroll 0 0 transparent;
    color: #333333;
    display: block;
    padding: 20px 41px 20px 20px;
    text-decoration: none;
    width: 80px;
}
#subcategories ul li strong {
    background: url("../images/icon-sub.png") no-repeat scroll 0 0 transparent;
    bottom: 10px;
    height: 12px;
    position: absolute;
    right: 10px;
    width: 12px;
}
#subcategories ul li:hover strong {
    background-position: 0 -12px;
}
#subcategories ul li a img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F1EEEE;
}
#subcategories ul li:hover a img {
    border: 1px solid #333333;
}
#subcategories ul li a span {
    display: block;
    height: 30px;
    padding: 2px 0 0;
}
#subcategories ul li:hover a span {
    color: #FFFFFF;
}
.shipping {
	margin-bottom:30px;
}
#footer {
	padding-left:262px;
}
#footer .wrapper {
    overflow: hidden;
	color:#929292;
    width: 100%;
	border-top: 1px solid #000000;
	padding-top:25px;
}
#footer .column {
    width: 212px;
	min-height: 140px;
}
#footer .column a {
    color: #929292;
}
#footer .column a:hover {
    color: #000000;
}
#footer h3 {
    font: 16px "Vidaloka";
}
#powered {
	color: #929292;
	background: none;
	padding: 0 0 6px;
	
}
#footer .col-1 {
    background: none;
}
#notification #flash_messenger {
    background: url("../images/warning.png") no-repeat scroll 10px center #F6CC50;
    border: 1px solid #AD9038;
	color:#000;
}
.banner_home
	{
		width:763px;
		height:462px;
	}

textarea {
    height: 100px;
}
.fright { float:right}

strong {
	color:#3A3A3A}
.mr1{
	margin-right:20px;
	margin-bottom:10px;
	}
.ml1{
	margin-left:20px;
	margin-bottom:10px;
	}