/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; outline: 0; }
a:visited { color: #551a8b; }
/*a:focus { outline: thin dotted; }*/

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */

html,body{margin: 0;padding:0;height:100%;}

body {
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
}

div#container{position:relative; height: 100%;}

.universe-default div#container {background-color: #bababa;}

body>div#container{height:auto;min-height:100%}
#footer{
	/*position: absolute;
	bottom:0; 
	padding: 2em 0;
	*/
	width: 100%; 
	background-color: #000;
	color: #fff;
}

/*#footer a { 
	color: #fff;	
}*/

#footer p.disclaimer{
	font-size: 11px;
	font-style: italic;
}


#iStage {
	display: none;
}

#logoHome {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -225px;
}

.logoHeader {
	position: absolute;
	top: 22px;
	left: 50%;
	margin: 0 0 0 -149px;
	width: 250px;
	height: 157px;
}

.logoHeader {
	background: url(/skin/website/widgets/logo_istituzionale.png) no-repeat 0 0 !important;
}

.universe.universe-A .logoHeader
,.universe.universe-B .logoHeader
,.universe.universe-C .logoHeader
,.universe.universe-D .logoHeader
,.universe.universe-E .logoHeader
,.universe.universe-G .logoHeader {
	background: url(/skin/website/widgets/logo.png) no-repeat 0 0 !important;
}
.home .logoHeader {
	height: 164px;
	left: -30px;
	margin: -35px 0 0 0;
	top: 0;
	width: 270px;
}
.home #header .logoHeader {
	display: none;
}

/* Big Archery su dominio dedicato */
.universe.universe-C.dedicated .logoHeader {
	background: url(/skin/website/widgets/logo_bigArchery.png) no-repeat 0 0 !important;
	width: 160px;
	height: 160px;
	margin-left: -80px;
	top: 45px;
}

.box_container {
	position: relative;
	width: 990px;
	margin: 0 auto;
}

.universe-default #header {
	background: #bababa url(/skin/website/widgets/bg_default-home.jpg) repeat-x 0 0;
	height: 493px;
	overflow: hidden;
	color: #fff;
}


body.istituzionale.home #header #top {
  height: auto
}

#header {
	color: #fff;
}
  #header #top {
    display: block;
    width: 100%;
    height: 15px;
    background: transparent url(/skin/website/widgets/bg_top.png) repeat-x 0 0;
    z-index: 999999
  }

.home #header {
	background: none !important;
}

#dropdownLanguage {
	position: absolute;
	z-index: 101;
	background: #bababa;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px ;
	-webkit-border-bottom-right-radius: 10px ;
	left: 0px;
	width: 100%;
	display: none;
	top: 30px
	
}
#dropdownLanguage ul {
	padding-bottom: 5px;	
}
#dropdownLanguage ul li {
	float: none;
	border: 0px;
	padding: 9px
}
#dropdownLanguage ul li a {
	color: #000;	
	display: block;
}
#dropdownLanguage ul li:hover
,#dropdownLanguage ul li.selected {
	background: #333;
}
#dropdownLanguage ul li:hover a
,#dropdownLanguage ul li.selected a  {
	color: #fff;	
}


.universe-default #main {
	background-color: #bababa;
	padding-bottom: 200px;
}

.home #main,
#main > .box_container {
	padding-bottom: 100px;
}

#home {
	background: #000 url(/skin/website/widgets/bg_universe-home.jpg) no-repeat 50% 0;
	color: #fff;
	margin: 165px 0 0 0;
}
@media all and (max-width: 991px) {
	#home {
		background: none;
	}
}
#home section {
	margin: -165px 0 0 0;
}

#home .news-prodotto {
	display: none;
	float: left;
	margin-top: 15px;
	display: none;
}
#home .news-prodotto.news-prodotto-show {
	display: block !important;
}

#home .news-prodotto .pagination {
    list-style: none;
    margin: 1px auto 0;
    position: relative;
    z-index: 100;
    padding: 0px;
}

#home .news-prodotto .pagination li {
    float: left;
    margin: 0 1px;
}
#home .news-prodotto .pagination li a {
    background-image: url("/skin/website/widgets/pagination.png");
    background-position: 0 -12px;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 12px;
    width: 12px;
}
.universe-A #home .news-prodotto .pagination li.current a {
    background-position: -55px 0px;
}
.universe-B #home .news-prodotto .pagination li.current a {
    background-position: -44px 0;
}
.universe-C #home .news-prodotto .pagination li.current a {
    background-position: -33px 0;
}
.universe-D #home .news-prodotto .pagination li.current a {
    background-position: -22px 0;
}
.universe-E #home .news-prodotto .pagination li.current a {
    background-position: -11px 0;
}
.universe-G #home .news-prodotto .pagination li.current a {
    background-position: 0 0;
}


.js #home .news-prodotto {
	display: none;
}

#home .news-prodotto .item {
	position: relative;
	overflow: hidden;
	float: left;
	width: 493px;
	height: 220px;
	background-color: #000;
	padding: 0;
}

.item {
	position: relative;
	z-index: 10;
}

.marchi-container img {
	height: 30px;
	margin-right: 10px;
}

#home .news-prodotto .item h1 {
	
}

.home-istituzionale {
	margin-top: 40px;
}
.home-istituzionale .black {
	margin: 0 !important;
}

.home-istituzionale .col_sx {
	float: left;
	width: 790px;
}

.home-istituzionale .col_dx {
	float: right;
	width: 200px;
}

.home-istituzionale .item {
	position: relative;
	float: left;
	width: 242px;
	padding: 0 10px;
	border-left: 1px solid #d4d4d4;
	color: #414141;
	min-height: 235px;
	z-index: 10;
}

.home-istituzionale .item:first-child {
	border: none;
} 

.home-istituzionale .item div {
	margin: 2px 0 10px 0;
}

.home-istituzionale a {
	text-decoration: none;
	color: #fff;
}

.shadow img {
	width: 242px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	behavior: url(/js/pie/PIE.htc);
}

.home-istituzionale .item h1 {
	font-size: 14px;
	margin-bottom: 0;
}


#iCmsBreadcrumb,
#iCmsBreadcrumb a {
	font-size: 11px;
	color: #fff;
}

.center_content section {
	position: relative;
}

.center_content section.headings {
	height: 73px;
	overflow: hidden;
}

.center_content section.product_grid,
.center_content section.product_detail,
#sidebar,
.center_content section.marchi_grid {
	margin-top: 40px;
}

.center_content .headings h1,
.center_content .product_grid h1 {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 20px;
}

	/*#home .box_container {
		background: url(/skin/website/widgets/bg_universe-home.jpg) no-repeat 50% 0;	
	}*/




#home nav {
	min-height: 260px;
	position: relative;
	z-index: 9999;
}

#home .col_sx {
	position: absolute;
	width: 248px;
	z-index: 40;
}
@media all and (max-width: 991px) {
	#home .col_sx {
		position: relative;
	}
}

#home .col_sx a {
	text-decoration: none;
	color: #fff;
	position: relative;
	/*font-size: 11px;
	text-transform: uppercase;*/
}

#home .col_sx a.col_sx-lanci {
	color: #000;
}


#home .col_dx {
	float: right;
	width: 180px;
}	

#home .col_cx {
	margin: 0 auto;
	padding: 0 0 0 65px;
	width: 540px;
}

#home .col_cx .box-news {
	margin-top: -29px;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	background-color: #565656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#565656), to(#0c0c0c)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #565656, #0c0c0c); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #565656, #0c0c0c); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #565656, #0c0c0c); /* IE10 */
	background-image:      -o-linear-gradient(top, #565656, #0c0c0c); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #565656, #0c0c0c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#565656', EndColorStr='#0c0c0c'); /* IE6-IE9 */
	height: 80px;
	overflow: hidden;
	width: 100%;
	zoom: 1;
	float: left;
	behavior: url(/js/pie/PIE.htc);
}

a.pdf {
	padding:1px 0 2px 25px;
	background:url(/skinAdmin/entigo/widgets/file_ico/pdf.gif) no-repeat left top;
	color: #000;
	text-decoration: none;
}

a.manuale {
	padding:0 0 2px 25px;
	background:url(/skin/website/widgets/freccia_manuale.gif) no-repeat left 3px;
	color: #7f7f7f;
	text-decoration: none;
}

.js #news-slider {
	display: none;	
}

#news-slider {
	float: right;
	position: relative;
	width: 343px;
	margin-right: 16px;
}

#news-slider .slides_container {
	margin: 0 auto;
    width:281px;
    height:61px;
}
#news-slider .slides_container div {
    width:281px;
    height:61px;
    display:block;
}

#news-slider .prev {
	position: absolute;
	top: 37px;
	left: 0;
	text-indent: -99999px;
	width: 6px;
	height: 10px;
	background: url(/skin/website/widgets/homeNews-arrows.png) no-repeat 0 0;
}

#news-slider .next {
	position: absolute;
	top: 37px;
	right: 0;
	text-indent: -99999px;
	width: 6px;
	height: 10px;
	background: url(/skin/website/widgets/homeNews-arrows.png) no-repeat 0 100%;
}



#news-slider .data_live {
	font-size: 10px;
	color: #b5b2b1;
}

#news-slider p {
	margin: 5px 0 0 0;
}



#home .news-prodotto {
	
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box; 
	behavior: url(/js/pie/PIE.htc);
	
	background: #000;
	height: 240px;
	
	padding: 10px 20px 0 20px;
	position: relative;
	z-index: 20;
	width: 500px;
}

#home .news-prodotto .slides_container {
	margin: 0 auto;
  width: 493px;
  height: 220px;
}

#home .news-prodotto .slides_container .page {
	width: 540px;
	height: 220px;
	display: block;
}

#home .news-prodotto .news-prodotto-arrow {
	cursor: pointer;
	position: absolute;
	top: 45%;
}
#home .news-prodotto .news-prodotto-arrow-left {
	left: -10px
}
#home .news-prodotto .news-prodotto-arrow-right {
	right: -10px
}
/*
#news-prodotto .prev {
	position: absolute;
	top: 105px;
	left: 15px;
	text-indent: -99999px;
	width: 6px;
	height: 10px;
	background: url(/skin/website/widgets/homeNews-arrows.png) no-repeat 0 0;
	z-index: 90;
}
*/

#home .news-prodotto .item {
	border: none !important;
}
/*
#news-prodotto .next {
	position: absolute;
	top: 105px;
	right: 15px;
	text-indent: -99999px;
	width: 6px;
	height: 10px;
	background: url(/skin/website/widgets/homeNews-arrows.png) no-repeat 0 100%;
	z-index: 90;
}
*/
.news_navigation,
.rassegna_navigation
{
	margin-top: 30px;
	height: 50px;
}
.cataloghi_navigation {
	margin-top: 30px;
}

.rassegna_navigation,
.cataloghi_navigation {
	margin-bottom: 30px;
}

.rassegna_navigation div {
	float: left;
	width: 250px;
}

.rassegna_navigation label,
.cataloghi_navigation label {
	font-weight: bold;
	display: block;
	width: 100%;
}

.cataloghi_navigation .filtro_anno_floating {
	float: left;
	margin: 0 10px 0 0;
}

.rsg-data {
	font-size: 12px;
	color: #7f7f7f;
}

.rsg-titolo {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

#home .col_sx > h1 {
	font-family: 'News Cycle', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 30px;
}

#home .col_sx  h2 {
	color: #9f5e31;
	font-size: 11px;
}

.box-news {
	position: relative;
}

.box-news .news-title {
	position: absolute;
	top: 14px;
	left: 20px;
	font-size: 30px;
	font-family: 'News Cycle', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

.box-news .news-title a {
	text-decoration: none;
}

.center_content .col_sx {
	float: left;
	width: 420px;
	margin-bottom: 25px;
}

.backToList a {
	color: #7f7f7f;
	text-decoration: none;
	padding-left: 14px;
	background: url(/skin/website/widgets/backToList.png) no-repeat 0 3px;
}

#product img {
	max-width: 100%;
}

