/**
 * Google Map Tools 
 * Version: 1.1
 * Author: Massimo Ciccolini
 * Author URI: http://web.idra.it/
*/
 
.gm_info_cont{
	width:250px; 
	height:200px;
	padding-right:10px;
}

.gm_info_title{
	margin:0;
	font-weight:bold;
	color: #393939;
	font-size:14px;
}

.gm_info_title a{
	margin:0;
	font-weight:bold;
	color: #393939;
	font-size:14px;
	text-transform:uppercase;
}

.gm_info_address{
	font-size:10px;
	text-align:left;
	font-weight:bold;
}

.gm_info_address address{
	font-size:10px;
	text-align:left;
	font-weight:bold;
	margin:0;
}

.gm_info_img{
	width:100px; 
	/*padding-right:15px*/
}


.gm_info_cont table td {
background:#fff none repeat scroll 0 0;
color:#393939;
}

.map_links {
/*background:#0C0C0C none repeat scroll 0 0;
color:#393939;*/
padding:5px;
}

.map_links ul li {
/*background:#fff none repeat scroll 0 0;
color:#393939;*/
display:inline;
}

