* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font: 75%/1.5em Verdana, Tahoma, arial, sans-serif;
	text-align: center;
	margin: 15px 0;
}

/* links */
a, a:visited {background: inherit;text-decoration: none;}
a:hover {background: inherit;}

/* headers */
h1, h2, h3, p {padding: 10px 0;	margin: 0;}
h1, h2, h3 {font-family: 'Trebuchet MS', Tahoma, Sans-serif; font-weight: bold;}


h1 {font-size: 200%; font-weight: normal; padding: 10px 0 25px 0;}
h2 {font-size: 130%; text-transform: uppercase;}
h3 {font-size: 130%;}

ul, ol {margin: 5px 20px; padding: 0 20px;}
ul {list-style: none;}


/*----------------------------------------------------------------------
 * Riquadro generico per wrappare contenuti nella sezione centrale
 *---------------------------------------------------------------------*/
.box {border: 1px solid #ccc;background-color: #F3F3F3;padding: 0 15px 5px 15px; overflow: hidden; height: 100%; margin-bottom: 20px;}
.box h2.title {padding: 10px 0 !important; margin: 0 !important; background: transparent url("../images/layout/separatore.png") repeat-x scroll left bottom; overflow: hidden; height: 100%;}
.box p.meta {clear: both; float: none; overflow: hidden; height: 100%; color: #888; /*font-size: 0.95em;*/ padding:0; margin: 5px 0 0 0;}
.box div.row {overflow: hidden; height: 100%; margin: 0 0 15px 0;}
.box div.row a.titolo {font-size: 1.2em; font-weight: bold;}
.box div.row p {/*overflow: hidden; height: 100%;*/ margin: 0; padding: 0;}
.box div.contenuto {padding: 0; margin: 10px 0; overflow: hidden; height: 100%;}


/*----------------------------------------------------------------------
 * Questo css può essere utilizzato quando bisogna visualizzare del testo 
 * creato con l'editor. Quest'ultimo, infatti, produce html che non possiamo
 * modificare direttamente. Basta quindi wrappare il contenuto con un div
 * avente come classe il valore "editor". E' così possibile modificare 
 * ciò che si vuole. 
 *---------------------------------------------------------------------*/
div.editor p {
	padding: 0;
	margin: 0 0 20px 0;
}



/*----------------------------------------------------------------------
 * Fix per le liste ul, ol nella sezione centrale del sito
 *---------------------------------------------------------------------*/
#pagina_libera ul, #pagina_libera ol {
	zoom: 1; /* hasLayout for IE<= 6 */
	/*overflow: auto; */ /* VALORE ORIGINALE DEL FIX - shrink the list to sit beside floats in compliant browsers */
	overflow: hidden;
	margin: 5px 0 10px 0; padding: 0; /* zero the defaults so only one or other is used per you margin request below */
}
#pagina_libera ul li {margin-left: 3em;}
#pagina_libera ol li {margin-left: 3em;}


/*----------------------------------------------------------------------
 * Layout delle immagini per le pagine libere
 *---------------------------------------------------------------------*/
#pagina_libera img {border-width: 1px; border-style: solid;	padding: 3px; margin: 2px;}
#pagina_libera img.immagine_sinistra {float: left; clear: left; margin: 2px 10px 0 0;}
#pagina_libera img.immagine_destra {float: right; margin: 2px 0 0 10px;}





/* images */
img {
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

.immagine_sinistra {
	float: left;
	margin: 2px 10px 0 0;
}

.immagine_destra {
	float: right;
	margin: 2px 0 0 10px;
}



.breadcrumb {
	margin: 0 0 15px 0 !important;
}

.back_to_list {
	font-size:13px;
	font-weight:bold;
	margin-right: 10px; 
}




code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
	border-width: 1px;
	border-style: solid;
	background: url(../images/layout/post.jpg);
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

blockquote {
	margin: 10px 0;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	font: normal 1/1.2em 'Trebuchet MS', Tahoma, Sans-serif;
	background: url('../images/layout/post.jpg');
}
blockquote h3 {
	margin: 0 0 7px 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
}
	
blockquote p {
	margin: 0;
	padding: 0;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}

th {
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-image: url('../images/layout/post.jpg') repeat-x;
}

tr {
	height: 30px;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

td.first,th.first {
	border-left: 0px;
}
/* end - table */




/*-------------------------------------------------------------------------
 * WRAPPER GENERICO
 *------------------------------------------------------------------------*/
.generic_wrapper {clear:both; margin-top: 15px;}
.generic_row {padding-bottom: 10px; margin-bottom:20px; overflow: hidden; height: 100%;}
.generic_row .generic_item {float: left; margin-right: 35px; width: 295px;}
.generic_row .generic_item_3col {float: left; margin-right: 10px; width: 202px;}
.generic_row .last {margin-right: 0 !important;}






/*-------------------------------------------------------------------------
 * CATALOGHI
 *------------------------------------------------------------------------*/
 
/*-------------------------------------------------------------------------
 * Stili per la visualizzazione del prodotto singolo
 *------------------------------------------------------------------------*/
#prodotto_wrapper p {padding: 0 0 10px 0;}
#prodotto_top {overflow: hidden; height: 100%;}
#foto_prodotto {float: left; min-width: 348px;}
#foto_prodotto .preview {margin: 0 10px 2px 0; padding: 0; border: 1px solid #ccc; background-color: #fff; padding: 2px;}
#foto_prodotto .preview img {margin: 0;	padding: 0;	border: none;}
#foto_prodotto .thumb img {float: left;	background-color: #fff;	padding: 2px; border: 1px solid #ccc; margin: 0 2px 0 0; cursor: pointer;}
h5.descrizione_prodotto {font-size: 100%; margin: 18px 0 12px 0;	font-weight: bold; background: transparent url(../images/dashed.gif) repeat-x scroll 0 60%;}
 
/*-------------------------------------------------------------------------
 * La classe elenco viene utilizzata per l'uscita del catalogo. Nello specifico per la
 * visualizzazione dei pallini (bullet) affianco ai nomi del catalogo e delle categorie
 *------------------------------------------------------------------------*/
.elenco p.elemento {padding-left: 15px;}
.elenco p.elemento a {font-weight: bold; background: none;}

/*-------------------------------------------------------------------------
 * Stili per la visualizzazione dell'elenco dei prodotti
 *------------------------------------------------------------------------*/
.generic_row .prodotto-img {float:left; }
.generic_row .prodotto-img img {height: 70px; display:block; margin-right: 10px; border: 1px solid #ccc; background-color: #fff; padding: 2px;}
.generic_row .prodotto-txt h4 {margin:0; margin-bottom:7px; font-size:120%;}
.generic_row .prodotto-txt h4 a {font-weight: bold;}
.generic_row .prodotto-txt p {margin:0; font-size:90%; text-align: justify; }
p.euro {font-weight: bold; font-size:100% !important;}
p.euro img {border: none; margin-right: 5px; vertical-align: middle;}
 




/*-------------------------------------------------------------------------
 * Pagina di contatto
 *------------------------------------------------------------------------*/
#wrapper_info {background: transparent url("/images/info.gif") no-repeat 530px top;	margin-top: 15px; padding-bottom: 50px;}
#wrapper_info h3 {font-size: 17px; color: #555; margin: 15px 0 0 10px;}
#wrapper_mail {background: transparent url("/images/mail_info.gif") no-repeat 530px top; margin-top: 15px; }
.contact_info {margin: 0 140px 0 10px; border-bottom:  1px dashed #ccc;}



/* form elements */
form p {
	margin: 0;
	padding: 5px 0;
}

label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

input {
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	font: normal 1em Verdana, sans-serif;
}

textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	border-width: 1px;
	border-style: solid;
	height: 100px;
	display: block;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	border: none;
	width: 60px;
	padding: 0 5px 2px 5px;
	vertical-align: middle;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 3px;
	padding: 5px 0 10px 0;	
	margin: 0;	
}


.searchform input.textbox {
	width: 170px;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
	margin-left: 9px;
}

.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 0 5px 2px 5px;
	vertical-align: middle;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background: transparent url('../images/layout/content.gif') repeat-y center top;
}

#top-bg {
	position: absolute;
	width: 990px;
	height: 19px;
	top: 0;
	left: 0;
	margin-top: -9px;
	z-index: 2;
	background: transparent url('../images/layout/top-bg.gif') repeat-y center top;
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 960px;
	padding: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-left: 15px;	
	display: inline;
}

#header {
	width: 990px;
	position: relative;
	height: 50px;
	padding: 0;
	background: transparent url('../images/layout/header-bg.gif') repeat-y center top;
}

#header h1#logo-text {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	text-decoration: none;
	top: 21px;
	left: 30px;	
}