#product img.marchio,
#marchio img.marchio  {
	height: 50px;
}

.center_content .col_dx {
	float: right;
	width: 237px;
}

.product_detail h1,
.product_detail .codice_prodotto {
	color: #000;
	margin: 0;
}

.gallery_parent {
	position: relative;
	width: 420px;
}

#product .imgs_big_wrapper {
	position: relative;
	width: 420px;
	height: 374px;
}

.imgs_big_wrapper .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	overflow: hidden;
}


.js .imgs_big_wrapper .item {
	display: none;
}

#product .thumbs_container {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 27px;
}

#product .thumbs_container .item,
#product .related_products .item {
	width: 59px;
	height: 59px;
	overflow: hidden;
	/*border: 1px solid #9b8565;*/
	border: 1px solid #000;
	margin: 0 0 5px 5px;
	float: left;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box; 
	behavior: url(/js/pie/PIE.htc);
}
.thumbs_container .item:first-child,
.related_products .item.first {
	margin-left: 0;
}

.center_content .col_sx,
.center_content .col_sx .thumbs_container {
	width: 425px;
}

#product .thumbs_container .item a,
#product .related_products .item a {
	display: block;
	height: 100%;
}

.center_content h1 {
	font-size: 1.17em;
	margin: 0;
} 

.description,
.links,
.catalogues,
.press,
.spot,
.related_products,
section.allegati {
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #ccc;
}

aside section {
	margin-bottom: 20px;
	padding-top: 10px;
}

.center_content aside section h1 {
	margin-bottom: 12px;
	font-size: 1em;
}

.share form {
	background-color: #b2b2b2;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	height: 21px;
	overflow: hidden;
	display: block;
	width: 243px;
	margin-top: 8px;
	behavior: url(/js/pie/PIE.htc);
}

.share form input {
	border: 0 none;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	height: 17px;
	display: block;
	float: left;
	margin: 1px;
	font-size: 11px;
	padding: 1px 5px;
	behavior: url(/js/pie/PIE.htc);
}

.share form input[type=email] {
	width: 185px;
}

.share form input[type=submit] {
	background-color: #b2b2b2;
	color: #fff;
	padding: 3px 5px;
	font-weight: bold;
	text-transform: lowercase;
}

#slides .slides_container {
	margin: 0 0 0 260px;
	width: 722px;
}

#slides .slides_container .page {
	border-bottom: 2px solid #000;
	display: block;
	height: 233px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

#slides .slides_container a {
	display: block;
	text-decoration: none;
	color: #000;
	width:100%;
	height: 100%; 
}

#slides .slides_container .col_dx .dett {
	display: block; 
	background: black url(/skin/website/widgets/arrow.gif) no-repeat 94% 50%;
	color: white;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 4px 8px;
	text-decoration: none;
	behavior: url(/js/pie/PIE.htc);
}

.slides_container .page .item:first-child {}

.slides_container .page .item {
	position: relative;
	float: left;
	width: 330px;
	height: 233px;
	border-right: 1px solid #000;
	padding: 0 21px 0 9px;
}

#slides {
	position: relative;
}

#slides .prev {
	position: absolute;
	top: 97px;
	left: 0;
	text-indent: -99999px;
	width: 16px;
	height: 28px;
	background: #000 url(/skin/website/widgets/inEvidenza-arrows.png) no-repeat 0 0;
}

#slides .next {
	position: absolute;
	top: 97px;
	right: 0;
	text-indent: -99999px;
	width: 16px;
	height: 28px;
	background: #000 url(/skin/website/widgets/inEvidenza-arrows.png) no-repeat 0 100%;
}

#slides .item h1 {
	font-size: 12px;
}

#slides .item img {
	max-width: 100%;
}

#slides .item .col_sx {
	float: left;
	width: 150px;
}

#slides .item .col_dx {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 115px;
	z-index: 10;
}

#slides .item .col_dx img {
	max-width: 100%;
	max-height: 85px;	
}

#slides .item .desc {
	min-height: 40px;
}

.inEvidenza .box_container > h1 {
	font-family: 'News Cycle', sans-serif;
	font-weight: 400;
	text-transform: uppercase; 
	color: #fff;
	font-size: 30px;
	margin: 30px 0 34px 260px;
}

.news_navigation {
	position: relative;
}

.news_navigation select,
.rassegna_navigation select,
.cataloghi_navigation select {
	width: 236px;
}



#news_pagination {
	/*position: absolute;
	right: 0;
	top: 3px;*/
	float: right;
	margin-bottom: 40px;
}
@media all and (max-width: 991px) {
	#news_pagination {
        float: left;
		margin: 15px 0;
	}
}


#news_pagination ul  {
	list-style: none;
	margin: 0;
	padding: 0;
	/*width: 400px;*/
	text-align: right;
	float: right;
}

#news_pagination ul li {
	float:left;
	font-size: 13px;
	margin: 0 12px;
	font-weight: bold;
}

#news_pagination  a { 
	color: #7f7f7f;
	text-decoration: none;
}

#news_pagination ul li a.active {
	color: #000;
} 

#news_pagination ul li a.navigation {
	width: 6px;
	height: 10px;
	margin-top: 3px;
}

#news_pagination ul li a.prev {
	background: url(/skin/website/widgets/news_nav.png) no-repeat 0 0;
}

#news_pagination ul li a.prev:hover {
	background: url(/skin/website/widgets/news_nav.png) no-repeat 0 100%;
}

#news_pagination ul li a.next {
	background: url(/skin/website/widgets/news_nav.png) no-repeat -6px 0;
}

#news_pagination ul li a.next:hover {
	background: url(/skin/website/widgets/news_nav.png) no-repeat -6px 100%;
}

.js .news_list .page {
	display: none;
	float: left;
}

.news_list h1 {
	font-size: 14px;
	margin: 5px  0 14px 0;
}

.news_list p {
	margin: 0;
}
.news_list .item {
	margin-bottom: 31px;
}

.news_list .data_live {
	color: #8d8d8d;
	font-size: 12px;
}

.news_list a { 
	color: #000;
	text-decoration: none;
}

.news_list img {
	float: left;
	width: 223px;
	-webkit-border-radius: 8px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 8px; /* FF1-3.6 */
	border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	behavior: url(/js/pie/PIE.htc);
}

/*VARIANTI PER FOTOGALLERY*/
.news_list .fotogallery  img {
	width: 170px;	
	margin: 0px 5px 0px 0px;
}

.extended.news_list .fotogallery  img {
	width: auto;	
	margin: 0px 5px 0px 0px;
}

.extended.news_list .fotogallery .item { width: 239px; }

.js .extended.news_list .page { /*display: block;*/ }

.content_extended { 
	margin-top: 120px;
	font-size: 13px; 
}
.content_extended h1 { font-size: 13px;  }
.content_extended .data_show {
	color: #8d8d8d;
	font-size: 12px;
}

.news_list .fotogallery .item {
	float: left;
	width: 177px;
}
.news_list .fotogallery .content_box {
	position: absolute;
	background: white;
	width: 92%;
	opacity: 0.7;
	padding-left: 5%;
	margin-right: 2%;
	margin-top: 49px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	behavior: url(/js/pie/PIE.htc);
	display: none
}

/*EO*/

.site_map {
	margin-top: 40px;
}

.site_map a {
	color: #7C7C7C;
}

.news_list .img .content_box { 
	margin-left: 243px;	
}

.thumbs_container .item {
	float: left;
	width: 98px;
	/*margin-left: 9px;*/
	margin: 0px 8px 10px 0px;
	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

.news_detail .imgs_big_wrapper {
	position: relative;
	width: 420px;
	height: 251px;
	margin-bottom: 20px;
}

.news_detail .imgs_big_wrapper .item {
	height: 251px;
}

.thumbs_container .item img { 
	display: block;	
}

.navI ul, .navII ul, .navMain ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navMain ul {
	margin-top: 400px;
	width: 100%;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	-webkit-box-shadow: 3px 3px 100px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 3px 3px 100px #000; /* FF3.5 - 3.6 */
	box-shadow: 3px 3px 100px #000; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	behavior: url(/js/pie/PIE.htc);
}

.navMain {
	padding: 1px 0;
}

.navMain ul li.universe-A a{
	background: url(/skin/website/widgets/homepage-links.png) left top no-repeat;
}

.navMain ul li.universe-B a{
	background: url(/skin/website/widgets/homepage-links.png) -165px top no-repeat;
}

.navMain ul li.universe-C a{
	background: url(/skin/website/widgets/homepage-links.png) -330px top no-repeat;
}
.navMain ul li.universe-D a{
	background: url(/skin/website/widgets/homepage-links.png) -495px top no-repeat;
}
.navMain ul li.universe-E a{
	background: url(/skin/website/widgets/homepage-links.png) -660px top no-repeat;
}
.navMain ul li.universe-G a{
	background: url(/skin/website/widgets/homepage-links.png) -825px top no-repeat;
}



.navMain ul li {
	font-family: 'News Cycle', sans-serif;
	float: left;
	width: 165px;
	height: 90px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	zoom: 1;
	overflow: hidden;
}

.navMain ul li.first {
	position: relative;
	-webkit-border-radius: 12px 0 0 12px;
	-moz-border-radius: 12px 0 0 12px;
	border-radius: 12px 0 0 12px;
	-moz-background-clip: padding;/* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box; 
	behavior: url(/js/pie/PIE.htc);
	z-index: 100;
}

.navMain ul li.first a,
.navMain ul li.first a:hover {
	position: relative;
	-webkit-border-radius: 12px 0 0 12px;
	-moz-border-radius: 12px 0 0 12px;
	border-radius: 12px 0 0 12px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box; 
	behavior: url(/js/pie/PIE.htc);
	z-index: 100;
}

.navMain ul li.last {
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	behavior: url(/js/pie/PIE.htc);
	
}

.navMain ul li.last a,
.navMain ul li.last a:hover {
	position: relative;
	-webkit-border-radius: 0 12px 12px 0;
	-moz-border-radius: 0 12px 12px 0;
	border-radius: 0 12px 12px 0;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box; 
	behavior: url(/js/pie/PIE.htc);
	z-index: 100;
}

.navMain ul li.first a {
	border-left: none;
}

.navMain ul li.last a {
	border-right: none;
}

.navMain ul li a {
	display: block;
	text-decoration: none;
	border-left: 1px solid #000;
	border-right: 1px solid #555;
	height: 60px;
	padding-top: 30px;
	color: #a6a6a6;
	background: #565656 url(/skin/website/widgets/btn_home.jpg) repeat-x 0 0 ;
}

.navMain ul li a:hover {
	background: #565656 url(/skin/website/widgets/btn_home_h.jpg) repeat-x 0 0 ;
}

.anim {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 460px;
}

#cart_response {
	padding: 8px 20px 8px 10px;
	font-weight: bold;
}

.navII {
	border-bottom: 1px solid #333;
}

.universe.istituzionale.home .navI {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}
.universe.istituzionale.home .navI li:first-child {
  border-left: none;
}
.universe.istituzionale.home .navI li:last-child {
  border-right: none;
}

.universe.istituzionale.home .logoHeader {
	display: none;
}

.menu_top {
	float: right;
}

.navI li, .navII li {
	list-style: none;
	margin: 0;
	padding: 9px 12px;
	float: left;
	border-left: 1px solid #656565;
	border-right: 1px solid #000;
	font-size: 11px;
	position: relative;
}

.navI li a,
.navII li a {
	text-decoration: none;
	color: #989898;
}

.navI li a:hover,
.navI li a.open,
.navII li a:hover,
.navII li a.open  {
	color: #fff;
}

.menu_top li:first-child,
.menu_bottom li:first-child {
	border-left: 0 none;
}

.menu_bottom li {
	border: none;
	padding: 9px 0;
}

.menu_bottom li:after {
	content:' | ';
	color: #989898;
	padding: 0 10px;
}

.menu_language {
	float: left;
}

#map {
	width: 100%;
	height: 285px;
	margin-top: 50px;
}

#map a { 
	color: #000;
}

.distributori_contenuto{ position: relative; }
#distributori_loading,
.loadingLayer {
	background: #fff;
	height: 100%;
	left: 0px;
	opacity: 0.7;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 90;
}
.loadingLayer > img {
	float: none;
	position: relative;
	top: 35px;
	width: auto;
}
#distributori select {
	width: 100%;
}

#distributori .select_nazione,
#distributori .select_range {
	float: right;
	width: 40%;
}
#distributori .select_universo,
#distributori .select_provincia {
	float: left;
	width: 40%;
}


#shop_list > div:first-child {
	margin: 30px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #bababa;
}

#shop_list a {
	color: #000;
}

#shop_list h1,
#shop_list p {
	margin: 0;
}

#shop_list h1 {
	font-size: 14px;
}

#shop_list p {
	color: #7f7f7f;
	font-size: 11px;
}

#shop_list .item {
	margin-bottom: 28px;
}

#link-utili {
	/*float: left;*/
	font-family: 'News Cycle', sans-serif;
	text-transform: uppercase;
	position: relative;
	margin-top: 61px;
}

.home #link-utili {
	color: #838383;
	float: none;
	margin: 0 auto;	
	margin-bottom: 10px;
}

