/* ID principale per la infowindow del singolo marker */
#viaggio_marker{
	width: 270px;
	margin: 10px 10px 0 10px;
	height:auto!important;
}
#viaggio_marker_contents div {
	width: 250px;
	/*min-height: 50px;
	height: auto!important;*/
	height:90px;
	padding:0 6px 0 0!important;
	color:#837D6C;
	overflow: auto;
	z-index:10;
}
#viaggio_marker_contents div p {
	text-align:left!important;
}
#viaggio_marker_contents div a {
	text-decoration:none;
}
#viaggio_marker_contents div a:hover {
	text-decoration:underline;
}
#viaggio_marker div a.cat3 { color:#6D7941; }
#viaggio_marker div a.cat4 { color:#EDAE0D; }
#viaggio_marker div a.cat5 { color:#7E4123; }


#viaggio_marker img {
	float:left;
	border: 3px solid #CDC9BE;
	margin: 0 10px 0 0;
	width:93px;
	height:39px;
}
/* ID che identifica l'area che contiene le informazioni */
#viaggio_marker_contents{
	background-color: #FFF;
	font-family: verdana;
	font-size:11px;
}

/* Angolo alto sx */
#viaggio_marker_tl{
	width: 20px;
	height: 10px;
	background: url('../i/marker/corners/bubble_tl.png') top left no-repeat transparent;
}
* html #viaggio_marker_tl{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/marker/corners/bubble_tl.png', sizingMethod='crop');
}
#viaggio_marker_t{
	background: url('../i/marker/corners/bubble_t.png') top left repeat-x #FFF;
}
/* Angolo alto dx */
#viaggio_marker_tr{
	width: 20px;
	height: 10px;
	background: url('../i/marker/corners/bubble_tr.png') top right no-repeat transparent;
}
* html #viaggio_marker_tr{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/marker/corners/bubble_tr.png', sizingMethod='crop');
}
/* Bordo sinistro di infowindow */
#viaggio_marker_l{
	background: #fff url('../i/marker/corners/bubble_l.png') top left repeat-y ;
	width: 10px;
}
/* Bordo destro di infowindow */
#viaggio_marker_r{
	background: #fff url('../i/marker/corners/bubble_r.png') bottom right repeat-y;
	width: 10px;
}
/* Angolo basso sx */
#viaggio_marker_bl{
	width: 20px;
	height: 10px;
	background: url('../i/marker/corners/bubble_bl.png') bottom left no-repeat transparent;
}
* html #viaggio_marker_bl{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/marker/corners/bubble_bl.png', sizingMethod='crop');
}
/* Bordo basso */
#viaggio_marker_b{
	height: 2px;
	clear:left;
	background: url('../i/marker/corners/bubble_b.png') center bottom repeat-x #FFF;
}
/* Angolo basso dx */
#viaggio_marker_br{
	width: 20px;
	height: 10px;
	background: url('../i/marker/corners/bubble_br.png') bottom left no-repeat transparent;
}
* html #viaggio_marker_br{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/marker/corners/bubble_br.png', sizingMethod='crop');
}
/* ID spazio del comando per chiudere la infowindow */
#viaggio_marker_close{
	width: 20px;
	height: 30px;
	margin: 0;
	background: url('../i/marker/corners/bubble_close.png') top right no-repeat transparent;
	cursor: pointer;
	z-index:0;
}
* html #viaggio_marker_close{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/marker/corners/bubble_close.png', sizingMethod='crop');
}
#viaggio_marker_beak{
	width: 49px;
	height: 29px;
	margin-left: 0;
	background: url('../i/marker/corners/bubble_beak.png') top left no-repeat transparent;
}
* html #viaggio_marker_beak{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/marker/corners/bubble_beak.png', sizingMethod='crop');
}



