/******************************************************/
/*	Theme Name: Sellya - Responsive HTML5 OpenCart Theme
/*	Theme URI: http://themeforest.net/item/sellya-responsive-opencart-theme/3431353
/*	Description: Sellya is a fully responsive theme for any store, it uses Bootstrap and it's created by using the latest HTML5 and CSS3 features.
/*	Author: 321cart.com
/*	Author URI: http://www.321cart.com/
/*	Version: 1.0.6.1
/******************************************************/


/******************************************************/
/*  GENERAL STYLES
/******************************************************/

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
h1,
.h1,
h1 a{
	font-size: 24px; 
	margin-bottom: 14px;
}
h2,
.h2,
h2 a{
	font-size: 18px !important;
	margin-bottom: 12px;
	line-height: 18px;
}
h3,
.h3,
h3 a {
	font-size: 18px;
	margin-bottom: 10px;
}
h4,
.h4,
h4 a {
	font-size: 14px;
	margin-bottom: 8px;
}
h5,
.h5,
h5 a {
	font-size: 12px;
	margin-bottom: 6px;
}
h6,
.h6,
h6 a {
	font-size: 11px;
	margin-bottom: 4px;
}
p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 12px;
}
a, a:visited, a b {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
ol {
	counter-reset: item;
	list-style-type: none;
	margin: 0 0 0 15px;
}
ol li:before {
	content: counter(item) "  ";
	counter-increment: item;
}
/******************************************************/
/*  FORMS
/******************************************************/

form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea {
	box-shadow: none;
}
input[type='text'], input[type='password'], textarea {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #DFDFDF #EFEFEF #EFEFEF #DFDFDF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	padding: 3px 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
}
input:focus, textarea:focus {
	box-shadow: none;
}
select {
	padding: 3px;
	border-style: solid;
	border-color: #DFDFDF #EFEFEF #EFEFEF #DFDFDF;
	border-width: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background: none repeat scroll 0 0 #FFFFFF;
	width: auto;
	height: auto;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
}
label, input {
	cursor: pointer;
	display: inline!important;
}
input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: 5px;
}
pre {
	background: none;
	border: none;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-family: inherit;
	color: inherit;
}
/******************************************************/
/*  ALERT BOXES
/******************************************************/

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin: 10px auto;
	color: #555555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	max-width: 900px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	font-size: 10px;
	font-weight: normal;
	display: block;
}
/******************************************************/
/*  TABLES
/******************************************************/

table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: auto;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
table.list thead td {
	background-color: #F7F7F7;
	padding: 0 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: middle;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr.highlight:hover td {
	background: #F3F3F3;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}
/******************************************************/
/*  BUTTONS
/******************************************************/

a.button, input.button {
	border: 1px solid;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
a.button {
	padding: 4px 8px;
}
input.button {
	margin: 0;
	padding: 4px 8px;
}
a.button:hover, input.button:hover, .ei-title h4 a.button:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
a.button-exclusive, input.button-exclusive {
	border: 1px solid;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
a.button-exclusive {
	text-decoration: none;
	padding: 10px 20px;
}
input.button-exclusive {
	margin: 0;
	padding: 10px 20px;
}
a.button-exclusive:hover, input.button-exclusive:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.buttons {
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/******************************************************/
/*  TABS
/******************************************************/

.htabs {
	height: 30px;
	line-height: 16px;
}
.htabs a {
	background: #FFFFFF;
	/*	padding: 12px 25px;*/
	float: left;
	font-size: 18px;
	text-align: center;
	margin-right: 20px;
	display: none;
	text-transform: uppercase;
}
.htabs a.selected {
	/*padding-bottom: 12px;*/
/*	font-weight: bold;*/	
	color: #29ABE2;
}
.tab-content {
	/*padding: 15px;*/
	padding-top: 20px;
	margin-bottom: 30px;
	z-index: 2;
	overflow: auto;
	background-color: #FFFFFF;
	width: auto;
}
/*#tab-review.tab-content {
	padding-top:0px;
}*/
#tab-review.tab-content .content{
	margin-bottom:20px;
}

#tab-review.tab-content .content .reviews-left{
	margin-bottom:10px;
}
/******************************************************/
/*  LAYOUT
/******************************************************/

.wrapper {
	min-width: 283px;
}
#container {
/*	margin-left: auto;
	margin-right: auto;
	text-align: left;*/
	
}
/* HEADER TOP */
#header_top {
	border-bottom: 1px solid #1A1A1A;
	background-color: #564F4A;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#header_top .dueZero {
/*	height: 24px;*/
	list-style-type: none;
	margin: 0;
	float: left;
	overflow: hidden;
	margin-right: 20px;
}
#header_top .dueZero li {
	float: left;
	height: 24px;
	margin-right: 5px;
	width: 28px;
}
#header_top .dueZero li a {
	background: none repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 24px;
	margin-right: 10px;
	width: 28px;
}
#header_top .dueZero li img {
	background: none repeat scroll 0 0 transparent;
}


#header_top .links {
	clear: both;
	float: right;
	font-size: 12px;
	padding-right: 0;
}
#header_top .links a {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding: 0;
	text-transform: uppercase;
	color: #ffffff;
}
#header_top .links a + a {
	margin-left: 5px;
	padding-left: 5px;
}
#header_top form {
	display: block;
	float: left;
	overflow: hidden;
}
#header_top .lingue a {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 12px;
	line-height: 24px;
	padding: 0;
	color: #999999;
	text-transform: uppercase;
}
#header_top .lingue a.over {
	color: #ffffff;
}
#header_top .lingue #currency_form{
	margin-left:10px;
	border-left:1px solid #999999;
	padding-left:15px;
}
#header_top .lingue #currency_form a {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 15px;
	font-weight:bold;
	line-height: 24px;
	padding: 0;
	color: #999999;
	text-transform: uppercase;
}
#header_top .lingue #currency_form a.over {
	color: #ffffff;
}
 @media (max-width: 767px) {
#header_top .links {
	clear: both;
	float: none;
	text-align: center;
}
#header_top .links a {
	display: inline-block;
	float: none;
}
#header_top .dueZero,  #header_top .lingue {
	display: table;
	clear: both;
	float: none;
	margin: 0 auto;
	padding-bottom: 10px;
}
}
/* FINE HEADER TOP */

#header {
	/*	padding: 0 10px;*/
	overflow: visible;
	background-image: url(../image/sfondo_header1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#header .container{
	overflow:visible;
}
#midsection {
	margin: 30px auto 10px;
	overflow: visible;
}
#column-left {
	float: left;
	width: 219px!important;
	margin-left: 20px;
	margin-bottom: 25px;
}
#column-right {
	float: right;
	width: 216px!important;
	margin-left: 20px;
	margin-bottom: 25px;
}
#content {
	margin-bottom: 20px;
	padding: 15px 0;
}
#content-home {
	/*margin-left: 20px;*/
	margin-bottom: 15px;/*	padding: 0 0 15px 0;*/	
}
#content-home .span {
	margin-left: 0;
	width: 100%;
}
#lrc + #content-home {
	width: 700px;
}
#lrc + #content-home .span {
	width: 660px;
}
#lrc + #content-home .es-carousel ul li {
	margin: 5px 12px 15px 1px !important;
}
#lrc + #content-home .box-category-home > div.span2, #lrc + #content-home .box-category-home > div.span2 img {
	width: 92px;
}
#lrc + #content-home .box-category-home > div.span3 {
	width: 149px;
}
#lrc + #content-home .box-manufacturers-home > div.span2 {
	width: 88px;
}
#lrc + #content-home .box-manufacturers-home > div.span3 {
	width: 143px;
}
#lrc + #content-home .ei-slider-large li img {
	padding: 70px 10px 70px 70px;
}
#lrc + #content-home .box-product .span3, #lrc + #content .product-grid > div.span-related {
	clear: none !important;
	margin-left: 15px!important;
}
#lrc + #content-home .box-product .span3:nth-child(3n+1), #lrc + #content .product-grid > div.span-related:nth-child(3n+1) {
	clear: left !important;
	margin-left: 0!important;
}
#lrc + #content {
	width: 700px;
}
#lrc + #content .product-info div#right-sm {
	display: none;
}
#lrc + #content .product-info .right {
	width: 316px;
	margin-right: 0;
}
#lrc + #content .product-info .left .image #cloud-zoom-big {
	width: 302px!important;
}
#lrc + #content .product-info .options input[type="text"], #lrc + #content .product-info .options textarea, #lrc + #content .product-info .options select, #lrc + #content .product-info .options .uneditable-input {
	width: 180px!important;
}
#lrc + #content .content .reviews-right {
	max-width: 50%
}
#column-left + #column-right + #content, #column-left + #content {
	padding: 20px;
}
#column-right + #content {
	margin-right: 235px;
	padding: 20px;
}
#footer {
	margin-top: 15px;
}
#ccp {
	margin: 0 auto;
}
.span-first-child {
	margin-left: 0!important;
	clear: left!important;
}
.span3 {
	clear: none;
}
.span9 .row-fluid, .span10 .row-fluid, .span11 .row-fluid, .span12 .row-fluid {
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}
.span12 .product-info .row-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: auto;
}
/******************************************************/
/*  END LAYOUT
/******************************************************/



