
/* CSS Document */
body {
	background:#EBECCD url('./immagini/pagina/sfondo_pagina.jpg') repeat-x; 
	text-align:center; 
	margin-top: 0;
	font-family:"Trebuchet MS", Georgia, serif;
}
 div#contenitore {background:#fff; width:960px; margin:0 auto; text-align:left; }
  div#header {background:#fff; width:960px;}
  div#corpo {
	width:960px;
	float:left;
}

/* menu top */

  #menu {
	width:535px;
	height: 20px;
	float:left;
	background-color: #FF8E01;
}

	#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#menu li{
	font-size: 0.9em;
	display: inline;
	margin: 0;
	padding: 0;
	}
	#menu a:link, #menu a:visited{
	float:left;
	color: #fff;
	padding: 0 0.7em 0 0.7em;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}
	#menu a:hover, #menu a:focus, #menu a:active{
	color: #393939;
	}
	
/* menu settori */

div#menusettori {
	width:425px;
	height: 18px;
	float:left;
}

.farmaceutico {
	width:142px;
	height: 18px;
	background: #9BBFB3;
	display:block;
	float:left;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	font-weight: bold;
	list-style-type: none;
}

.farmaceutico a:link, .farmaceutico a:visited{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	}
.farmaceutico a:hover, .farmaceutico a:active{
	color: #9BBFB3;
	display: block;
	background-color: #FFF;
	list-style-type: none;
	}
	
.farmaceutico_thispage {
	width:142px; 
 	height: 17px; 
 	background: #FFF; 
 	float:left; 
 	font-size: 11px; 
 	color: #9BBFB3; 
 	text-align: center; 
 	font-weight: bold; 
 	padding-top: 1px; 
 	border-width: 1px 0; 
 	border-style: solid; 
 	border-color: #9bbfb3;
	list-style-type: none;
	}

.alimentare {
	width:142px;
	height: 18px;
	background: #E9BA35;
	float:left;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	font-weight: bold;
	list-style-type: none;
}
.alimentare a:link, .alimentare a:visited{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	}
.alimentare a:hover, .alimentare a:active{
	color: #E9BA35;
	display: block;
	background-color: #FFF;
	list-style-type: none;
	}
.alimentare_thispage {
	width:142px; 
 	height: 17px; 
 	background: #FFF; 
 	float:left; 
 	font-size: 11px; 
 	color: #E9BA35; 
 	text-align: center; 
 	font-weight: bold; 
 	padding-top: 1px; 
 	border-width: 1px 0; 
 	border-style: solid; 
 	border-color: #E9BA35;
	list-style-type: none;
	}

.cosmetico {
	width:141px;
	height: 18px;
	background: #E5989A;
	float:left;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	font-weight: bold;
	list-style-type: none;
}

.cosmetico a:link, .cosmetico a:visited{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	}
.cosmetico a:hover, .cosmetico a:active{
	color: #E5989A;
	display: block;
	background-color: #FFF;
	list-style-type: none;

	}
.cosmetico_thispage {
	width:141px; 
 	height: 17px; 
 	background: #FFF; 
 	float:left; 
 	font-size: 11px; 
 	color: #E5989A; 
 	text-align: center; 
 	font-weight: bold; 
 	padding-top: 1px; 
 	border-width: 1px 0; 
 	border-style: solid; 
 	border-color: #E5989A;
	list-style-type: none;
	}

/* contenitore testi */	

   div#testo {
   		width:958px;
   		background: #fff; 
   		border-right-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #FF8F00;
		border-left-color: #7BA2A7;
		clear:left;
		}
	
	.TestoArancio {
	font-size: 11px; 
	color: #FF8F00;
	}
	
	.TestoGrigio {
	font-size: 11px; 
	color: #423E3C;
	}
	
	.TestoFuchs {
	font-size: 11px; 
	color: #FF8F00;
	}
	
	.TestoFuchs a:link, .TestoFuchs a:visited{
	color: color: #FF8F00;
	text-decoration: none;
	}
	.TestoFuchs a:hover, .TestoFuchs a:active{
	color: color: #FF8F00;
	}
	
/* contenitore settori */	
   div#settori {
	width:800px;
	margin-left: 80px;
	}
	
