/* BODY */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #606060;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    background: white url(/images/bg-body.jpg) repeat-x left top;
}

/* GENERICI */

* html textarea {
    background-attachment: fixed;
}

form {
    margin: 0;
    padding: 0;
    background: url(/images/bg-top.jpg) no-repeat center top;
}

img {
    border: 0;
}

a {
    color: #DB7812;
    text-decoration: none;
}

    a:visited {
        color: #DB7812;
        text-decoration: none;
    }

    a:hover {
        color: #DB7812;
        text-decoration: underline;
    }

    a:active {
        color: #DB7812;
        text-decoration: underline;
    }

h1 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 200%;
    font-weight: normal;
}

h2 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 150%;
    font-weight: normal;
}

h3 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 125%;
    font-weight: normal;
}

h4 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 125%;
    font-weight: normal;
}

p {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}

div.clear {
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

iframe {
    margin-left: 6px;
    border: 1px solid #e7e3d7;
}

/* PAGINA */

div#page {
    width: 996px;
    margin: 0 auto;
    min-height: 500px;
}

    div#page div#header {
        position: relative;
        width: 996px;
        min-height: 200px;
    }

        div#page div#header div#logo {
            position: absolute;
            top: 0;
            left: 0;
            width: 236px;
            height: 89px;
            overflow: hidden;
        }

        div#page div#header div#claim {
            position: absolute;
            top: 92px;
            left: 10px;
            width: 227px;
            height: 24px;
            overflow: hidden;
        }

        div#page div#header div#language {
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 27px;
            overflow: hidden;
            background: url(/images/login-left.png) no-repeat left top;
            padding-left: 7px;
        }

            div#page div#header div#language div {
                background: url(/images/login-right.png) no-repeat right top;
                height: 22px;
                padding-right: 7px;
                padding-top: 5px;
            }

                div#page div#header div#language div p {
                    text-align: center;
                    color: white;
                }

                    div#page div#header div#language div p a {
                        position: relative;
                        z-index: 200;
                        color: white;
                        text-decoration: none;
                    }

                        div#page div#header div#language div p a:visited {
                            color: white;
                            text-decoration: none;
                        }

                        div#page div#header div#language div p a:hover {
                            color: #FBAC29;
                            text-decoration: none;
                        }

                        div#page div#header div#language div p a:active {
                            color: #FBAC29;
                            text-decoration: none;
                        }

                    div#page div#header div#language div p img {
                        vertical-align: middle;
                        margin-bottom: 2px;
                        margin-right: 2px;
                    }

            div#page div#header div#language p img#italiano {
                margin-left: 16px;
            }

            div#page div#header div#language p span {
                font-weight: bold;
            }

        div#page div#header div#registration {
            position: absolute;
            top: 0;
            right: 220px;
            width: 200px;
            height: 27px;
            overflow: hidden;
            background: url(/images/login-left.png) no-repeat left top;
            padding-left: 7px;
        }

            div#page div#header div#registration div {
                background: url(/images/login-right.png) no-repeat right top;
                height: 22px;
                padding-right: 7px;
                padding-top: 5px;
            }

                div#page div#header div#registration div p {
                    text-align: center;
                    color: white;
                }

                    div#page div#header div#registration div p a {
                        color: white;
                        text-decoration: none;
                    }

                        div#page div#header div#registration div p a:visited {
                            color: white;
                            text-decoration: none;
                        }

                        div#page div#header div#registration div p a:hover {
                            color: #FBAC29;
                            text-decoration: none;
                        }

                        div#page div#header div#registration div p a:active {
                            color: #FBAC29;
                            text-decoration: none;
                        }

        div#page div#header div#logged-info {
            position: absolute;
            top: 0;
            right: 220px;
            width: 250px;
            height: 27px;
            overflow: hidden;
            background: url(/images/login-left.png) no-repeat left top;
            padding-left: 7px;
        }

            div#page div#header div#logged-info div {
                background: url(/images/login-right.png) no-repeat right top;
                height: 22px;
                padding-right: 7px;
                padding-top: 5px;
            }

                div#page div#header div#logged-info div p {
                    text-align: center;
                    color: white;
                }

                    div#page div#header div#logged-info div p a {
                        color: white;
                        text-decoration: none;
                    }

                        div#page div#header div#logged-info div p a:visited {
                            color: white;
                            text-decoration: none;
                        }

                        div#page div#header div#logged-info div p a:hover {
                            color: #FBAC29;
                            text-decoration: none;
                        }

                        div#page div#header div#logged-info div p a:active {
                            color: #FBAC29;
                            text-decoration: none;
                        }

                    div#page div#header div#logged-info div p#username {
                        float: left;
                        display: inline;
                        text-align: left;
                        font-weight: bold;
                    }

                        div#page div#header div#logged-info div p#username img {
                            margin-bottom: 2px;
                            vertical-align: middle;
                        }

                    div#page div#header div#logged-info div p#logout {
                        float: right;
                        display: inline;
                        text-align: right;
                    }

        div#page div#header div#topSlider {
            position: absolute;
            top: -200px;
            right: 436px;
            width: 250px;
            color: white;
            z-index: 100;
        }

            div#page div#header div#topSlider a {
                color: white;
            }

                div#page div#header div#topSlider a:visited {
                    color: white;
                }

                div#page div#header div#topSlider a:hover {
                    color: #FBAC29;
                }

                div#page div#header div#topSlider a:active {
                    color: #FBAC29;
                }

            div#page div#header div#topSlider div#topSliderOpenCloseIdentifier {
                position: absolute;
                width: 1px;
                height: 1px;
                overflow: hidden;
            }

            div#page div#header div#topSlider div#topSliderBody {
                width: 250px;
                overflow: hidden;
                background: url(/images/bg-module-white.png) repeat left top;
            }

                div#page div#header div#topSlider div#topSliderBody h3 {
                    margin: 0 10px 10px 10px;
                    padding: 6px 12px;
                    color: #3C6C8A;
                    font-size: 17px;
                    background: url(/images/hbg-module-white.png) repeat left top;
                    text-align: center;
                }

                div#page div#header div#topSlider div#topSliderBody div#topSliderBodyContent {
                    padding: 10px;
                }

            div#page div#header div#topSlider div#topSliderOpener {
                margin-left: auto;
                margin-right: 4px;
                width: 100px;
                height: 27px;
                overflow: hidden;
                background: url(/images/login-left.png) no-repeat left top;
                padding-left: 7px;
                line-height: 27px;
                text-align: center;
                color: white;
            }

                div#page div#header div#topSlider div#topSliderOpener div#topSliderOpenerContent {
                    background: url(/images/login-right.png) no-repeat right top;
                    padding-right: 7px;
                }

        div#page div#header div#nav {
            position: absolute;
            top: 30px;
            right: 0;
            width: 700px;
            height: 40px;
            overflow: hidden;
            color: white;
            z-index: 50;
        }

    div#page div#content-top {
        width: 996px;
        height: 6px;
        overflow: hidden;
        background: url(/images/bg-content-top.png) no-repeat left top;
    }

    div#page div#content-body {
        width: 964px;
        overflow: hidden;
        background: white;
        min-height: 600px;
        padding: 8px 16px;
        margin-bottom: 8px;
    }

        div#page div#content-body div#column-left {
            float: left;
            display: inline;
            width: 640px;
            overflow: hidden;
        }

        div#page div#content-body div#column-right {
            float: right;
            display: inline;
            width: 308px;
            overflow: hidden;
        }

    div#page div#bottom-top {
        width: 996px;
        height: 5px;
        overflow: hidden;
        background: url(/images/bg-bottom-top.png) no-repeat left top;
    }

    div#page div#bottom-body {
        width: 996px;
        overflow: hidden;
        background: #9CB923 url(/images/bg-bottom.png) repeat-x left top;
        color: white;
        margin-bottom: 8px;
    }

        div#page div#bottom-body div#bottom-body-content {
            width: 996px;
            overflow: hidden;
            min-height: 259px;
            background: url(/images/bg-bottom-abstract.png) no-repeat left bottom;
        }

            div#page div#bottom-body div#bottom-body-content a {
                color: white;
                text-decoration: none;
            }

                div#page div#bottom-body div#bottom-body-content a:visited {
                    color: white;
                    text-decoration: none;
                }

                div#page div#bottom-body div#bottom-body-content a:hover {
                    color: #384a01;
                    text-decoration: none;
                }

                div#page div#bottom-body div#bottom-body-content a:active {
                    color: #384a01;
                    text-decoration: none;
                }

            div#page div#bottom-body div#bottom-body-content h2 {
                margin: 0 0 12px 0;
            }

            div#page div#bottom-body div#bottom-body-content div#indirizzi {
                float: left;
                display: inline;
                margin: 4px 0 4px 16px;
                width: 256px;
            }

            div#page div#bottom-body div#bottom-body-content div#chi-siamo {
                float: left;
                display: inline;
                margin: 4px 0 4px 40px;
                width: 256px;
            }

            div#page div#bottom-body div#bottom-body-content div#comunicazione-obbligatoria {
                float: left;
                display: inline;
                margin: 4px 0 4px 40px;
                width: 140px;
                font-style: italic;
            }

            div#page div#bottom-body div#bottom-body-content div#top-menu {
                float: left;
                display: inline;
                margin: 4px 0 4px 40px;
                width: 192px;
            }

                div#page div#bottom-body div#bottom-body-content div#top-menu ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    list-style-image: none;
                }

                    div#page div#bottom-body div#bottom-body-content div#top-menu ul li {
                        display: block;
                        border-bottom: 1px solid #bde254;
                        height: 30px;
                        line-height: 30px;
                        color: #384a01;
                    }

                        div#page div#bottom-body div#bottom-body-content div#top-menu ul li.last {
                            border-bottom: none;
                        }

    div#page div#footer {
        margin-bottom: 8px;
        padding: 8px;
        width: 980px;
        overflow: hidden;
        min-height: 44px;
        background: url(/images/bg-footer.png) no-repeat left top;
    }

        div#page div#footer p#footer-left {
            float: left;
            display: inline;
            width: 300px;
            text-align: left;
        }

        div#page div#footer p#footer-right {
            float: right;
            display: inline;
            width: 600px;
            text-align: right;
        }