.home .hpbox-right > h1 {
	color: #838383;
	font-family: 'News Cycle', sans-serif;
  text-transform: uppercase;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	margin-top: 0px;
	/*display: none;*/
}

.home #link-utili a {
	color: #000;
}

.home.istituzionale #link-utili {
	width: 128px;
	margin-top: 0;
}


.home.istituzionale #link-utili a {
	color: #000;
	font-size: 14px;
	background: url(/skin/website/widgets/arrow_01.png) no-repeat 0 5px;
}

.hpbox-right > h1 {
	font-weight: 400;
	font-size: 18px;
}

#link-utili ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#link-utili a {
	color: #000;
	text-decoration: none;
	padding-left:  15px;
	background: url(/skin/website/widgets/arrow_links.gif) no-repeat 0 9px;
	font-size: 16px;
	display: block;
}

.allegati ul,
.links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.links p {
	margin: 5px 0;
}

.links a,
.varianti a {
	color: #7f7f7f;
	padding-left:  15px;
	background: url(/skin/website/widgets/arrow_links.gif) no-repeat 0 4px;
	text-decoration: none;
	display: block;
}

.js .marchi_grid .item {
	/*float: left;*/
	width: 102px;
	/*height: 60px;*/
	margin: 15px 45px 0 0;
	text-align: center;
	display: inline-block;
}

/*.marchi_grid .item img {
	max-width: 96px;
	max-height: 60px;
}*/

.js .ricerca_alfabetica {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	display: none;
}

.ricerca_alfabetica li {
	float: left;
}

.ricerca_alfabetica a {
	color: #000;
	text-transform: uppercase;
	margin-right: 5px;
	text-decoration: none;
}

.ricerca_alfabetica a:after {
	content: " | ";
}

.sito a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.calendar_container {
	position: relative;
	width: 166px;
	margin-top: 20px;
	z-index: 10;
}

#home .calendar_container {
	float: right;
	margin: 170px 0 0 0;
	position: relative;
	width: 128px;
	z-index: 10;
}
.home-istituzionale .calendar_container {
	position: relative;
    margin: 0 auto 20px auto;
	width: 128px;
	z-index: 10;
}

.home-istituzionale .facebook_like {
    position: relative;
    margin: 0 auto 0 auto;
    width: 34%;
    z-index: 10;
}
.home-istituzionale .facebook_like.it{
    width: 46%;
}

.fb-like{
    padding-left: 10px;
    padding-right: 10px;
}

.fb-like.header{
    margin-top: -4px;
    padding-right: 0;
}

.calendar_container h1 {
	font-family: 'News Cycle', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	color: #838383;
	margin-top: 0px;
}

.table_container a {
	text-decoration: none;
	color: #ffde00;
}

.table_container {
	font-size: 9px;
	font-weight: bold;
	background-color: rgba(0,0,0, .7);
	padding: 10px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	behavior: url(/js/pie/PIE.htc);	
}

.table_container .navigation {
	color: #fff;
}

.table_container .calendarHeader {
	position: relative;
	font-size: 9px;
	font-weight: bold;
}

.calendarHeader a {
	color: #fff;
}

.table_container table {
	width: 100%;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
}

/*
.calendarHeader .prev {
	position: absolute;
	top: 0;
	left: 0;
}

.calendarHeader .next {
	position: absolute;
	top: 0;
	right: 0;
}
*/

.sendMail a {
	background: url(/skin/website/widgets/mail.jpg) no-repeat 0 0;
	color: #7c7c7c;
	text-decoration: none;
	padding-left: 25px;
}

.sendMail {
	margin: 20px 0;
}

.calendarHeader .monthYear {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	color: #ffde00;
}


