/* LUXTIE CSS MOBILE */
* {
	box-sizing: border-box;
	outline-width: 0;
}
*:focus {
	outline-width: 0;
}
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F7E0EE;
	color: #666666;
}
.bodyS{
	background-color: #D6DCEC;
}
.bodyM{
	background-color: #DC6C79;
}
.bodyF{
	background-color: #C2EDA5;
}
.bodyP{
	background-color: #E3CE54;
}

/* GENERALE */
img {
	border: 0;
}
a, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* STRUTTURA */
#container {
	width: 100%;
	max-width: 640px;
	margin: 10px auto;
	padding: 0;
	overflow: hidden;
	position: relative;
}

/* HEADER */
#header {
	margin-bottom: 10px;
}
#header div.carrello {
	margin-bottom: 10px;
	background-color: #F7F7F7;
	padding: 10px;
}
#header div.carrello a {
	display: block;
	padding: 5px;
	border: 1px dashed;
}
#headerContent {
	margin-bottom: 10px;
	background-color: #F7F7F7;
	text-align: center;
}
#header div.carrello a.colC {border-color: #B28396; color: #B28396;}
#header div.carrello a.colS {border-color: #4c87c1; color: #4c87c1;}
#header div.carrello a.colM {border-color: #d2222d; color: #d2222d;}
#header div.carrello a.colF {border-color: #86C86C; color: #86C86C;}
#header div.carrello a.colP {border-color: #e3ce54; color: #e3ce54;}

div#selectValLang {
	margin-bottom: 10px;
	background-color: #F7F7F7;
	padding: 10px;
}
div#selectValLang #setValuta {
	float: left;
}
div#selectValLang #flagbar {
	float: right;
}
div#selectValLang #flagbar img {
	width: 30px !important;
	height: 21px !important;
}

/*trigger side bar*/
.triggerSideBars {
	background-color: #F7F7F7;
	padding: 10px;
	margin-bottom: 10px;
}
.border-menu {
	position: relative;
	padding-left: 20px;
}
.border-menu-right {
	position: relative;
	padding-right: 20px;
}
.border-menu:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 16px;
	height: 0.125em;
	border-top: 8px double #666;
	border-bottom: 3px solid #666;
}
.border-menu-right:before {
	content: "";
	position: absolute;
	top: 1px;
	right: 0;
	width: 16px;
	height: 0.125em;
	border-top: 8px double #666;
	border-bottom: 3px solid #666;
}
.leftBar {
	position: absolute;
	top: 247px;
	left: -130px;
	width: 130px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
.leftBar.active {
	left: 0px;
}
.rightBar {
	position: absolute;
	top: 247px;
	right: -320px;
	width: 320px;
	padding: 10px 10px 30px 10px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	background-color: #FFFFFF;
}
.rightBar.active {
	right: 0px;
}
#leftTabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
#leftTabs ul li {
	height: 57px;
	margin-bottom: 5px;
}
#leftTabs ul li a {
	display: block;
	padding: 0px 0px 0px 12px;
	font-size: 16px;
	color: #FFF;
	text-align: left;
	line-height: 57px;
	text-decoration: none;
}
#leftTabs ul li a:hover, #leftTabs ul li a:active, #leftTabs ul li a:visited {
	text-decoration: none;
}
#lefttabsC, #lefttabsS, #lefttabsM, #lefttabsP, #lefttabsF {
	width: 130px;
}
.leftTabActiveC{
	background:url(/images/etichetteActive_C.png) no-repeat;
}
.leftTabActiveS{
	background:url(/images/etichetteActive_S.png) no-repeat;
}	
.leftTabActiveM{
	background:url(/images/etichetteActive_M.png) no-repeat;
}
.leftTabActiveF{
	background:url(/images/etichetteActive_F.png) no-repeat;
}
.leftTabActiveP{
	background:url(/images/etichetteActive_P.png) no-repeat;
}
.leftTabInactive{
	background:url(/images/etichetteInactive.png) no-repeat;
}

