body{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 80%;
	color: #1F5394;
	line-height: 1.266;	
	margin: 8px;
	padding: 0px;
	text-align:center;
	background-color:#ffffff;
}

textarea {
	margin:4px 0px 0px 0px;
	font-size:110%;
	font-family: Verdana, Tahoma, Arial,sans-serif;
}

.no_visibile {
	display:none;
}

.alert {
	color:#CC0000;
}

a:link, a:visited{
	color: #1F5394;
	text-decoration: none;
	font-weight:normal;
}
a:hover{
	color:#FF6600;
	text-decoration: underline;
}

h1 {
	font-size: 180%;
	margin:8px 2px 2px 2px;
	padding:2px;
	color:#CC0000;
}

h2 {
	font-size: 160%;
	margin:2px;
	padding:2px;
}

h3 {
	font-size: 130%;
	margin:2px 2px 8px 2px;
	padding:2px;
}




p{
 	margin: 1px;
 	padding: 1px;
}

form{
 	margin: 0px;
 	padding: 0px;
}

select {
	font-size:100%;
	margin:3px;
}

hr {
	clear:both;
	height:1px;
	color:#DDE0EE;
}
.searchelement {
	font-size: 80%;
	float:left;
	margin: 0px 0px 0px 10px;
}

.searchtext{
	color: #009900;
	text-align:left;
	font-size: 85%;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

.registrazione {
	text-align:right;
	font-size: 85%;
}

.registrazione a:link, .registrazione a:visited{
	color: #1F5394;
	font-weight: bold;
	text-decoration: underline;
}

.registrazione a:hover{
	color:#FF6600;
}

#flashcontent {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	    color: #1F5394;
		margin:8px 0px 0px 0px;
		padding:0px;
		text-align:center;
}

.spacer {
	height:1px;
	background-color:#DDE0EE;
}

.formbutton {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

.formelement {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	margin:3px;
	border:1px solid #DDE0EE;
}

.title_arancio {
	color:#FF6600;
	font-weight:bold;
	font-size:100%;
}

.popup {
	float:left;
	text-align:left;
}

ul {
	font-size:110%;
}

li {
	list-style-type:circle;
	margin-bottom:4px;

}
/************* INTESTAZIONE **************/

.logo{
	float:left;
	padding: 0px 12px 0px 6px;
}

.menu{
	display:block;
	padding-top:3px;
	background-color:#EDEEF5;
	height: 18px;
	font-size: 80%;
}

.menu a:link, .menu a:visited {
	font-weight:bold;
	text-decoration: none;
	color:#1F5394;
}

.menu a:hover {
	text-decoration: underline;
	color:#FF6600;
}

/************* LAYOUT **************/

#container{ /* contenitore generale*/
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
	/*background:transparent url("img/bg_cont.gif") repeat-y center;*/
}

#contenuto_centrale{ /* contenitore centrale*/
	width: 960px;
	background:transparent url("img/bg_cont.gif") repeat-y center;
	margin-top:3px;
}

#leftBar{ /* colonna sinistra */
	float: left;
	width: 187px;
	margin: 0px 8px 0px 0px;
}

#rightBar{ /* colonna destra */
	float: right;
	width: 182px;
	margin: 0px 0px 0px 0px;
	background-color:#000099;
}

#content{ /* colonna centrale */
	float: left;
  	width: 575px;
	text-align:left;
	margin: 4px 0px 0px 0px;
}


/************* MENU SX **************/

.menu_sx{
	width: 100%;
	font-size: 80%;
	padding: 1px 0px 2px 0px;
	background-color: #FFF2EB;
}

.title_sx{  
	font-size:100%;
	background-color: #FF9900;
	font-weight:bold;
	color:#ffffff;
	padding: 2px 2px 4px 10px;
	margin: 1px 1px 4px 1px;
	text-align:left;
}

.title_menu{
	font-size:120%;
	font-weight:bold;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	margin:3px 0px 0px 2px;
	display:block;
}

.title_menu img{
	float:left;
	margin:0px 6px 0px 8px;
}

.menu_sx p a:link, .menu_sx p a:visited {
	font-weight:normal;
	display:block;
	color: #165D9F;
	background: transparent url("icone/cat_off.gif") no-repeat left;
	padding: 0px 0px 0px 36px;
	background-position: 18px 0px;
	text-decoration: none;
}

