/* 
    Document   : style
    Created on : 4-giu-2010, 13.05.03
    Author     : Fabio Politi <f.politi@icoa.it>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.bubble h3{
    font-family:"Trebuchet MS";
    font-size: 12px;
    text-transform: uppercase;
    margin:0 0 2px 0;
    padding:0;
    text-shadow:1px 1px 1px #ccc;
}

div.bubble img {
	bottom:-2px;
	position:absolute;
	right:0px;
}

div.bubble p{
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial;
    font-size: 11px;
    color:#333;
    /*padding:0;
    margin:0;*/
}

div.bubble.withImage img{
    border:1px solid #ccc;
    padding:2px;
    float:right;
    margin-right: 5px;
}

/*div.bubble.withLink a{
    color:red;
    text-decoration: underline;
}*/

div#gmap{
    width:760px; 
	height: 400px;
    border:1px solid #ccc;
	margin-left: 20px;
}


