/*
	GoogleMap.css
	TemplateName: ObjectWeb-Base
	Copyright (c) 2010, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/



/* Stile per i controlli della tipologia di mappa
------------------------------------------------------------------------------------------------- */

.map-type-control {
   font-size: 14px;
   font-family: Arial, sans-serif;
   padding-top: 5px;
   padding-right: 5px;
}

.map-type-control .item.selected {
   font-weight: bold;
}

.map-type-control div {
   background-color: #FFFFFF;
   cursor: pointer;
   font-size: 13px;
   height: 20px;
   border: 1px solid #E0E0E0;
   text-align: center;
   width: 74px;
}

.map-type-control.dropdown-style .item {
   border-top: none;
   line-height: 20px;
   margin-left: 3px;
}

.map-type-control.horizontal-style .item {
   float: left;
   height: 20px;
   margin-left: -1px;
}

.map-type-control.dropdown-style #dropdowntitle {
   background-color: #77B0FF;
   color: #FFFFFF;
   font-weight: bold;
   width: 80px;
}

.map-type-control .item:hover {
   background-color: #C9E0FF;
}
/* ---------------------------------------------------------------------------------------------- */