/******************************************************/
/*  TOP AREA
/******************************************************/

#t-header {
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
	z-index: 1009;
	clear: both;
}
/*  Logo  */

#t-header #logo {
	position: relative;
	/*	background-color:#0CC;*/
	padding: 0px;/*	padding: 30px 5px 15px;*/
/*	width: 350px;*/
}
.banner_posizione div {
	margin-bottom: 21px;
}
.banner_home {
	margin-bottom: 20px;
}
 @media (min-width: 1200px) {
.banner_posizione div {
	margin-bottom: 29px;
}
}
 @media (min-width: 768px) and (max-width: 979px) {
.banner_posizione div {
	margin-bottom: 18px;
}
}
@media (max-width: 767px) {
.banner_posizione div,  .banner_home div.span3 {
	margin-bottom: 18px;
	text-align: center;
}
}
/*  Currency & Language dropdowns  */

#lc_dropdown {
	position: absolute;
	top: 42px;
	right: 0;
}
#currency .arrow, #language .arrow {
	background: url("../image/arrow-down-gray.png") no-repeat 100% 50%;
	padding: 7px 0 7px 7px;
	width: 8px;
	height: 8px;
	position: relative;
	float: right;
	cursor: default;
}
#language.dropdown_l {
	right: 125px;
	padding: 1px 0 1px;
	position: absolute;
	z-index: 1000;
	font-size: 11px;
	min-width: 117px;
	text-align: right;
}
#currency.dropdown_l {
	right: 0;
	padding: 1px 0 1px;
	position: absolute;
	z-index: 1000;
	font-size: 11px;
	min-width: 117px;
	text-align: right;
}
.dropdown_l ul {
	display: none;
	margin: 3px 0 0;
	padding: 2px 10px 5px;
	list-style-type: disc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	width: 95px;
}
.dropdown_l .selected_l, .dropdown_l li, .dropdown_l li a {
	display: block;
	padding-bottom: 0;
	text-decoration: none;
	text-align: left;
}
.dropdown_l li a {
	padding: 5px 0 0;
	font-size: 11px;
}
.dropdown_l .selected_l {
	line-height: 21px;
	float: right;
	cursor: default;
}
.dropdown_l .options_l {
	cursor: pointer;
	left: 0;
	line-height: 11px;
	display: none;
	clear: both;
}
#language img {
	cursor: pointer;
	display: inline-block;
	padding: 5px 4px 3px 0;
	margin-right: 0;
	vertical-align: top;
}
/*  Cart  */

#t-header #cart {
	position: absolute;
	top: 85px;
	right: 0;
	z-index: 1009;
	min-width: 180px;
}
#t-header #cart .heading {
	float: right;
	margin-right: 0;
	margin-top: 0;
	padding: 3px 0 3px 30px;
	position: relative;
	z-index: 100;
}
#t-header #cart .heading h5,
#t-header #cart .heading .h5 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}
#t-header #cart .heading a span {
	padding: 10px 0;
	height: 24px;
	line-height: 24px;
}
#t-header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 0;
	padding: 8px;
	min-height: 150px;
	min-width: 350px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
#t-header #cart.active .heading {
	margin-top: 0;
	padding-bottom: 10px;
}
#t-header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #F1F1F1;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	text-align: left;
}
.mini-cart-info .name small {
	color: #666666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
	border-bottom: 1px solid #F1F1F1;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000000;
	padding: 4px;
}
#t-header #cart .checkout {
	text-align: center;
	clear: both;
	margin: 15px auto 10px;
}
#t-header #cart .checkout a:hover {
	color: #FFFFFF!important;
}
#t-header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
/*  Search bar  */

#t-header #search {
	/*position: relative;*/
	float: right;
	clear: both;
	z-index:10;
}
#t-header .button-search {
	position: absolute;
	right: 5px;
	top: 5px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	cursor: pointer;
}
#t-header #search input {
	width: 96%;
	text-shadow: 0 1px 0 #FFFFFF;
	background: none repeat scroll 0 0 #FAFAFA;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	margin: 0 24px 0 0;
	padding: 5px 0 5px 10px;
	font-size: 13px;
	font-style: italic;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
}
#t-header #search input:focus {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
/*  Header links  */

#t-header .links {
	position: absolute;
	top: 18px;
	right: 0;
	font-size: 10px;
	padding-right: 0;
	float: right;
	clear: both;
}
#t-header .links a {
	float: left;
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
}
#t-header .links a + a {
	margin-left: 14px;
	padding-left: 14px;
}
/******************************************************/
/*  END TOP AREA
/******************************************************/



/******************************************************/
/*  MAIN MENU
/******************************************************/

#menu {
	margin: 0;
	padding-right: 7px;
}
#menu h1,
#menu .h1  {
	text-transform: none;
}
#menu #homepage {
	display: block;
	float: left;
	height: 38px;
	min-width: 15px;
	margin-bottom: 0;
	padding: 4px 0px;
	position: relative;
}
#menu #homepage a {
	line-height: 38px;
}
#menu #homepage img {
	position: absolute;
	top: 17px;
	left: 16px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding-right: 10px;
}
#menu > ul > li > span, #menu > ul > li > a {
	line-height: 38px;
	background: url("../image/arrow-down-gray.png") no-repeat scroll 100% 50% transparent;
	display: block;
	padding: 4px 15px 4px 10px;
	margin-bottom: 0;
	height: 38px;
	z-index: 6;
	position: relative;
	cursor: pointer;
}
#menu > ul > li > div {
	position: absolute;
	z-index: 5;
	padding: 10px 5px 5px;
	opacity: 0;
	visibility: hidden;
}
#menu > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	padding: 7px 9px;
	display: block;
	white-space: nowrap;
	min-width: 150px;
}
#menu > ul > li > div > ul > li > div {
	position: absolute;
	left: 170px;
	margin-top: -37px;
	z-index: 5;
	padding: 5px;
	opacity: 0;
	visibility: hidden;
}
#menu > ul > li > div > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#menu > ul > li > div > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li > div > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li > div > ul > li ul > li > a {
	padding: 7px 9px;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
/*  Main menu category horizontal style  */

