* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
HTML, BODY {
	background: #fff;
	overflow-x: hidden;
}
BODY {
	line-height: 1;
	font-family: 'Muli', sans-serif;
	font-size: 100%;
	color: #000;
}
A {
	color: #000;
}
A:hover {
	color: #c59020;
}
.page {
	background: #fff;
}
.logo {
	margin: 17px 0 0 0;
	float: left;
}
.eccellenza {
	margin: 25px 0 0 0;
	float: right;
}
.modal {
    background-color:#fff;
    display:none;
    width:350px;
    padding:15px;
    text-align:left;
    border:2px solid #333;
    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}
.modal h2 {
    margin:0px;
    padding:10px 0 10px 45px;
    border-bottom:1px solid #333;
    font-size:20px;
}
/* Diagonali in grid */
.diagonal-bottom {
	background: url(/img/gui/diagonali.gif) repeat-x bottom;
	padding-bottom: 20px;
}
.with-shoulder {
	background: url(/img/gui/shoulder-bg.png) no-repeat 220px 270px;
}


/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
	min-width: 960px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}




/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}INPUT,
textarea,
INPUT[type="submit"]:focus {
	outline:0 none;
}
INPUT,
textarea,
INPUT[type="submit"]:focus {
	outline:0 none;
}
INPUT[type="reset"],
INPUT[type="submit"],
INPUT[type="button"],
BUTTON {
	background:url(/img/form/button_sprite.png) no-repeat scroll center -13px transparent;
	border:0;
	color:#eee;
	font-size:11px;
	letter-spacing:1.6px;
	margin:0px 0;
	outline-width:0;
	padding:9px 13px;
	text-transform:uppercase;
}
INPUT[type="button"]:hover,
INPUT[type="button"]:focus,
INPUT[type="reset"]:hover,
INPUT[type="reset"]:focus,
INPUT[type="submit"]:hover,
INPUT[type="submit"]:focus,
BUTTON:hover, BUTTON:focus {
	color:#fff;
	cursor:pointer;
}
/* Border Radius */
INPUT[type=text],
INPUT[type=password],
INPUT[type=file],
textarea,
select,
INPUT[type="button"],
INPUT[type="reset"],
INPUT[type="submit"],
button {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
/* CSS Box Shadows */
INPUT:focus,
textarea:focus {
	-moz-box-shadow:1px 1px 5px rgba(0, 54, 95, .5);
	box-shadow:1px 1px 5px rgba(0, 54, 95, .5);
	-webkit-box-shadow:1px 1px 5px rgba(0, 54, 95, .5);
	-o-box-shadow:1px 1px 5px rgba(0, 54, 95, .5)
}
.fancy_button {
	background:url(/img/form/button_sprite.png) no-repeat scroll right -164px transparent;
	color:#eee;
	text-shadow:0 -1px 0 #888888;
	display:inline-block;
	font-size:11px;
	letter-spacing:1.6px;
	margin:5px 10px 5px 0;
	border:0 none;
	padding:0 24px 0 0;
	text-transform:uppercase;
}
.fancy_button SPAN {
	background:url(/img/form/button_sprite.png) no-repeat scroll -6px -122px transparent;
	display:block;
	line-height:10px;
	padding:15px 0 17px 21px;
}
BUTTON.fancy_button {
	margin-right:0;
}
BUTTON.fancy_button {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
}

/* Search */
INPUT[type="text"].search-input-form {
	background:url(/img/form/input.png) 0 0 repeat-x #fefefe;
	width: 140px;
	color:#666;
	padding:7px 5px;
	vertical-align: middle;
	border: solid 1px #e5e5e5;
	letter-spacing: -0.015em;
}
BUTTON.search-input-button {
	width:100px;
	vertical-align: middle;
	margin-left: 5px;
}
INPUT.search-button {
	background: url(/img/form/search-button.png) 0px 0px;
	vertical-align: middle;	
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-indent: -999em;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
/* mouseover state */
INPUT.search-button:hover {
	background-position: 0 -70px;
}
EM.mandatory {
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #c59020;
}
/* FORM CONTATTI */
FIELDSET.contacts {
	border: 0;
}
FIELDSET.contacts LEGEND {
	display: none;
}
FIELDSET.contacts LABEL {
	display: block;
	margin-top: 0em;
}
FIELDSET.contacts LABEL IMG {
	border: 1px solid #ccc;
}
FIELDSET.contacts .erwEditorContent {
	background: #fff;
	padding: 10px;
	margin: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	line-height: 12px;
}

FIELDSET.contacts LABEL.lblprivacy.sx,
FIELDSET.contacts LABEL.lblprivacy.dx {
	width: 46%;
	margin-right: 2%;
	float: left;
	text-align: right;
}
FIELDSET.contacts LABEL.lblprivacy.dx {
	text-align: left;
}
FIELDSET.contacts LABEL.lblprivacy INPUT {
	background: none;
	border: 0;
}
FIELDSET.contacts LABEL SPAN {
	display: block;
	width: 40%;
	padding: 5px 10px 0 0;
	font: bold 12px Verdana, Geneva, sans-serif;
	float: left;
	text-align: right;
	color: #000;
}

FIELDSET.contacts INPUT[type=text],
FIELDSET.contacts SELECT,
FIELDSET.contacts textarea {
	background: #fdfdfe;
	color: #000;
	padding: 6px;
	border: solid 1px #c59020;
}
FIELDSET.contacts SELECT {
	background-image: none;
	width: auto;
}
FIELDSET.contacts TEXTAREA {
	width: 300px;
	font: normal 12px Arial, Helvetica, sans-serif;
}
FIELDSET.contacts .submit {
	padding: 2% 0;
	text-align: center;
}




/* GOOGLE MAP */
#googleMap {
	background: #f2f2f2;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius: 10px;
}

/* GOOGLE MAP NUVOLA */
#lnkPath P {
	padding: 0;
	margin:0;
}
#pnlPath FORM {
	padding: 10px !important;
}
#pnlPath INPUT#txtPath {
	width: 140px;
	padding: 5px !important;
	margin-bottom: 10px;
}
#pnlPath INPUT[type="submit"] {
	width: 60px !important;
	margin-right: 10px;
}
/* MODAL FANCYBOX x PRODOTTI EMAIL */
FORM.productEmailRequest {
	background: #fff;
	padding: 20px;
	font-size: 14px;
	border: 5px solid #00a8d6;
	position: relative;
}
FORM.productEmailRequest .title {
	margin-bottom: 10px;
	font-size: 20px;
	color: #00a8d6;
}
FORM.productEmailRequest OL {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
FORM.productEmailRequest INPUT[type="text"]#input-email {
	background:url(/img/form/input.png) 0 0 repeat-x #fefefe;
	width: 62%;
	color:#666;
	padding:7px 4%;
	margin-left: 10px;
	vertical-align: middle;
	border: solid 1px #e5e5e5;
	letter-spacing: -0.015em;
	float: left;
}
.form-row {
	margin-top: 10px;	
}
.form-row LABEL {
	float: left;
	width: 25%;
	font-weight: bold;
}
FORM.productEmailRequest .btn-requestedSubmit {
	width: 100px;
	margin-top: 20px;
	margin-left: -50px;
	position: relative;
	left: 50%;
}
.header {
	background: url(/img/gui/header-bg.png) no-repeat center center;
	height: 118px;
}
.header-menu {
	background: url(/img/gui/shadow-full-width.png) no-repeat bottom center;
	position: relative;
	z-index: 10;
	padding-bottom: 20px;
}
#home-banner {
	background: url(/img/gui/shadow-full-width.png) no-repeat bottom center;
	width: 940px;
	height: 445px;
	padding-bottom: 22px;
	float: left;
}
.home-intro .erwEditorContent {
}
.home-dx {
}
.home-dx .erwEditorContent {
}
.erwEditorContent {
	/*border: 2px dotted #f00;*/
	font-family: 'Muli', sans-serif;
}
/*********************************************/