.universe {}

	.universe #header {
		color: #fff;
		min-height: 189px;
		position: relative;
		background-color: #000;
	}
	.universe.home #header {
		background-color: none;
		color: #fff;
		min-height: 0;
		position: relative;
	}
	
	.universe .navI {
		background: #0D0D0D url(/skin/website/widgets/bg_top_nav.png) repeat-x 0 0;
		color: #fff;
		height: auto;
	}
	
	
	.universe .iLogo {
		position: absolute;
		top: 52px;
		left: 50%;
		margin: 0 0 0 -103px;
	}
	
	.universe #main {
		background: #FFF url(/skin/website/widgets/bg_universe-inEvidenza.gif) repeat-x 0 0;
	}
	
	.home.universe #main {
		margin-top: -15px;
		padding-top: 25px;
	}
	
	
	.universe.home.istituzionale #header {
		background: #000 !important;
		height: 460px;
		z-index: 100;
	}
	
	.ie7 .universe.istituzionale.home #main,
	.ie8 .universe.istituzionale.home #main {
		padding-top: 100px;
	}
	
	.universe.istituzionale.home #main {
		background: #bababa url(/skin/website/widgets/bg_istituzionale-home.jpg) repeat-x 0 0;
	}
	
	.universe .categorie {
		width: 206px;
		margin: 0;
		padding: 22px 0;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		behavior: url(/js/pie/PIE.htc);
		-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
		background: rgb(85,85,85); /* Old browsers */
		list-style: none;
		font-size: 12px;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMDEwMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(85,85,85,1) 1%, rgba(16,16,16,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(85,85,85,1)), color-stop(100%,rgba(16,16,16,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(85,85,85,1) 1%,rgba(16,16,16,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(85,85,85,1) 1%,rgba(16,16,16,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(85,85,85,1) 1%,rgba(16,16,16,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(85,85,85,1) 1%,rgba(16,16,16,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#101010',GradientType=0 ); /* IE6-8 */
		behavior: url(/js/pie/PIE.htc);
	}
	.caps_lock_category  {
		text-transform: uppercase !important;
	}
	.universe.detail .backToList.dettaglio {
		background-color: #000;
		padding: 5px;
		margin-top: 20px;
		width: 237px;
	}
	
	.universe.detail .backToList.dettaglio a {
		color: #fff;
		background: url(/skin/website/widgets/arrow_w.gif) no-repeat 0 3px;
		display: block;
	}
	
	.universe.home .categorie {
		left: 0;
		top: 100px;
	}
	
	/*.universe .categorie,
	.universe .categorie {
		float: left;
		margin-top: -25px;
	}*/
	
	.universe .leftNav,
	.universe .leftNav {
		float: left;
		margin-top: -25px;
		width: 206px;
	}
	
	.list .product_grid {
	position:relative;
		padding: 0; 
	}
	
	.center_content {
		margin-left: 260px;
		width: 719px;
	}
	
	.item .product_isnew {
		background: url(/skin/website/img/isnew.png) no-repeat 0 0;
		height: 82px;
		padding: 0px !important;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 86px;
	}
	.imgs_big_wrapper .product_isnew {
		font-size: 16px;
	}
	
	.item .product_ispromo {
		background: url(/skin/website/img/ispromo.png) no-repeat 0 0;
		height: 82px;
		margin: 0;
		padding: 0px !important;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 86px;
		
	}
	
	
	
	.list .product_grid .item { 
		float: left;
		overflow: hidden;
		margin: 0 5px 5px 0;
		position: relative;
		width: 176px;
		height: 294px;
		font-size: 12px;
	}
	
		.list .product_grid .item .img-container {
			width: 100%;
			height: 174px;
			background-color: #fff;
			text-align: center;
			position: relative;
		}
	
		.list .product_grid .item .img-container:before {
		  content: '';
		  display: inline-block;
		  height: 100%;
		  vertical-align: middle;
		  margin-right: -0.25em;
		}
		
	
		.list .product_grid .item .img-container img {
		  display: inline-block;
		  vertical-align: middle;
		  width: 157px;
		}
		
		.list .product_grid div.last { 
			margin: 0;
		} 
		
		.list .product_grid .item h2,
		.list .product_grid .item p {
			padding: 0 8px;
			margin: 0;
		}
		
		.list .product_grid .item h2 {
			font-size: 12px;
			margin-top: 10px;
		}

	.universe .categorie > li {
		position: relative;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #000;
	}
	
	/*.universe .categorie li.first {
		border-top: none;
	}*/
	
	.universe .categorie li.last {
		border-bottom: none;
	}
	
		.universe .categorie a {
			color: #fff;
			text-decoration: none;
			line-height: 18px;
			display: block;
			padding: 0 13px 0 26px;
		}
		
		.universe .categorie li ul.visible,
		.ie7 .universe.home .categorie li ul.visible {
			display: block;	
		}
		
		.universe .categorie a:hover,
		.universe .categorie a.active { 
			background-color: #000;
		}
		
		.universe.home .categorie ul {
			display: none;
			position: absolute;
			top: 0;
			left: 100%;
			width: 167px;
			background-color: #000;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		.universe .categorie ul#searchBox {
			display: block;
			position: static;
			width: 100%;
		}
		
		.universe.home .categorie ul#searchBox p {
			height: 36px;
		}
						
		.ie7 .universe.home .categorie ul {
			position: static;
			top: inherit;
			left: inherit;
			display: none;
			width: 100%;
			background-color: #000;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		.universe .categorie ul {
			display: none;
			width: 100%;
			background-color: #000;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		.universe .categorie li.open > ul {
			display: block;
		}
		
		.universe .categorie li.open > a {
			background: url(/skin/website/widgets/freccia_giu.png) no-repeat 5px 5px;
		}
		
		.universe.list .categorie li a.active {
			background: url(/skin/website/widgets/freccia_giu.png) no-repeat 5px 5px;
			color: #fff !important;
		}
		
		.universe .categorie li.level2.open > a {
			background: url(/skin/website/widgets/freccia_destra.png) no-repeat 5px 5px;
		}
		
		.universe.universe-A .categorie li.level1.open a {
			background: url(/skin/website/widgets/freccia_destra.png) no-repeat 5px 5px;
		}
		.universe.universe-B .categorie li.level1.open a {
			background: url(/skin/website/widgets/freccia_destra.png) no-repeat 5px 5px;
		}
		.universe.universe-C .categorie li.level1.open a {
			background: url(/skin/website/widgets/freccia_destra.png) no-repeat 5px 5px;
		}
		.universe.universe-D .categorie li.level1.open a {
			background: url(/skin/website/widgets/freccia_destra.png) no-repeat 5px 5px;
		}
		.universe.universe-E .categorie li.level1.open a {
			background: url(/skin/website/widgets/freccia_destra.png) no-repeat 5px 5px;
		}
		.universe.universe-G .categorie li.level1.open a {
			background: url(/skin/website/widgets/freccia_destra.png) no-repeat 5px 5px;
		}	
		
		.universe .categorie .level3.open a {
			background: none;
		}
		
		.universe .categorie .level2.open ul {
			/*margin: 3px 0 10px 10px;*/
			margin-bottom: 10px;
		}
	
		.universe .categorie ul li > a {
			color: #fff;
			text-decoration: none;
			line-height: 18px;
			display: block;
			padding: 0 13px 0 26px;
		}
		
		.universe .categorie ul li a,
		.universe.home .categorie ul li a {
			color: #fff;
			/*font-size: 11px;
			line-height: 20px;
			padding: 0 18px 0 16px;*/
			line-height: 13px;
			padding: 5px 18px 5px 16px;
		}
		
		
		.universe .categorie ul li > a {
			font-size: 12px;
			color: #999;
			text-decoration: none;
			line-height: 18px;
			display: block;
			padding: 0 13px 0 26px;
		}
		
		.universe .categorie .level2 a {
			/*font-size: 11px;*/
			color: #999;
			text-decoration: none;
			line-height: 18px;
			display: block;
			padding: 0 13px 0 26px;
			background: none !important;
		}
	
		.universe .categorie .level3 a {
			font-size: 11px;
		}

		.universe .categorie a:hover, 
		.universe .categorie a.active,
		.universe .categorie ul li a:hover,
		.universe .categorie .level2 a:hover,
		.universe .categorie li.level1.open > a,
		.universe .categorie .level2.open > a,
		.universe .categorie .level3.open > a,
		.universe #news-slider .read-more,
		.universe .box-news .news-title a,
		.universe #home .col_sx > h1,
		.universe #home .col_sx h2,
		.universe .prezzo { 
			color: #fff !important;
		}
		
		.universe #home .col_sx h2 {
			margin-bottom: 0;
		}
		.universe #home .col_sx p {
			margin-top: 0;
		}
		
		.universe.list .product_grid .item a {
			position: relative; 
			display: block;
			width: 174px;
			height: 292px;
			border: 1px solid #000;
			background-color: #000;
			color: #fff;
			-webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
		     -moz-transition: all 0.5s ease-out;  /* FF4+ */
		      -ms-transition: all 0.5s ease-out;  /* IE10? */
		       -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
		          transition: all 0.5s ease-out;  
			text-decoration: none;
		}
		
		.universe.list .item a .more-detail {
			position: absolute;
			bottom: 10px;
			left: 0;
			background: #000 url(/skin/website/widgets/more-detail.gif) no-repeat 94% 50%;
			color: #fff;
			-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
		    -moz-border-radius: 12px; /* FF1-3.6 */
		    border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
		    -moz-background-clip: padding; 
		    -webkit-background-clip: padding-box; 
		    background-clip: padding-box; 
		    margin: 8px 8px 0 8px;
		    padding: 4px 8px;
		    width: 133px;
		    behavior: url(/js/pie/PIE.htc);
		}
		
		.universe.list .item a .prezzo {
			position: absolute;
			bottom: 10px;
			left: 0;
		    padding: 4px 8px;
		    width: 133px;
		    font-weight: bold;
		    font-size: 12px;
		}
		
		.universe.list .item a .prezzo del { 
			font-weight: normal;
			font-size: 11px;
		}
		
		.universe.list .item a .prezzo .sconto,
		.universe.detail .prezzo .sconto {
			font-size: 16px;
		}
		
		.universe.detail .prezzo del { 
			color: #000;
			font-weight: normal;
			font-size: 11px;
		}
		
		.universe.detail .prezzo {
		    padding: 4px 8px;
		    width: 133px;
		    font-weight: bold;
		    font-size: 12px;
		}
		
	.universe .news-prodotto .read-more {
		position: absolute;
		right: 40px;
		bottom: 10px;
		font-family: 'News Cycle', sans-serif;
		font-size: 21px;
		font-weight: 400;
		line-height: 22px;
		color: #fff;
		padding: 2px 10px 10px 10px;
		text-decoration: none;
		/*width: 152px;
		margin-left: -66px;*/
		-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	    -moz-border-radius: 12px; /* FF1-3.6 */
	    border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	    -moz-background-clip: padding; 
	    -webkit-background-clip: padding-box; 
	    background-clip: padding-box; 
	    behavior: url(/js/pie/PIE.htc);
	    
	}
	
	.universe #footer {
		border-top: 3px solid #7f7f7f;
	}



	aside .promotion #acquista {
		position: relative;
		float: right;
		width: 110px;
		height: 20px;
		padding: 0 0 0 10px;
		margin-bottom: 10px;
		border: none;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		behavior: url(/js/pie/PIE.htc);
		background: #282828 url(/skin/website/widgets/arrow_01.png) no-repeat 95px 5px;
		font-weight: normal;
		text-decoration: none;
		text-align: left;
		line-height: 20px;
		color: #fff;
	}

	.universe-C aside .promotion #acquista {
		background-color: #04abff;
	}
	.universe-C aside .promotion #acquista a
	, .universe-C aside .promotion #acquista a:hover
	, .universe-C aside .promotion #acquista a:active {
		display: block;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
	}


	/* UNIVERSE A */
	

	
	.universe-A .slides_container .page .item {
		border-right: 1px solid #cdc2b2;
	}
	
	.universe-A #slides .prev,
	.universe-A #slides .next {
		background-color: #9b8565;
	}
	
	.universe-A #slides .slides_container .col_dx .dett {
		background-color: #331d0f;
	}
	
	#universe-A {
		background: #59331a url(/skin/website/widgets/bg_universeA-home.jpg) no-repeat 50% 0;
	}
	
	.universe-A .inEvidenza {
		background: #fff url(/skin/website/widgets/bg_universeA-inEvidenza.jpg) repeat-x 0 0;
		min-height: 362px;
	}
	.universe-A #header {
		background: #59331a url(/skin/website/widgets/bg_universeA-interna.jpg) no-repeat 50% 0;
	}
	
	.universe-A #main {
		background: #fff url(/skin/website/widgets/bg_universeA-inEvidenza.jpg) repeat-x 0 0;
	}
	.home.universe-A #main {
		background: #59331a url(/skin/website/widgets/bg_universeA-home.jpg) no-repeat 50% 0;
	}
	
	.universe-A .categorie a:hover, 
	.universe-A .categorie a.active,
	.universe-A .categorie ul li a:hover,
	.universe-A .categorie .level2 a:hover,
	.universe-A .categorie li.level1.open > a,
	.universe-A .categorie .level2.open > a,
	.universe-A .categorie .level3.open > a, 
	.universe-A #news-slider .read-more,
	.universe-A .box-news .news-title a,
	.universe-A #home .col_sx > h1,
	.universe-A #home .col_sx h2,
	.universe-A .prezzo,
	.universe-A .news-prodotto-tabs li.news-prodotto-tabs-on,
	.universe-A .news-prodotto-tabs li:hover { 
		color: #e68747 !important;
	}	
	
	.universe-A .news-prodotto .read-more {
		background-color: #412513;
  		background-image: -webkit-gradient(linear, left top, left bottom, from(#8d7362), to(#412513)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #8d7362, #412513); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #8d7362, #412513); /* FF3.6 */
  		background-image:     -ms-linear-gradient(top, #8d7362, #412513); /* IE10 */
  		background-image:      -o-linear-gradient(top, #8d7362, #412513); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #8d7362, #412513);
	}
	
	.universe-A.list .product_grid .item a {
		border: 1px solid #9b8565;
		background-color: #9b8565;
		color: #000;
	}
		
	.universe-A.list .product_grid .item a:hover {
		border: 1px solid #59331a;
		background-color: #59331a;
		color: #fff;
	}
	
	.universe-A.list .item a .more-detail {
		background: #625440 url(/skin/website/widgets/more-detail.gif) no-repeat 94% 50%;
		color: #fff;
	}
	
	.universe-A.list .item a:hover .more-detail {
		background: #fff url(/skin/website/widgets/more-detail_h.gif) no-repeat 94% 50%;
		color: #59331a;
	}
	
	.universe-A.list .product_grid .item a .prezzo {
		color: #59331a !important;
	}	
	
	.universe-A.list .product_grid .item a:hover .prezzo {
		color: #fff !important;
	}	
	
	.universe-A #footer {
		border-top: 3px solid #955700;
	}
	
	.universe-A #prod_scheda table td { 
		background-color: #59331A;
	}
	
	.universe-A aside .promotion h1 {
		background-color: #59331A;
		padding: 5px;
		color: #fff;
	} 
	
	.universe-A .kit table tr th {
		background-color: #59331A;
	}
	
	.universe-A .kit table tr td {
		background-color: #c9b4a6;
		color: #000;
	}
	
	
	
	/* UNIVERSE B */	
		
	.universe-B .slides_container .page .item {
		border-right: 1px solid #b2bfcd;
	}
	
	.universe-B #slides .prev,
	.universe-B #slides .next {
		background-color: #65809b;
	}
	
	.universe-B #slides .slides_container .col_dx .dett {
		background-color: #354c64;
	}
	
	
	.universe-B .news-prodotto .read-more {
		background-color: #4b4b4b;
  		background-image: -webkit-gradient(linear, left top, left bottom, from(#a5a5a5), to(#4b4b4b)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #a5a5a5, #4b4b4b); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #a5a5a5, #4b4b4b); /* FF3.6 */
  		background-image:     -ms-linear-gradient(top, #a5a5a5, #4b4b4b); /* IE10 */
  		background-image:      -o-linear-gradient(top, #a5a5a5, #4b4b4b); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #a5a5a5, #4b4b4b);
	}
	
	#universe-B {
		background: #004494 url(/skin/website/widgets/bg_universeB-home.jpg) no-repeat 50% 0;
	}
	
	
	.universe-B #header {
		background: #004494 url(/skin/website/widgets/bg_universeB-interna.jpg) no-repeat 50% -15px;
	}
	
	.universe-B .inEvidenza {
		background: #fff url(/skin/website/widgets/bg_universeB-inEvidenza.jpg) repeat-x 0 0;
		min-height: 362px;
	}

	.universe-B #main {
		background: #fff url(/skin/website/widgets/bg_universeB-inEvidenza.jpg) repeat-x 0 0;
	}
	.home.universe-B #main {
		background: #004494 url(/skin/website/widgets/bg_universeB-home.jpg) no-repeat 50% -15px;
	}
	
	
	
	.universe-B.list .product_grid .item a {
		border: 1px solid #66809b;
		background-color: #66809b;
		color: #000;
	}
		
	.universe-B.list .product_grid .item a:hover {
		border: 1px solid #004494;
		background-color: #004494;
		color: #fff;
	}
	
	.universe-B.list .product_grid .item a .prezzo {
		color: #004494 !important;
	}	
	
	.universe-B.list .product_grid .item a:hover .prezzo {
		color: #fff !important;
	}
	
	.universe-B.list .item a .more-detail {
		background: #354c64 url(/skin/website/widgets/more-detail.gif) no-repeat 94% 50%;
		color: #fff;
	}
			
	.universe-B.list .item a:hover .more-detail {
		background: #fff url(/skin/website/widgets/more-detail_h.gif) no-repeat 94% 50%;
		color: #004494;
	}
	
	.universe-B .categorie a:hover, 
	.universe-B .categorie a.active,
	.universe-B .categorie ul li a:hover,
	.universe-B .categorie .level2 a:hover,
	.universe-B .categorie li.level1.open > a,
	.universe-B .categorie .level2.open > a,
	.universe-B .categorie .level3.open > a,  
	.universe-B #news-slider .read-more,
	.universe-B .box-news .news-title a,
	.universe-B #home .col_sx > h1,
	.universe-B #home .col_sx h2,
	.universe-B .prezzo,
	.universe-B .news-prodotto-tabs li.news-prodotto-tabs-on,
	.universe-B .news-prodotto-tabs li:hover { 
		color: #008bd0 !important;
	}	
	
	.universe-B #footer {
		border-top: 3px solid #0671ef;
	}
	
	.universe-B #prod_scheda table td { 
		background-color: #004494;
	}
	
	.universe-B .kit table tr th {
		background-color: #004494;
	}
	
	.universe-B .kit table tr td {
		background-color: #9ec6f5;
		color: #000;
	}
	
	.universe-B aside .promotion h1 {
		background-color: #004494;
		padding: 5px;
		color: #fff;
	} 
	
	/* UNIVERSE C */	
	
	
	
	.universe-C .slides_container .page .item {
		border-right: 1px solid #c5e4ef;
	}
	
	.universe-C #slides .prev,
	.universe-C #slides .next {
		background-color: #8cc9df;
	}
	
	.universe-C #slides .slides_container .col_dx .dett {
		background-color: #01608e;
	}
	
	.universe-C #main {
		background: #fff url(/skin/website/widgets/bg_universeC-inEvidenza.jpg) repeat-x 0 0;
	}
	
	.universe-C .news-prodotto .read-more {
		background-color: #00557e;
  		background-image: -webkit-gradient(linear, left top, left bottom, from(#4eaede), to(#00557e)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #4eaede, #00557e); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #4eaede, #00557e); /* FF3.6 */
  		background-image:     -ms-linear-gradient(top, #4eaede, #00557e); /* IE10 */
  		background-image:      -o-linear-gradient(top, #4eaede, #00557e); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #4eaede, #00557e);
	}
	
	#universe-C {
		background: #008bd0 url(/skin/website/widgets/bg_universeC-home.jpg) no-repeat 50% 29px;
	}

	.universe-C #header {
		background: #008bd0 url(/skin/website/widgets/bg_universeC-interna.jpg) no-repeat 50% -15px;
	}
	
	.universe-C .inEvidenza {
		background: #fff url(/skin/website/widgets/bg_universeC-inEvidenza.jpg) repeat-x 0 0;
		min-height: 362px;
	}
	
	.universe-C #main {
		background: #fff url(/skin/website/widgets/bg_universeC-inEvidenza.jpg) repeat-x 0 0;
	}
	.home.universe-C #main {
		background: #008bd0 url(/skin/website/widgets/bg_universeC-home.jpg) no-repeat 50% 0;
	}
	
	
	.universe-C.list .product_grid .item a {
		border: 1px solid #8dcadf;
		background-color: #8dcadf;
		color: #000;
	}
		
	.universe-C.list .product_grid .item a:hover {
		border: 1px solid #008bd0;
		background-color: #008bd0;
		color: #fff;
	}
	
	.universe-C.list .product_grid .item a .prezzo {
		color: #008bd0 !important;
	}	
	
	.universe-C.list .product_grid .item a:hover .prezzo {
		color: #fff !important;
	}
	
	.universe-C.list .item a .more-detail {
		background: #01608e url(/skin/website/widgets/more-detail.gif) no-repeat 94% 50%;
		color: #fff;
	}
			
	.universe-C.list .item a:hover .more-detail {
		background: #fff url(/skin/website/widgets/more-detail_h.gif) no-repeat 94% 50%;
		color: #008bd0;
	}
	
	.universe-C .categorie a:hover, 
	.universe-C .categorie a.active,
	.universe-C .categorie ul li a:hover,
	.universe-C .categorie .level2 a:hover,
	.universe-C .categorie li.level1.open > a,
	.universe-C .categorie .level2.open > a,
	.universe-C .categorie .level3.open > a,  
	.universe-C #news-slider .read-more,
	.universe-C .box-news .news-title a,
	.universe-C #home .col_sx > h1,
	.universe-C #home .col_sx h2,
	.universe-C .prezzo,
	.universe-C .news-prodotto-tabs li.news-prodotto-tabs-on,
	.universe-C .news-prodotto-tabs li:hover  { 
		color: #04abff !important;
	}
	
	.universe-C #footer {
		border-top: 3px solid #04abff;
	}
	
	.universe-C aside .promotion h1 {
		background-color: #04abff;
		padding: 5px;
		color: #fff;
	}	
	
	.universe-C #prod_scheda table td { 
		background-color: #008BD0;
	}
	
	.universe-C .kit table tr th {
		background-color: #008BD0;
	}
	
	.universe-C .kit table tr td {
		background-color: #ceebfa;
		color: #000;
	}
	
	/* UNIVERSE D */	
	
	.universe-D .slides_container .page .item {
		border-right: 1px solid #d3bc9b;
	}
	
	.universe-D #slides .prev,
	.universe-D #slides .next {
		background-color: #a87937;
	}
	
	.universe-D #slides .slides_container .col_dx .dett {
		background-color: #ae5d00;
	}
	
	.universe-D #main {
		background: #fff url(/skin/website/widgets/bg_universeD-inEvidenza.jpg) repeat-x 0 0;
	}
	
	.universe-D .news-prodotto .read-more {
		background-color: #914d00;
  		background-image: -webkit-gradient(linear, left top, left bottom, from(#f3a64e), to(#914d00)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #f3a64e, #914d00); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #f3a64e, #914d00); /* FF3.6 */
  		background-image:     -ms-linear-gradient(top, #f3a64e, #914d00); /* IE10 */
  		background-image:      -o-linear-gradient(top, #f3a64e, #914d00); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #f3a64e, #914d00);
	}
	
	#universe-D {
		background: #ee7f00 url(/skin/website/widgets/bg_universeD-home.jpg) no-repeat 50% 0;
	}

	.universe-D #header {
		background: #ee7f00 url(/skin/website/widgets/bg_universeD-interna.jpg) no-repeat 50% -4px;
	}
	
	.universe-D .inEvidenza {
		background: #fff url(/skin/website/widgets/bg_universeD-inEvidenza.jpg) repeat-x 0 0;
		min-height: 362px;
	}
	
	.universe-D #main {
		background: #fff url(/skin/website/widgets/bg_universeD-inEvidenza.jpg) repeat-x 0 0;
	}
	.home.universe-D #main {
		background: #ee7f00 url(/skin/website/widgets/bg_universeD-home.jpg) no-repeat 50% 0;
	}
	
	.universe-D.list .product_grid .item a {
		border: 1px solid #ffb661;
		background-color: #ffb661;
		color: #000;
	}
		
	.universe-D.list .product_grid .item a:hover {
		border: 1px solid #ee7f00;
		background-color: #ee7f00;
		color: #fff;
	}
	
	.universe-D.list .product_grid .item a .prezzo {
		color: #c26904 !important;
	}	
	
	.universe-D.list .product_grid .item a:hover .prezzo {
		color: #fff !important;
	}
	
	.universe-D.list .item a .more-detail {
		background: #ae5d00 url(/skin/website/widgets/more-detail.gif) no-repeat 94% 50%;
		color: #fff;
	}
			
	.universe-D.list .item a:hover .more-detail {
		background: #fff url(/skin/website/widgets/more-detail_h.gif) no-repeat 94% 50%;
		color: #ae5d00;
	}
	
	.universe-D .categorie a:hover, 
	.universe-D .categorie a.active,
	.universe-D .categorie ul li a:hover,
	.universe-D .categorie .level2 a:hover,
	.universe-D .categorie li.level1.open > a,
	.universe-D .categorie .level2.open a,
	.universe-D .categorie .level3.open > a, 
	.universe-D #news-slider .read-more,
	.universe-D .box-news .news-title a,
	.universe-D #home .col_sx > h1,
	.universe-D #home .col_sx h2,
	.universe-D .prezzo,
	.universe-D .news-prodotto-tabs li.news-prodotto-tabs-on,
	.universe-D .news-prodotto-tabs li:hover  { 
		color: #e68747 !important;
	}
	
	.universe-D #footer {
		border-top: 3px solid #ffa134;
	}
	
	.universe-D aside .promotion h1 {
		background-color: #ee7f00;
		padding: 5px;
		color: #fff;
	}	
	
	.universe-D .kit table tr th {
		background-color: #ee7f00;
	}
	
	.universe-D .kit table tr td {
		background-color: #f7d1a5;
		color: #000;
	}
	
	.universe-D #prod_scheda table td { 
		background-color: #ee7f00;
	}
	
	/* UNIVERSE E */	
	
	.universe-E .slides_container .page .item {
		border-right: 1px solid #bfbfbf;
	}
	
	.universe-E #slides .prev,
	.universe-E #slides .next {
		background-color: #7f7f7f;
	}
	
	.universe-E #slides .slides_container .col_dx .dett {
		background-color: #830016;
	}
	
	.universe-E #main {
		background: #fff url(/skin/website/widgets/bg_universeE-inEvidenza.jpg) repeat-x 0 0;
	}
	
	.universe-E .news-prodotto .read-more {
		background-color: #890118;
  		background-image: -webkit-gradient(linear, left top, left bottom, from(#eb4f69), to(#890118)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #eb4f69, #890118); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #eb4f69, #890118); /* FF3.6 */
  		background-image:     -ms-linear-gradient(top, #eb4f69, #890118); /* IE10 */
  		background-image:      -o-linear-gradient(top, #eb4f69, #890118); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #eb4f69, #890118);
	}
	
	#universe-E {
		background: #e20025 url(/skin/website/widgets/bg_universeE-home.jpg) no-repeat 50% 0;
	}

	.universe-E #header  {
		background: #e20025 url(/skin/website/widgets/bg_universeE-interna.jpg) no-repeat 50% -15px;
	}
	
	.universe-E .inEvidenza {
		background: #fff url(/skin/website/widgets/bg_universeE-inEvidenza.jpg) repeat-x 0 0;
		min-height: 362px;
	}
	
	.universe-E #main {
		background: #fff url(/skin/website/widgets/bg_universeE-inEvidenza.jpg) repeat-x 0 0;
	}
	.home.universe-E #main {
		background: #e20025 url(/skin/website/widgets/bg_universeE-home.jpg) no-repeat 50% 0;
	}
	
	
	.universe-E.list .product_grid .item a {
		border: 1px solid #FF4462;
		background-color: #FF4462;
		color: #000;
	}
		
	.universe-E.list .product_grid .item a:hover {
		border: 1px solid #e20025;
		background-color: #e20025;
		color: #fff;
	}
	
	.universe-E.list .product_grid .item a .prezzo {
		color: #8e0f23 !important;
	}	
	
	.universe-E.list .product_grid .item a:hover .prezzo {
		color: #fff !important;
	}
	
	.universe-E.list .item a .more-detail {
		background: #fff url(/skin/website/widgets/more-detail.gif) no-repeat 94% 50%;
		color: #e20025;
	}
			
	.universe-E.list .item a:hover .more-detail {
		background: #fff url(/skin/website/widgets/more-detail_h.gif) no-repeat 94% 50%;
		color: #e20025;
	}
	
	.universe-E .categorie a:hover, 
	.universe-E .categorie a.active,
	.universe-E .categorie ul li a:hover,
	.universe-E .categorie .level2 a:hover,
	.universe-E .categorie li.level1.open > a,
	.universe-E .categorie .level2.open a,
	.universe-E .categorie .level3.open > a, 
	.universe-E #news-slider .read-more,
	.universe-E .box-news .news-title a,
	.universe-E #home .col_sx > h1,
	.universe-E #home .col_sx h2,
	.universe-E .prezzo,
	.universe-E .news-prodotto-tabs li.news-prodotto-tabs-on,
	.universe-E .news-prodotto-tabs li:hover  { 
		color: #e20328 !important;
	}
	
	.universe-E #footer {
		border-top: 3px solid #ff4462;
	}
	
	.universe-E aside .promotion h1 {
		background-color: #e20025;
		padding: 5px;
		color: #fff;
	}
	
	.universe-E #prod_scheda table td { 
		background-color: #e20025;
	}
	
	.universe-E .kit table tr th {
		background-color: #e20025;
	}
	
	.universe-E .kit table tr td {
		background-color: #f194a4;
		color: #000;
	}
	
	/* UNIVERSE G */	
	
	
	.universe-G .slides_container .page .item {
		border-right: 1px solid #cacaca;
	}
	
	.universe-G #slides .prev,
	.universe-G #slides .next {
		background-color: #959595;
	}
	
	.universe-G #slides .slides_container .col_dx .dett {
		background-color: #006125;
	}
	
	.universe-G #main {
		background: #fff url(/skin/website/widgets/bg_universeG-inEvidenza.jpg) repeat-x 0 0;
	}
	
	

	.universe-G .news-prodotto .read-more {
		background-color: #003e18;
  		background-image: -webkit-gradient(linear, left top, left bottom, from(#4e9569), to(#003e18)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #4e9569, #003e18); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #4e9569, #003e18); /* FF3.6 */
  		background-image:     -ms-linear-gradient(top, #4e9569, #003e18); /* IE10 */
  		background-image:      -o-linear-gradient(top, #4e9569, #003e18); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #4e9569, #003e18);
	}


	#universe-G {
		background: #009036 url(/skin/website/widgets/bg_universeG-home.jpg) no-repeat 50% -6px;
	}
	
	.universe-G #header {
		background: #009036 url(/skin/website/widgets/bg_universeG-interna.jpg) no-repeat 50% 29px;
	}


	.universe-G .inEvidenza {
		background: #fff url(/skin/website/widgets/bg_universeG-inEvidenza.jpg) repeat-x 0 0;
		min-height: 362px;
	}
	
	
	.universe-G #main {
		background: #fff url(/skin/website/widgets/bg_universeG-inEvidenza.jpg) repeat-x 0 0;
	}
	.home.universe-G #main {
		background: #009036 url(/skin/website/widgets/bg_universeG-home.jpg) no-repeat 50% -35px;
	}
	
	.universe-G.list .product_grid .item a {
		border: 1px solid #05d951;
		background-color: #05d951;
		color: #000;
	}
		
	.universe-G.list .product_grid .item a:hover {
		border: 1px solid #009036;
		background-color: #009036;
		color: #fff;
	}
	
	.universe-G.list .product_grid .item a .prezzo {
		color: #006633 !important;
	}	
	
	.universe-G.list .product_grid .item a:hover .prezzo {
		color: #fff !important;
	}
	
	.universe-G.list .item a .more-detail {
		background: #009036 url(/skin/website/widgets/more-detail.gif) no-repeat 94% 50%;
		color: #fff;
	}
			
	.universe-G.list .item a:hover .more-detail {
		background: #fff url(/skin/website/widgets/more-detail_h.gif) no-repeat 94% 50%;
		color: #009036;
	}
	
	.universe-G .categorie a:hover, 
	.universe-G .categorie a.active,
	.universe-G .categorie ul li a:hover,
	.universe-G .categorie .level2 a:hover,
	.universe-G .categorie li.level1.open > a,
	.universe-G .categorie .level2.open a,
	.universe-G .categorie .level3.open > a,  
	.universe-G #news-slider .read-more,
	.universe-G .box-news .news-title a,
	.universe-G #home .col_sx > h1,
	.universe-G #home .col_sx h2,
	.universe-G .prezzo,
	.universe-G .news-prodotto-tabs li.news-prodotto-tabs-on,
	.universe-G .news-prodotto-tabs li:hover  { 
		color: #009036 !important;
	}
	
	.universe-G aside .promotion h1 {
		background-color: #009036;
		padding: 5px;
		color: #fff;
	}
	
	.universe-G #footer {
		border-top: 3px solid #b5b5b5;
	}
	
	.universe-G #prod_scheda table td { 
		background-color: #009036;
	}
	.universe-G .kit table tr th {
		background-color: #009036;
	}
	
	.universe-G .kit table tr td {
		background-color: #a5edc0;
		color: #000;
	}
	