.menu_sx p a:hover {
	color: #165D9F;
	background: transparent url("icone/cat_on.gif") no-repeat left;
	text-decoration: underline;
	background-position: 18px 0px;
}


/*aggiunta 16 marzo */
.menu_sx img {
	border:0px;

}

.menu_sx2{
	width: 100%;
	font-size: 80%;
	padding: 1px 0px 2px 0px;
	background-color: #FFF2EB;
}

.menu_sx2 p a:link, .menu_sx2 p a:visited {
	font-weight:normal;
	display:block;
	color: #165D9F;
	background: transparent url("icone/cat_off.gif") no-repeat left;
	padding: 0px 0px 0px 28px;
	background-position: 6px 0px;
}

.menu_sx2 p a:hover {
	color:#FF6600;
	background: transparent url("icone/cat_on.gif") no-repeat left;
	background-position: 6px 0px;
	text-decoration:underline;
}

/* fine aggiunta */
/************* MENU DX **************/

.menu_dx{
	width: 100%;
	font-size: 80%;
	padding: 1px 0px 2px 0px;
	background-color: #EDEEF5;
}


.menu_dx input {
	margin:4px 0px 0px 0px;
	font-size:100%;
}

.menu_dx p a:link, .menu_dx p a:visited {
	font-weight:normal;
	display:block;
	color: #165D9F;
	background: transparent url("icone/cat_on.gif") no-repeat left;
	padding: 0px 0px 0px 28px;
	background-position: 6px 2px;
	text-decoration:none;
}

.menu_dx p a:hover {
	color:#FF6600;
	background: transparent url("icone/cat_off.gif") no-repeat left;
	background-position: 6px 2px;
	text-decoration:underline;
}

.menu_dx img {
	border:0px;
	margin:5px 5px 0px 0px;
	float:left;
}

.title_dx{  
	font-size:100%;
	background-color: #1F5394;
	font-weight:bold;
	color:#ffffff;
	padding: 2px 2px 4px 10px;
	margin: 1px 1px 4px 1px;
	text-align:left;
}


.contenuto_dx {
	margin-left:6px;
}

.menu_banner{
	width: 100%;
	font-size: 80%;
	padding: 1px 0px 2px 0px;
	background-color: #EDEEF5;
}

.title_banner_dx{  
	font-size:100%;
	background-color: #1F5394;
	font-weight:bold;
	color:#ffffff;
	padding: 2px 2px 4px 10px;
	margin: 1px 1px 4px 1px;
	text-align:left;
}

/************* PIE' DI PAGINA ***************/

#footer {
	clear: both;/**/
	width: 100%;
	height: 55px;
	line-height: 1.566;
	margin: 6px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 75%;
	color: #1F5394;
	text-align:center;
	background-color: #EDEEF5;
}

#footer a:link, #footer a:visited {
	font-weight:normal;
	text-decoration: none;
	color:#1F5394;
}

#footer a:hover {
	text-decoration: underline;
	color:#FF6600;
}

/**************** LISTING PRODOTTI *********************/
.novita {
	display:inline;
	border:0px solid;


}

.content_prodotti {
	border:1px solid #DDE0EE;
	font-size: 80%;
	padding:2px;
	margin-bottom:3px;
}

.content_prodotti input{
	font-size: 100%;
}

.content_prodotti_img {
	padding-top:3px;

}

.content_prodotti p a:link, .content_prodotti p a:visited {
	text-decoration: underline;
}

.content_prodotti p a:hover {
	text-decoration: underline;
}

.title_listing {
	font-size: 110%;
	background-color:#EDEEF5;
	line-height:20px;
	padding:0px 4px 0px 4px;
	font-weight:bold;
}

.title_listing img {
	float:right;
}

.prodotto {
	clear: both;
}

.prodotto p{
	margin-bottom:4px;
}

.prodotto img {
	float:left;
	padding:2px;
	margin:0px 4px 0px 0px;
	border:1px solid #DDE0EE;
}

.title_prodotto {
	color:#FF6600;
	font-weight:bold;
	font-size:110%;
}

.codice_prodotto {
	color:#1F5394;
}

.title_prodotto img {
	border:0px solid;
	float:none;
	padding:6px 0px 0px 4px;
}

.reperibilita {
	font-size:110%;
	font-weight:bold;
}