.rightBar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
.rightBar ul li {

}
.rightBar ul li a {
	display: block;
	text-decoration: none;
	line-height: 20px;
	padding: 5px;
	border-bottom: 1px dashed;
	margin-top: 5px;
	position: relative;
	color: #666666 !important;
}
.rightBar ul li a:after {
	content: '\25BA';
	position: absolute;
	right: 5px;
}
.rightBar .look {
	min-height: 500px;
}
.rightBar .look h3 {
	margin: 10px 0 0 0;
}
.rightBar .look .generalFilter {
	border: 1px solid lightgray;
	margin: 5px 0 0 0;
	padding: 6px;
	position: relative;
	width: 95%;
	display: inline-block;
}
.rightBar .look .generalFilter input[type=checkbox] {
	visibility: hidden;
}
.rightBar .look .generalFilter label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 6px;
	left: 6px;
	border-radius: 4px;
	padding-left:0px;
	-webkit-box-shadow: inset 0px 1px 1px #dfe5d7, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px #dfe5d7, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px #dfe5d7, 0px 1px 3px rgba(0,0,0,0.5);
	background: #dfe5d7;
	background: -webkit-linear-gradient(top, #dfe5d7 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #dfe5d7 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #dfe5d7 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #dfe5d7 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #dfe5d7 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe5d7', endColorstr='#b3bead',GradientType=0 );
}
.rightBar .look .generalFilter label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.rightBar .look .generalFilter label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}
.rightBar .look .generalFilter input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.rightBar .look .generalFilter span {
	line-height: 19px;
}
.rightBar .look .inputColore {
	display: inline-block;
	border: 1px solid lightgray;
	margin: 5px 0 0 0;
	padding: 2px 2px 1px 2px;
	width: 95%;
}
.rightBar .look .inputColore div {
	display: inline-block;
}
.rightBar .look .inputColore .inputBox {
	position: relative;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	margin-right: 3px;
}
.rightBar .look .inputColore .inputText {
	width: 120px;
}
/* FINE HEADER */

/* CONTENT */
#content {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	min-height: 500px;
	width: 100%;
}
#content.setAsideLeft {
	margin-left: 130px;
}
#content.setAsideRight {
	margin-left: -370px;
}
.colC {
	color: #B28396;
}
.colP {
	color: #e3ce54;
}
.colS {
	color: #4c87c1;
}
.colM {
	color: #d2222d;
}
.colF {
	color: #86C86C;
}
.bgcolC {
	background-color: #B28396;
	color: #FFFFFF !important;
}
.bgcolP {
	background-color: #e3ce54;
}
.bgcolS {
	background-color: #4c87c1;
	color: #FFFFFF !important;
}
.bgcolM {
	background-color: #d2222d;
	color: #FFFFFF !important;
}
.bgcolF {
	background-color: #86C86C;
	color: #FFFFFF !important;
}

h1.col, h1.colC, h1.colP, h1.colS, h1.colM, h1.colF {
	font-size: 16px;
}
h1.col, h1.colC {
	border-bottom: 1px solid #B28396;
}
h1.colP {
	border-bottom: 1px solid #e3ce54;
}
h1.colS {
	border-bottom: 1px solid #4c87c1;
}
h1.colM {
	border-bottom: 1px solid #d2222d;
}
h1.colF {
	border-bottom: 1px solid #86C86C;
}