/* MESSAGGI VARI */
.box-msg {
	background: #f4f6f8;
	border: 1px solid #e9eef1;
	position: relative;
	overflow: hidden;
	/*clear: both;*/
	padding: 20px 20px 20px 55px;
	margin: 20px 0;
	-moz-border-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius: 10px;
}
.box-msg IMG {
	vertical-align: middle;
}
.box-msg.info {
	background: #dceff5 url(/img/icon/box-msg-info.png) no-repeat scroll 10px 16px;
	border: 1px solid #478bbf;
	color: #2e6093;
}
.box-msg.success {
	background: #d7f7df url(/img/icon/box-msg-success.png) no-repeat scroll 10px 16px;
	border: 1px solid #a3f7b8;
	color: #3f9153;
}
.box-msg.warning {
	background: #faf2d7 url(/img/icon/box-msg-warning.png) no-repeat scroll 10px 16px;
	border: 1px solid #fae8af;
	color: #cf9e00;
}
.box-msg.error {
	background: #ffd6d6 url(/img/icon/box-msg-error.png) no-repeat scroll 10px 16px;
	border: 1px solid #ffc2c2;
	color: #c24848;
}
.box-msg.contacts {
	background: #e7eff5;
	padding: 20px;
	border: 1px solid #bcd3e4;
}
/* DEMO */
.box-msg.demo {
	background: #e7eff5 url(/img/icon/box-msg-demo.png) no-repeat top right;
	border: 1px solid #b7cfe2;
	padding: 20px 140px 20px 20px;
	color: #11619e;
}
.box-msg.demo.call {
	background: #e7eff5 url(/img/icon/box-msg-call.png) no-repeat top right;
}
.box-msg.demo.account {
	background: #e7eff5 url(/img/icon/box-msg-account.png) no-repeat top right;
}
.box-msg.demo.form {
	background: #e7eff5 url(/img/icon/box-msg-form.png) no-repeat top right;
}
.box-msg.demo.formsmall {
	background: #e7eff5 url(/img/icon/box-msg-form.png) no-repeat bottom right;
	padding: 10px 10px 140px 10px;
	font-size: 14px;
}
.box-msg.demo.contacts {
	background: #e7eff5 url(/img/icon/box-msg-democontacts.png) no-repeat top right;
	padding: 20px;
}
.box-msg.demo.accountcontacts {
	background: #e7eff5 url(/img/icon/box-msg-accountcontacts.png) no-repeat top right;
	padding: 20px;
}
.box-msg.demo H3 {
	font-size: 14px;
}
.box-msg.demo OL {
	margin: 0 0 2% 20px;
}
.box-msg.demo OL LI {
	list-style: decimal;
	list-style-position: outside;
	padding: 10px 0 0% 0px;
	font-size: 20px;
}
.box-msg.demo OL LI SPAN {
	font-size: 14px;
	color: #666;
}