#menu-category-wall ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-category-wall > ul > li {
	position: relative;
	float: left;
	/*z-index: 1005;*/
	padding-right: 10px;
}
#menu-category-wall > ul > li > a {
	line-height: 38px;
	background: url("../image/arrow-down-gray.png") no-repeat scroll 100% 50% transparent;
	display: block;
	padding: 4px 15px 4px 10px;
	margin-bottom: 0;
	height: 38px;
	z-index: 4;
	position: relative;
	cursor: pointer;
}
#menu-category-wall > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5000;
	padding: 10px 25px 10px;
	margin-left: 0;
}
#menu-category-wall > ul > li > div > div {
	margin-left: 12px;
	margin-bottom: 20px;
	width: 166px;/*era 146px... se succedono casini ricambiare*/
}
#menu-category-wall > ul > li > div > div > div.image {
	text-align: center;
}
#menu-category-wall > ul > li > div > div > div.image img {
	max-width: 80px;
}
#menu-category-wall > ul > li:hover > div {
	display: block;
}
#menu-category-wall > ul > li > div > ul {
	display: table-cell;
}
div.menu-category-wall-sub-name {
	padding-left: 7px;
	margin-bottom: 1px;
	font-size:12px;
	padding-bottom:5px;
	border-bottom:1px solid #FF801F;
}
div.menu-category-wall-sub-name a {
	/*font-size: 13px;*/
	font-weight: bold;
	background-color:#FFF;
	letter-spacing: normal;
	line-height: 16px;
	color:#FF801F;
	/*padding-bottom: 8px;*/
}
#menu-category-wall .span10 ul li a{
	line-height: 14px;
	font-size:11px;
}
div.menu-category-wall-sub-name + div > ul > li {
	padding: 4px 0;
	border-bottom:1px solid #f2f2f2;
}
div.menu-category-wall-sub-name + div > ul > li a {
	padding-left: 7px;
	padding-right: 7px;
	display:block;
	
}
/*  Main menu brands wall  */

#menu_brands ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_brands > ul > li {
	position: relative;
	float: left;
	z-index: 19;
	padding-right: 10px;
}
#menu_brands > ul > li > a {
	line-height: 38px;
	background: url("../image/arrow-down-gray.png") no-repeat scroll 100% 50% transparent;
	display: block;
	padding: 4px 15px 4px 10px;
	margin-bottom: 0;
	z-index: 6;
	position: relative;
	cursor: pointer;
}
#menu_brands > ul > li > div {
	position: absolute;
	z-index: 5;
	padding: 15px 5px 0px 10px;
	margin-left: 0;
	opacity: 0;
	visibility: hidden;
}
#menu_brands > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#menu_brands > ul > li > div > div {
	display: table-cell;
	padding: 0 7px;
	margin: 0 0 15px 0;
	text-align: center;
}
/*  Main menu custom links  */

.menu_links {
	display: block;
	float: left;
	height: 38px;
	margin-bottom: 0;
	padding: 4px 10px;
}
.menu_links a {
	line-height: 38px;
}
/*  Main menu informations  */

#menu_informations ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_informations > ul > li {
	position: relative;
	float: left;
	z-index: 18;
	padding-right: 10px;
}
#menu_informations > ul > li > a {
	line-height: 38px;
	background: url("../image/arrow-down-gray.png") no-repeat scroll 100% 50% transparent;
	display: block;
	padding: 4px 15px 4px 10px;
	margin-bottom: 0;
	z-index: 6;
	position: relative;
	cursor: pointer;
}
#menu_informations > ul > li > div {
	position: absolute;
	z-index: 5;
	padding: 10px 25px 20px 5px;
	opacity: 0;
	visibility: hidden;
}
#menu_informations > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#menu_informations > ul > li > div > ul {
	display: table-cell;
	vertical-align: top!important;
}
#menu_informations h1,
#menu_informations .h1 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 30px;
	margin-bottom: 6px;
	padding-left: 7px;
}
#menu_informations > ul > li ul > li > a {
	padding: 7px;
	display: block;
	white-space: nowrap;
	min-width: 150px;
}
/*  Main menu your account  */

#menu_your_account ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_your_account > ul > li {
	position: relative;
	float: left;
	z-index: 17;
	padding-right: 10px;
}
#menu_your_account > ul > li > span {
	line-height: 38px;
	background: url("../image/arrow-down-gray.png") no-repeat scroll 100% 50% transparent;
	display: block;
	padding: 4px 15px 4px 10px;
	margin-bottom: 0;
	z-index: 6;
	position: relative;
	cursor: pointer;
}
#menu_your_account > ul > li > div {
	position: absolute;
	z-index: 5;
	padding: 10px 5px 5px;
	opacity: 0;
	visibility: hidden;
}
#menu_your_account > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#menu_your_account > ul > li > div > ul {
	display: table-cell;
}
#menu_your_account > ul > li ul + ul {
	padding-left: 20px;
}
#menu_your_account > ul > li ul > li > a {
	padding: 7px 9px;
	display: block;
	white-space: nowrap;
	min-width: 150px;
}
/*  Main menu custom block  */

#menu_custom_block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_custom_block > ul > li {
	position: relative;
	float: left;
	z-index: 16;
	padding-right: 10px;
}
#menu_custom_block > ul > li > a {
	line-height: 38px;
	background: url("../image/arrow-down-gray.png") no-repeat scroll 100% 50% transparent;
	display: block;
	padding: 4px 15px 4px 10px;
	margin-bottom: 0;
	z-index: 6;
	position: relative;
}
#menu_custom_block > ul > li > div {
	position: absolute;
	z-index: 5;
	padding: 5px 25px 10px;
	opacity: 0;
	visibility: hidden;
}
#menu_custom_block > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#menu_custom_block > ul > li > div > ul {
	display: table-cell;
	vertical-align: top;
}
#menu_custom_block > ul > li ul + ul {
	padding-left: 20px;
}
#menu_custom_block > ul > li ul > li > a {
	padding: 7px 9px;
	display: block;
	white-space: nowrap;
	min-width: 150px;
}
#menu_custom_block h1,
#menu_custom_block .h1 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 30px;
	margin-bottom: 6px;
	padding-left: 7px;
}
/*  Main menu contact  */

#menu_contacts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_contacts > ul > li {
	position: relative;
	float: left;
	z-index: 15;
	padding-right: 10px;
}
#menu_contacts > ul > li > a {
	line-height: 38px;
	background: url("../image/arrow-down-gray.png") no-repeat scroll 100% 50% transparent;
	display: block;
	padding: 4px 15px 4px 10px;
	margin-bottom: 0;
	z-index: 6;
	position: relative;
}
#menu_contacts > ul > li > div {
	position: absolute;
	z-index: 5;
	padding: 10px 20px 5px 5px;
	opacity: 0;
	visibility: hidden;
}
#menu_contacts > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#menu_contacts > ul > li > div > ul {
	display: table-cell;
	vertical-align: top;
}
#menu_contacts > ul > li ul + ul {
	padding: 0 10px;
}
#menu_contacts > ul > li ul > li > a {
	padding: 7px 9px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 150px;
	text-shadow: 0 1px 0 #7D9E9C;
}
#menu_contacts > ul > li ul > li > a:hover {
	background: #7D9E9C;
	color: #FFFFFF!important;
}
#menu_contacts .span3 {
	margin-top: 0;
}
#menu_contacts h1,
#menu_contacts .h1 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 30px;
	margin-bottom: 12px;
	padding-left: 7px;
}
#menu_contacts h2,
#menu_contacts .h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	margin-top: 5px;
}
#menu_contacts span {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
}
#menu_contacts span.mm_icon {
	display: block;
	float: left;
	margin-right: 10px;
}
#menu_contacts .buttons {
	background: none;
	margin-bottom: 15px;
	overflow: auto;
	padding: 15px 0 5px;
}
/*  Main menu Opencart style */

#menu_oc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_oc > ul > li {
	position: relative;
	float: left;
	z-index: 20;
}
#menu_oc > ul > li > a {
	line-height: 38px;
	display: block;
	padding: 4px 10px;
	margin-bottom: 0;
	z-index: 6;
	position: relative;
}
#menu_oc > ul > li > div {
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	opacity: 0;
	visibility: hidden;
}
#menu_oc > ul > li:hover > div {
	display: table;
	opacity: 1;
	visibility: visible;
}
#menu_oc > ul > li > div > ul {
	display: table-cell;
}
#menu_oc > ul > li ul + ul {
	padding-left: 20px;
}
#menu_oc > ul > li ul > li > a {
	padding: 7px 9px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
/******************************************************/
/*  END MAIN MENU
/******************************************************/



/******************************************************/
/*  MIDSECTION
/******************************************************/

/******************************************************/
/*  BOXES
/******************************************************/

.box {
	margin-bottom: 15px;
}
.box .box-heading {
	/*padding: 0 15px;*/
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	border-bottom: #cccccc 1px solid;
	margin-bottom: 10px;
}
.box .box-heading h2,
.box .box-heading .h2 {
	font-size: 16px;
}
#content .box .box-heading {
/*padding: 0 0 0 15px;*/
}
.box .box-content {
/*padding: 0 0 10px 0;*/
}
/*  Box information  */