.details_left {
	margin:4px 0px 0px 4px;
	width:40%;
	float:left;
	clear:both;
}

.details {
	float:right;
	clear:both;

}

.prezzo_prodotto {
	background:transparent url("pulsanti/bg_price.gif") no-repeat center;
	width:70px;
	height:18px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 0px 0px 0px;
	margin:0px 4px 0px 0px;
	float:left;
}

.dettagli_prodotto {
	background:transparent url("pulsanti/bg_dettagli.gif") no-repeat center;
	width:70px;
	height:18px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:3px;
	margin:0px 3px 0px 0px;
	float:right;
	clear:both;
}

.dettagli_prodotto a:link, .dettagli_prodotto a:visited {
	color:#FFFFFF;
	font-weight:bold;
}

.dettagli_prodotto a:hover {

}

.acquista_prodotto {
	background:transparent url("pulsanti/bg_acquista.gif") no-repeat center;
	width:70px;
	height:18px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:3px;
	margin:0px 3px 0px 0px;
	float:right;
	
}

.acquista_prodotto a:link, .acquista_prodotto a:visited {
	color:#FFFFFF;
	font-weight:bold;
}

.acquista_prodotto a:hover {

}

.extra {
	background:transparent url("pulsanti/extra.gif") no-repeat center;
	width:140px;
	height:18px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:3px;
	margin:0px 3px 0px 0px;
	float:right;
	clear:both;
}

.extra img {	
	margin:2px 0px 0px 6px;
	padding:0px;
	float:left;
}

.extra_txt {
	color:#FFFFFF;
	font-size:105%;
	padding:4px 0px 0px 0px;
	margin-right:3px;
}

.pulsante_gen {
	background:transparent url("pulsanti/bg_gen.gif") no-repeat center;
	width:120px;
	height:18px;
	text-align:center;
	color:#1F4094;
	font-weight:bold;
	padding-top:3px;
	margin:0px 3px 10px 0px;
	float:right;
	clear:both;
}

.pulsante_gen a:link, .pulsante_gen a:visited {
	color:#1F4094;
	font-weight:bold;
	background:transparent;
}

.pulsante_gen a:hover {
	text-decoration:none;
	color:#FF6600;
	background:transparent;
}


.pulsante_gen_carrello {
	background:transparent url("pulsanti/bg_gen.gif") no-repeat center;
	width:120px;
	height:18px;
	text-align:center;
	color:#1F4094;
	font-weight:bold;
	padding-top:3px;
	margin:0px 3px 10px 0px;
/*	float:right;*/
	clear:both;
}

.pulsante_gen_carrello a:link, .pulsante_gen_carrello a:visited {
	color:#1F4094;
	font-weight:bold;
	background:transparent;
}

.pulsante_gen_carrello a:hover {
	text-decoration:none;
	color:#FF6600;
	background:transparent;
}

.tab_paginazione {
}

.tab_paginazionenum {
	color:#FF6600;
	font-weight:bold;

}

.tab_paginazione a:link, .tab_paginazione a:visited {
	/*font-family:Webdings;*/
	font-size:110%;
	color:#003399;
	display:block;
	background-color:#EDEEF5;
	border:1px solid #1F5394;
	margin:0px 2px 0px 2px;	
	padding:1px 10px 0px 10px;
}

.tab_paginazione a:hover {
	color: #FF6600;
	display:block;
	text-decoration:none;
	border:1px solid #FF6600;
	background-color:#FFF2EB;
}
.prezzo_intero {
	font-weight:normal;
	text-decoration:line-through;
}

.prezzo_scontato {
	color:#FF6600;
	font-size:105%;
}

.prezzo_scontato2 {
	color:#FFFFFF;
	font-size:105%;
	text-decoration:line-through;
}

.prezzo_scontato3 {
	color:#FFFFFF;
	font-size:105%;
}

.ordinamento {
	font-size:85%;
	margin-bottom:4px;

}

/* lista sottocategorie */
.content_table { 
	border:1px solid #DDE0EE;
	margin-top:6px;
	font-size:85%;
	padding:1px;
}

.content_table_title {
	font-size:100%;
	font-weight:bold;
	background-color:#EDEEF5;
	padding:0px 0px 4px 3px;

}
	
	
.table_catlisting {
	margin:10px 0px 10px 0px;
}