.ajax-list .item {
	position: relative;
	/*float: left;*/
	width: 100px;
	margin: 0 52px 25px 0;
	/*height: 200px;*/
	display: inline-block;
}

.ajax-list .item-rassegna-stampa {
	width: 300px;
}

.ajax-list .item-rassegna-stampa img {
	width: 300px;
}

.cataloghi-list .item {
	position: relative;
	/*float: left;*/
	width: 300px;
	margin: 0 52px 25px 0;
	/*height: 200px;*/
	display: inline-block;
}


.ajax-list .item.last { 
	margin: 0 0 25px 0;
}

.kit .dettaglio {
	color: #000;
}

.kit .dettaglio-img {
	background-color: #fff;
	display: block;
	width: 59px;
	height: 59px;
	overflow: hidden;
	border: 1px solid #000;
	margin: 0 0 5px 5px;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box; 
	behavior: url(/js/pie/PIE.htc);
}

.varianti, .kit, .scheda_tecnica {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	padding-bottom: 27px;
}
.varianti ul {
	list-style: none;
	padding: 0;
}

#scheda-tecnica {
	margin: 0 auto;
	width: 450px;
}


#prod_scheda {
	display: none;
}

#prod_scheda table {
	width: 100%;
	border-collapse:collapse;
}


#scheda-tecnica table {
	width: 100%;
	border-collapse:collapse;
}