.box .box-content .box-content-information ul {
	padding: 0 15px;
	margin: 0;
	list-style: none;
}
.box .box-content .box-content-information ul li {
	padding: 3px 0;
}
/*  Box account  */

.box .box-content .box-content-account ul {
	padding: 0 15px;
	margin: 0;
	list-style: none;
}
.box .box-content .box-content-account ul li {
	padding: 3px 0;
}
/*  Box products  */

.box-product {
	width: 100%!important;
	padding-left: 0!important;
	padding-right: 0!important;
}
.box-product > div {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	position: relative;
	width: 210px!important;
}
.box-product > div > div.pbox {
	padding: 5px 9px 10px;
	background-color: #FFFFFF;
	text-align: center;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0;
	position: absolute;
	z-index: 3;
}
.box-product .image img {
	background-color: #FFFFFF;
	padding: 0;
	text-align: center;
	max-width: 100%;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}



.box-product .image img:hover {
	opacity: 0.1;
}
.box-product .description {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 80px;
	margin-bottom: 0;
	padding: 55px 7px 10px;
	position: relative;
	width: 176px;
	z-index: 1;
}
.box-product .rating {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 55px;
	margin-bottom: 0;
	padding: 0 7px;
	position: relative;
	width: 176px;
	z-index: 1;
}
.box-product .name {
	padding-left: 5px;
	padding-right: 5px;
}
.box-product .name a {
	display: block;
	margin-bottom: 7px;
	margin-top: 10px;
}
.box-product .price {
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
}
.box-product .price-old {
	text-decoration: line-through;
	font-weight: normal;
	font-size: 12px;
}
.box-product .cart {
	margin-bottom: 12px;
	margin-top: 10px;
}
.box-product ol li {
	width: 190px!important;
	display: inline-block;
}
.box-product ol li .l_column {
	margin: 0 0 0 5px!important;
	width: 175px!important;
}
#lrc + #content .box-product ol {
	margin: 0;
}
#lrc + #content .box-product ol li {
	width: auto!important;
	display: inline-block;
}
#lrc + #content .box-product ol li {
	width: auto!important;
}
#lrc + #content .box-product ol li .l_column {
	margin: 0 0 0 5px!important;
	width: 202px!important;
}
.box-product .l_column {
	width: 190px!important;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 0 0 0 15px;
	padding: 3px 0;
	box-shadow: none;
	clear: both;
}
.box-product .l_column:hover {
	box-shadow: none;
	background: none!important;
	opacity: 0.9;
}
#content .l_column {
	width: 217px!important;
	margin: 0;
	padding: 10px 0;
}
#content .l_column + .l_column {
	border-top: none!important;
}
#column-left + #column-right + #content .box-product .l_column {
	width: 119px;
}
.box-product .l_column .image {
	float: left;
	margin-right: 12px;
	position: inherit;
	z-index: inherit;
}
.box-product .l_column .image img {
	padding: 3px;
	background-color: #FFFFFF;
	padding-bottom:20px;
}
.box-product .l_column .iva {
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.box-product .l_column .image img:hover {
	opacity: 1;
}
.box-product .l_column .name a {
	display: block;
	margin-bottom: 2px;
	margin-top: 5px;
}
.box-product .l_column .price {
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
}
.box-product .l_column .price-old {
	text-decoration: line-through;
	font-size: 11px;
	font-weight: normal;
}
.box-product .l_column .price-new {
	font-size: 11px;
	font-weight: normal;
}
.box-product .l_column .rating {
	display: block;
	margin-bottom: 4px;
}
/*  Box category  */

.box-category {
	margin-top: -5px;/*	padding-left: 15px;
	padding-right: 15px;*/
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.box-category > ul > li {
	padding: 8px 24px 8px 0;
	border-bottom: 1px solid #e6e6e6;
}
.box-category > ul > li ul {
/*	display: none;*/
display:block;
}
.box-category > ul > li > a {
	color: #000 !important;
	font-weight: bold;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0 0px;
}
.box-category > ul > li ul > li > a {
	display: block;
	padding-left:10px;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* Box filter */

ul.box-filter {
	list-style: none;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}
ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	display: block;
	padding-bottom: 7px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
a#button-filter {
	margin: 5px 15px 10px;
}
/*  Box homepage category wall  */

.box-category-home {
	padding-left: 10px!important;
	padding-right: 10px!important;
}
.box-category-home > div.span2, .box-category-home > div.span3 {
	display: inline-block;
	margin: 10px 0 15px;
	padding: 0 10px;
	text-align: center;
	vertical-align: top;
	min-height: 300px;
}
.box-category-home > div.span2 {
	width: 132px;
}
.box-category-home > div.span3 {
	width: 208px;
}
.box-category-home > div.span2 a, .box-category-home > div.span3 a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
.box-category-home > div.span2 > div.image, .box-category-home > div.span3 > div.image {
	margin-bottom: 5px;
}
.box-category-home > div.span2 > div.all {
	text-align: left;
	margin: 5px 0 10px;
}
.box-category-home > div.span3 > div.all {
	text-align: left;
	margin: 5px 15px 10px;
}
.box-category-home > div.span2 > div.all a, .box-category-home > div.span3 > div.all a {
	font-size: 11px;
	font-weight: normal;
}
.box-category-home > div.span2 > div > ul, .box-category-home > div.span3 > div > ul {
	margin: 0 0 5px;
	text-align: left;
}
.box-category-home > div.span2 > div > ul {
	padding: 0;
}
.box-category-home > div.span3 > div > ul {
	padding: 0 15px;
}
.box-category-home > div.span2 > div > ul > li, .box-category-home > div.span3 > div > ul > li {
	list-style: none;
	line-height: 26px;
}
.box-category-home > div.span2 > div > ul > li > a, .box-category-home > div.span3 > div > ul > li > a {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}
/*  Box homepage manufacturers wall  */

.box-manufacturers-home {
	padding-left: 20px!important;
	padding-right: 20px!important;
	margin: 10px 0 15px;
}
.box-manufacturers-home > div.span2, .box-manufacturers-home > div.span3 {
	background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
	margin: 0 0 -1px 0;
	padding: 0 10px;
	text-align: center;
	min-height: 80px;
}
.box-manufacturers-home > div.span2 {
	width: 128px;
}
.box-manufacturers-home > div.span3 {
	width: 203px;
}
.box-manufacturers-home > div.span2 a, .box-manufacturers-home > div.span3 a {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0;
}
.box-manufacturers-home > div.span2 > div.name_s, .box-manufacturers-home > div.span3 > div.name_s {
	line-height: 80px;
}
.box-manufacturers-home > div.span2 > div.image, .box-manufacturers-home > div.span3 > div.image {
	margin-bottom: 0;
}
.box-manufacturers-home > div.span2 > div.all {
	text-align: left;
	margin: 5px 0 10px 5px;
}
.box-manufacturers-home > div.span3 > div.all {
	text-align: left;
	margin: 5px 0 10px 15px;
}
.box-manufacturers-home > div.span2 > div.all a,  .box-manufacturers-home > div.span3 > div.all a {
	font-size: 11px;
	color: #999999;
}
.box-manufacturers-home > div.span2 > div > ul, .box-manufacturers-home > div.span3 > div > ul {
	margin: 0 0 5px;
	text-align: left;
}
.box-manufacturers-home > div.span2 > div > ul {
	padding: 0 5px;
}
.box-manufacturers-home > div.span3 > div > ul {
	padding: 0 15px;
}
.box-manufacturers-home > div.span2 > div > ul > li, .box-manufacturers-home > div.span3 > div > ul > li {
	list-style: none;
	line-height: 26px;
}
.box-manufacturers-home > div.span2 > div > ul > li > a, .box-manufacturers-home > div.span3 > div > ul > li > a {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}
/******************************************************/
/*  END BOXES
/******************************************************/



/******************************************************/
/*  CONTENT COLUMN
/******************************************************/

#content .content {
	padding: 20px 10px 10px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
#review .content {
	background: #FFFFFF;
}
.bestseller h3, .featured h3, .latest h3, .special h3,
.bestseller .h3, .featured .h3, .latest .h3, .special .h3 {
	padding-bottom: 7px;
}
.welcome {
	width: 100%;
	font-size: 20px;
	padding: 10px 0 15px;
}
.welcome, .welcome-content {
	margin: 0 20px;
	float: left;
}
/*  Breadcrumb  */

.breadcrumb {
	font-size: 11px;
	/*	margin-bottom: 10px;*/
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
	text-transform: uppercase;
	/*	padding-bottom:10px;*/
	padding-top: 13px;
}
.breadcrumb-pp {
	max-width: 700px;
	float: left;
	margin-bottom: 10px;
}
/*  Pagination  */

.pagination {
	padding-top: 10px;
	display: inline-block;
	width: 100%;
	margin: 15px 0 0;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	color: #A3A3A3;
	line-height: inherit;
	float: none;
	background: #FFFFFF;
}
.pagination .links a:hover {
	background: #F5F5F5;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	font-weight: normal;
	background: #F5F5F5;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/*  Category Page  */
.category-name {
	padding-top: 5px;
	/*padding-bottom:10px;*/
	border-bottom: 1px solid #cccccc;
}
.stacca {
	padding-bottom: 10px;
}
.affina {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 0;
	margin-right: 15px;
}
.category-info img {
	width: 100%;
}
.category-list {
	overflow: auto;
	margin-bottom: 15px;
}

.category-list > div.span-first-child {
    margin-left: 11px !important;
}
.category-list > div {
	text-align: center;
	margin-left: 11px;
	min-height: 132px;
	max-width: 132px;
}
.category-list ul {
	float: left;
	width: 18%;
	list-style: none;
	margin-left: 0;
}
.category-list ul li {
	margin: 5px 10px 5px 0;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
.product-filter {
	padding: 10px 0;
	margin-bottom: 15px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	font-weight: normal;
}
.product-filter .display a {
	font-weight: normal;
}
.product-filter .sort {
	float: right;
	margin-top: 2px;
}
.product-filter .limit {
	margin-left: 15px;
	margin-top: 2px;
	float: right;
}
.product-filter .display img {
	cursor: pointer;
}
.product-compare {
	float: left;
	padding-left: 15px;
	margin-top: 4px;
	font-weight: bold;
}
.product-compare a {
	font-weight: normal;
}
.product-list {
	margin-top: 25px;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: 0;
	width: 100%;
	position: relative;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div, .product-list > div + div.span-first-child {
	padding-top: 16px;
}
.product-list .span4 {
	width: 330px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
	margin-left: 0;
}
.product-list .image img {
	padding: 0;
	padding-top:10px;
	background-color: #FFFFFF;
	text-align: center;
	max-width: 145px;
}
.product-list .image img:hover {
	opacity: 0.7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	font-size: 14px;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 15px;
}
.product-list .rating {
	color: #7B7B7B;
	margin-bottom: 10px;
}
.product-list .price {
	float: right;
	margin-left: 8px;
	/*margin-bottom: 15px;*/
	margin-bottom: 3px;
	text-align: center;
	font-size: 16px;
}
.product-list .price-old {
	font-weight: normal;
	font-size: 12px;
	text-decoration: line-through;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
}
.product-list .cart {
	margin-bottom: 15px;
	text-align: center;
}
.product-list .cart input {
	max-width: 140px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 5px;
	margin-right: 15px;
	padding-left: 20px;
	display: inline-block;
	text-align: center;
}
.product-list .compare {
	clear: both;
}
.product-list .wishlist a, .product-list .compare a {
	font-size: 11px;
	display: block;
}
span.wishlist {
	height: 15px;
	padding: 0 15px 0 5px;
}
span.compare {
	height: 15px;
	padding: 0 15px 0 7px;
}
/*--- PRODUCT GRID ---*/

.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 10px 0 5px 15px;
	padding: 3px;
	position: relative;
}
.product-grid > div > div.pbox {
	padding: 5px 4px 10px;
	background-color: #FFFFFF;
	text-align: center;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0;
	position: absolute;
	z-index: 3;
}
.product-grid .image img {
	padding: 0;
	padding-top:18px;
	background-color: #FFFFFF;
	text-align: center;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.product-list p.iva, .product-grid p.iva {
    color: #999999;
    font-size: 10px;
    margin: 0 0 3px;
    padding: 0;
	text-align:center;
    text-transform: uppercase;
}
.product-grid .image img:hover {
	opacity: 0.05;
}
.product-grid .name a {
	display: block;
	margin-top: 18px;
	margin-bottom: 7px;
	font-size: 13px;
}
.product-grid .description {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	height: 80px;
	width: 176px;
	margin-bottom: 0;
	padding: 55px 7px 10px;
}
.product-grid .rating {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	height: 45px;
	overflow: hidden;
	width: 176px;
	margin-bottom: 0;
	padding: 0 7px;
}
.product-grid .name {
	height: 53px;
	overflow: hidden;
}
.product-grid .price {
	display: block;
	margin-bottom: 4px;
	font-size: 15px;
	height: 20px;
	overflow: hidden;
}
.product-grid .price-old {
	font-weight: normal;
	font-size: 12px;
	text-decoration: line-through;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-top: 10px;
	margin-bottom: 12px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 5px;
	display: inline-block;
	text-align: left;
	padding-left: 20px;
}
.product-grid .compare {
	margin-left: 15px;
}
.product-grid .wishlist a, .product-grid .compare a {
	font-size: 11px;
	display: block;
}
.product-grid > div.span-related {
/*	margin-left: 20px;*/
}
@media (max-width: 1199px) {
.product-grid > .span-first-child {
	margin-left: 15px !important;
	clear: none !important;
	float: left;
}
}
@media (max-width: 767px) {
.product-grid > .span-first-child {
	margin-left: 0px !important;
	clear: none !important;
}
.product-grid > .span {
	margin-right: 10px !important;
	margin-bottom: 10px !important;
}
}
/*--- FINE PRODUCT GRID ---*/

/*  Product Page  */

.product-grid span.sale-icon{
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	padding: 3px;
	position: absolute;
	z-index: 5;
	top: -5px;
	left: -4px;
	font-size: 12px;
	font-weight:bold;
}
.es-carousel span.sale-icon{
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	padding: 3px;
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	font-size: 12px;
	font-weight:bold;
}
.product-list span.sale-icon {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	padding: 3px;
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	font-size: 12px;
	font-weight:bold;
}

span.sale-icon .bavetta{
	width:16px;
	height:10px;
	position: absolute;
	left:4px;
	bottom:-10px;
	background: url("../image/puntina.png") no-repeat 0px 0px;
	display:none;
}

#prev-next {
	float: right;
}
.product-name {
	overflow: auto;
	padding: 5px;
	text-align: center;
}
.product-name h1,
.product-name .h1, 
.product-name h2,
.product-name .h2 {
	padding: 0;
	text-align: left;
	font-size: 18px;
	margin-bottom: 0;
	color: #545454;
	line-height: normal;
}
.product-info {
	overflow: auto;
	clear: both;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 12px;
}
.product-info > .left + .right {
	width: 378px;
	margin-right: 13px;
}
.product-info > .right {
	float: left;
}
.product-info .image {
	background-color: #FFFFFF;
	/*float: left;*/
	margin-bottom: 20px;
	/*padding: 10px*/;
	/*	border:1px solid #ccc;*/
/*	text-align: center;*/
	position: relative;
	overflow: hidden;
}
.product-info .image .zoom-b {
	position: absolute;
	left: 0px;
	bottom: 15px;
	height: 12px;
	width: auto;
	z-index: 5;
}
.product-info .image .zoom-b a {
	background: url("../image/button-search.png") no-repeat scroll;
	color: #A3A3A3;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 18px;
}
.galleryFoto{
	position:relative;
}

.zoom-top img {
    opacity: 0;
	width:30px;
	height:30px;
}
.zoom-top:hover {
    transform: scale(1.05);
}
#blocco_foto {
    right: 30px;
    position: absolute;
    top: 10px;
	background-color:#990;
    z-index: 80;
}
.zoom-top {
    background: url("../image/zoom.png") no-repeat scroll right 0 transparent;
    height: 30px !important;
/*    margin-bottom: -30px;
    margin-left: 272px;*/
    overflow: hidden;
    position: absolute;
    width: 30px !important;
}



/*.product-info .image #wrap #cloud-zoom-big {
	left: 340px!important;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);		
}*/
.product-info .row-fluid {
	margin-bottom: 15px;
}
.product-info .row-fluid a {
	display: block;
	width: 100%;
}
.product-info .row-fluid img {
	width: 100%;
}
.product-info .image-additional img {
	padding: 0;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-left: 2px;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin: 0 4px 9px 8px;
}
.product-info .description {
	padding: 15px 5px;
	margin-bottom: 5px;
	line-height: 20px;
	font-weight: bold;
}
.product-info .options {
	padding: 15px 5px;
	line-height: 20px;
	font-weight: bold;
}
.product-info .description span {
	font-weight: normal;
}
.product-info .buy {
	/*padding: 10px;*/
	margin-bottom: 20px;
}
.product-info .price {
	overflow: auto;
	padding: 15px 5px 10px;
	margin-bottom: 5px;
	font-size: 24px;
	text-align: center;
}
.product-info .price-old {
	font-weight: normal;
	font-size: 12px;
	text-decoration: line-through;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
}
.product-info .price .discount {
	font-size: 12px;
	font-weight: normal;
}
.product-info span.stock {
	font-weight: bold;
}
.product-info span.no_stock {
	font-weight: bold;
	color:#FF801F !important;
}
.product-info .option {
	margin-bottom: 15px;
	clear: none;
}
.product-info .option-l {
	float: left;
	clear: both;
	width: 30%;
}
.product-info .option-r {
	margin-left: 35%;
}
.product-info .options h4,
.product-info .options .h4 {
	padding: 0;
	margin-bottom: 20px;
	line-height: normal;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
/*	padding: 30px 5px 20px;*/
	overflow: auto;
	text-align:left;
	/*text-align: center;*/
}
.product-info .cart .dec, .product-info .cart .inc {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	border: none;
	width: 27px;
	margin:0px;
	height: 27px;
	float:left;
}
.product-info .cart b{
	display:block;
	padding-bottom:5px;
}
.product-info .cart .i-d-quantity {
	float:left;
	margin-left:5px !important;
	margin-right:5px !important;
}
.product-info .contenitoreDx {
	padding: 10px;
	background-color: #F2F2F2;
}

.product-info .contenitoreDx p {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 0;
	text-shadow: #ffffff 1px 1px;
	overflow: hidden;
}
.product-info .contenitoreDx p .text-dx {
	float: right;
}
.product-info .contenitoreDx #button-cart {
	margin-top: 15px;
}
.product-info .contenitoreDx p.price-new {
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	color: #666 !important;
	font-family: Arial, Helvetica, sans-serif;
}
.product-info .contenitoreDx p.price-new .text-dx {
	font-size: 34px;
	color: #29ABE2;
}
.product-info .contenitoreDx p.price-offerta {
	color: #C1272D;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.product-info .cart .dec {
	background-image: url("../image/quantity-minus.png");
	display:inline-block;
}
.product-info .cart .inc {
	background-image: url("../image/quantity-plus.png");
		display:inline-block;
}
.product-info .cart input {
/*	margin-top: 3px;
	margin-bottom: 3px;*/
}
.product-info .add-to-cart {
	clear: both;
	float: left;
	width: 100%;
}
.product-info .contenitoreDx .wishlist-compare {
	margin-top: 15px;
	/*	font-size:12px !important;*/
	text-align: left;
}
.product-info .contenitoreDx .tagliato {
	text-decoration: line-through;
}
.product-info .infoAggiunte {
	padding: 10px;
}
.product-info .infoAggiunte li {
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
}
.product-info .infoAggiunte a, .product-info .infoAggiunte .numero {
	font-size: 13px;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	display: block;
	background-repeat: no-repeat;
	background-position: left 8px;
}
.product-info .infoAggiunte .numero {
	background-image: url(../image/telefono.gif);
}
.product-info .infoAggiunte a {
	background-image: url(../image/spunta.jpg);
	
}
.product-info .infoAggiunte a:hover,
.product-info .infoAggiunte a:hover .celeste {
 color:#333 !important;
}
.product-info .infoAggiunte .celeste {
	color: #29ABE2;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
.product-info .infoAggiunte b {
	font-weight: bold;
	font-size: 24px;
}
.product-info .wishlist-compare a {
	display: block;
	font-size: 11px;
	font-weight: bold;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
}
.product-info .cart .minimum {
	padding-top: 10px;
	font-size: 11px;
	clear: both;
	width: 100%;
	text-align: center;
}
.product-info .review {
	/*text-align: center;*/
	text-align:left;
	/*margin: 5px 5px 10px;*/
	padding-top: 13px;
}
.product-info .review img{
	padding-bottom:10px;
}
.product-info .review > div {
	/*padding: 2px 8px 8px;*/
	line-height: 20px;
}
.product-info .review > div > span {
	color: #2596D2;
}
.product-info .share {
	margin-top: 20px;
	overflow: auto;
	line-height: normal;
}
 @media (min-width: 979px) and (max-width: 1199px) {
.product-info .options input[type="text"],  .product-info .options textarea {
	width: 185px !important;
}
}
@media (min-width: 769px) and (max-width: 979px) {
.product-info .testo {
	display: none;
}
}
@media (max-width: 767px) {
.product-info .immaginiPiccole {
	display: none;
}
}
#lrc + #content .product-info .share {
	display: none;
}
div#right-sm {
	overflow: hidden;
}
.right-sm-related {
	float: right;
	clear: right;
	text-align: center;
	overflow: hidden;
	background-color: #FFFFFF;
	max-width: 165px;
}
.right-sm-related .image img {
	float: left;
}
.product-related {
	float: right;
	padding: 15px 10px 10px;
	text-align: left;
}
.product-related > div {
	display: block;
	float: left;
	clear: both;
	margin-left: 0;
	padding: 40px 0 0;
	width: 145px;
	text-align: center;
}
.product-related ul {
	margin-left: 0;
}
.product-related ul li {
	list-style: none!important;
	background-color: #FFFFFF;
}
.product-related .image {
	display: block;
	margin-bottom: 0;
	padding: 0;
	position: absolute;
	z-index: 3;
	background: none;
	float: inherit;
}
.product-related .image img {
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
	max-width: 145px;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.product-related .image img:hover {
	opacity: 0.1;
}
.product-related .description-r {
	position: relative;
	z-index: 1;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
	height: 85px;
	width: 131px;
	border-top: none!important;
	line-height: inherit;
	margin-bottom: 0;
	padding: 40px 7px 30px;
	font-size: 11px;
	font-weight: normal;
}
.product-related .name a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 4px;
}
.product-related .price {
	display: block;
	font-size: 12px;
	margin: 0 0 4px;
	padding: 0;
	border: none;
}
.product-related .price-old {
	font-weight: normal;
	font-size: 11px;
	text-decoration: line-through;
}
.product-related .rating {
	display: block;
	margin-bottom: 10px;
}
.product-related .bx-wrapper div.bx-next {
	background: url(../image/nav-v.png) no-repeat scroll 0 0 #EFEFEF!important;
	display: block;
	float: right;
	margin-right: 41px;
	position: relative;
	bottom: 230px;
	width: 30px;
	height: 19px;
	text-indent: -10000px;
	cursor: pointer;
}
.product-related .bx-wrapper div.bx-prev {
	background: url(../image/nav-v.png) no-repeat scroll 0 -19px #EFEFEF!important;
	display: block;
	float: left;
	margin-left: 41px;
	position: relative;
	bottom: 230px;
	width: 30px;
	height: 19px;
	text-indent: -10000px;
	cursor: pointer;
}
.right-sm-manufacturer-logo {
	float: right;
	clear: right;
	text-align: center;
	overflow: hidden;
	background-color: #FFFFFF;
}
.product-manufacturer-logo-block {
	padding: 0 15px!important;
	text-align: center!important;
	width: 135px;
}
.right-sm-custom {
	float: right;
	clear: right;
	text-align: center;
	overflow: hidden;
	background-color: #FFFFFF;
}
.product-custom-block {
	padding: 15px 10px!important;
	text-align: left!important;
	width: 145px;
}
.product-custom-block ul li {
	background: none;
	list-style: inherit!important;
}
.right-sm-share {
	float: right;
	clear: right;
	text-align: center;
	overflow: hidden;
	background-color: #FFFFFF;
}
.product-share {
	padding: 15px 10px!important;
	text-align: left!important;
	width: 145px;
}
.right-sm-tags {
	float: right;
	clear: right;
	text-align: center;
	overflow: hidden;
	padding-bottom: 12px;
	background-color: #FFFFFF;
}
.product-tags {
	padding: 15px 10px;
	text-align: left;
	width: 145px;
}
.product-tags div {
	margin-bottom: 6px;
	float: left;
}
.product-tags div a {
	background: #F7F7F7;
	padding: 3px 6px;
	margin-right: 5px;
	font-size: 11px;
}
#content .content .reviews-left {
	float: left;
	width: 170px;
	padding: 70px 10px 10px;
	text-align: center;
	background: url("../image/mw_1.png") no-repeat scroll 0 0 #FFFFFF;
	background-position: center top;
}
#content .content .reviews-left span {
	font-size: 11px;
	display: block;
	margin-top: 5px;
}
#content .content .reviews-right {
	float: left;
	max-width: 60%;
	margin-top: 10px;
	padding: 30px 40px;
	background-color: #F3F3F3;
	border: 1px solid #E9E9E9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
}
#content .content .review-arrow {
	position: absolute;
	margin-top: -18px;
	margin-left: -66px;
	width: 26px;
	height: 55px;
	background: url("../image/review-arrow.png") no-repeat;
}
.tags {
	margin-top: 30px;
	overflow:hidden;
}
.tags a {
	background: #F7F7F7;
	padding: 3px 6px;
	/*margin-left: 5px;*/
	display:block;
}