/* HTML */
.erwEditorContent H1,
.erwEditorContent H2,
.erwEditorContent H3,
.erwEditorContent H4,
.erwEditorContent H5,
.erwEditorContent H6
{
	/*font-weight: normal;*/
	letter-spacing: -1px;
	margin-bottom: 10px;
	color: #000;
}

.erwEditorContent H1
{
	background: url(/img/gui/diagonali.gif) repeat-x bottom;
	padding: 5px 10px 20px 10px;
	margin-bottom: 20px;
	font-size: 20px;
}
.erwEditorContent H1 EM
{
}
.erwEditorContent H2
{
	font-size: 18px;
}
.erwEditorContent H3
{
	font-size: 16px;
}
/* h link */
.erwEditorContent H2 A,
.erwEditorContent H3 A
{
	text-decoration: none;
}
.erwEditorContent H2 A:hover,
.erwEditorContent H3 A:hover
{
	text-decoration: underline;
}
.erwEditorContent H4
{
	font-size: 16px;
}
.erwEditorContent H5
{
	font-size: 14px;
}
.erwEditorContent H6
{
	font-size: 14px;
}
.erwEditorContent P,
.erwEditorContent UL,
.erwEditorContent OL,
.erwEditorContent BLOCKQUOTE.commas
{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}
.erwEditorContent UL,
.erwEditorContent OL
{
	clear: both;
}

/*
.erwEditorContent UL,
.erwEditorContent OL
{
	display: table;	
}
/*
	/* IE Hack */
	/*
	html > body .erwEditorContent UL,
	html > body .erwEditorContent OL {  
		*display: inline-block;
	}  
	*/

