a {  text-decoration: none; font-size: 9pt}
a:hover  {  text-decoration: underline; font-size: 9pt}
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt}
h5 {  font-size: 8pt; font-weight: lighter}

a:link { text-decoration: none; color:white; border-style: none}
a:visited { text-decoration: none; color:white}
a:hover {  color:yellow; text-decoration: none}
a:active {  color:yellow; text-decoration: none}

/* Tag cloud*/
 
ul.tagcloud{ 
	list-style:none;
	margin:0;
	padding:0.5em;
	line-height:1.8;
    width: 620px;
	text-align:justify;
  }
  
ul.tagcloud li{display:inline}

ul.tagcloud a{
	text-decoration:none;
	color: #787870;
	margin-right: 0.2em;
  }
  
ul.tagcloud a:hover{text-decoration: underline;color: #444}

a.size1{font-size:40%}
a.size2{font-size:60%}
a.size3{font-size:85%}
a.size4{font-size:110%}
a.size5{font-size:140%}

#tag_contenitore{
	background: url(../img/tag_prodotti.png) no-repeat;
	width: 760px;
	height: 227px;
	position: relative;
	top: 0px;
	left: 0px;
  }
	
#tag{
	width: 700px;
	height: 227px;
	position:relative;
	top: 35px;
	left: 0px;
	margin-left: -30px;
  }
  
/*Footer*/
#footer{
	width: 760px;
	height: 20px;
	background-color: #f5f525;
	position: relative;
	margin-top: 0px;
	padding-top: 3px;
  }
	
.footer_char {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	letter-spacing: normal;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
  }