.tags div, .tags span {
	display:block;
	float:left;
	margin-bottom:2px;
	margin-right:2px;
}
.tags div h5{
	margin-bottom:0px;	
	padding: 3px 0px;
}
#lrc + #content .tags {
	display: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

/*  Review page  */

.recensioni{
 	padding:0;
 	margin:0;
}

.recensioni li {
	overflow:hidden;
	list-style-type:none; 
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #f2f2f2; 
	
}

.recensioni li .image,
.recensioni li .text-review{ 
	float:left;
}

.recensioni li .image{
	width:15%;
}
.recensioni li .image img{
	display:block;
	width:90%;
}

.recensioni li .text-review { 
	width:85%;
}

/*  Fine review page  */


/*  Manufacturer Page  */

.manufacturer-list {
	border: none;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 100%;
	overflow:hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
	font-weight: bold;
}
.manufacturer-list ul li{
	width:100px;
	text-align:center;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}
.manufacturer-list ul li img{
	margin-bottom:5px;
	border:1px solid #eeeeee;
}
/*  Compare  */

.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr:hover {
	background-color: #F7F7F7;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/*  Wish List  */

.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
}
.wishlist-info tbody .image img {
	border: 1px solid #EEEEEE;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
/*  Login  */

.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/*  Orders  */

.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/*  Returns  */

.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 45%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 50%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
/*  Download  */

.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/*  Cart  */

.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D!important;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
}
.cart-info tbody .image img {
	border: none;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #FF0000;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #EEEEEE;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/*  Checkout  */

.checkout-heading {
	background: #F8F8F8;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 0;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
}
.checkout-content {
	display: block;
	overflow: auto;
	margin: 0;
}
.checkout-content h2,
.checkout-content .h2 {
	margin: 15px 0 10px;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #EEEEEE;
}
/*  Contact Page  */

.contact-info {
	overflow: auto;
	float: left;
	margin-left: 0;
	width: 47%;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.contact-custom {
	margin-top: 20px;
	padding: 20px 0 10px;
}
.contact-form {
	float: right;
	margin-left: 0;
	padding: 0;
	width: 49%;
}
/*  Site Map  */

.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/******************************************************/
/*  END CONTENT COLUMN
/******************************************************/

/******************************************************/
/*  END MIDSECTION
/******************************************************/



/******************************************************/
/*  BOTTOM AREA
/******************************************************/

/*  Contact Us, Twitter, Custom Column  */

/*#footer_cnc {
	clear: both;
	overflow: auto;
	padding: 20px 0;
}
#footer_cnc .container {
	width: 960px;
}*/
/*#footer_cnc .span4 {
	margin-left: 10px;
	margin-right: 10px;
}
#footer_cnc .span6,
#footer_cnc .span12 {
	margin-left: 10px;
	margin-right: 10px;
}
#footer_cnc .span4 > div,
#footer_cnc .span6 > div,
#footer_cnc .span12 > div {
	margin-bottom: 15px;
}*/
#footer_cnc, #footer_info {
	padding-top: 50px;
	padding-bottom: 40px;
	text-shadow: #FFF 1px 1px;
	color: #4D4D4D;
}
#footer_cnc .span4 > div > span.c_icon, #footer_cnc .span6 > div > span.c_icon, #footer_cnc .span12 > div > span.c_icon {
	display: block;
	float: left;
	margin-right: 10px;
}
#footer_cnc .span4 ul, #footer_cnc .span6 ul, #footer_cnc .span12 ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}
#footer_cnc .span4 ul li, #footer_cnc .span6 ul li, #footer_cnc .span12 ul li {
	list-style: none;
	margin-bottom: 7px;
}
#footer_cnc .twitter ul li {
	padding-left: 0;
	padding-right: 50px;
	margin-bottom: 20px;
}
#footer_cnc .twitter ul li a {
	display: block;
}
#footer_cnc .twitter ul li span a {
	display: inline-block;
}
#footer_cnc h3,
#footer_cnc .h3 {
	margin-top: 0;
	font-family: 'Lato' !important;
	text-transform: none;
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#footer_cnc_content {
/*    margin: 0 auto;	*/
}