#scheda-tecnica table td,
#prod_scheda table td {
	text-align: right;
	border-collapse:collapse;
	border: 1px solid #fff;
	padding: 5px;
	color: #fff;
}

#scheda-tecnica table tr td:first-child,
#prod_scheda table tr td:first-child {
	text-align: left;
	font-weight: bold;
}

a.btn {
	cursor: pointer;
	display: inline-block;
	background-color: #000;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	color: white;
	padding: 8px 10px;
	border: 0 none;
	text-decoration: none;
	float: right;
}

.kit table {
	width: 100%;
	border-collapse:collapse;
	margin-top: 15px;
}

.kit table tr td, 
.kit table tr th {
	text-align: left;
	border: 1px solid #fff;
	padding: 5px;
	color: #fff;
}

.kit table tr td select {
	width: 100%;	
}

#defaultForm {
	position:relative;
	float:left;
	width: 360px;
	margin:10px 0;
}
#defaultForm .contattaci {}
#defaultForm .collabora {}
#defaultForm .newsletter {}

#defaultForm fieldset {
	position:relative;
	margin:50px 0 0 0;
}
#defaultForm legend {
	position:absolute;
	top:-35px;
	left:0;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #BABABA;
	width: 100%;
}
/**/
#defaultForm p {
	position:relative;
	float:left;
	width: 360px;
	margin:0 0 20px 0;
}
#defaultForm label {
	position:relative;
	float:left;
	width: 110px;
	font-weight:bold;
}
#defaultForm label span{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

#defaultForm label.longLabel {
	float: none;
	width: auto;	
	display: block;
	padding: 0px 0px 20px 0px;
}
#defaultForm p.captchaInfo {
	text-align: right;
	font-style: italic;
}
#defaultForm input
, #defaultForm select {
	position:relative;
	float:right;
	width: 240px;
	/*
	 height:20px;
	 line-height:20px; 
	 behavior: url(/js/pie/PIE.htc);
	*/
	border:solid 1px #bdbdbd;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		
	background-color:#e7e7e8;
}
#defaultForm textarea {
	position:relative;
	float:right;
	width: 360px;
	height:80px;
	border:solid 1px #bdbdbd;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	background-color:#e7e7e8;
}

/**/
#defaultForm #sesso { width: 52px; right: 190px;}
#defaultForm #cap   { width: 50px; right: 190px;}
@media all and (max-width: 991px) {
	#defaultForm #cap  { width: 50px; right: 0;}
}

/**/
#defaultForm p.checkbox { margin:0 0 10px 0;}
#defaultForm p.checkbox label {
	position:relative;
	/*float:right;*/
	right: 0;
	width: 300px;
	margin: 2px 0 0 2px;
	font-weight: normal;
	color: #000;
}
#defaultForm p.checkbox input {
	position:relative;
	float:left;
	/*left:120px;*/
	
	
	background: none !important;
 	width: auto !important;
 	border: 0px !important;
}

/**/
#defaultForm input#submit {
	position:relative;
	float:right;
	width: 110px;
	height:20px;
	padding:0 0 0 10px;
	border:none;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		behavior: url(/js/pie/PIE.htc);
	background:#282828 url(/skin/website/widgets/arrow_01.png) no-repeat 95px 5px;
	font-weight:normal;
	text-align:left;
	line-height:20px;
	color:#fff;
}

.black {
	color: #000 !important;
}

/**/
.highlight { background-color:#ff0;}
#mnoGS {}
#mnoGS.inLista {
	position:absolute;
	top:-30px;
	right:0;
	width:135px;
	height:21px;
	margin:0;
	padding:0;
}
#mnoGS.inLista legend { display:none;}
#mnoGS.inLista label  { display:none;}
#mnoGS.inLista p  {
	width:135px;
	height:21px;
	margin:0;
	padding:0;
}
#mnoGS.inLista .words {
	position:absolute;
	top:0;
	left:0;
	width:105px;
	height:21px;
	margin:0;
	padding:0 0 0 5px;
	border:none;
		-webkit-border-top-left-radius: 7px;
		-webkit-border-bottom-left-radius: 7px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-bottomleft: 7px;
		border-top-left-radius: 7px;
		border-bottom-left-radius: 7px;
		behavior: url(/js/pie/PIE.htc);
	background-color:#282828;
	line-height:21px;
	color:#b9b9b9;
	-webkit-appearance: none;
}



#mnoGS.inLista .submit {
	position:absolute;
	top:0;
	right:0;
	width:25px;
	height:21px;
	margin:0;
	padding:0;
	border:none;
		-webkit-border-top-right-radius: 7px;
		-webkit-border-bottom-right-radius: 7px;
		-moz-border-radius-topright: 7px;
		-moz-border-radius-bottomright: 7px;
		border-top-right-radius: 7px;
		border-bottom-right-radius: 7px;
		behavior: url(/js/pie/PIE.htc);
	background:#282828 url(/skin/website/widgets/ico-search.gif) no-repeat 4px 3px;
	line-height:21px;
	z-index: 9999999;
}

#mnoGoList { position:relative;}
ul.categorie li.search a { padding-left:42px; background: url(/skin/website/widgets/ico-search.png) no-repeat 26px 4px;}
#mnoGS.inMenu {}
#mnoGS.inMenu legend { display:none;}
#mnoGS.inMenu label  {
	position:absolute;
	top:2px;
	left:0;
	width:142px;
	font-size:9px;
	color:#fff;
}
#mnoGS.inMenu p  {
	position:relative;
	width:167px;
	height:36px;
	left:27px;
	margin:0;
	padding:0;
}
.home #mnoGS.inMenu p { width:133px; left:27px;}
#mnoGS.inMenu .words {
	position:absolute;
	top:8px;
	left:0;
	width:142px;
	height:21px;
	margin:0;
	padding:0 0 0 5px;
	border:none;
		-webkit-border-top-left-radius: 7px;
		-webkit-border-bottom-left-radius: 7px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-bottomleft: 7px;
		border-top-left-radius: 7px;
		border-bottom-left-radius: 7px;
		behavior: url(/js/pie/PIE.htc);
	background-color:#b9b9b9;
	line-height:21px;
	color:#282828;
}
.home #mnoGS.inMenu .words { width:108px;}
#mnoGS.inMenu .submit {
	position:absolute;
	top:8px;
	right:0;
	width:25px;
	height:21px;
	margin:0;
	padding:0;
	border:none;
		-webkit-border-top-right-radius: 7px;
		-webkit-border-bottom-right-radius: 7px;
		-moz-border-radius-topright: 7px;
		-moz-border-radius-bottomright: 7px;
		border-top-right-radius: 7px;
		border-bottom-right-radius: 7px;
		behavior: url(/js/pie/PIE.htc);
	background:#b9b9b9 url(/skin/website/widgets/ico-search2.gif) no-repeat 4px 3px;
	line-height:21px;
}

