﻿.gradientbuttons ul{
padding: 3px 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.gradientbuttons li{
display: inline;
margin: 0;
}

.gradientbuttons li a{
text-decoration: none;
padding: 2px 7px;
margin-right: 5px;
border: 1px solid #778;
color: white;
border:1px solid gray;
background: #3282c2;
border-radius: 8px; /*w3c border radius*/
box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
-moz-border-radius: 8px; /* mozilla border radius */
-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
-webkit-border-radius: 8px; /* webkit border radius */
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
}

.gradientbuttons li a:hover{
color: yellow;
}



.greentheme li a{
font-size:12px;
background: green;
background: -moz-linear-gradient(center top, #7ad690, #3ec05c 25%, #298a40 45%, #3ec05c 85%, #7ad690);
background: -webkit-gradient(linear, center top, center bottom, from(#7ad690), color-stop(25%, #3ec05c), color-stop(45%, #298a40), color-stop(85%, #3ec05c), to(#7ad690)); 
}

.prenotazioni 
{
	float:left; line-height:22px; height:22px; background-image:url('/immagini/icone/prenotazioni.png'); background-repeat:no-repeat; padding-left:25px;
}

.virtualtour
{
	 float:left; line-height:22px; height:22px; background-image:url('/immagini/icone/virtualtour.png'); background-repeat:no-repeat; padding-left:25px;
}

.listino
{
	  float:left; line-height:22px; height:22px; background-image:url('../immagini/icone/listino.png'); background-repeat:no-repeat; padding-left:25px;
}

.contatti
{
	  float:left; line-height:22px; height:22px; background-image:url('../immagini/icone/contatti.png'); background-repeat:no-repeat; padding-left:25px
}

.webcam
{
	  float:left; line-height:22px; height:22px; background-image:url('../immagini/icone/webcam.png'); background-repeat:no-repeat; padding-left:25px
}

.preventivo
{
	  float:left; line-height:22px; height:22px; background-image:url('../immagini/icone/preventivo.png'); background-repeat:no-repeat; padding-left:25px
}

.TastoPrenota {
    background-image: url(/immagini/sfondotasto.png);
    background-repeat: no-repeat;
    width: 189px;
    text-align: center;
    display: inline-block;
    height: 27px;
    color: #fffc00;
    font-family: arial;
    font-style: italic;
    text-decoration: none;
    font-weight: bold;
    padding-top: 9px;
    margin-top:5px
}