
#toolbar-map-imm{
	background-image:url(../img/sfondo-tab.jpg);
	background-repeat:repeat-x;
	border-bottom: 2px #FFFFFF solid;

}

#sidebar-tot-immobili-geo{
	color:#fff;
	background-color:#000000;
}

.sb_blue button {text-align: left; 
    cursor:pointer;
	background-color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif; 
 	margin: 1px;}
.sb_blue button:focus {background-color: #fff !important;}
.sb_blue button:hover {background-color: lightyellow !important;}

/*link nuvola*/

 #link-detail-cloud{
	padding:5px;
 	text-decoration:none;
	float:right;
	color: #FFFFFF;
	background-color: #CCCCCC;
	 }
 
  #link-detail-cloud:hover{
	 color:#fff;
	 background-color:#DDDDDD;
 	 text-decoration:none;
 }

 /*bottone torna indietro*/
 
a.indietro {
	border-radius: 5px;
	box-shadow: 1px 1px 2px #000000;
	background: -moz-linear-gradient(100% 100% 90deg, #DDDDDD, #999999);
	background: -webkit-gradient(linear, center top, center bottom, from(#DDDDDD), to(#999999));
	filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#DDDDDD', endColorstr='#999999',GradientType=0 );
	color:#fff;
}

a.indietro:hover {
	border-radius: 5px;
	box-shadow: 1px 1px 2px #000000;
	background: -moz-linear-gradient(100% 100% 90deg, #ffffff, #DDDDDD);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#DDDDDD));
	filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#ffffff', endColorstr='#DDDDDD',GradientType=0 );
}
