/***CSS INTERNO***/

#macchia{
background:url(../images/macchia.html) bottom right no-repeat;
width:870px;
float:left;
}

#left-menu{
float:left;
width:160px;
padding:0 0 0 10px;
}

#sidebar{
width:155px;
/*height:125px;*/
}

#sidebar2{
float:left;
width:155px;
height:299px;
}

#menu-two{
margin:30px 0 60px 0;
width:170px;
background:#fff;
}

#menu-two  ul {
list-style-type:none;
font-size:1.1em;
width:170px;
}

#menu-two  li {
padding-left:0;
font-weight:bold;
}

#menu-two  li a  {
color: #5e5e5e;
text-decoration: none;
padding:10px 0 0 20px;
margin:-10px 0 0 0;
height:26px;
background:url(../images/bg_menu2.gif) left no-repeat;
display:block;
}

#menu-two li a:hover,
#menu-two li a.selezionato_on{
color: #FFF;
background:url(../images/bg_menu1.gif) left no-repeat;
padding-left:20px;
height:26px;
display:block;
}

#menu-two ul li ul.terzoLivello{
padding:0;
margin:0;
font:1em "Trebuchet MS", Arial, sans-serif;
}

#menu-two ul li ul.terzoLivello li a{
display:block;
color: #5e5e5e;
text-decoration:none;
font-weight:normal;
height:28px;
background:url(../images/bg_submenu1.gif) left no-repeat;
padding:10px 0 0 25px;
}

#menu-two ul li ul.terzoLivello li a:hover,
#menu-two ul li ul.terzoLivello li a.selezionato_on{
display:block;
color:#FFF;
background:url(../images/bg_submenu2.gif) left no-repeat;
height:28px;
padding:10px 0 0 25px;
}

#gallery{
width:470px;
margin:35px 0 15px 0;
float:left;
}

#gallery h2{
background:url(../images/gallery/gallery_title.html) left no-repeat;
width:130px;
height:17px;
}

#gallery h2 span{
display:none;
}

#gallery ul{
list-style-type:none;
margin:20px 0 0 0;
}

html>body #gallery ul li{
padding:0 8px 0 7px;
margin:0 0 15px 0;
}

#gallery ul li{
display:block;
float:left;
margin:0 0 15px 0;
padding:0 6px 0 7px;
background:url(../images/divider.gif) right top no-repeat;
}

#gallery ul li.last{
background:none;
}

#gallery ul li img{
padding:4px;
border:1px solid #000;
}

a.down{
margin:0 20px 0 0;
}

a.kml{
/*display:block;*/
float:left;
width:55px;
height:21px;
background:url(../images/icone/kml_ico.gif) no-repeat;
}

a.gpx{
/*display:block;*/
float:left;
width:55px;
height:21px;
background:url(../images/icone/gpx_ico.gif) no-repeat;
}

a.plt{
/*display:block;*/
float:left;
width:55px;
height:21px;
background:url(../images/icone/plt_ico.gif) no-repeat;
}

a.trk{
/*display:block;*/
float:left;
width:55px;
height:21px;
background:url(../images/icone/trk_ico.gif) no-repeat;
}

a.kml span,
a.gpx span,
a.plt span,
a.trk span{
display:none;
}

.evento{
width:455px;
background:url(../images/bg_list.gif) bottom left repeat-x;
margin-bottom:20px;
}

#innerContent ul,
#innerContent ol{
margin:0 0 5px 25px;
font:11px "Trebuchet MS", Aria, sans-serif;
}

#innerContent .evento p{
width:270px;
margin:10px 0 0 0;
float:left;
}

#innerContent .evento .more{
color:#009fc3;
font:bold 1.1em "Trebuchet MS", Arial, sans-serif;
text-decoration:none;
float:right;
}

.evento img{
float:left;
margin:0 10px 0 0;
background:url(../images/thumb_generico.html) bottom left no-repeat;
}

.evento em{
background:#FDC900;
}

#innerContent .evento h3{
font:bold 11px "Trebuchet MS", Aria, sans-serif;
color:#009fc3;
}

#innerContent .evento h4{
font:normal 11px "Trebuchet MS", Aria, sans-serif;
margin:1px 0 0 0;
}