/* TABELLE */
.erwEditorContent TABLE {
	border-collapse:collapse;
	width: 100%;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 20px;
	clear: both;
}
.erwEditorContent TABLE TH,
.erwEditorContent TABLE TD {
	border-bottom: 1px solid #CCC;
	padding: 5px 5px;
}
.erwEditorContent TABLE TH {
	background-color: #11619e;
	border-bottom: 1px solid #CCC;
	color: #FFF;
	text-align: left;
}
.erwEditorContent TABLE .hover {
	background-color: #e7eff5;
}
.erwEditorContent .c-red {
 	color: #c52057;
}
.erwEditorContent CODE {
	border: 2px dotted #cccccc;
 	background: #f2f2f2;
 	padding: 5px 10px;
	font-size: 11px;
 	display: block;
 	color: #858585;
 	margin-bottom: 10px;
}
/* LISTE PUNTATE */
.erwEditorContent UL {
	list-style: none;
	margin: 0 0 2% 0;
}
.erwEditorContent UL LI {
	background-image: url(/img/icon/ul-circle.gif);
	background-repeat: no-repeat;
	background-position: 8px 18px;
	padding: 10px 0 0% 24px;
}
.erwEditorContent UL.checklist LI {
	background-image: url(/img/icon/ul-checklist.png) !important;
	background-position: 3px 15px;
}
/* LISTE NUMERATE */
.erwEditorContent OL {
	margin: 0 0 2% 0;
}
.erwEditorContent OL LI {
	list-style: decimal;
	list-style-position: inside;
	padding: 10px 0 0% 24px;
}
/* Dropcap */
.erwEditorContent .dropcap {
	float: left;
	font: normal 40px Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	padding: 0 8px 0 0;
	text-align: center;
}
/* blockquote */
.erwEditorContent BLOCKQUOTE.commas {	
	background-image: url(/img/icon/quote.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-style: italic;
	padding-left: 40px;
}
/* Pullquotes */
.erwEditorContent .pullquote {
	color: #9c9c9c;
	float: right;
	font-size: 120%;
	line-height: 120%;
	margin-bottom: 0;
	margin-top: 1%;
	margin-left: 3%;
	padding-left: 5%;
	width: 40%;
	font-weight: bold;
	font-style: italic; 
	border-left: 2px solid #ccc;
}
.erwEditorContent .pullquote.al-left {
	border-right: 2px solid #cccccc;
	border-left: none;
	float: left;
	margin-left: 0;
	margin-right: 3%;
	padding-left: 0;
	padding-right: 5%;
}
.erwEditorContent .txt-al-right {
	text-align: right;
}

/* HOMEPAGE BOXES */
/* scrolling banner */


/*********************************************/
/*IMMAGINI*/
.erwEditorContent IMG.fl-l {
	float: left;
	margin-right: 10px;
}
.erwEditorContent IMG.fl-r {
	float: right;
	margin-left: 10px;
}
.erwEditorContent IMG.shadow {
	background: url(../img/content/img-shadow.png) no-repeat bottom center #e1e1e1;
	padding: 5px 5px 15px 5px;
}

/* POP UP CLOSER */
P.closer {
	width: 200px;
	position: relative;
	left: 50%;
	margin: 2% 0 5% -100px;
	text-align: center;
}
A.button {
	background:url(/img/form/button_sprite.png) no-repeat scroll center -13px transparent;
	color:#eee;
	font-size:11px;
	letter-spacing:1.6px;
	text-decoration: none;
	margin:0px 0;
	outline-width:0;
	padding:9px 13px;
	text-transform:uppercase;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
A.button:hover, A.button:focus {
	color:#fff;
}
#breadCrumb {
	background: url(/img/gui/diagonali.gif) repeat-x bottom;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	font-size: 12px;
	color: #c59020;
}
#breadCrumb SPAN {
}

.mrg-top-10 {
	margin-top: 10px;
}
.mrg-dx-20 {
	margin-right: 20px;
}