.pagination {
  text-align: right;
}
.pagination span.current {
	display: inline-block;
	padding: 5px;
	border: 1px dashed;
	margin-left: 10px;
}
.pagination a {
	display: inline-block;
	padding: 5px;
	border: 1px dashed;
	margin-left: 10px;
	width: 28px;
	text-align: center;
}
.pagination a.noBorder {
	width: auto;
}
.colPaginationC a { border-color: #B28396;}
.colPaginationP a { border-color: #e3ce54;}
.colPaginationS a { border-color: #4c87c1;}
.colPaginationM a { border-color: #d2222d;}
.colPaginationF a { border-color: #86C86C;}
.colPaginationC span.current { background-color: #B28396;}
.colPaginationP span.current { background-color: #e3ce54;}
.colPaginationS span.current { background-color: #4c87c1;}
.colPaginationM span.current { background-color: #d2222d;}
.colPaginationF span.current { background-color: #86C86C;}

/* pagina dettaglio */
.buttonAddToCart {
	display: block;
	border: 0;
	font-size: 18px;
	width:75%;
	text-decoration: none !important;
	padding: 5px 10px;
	border-radius: 3px;
	cursor: pointer;
}

/* box SMALL prodotto */
.prod {
	float: left;
	width: 46%;
	margin: 0 1.6666% 20px 1.6666%;
	text-align: center;
	border: 1px solid #F7F7F7;
}
.prod a {
	display: block;
}
.prod a:hover, .prod a:active, .prod a:visited {
	text-decoration: none;
}
.prod .prod_title {
	font-size: 14px;
	height: 55px;
}
.prod .prod_img img {
	width: 100%;
}
.prod .prod_dettagli .scval {
	float: right;
}
.prod .prod_dettagli .prsconto {
	float: left;
	text-decoration: line-through;
}

.prodC .prod .btprezzo {
	background-color: #E0C0C3;
	padding-top: 5px;
	font-size: 14px;
	color: #FFFFFF;
}
.prodP .prod .btprezzo {
	background-color: #E9D66D;
	padding-top: 5px;
	font-size: 14px;
	color: #FFFFFF;
}
.prodS .prod .btprezzo {
	background-color: #C0D0E0;
	padding-top: 5px;
	font-size: 14px;
	color: #FFFFFF;
}
.prodM .prod .btprezzo {
	background-color: #E75956;
	padding-top: 5px;
	font-size: 14px;
	color: #FFFFFF;
}
.prodF .prod .btprezzo {
	background-color: #86C86C;
	padding-top: 5px;
	font-size: 14px;
	color: #FFFFFF;
}

/* CARRELLO */
#shoppingCart table {
	border: 1px solid #666666;
	border-collapse: collapse;
}
#shoppingCart table tr, #shoppingCart table th {
	border: 1px solid #666666;
}
#shoppingCart table th {
	background-color: #666666;
	color: #FFFFFF;
}
#shoppingCart table td input,
#shoppingCart table td select {
	height: 31px;
}
#shoppingCart table td textarea {
	height: 62px;
}
#shoppingCart table.noBorder {
	border: 0;
}
#shoppingCart table.noBorder tr, #shoppingCart.noBorder table th {
	border: 0;
}
#shoppingCart input[type=checkbox] {
	visibility: hidden;
}
#shoppingCart label.special {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 6px;
	left: 6px;
	border-radius: 4px;
	padding-left:0px;
	-webkit-box-shadow: inset 0px 1px 1px #dfe5d7, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px #dfe5d7, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px #dfe5d7, 0px 1px 3px rgba(0,0,0,0.5);
	background: #dfe5d7;
	background: -webkit-linear-gradient(top, #dfe5d7 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #dfe5d7 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #dfe5d7 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #dfe5d7 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #dfe5d7 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe5d7', endColorstr='#b3bead',GradientType=0 );
}
#shoppingCart label.special:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#shoppingCart label.special:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}
#shoppingCart input[type=checkbox]:checked + label.special:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* FOOTER */
.footer {
	background-color: #FFFFFF;
	padding: 10px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	width: 100%;
}
.footer.setAsideLeft {
	margin-left: 130px;
}
.footer.setAsideRight {
	margin-left: -370px;
}
/*menu*/
.menu {
	background-color: #FFFFFF;
	padding: 10px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.menu a {
	display: block;
	margin: 10px 0;
	border-bottom: 1px solid;
	padding-bottom: 10px;
}
.menu.setAsideLeft {
	margin-left: 130px;
}
.menu.setAsideRight {
	margin-left: -370px;
}