#footer_cnc_content .h3{
    color:#000 !important;
}
/*  Information, Customer Service, Extras, My Account  */

#footer_info {
	clear: both;
	overflow: auto;
	padding-top: 50px;
	padding-bottom: 40px;
}
#footer_info .container {
/*width: 960px;*/
}
#footer_info .span3 {
/*	margin-left: 10px;
	margin-right: 10px;*/
}
#footer_info .span3 a {
	font-size: 13px;
}
#footer_info .span3 ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}
#footer_info .span3 ul li {
	list-style: none;
	margin-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
}
#footer_info h3,
#footer_info .h3 {
	margin-top: 0;
	font-family: 'Lato' !important;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#footer_info_content {
/*    margin: 0 auto;*/
}
/*  Footer - Payment Images, Powered by, Follow Us  */
#footer_info_content .h3{
	color:#000000 !important;	
}



#footer_info_content .dueZero {
/*	height: 24px;*/
	list-style-type: none;
	margin: 0;
	float: left;
	text-align:center;
	overflow: hidden;
	width:100%;
}
#footer_info_content .dueZero li {
	/*float: left;*/
	display:inline-block;
	height: 32px;
	margin-left:5px;
	margin-right: 5px;
	margin-bottom: 15px !important;
	width: 33px;
}
#footer_info_content .dueZero li a {
	background: none repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 32px;
	margin-right: 10px;
	width: 33px;
}
#footer_info_content .dueZero li img {
	background: none repeat scroll 0 0 transparent;
}

