/*
Impostazioni generali:
Blu #035A73#
Grigio Background:
Font: Verdana, Arial, Helvetica, sans-serif;

*/


* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #92847b url(images/background.gif) center repeat-y;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
}
a {
	color: #6799b1;
	text-decoration: underline;
}
a:hover {
	color: #838f96;
	text-decoration: none;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}

h1 {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 20px solid #035A73;
	color: #035A73;
	font-size: 130%;
	font-weight: normal;
	margin: 5px 0;
}


/* Per pre uplodare le immagini */

#wrap {
	background-image: url(images/arrow.gif);
	background-image: url(images/arrow_outline.gif);
	background-image: url(images/background.gif);
	background-image: url(images/header.jpg);
	background-image: url(images/selector.gif);
	background-image: url(images/selector_sub.gif);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
	width: 750px;
}


#header {
	background: url(images/header.jpg) center no-repeat;
	color: #AAAAAA;
	font-size: 170%;
	font-weight: bold;
	padding-top:28px;
	height: 90px;
	line-height: 120px;
	text-indent: 200px;
}
#nav {
	padding-top: 10px;
	padding-bottom: 20px;
	width: 179px;
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a {
	border-bottom: 1px solid #666;
	color: #035A73;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 169px;
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: #E0E0E0 url(images/selector.gif) center right no-repeat;
	color: #000;

}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #92847B;
	text-indent: 10px;
}
#nav ul ul li a:hover {
	background-image: url(images/selector_sub.gif);
}

/* Central Content */

#column1 {
	float: left;
	width: 180px;
}
#column1 img
{
	/*border: 1px solid #666;*/
	margin: 0px 0px;
	padding: 0px 20px 0px 20px;
}
/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */

#column2 {
	float: none !important;
	float: right;
	margin-left: 192px !important;
	margin-left: 0;
	padding: 12px 0px 30px 9px;
	width: 540px;
}

#column2 p {
	line-height: 190%;
}

#column2 ul {
	margin: 10px 0;
}
#column2 li {
	color: #999999;
	list-style: square inside;
	text-indent: 10px;
}

#links div {
	float: left;
	width: 140px;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(images/arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}
#footer {
	clear: both;
	color: #999;
	font-size: 10px;
	padding: 30px 0 10px 0;
	text-indent: 0px;
	text-align:center;
	border-top:1px solid #ac835c;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}

/* Form di ricerca Avanzata */

.form_ricerca_avanzata
{
	position: relative;
	top: 20px;
	margin-bottom: 20px;
	width: 530px;
}

.form_ricerca_avanzata .dettaglio
{
	float: left;
	width: 100px;
}

.form_ricerca_avanzata .checkbox_container
{
	position: relative;
	left: 0px;
}

.form_ricerca_avanzata .button_container
{
	text-align: center;
}

.form_ricerca_avanzata .button_container button
{
	margin: auto;
}

.form_ricerca_avanzata div {
	margin-bottom: 6px;
}
.form_ricerca_avanzata input
{
	color: #7D7D7D;
	margin: 2px 0px 2px 0px;
	width: 300px;
	border: 1px solid #ccc;
}
.form_ricerca_avanzata .button_radio
{
	margin: 2px 2px 2px 0px;
	width: auto;
	border: 0;
}


/*Abstract Prodotto*/

.abstract {
	color: #7D7D7D;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	/*border:1px solid #D3CBC7;*/
	text-align: justify;
	text-transform: inherit;
	background-color:#efefef;
	overflow: auto;
	width:540px;
}

.abstract_header
{
	text-decoration: none;
	background-color: #8aa5ae;
	background-image: url(images/thbg.jpg);
	background-repeat: repeat-x;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	/*overflow: auto;*/
	/*min-height: 20px;*/
}