/* BREADCRUMP */

div#breadcrump {
    width: 926px;
    color: #808080;
    padding: 9px 0 9px 38px;
    margin-bottom: 12px;
    background: #F7F7F7 url(/images/breadcrumb-home.png) no-repeat 8px center;
}

    div#breadcrump p {
        vertical-align: middle;
    }

        div#breadcrump p span.sep {
            background: url(/images/breadcrumb-bullet.png) no-repeat left top;
            vertical-align: middle;
            display: inline-block;
            width: 7px;
            height: 7px;
            overflow: hidden;
            margin: 0 8px;
        }

        div#breadcrump p span#youarehere {
            font-style: italic;
            margin-right: 6px;
        }

        div#breadcrump p span#here {
            color: #69A3CB;
        }

        div#breadcrump p a {
            color: #3C6C8A;
        }

            div#breadcrump p a:hover {
                color: #69A3CB;
            }

/* NAVIGAZIONE */

div#nav ul {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
}

    div#nav ul li {
        float: left;
        display: inline;
        padding: 0 10px;
    }

        div#nav ul li.active {
            color: #FBAC29;
        }

        div#nav ul li a {
            display: inline-block;
            cursor: pointer;
            text-decoration: none;
            white-space: nowrap;
            color: white;
        }

            div#nav ul li a:visited {
                color: white;
            }

            div#nav ul li a:hover {
                color: #FBAC29;
            }

            div#nav ul li a:active {
                color: #FBAC29;
            }

        div#nav ul li.selected a {
            color: #FBAC29;
        }

            div#nav ul li.selected a:visited {
                color: #FBAC29;
            }

            div#nav ul li.selected a:hover {
                color: #FBAC29;
            }

            div#nav ul li.selected a:active {
                color: #FBAC29;
            }