/* MENU' SPALLA SX */
.cntx.title {
	background: url(/img/gui/diagonali.gif) repeat-x bottom;
	padding: 10px 10px 20px 10px;
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}
.box-menu {
	width: 100%;
	padding-bottom: 20px;
}
/* MENU SPALLA SX */
.box-menu UL.cntx,
.box-menu UL.submenu0 {
	list-style: none;
	margin: 0px 0px;
	font-size: 14px;
}
.box-menu UL.cntx LI,
.box-menu UL.submenu0 LI {
}
.box-menu UL.cntx LI A,
.box-menu UL.submenu0 LI A {
	display: block;
	padding: 5px 10px 5px 15px;
	color: #000;
	text-decoration: none;
}
.box-menu UL.cntx LI A:hover,
.box-menu UL.cntx LI A.inpath,
.box-menu UL.cntx LI A.current,
.box-menu UL.submenu0 LI A:hover,
.box-menu UL.submenu0 LI A.inpath,
.box-menu UL.submenu0 LI A.current {
	color: #c59020;
}
/* MENU TABLE CONTENT SPALLA SX */

/* GENRIC LIST */
.box-menu UL.cate0Container {
	list-style: none;
	margin: 0px 0px;
	font-size: 14px;
}
.box-menu UL.cate0Container LI.cate0Item {
}
.box-menu UL.cate0Container LI.cate0Item A.lv0 {
	display: block;
	padding: 10px 10px 10px 15px;
	color: #000;
	text-decoration: none;
}
.box-menu UL.cate0Container LI.cate0Item A.lv0:hover,
.box-menu UL.cate0Container LI.cate0Item A.current,
.box-menu UL.cate0Container LI.cate0Item A.inpath {
	color: #c59020;
}
.box-menu UL.cate1Container {
	list-style: none;
	padding: 5px 0 15px 15px;
	margin: 0 15px 0 0;
	font-size: 12px;
}
.box-menu UL.cate1Container LI.cate1Item {
	padding: 6px 10px 3px 10px;
	margin-bottom: 5px;
	border-top: 1px dotted #ccc;
}
.box-menu UL.cate1Container LI.cate1Item A {
	text-decoration: none;
}
.box-menu UL.cate2Container {
	list-style: none;
	padding: 0;
	margin-left: 5px;
	font-size: 11px;
}
.box-menu UL.cate2Container LI.cate2Item {
	margin-top: 5px;
}
.contentSlot {
	margin-right: -40px; /* valore negativo x gestire margin-right degli slot */
	float: left;
}
.slot {
	background: #FFF;
	float: left;
	margin: 0 20px 20px 0;
    position: relative;
}
.slot.x2 {
	width: 440px;
}
.slot.x1 {
	width: 220px;
}
.grid_3 .slot {/* se in spalla spazio dal successivo */
	margin-bottom: 15px;
}
.slot h3 {
	background: url(/img/gui/diagonali-small.gif) repeat-x bottom;
	padding: 0 5px 15px 5px;
	margin-bottom: 0px;
}
.slot UL {
	clear: none;
}
.slot UL LI {
	background: none;
	padding: 0;
	border-bottom: 1px dashed #cecece;
	font-size: 14px;
}
.slot UL LI A {
	background: url(/img/slot/slot-txt-dx-li.gif) no-repeat 5px 7px;
	display: block;
	padding: 6px 10px 6px 20px;
	text-decoration: none;
}
.slot UL LI A:hover {
	background-color: #f2f2f2;
	text-decoration: none;
}
/*
.erwEditorContent .slot P,
.erwEditorContent .slot UL,
.slot .erwEditorContent P,
.slot .erwEditorContent UL
{
	font-size: 12px !important;
	line-height: 15px;
	margin-bottom: 10px;
}
*/



/* NEWS LIST */
.tablecontent {}
.tablecontent .listItem {
	padding: 10px 0;
	border-bottom: 1px dashed #cecece;
	width: 940px;
	float: left;
	clear: both;
}
.tablecontent .listItem .listItemImage {
	width: 140px;
	padding: 0px 0 10px 0;
	margin-right: 20px;
	text-align: center;
	float: left;
}
.tablecontent .listItem .listItemDesc {
	font-size: 14px;
}

.tablecontent .listItem .listItemLink {
	width: 140px;
	float: left;
}
.tablecontent .listItem .listItemLink A {
	background: url(/img/products/listItemLink.png) -10px 0px;
	display: block;
	width: 140px;
	height: 80px;
	margin: auto;
}
.tablecontent .listItem .listItemLink A:hover {
	background-position: 0px -80px;
}
.tablecontent .listItem .listItemLink A SPAN {
	display: none;
}