#seachbox {
	margin: 10px auto;
	width: 128px;
	height: 30px;
	position: relative;
}

.headings #seachbox {
	float: right;
	margin-right: 10px;	
}

#seachbox #mnoGS {
	top: 0;
	left: 0;
}

#hpbox-search {
  margin: 0 auto 20px auto;
  position: relative;
  width: 128px; 
}
#hpbox-search #mnoGS.inLista {
	position: relative;
	top: auto;
}


.searchResults {
	list-style: none;
}

.searchResults a {
	color: #7F7F7F;
	padding-left: 15px;
	background: url(/skin/website/widgets/arrow_links.gif) no-repeat 0 4px;
	text-decoration: none;
	display: block;
}

.searchResults li {
	margin-bottom: 30px;
}

.textarea a {
	color: #000;
}

/* PAGINAZIONE */
.iCmsPag {
	clear:both;
	margin:1em auto 2em auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:2em;
}
.iCmsPag ul, .iCmsPag ul li {
	list-style:none;
	display:inline;
}
.iCmsPag ul li {
	float: left;
	margin: 0px 0px 0px 12px;
	
	font-size: 14px;
	background: #dedede;
	display: block;
	text-align: center;
	
	height: 30px;
	line-height: 30px;
}

.iCmsPag p {padding:0;}
.iCmsPag .iCmsPagNum { }
.iCmsPag ul li a {
	color: #909090;
	text-decoration: none;
	display: inline-block;
	padding: 0px 10px;
}
.iCmsPag ul li a:hover {
  background: #7F7F7F;
  color: #FFF;
}
.iCmsPag .iCmsPagNum a.selected {
	background: #7F7F7F;
  color: #FFF;
}
.iCmsPag .iCmsPagFirst {
}
.iCmsPag .iCmsPagPrev {
}
.iCmsPag .iCmsPagNext {
}
.iCmsPag .iCmsPagLast {
}

.img_cart {
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: none;
}

.img_cart img, 
.img_cart span {
	display: block;
	float: left;
	margin-bottom: 3px;
}

.img_cart span {
	margin-right: 10px;
	color: #fff;
	font-weight: bold;
}

/**/

.formErrors UL {
	padding: 0px;
	list-style-type: none;
}

.formErrors a {
	color: #ff0000;
	font-weight: bold;		
}
.formErrors UL LI {
	color: #ff0000;
}

#defaultForm #txtError {
	color: #ff0000;
}
#defaultForm a {
	color: #000;
}
.news_detail.archiusati SPAN.label {
	font-weight: bold;
	font-style: italic;
}



/* archiusati_lista */
.archiusati_navigation table {
	width: 100%;
	margin: 40px 0px 0px 0px;
	padding: 0px;
}
.archiusati_navigation table th {
	background: #008BD0;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
	width: 20%;
}
.archiusati_navigation table td {
	border-bottom: 1px solid #008BD0;
	padding: 10px 0px 10px 10px;
}
.archiusati_navigation table td a {
	text-decoration: none;
	color: #000;
}
.archiusati_navigation table td a:hover {
	text-decoration: underline;
}
.archiusati_navigation table .arcoFoto {
	text-align: center;
}
.archiusati_navigation table .arcoFoto img {
	padding: 0px 20px;
}

.archiusati_navigation table .arcoMarca {
	
}
.archiusati_navigation table .arcoModello {
	
}
.archiusati_navigation table .arcoAnno {
	
}
.archiusati_navigation table .arcoPrezzo {
	
}

.print {
	background: url(/skin/website/widgets/print.jpg) no-repeat 0 0;
	color: #7c7c7c;
	padding-left: 25px;
	/*position: absolute;
	top: 436px;
	right: 15px;*/
	text-decoration: none;
	z-index: 100;
}

.print_navigation {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: right;
}

#response {
	display: none;
}

#response .success {
	color: #009036;
}

#response .error {
	color: #f00;
}

.marchi-container .item {
	margin: 15px 5px 0 0;
	text-align: center;
	display: inline-block;
}

.cart-label {
	font-weight:bold;
	color:#FFF;
}

#zoomer-wrapper,
#zoomer-thumbContainer {
	position: relative;
}

#zoomer-wrapper {
	height: 450px;
	overflow: hidden; 
}

#zoomer-thumbContainer .item {
	width: 59px;
	height: 59px;
	overflow: hidden;
	border: 1px solid black;
	margin: 0 0 5px 5px;
	float: left;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#zoomer-zoomIn {
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 9px;
	border: 1px solid #999;
	color: #999;
	cursor: pointer;
	padding: 8px 10px 12px 10px;
	line-height: 12px;
	text-align: center;
	background-color: #fff;
}

#zoomer-zoomOut {
	position: absolute;
	top: 30px;
	left: 0;
	width: 9px;
	height: 9px;
	border: 1px solid #999;
	color: #999;
	cursor: pointer;
	padding: 8px 10px 12px 10px;
	line-height: 12px;
	text-align: center;
	background-color: #fff;
}

#zoomer-bigContainer {
	position: relative;
	overflow: hidden;
	width: 420px;
	height: 350px;
}

#zoomer-bigContainer img {
	display: none;
}

#zoomer-bigContainer img.active {
	display: block;
}

/*#zoomer-bigContainer {
	position: absolute;
	top: 0;
	left: 0;
}*/

#zoomer-bigContainer img.zoomed {
	cursor: move;
}

.zoom {
	float: left;
	background: url(/skin/website/widgets/plus.png) no-repeat 0 5px;
	padding-left: 15px;
	color: #000;
	text-decoration: none;
}

.exploded {
	display: block;
	color: #000;
	text-decoration: none;
	float: left;
	padding-left: 65px;
}

a.exploded:visited {
	color: #000;
}


#loadingText {
	padding: 20px 40px 20px 20px;
	background: url(/skin/website/widgets/ajax-loader.gif) no-repeat 95% 50%;
}

.wa {
	position: absolute;
	right: 0;
	top: 9px;
	color: #989898 !important;
	text-decoration: none;
}

/**/
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: ""; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  
  .navI,
  .navII,
  header,
  footer,
  .disclaimer,
  .marchi-container,
  #main nav,
  #iCmsBreadcrumb,
  .share,
  .sendMail,
  .manuale,
  .backToList,
  .print_navigation,
  .leftNav {
  	display: none;
  }
  
  #main .center_content  {
  	float: none;
  	width: 100% !important;
  	margin: 0;
  }
  
  .box_container {
  	width: 700px;
  }
  .imgs_big_wrapper {
  	height: 400px;
  }
  
    
}








/*FILTRI RICERCA*/


.center_content section.product_grid {
	margin-top: 50px;
}

#mnoGS.inLista {
	width: 100%;
	z-index: 20;
	top: -50px;
}
.inLista fieldset {
	float: left;
	position: relative;
}
.inLista .boxDropdown {
	float: left;
	position: relative;
	visibility: hidden;
}


.inLista .boxDropdown.filtroCategorie {
	width: 176px;
	margin: 0px 0px 0px 6px;
}
.inLista .boxDropdown.filtroMarche {
	width: 176px;
}

.inLista .boxDropdown .fLabel {
	background: #515151;
	height: 21px;
	border-bottom: 1px solid #000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	behavior: url(/js/pie/PIE.htc);
	position: relative;
	z-index: 30;
}
.inLista .boxDropdown .fLabel a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 0px 0px 25px;
	line-height: 21px;
	display: block;
}