/* contenitore solo testo pagine */	
   div#solotesto {
	width:800px;
	margin-left: 80px;
	padding-top: 40px;

	}
	
	.testi {
	font-size: 0.9em;
	color: #423E3C;
	text-align: justify;
	}
	.testi img {float:left; margin-right:20px;}
	.testi h2 {font-size:0.9em }
	.testi h3 {font-size:1.1em}
	.testi span {color:#FB810E;}
	
	.testi a:link, .testi a:visited{
	color: #547C90;
	text-decoration: underline;
	}
	.testi a:hover, .testi a:active{
	color: #FB810E;
	text-decoration: underline;
	}
	
/* titoli e testi settori */	

.TitoloSettore {
	font-size: 15px;
	color: #393939;
	font-weight: bold;
	}

.TitoloCosmetico {
	color: #E5989A;
	}
	
.TitoloFarmaceutico {
	color: #9BBFB3;
	}
	
.TitoloAlimentare {
	color: #E9BA35;
	}
	
.TitoloProdotti {
	font-size: 12px; 
	color: #393939;
	}
		
.TestoProdotti {
	font-size: 11px;
	color: #393939;
	text-align: justify;
	padding: 15px;
	}
	
/* tabella settore farmaceutico */
	
.blocco {
	width:40%;
	margin:0 5% 2.5%;
	float:left;
	font-size:0.8em;
	text-align: justify;
}
			.blocco .blsx {clear:left;}
			 .blocco img {float:left; margin-right:6px;}
			 h1.h1farm {clear:left; font-size:1.0em;}
			 h1.h1farm span {color:#9BBFB3;}
			 h2.h2farm {clear:left; font-size:1.1em; margin-left:5%; margin-top:2%; }
			 h2.h2farm span {color:#9BBFB3;}
			 .blocco h3 {font-size:0.9em; font-weight:100; margin:0; padding:0 0 0 140px; background:#FFF url('./immagini/pagina/freccia_F.jpg') no-repeat 120px center;}
			 .bloccounicofarm {clear:left; margin:0 5% 2.5%; font-size:0.8em;}
			 .bloccounicofarm h3 {font-size:0.9em; font-weight:100; margin:0; padding:0 0 0 20px; background:#FFF url('./immagini/pagina/freccia_F.jpg') no-repeat 0 center;}

/* tabella settore cosmetico */	
.bloccocosm {
	width:90%;
	margin:0 5% 2.5%;
	float:left;
	font-size:0.8em;
	text-align: justify;
}	 
			 .bloccocosm {clear:left;}
			 .bloccocosm img {float:left; margin-right:6px;}
			 h1.h1cosm {clear:left; font-size:1.0em;}
			 h1.h1cosm span {color:#E5989A;}
			 h2.h2cosm {clear:left; font-size:1.1em; margin-left:5%; margin-top:2%; }
			 h2.h2cosm span {color:#E5989A;}
			 .bloccocosm h3 {font-size:0.9em; font-weight:100; margin:0; padding:0 0 0 190px; background:#FFF url('./immagini/pagina/freccia_C.jpg') no-repeat 170px center;}
			 .bloccounicocosm {clear:left; margin:0 5% 2.5%; font-size:0.8em;}
			 .bloccounicocosm h3 {font-size:0.9em; font-weight:100; margin:0; padding:0 0 0 20px; background:#FFF url('./immagini/pagina/freccia_C.jpg') no-repeat 0 center;}

/* tabella settore alimentare */	
.bloccoalim {
	width:90%;
	margin:0 5% 2.5%;
	float:left;
	font-size:0.8em;
	text-align: justify;
}	 
			 .bloccoalim {clear:left;}
			 .bloccoalim img {float:left; margin-right:6px;}
			 h1.h1alim {clear:left; font-size:1.0em;}
			 h1.h1alim span {color:#E9BA35;}
			 h2.h2alim {clear:left; font-size:1.1em; margin-left:5%; margin-top:2%; }
			 h2.h2alim span {color:#E9BA35;}
			 .bloccoalim h3 {font-size:0.9em; font-weight:100; margin:0; padding:0 0 0 190px; background:#FFF url('./immagini/pagina/freccia_A.jpg') no-repeat 170px center;}
			 .bloccounicoalim {clear:left; margin:0 5% 2.5%; font-size:0.8em;}
			 .bloccounicoalim h3 {font-size:0.9em; font-weight:100; margin:0; padding:0 0 0 20px; background:#FFF url('./immagini/pagina/freccia_A.jpg') no-repeat 0 center;}
	
/* footer */	

  div#footer {background:#ebeccd; clear:left; border-top:1px solid #7BA2A7; text-align:left; }
img {
	border:0;	
}

.modal {
	display:none;
}
#container {
	background-color:#fff;
}

.next {
	text-align:right;
}
.prev {
	text-align:left;
}
.tornaelenco {
	text-align:center;
}
.navigatore {
	margin-top:30px;
}

.helptip {
	color:#666;
	float:left;
	margin:0px 4px 0px 0px;
	text-decoration:none;
	display:block;
	font-weight:bold;
	cursor:help;
}
.helptip_box {
	z-index:10000;
	width:200px;
	position:absolute;
}
#help_recaptcha {
	width:30px;
	float:left;
}
#recaptcha_image {
	border:1px solid #bbb;
}
.titolo_errore {
	font-weight:bold!important;
	color:red!important;
}

/** GENERATED CONTENT **/
/* classe assegnata al div che conterr� del testo generato da tinymce */
.generated_content img {
	margin:1em;
}


/** MODULO ARCHIVIO NEWS **/

.archivio {
}
.archivio ul {
	list-style-type:none!important;
}
/** MODULO ARCHIVIO NEWS **/


#error_container {
	margin-bottom:1em;
	border:2px solid #ddd;
	color:red;
	clear:both;
	padding:5px 0px 10px 70px;
	background-image:url('/images/no.png');
	background-repeat:no-repeat;
	background-position:5px 5px;
	background-color:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}

.invalid {
	font-weight:bold;
	color:red;
}

.admin_panel {
	float:right;
	margin:0px 4px 0px 0px;
}
pre.debug {
	border:1px solid red;
	background-color:#000;
	font-family:lucida, verdana;
	color:#ff0;
	width:960px;
	padding:10px;
	margin:auto;
	text-align:left;
}

/** BOX LATERALI **/
.box_laterale hr {
	border:0px;
	border-bottom:1px dotted #786753;
	margin:0px;
}
.box_laterale h2 {
	color:#b6c9d7;
	margin-bottom:0px;
}
.box_laterale ul {
	margin:0 0 0 14px;
	padding:0px;
}
.box_laterale ul li {
	list-style-type:square;
}
/** BOX LATERALI **/

.clear {
	clear:both;
}
#clearcache {
	width:60px;
	height:60px;
	background-color:#C3DDDF;
	border:1px solid #47B6BF;
	padding:5px;
	position:absolute;
	top:5px;
	left:5px;
	z-index:100;
}
.hide {
	display:none;
}
#testo {
	padding:10px;	
	font-size:0.9em;
	width:938px!important;
}

h1, h2, h3, h4, h5, h6 {
	color:#423E3C;
}
#testo a {
	color:#FB810E;
}
.row {
	margin-bottom:10px;
}
img.h1 {
	margin:0 0 1em 0;
}
#prev_img, #next_img, #scroller,
#prev_video, #next_video, #scroller_video,
#prev_doc, #next_doc , #scroller_docs {
	float:left;
}
#immagini, #videos, #docs {
	left:0px;
	height:100px;
}
#immagini img.spaziata, #doc img.spaziata {
	float:left;
	margin:0px 5px 0px 0px;
}
#prev_img, #next_img, #prev_video, #next_video, #prev_doc, #next_doc {
	width:32px;
	text-align:center;
	height:30px;
}
#prev_img img, #next_img img, #prev_video img , #next_video img,
#prev_doc img, #next_doc img {
	display:none;
}

#scroller, #scroller_video {
	border:1px solid #666;
}

.newsthumblist {
	float:left;
	margin:0 10px 0 0;	
}
/** COMMENTI **/

.top {
	padding:5px 10px 5px 10px;
	background-color:#EFC686;
}
.commento {
	padding:10px;
	background-color:#f0f0f0;
}
ol li {
	margin-bottom:1em;
}

.top_moderare {
	padding:5px 10px 5px 10px;
	background-color:red;
	color:#ff0;
}
.top_moderare img, .top img {
	margin:0 0 0 5px;
	float:right;
	cursor:pointer;
}
#commento {
	width:95%;
}
/** COMMENTI **/