/* header links */
#header #header-links {
	position: absolute;
	top: 11px;
	right: 20px;	
	font-size: 12px; 
}

#header #header-links a {	
	text-decoration: none;
}

/* header-photo */
#header-photo {
	clear: both;
	height: 192px;
	width: 960px;
	margin: 0 auto;
}


/* Main Column */
#main {
	float: left;
	width: 69%;
	padding: 20px 0 0 0;
	margin: 0 0 0 10px;
	display: inline;
}

#main h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: none;
	padding: 10px 0;
	margin: 0;
}

#main h2 a {
	text-decoration: none;
}


/*********** GESTIONE BOX ************/
div.content_box {
	padding:2px;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
	background: transparent url("../images/barra_laterale/box_bg.png") repeat-x scroll left bottom;
}

.box_search {background: transparent url('../images/barra_laterale/search.gif') no-repeat scroll 120px 4px;}
.box_news {background: transparent url('../images/barra_laterale/news.gif') no-repeat scroll 208px 0px;}
.box_gallery {background: transparent url('../images/barra_laterale/photo.gif') no-repeat scroll 217px 4px;}
.box_catalogo {background: transparent url('../images/barra_laterale/catalogo.gif') no-repeat scroll 221px -1px;}
.box_sondaggio {background: transparent url('../images/barra_laterale/sondaggi.gif') no-repeat scroll 228px 1px;}
.box_download {background: transparent url('../images/barra_laterale/download.gif') no-repeat scroll 228px 2px;}
.box_link {background: transparent url('../images/barra_laterale/link.gif') no-repeat scroll 228px 2px;}