.tablecontent .listItem .listItemDesc A.attachementBox {
	background: #fff;
	float: right;
	padding: 5px 10px;
	font-size: 13px;
	text-decoration: none;
}
.tablecontent .listItem .listItemDesc A.attachementBox IMG {
	vertical-align: middle;
}
.tablecontent .listItem .listItemDesc A.attachementBox:hover {
	background: #cecece;
	color: #676767;
}



.tablecontent .listItem .listItemDesc .listItemDates {
	font-size: 12px;
}
.tablecontent .listItem .listItemDesc H2 {
	font-size: 18px;
}
.tablecontent .listItem .listItemDesc H2 A {
	text-decoration: none;
}
.tablecontent .listItem .listItemDesc H2 A:hover {
	text-decoration: underline;
}
/* NEWS DETAIL */
.tablecontent .currItemContainer {
}
.tablecontent .currItem {
	padding-top: 10px;
}
.tablecontent .currItemAttachementTitle {
	background: #fff;
	padding: 5px 15px;
	float: left;
}
.tablecontent .currItemAttachement {
	background: pink;
	padding: 10px 10px 30px 10px;
}
.tablecontent .currItemAttachement A {
	text-decoration: none;
}
.tablecontent .currItemAttachement IMG {
	vertical-align: middle;
	margin-right: 5px;
}
.tablecontent .currItemAttachement A:hover {
	text-decoration: underline;
}
.tablecontent .back-to-list {
	text-align: right;
}

/* DISTRIBUTORS LIST */
.tablecontentDistributors {}

.tablecontentDistributors .listItem {
	padding: 10px 0;
	border-bottom: 1px dashed #cecece;
	width: 940px;
	float: left;
	clear: both;
}
.tablecontentDistributors .listItem .listItemImage {
	background: red;
	width: 240px;
	padding: 10px 0 30px 0;
	margin-right: 20px;
	text-align: center;
	float: left;
}
.tablecontentDistributors .listItem .listItemDesc {
	width: 560px;
	margin-right: 20px;
	float: left;
}
.tablecontentDistributors .listItem .listItemDesc .email {
	font-size: 13px;
}
.tablecontentDistributors .listItem .listItemCountry {
	width: 100px;
	float: left;
	text-align: right;
}

/* PUBLICATIONS (OLD) */
.tablecontent .publicationslistItem {
	background: url(../img/slot/publications-bg.png) no-repeat bottom #fff;
	padding-bottom: 30px;
}
.tablecontent .publicationslistItem .listItemCate {
	font-size: 14px;
	color: #c59020;
	margin-bottom: 5px;
}
.tablecontent .publicationslistItem .listItemDetails {
	padding: 3px 0;
	margin-bottom: 5px;
	border-top: 1px dashed #cecece;
	border-bottom: 1px dashed #cecece;
}
.tablecontent .publicationslistItem .listItemDetails H2,
.tablecontent .publicationslistItem .listItemDetails H3
{
	padding: 0 !important;
	margin: 0 !important;
}
.tablecontent .publicationslistItem .listItemDetails H3 {
	font-size: 14px;
	color: #676767;
	margin: 5px 0 !important;
}
.tablecontent .publicationslistItem P {
	font-size: 12px !important;
}
.tablecontent .publicationsAttachementTitle {
	background: #fff;
	padding: 5px 0px;
	float: left;
	font-size: 14px;
}
.tablecontent .publicationsAttachement {
	border-top: 3px double #dedede;
}
.tablecontent .publicationsAttachement.last {
	border-bottom: 3px double #dedede;
}
.tablecontent .publicationsAttachement A {
	text-decoration: none;
	padding: 5px 0;
	display: block;
	font-size: 14px;
}
.tablecontent .publicationsAttachement IMG {
	vertical-align: middle;
	margin-right: 5px;
}
.tablecontent .publicationsAttachement A:hover {
	background: #CCC;
	color: #FFF;
}