/* CTRL FEATURED HOTELS */

div#spacer128 {
    width: 100%;
    height: 128px;
    overflow: hidden;
}

div#featured-hotels {
    position: relative;
    width: 996px;
    height: 312px;
    margin-bottom: 16px;
    overflow: hidden;
}

    div#featured-hotels ul#tabs {
        position: absolute;
        z-index: 20;
        left: 0;
        top: 0;
        width: 320px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        div#featured-hotels ul#tabs li h3 {
            display: block;
            height: 78px;
            vertical-align: middle;
        }

            div#featured-hotels ul#tabs li h3 a {
                display: block;
                height: 78px;
                line-height: 78px;
                overflow: hidden;
                color: #222222;
                padding-left: 4px;
                text-decoration: none;
                font-weight: bold;
            }

                div#featured-hotels ul#tabs li h3 a img {
                    margin: 1px 4px 3px 0;
                    vertical-align: middle;
                }

        div#featured-hotels ul#tabs li a.current {
            background: url(/images/feature-tab-current.png) no-repeat center right;
            color: white;
        }

            div#featured-hotels ul#tabs li a.current:hover {
                cursor: default;
            }

    div#featured-hotels ul#output {
        position: absolute;
        z-index: 10;
        left: 288px;
        top: 0;
        width: 708px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        div#featured-hotels ul#output li {
            position: absolute;
            width: 708px;
            height: 312px;
        }

            div#featured-hotels ul#output li a {
                position: absolute;
                bottom: 10px;
                right: 10px;
            }

                div#featured-hotels ul#output li a:hover {
                    background: #A2BB4E;
                }

/* BOX */

div.box div.body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

    div.box div.body ul ul {
        margin-left: 16px;
    }

    div.box div.body ul li {
        display: block;
        clear: both;
    }

        div.box div.body ul li a {
            display: block;
        }

        div.box div.body ul li span {
            display: block;
            padding: 8px 0;
        }

            div.box div.body ul li span img.stars {
                margin-left: 2px;
                vertical-align: top;
            }

div.box div div.header div h2 {
    font-size: 17px;
}

div.box div div.header div h3 {
    font-size: 14px;
}

/* BOX - BULLETS */

div.yellowbulletbox div div.body ul li span {
    background: url(/images/bullet-yellow.png) no-repeat 4px center;
    padding-left: 16px;
    border-bottom: 1px solid #ECECEC;
}

div.graybulletbox div div.body ul li span {
    background: url(/images/bullet-gray.gif) no-repeat 4px center;
    padding-left: 20px;
    border-bottom: 1px solid #ECECEC;
}

div.arrowbulletbox div div.body ul li span {
    background: url(/images/bullet-arrow.gif) no-repeat 6px center;
    padding-left: 18px;
    border-bottom: 1px solid #ECECEC;
}

div.whitebulletbox div div.body ul li span {
    background: url(/images/bullet-white.gif) no-repeat 6px center;
    padding-left: 18px;
    border-bottom: 1px solid #ECECEC;
}

div.withthumbnails div div.body ul li {
    position: relative;
    padding-left: 36px;
}

    div.withthumbnails div div.body ul li img.thumbnail {
        position: absolute;
        left: 0;
        top: 2px;
    }

/* STANDARDBOX */

