/*

		border-style: solid;
		border-width:1px;
		border-color: #009933;
 
		style="border-style: solid; border-width:1px; border-color: #009933;"
		
		border: 1px solid #009933;
		
*/

body td  {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align:left;
	}
	
a {
	text-decoration: none;
	color: #F23509;
	}	

a:hover {
	text-decoration: underline;
	color: #F23509;
	}	

a:visited {
	text-decoration: underline;
	color: #F23509; /* AEA98C */
	}	
		
/* per home page ------------------------ ------------------------ ------- */
.categoria_hp {
	color: #ffffff;
	text-transform: uppercase; 
	padding:3px;
	}
.titolo_hp {
	text-transform: uppercase; 
	padding:3px;
	font-weight: 900;
	}

/* per ingrandimento immagini ------------------------ ------------------------ ------- */
 .img-list {
 	clear:	both;
 	}

 .img-list a {
 	float:	left;
 	padding:	0px;
 	outline:	0;
	}
	
/* immagini in articoli -------------- ------------------------ ------------------------ */
.postimg_left {
	float: left;
	text-align: left;
	margin: 1em 1em 1em 0;
	#padding: 3px;
	font-size: smaller;
	/*font-weight: bold;*/
	font-family: arial,helvetica,narrow;
	color: #999;
	}

.postimg_right {
	float: right;
	text-align: left;
	margin: 1em 0 1em 1em;
	#padding: 3px;
	font-size: smaller;
	/*font-weight: bold;*/
	font-family: arial,helvetica,narrow;
	color: #999;
	}

.postimg_center {
	margin: 1em;
	text-align: center;
	padding: 3px;
	font-size: smaller;
	/*font-weight: bold;*/
	font-family: arial,helvetica,narrow;
	color: #999;
	}

/* categorie ------------------------ ------------------------ ------------------------ */
.ricerca_categorie {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	}
		
.ricerca_categorie ul {
	list-style-type: none;
	padding-left: -5px;
	}
		
.ricerca_categorie li {
	list-style-type: none;
	padding-left: -5px;
	border:0px solid #cccccc;
	}	
		
.ricerca_categorie a {
	text-decoration: none;
	color: #ffffff;
	}	

.ricerca_categorie a:hover {
	text-decoration: none;
	color: #FF0000;
	}	

.ricerca_categorie a:visited {
	text-decoration: none;
	color: #ffffff;
	}	
		