/*********** GESTIONE BOX ************/



/* Sidebar */
#sidebar {
	float: right;
	width: 28%;
	padding-right: 10px;
	padding-top: 20px;
	margin: 0;	
}

#sidebar h3 {
	padding: 7px 5px 5px 5px;
	margin: 0;
	height: 25px;
	font: normal 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	border-bottom: 1px solid #ccc;
}

#sidebar h4 {margin-bottom: 2px;}

#sidebar a.list {
	font-weight: bold;
	font-size: 13px;
	padding-left: 13px;
}

span.data {
	padding-right: 9px;
	background: transparent url("../images/date.gif") no-repeat scroll 100% 50%;
	font-size: 0.95em;
	margin-right: 5px;
}

#sidebar p.no_items {
	font-style: italic;
	padding: 10px 5px;	
}

#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 1px 8px 0;
	padding: 0;
	text-decoration: none;		
}

#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
}


.item {
	line-height: 15px;
	padding: 5px 0;
	overflow: hidden;
	height: 100%;
	margin-bottom: 5px;
}

.item_tail {
	line-height: 15px;
	padding: 5px 1px 5px 5px;
	overflow: hidden;
	height: 100%;
	text-align: right;
}


#sidebar p {overflow: hidden; height: 100%; margin: 0; padding: 0; line-height: 120%;}

#sidebar img.left {
	padding: 2px;
	margin-right: 7px;
	float: left;
}


#sidebar ul.sidemenu li a {
	text-decoration: none;
	font-weight: bold;
}

#sidebar ul.sidemenu ul {
	margin: 0;
	padding: 0;
}

#sidebar ul.sidemenu ul li {
	background: none;
}


