/**
* ############## 
* Module: GoogleMaps
* Author: marco mdxprod.com
* Licence: GNU
* ####################
*/

.infobox {font-size: 10px; width: 200px; text-align:justify;} 

.infobox a{font-size: 10px; color:#0000CC;}
.infobox a:hover{font-size: 10px; color:#0099CC;}

.gmaps_linktoadmin {padding-top: 15px; padding-bottom: 5px; font-size: 10px; text-align: center; line-height: 18px;}

div.socbookmark a img 
	{
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	}
div.socbookmark a:hover img 
	{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	}