div.standardbox {
    background: url(/images/bg-box-header.png) no-repeat left top;
    padding-left: 10px;
    margin-bottom: 10px;
}

    div.standardbox > div {
        background: url(/images/bg-box-header.png) no-repeat right top;
        padding-right: 10px;
    }

    div.standardbox div div.header {
    }

        div.standardbox div div.header div {
        }

            div.standardbox div div.header div h2,
            div.standardbox div div.header div h3 {
                padding: 8px 0 10px 0;
                color: #0E679B;
            }

    div.standardbox div div.body {
        background: white;
    }

    div.standardbox div div.footer {
    }

    div.standardbox div div.body > ul > li.first > span,
    div.standardbox div div.body > ul > li.first > a > span {
        border-top: 1px solid #CCCCCC;
    }

    div.standardbox div div.body ul li span {
        border-bottom: 1px solid #CCCCCC;
    }

    div.standardbox div div.body ul li.active > span,
    div.standardbox div div.body ul li.selected > a > span {
        font-weight: bold;
    }

    div.standardbox div div.body a {
        color: #f19120;
        text-decoration: none;
    }

        div.standardbox div div.body a:visited {
            color: #f19120;
            text-decoration: none;
        }

        div.standardbox div div.body a:hover {
            color: #f19120;
            text-decoration: underline;
        }

        div.standardbox div div.body a:active {
            color: #f19120;
            text-decoration: underline;
        }

/* GRAYBOX */

div.graybox {
    background: url(/images/bg-box-grey-left.png) no-repeat left top;
    padding-left: 10px;
    margin-bottom: 10px;
}

    div.graybox > div {
        background: url(/images/bg-box-grey-right.png) no-repeat right top;
        padding-right: 10px;
        min-height: 276px;
    }

    div.graybox div div.header {
    }

        div.graybox div div.header div {
        }

            div.graybox div div.header div h2,
            div.graybox div div.header div h3 {
                padding-top: 8px;
                color: #0E679B;
            }

    div.graybox div div.body {
    }

    div.graybox div div.footer {
    }

    div.graybox div div.body > ul > li.first > span,
    div.graybox div div.body > ul > li.first > a > span {
        border-top: 1px solid #ECECEC;
    }

    div.graybox div div.body ul li span {
        border-bottom: 1px solid #ECECEC;
    }

    div.graybox div div.body ul li.active > span,
    div.graybox div div.body ul li.selected > a > span {
        font-weight: bold;
    }

/* lightbluebox */

div.lightbluebox {
    background: #ACC9DC url(/images/bg-module-light.png) repeat-x left top;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: white;
}

    div.lightbluebox > div {
        padding-right: 10px;
        padding-top: 10px;
    }

    div.lightbluebox div div.header {
        background: url(/images/hbg-module-blue.png) repeat left top;
        overflow: hidden;
        margin-bottom: 10px;
    }

        div.lightbluebox div div.header div {
        }

            div.lightbluebox div div.header div h2,
            div.lightbluebox div div.header div h3 {
                color: #0E679B;
                margin: 10px;
            }

    div.lightbluebox div div.body {
    }

    div.lightbluebox div div.footer {
    }

    div.lightbluebox div div.body > ul > li.first > span,
    div.lightbluebox div div.body > ul > li.first > a > span {
        border-top: 1px solid #C6E0F2;
    }

    div.lightbluebox div div.body ul li span {
        border-bottom: 1px solid #C6E0F2;
    }

    div.lightbluebox div div.body ul li.active > span,
    div.lightbluebox div div.body ul li.selected > a > span {
        font-weight: bold;
    }

    div.lightbluebox div div.body a {
        color: white;
        text-decoration: none;
    }

        div.lightbluebox div div.body a:visited {
            color: white;
            text-decoration: none;
        }

        div.lightbluebox div div.body a:hover {
            color: white;
            text-decoration: underline;
        }

        div.lightbluebox div div.body a:active {
            color: white;
            text-decoration: underline;
        }

/* DARKBLUEBOX */

div.darkbluebox {
    background: #6AA2C6 url(/images/bg-module-darkblue.png) repeat-x left top;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: white;
}

    div.darkbluebox > div {
        padding-right: 10px;
        min-height: 276px;
    }

    div.darkbluebox div div.header {
        margin-bottom: 10px;
    }

        div.darkbluebox div div.header div {
        }

            div.darkbluebox div div.header div h2,
            div.darkbluebox div div.header div h3 {
                color: white;
                border-bottom: 1px solid #C6E0F2;
                padding: 8px 0;
            }

    div.darkbluebox div div.body {
    }

    div.darkbluebox div div.footer {
    }

    div.darkbluebox div div.body > ul > li.first > span,
    div.darkbluebox div div.body > ul > li.first > a > span {
        border-top: 1px solid #C6E0F2;
    }

    div.darkbluebox div div.body ul li span {
        border-bottom: 1px solid #C6E0F2;
    }

    div.darkbluebox div div.body ul li.active > span,
    div.darkbluebox div div.body ul li.selected > a > span {
        font-weight: bold;
    }

    div.darkbluebox div div.body a {
        color: white;
        text-decoration: none;
    }

        div.darkbluebox div div.body a:visited {
            color: white;
            text-decoration: none;
        }

        div.darkbluebox div div.body a:hover {
            color: white;
            text-decoration: underline;
        }

        div.darkbluebox div div.body a:active {
            color: white;
            text-decoration: underline;
        }