/* footer */
#footer-wrap {
	clear: both;
	width: 990px;
	font-size: 95%;	
	text-align: left;
	padding: 0 0 15px 0;
	background: transparent url('../images/layout/footer-bottom.gif') no-repeat center bottom;
}

#footer-wrap a {text-decoration: none; font-weight: bold;}
#footer-wrap p {padding: 14px 0 9px 0;}
#footer-wrap img {background-color: transparent; margin: 0; padding: 0; vertical-align: middle;}


/* bottom */
#footer-bottom {
	clear: both;
	margin: 0 auto; 
	width: 960px;
	padding: 0;
	text-align: center;
}

/* postmeta */
.post-footer {
	padding: 5px;
	margin: 5px 0;	
	font-size: 95%;
	border-width: 1px;
	border-style: solid;
	background: url('../images/layout/post.jpg');
}

.post-footer .date {
	margin: 0 10px 0 5px;
}

.post-footer a.comments {
	margin: 0 10px 0 5px;
}

.post-footer a.readmore {
	margin: 0 10px 0 5px;
}


/* alignment classes */
.float_left  { float: left; }
.float_right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }





/*-------------------------------------------------------------------------
 * Gallerie fotografiche
 *------------------------------------------------------------------------*/
#galleriffic_wrapper {
	margin: 20px 0;
	overflow: hidden;
	height: 100%;
}

/*-----------------------------------------------------------------------------------------------------
 * Dimensione del div che contiene l'immagine a destra durante la visualizzazione di una galleria
 * Questa dimensione dipende dal template e quindi deve essere specificata nel css di tutti i template
 *---------------------------------------------------------------------------------------------------*/
div.content {
	width:510px;
	margin-right: 5px;
}

/*-----------------------------------------------------------------------------------------------------
 * Higherground utilizza un padding per le immagini di 3px. Nella visualizzazione di un album fotografico
 * questo è un problema perchè le thumbnails occupano troppo spazio e vengono mostrate in 3 colonne invece
 * che a 4. Per risolvere questo problema sovrascriviamo il padding per il div con id="galleriffic_wrapper"
 *---------------------------------------------------------------------------------------------------*/
#galleriffic_wrapper img {
	padding: 1px !important;
}









/********************* guestbook *************************/
#emoticons_elenco {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
	/*clear: both;*/
}

#emoticons_img table {margin: 0;}
#emoticons_img tr {height: 0;}
#emoticons_img td {padding: 0; border: 0;}

#emoticons_img {
	margin: 0;
	padding: 2px;
	float: left;
	width: 70px;
	height: 70px;
}

#emoticons_img img {
	margin: 0;
	padding: 0;
	border: none;
}

#block_gb {
	border-width: 1px;
	border-style: solid;
	font-family: 'Trebuchet MS',Tahoma,Sans-serif;
	font-size: 1.3em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 1.5em;
	margin: 10px;
	padding: 0 0 0 25px;
}

#block_gb img {
	margin: 0;
	padding: 0;
	border: none;
}




/********************* dropdown_one *************************/
.no {cursor : default;}

#navigation {
	margin: 0 15px 0 15px;
	padding: 0;
}

#menu {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 36px;
	position: relative;
	z-index: 3;
	font-family: "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
}

#menu table {margin: 0; border-collapse: collapse; width: 0; height: 0; position: absolute; top: 0; left: 0;}
#menu tr {height: 0;}
#menu td {padding: 0; border: 0;}

#menu li {
	float: left;
}

#menu li a {
	font-size: 13px;
	border-bottom: medium none;
	border-right-width: 1px;
	border-right-style: solid;
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px 0 15px;
}

#menu li a:hover {
	z-index: 3;
	position: relative;
}

#menu li:hover {
	position: relative;
	z-index: 3;
}

#menu :hover ul {
	left: 0;
	top: 36px;
}

#menu ul, #menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#menu :hover ul li {
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
}

#menu :hover ul li a {
	width:200px;
	overflow: hidden;
	padding:0;
	text-indent:10px;
	height:28px;
	line-height:28px;
}