#conts td.conts {
	padding-top: 0px;
	padding-bottom: 0px;
}
#conts p {
	color: #000000;
}
div.mappa {
	position: relative;
}
div.mappa .pEvid {
	position: absolute;
	display: none;
}
div.mappa .arr {
	position: absolute;
	height: 29px;
	width: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	cursor: pointer;
}
div.mappa .up, div.mappa .upr {
	padding-top: 3px;
	height: 26px;
}
div.mappa .dw, div.mappa .dwr {
	padding-top: 15px;
	height: 14px;
}
div.mappa .up {
	background-image: url(../img/mappa/arr_b_up.png);
}
div.mappa .dw {
	background-image: url(../img/mappa/arr_b_dw.png);
}
div.mappa .upr {
	background-image: url(../img/mappa/arr_r_up.png);
	z-index: 100;
}
div.mappa .dwr {
	background-image: url(../img/mappa/arr_r_dw.png);
	z-index: 100;
}

/*==== Hack PNG per Explorer ===*/
* html div.mappa .up {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='img/mappa/arr_b_up.png');
	background-image: none;
}
* html div.mappa .dw {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='img/mappa/arr_b_dw.png');
	background-image: none;
}
* html div.mappa .upr {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='img/mappa/arr_r_up.png');
	background-image: none;
}
* html div.mappa .dwr {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='img/mappa/arr_r_dw.png');
	background-image: none;
}
/*=== Fine Hack ===*/

td.mapResults {
	width: 557px;
	padding-top: 40px;
	vertical-align: top;
}
#stampa {
	text-align: right;
	margin: 10px;
	visibility: hidden;
}
#stampa a {
	font-weight: bold;
	color: #ff630b;
}
#stampa a:hover {
	color: #FFFFFF;
	background-color: #F95B08;
}
.risultato {
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
.risultato a.info {
	position: absolute;
	right: 0px;
	top: 0px;
}
.risultato td.numero {
	background-image: url(../img/mappa/numero_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	color: #FFFFFF;
	width: 27px;
	text-align: center;
	vertical-align: top;
	font-size: 13px;
	padding-top: 4px;
}
.risultato th {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	white-space: nowrap;
	width: 90px;
}
.risultato .azienda {
	text-transform: uppercase;
	color: #F95A08;
	font-weight: bold;
}
.risultato .logo {
	text-align: right;
	padding-right: 12px;
	vertical-align: middle;
}
.risultato a {
	color: #000000;
	text-decoration: none;
}
.risultato a:hover {
	text-decoration: underline;
}
td.mapFind {
	width: 271px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c0c0c0;
}
td.mapFind .mapFindSection {
	font-size: 12px!important;
}
#conts td.mapFind .titolo {
	background-image: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #f95b08;
	padding-top: 10px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	padding-bottom: 6px;
}
#mapFind {
	padding-left: 20px;
}
#categorie {
	margin-left: 25px;
	margin-top: 0px;
	padding-bottom: 20px;
}
#categorie select {
	width: 230px;
}
#searchRes {
	width: 248px;
	margin-left: 10px;
	padding-bottom: 20px;
	margin-top: 20px;
}
#searchRes td.results {
	background-color: #D6D6D6;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 10px;
}
#searchRes td.results p {
	font-size: 10px;
	text-transform: uppercase;
	margin: 10px 0px 0px;
	padding: 0px;
}
#searchRes td.results .padiglione {
	color: #c43a00;
	font-weight: bold;
}
#searchRes td.results a {
	text-decoration: none;
	color: #000000;
	display: block;
	width: auto;
	font-weight: normal;
}
#searchRes td.results a:hover {
	text-decoration: underline;
}
div.autocomplete {
	position:absolute;
	width:200px!important;
	background-color:white;
	margin:0px;
	padding:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected {
	background-color: #CCCCCC;
	color: #D71800;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0px;
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
	
.popupDiv {
	background-color: #F14515;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
}
.popupDiv a {
	text-decoration: underline;
}
.popupDiv table {
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.popupDiv .intesta {
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F14515;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #F14515;
}
.popupDiv .intesta .numero {
	background-image: url(../img/mappa/pop_num_bg.gif);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	height: 29px;
	width: 29px;
	color: #FFFFFF;
	text-align: center;
	top: -4px;
	padding-top: 5px;
	right: 0px;
}
.popupDiv th {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	width: 170px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F14515;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	vertical-align: top;
}
.popupDiv td {
	color: #666666;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 10px;
	vertical-align: top;
}