/* GREENBOX */

div.greenbox {
    background: #84A712 url(/images/bg-module-green.png) repeat-x left top;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: white;
}

    div.greenbox > div {
        padding-right: 10px;
        min-height: 276px;
    }

    div.greenbox div div.header {
        margin-bottom: 10px;
    }

        div.greenbox div div.header div {
        }

            div.greenbox div div.header div h2,
            div.greenbox div div.header div h3 {
                color: white;
                border-bottom: 1px solid #CAEC69;
                padding: 8px 0;
            }

    div.greenbox div div.body {
    }

    div.greenbox div div.footer {
    }

    div.greenbox div div.body > ul > li.first > span,
    div.greenbox div div.body > ul > li.first > a > span {
        border-top: 1px solid #CAEC69;
    }

    div.greenbox div div.body ul li span {
        border-bottom: 1px solid #CAEC69;
    }

    div.greenbox div div.body ul li.active > span,
    div.greenbox div div.body ul li.selected > a > span {
        font-weight: bold;
    }

    div.greenbox div div.body a {
        color: white;
        text-decoration: none;
    }

        div.greenbox div div.body a:visited {
            color: white;
            text-decoration: none;
        }

        div.greenbox div div.body a:hover {
            color: white;
            text-decoration: underline;
        }

        div.greenbox div div.body a:active {
            color: white;
            text-decoration: underline;
        }

/* EMPTYBOX */

div.emptybox {
    background: white;
    border: 1px solid #ECECEC;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    div.emptybox > div {
        padding-right: 10px;
        padding-top: 10px;
    }

    div.emptybox div div.header {
        overflow: hidden;
        background: #F7F7F7;
        margin-bottom: 10px;
    }

        div.emptybox div div.header div {
        }

            div.emptybox div div.header div h2,
            div.emptybox div div.header div h3 {
                color: #3C6C8A;
                margin: 10px;
            }

    div.emptybox div div.body {
    }

    div.emptybox div div.footer {
    }

    div.emptybox div div.body > ul > li.first > span,
    div.emptybox div div.body > ul > li.first > a > span {
        border-top: 1px solid #ECECEC;
    }

    div.emptybox div div.body ul li span {
        border-bottom: 1px solid #ECECEC;
    }

    div.emptybox div div.body ul li.active > span,
    div.emptybox div div.body ul li.selected > a > span {
        font-weight: bold;
    }

    div.emptybox div div.body a {
        color: #6ea6c8;
        text-decoration: none;
    }

        div.emptybox div div.body a:visited {
            color: #6ea6c8;
            text-decoration: none;
        }

        div.emptybox div div.body a:hover {
            color: #6ea6c8;
            text-decoration: underline;
        }

        div.emptybox div div.body a:active {
            color: #6ea6c8;
            text-decoration: underline;
        }

/* ANNI CONFIDENZIALI */

p.anniconfidenziali span {
    font-weight: bold;
}

/* BOX RICERCA */

div.searchhotelform p {
    margin: 4px 0;
}

    div.searchhotelform p select {
        width: 100%;
    }

    div.searchhotelform p input {
        width: 222px;
    }

        div.searchhotelform p input[type=button],
        div.searchhotelform p input[type=submit] {
            width: 50px;
            height: 22px;
        }

/* BOX IN HOME */

div#home {
    width: 653px;
}