.abstract_titolo
{
	margin: 0 0 4px 0;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	width: 400px;
	padding-left: 20px;
	float: left;
	background-image: url(images/icona.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}


.abstract_titolo a, 
.abstract_titolo a:link,
.abstract_titolo a:visited,
.abstract_titolo a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.abstract_titolo a:hover{
	text-decoration: underline;
}


.abstract_prezzo {
	margin: 0 0 4px 0;
	padding-top:2px;
	padding-bottom:2px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-right:10px;
	float:right;


}

.abstract_contenuto {
	padding: 0 10px;
}

.abstract_immagine
{
	float: right;
	margin: 20px 5px 25px 5px;
	/*width:180px;*/
}

.abstract_immagine img {
	/*width:180px;*/
	border: 0;
}

.abstract_dati {
	width:314px;
	float: left;
	
}

.abstract_sottotitolo {
	font-style: italic;
	padding-bottom: 10px;
}


.abstract_dettaglio {
	width:100px; 
	float:left;
	font-weight: bold;
}

.abstract_caratteristica{
	padding-bottom: 10px;
}

.abstract_contenuto p { margin: 10px 0 0 0; }

/*Scheda Prodotto*/
.scheda {
	color: #7D7D7D;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	/*border:1px solid #D3CBC7;*/
	text-align: justify;
	text-transform: inherit;
	background-color:#efefef;
	overflow: auto;
}

.scheda_header{
	text-decoration: none;
	background-color: #035A73;
	background-image: url(images/thbg.jpg);
	background-repeat: repeat-x;
	height:20px;
}



.scheda_titolo {
	margin: 0 0 0px 0;
	padding-top:2px;
	padding-bottom:0px;
	color: #FFFFFF;
	font-weight: bold;
	width: 430px;
	padding-left: 20px;
	background: url(images/icona.gif) center left no-repeat;
	float:left;
}


.scheda_titolo a, 
.scheda_titolo a:link,
.scheda_titolo a:visited,
.scheda_titolo a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.scheda_titolo a:hover{
	text-decoration: underline;
}


.scheda_prezzo
{
	margin: 0 0 0px 0;
	padding-top: 2px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
	float: right;
}

.scheda_prezzo a {
	color: #FFFFFF;
}

.scheda_contenuto { padding: 2px; }

.scheda_immagine
{
	float: right;
	position: relative;
	top: 15px;
	margin: 0px 5px 10px 5px;
	width: 180px;
	/*border: 1px solid #000;*/
	text-align: left;
	height: auto;
}
.scheda_immagine img
{
	width: 180px;
}

.scheda_dati
{
	position: relative;
	top: 15px;
	width: 335px;
	margin-bottom: 10px;
	text-align: left;
}

.scheda_sottotitolo
{
	font-style: italic;
	padding: 2px;
}


.scheda_dettaglio {
	width:100px; 
	float:left;
	font-weight: bold;
}

.scheda_caratteristica{
	padding-bottom: 10px;
}

.scheda_caratteristica_cat {
	display: block;
	overflow: auto;
}
.scheda_elenco_cat
{
	float: left;
	width: 230px;
	padding-bottom: 5px;
	padding-left: 0px !important;
	padding-left: 2px;
}

.scheda_dettaglio_cat
{
	float: left;
	width: 100px;
}

/* Form Ordine */

#modulo_ordine {
padding-top:15px;
width: 540px;
}
#modulo_ordine .dettaglio_label
{
	float: left;
	width: 100px;
}
#modulo_ordine .button_box { margin: auto; }


textarea {	
	color: #7D7D7D;
	width: 400px;
	border: 1px solid #ccc;
	margin: 2px 20px;
	width: 300px;
}

input
{	color: #7D7D7D;
	margin: 2px 20px;
	width: 300px;
	border: 1px solid #ccc;
}


.button_radio {
	width: 10px;
	margin: 2px 5px 2px 20px;
}

input.box-link, button.box-link {
	display: block;
	border: 0;
	/* margin: 10px 300px; */
	height: 40px;
	font-weight: normal;
	text-align: center;
	color: black;
	border-bottom: 0;
	/* float:right; */
	width:110px;
	margin-right:90px;
  	}

.button-110 {
	width: 110px;
	background: url('images/layout-input-button.jpg') no-repeat top left;
	color: black;
}

table {text-align:left; width:100%;margin-top:20px; margin-bottom:20px;}
td,th { border: 1px solid #ccc; padding:3px;}

/*
input.box-link:active, 
button.box-link:active {
	background-position: 0 -40px;
	line-height: 43px;
	text-indent: 3px
	}

input.button-110:active,
button.button-110:active {
	color: black;
	}
*/	
	
/* OLD Abstract


.abstract_container{
	 color: #7D7D7D;
	 margin: 0px 0px 0px 0px;
	 padding:0px 0px 10px 0px;
	 text-align: justify;
	 text-transform: inherit;
	 background-color:#efefef;
	 overflow:auto;
}

.abstract_container h3
{
	color: #035A73;
	font-size: 12px;
	margin: 0 0 4px 0;
	background-color: #035A73;
	background-image: url(images/thbg.jpg);
	background-repeat: repeat-x;

	padding-top:2px;
	padding-bottom:2px;
	border: 1px solid #FFF;
}

.abstract_container span
{
	font-size: 12px;
	font-weight: bold;
}


.abstract_container h3 a{
	text-decoration: none;
	color: #035A73;
	size: 18px;
}


.abstract_container h3 a:link{
	text-decoration: none;
	color: #FFFFFF;
	size: 18px;
}
.abstract_container h3 a:visited{
   text-decoration: none;
	color: #FFFFFF;
}
.abstract_container h3 a:hover{
   text-decoration: underline;
	color: #FFFFFF;
}

.abstract_container p{
	  margin: 5px 5px 0px 5px;
	  
}

.abstract_container strong{
	  font-weight: bold;
}

.abstract_container h4{
	 color: #7D7D7D;
	 font-size: 14px;
	 margin: 3px 0 3px 0;
}

.abstract_thumbnail{
	display: inline;
	float: right;
	border: 1px solid Black;
	margin: 30px 0 0 24px;
	right:10px;
}	
*/	