#footer_cr {
	clear: both;
	overflow: auto;
	padding: 20px 0;
	background-image: url(../image/footer_sfondo.gif) !important;
	background-repeat: repeat-x !important;
	;
	background-position: left top !important;
	;
}
/*#footer_cr .container {
	width: 960px;
}*/
/*#footer_cr .span4 {
	margin-left: 10px;
	margin-right: 10px;
}
#footer_cr .span6,
#footer_cr .span12 {
	margin-left: 10px;
	margin-right: 10px;
}*/
#footer_cr p {
	margin-bottom: 0;
	font-size: 11px;
	text-align: center;
}
#footer_cr_content {
/*  margin: 0 auto;	*/
}
#footer_cr_content #payment_logos {
	float: left;
}
#footer_cr_content #payment_logos img {
	padding-top: 2px;
}
#footer_cr_content #powered_content {
/*margin: auto 0;*/
}
#footer_cr_content #follow_us {
	float: right;
	text-align: right;
}
#footer_cr_content #follow_us img {
	margin-left: -3px;
}
#footer_cr_content #follow_us img:hover {
	opacity: 0.8;
}
/*  About Us  */

#footer_about {
	clear: both;
	overflow: auto;
	margin-top: 0;/*	padding: 20px;*/
}
#footer_about p {
	margin: 0 auto;
}
#footer_about_content {
/*  margin: 0 auto;*/
	/*max-width: 940px;*/
}
/******************************************************/
/*  END BOTTOM AREA
/******************************************************/