div.homebox {
    float: left;
    display: inline;
    margin-right: 12px;
}

    div.homebox div div.header div h2,
    div.homebox div div.header div h3 {
        padding-top: 10px !important;
    }

    div.homebox div div.body p.more,
    div.homebox div div.body p.book {
        margin-top: 10px;
        margin-bottom: 0 !important;
    }

    div.homebox div div.body div.attachments {
        float: none !important;
        display: block !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

        div.homebox div div.body div.attachments div.photo {
            margin-bottom: 0 !important;
        }

        div.homebox div div.body div.attachments div.file {
            margin-bottom: 0 !important;
        }

/* LARGHEZZE BOX */

div.w468 div.standardbox {
    width: 458px;
}

div.w468 div.graybox {
    width: 458px;
}

div.w468 div.lightbluebox {
    width: 458px;
}

div.w468 div.darkbluebox {
    width: 458px;
}

div.w468 div.greenbox {
    width: 458px;
}

div.w468 div.emptybox {
    width: 456px;
}

div.w640 div.standardbox {
    width: 630px;
}

div.w640 div.graybox {
    width: 630px;
}

div.w640 div.lightbluebox {
    width: 630px;
}

div.w640 div.darkbluebox {
    width: 630px;
}

div.w640 div.greenbox {
    width: 630px;
}

div.w640 div.emptybox {
    width: 628px;
}

div.w308 div.standardbox {
    width: 298px;
}

div.w308 div.graybox {
    width: 298px;
}

div.w308 div.lightbluebox {
    width: 298px;
}

div.w308 div.darkbluebox {
    width: 298px;
}

div.w308 div.greenbox {
    width: 298px;
}

div.w308 div.emptybox {
    width: 296px;
}

div.w314 div.standardbox {
    width: 304px;
}

div.w314 div.graybox {
    width: 304px;
}

div.w314 div.lightbluebox {
    width: 304px;
}

div.w314 div.darkbluebox {
    width: 304px;
}

div.w314 div.greenbox {
    width: 304px;
}

div.w314 div.emptybox {
    width: 302px;
}

/* ELEMENTI FORM */

input, select, textarea {
    border: 1px solid #C7DDEB;
    padding: 2px 4px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 100%;
    background: white;
    color: #333333;
}

    input[type=button],
    input[type=submit] {
        height: 26px;
        line-height: 22px;
        padding: 0 14px 0 14px;
    }

    input[type=checkbox] {
        border: none;
    }

    input[type=radio] {
        border: none;
    }

    /* ELEMENTI FORM - COLORI */

    input[type=button].green,
    input[type=submit].green {
        background: #A2BB4E url(/images/bg-button-green.png) repeat-x left top;
        border: 1px solid #A2BB4E;
        color: white;
    }

        input[type=button].green:hover,
        input[type=submit].green:hover {
            background: #F6BD2F url(/images/bg-button-green.png) repeat-x left bottom !important;
            border: 1px solid #F6BD2F;
            color: white;
        }

    input[type=button].blue,
    input[type=submit].blue {
        background: white url(/images/bg-button-blue.png) repeat-x left top;
        border: 1px solid white;
        color: white;
    }

        input[type=button].blue:hover,
        input[type=submit].blue:hover {
            background: white url(/images/bg-button-blue.png) repeat-x left bottom !important;
            border: 1px solid white;
            color: #3C6C8A;
        }

    input[type=button].whiteborder,
    input[type=submit].whiteborder,
    input[type=button].whiteborder:hover,
    input[type=submit].whiteborder:hover {
        border: 1px solid white !important;
    }

    input[type=text].blue,
    input[type=password].blue,
    textarea.blue {
        border: 1px solid #73A8CA;
    }

    input[type=text].white,
    input[type=password].white,
    textarea.white {
        border: 1px solid #CFCFCF;
    }

    input[type=text].green,
    input[type=password].green,
    textarea.green {
        border: 1px solid #719815;
    }

/* LINK BUTTONS - COLORI */

a.green,
a.orange,
a.blue {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 14px 0 14px;
    font-size: 11px;
}

    a.green,
    a.green:visited {
        background: #A2BB4E url(/images/bg-button-green.png) repeat-x left top;
        border: 1px solid #A2BB4E;
        color: white !important;
    }

        a.green:hover,
        a.green:active {
            background: #F6BD2F url(/images/bg-button-green.png) repeat-x left bottom !important;
            border: 1px solid #F6BD2F;
            color: white !important;
            text-decoration: none;
        }

    a.orange,
    a.orange:visited {
        background: #A2BB4E url(/images/bg-button-green.png) repeat-x left bottom;
        border: 1px solid #F6BD2F;
        color: white !important;
    }

        a.orange:hover,
        a.orange:active {
            background: #F6BD2F url(/images/bg-button-green.png) repeat-x left top !important;
            border: 1px solid #A2BB4E;
            color: white !important;
            text-decoration: none;
        }

    a.blue,
    a.blue:visited {
        background: white url(/images/bg-button-blue.png) repeat-x left top;
        border: 1px solid white;
        height: 26px;
        color: white !important;
    }

        a.blue:hover,
        a.blue:active {
            background: white url(/images/bg-button-blue.png) repeat-x left bottom !important;
            border: 1px solid white;
            color: #3C6C8A;
            text-decoration: none;
        }

/* FOTO */

img.photo {
    background: white;
    padding: 6px;
    border: 1px solid #e7e3d7 !important;
}

img.left {
    float: left;
    margin-right: 8px;
}

img.right {
    float: right;
    margin-left: 8px;
}

/* PARAGRAFI */

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

/* FORM GENERICO */

fieldset {
    padding: 0 10px;
    margin-bottom: 20px;
    border: 1px solid #ECECEC;
}

    fieldset legend {
        color: #0E679B;
        font-size: 12pt;
        padding: 0 8px 4px 6px;
        margin-bottom: 10px;
    }

    fieldset div.formrow {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

        fieldset div.formrow:after {
            content: ".";
            display: block;
            height: 0;
            font-size: 0;
            clear: both;
            visibility: hidden;
        }

    * html fieldset div.formrow {
        height: 1%;
    }

        fieldset div.formrow label {
            float: left;
            text-align: right;
            width: 102px;
            height: 20px;
            font-size: 11px;
            font-weight: bold;
            line-height: 20px;
            vertical-align: middle;
        }

            fieldset div.formrow label span {
                display: block;
                line-height: 1em;
                font-weight: normal;
                font-style: italic;
            }

        fieldset div.formrow input {
            float: left;
            margin: 0 0 0 10px;
        }

            fieldset div.formrow input.w1 {
                width: 131px;
            }

            fieldset div.formrow input.w3 {
                width: 384px;
            }

            fieldset div.formrow input.datebox {
                width: 131px;
            }

        fieldset div.formrow select {
            float: left;
            margin: 0 0 0 10px;
        }

            fieldset div.formrow select.w1 {
                width: 141px;
            }

            fieldset div.formrow select.w3 {
                width: 394px;
            }

        fieldset div.formrow textarea {
            float: left;
            margin: 0 0 0 10px;
            height: 120px;
        }

            fieldset div.formrow textarea.w1 {
                width: 163px;
            }

            fieldset div.formrow textarea.w3 {
                width: 384px;
            }

span.validator {
    position: absolute;
    display: block;
    width: 115px;
    height: 27px;
    z-index: 50;
    margin-top: -52px;
    background: url(/images/bg-popup-validator.png) no-repeat;
    padding: 3px 7px 25px 5px;
    font-size: 7.5pt;
    line-height: 1.1em;
    text-align: center;
    color: red;
}

fieldset div.formrow span.c1 {
    left: 222px;
}

fieldset div.formrow span.c3 {
    left: 476px;
}

/* CTRL SIMPLE CONTACT FORM */

div.simplecontactform p.consenso_privacy span {
    margin-left: -12px;
}

div.simplecontactform p.consenso_privacy {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 8px 0 0 0;
}

div.simplecontactform p.titolo_informativa {
    width: 100%;
    font-weight: bold;
    text-align: center;
    margin: 8px 0 0 0;
}

div.simplecontactform p.testo_informativa {
    width: 100%;
    font-family: Arial;
    font-size: 10px;
    line-height: 1.1em;
    margin: 8px 0 0 0;
}

div.simplecontactform p.bottone_invia {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

div.simplecontactform p.messaggio_risultato {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

/* CTRL REGISTER FORM */

div.registerform p.consenso_privacy span {
    margin-left: -12px;
}

div.registerform p.consenso_privacy {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 8px 0 0 0;
}

div.registerform p.titolo_informativa {
    width: 100%;
    font-weight: bold;
    text-align: center;
    margin: 8px 0 0 0;
}

div.registerform p.testo_informativa {
    width: 100%;
    font-family: Arial;
    font-size: 10px;
    line-height: 1.1em;
    margin: 8px 0 0 0;
}

div.registerform p.bottone_invia {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

div.registerform p.messaggio_risultato {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

/* VISUALIZZAZIONE ALLEGATI */

div#column-left h1,
div#column-left h2,
div#column-left h3,
div#column-left h4 {
    margin-bottom: 10px;
}

    div#column-left h1 img.stars,
    div#column-left h2 img.stars,
    div#column-left h3 img.stars,
    div#column-left h4 img.stars {
        vertical-align: top;
    }

    div#column-left h1 a.logo,
    div#column-left h2 a.logo,
    div#column-left h3 a.logo,
    div#column-left h4 a.logo {
        float: left;
        display: inline;
        margin-right: 8px;
        margin-bottom: 4px;
    }

        div#column-left h1 a.logo img,
        div#column-left h2 a.logo img,
        div#column-left h3 a.logo img,
        div#column-left h4 a.logo img {
            background: url(/images/shadow.png) no-repeat right bottom;
            padding: 4px 11px 12px 4px;
        }

    div#column-left h1 img.logo,
    div#column-left h2 img.logo,
    div#column-left h3 img.logo,
    div#column-left h4 img.logo {
        float: left;
        display: inline;
        margin-right: 8px;
        margin-bottom: 4px;
        background: url(/images/shadow.png) no-repeat right bottom;
        padding: 4px 11px 12px 4px;
    }

div#column-left p.category {
    margin-top: 8px;
}