#innerContent #img_evento img{
background:url(../images/thumb_generico.html) bottom left no-repeat;
}


#body_form{
position:relative;
color:#000;
margin:10px 0 30px 0;
padding:0;
width:450px;
}

#body_form fieldset {
display: block;
border:none;
margin:0;
padding:5px 0;
}

#body_form p{
font-size:110%;
margin:0;
padding:10px 0 0 0;
}

#body_form p.grazie{
font-size:110%;
margin:0;
padding:150px 0;
}

#body_form fieldset.radio{
margin: 10px 0 0 0;
padding:0;
}

#body_form fieldset.radio input {
width: auto;
background-color: transparent;
border: none;
}

#body_form fieldset.radio .left {
float: left;
padding:0 5px 0 0;
	
}

#body_form fieldset.radio .right {
float: left;
font-size:10px;
}

#body_form fieldset.radio .right p{
width:320px;
margin:-6px 0 0 0;
}

#body_form fieldset.radio .right a{
text-decoration:none;
background:#FDC900;
font-weight:bold;
color:#000;
}

#body_form fieldset.radio label {
margin: 0;
padding:0;
}

#body_form input {
display: block;
height:20px;
background-color:#FDC900;
border: 0;
width:162px;
color:#000;
margin:2px 0 0 0;
font:1em "Trebuchet MS", Aria, sans-serif;
}

#body_form label {
float: left;
display: block;
padding: 0px 21px 0 0;
font-weight: normal;
font-size: 11px;     
}

#body_form label.short {
float: left;
display: block;
padding: 0px 18px 0 0!important;
font-weight: normal;
font-size: 11px;
width:auto;    
}

#body_form textarea {
display: block;
background-color:#FDC900;
width:345px;
height:87px;
color:#000;
border:none;
padding-left:3px;
font-size:1em;
font-family: "Trebuchet MS", Arial, sans-serif;
}

#body_form .submit{
font-size: 9px;
font-weight:bold;
background-color: #000;
color:#FDC900;
width: 78px;
height: 20px;
margin-top:15px;
margin-bottom:15px;
margin-right:13px;
float:left;
font-family: Verdana;
}

#body_form .submit2{
font-size: 9px;
font-weight:bold;
background-color: #000;
color:#FDC900;
width: 92px;
height: 20px;
margin-top:15px;
float:left;
font-family: Verdana;
}

#body_form #alignButton{
padding-left:0;
float:left;
}

/* install instructions toggle */
div#installing {
	left:-40px;
	top:10px;
	position: absolute;
	background: #FFF;
	/*background:url(img/sf_right_alt.jpg) top left no-repeat;*/
	border: 2px solid #000;
	font-weight: normal;
	opacity: .99;
	filter:alpha(opacity=99);
	width: 472px;
	z-index:600!important;
	font-family: "Trebuchet MS", Arial, sans-serif;
  }



#installing div {
	/*background: #FFF;*/
	border: 1px solid #000;
	margin: 3px;
	padding: 0 10px;
}



#installing p {
	color: #000;
	font-size:1em;
	line-height:1.1em;
	width:448px;
  }



#installing p a{
	color: #fff;
	line-height: 1.2em;
  }



#installing a#closer {
	display: block;
	background: #FDC900;
	border: 1px solid;
	border-color: #FDC900;
	color: #000;
	font-size: .9em;
	margin: 0 0 0px 0px;
	padding: 2px;
	text-decoration: none;
	width:50px;
	text-align:center;
	font-weight:normal;
  }



#installing a#closer:hover {
	color: #000;
	font-weight:bold;
  }
  
  
  p a.more{
  background:#FDC900;
  color:#000000;
  font-size:1.1em;
  text-decoration:none;
  font-weight:bold;
  float:right;
}


/******** MAPPA *****************/

#Gmap {
	width: 460px;
	height: 400px;
	border:1px solid black;
}

#GmapType span {
	font:11px "Trebuchet MS", Aria, sans-serif;
	minheight:300px;
}

#GmapType {
	width: 460px;
	border:1px solid black;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

#GmapType .columleft{
	width: 230px;
	float:left;
}

#GmapType .columright{
	width: 230px;
	float:left;
}