.inLista .boxDropdown .fContent {
	display:none;
	overflow: hidden;
	position: absolute;
	top: 16px;
	background: #000;
	border-top: 1px solid #515151;
	width: 100%;
	padding: 18px 0px 10px 0px;
	z-index: 20;
}
.inLista .boxDropdown ul {
	list-style-type: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
.inLista .boxDropdown ul li {
	color: #fff;
	padding: 1px 0px 1px 7px;
	clear: both;
	
}
.inLista .boxDropdown ul li input {
	float: left;
	margin: 0px 7px 0px 0px;
}
.inLista .boxDropdown ul li label {
	display: block !important;
	font-size: 12px;
	color: #999999;
}

.inLista .boxDropdown ul li:hover label,
.inLista .boxDropdown ul li.checked label{
	color: #e68747;
}
.inLista .boxRange {
	float: left;
}
.inLista fieldset.boxRicerca {
	width: 135px;
	float: right;
}
.inLista .boxDropdown .fContent .fBtn {
	background: #502e17; /* Old browsers */
	background: -moz-linear-gradient(left,  #502e17 0%, #6c4a34 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#502e17), color-stop(100%,#6c4a34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #502e17 0%,#6c4a34 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #502e17 0%,#6c4a34 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #502e17 0%,#6c4a34 100%); /* IE10+ */
	background: linear-gradient(left,  #502e17 0%,#6c4a34 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#502e17', endColorstr='#6c4a34',GradientType=1 ); /* IE6-9 */
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
	line-height: 17px;
	height: 17px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	float: right;
	margin: 10px 5px 0px 0px;
	behavior: url(/js/pie/PIE.htc);
}

.universe-A .inLista .boxDropdown .fContent .fBtn {
    background: #502e17; /* Old browsers */
    background: -moz-linear-gradient(left, #502e17 0%, #6c4a34 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #502e17), color-stop(100%, #6c4a34)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #502e17 0%, #6c4a34 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #502e17 0%, #6c4a34 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #502e17 0%, #6c4a34 100%); /* IE10+ */
    background: linear-gradient(left, #502e17 0%, #6c4a34 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#502e17', endColorstr='#6c4a34', GradientType=1); /* IE6-9 */
}

.universe-B .inLista .boxDropdown .fContent .fBtn {
    background: rgb(0,49,108); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,49,108,1) 0%, rgba(0,68,148,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,49,108,1)), color-stop(100%, rgba(0,68,148,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,49,108,1) 0%, rgba(0,68,148,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,49,108,1) 0%, rgba(0,68,148,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,rgba(0,49,108,1) 0%, rgba(0,68,148,1) 100%); /* IE10+ */
    background: linear-gradient(left,rgba(0,49,108,1) 0%, rgba(0,68,148,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00316c', endColorstr='#00316c', GradientType=1); /* IE6-9 */
}

.universe-C .inLista .boxDropdown .fContent .fBtn {
    background: rgb(0,95,145); /* Old browsers */rgba(0,95,145,1) 0%, rgba(135,224,253,1)
    background: -moz-linear-gradient(left, rgba(0,95,145,1) 0%, #6c4a34 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,95,145,1)), color-stop(100%, rgba(135,224,253,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,95,145,1) 0%, rgba(135,224,253,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,95,145,1) 0%, rgba(135,224,253,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,rgba(0,95,145,1) 0%, rgba(135,224,253,1) 100%); /* IE10+ */
    background: linear-gradient(left, rgba(0,95,145,1) 0%, rgba(135,224,253,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005f91', endColorstr='#005f91', GradientType=1); /* IE6-9 */
}

.universe-D .inLista .boxDropdown .fContent .fBtn {
    background: rgb(172,91,0); /* Old browsers */ rgba(172,91,0,1) 0%, rgba(239,131,7,1)
    background: -moz-linear-gradient(left, rgba(172,91,0,1) 0%, rgba(239,131,7,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(172,91,0,1)), color-stop(100%, rgba(239,131,7,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(172,91,0,1) 0%,rgba(239,131,7,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(172,91,0,1) 0%, rgba(239,131,7,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(172,91,0,1) 0%, rgba(239,131,7,1) 100%); /* IE10+ */
    background: linear-gradient(left, rgba(172,91,0,1) 0%, rgba(239,131,7,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac5b00', endColorstr='#ac5b00', GradientType=1); /* IE6-9 */
}

.universe-E .inLista .boxDropdown .fContent .fBtn {
    background: #9d001b; /* Old browsers */
    background: -moz-linear-gradient(left, #9d001b 0%, #e20025 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9d001b), color-stop(100%, #e20025)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #9d001b 0%, #e20025 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #9d001b 0%, #e20025 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #9d001b 0%, #e20025 100%); /* IE10+ */
    background: linear-gradient(left, #9d001b 0%, #e20025 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d001b', endColorstr='#e20025', GradientType=1); /* IE6-9 */
}

.universe-G .inLista .boxDropdown .fContent .fBtn {
    background: #006521; /* Old browsers */
    background: -moz-linear-gradient(left, #006521 0%, #009036 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #006521), color-stop(100%, #009036)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #006521 0%, #009036 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #006521 0%, #009036 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #006521 0%, #009036 100%); /* IE10+ */
    background: linear-gradient(left, #006521 0%, #009036 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006521', endColorstr='#009036', GradientType=1); /* IE6-9 */
}

/*
.filtroCategorie .fContent ul li {
	margin: 0px 0px 0px 20px;
	font-size: 12px;
	padding: 2px 0px;
	
}
.filtroCategorie .fContent ul li a {
	color: #fff;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
}
.filtroCategorie .fContent ul li:hover a,
.filtroCategorie .fContent ul li.checked a {
	background: url(/skin/website/widgets/range-arrow-sprite.png) no-repeat left 3px;
	color: #e68747;
}
*/
.boxRange {
	visibility: hidden;
	width: 176px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px ;
	-webkit-border-bottom-right-radius: 10px ;
	margin: 0px 0px 0px 6px;
	height: 23px;
	position: relative;
	background: rgb(85,85,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(85,85,85,1) 47%, rgba(12,12,12,1) 94%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(47%,rgba(85,85,85,1)), color-stop(94%,rgba(12,12,12,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(85,85,85,1) 47%,rgba(12,12,12,1) 94%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(85,85,85,1) 47%,rgba(12,12,12,1) 94%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(85,85,85,1) 47%,rgba(12,12,12,1) 94%); /* IE10+ */
	background: linear-gradient(top,  rgba(85,85,85,1) 47%,rgba(12,12,12,1) 94%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#0c0c0c',GradientType=0 ); /* IE6-9 */
	behavior: url(/js/pie/PIE.htc);
 
}
.boxRange .ui-slider-handle.leftHandler {
	background: url(/skin/website/widgets/range-arrow-sprite.png) no-repeat left 3px;
	position: absolute;
	top: 3px;
	left: 11px;
	width: 11px;
	display: block;
	height: 17px;
	margin-left: -11px;
}
.boxRange .ui-slider-handle.rightHandler {
	background: url(/skin/website/widgets/range-arrow-sprite.png) no-repeat left -11px;
	position: absolute;
	top: 3px;
	width: 11px;
	height: 17px;
	margin-left: 6px;
}
.boxRange .ui-slider-range {
	position: absolute;
	top: 1px;
	left: 20px;
	width: 157px;
	height: 21px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}


.universe-A .boxRange .ui-slider-range {
	background: #402512; /* Old browsers */
	background: -moz-linear-gradient(top,  #402512 1%, #59331a 50%, #59331a 65%, #402512 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#402512), color-stop(50%,#59331a), color-stop(65%,#59331a), color-stop(100%,#402512)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #402512 1%,#59331a 50%,#59331a 65%,#402512 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #402512 1%,#59331a 50%,#59331a 65%,#402512 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #402512 1%,#59331a 50%,#59331a 65%,#402512 100%); /* IE10+ */
	background: linear-gradient(top,  #402512 1%,#59331a 50%,#59331a 65%,#402512 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#402512', endColorstr='#402512',GradientType=0 ); /* IE6-9 */
}
.universe-B .boxRange .ui-slider-range {
	background: rgb(0,49,108); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,49,108,1) 1%, rgba(0,68,148,1) 49%, rgba(0,68,148,1) 64%, rgba(0,49,108,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,49,108,1)), color-stop(49%,rgba(0,68,148,1)), color-stop(64%,rgba(0,68,148,1)), color-stop(100%,rgba(0,49,108,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,49,108,1) 1%,rgba(0,68,148,1) 49%,rgba(0,68,148,1) 64%,rgba(0,49,108,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,49,108,1) 1%,rgba(0,68,148,1) 49%,rgba(0,68,148,1) 64%,rgba(0,49,108,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,49,108,1) 1%,rgba(0,68,148,1) 49%,rgba(0,68,148,1) 64%,rgba(0,49,108,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,49,108,1) 1%,rgba(0,68,148,1) 49%,rgba(0,68,148,1) 64%,rgba(0,49,108,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00316c', endColorstr='#00316c',GradientType=0 ); /* IE6-9 */
		

}
.universe-C .boxRange .ui-slider-range {
	background: rgb(0,95,145); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,95,145,1) 0%, rgba(135,224,253,1) 49%, rgba(135,224,253,1) 64%, rgba(0,95,145,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,95,145,1)), color-stop(49%,rgba(135,224,253,1)), color-stop(64%,rgba(135,224,253,1)), color-stop(100%,rgba(0,95,145,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,95,145,1) 0%,rgba(135,224,253,1) 49%,rgba(135,224,253,1) 64%,rgba(0,95,145,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,95,145,1) 0%,rgba(135,224,253,1) 49%,rgba(135,224,253,1) 64%,rgba(0,95,145,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,95,145,1) 0%,rgba(135,224,253,1) 49%,rgba(135,224,253,1) 64%,rgba(0,95,145,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,95,145,1) 0%,rgba(135,224,253,1) 49%,rgba(135,224,253,1) 64%,rgba(0,95,145,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005f91', endColorstr='#005f91',GradientType=0 ); /* IE6-9 */
		

}
.universe-D .boxRange .ui-slider-range {
	background: rgb(172,91,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(172,91,0,1) 0%, rgba(239,131,7,1) 49%, rgba(239,131,7,1) 65%, rgba(172,91,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(172,91,0,1)), color-stop(49%,rgba(239,131,7,1)), color-stop(65%,rgba(239,131,7,1)), color-stop(100%,rgba(172,91,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(172,91,0,1) 0%,rgba(239,131,7,1) 49%,rgba(239,131,7,1) 65%,rgba(172,91,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(172,91,0,1) 0%,rgba(239,131,7,1) 49%,rgba(239,131,7,1) 65%,rgba(172,91,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(172,91,0,1) 0%,rgba(239,131,7,1) 49%,rgba(239,131,7,1) 65%,rgba(172,91,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(172,91,0,1) 0%,rgba(239,131,7,1) 49%,rgba(239,131,7,1) 65%,rgba(172,91,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac5b00', endColorstr='#ac5b00',GradientType=0 ); /* IE6-9 */
}
.universe-E .boxRange .ui-slider-range {
	background: #9d001b; /* Old browsers */
	background: -moz-linear-gradient(top,  #9d001b 1%, #e20025 50%, #e20025 66%, #9d001b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#9d001b), color-stop(50%,#e20025), color-stop(66%,#e20025), color-stop(100%,#9d001b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9d001b 1%,#e20025 50%,#e20025 66%,#9d001b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9d001b 1%,#e20025 50%,#e20025 66%,#9d001b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9d001b 1%,#e20025 50%,#e20025 66%,#9d001b 100%); /* IE10+ */
	background: linear-gradient(top,  #9d001b 1%,#e20025 50%,#e20025 66%,#9d001b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d001b', endColorstr='#9d001b',GradientType=0 ); /* IE6-9 */
		

}
.universe-G .boxRange .ui-slider-range {
	background: #006521; /* Old browsers */
	background: -moz-linear-gradient(top,  #006521 1%, #009036 51%, #009036 66%, #006521 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#006521), color-stop(51%,#009036), color-stop(66%,#009036), color-stop(100%,#006521)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #006521 1%,#009036 51%,#009036 66%,#006521 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #006521 1%,#009036 51%,#009036 66%,#006521 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #006521 1%,#009036 51%,#009036 66%,#006521 100%); /* IE10+ */
	background: linear-gradient(top,  #006521 1%,#009036 51%,#009036 66%,#006521 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006521', endColorstr='#006521',GradientType=0 ); /* IE6-9 */
}

.boxRange .minValue {
	position: absolute;
	top: 22px;
	left: 0px;
	color: #4c4c4c;
	font-size: 12px;
}
.boxRange .maxValue {
	position: absolute;
	top: 22px;
	right: 0px;
	color: #4c4c4c;
	font-size: 12px;
}
.boxRange .boxRangeJs {
	margin: 0px 20px;
	position: relative;
}

/* EO FILTRI RICERCA */




.catalogo_cartaceo_grid {
	float: left;
	width: 630px;
	margin: 20px 0px 0px 0px;
}
.catalogo_cartaceo_grid .item {
	padding: 0px 5px;
}

.catalogo_cartaceo_grid .zeroCol {
	width: 30px;
	float: left;
}

.catalogo_cartaceo_grid .stCol {
	float: left;
	width: 100px;
	
}

.catalogo_cartaceo_grid .ndCol {
	float: left;
	width: 400px;
}

.catalogo_cartaceo_grid .rdCol {
	float: right;
	width: 50px;
	text-align: center;
}
.clear {
	clear:both;
	float:none;
	height: 4px;
	line-height: 4px;
	font-size: 4px;
	
}
.ricerca_alfabetica {
	height: 15px;
}
.cataloghi_carrello {
	text-align: right;
	background: #ccc;
	margin: 10px 0px 0px 0px;
	padding: 7px 5px;
}
.cataloghi_carrello a {
	padding: 0px 30px 0px 0px;
	background: url(/skin/website/widgets/cart.png) no-repeat right top;
	color: #000;
}
#distributoriCartaceo .btn {
	display: none;
}
#distributoriCartaceoLista {
	margin: 10px 0px;
}
#distributoriCartaceoLista .item {
	cursor: pointer;
	padding: 5px;
}
#distributoriCartaceoLista .item.selected {
	background: #eee;
}


.boxPayment {
	float: left; width: 49%;
}
.boxPayment.border {
	width: 42%;
	margin-right: 7%;
	border-right: 1px solid #bdbdbd
}

.btn.sendCartaceo {
	display: none;
}

.noResultsFound {
	color: #ff0000 !important;	
}



.news-prodotto-tabs {
	padding: 0;
	position: relative;
	top: -10px;
	z-index: 10;
}
.news-prodotto-tabs li {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	
	background: -moz-linear-gradient(top,  #010101 0%, #383838 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#010101), color-stop(100%,#383838));
	background: -webkit-linear-gradient(top,  #010101 0%,#383838 100%);
	background: -o-linear-gradient(top,  #010101 0%,#383838 100%);
	background: -ms-linear-gradient(top,  #010101 0%,#383838 100%);
	background: linear-gradient(to bottom,  #010101 0%,#383838 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#383838',GradientType=0 );

	
	color: #fff;
	cursor: pointer;
	float: left;
	font-family: 'News Cycle', sans-serif;
	font-size: 17px;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 20px 0 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 179px;
}
.news-prodotto-tabs li:first-child {
	margin: 0;
	width: 180px;
}
.news-prodotto-tabs li.news-prodotto-tabs-on,
.news-prodotto-tabs li:hover {
	background: #000;
}