div#column-left p.rooms {
}

div#column-left p.location {
    margin-bottom: 8px;
}

div#column-left div.slideshow {
    width: 640px;
    height: 360px;
    margin: 8px 0;
    position: relative; /* X NIVOSLIDER */
}

div#column-left div.attachments {
    float: left;
    display: inline;
    width: 175px;
    margin-right: 10px;
    text-align: center;
}

    div#column-left div.attachments div.photo {
        margin-bottom: 10px;
    }

        div#column-left div.attachments div.photo img {
            background: url(/images/shadow.png) no-repeat right bottom;
            padding: 4px 11px 12px 4px;
        }

    div#column-left div.attachments div.file {
        text-align: center;
        margin-bottom: 10px;
        font-size: 82%;
    }

div#column-left p.date {
    clear: both;
    margin-bottom: 8px;
    color: #B4B4B4;
    font-family: Arial;
    font-size: 10px;
    font-style: italic;
    line-height: 1.2em;
}

div#column-left p.dates {
    margin-bottom: 8px;
}

div#column-left div.text {
}

    div#column-left div.text p {
        margin: 8px 0;
    }

div#column-left p.updated {
    clear: both;
    text-align: right;
    color: #B4B4B4;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Arial;
    font-size: 10px;
    font-style: italic;
    line-height: 1.2em;
}

div#column-left p.more {
    margin-bottom: 10px;
    text-align: right;
}

div#column-left p.book {
    margin-bottom: 10px;
    text-align: center;
}