/*  Banners  */

.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner {
	margin-bottom: 20px;
}
#column-left .banner div, #column-right .banner div {
	text-align: center;
	width: 100%;
	display: none;
}
#column-left .banner div img, #column-right .banner div img {
	margin-bottom: 20px;
}
/*  Sellya Product Slider  */

#product-slider {
	clear: both;
}
/*  Elastislide Style  */

.es-carousel-wrapper {
	background: none;
	padding: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
.es-carousel {
	overflow: hidden;
	background: none;
}
.es-carousel ul {
	display: none;
}
.es-carousel ul li {
	height: 100%;
	float: left;
	display: block;
	margin: 5px 18px 20px 1px !important;
	/*  padding: 5px;*/
	text-align: center;
	vertical-align: top;
	position: relative;
	width: 179px;
	overflow: hidden;
}
.es-carousel ul li div.pbox {
	padding: 5px 9px 10px;
	text-align: center;
	background-color: #FFFFFF;/*background-color:#06C;*/
}
.es-carousel ul li a {
	display: block;
}
.es-carousel ul li .image {
	display: block;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	width: 150px;/*  position: absolute;
    z-index: 3;*/
}
.es-carousel ul li a img {
	background-color: #FFFFFF;
	padding: 0;
	padding-top:18px;
	text-align: center;
	max-width: 100%;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.es-carousel ul li a img:hover {
/*opacity: 0.1;*/
}
.es-carousel .description {
	/*  background: none repeat scroll 0 0 #FFFFFF;*/
	height: 230px;
	margin-bottom: 0;
	/*    padding: 55px 7px 10px;*/
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	width: 150px;
	z-index: 1;
}
.es-carousel .rating {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 55px;
	margin-bottom: 0;
	padding: 0 7px;
	position: relative;
	width: 176px;
	z-index: 1;
}
.es-carousel .name {
	max-width: 190px;
	/*max-height:20px;*/
/*	background-color:#063;*/
	overflow: hidden;
}
.es-carousel .name a {
	display: block;
	margin-bottom: 4px;
	margin-top: 10px;
}
.es-carousel .price {
	display: block;
	font-size: 15px;
	margin-bottom: 3px;
}
.es-carousel .iva {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
}
.es-carousel .price-old {
	font-weight: normal;
	font-size: 12px;
	text-decoration: line-through;
}
.es-carousel .cart {
	margin-bottom: 12px;
	margin-top: 10px;
	max-width: 190px;
}
.es-nav span {
	background: url(../image/nav2.png) no-repeat scroll 0 -24px;
	background-color: transparent;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 38%;
	left: -10px;
	right: auto;
	text-indent: -10000px;
	cursor: pointer;
	z-index: 999;
}
.es-nav span.es-nav-next {
	right: -10px;
	left: auto;
	background-position: 0 0px;
}
.es-carousel-banners-wrapper {
	background: none;
	padding: 0;
	position: relative;
	margin-top: 0!important;
}
.es-carousel-banners {
	overflow: hidden;
	background: none;
}
.es-carousel-banners ul {
	display: none;
}
.es-carousel-banners ul li {
	height: 100%;
	float: left;
	display: block;
	background-color: #FFFFFF;
	margin: 5px 20px 20px 0!important;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
	vertical-align: top;
	position: relative;
}
.es-carousel-banners ul li a {
	display: block;
}
.es-carousel-banners ul li a img {
	display: block;
	border: none;
}
.es-carousel-banners-wrapper .es-nav span {
	background: url(../image/nav.png) no-repeat scroll 0 0 #F1F1F1;
	width: 34px;
	height: 60px;
	position: absolute;
	top: 35%;
	left: -20px;
	right: auto;
	margin-top: -15px;
	text-indent: -10000px;
	cursor: pointer;
}
.es-carousel-banners-wrapper .es-nav span.es-nav-next {
	right: -20px;
	left: auto;
	background-position: 0 -60px;
}
.es-carousel-related-wrapper {
	background: none;
	padding: 10px 0;
	margin-top: 35px;
	position: relative;
}
.es-carousel-related {
	overflow: hidden;
	background: none;
}
.es-carousel-related ul {
	display: none;
}
.es-carousel-related ul li {
	height: 100%;
	float: left;
	display: block;
	margin: 5px 20px 5px 0!important;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
	vertical-align: top;
}
.es-carousel-related .span2 {
	margin-left: -1px;
}
.es-carousel-related-wrapper .es-nav span {
	background: url(../image/nav.png) no-repeat scroll 0 0 #E5E5E5;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 75px;
	left: auto;
	margin-top: -25px;
	text-indent: -10000px;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.es-carousel-related-wrapper .es-nav span.es-nav-next {
	right: 50px;
	left: auto;
	background-position: 0 -20px;
}
.es-carousel-related-wrapper .es-nav span:hover {
	background-color: #DF442C;
}
.pager a {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
}
/*  Widget Facebook Likebox  */

.facebook_left {
	width: 245px;
	height: 389px;
	position: fixed;
	left: -245px;
	top: 220px;
	z-index: 99997;
}
.facebook_right {
	width: 245px;
	height: 389px;
	position: fixed;
	right: -245px;
	top: 220px;
	z-index: 99997;
}
.facebook_left #facebook_icon {
	float: right;
	height: 60px;
	width: 34px;
	right: -34px;
	background: url("../image/facebook_lb_l.png") no-repeat;
	cursor: pointer;
	position: relative;
	z-index: 99998;
}
.facebook_right #facebook_icon {
	float: left;
	height: 60px;
	width: 34px;
	left: -34px;
	background: url("../image/facebook_lb_r.png") no-repeat;
	cursor: pointer;
	position: relative;
	z-index: 99998;
}
.facebook_right .facebook_box {
	background-color: #FFFFFF;
	border: 4px solid #3B5998;
	float: right;
	top: -60px;
	position: relative;
	z-index: 99999;
}
.facebook_left .facebook_box {
	background-color: #FFFFFF;
	border: 4px solid #3B5998;
	float: left;
	top: -60px;
	position: relative;
	z-index: 99999;
}
/*  Widget Custom Box  */

.custom_box_left {
	width: 245px;
	height: 399px;
	position: fixed;
	left: -245px;
	top: 300px;
	z-index: 99991;
}
.custom_box_right {
	width: 245px;
	height: 399px;
	position: fixed;
	right: -245px;
	top: 300px;
	z-index: 99991;
}
.custom_box_left #custom_box_icon {
	float: right;
	height: 60px;
	width: 34px;
	right: -34px;
	background: url("../image/custom_box_l.png") no-repeat;
	position: relative;
	z-index: 99992;
}
.custom_box_right #custom_box_icon {
	float: left;
	height: 60px;
	width: 34px;
	left: -34px;
	background: url("../image/custom_box_r.png") no-repeat;
	position: relative;
	z-index: 99992;
}
.custom_box_right .custom_box {
	background-color: #FFFFFF;
	float: right;
	width: 217px;
	height: auto;
	top: -60px;
	position: relative;
	z-index: 99993;
	padding: 10px;
}
.custom_box_left .custom_box {
	background-color: #FFFFFF;
	float: left;
	width: 217px;
	height: auto;
	top: -60px;
	position: relative;
	z-index: 99993;
	padding: 10px;
}