/* Oggetti sulla spiaggia */
#mappa_spiaggia {
    float: left;
    /*padding: 20px;*/
}

#cart {
    float: left;
}

.charging_image {
    position: absolute;
    left: 370px;
    top: 100px;
    z-index: 1000;
    background: #fff;
    padding: 15px;
    border: 2px solid #FF9900;
}

.loading_image {
    position: absolute;
    left: 350px;
    top: 200px;
    z-index: 1000;
    background: #fff;
    padding: 15px;
    border: 2px solid #FF9900;
}

/*Tabella prenotazioni*/
* {
    border: 0 none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,p,ul,div {
    font-size: 1em;
}

body {
    color: #333333;
    font-family: "lucida grande", verdana, arial, helvetica;
    font-size: 62.5%;
    background: url(img/body_prenotazione_3.jpg) fixed center top;
}

/* content popup */
#prenotazioni {
    min-height: 740px;
    /*background-color: #fff;*/
    padding: 30px;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
}

#prenotazioni h1 {
    margin-top: 15px;
    font-family: "lucida grande", verdana, arial, helvetica;
    margin-left: 20px;
    font-weight: normal;
    color: #2952a5;
}

#prenotazioni h1 a:link {
    color: #fb7e0d;
}

#prenotazioni h1 a:visited {
    color: #fb7e0d;
}

#prenotazioni h1 a:active {
    color: #fb7e0d;
}

#prenotazioni h1 a:hover {
    color: #fb7e0d;
}

#prenotazioni h2 {
    font-size: 1.3em;
    line-height: 2em;
    margin-left: 20px;
    color: #fb7e0d;
}

#prenotazioni h2.emphatize {
    text-align: center;
    font-size: 1.5em;
}

#prenotazioni h2.emphatize strong {
    color: #c00;
}
a.logo-dx{
    top: 5px;
    right: 120px;
}

a.logo-sx{
    top: 5px;
    left: 100px;
}

a.logo-sx, a.logo-dx {
    position: absolute;
    width: 161px;
    height: 45px;
    background-image: url(img/banner_sunbrellaweb.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}


#prenotazioni p {
    margin-left: 20px;
    font-size: 1.2em;
    color: #333;
    line-height: 1.6em;
    width: 600px;
    text-align: justify;
    padding: 5px 0 5px 0;
}

#prenotazioni p.evidence {
    border: 2px solid red;
    padding: 10px;
    background-color: #FFA;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

#prenotazioni p.error {
    font-weight: bold;
}


#prenotazioni p.evidence input {
    margin-right: 10px;
}


#prenotazioni table {
    width: 600px;
    margin-left: 20px;
    font-size: 1.3em;
}

#prenotazioni table caption {
    text-align: right;
    font-size: 1.1em;
    padding: 0 5px;
    color: #2966ca;
    line-height: 2em;
}

#prenotazioni table td,th {
    padding: 10px;
    border: 1px solid #e2e9f4;
}

#prenotazioni table td.element {
    width: 130px;
    background: #f7f9fc;
    color: #738db3;
    font-size: 1.1em;
}

#prenotazioni table thead td,th {
    font-size: .9em;
    background: #f7f9fc;
    color: #738db3;
}

#prenotazioni table thead td span {
    font-size: .85em;
    display: block;
}

#prenotazioni table thead td.holyday {
    background: #c00;
    color: #fff;
    border-color: #900;
}

#prenotazioni table tfoot td,th {
    font-size: .9em;
    background: #f7f9fc;
    color: #738db3;
}

#prenotazioni table tfoot td span {
    font-size: .85em;
    display: block;
}

#prenotazioni table thead th.emphatize {
    background: #c00;
    color: #fff;
    border-color: #900;
}

#prenotazioni table a {
    text-decoration: none;
    color: #c00;
}

#prenotazioni table a:hover {
    text-decoration: underline;
    color: #738db3;
}

#prenotazioni label,#prenotazioni input {
    display: block;
    margin-bottom: 10px;
}

#prenotazioni label {
    text-align: right;
    float: left;
    width: 420px;
}

#prenotazioni input {
    border: 1px solid #e2e9f4;
    padding: 10px;
    width: 180px;
    float: left;
}

#prenotazioni input#submit_button {
    margin-top: -10px;
    font-weight: bold;
    float: right;
}

#prenotazioni input#empty_button {
    margin-top: -10px;
    float: left;
}

#prenotazioni input.hidden {
    display: none;
}

#prenotazioni #reservation_number p.label {
    font-size: 1.4em;
    font-weight: bold;
    padding: 5px;
}

#prenotazioni #reservation_number p.code {
    font-size: 1.4em;
    font-weight: bold;
    border: 2px solid #E2E9F4;
    padding: 5px;
}

#prenotazioni div.actions {
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
    border: 2px solid #E2E9F4;
    width: 170px;
    margin-right: 25px;
}

#prenotazioni div.actions a img {
    float: right;
}

div#prenotazioni form div.form {
    padding: 20px 0 40px 0;
}

div#prenotazioni form div.form label {
    font-size: 1.4em;
    text-align: right;
    float: left;
    width: 100px;
    padding: 5px 10px 0 0;
}

div#prenotazioni form div.form input {
    border: 1px solid #e2e9f4;
    font-size: 1.2em;
    padding: 5px;
    width: 187px;
    float: left;
}

div#prenotazioni form div.form div.floatclear {
    clear: both;
}

#prenotazioni label span.powered_by a.powered_by {
    text-align: left;
    font-weight: bold;
    color: #c00;
    float: left;
    text-decoration: none;
}

#prenotazioni label span.powered_by a.sunbrella {
    float: left;
    height: 70px;
    color: #FF9900;
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
}

#prenotazioni label span.powered_by a.web_it {
    float: left;
    height: 70px;
    color:  #21417b;
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.clearfloat {
    clear: both;
}