div#column-left div.text table {
    width: auto;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
}

    div#column-left div.text table td,
    div#column-left div.text table th {
        margin: 0;
        padding: 2px;
        border-collapse: collapse;
        border: 1px solid #DDDDDD;
        text-align: center;
        font-weight: bold;
        color: #666666;
    }

    div#column-left div.text table th {
        background: #F8F8F8;
        font-weight: normal;
        color: #3c6c8a;
    }

        div#column-left div.text table td p,
        div#column-left div.text table th p {
            margin: 0;
        }

/* ASPNET LOGIN */

.AspNet-Login {
}

    .AspNet-Login .AspNet-Login-UserPanel {
        margin-bottom: 2px;
    }

        .AspNet-Login .AspNet-Login-UserPanel label {
            display: inline-block;
            width: 80px;
            text-align: right;
            font-weight: bold;
        }

            .AspNet-Login .AspNet-Login-UserPanel label em {
                font-style: normal;
            }

        .AspNet-Login .AspNet-Login-UserPanel input[type=text] {
            display: inline-block;
            width: 110px;
        }

        .AspNet-Login .AspNet-Login-UserPanel span {
            margin-left: 4px;
            color: black;
        }

    .AspNet-Login .AspNet-Login-PasswordPanel {
        margin-bottom: 8px;
    }

        .AspNet-Login .AspNet-Login-PasswordPanel label {
            display: inline-block;
            width: 80px;
            text-align: right;
            font-weight: bold;
        }

            .AspNet-Login .AspNet-Login-PasswordPanel label em {
                font-style: normal;
            }

        .AspNet-Login .AspNet-Login-PasswordPanel input[type=password] {
            display: inline-block;
            width: 110px;
        }

        .AspNet-Login .AspNet-Login-PasswordPanel span {
            margin-left: 4px;
            color: black;
        }

    .AspNet-Login .AspNet-Login-RememberMePanel {
        text-align: center;
        font-weight: bold;
        margin-bottom: 8px;
    }

        .AspNet-Login .AspNet-Login-RememberMePanel input[type=checkbox] {
            border: none;
            background: none;
        }

    .AspNet-Login .AspNet-Login-FailurePanel {
        text-align: center;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .AspNet-Login .AspNet-Login-SubmitPanel {
        text-align: center;
    }

/* NIVO SLIDER */

div.nivoslider {
}

    div.nivoslider img {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        z-index: 0;
    }

    div.nivoslider a {
        display: block;
        border: 0;
    }

    div.nivoslider div.nivo-caption {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: none;
    }

    div.nivoslider div.nivo-directionNav a {
        display: block;
        width: 30px;
        height: 30px;
        overflow: hidden;
        text-indent: -9999px;
        margin: 0;
        padding: 0;
        border: 0;
    }

        div.nivoslider div.nivo-directionNav a.nivo-nextNav {
            background: url(//cdn.localidautore.it/jquery.nivoslider-current/images/next.png) no-repeat;
            right: 0;
        }

        div.nivoslider div.nivo-directionNav a.nivo-prevNav {
            background: url(//cdn.localidautore.it/jquery.nivoslider-current/images/prev.png) no-repeat;
            left: 0;
        }

div.nivo-controlNav {
    position: absolute;
    z-index: 3000;
    left: 5px;
    right: 5px;
    bottom: 5px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    text-align: right;
}

    div.nivo-controlNav a {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 5px;
        padding: 4px 10px 5px 10px;
        line-height: 1.1em;
        border-radius: 2px;
        background: url(//cdn.localidautore.it/jquery.nivoslider-current/images/opa50.png) no-repeat;
        color: white;
        text-decoration: none;
    }

        div.nivo-controlNav a:visited {
            background: url(//cdn.localidautore.it/jquery.nivoslider-current/images/opa50.png) no-repeat;
            color: white;
            text-decoration: none;
        }

        div.nivo-controlNav a:hover {
            background: url(//cdn.localidautore.it/jquery.nivoslider-current/images/opa75.png) no-repeat;
            color: white;
            text-decoration: none;
        }

        div.nivo-controlNav a:active {
            background: url(//cdn.localidautore.it/jquery.nivoslider-current/images/opa75.png) no-repeat;
            color: white;
            text-decoration: none;
        }

        div.nivo-controlNav a.active {
            background: #DA7523;
            color: white;
        }

div.nivo-preloader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 8;
    background: white;
}

    div.nivo-preloader span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 8;
        background: url(//cdn.localidautore.it/jquery.nivoslider-current/images/loading-white.gif) no-repeat center center;
    }

/* glatCookieButton */

p.glatCookieButton {
    position: fixed;
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 0;
    right: 8px;
    bottom: 8px;
    z-index: 9999;
}

    p.glatCookieButton > a {
        display: block;
        margin: 0;
        padding: 8px 9px 5px 9px;
        background-color: white;
        border: 1px solid #D4D4D4;
        border-radius: 8px;
        box-shadow: 0 .625em 1.875em rgba(0, 0, 2, .3);
    }

        p.glatCookieButton > a > i {
            display: block;
        }

a#toTop {
    right: 66px;
    bottom: 8px;
}