.table_catlisting img {
	border:1px solid #DDE0EE;
}

/* listing per miniature*/
.table_min {
	font-size:95%;
	
}

.table_min td {
	padding:2px;
	margin:2px 5px 5px 2px;
	border:1px solid #DDE0EE;
}

.table_min img{
	border:1px solid #DDE0EE;
	padding:2px;
	float:left;
	margin-right:4px;
}

.details2 {
	clear:both;
}

/* correlati */
.correlati {
	background-color:#EDEEF5;
	padding:3px;
}

.title_correlati {
	color:#FF6600;
	font-weight:bold;
	font-size:85%;
	text-transform:uppercase;
}

/* basket */
.button_basket {
	background:transparent url("pulsanti/bg_gen2.gif") no-repeat center;
	width:120px;
	height:18px;
	text-align:center;
	color:#1F4094;
	font-weight:bold;
	padding-top:3px;
	margin:0px 4px 0px 0px;
}

.button_basket a:link, .button_basket a:visited {
	color:#1F4094;
	font-weight:bold;
}

.button_basket a:hover {
	text-decoration:none;
	color:#FF6600;
}

.table_filetti {
}

.table_filetti td {
	margin:0px;
	padding:0px 1px 0px 2px;
	height:20px;
	border-right:1px solid #EDEEF5;
	border-bottom:1px solid #EDEEF5;
}

/* tabella con sfondo azurrino e titolo blu scuro */
.tabella_bluscuro {
	width: 100%;
	font-size: 100%;
	padding: 1px 0px 2px 0px;
	background-color: #EDEEF5;
	text-align:left;
}

.title_bluscuro{  
	font-size:100%;
	background-color: #1F5394;
	font-weight:bold;
	color:#ffffff;
	padding: 2px 2px 4px 10px;
	margin: 1px 1px 4px 1px;
	text-align:center;
}
.table_popup {
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 100%;
}
.table_popup input, select {
font-size: 100%;
}

/*offerte in home page*/
#offerte {
	border-bottom:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	margin:0px 0px 20px 0px;
	padding:10px;
	text-align:center;
}

#offerte1 {
	border-bottom:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	margin:0px 0px 20px 0px;
	padding:5px;
	text-align:center;
}

.titolo_offerte {
	margin:10px 0px 0px 0px;
	padding:0px;
	background:transparent url("img/bg_tit.gif") repeat-x center;
	display:block;
}

.titolo_offerte span {
	background-color:#FFFFFF;
	color:#009900;
	font-weight:bold;
	margin-left:30px;
	padding:10px 6px 0px 6px;
}

.tabella_offerte {
	width:100%;
	text-align:left;
	font-size:80%;
	padding:3px;
}

.tabella_offerte td {
	padding-bottom:10px;
	padding-right:5px;
}

.tabella_offerte img {
	float:left;
	padding:2px;
	margin:3px;
}

.nome_prodotto_home {
	color:#FF6600;
	text-transform:lowercase;
	font-weight:bold;
	font-size:120%;
}

.allinea_dx {
	float:right;
	margin:20px 2px 2px 0px;
}

.acquista_home {
	background:transparent url("pulsanti/bg_acquistahome.gif") no-repeat center;
	width:70px;
	height:18px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:3px;
	margin:0px 5px 0px 0px;
	float:left;
}

.separatore_orizz {
	background-color:#DDE0EE;
}

.aggiornamento {
	font-size:70%;
}

.link_news {
	text-align:right;
}

.link_news a:link, .link_news a:visited {
	font-weight:normal;
	display:block;
	color: #165D9F;
	text-decoration:none;
	margin-right:4px;
}

.link_news a:hover {
	color:#FF6600;
	text-decoration:underline;
}

.link_sondaggi {
	clear:both;
	text-align:left;
	margin:26px 0px 0px 10px;
}

