/* CSS Document */

body{
	margin: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
}
a:link {  
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:visited {  
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none;
}
a:hover {  
	color: #ffffff; 
	font-weight: bold;
	text-decoration: underline;
}
.table_generale{
	width: 775px;
}
.content{
	background-image: url(images/layout/sfondo.gif);
}
.footer{
	background-image: url(images/layout/bottom.jpg);
	background-repeat: no-repeat;
	height: 56px;
}
.td_footer{
	text-align: center;
	padding-bottom: 8px;

}
.menusx{
	width: 185px;
	vertical-align: top;
}
.td_menusx{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1{
	font-size: 14px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-topx: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}
.contenuti{
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 3px;
	vertical-align: top;
}
.border_img{
	border: 2px solid #2BA6C8;
}


/* ************************** */
/* GOOGLE MAP */
/* ************************** */
/* contenitore della mappa */
#googleMap {
    margin-top: 10px;
    width: 435px; 
	height: 435px;
	border: solid 2px #2BA6C8;
}
/* contenuti della info tab */
#infoContent {
    width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
#infoContent h4 {
    font-size: 15px;
	margin:0px;
	border-bottom: 1px solid #006659;
}
#infoContent h5 {
    font-size: 13px;
	margin:0px;
	margin-top:6px;
}
#infoContent p {
    font-size: 10px;
	margin:0px;
}
.titoloInfoTab {
   font-weight:bold;
}
.txt_content_maps{
	padding-top: 5px;
	text-align: center;
}
.scheda_prodotti{
	font-size: 12px;
}
.td_sitemap{
	padding: 10px;
}
.td_txt_sitemap{
	height: 20px;
	border: 1px solid #1F784C;
	text-align: center;
	vertical-align: middle;
}