/* SCIENTIFIC REFERENCES (OLD) */
.tablecontent .ScientificReferencesItem {
	background: url(../img/slot/scientificreferences-bg.png) no-repeat bottom #fff;
	padding-bottom: 30px;
}
.tablecontent .ScientificReferencesItem .listItemAutors {
	font-size: 11px;
	margin-bottom: 5px;
}
.tablecontent .ScientificReferencesItem .listItemDetails {
	padding: 3px 0;
	margin-bottom: 5px;
	border-top: 1px dashed #cecece;
}
.tablecontent .ScientificReferencesItem .listItemDetails H2,
.tablecontent .ScientificReferencesItem .listItemDetails H3
{
	font-size: 16px;
	padding: 0 !important;
	margin: 0 !important;
}
.tablecontent .ScientificReferencesItem .listItemDetails H3 {
	font-size: 14px;
	color: #676767;
	font-style: italic;
	margin: 5px 0 !important;
}
.tablecontent .ScientificReferencesItem P {
	font-size: 12px !important;
}
.tablecontent .ScientificReferencesAttachementTitle {
	background: #fff;
	padding: 5px 0px;
	float: left;
	font-size: 14px;
}
.tablecontent .ScientificReferencesAttachement {
	border-top: 3px double #dedede;
}
.tablecontent .ScientificReferencesAttachement.last {
	border-bottom: 3px double #dedede;
}
.tablecontent .ScientificReferencesAttachement A {
	text-decoration: none;
	padding: 5px 0;
	display: block;
	font-size: 14px;
}
.tablecontent .ScientificReferencesAttachement IMG {
	vertical-align: middle;
	margin-right: 5px;
}
.tablecontent .ScientificReferencesAttachement A:hover {
	background: #CCC;
	color: #FFF;
}


/* FILTRO RISULTATI RICERCA */
.pagination-results {
	background: #f2f2f2;
	padding: 2%;
	font-size: 13px;
	border-bottom: 1px solid #e8e8e8;
}
.pagination-results-sx,
.pagination-results-dx {
	width: 50%;
	float: left;
	margin-bottom: 2%;
}
.pagination-results-dx {
	text-align: right;
}
.pagination-results-dx SELECT {
	vertical-align: middle;
	font: normal 0.8571em Arial, Helvetica, sans-serif;
	margin: 0 1%;
	border: 1px solid #666;
}

/* RISULTATI RICERCA/TOTALI */
.pagination {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 1%;
}
.pagination.top {
}
.pagination.bottom {
}

.pagination .label {
	padding: 1% 0;
	font-size: 0.7857em;
}
.pagination .numbers {
	padding: 1% 0;
	width: 100%;
	float: left;
}
.pagination .numbers .sx {
	width: 15%;
	min-height: 1px;
	float: left;
	margin-left: 1%;
}
.pagination .numbers .cn {
	width: 68%;
	padding: 0 0 0 0;
	float: left;
	text-align: center;
	font-size: 12px;
}
.pagination .numbers .cn SPAN {
	color: #4a4a4a; /*colore pagina attiva*/
}
.pagination .numbers .dx {
	width: auto;
	min-height: 1px;
	float: right;
	margin-right: 1%;
}
.pagination .numbers A.turn {
	float: left;
}
.pagination .numbers .sx A.turn {
	margin-right: 3px;
}
.pagination .numbers .dx A.turn {
	margin-left: 3px;
}
.pagination .numbers A.turn {
	background: url(/img/content/pagination-turn.png) no-repeat left top #c59020;
	padding: 0 0 0 5px;
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.pagination .numbers A.turn SPAN {
	background: url(/img/content/pagination-turn.png) no-repeat right top;
	padding: 2px 5px 0px 0;
	height: 18px;
	cursor: hand;
	display: block;
}
.pagination .numbers A.turn:hover {
	background-position: 0% -20px;
	background-color: #999;
	text-decoration: none;
}
.pagination .numbers A.turn:hover SPAN {
	background-position: 100% -20px;
	color: #FFF;
}
#footer {
	background: url(/img/gui/shadow-full-width.png) no-repeat top center #f7f7f7;
	padding: 30px 0 70px 0;
	margin-top: 50px;
}
.copy P {
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
/* MENU */
UL.footermenu0 {
	float: right;
}
UL.footermenu0 LI.lv1 {
	list-style: none;
	float: left;
}
UL.footermenu0 LI.lv1 A {
	display: block;
	padding: 5px 10px 5px 20px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
UL.footermenu0 LI.lv1 A:hover {
	color: #c59020;
	text-decoration: none;
}
.footer-bottom {
	background: url(/img/gui/diagonali.gif) repeat-x;
	height: 8px;
	margin-top: 40px;
}