ul {
	margin-top:0px;
	margin-left:40px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

.ulcolorato {
	margin-top:0px;
	margin-left:40px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FF9900;
}

li {
	margin:0px;	
	list-style-type:disc;
	padding:0px;
}

.content_guide {
	text-align:center;
	border:1px solid #DDE0EE;
	font-size: 90%;
	padding:2px;
	margin:2px;
	

}

.content_guide img{
	padding:5px;
	margin:4px 0px 4px 0px;
	border:1px solid #DDE0EE;
	background-color:#FFFFFF;
}


.content_guide p a:link, .content_guide p a:visited {
	background-color:#EDEEF5;
	display:block;
	font-weight:bold;
	text-decoration:none;

} 

.content_guide p a:hover {
	background-color:#FFF2EB;
	display:block;
}

.art_guide {
	border:1px solid #DDE0EE;
	font-size: 80%;
	padding:2px;
	margin-bottom:3px;
}

.art_guide_title {
	font-size: 110%;
	background-color:#EDEEF5;
	line-height:20px;
	padding:0px 4px 0px 4px;
	font-weight:bold;
}

.art_guide_title a:link, .art_guide_title a:visited {
	font-weight:bold;
}

.art_guide_title a:hover {
	font-weight:bold;
}

.det_lettura {
	text-align:right;
	margin-right:3px;
	font-weight:bold;
	margin-top:6px;
}

.det_lettura a:link, .det_lettura a:visited {
	font-weight:bold;
	background-color:#EDEEF5;
	display:block;
	padding:3px;
}

.det_lettura a:hover {

}

.det_lettura_home {
	text-align:right;
	font-weight:bold;
	margin-top:6px;
}

.det_lettura_home a:link, .det_lettura_home a:visited {
	font-weight:bold;
	background-color:#EDEEF5;
	display:block;
	padding:3px;
}

.det_lettura_home a:hover {

}

.bg_azzurro {
	background-color:#EDEEF5;
}	

.bg_azzurro a:link, .bg_azzurro a:visited{
	font-size:110%;
	font-weight:bold;
}

.bg_azzurro a:hover{
	color:#FF6600;
	text-decoration: underline;
}

.tot_nomi {
	text-align:center;
}

/* ANNUNCI */
.annuncio {
	clear: both;
}

.annuncio  p{
	margin-bottom:2px;
}

.annuncio img {
	float:left;
	padding:2px;
	margin:4px 6px 0px 0px;
	border:1px solid #DDE0EE;
}

.title_annuncio {
	color:#FF6600;
	font-weight:bold;
	font-size:110%;
	float:left;
	padding:2px 0px 0px 0px;
	margin:0px;
}

.title_annuncio2 {
	font-weight:bold;
	font-size:110%;
}

.data_annuncio {
	float:right;
	clear:both;
	margin:3px 4px 0px 0px;	
	font-size: 100%;
	font-weight:bold;

}

.testo_annuncio {

}

.bottone_ricerca {
	font-size:90%;
	padding:0px;
	margin:0px;
}

.contatti_annunci {
	clear:both;
	font-size:110%;
	font-weight:bold;
}

.pulsante_aggiungi {
	background:transparent url("pulsanti/add_ann.gif") no-repeat center;
	width:260px;
	height:26px;
	text-align:center;
	color:#1F4094;

	padding-top:10px;
	margin:4px 0px 4px 0px;
}

.pulsante_aggiungi a:link, .pulsante_aggiungi a:visited {
	font-weight:bold;
}

.bottone_centrale {
	text-align:center;
	clear:both;
}	

.contatti_allevamenti {
	clear:both;
	font-size:110%;
}

.bottoni {
font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 90%;
}

.razza {
	color:#1F5394;
	font-weight:normal;
}


#subfooter {
	font-size:90%;
	margin-top:5px;
	color:#7FB2CC;
}
#subfooter a:link, #subfooter a:visited{
	color:#7FB2CC;
}

#subfooter a:hover{
	color:006699;
	text-decoration:none;
}

.form_esperto {
	margin:20px 0px 20px 0px;

}
.form_esperto a:link, .form_esperto a:visited {
	font-size:120%;
	width:300px;
	color:#336699;
	text-decoration:underline;
	border:3px solid #154473;
	background-color:#EEF6FE;
	padding:5px 45px 8px 45px;
	font-weight:bold;	
}

.form_esperto a:hover {
	color:#009966;
	padding:5px 45px 8px 45px;	
	background-color:#E5F5EF;
	border:3px solid #009966;	
}


.grande {
	font-size:130%;

}

.domanda {
	background-color:#F5F6F9;
	text-align:left;
	padding:3px;
	font-weight:bold;
}

.risposta {
	color:#07865C;
	background-color:#E5F5EF;
}

.clear {
	clear:both;
	background-color:#EDEEF5;
}
