@import "portlet.css";
@import "ie.css";


@font-face {
    font-family: 'Gotham Rounded';
    src: url('font/GothamRnd-Light.otf');
}

@font-face {
    font-family: 'Gotham Rounded';
    font-weight: bold;
    src: url('font/GothamRnd-Bold.otf');
}

@font-face {
    font-family: 'Gotham Rounded';
    font-style: italic;
    src: url('font/GothamRnd-LightItal.otf');
}

@font-face {
    font-family: 'Gotham Rounded';
    font-weight: bold;
    font-style: italic;
    src: url('font/GothamRnd-BoldItal.otf');
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('font/Gotham-Medium.ttf');
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('font/HelveticaNeue.otf');
}

@font-face {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    src: url('font/HelveticaNeueBold.otf');
}

@font-face {
    font-family: 'Helvetica Neue';
    font-style: italic;
    src: url('font/HelveticaNeueItalic.otf');
}

@font-face {
    font-family: 'Helvetica Neue';
    font-weight: bold;
    font-style: italic;
    src: url('font/HelveticaNeueBoldItalic.otf');
}

@font-face {
    font-family: Helvetica Neue Medium;
    src: url('font/HelveticaNeueMedium.otf');
}



body {
    margin: 0;
    background-color: #f3f3f3;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    color: #5b5b5b;
}

b, strong {
    font-weight: bold;
}

form {
    margin: 0;
}

img {
    border-width: 0;
}

a,
a:hover,
a:active,
a:visited {
    color: inherit;
}

div.contenitore {
    clear: both;
    position: relative;
    margin: 0 auto;
    width: 990px;
}

.nascosto {
    display: none;
}

#bar-serv {
    min-height: 28px;
    height: auto !important;
    height: 28px;
    background-color: #444646;
}

#menu-serv ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu-serv li {
    float: left;
    margin: 0 8px;
    padding: 0;
}

#menu-serv a {
    font-size: 80%;
    color: #ffffff;
    line-height: 28px;
    text-decoration: none !important;
}

#menu-serv a:hover {
    color: #009BC9;
}

#login {
    float: right;
    margin-bottom: -20px;
    min-width: 514px;
    min-height: 36px;
    height: auto !important;
    height: 36px;
    background-color: #444646;
}

#login-form {
    float: left;
    margin: 6px 0 0 10px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
    border-width: 0;
    width: 106px;
    height: 20px;
    background: transparent url(../../images/pda/login-form.png) no-repeat 0 0;
    padding: 0 3px;
    font-size: 80%;
}

#login-form input[type="image"] {
    vertical-align: middle;
}

/*#login-form input[type="password"],*/
/*#login-form input[type="image"] {*/
/*margin-left: -8px;*/
/*}*/

#login-user {
    float: left;
    margin: 8px 10px 0 10px;
    min-width: 330px;
    font-size: 90%;
    font-weight: bold;
    color: #ffffff;
}

#login-user strong {
    color: #009bc9;
}

#login-user a {
    color: #009bc9;
    text-decoration: none;
}

#login-password {
    float: left;
    margin: 6px 0 0 10px;
    width: 80px;
    font-size: 60%;
    text-transform: uppercase;
    line-height: 12px;
}

#login-password a {
    color: #3cb1fb;
    text-decoration: none !important;
}

#login-iscriviti {
    float: left;
    margin: 6px 10px 0 10px;
}

#login-iscriviti img {
    vertical-align: middle;
}

#testa {
    position: relative;
    min-height: 107px;
    height: auto !important;
    height: 107px;
}

#logo-portale {
    position: absolute;
    top: 22px;
    left: 5px;
}

#logo-ministero {
    position: absolute;
    top: 16px;
    right: 5px;
}

#men-sez-est {
    border-top: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid;
    min-height: 34px;
    height: auto !important;
    height: 34px;
}

#men-sez {
    border-top: 1px #e2e2e2 solid;
    border-bottom: 1px #e2e2e2 solid;
    min-height: 32px;
    height: auto !important;
    height: 32px;
    background: #f2f3f3 url(../../images/pda/menu-sez-bg.png) repeat-x 0 bottom;
    text-align: center;
}

#breadcrumb {
    min-height: 26px;
    height: auto !important;
    height: 26px;
    padding-left: 15px;
    font-size: 70%;
    color: #999999;
    line-height: 26px;
}

#breadcrumb a {
    text-decoration: none;
}

#visore {
    background-repeat: no-repeat;
    background-position: center center;
}

#box-serv {
    position: relative;
    margin: -25px auto 0 auto;
    min-height: 48px;
    height: auto !important;
    height: 48px;
    background-color: #f3f3f3;
    padding: 10px;
}

#box-serv.interno {
    background-color: #f3f3f3;
}

#box-avviso {
    position: relative;
    width: 650px;
    min-height: 44px;
    height: auto !important;
    height: 44px;
    background: #2e2e2e url(../../images/pda/pericolo.png) no-repeat 3px 3px;
}

#box-avviso-testo {
    margin-left: 35px;
    width: 510px;
    overflow: hidden;
    font-family: 'Gotham Medium', Helvetica, sans-serif;
    font-size: 80%;
    color: #b6b6b6;
    line-height: 44px;
    white-space: nowrap;
}

#box-avviso-testo strong {
    color: #f10000;
    letter-spacing: -1px;
}

#box-avviso-continua {
    position: absolute;
    top: 9px;
    right: 8px;
}

#titolo, #titolo-2 {
    width: 652px;
    min-height: 48px;
    height: auto !important;
    height: 48px;
    background: transparent url(../../images/pda/sott-titolo.png) no-repeat 0 bottom;
}

#titolo h1, #titolo-2 h1 {
    margin: 0 0 0 10px;
    font-family: 'Helvetica Neue Medium', Helvetica, sans-serif;
    font-size: 150%;
    color: #125eac;
    font-weight: normal;
}

#titolo span.piccolo {
    margin-left: 10px;
    font-size: 70%;
    color: #666666;
    font-weight: normal;
}

#ricerca-form {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 330px;
    min-height: 43px;
    height: auto !important;
    height: 43px;
    background-color: #e9e9e9;
}

#ricerca-form.interno {
    width: 320px;
}

#ricerca-form input[type="text"] {
    border-width: 0;
    width: 252px;
    height: 44px;
    background: transparent url(../../images/pda/ricerca-form.png) no-repeat 0 0;
    padding: 0 15px;
    font-size: 100%;
    color: #8b8b8b;
    letter-spacing: 1px;
}

#ricerca-form input[type="image"] {
    position: absolute;
    top: 0;
    right: 0;
}

.vetrina-est {
    float: left;
    width: 216px;
}

.vetrina {
    position: relative;
    margin-bottom: 1px;
    width: 210px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    border: 1px #e9e9e9 solid;
    border-bottom: 3px #e9e9e9 solid;
    background-color: #ffffff;
}

.vetrina-immagine {
    width: 210px;
}

.vetrina a {
    text-decoration: none !important;
}

.vetrina h2 {
    position: absolute;
    top: 156px;
    left: 7px;
    margin: 0;
    width: 186px;
    min-height: 37px;
    height: auto !important;
    height: 37px;
    background-color: #383838;
    background-repeat: no-repeat;
    background-position: right 0;
    padding-left: 10px;
    font-family: 'Gotham Medium', Helvetica, sans-serif;
    font-size: 95%;
    color: #ffffff;
    line-height: 37px
}

.vetrina ul {
    margin: 20px 0 0 16px;
    padding: 0;
    list-style-type: none;
}

.vetrina li {
    margin: 0;
    padding: 0;
}

.vetrina li a {
    font-size: 90%;
}

#verifica-da-solo .vetrina {
    margin-left: 3px;
}

#pratiche-auto .vetrina {
    margin-left: 6px;
}

#comunica {
    float: right;
    border: 1px #e9e9e9 solid;
    border-bottom: 2px #e9e9e9 solid;
    width: 328px;
    background-color: #ffffff;
}

#comunica h2 {
    margin: 0;
    border-bottom: 1px #e9e9e9 solid;
    min-height: 59px;
    height: auto !important;
    height: 59px;
    background: #f9f9f9 url(../../images/pda/comunica-ico.png) no-repeat 5px 6px;
    padding-left: 50px;
    font-family: 'Gotham Medium', Helvetica, sans-serif;
    font-size: 100%;
    color: #125eac;
    line-height: 59px;
}

#comunica .comunica-art {
    border-bottom: 1px #e9e9e9 solid;
    min-height: 90px;
    height: auto !important;
    height: 90px;
    padding: 5px 0;
}

#comunica .comunica-art h3 {
    margin: 6px 15px;
    font-size: 80%;
}

#comunica .comunica-art p {
    margin: 6px 15px;
    font-size: 80%;
}

#comunica a {
    text-decoration: none;
}

#news {
    float: left;
    margin-top: 10px;
    border: 1px #e9e9e9 solid;
    border-bottom: 3px #e9e9e9 solid;
    width: 648px;
    background-color: #ffffff;
}

#news h2 {
    margin: 0;
    border-bottom: 1px #e9e9e9 solid;
    min-height: 53px;
    height: auto !important;
    height: 53px;
    padding-left: 70px;
    background: #f9f9f9 url(../../images/pda/news-ico.png) no-repeat 14px 5px;
    font-family: 'Gotham Medium', Helvetica, sans-serif;
    font-size: 110%;
    color: #686868;
    line-height: 53px;
}

#news-sx {
    float: left;
    width: 324px;
    background: transparent url(../../images/pda/uno-bg.png) no-repeat right 20px;
    padding-top: 20px;
}

#news-dx {
    margin-left: 324px;
    width: 324px;
    background: transparent url(../../images/pda/due-bg.png) no-repeat right 20px;
    padding-top: 20px;
}

div.news-art {
    border-bottom: 1px #e9e9e9 solid;
    padding: 10px 0;
}

#news .news-fluido {
    min-height: 170px;
    height: auto !important;
    height: 170px;
}

#news h3 {
    margin: 0 20px;
    font-size: 80%;
    color: #383838;
}

#news p {
    margin: 0 20px;
    padding: 6px 0;
    font-size: 80%;
}

#news .news-leggi-tutto {
    margin: 10px 0 10px 20px;
}

#news .news-social {
    border-top: 1px #e9e9e9 solid;
    min-height: 41px;
    height: auto !important;
    height: 41px;
    padding-left: 10px;
    line-height: 41px;
}

#news .news-social img {
    margin: 0 10px;
    vertical-align: middle;
}

#news a {
    text-decoration: none;
}

#edugame-ext {
    float: right;
    position: relative;
    margin-top: 12px;
    width: 329px;
    padding-top: 15px;
}

#edugame {
    margin-left: 9px;
    border: 1px #e9e9e9 solid;
    border-bottom: 3px #e9e9e9 solid;
    width: 318px;
    background-color: #ffffff;
}

#edugame h2 {
    position: absolute;
    top: -1px;
    left: -1px;
    margin: 0;
    width: 205px;
    min-height: 36px;
    height: auto !important;
    height: 36px;
    background-color: #383838;
    padding-left: 20px;
    font-family: 'Gotham Medium', Helvetica, sans-serif;
    font-size: 95%;
    color: #ffffff;
    line-height: 36px;
}

#edugame-ang {
    position: absolute;
    top: 35px;
    left: -2px;
    width: 12px;
    height: 12px;
    background: transparent url(../../images/pda/angolo-tit.png) no-repeat 0 0;
}

#edugame-immagine {
    width: 328px;
}

#edugame-fluido {
    min-height: 64px;
    height: auto !important;
    height: 64px;
}

#edugame p {
    margin: 0 20px;
    padding: 6px 0;
    font-size: 90%;
}

#edugame-gioca {
    margin: 10px 0 10px 20px;
}

#officine {
    position: relative;
    float: left;
    margin-top: 30px;
    border: 1px #e9e9e9 solid;
    border-bottom: 3px #e9e9e9 solid;
    width: 210px;
    background-color: #ffffff;
}

#officine a {
    text-decoration: none;
}

#officine h2 {
    position: absolute;
    top: -15px;
    left: 8px;
    margin: 0;
    width: 185px;
    min-height: 36px;
    height: auto !important;
    height: 36px;
    background-color: #383838;
    padding-left: 10px;
    font-family: 'Gotham Medium', Helvetica, sans-serif;
    font-size: 95%;
    color: #ffffff;
    line-height: 36px;
}

#officine-immagine img {
    width: 210px;
}

#officine-fluido {
    min-height: 85px;
    height: auto !important;
    height: 85px;
}

#officine p {
    margin: 0 10px;
    padding: 6px 0;
    font-size: 90%;
}

#officine-cerca {
    margin: 10px 0 10px 10px;
}

#motorshow {
    position: relative;
    float: left;
    margin: 30px 0 0 10px;
    border: 1px #e9e9e9 solid;
    border-bottom: 3px #e9e9e9 solid;
    width: 426px;
    background: #ffffff url(../../images/pda/motor-show-bg.png) no-repeat right top;
}

#motorshow a {
    text-decoration: none;
}

#motorshow h2 {
    position: absolute;
    top: -15px;
    left: 12px;
    margin: 0;
    width: 390px;
    min-height: 36px;
    height: auto !important;
    height: 36px;
    background-color: #383838;
    padding-left: 10px;
    font-family: 'Gotham Medium', Helvetica, sans-serif;
    font-size: 95%;
    color: #ffffff;
    line-height: 36px;
}

#motorshow p {
    margin: 20px 20px 5px 20px;
    padding: 6px 0;
    font-size: 90%;
}

#motorshow-video {
    margin: 5px 20px;
    padding-bottom: 7px;
    background: transparent url(../../images/pda/ombretta.png) no-repeat left bottom;
}

#motorshow-scopri {
    margin: 5px 0 10px 20px;
}

#ipatente {
    position: relative;
    float: right;
    margin-top: 14px;
    border-bottom: 3px #e9e9e9 solid;
    width: 328px;
    min-height: 318px;
    height: auto !important;
    height: 318px;
}

#ipatente-immagine {
    text-align: center;
}

#ipatente h2 {
    margin: 10px 0 0 15px;
    font-family: 'Gotham Medium', Helvetica, sans-serif;
    font-size: 100%;
    line-height: 20px;
}

#ipatente p {
    margin: 0 85px 0 0;
    padding: 3px 15px 3px 15px;
    font-size: 80%;
}

#ipatente-scarica {
    position: absolute;
    right: 0;
    top: 245px;
}

#ipatente-scarica a {
    display: block;
}

#loghi {
    border: 1px #e9e9e9 solid;
    border-bottom: 3px #e9e9e9 solid;
    height: 60px;
    background-color: #f9f9f9;
    line-height: 60px;
}

#loghi ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#loghi li {
    float: left;
    margin: 0;
    padding: 0 20px;
}

#loghi li img {
    vertical-align: middle;
}

#loghi li.sep {
    background: transparent url(../../images/pda/loghi-sep.png) no-repeat left center;
}

#pre-footer-ext {
    margin-top: 40px;
    border-top: 1px #ffffff solid;
    border-bottom: 1px #ffffff solid;
}

#pre-footer {
    border-top: 1px #e7e7e7 solid;
    border-bottom: 1px #e7e7e7 solid;
    min-height: 37px;
    height: auto !important;
    height: 37px;
}

#pre-footer-int {
    margin: 0 auto;
    width: 990px;
}

#pre-footer-left {
    width: 70%;
    float: left;
}

#pre-footer-left ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#pre-footer-left li {
    display: inline;
    margin: 0;
    padding: 0 10px 0 12px;
    font-family: 'Gotham Rounded', Helvetica, sans-serif;
    font-size: 80%;
    line-height: 37px;
}

#pre-footer-left li.sep {
    background: transparent url(../../images/pda/footer-sep.png) no-repeat left center;
}

#pre-footer-left li a {
    color: #5b5b5b;
    text-decoration: none !important;
}

#pre-footer-left li a:hover {
    color: #125eac;
}

#pre-footer-right {
    position: relative;
    margin-left: 70%;
    line-height: 37px;
    text-align: center;
}

#pre-footer-right a {
    color: rgba(0, 0, 0, 0);
}

#pre-footer-right img {
    vertical-align: middle;

}

#pre-footer-right img + a{
    margin-left: -40px;
}


#pre-footer-right-seguici-su {
    position: absolute;
    left: 80px;
    top: -17px;
}

#footer {
    min-height: 530px;
    height: auto !important;
    height: 530px;
    background-color: #2e2e2e;
    padding-bottom: 30px;
}

#footer .contenitore {
    width: 980px;
}

#footer .footer-col {
    float: left;
    width: 225px;
}

#footer .footer-col h3 {
    margin: 20px 0 10px 0;
    width: 211px;
    min-height: 31px;
    height: auto !important;
    height: 31px;
    background-color: #272727;
    background-repeat: no-repeat;
    background-position: 192px 5px;
    padding-left: 10px;
    font-family: 'Gotham Rounded', Helvetica, sans-serif;
    font-size: 130%;
    line-height: 31px;
}

#footer .footer-col ul {
    margin: 10px 5px;
    min-height: 145px;
    height: auto !important;
    height: 145px;
    padding: 0 5px;
    list-style-type: none;
}

#footer .footer-col li {
    margin: 5px 0;
    padding: 0 0 0 20px;
    background: transparent url(../../images/pda/freccetta.png) no-repeat 0 7px;
}

#footer a {
    font-family: 'Gotham Rounded', Helvetica, sans-serif;
    font-size: 80%;
    color: #8c8c8c;
    text-decoration: none !important;
}

#footer a:hover {
    color: #125eac;
}

#footer-2,
#footer-3,
#footer-4,
.footer-margin {
    margin-left: 13px;
}

#footer-4 h3, .footer_exp h3 {
    width: 252px !important;
    background-position: 235px 5px !important;
}

#footer-4, .footer_exp {
    width: 262px !important;
}



#numero-verde, .numero-verde {
    background-color: #272727;
}

#numero-verde > p, .numero-verde > p {
    margin: 0;
    background-color: #272727;
    padding: 0 10px 10px 10px;
    font-family: 'Gotham Rounded', Helvetica, sans-serif;
    font-size: 80%;
    color: #eeeeee;
    text-decoration: none !important;
}

#numero-verde > div, .numero-verde > div {
    margin-left: 20px;
    padding-bottom: 20px;
}



#colonna-1 {
    position: relative;
    float: left;
    width: 212px;
    min-height: 1px;
}

#colonna-2 {
    position: relative;
    float: left;
    margin-left: 15px;
    width: 535px;
}

#colonna-2-full {
    position: relative;
    float: left;
    margin-left: 15px;
    width: 762px;
}

#colonna-3 {
    position: relative;
    float: left;
    margin-left: 15px;
    width: 212px;
}

#menu-sx {
    background-color: #f8f8f8;
    font-size: 80%;
}

#menu-sx ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu-sx > ul {
    border: 1px solid rgb(233, 233, 233);
    margin-bottom: 15px !important;
}

#menu-sx ul.interno {
    margin: 10px 0 10px 16px !important;
}

#menu-sx ul.interno ul {
    margin-left: 16px !important;
    padding-top: 4px;
}

#menu-sx li {
    margin: 1px 0 0 4px;
    padding: 1px 0 0 4px;
}

#menu-sx ul.interno li {
    padding: 3px 0 3px 0;
}

#menu-sx a.attivo {
    border-bottom: 1px #5b5b5b dotted;
    font-weight: bold;
}

#menu-sx a:hover {
    border-bottom: 1px #5b5b5b dotted;
}

#menu-sx h3 {
    margin: -3px 0 0 -8px;
    border-top: 1px #e9e9e9 solid;
    background-color: #ffffff;
    padding: 5px 10px 5px 20px;
}

#menu-sx h3.opener {
    background: #ffffff url(../../images/pda/menu-lat-chiuso.png) no-repeat 6px 11px;
}

#menu-sx h3.open {
    color: #ff6600;
}

#menu-sx li a {
    text-decoration: none;
}

#menu-sx-cen {
    background-color: #f8f8f8;
    font-size: 80%;
}

#menu-sx-cen ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu-sx-cen > ul {
    border: 1px solid rgb(233, 233, 233);
    margin-bottom: 15px !important;
}

#menu-sx-cen ul.interno {
    margin: 10px 0 10px 16px !important;
}

#menu-sx-cen ul.interno ul {
    margin-left: 16px !important;
    padding-top: 4px;
}

#menu-sx-cen li {
    margin: 1px 0 0 4px;
    padding: 1px 0 0 4px;
}

#menu-sx-cen ul.interno li {
    padding: 3px 0 3px 0;
}

#menu-sx-cen a.attivo {
    border-bottom: 1px #5b5b5b dotted;
    font-weight: bold;
}

#menu-sx-cen a:hover {
    border-bottom: 1px #5b5b5b dotted;
}

#menu-sx-cen h3 {
    margin: -3px 0 0 -8px;
    border-top: 1px #e9e9e9 solid; /*border-bottom: 1px #e9e9e9 solid;*/
    background-color: #ffffff;
    padding: 5px 10px 5px 20px;
}

#menu-sx-cen h3.opener {
    background: #ffffff url(../../images/pda/menu-lat-chiuso.png) no-repeat 6px 11px;
}

#menu-sx-cen h3.open {
    color: #ff6600;
}

#menu-sx-cen li a {
    text-decoration: none;
}

#registrati-immagine {
    margin: 30px auto 10px auto;
}

#registrati h2 {
    margin: 0;
    font-size: 120%;
}

#registrati p {
    font-size: 80%;
}

#news-col-dx {
    border: 1px #e9e9e9 solid;
    border-bottom: 2px #e9e9e9 solid;
    background-color: #ffffff;
}

#news-col-dx h2 {
    margin: 0;
    min-height: 28px;
    height: auto !important;
    height: 28px;
    background: #F9F9F9 url("../../images/pda/news-ico-2.png") no-repeat 10px 8px;
    padding: 13px 0 0 40px;
    font-size: 70%;
}

#news-col-dx .news-col-dx-art {
    border-bottom: 1px #e9e9e9 solid;
}

#news-col-dx h3 {
    margin: 6px 12px;
    font-size: 72%;
}

#news-col-dx p {
    margin: 6px 12px;
    font-size: 72%;
}

#news-col-dx .news-col-dx-leggi-tutto {
    margin-right: 12px;
    padding-bottom: 10px;
    text-align: right;
}

#news-col-dx a {
    text-decoration: none;
}

div.elenco-1 {
    border: 1px #e9e9e9 solid;
    background-color: #ffffff;
}

div.elenco-1 h2 {
    margin: 0;
    padding: 10px 20px 5px 20px;
    font-family: 'Helvetica Neue Medium', Helvetica, sans-serif;
    font-size: 110%;
    color: #ff6600;
    font-weight: normal;
}

div.elenco-1 h2.grande {
    font-size: 120%;
}

div.elenco-1 h2.errore {
    color: #ff0000;
}

div.elenco-1 p {
    margin: 5px 0;
    padding: 5px 20px;
    font-size: 90%;
}

div.elenco-1 .fck p {
    margin: 0;
    padding: 0;
    font-size: 90%;
}

div.elenco-1 p.titoletto {
    border-top: 2px #E9E9E9 solid;
    padding-top: 20px;
    color: #ff6600;
    font-weight: bold;
}

div.elenco-1 p.data-news {
    margin: -3px 0 -8px 0;
    font-size: 70%;
}

div.elenco-1 img.logo-news {
    float: left;
    margin: 0 20px 20px 20px;
}

div.elenco-1 div.elenco-lancio {
    margin: 0 -1px;
    border-top: 1px #e9e9e9 solid;
    min-height: 30px;
    height: auto !important;
    height: 30px;
    background-color: #f8f8f8;
    font-size: 80%;
    text-align: right;
    line-height: 30px;
}

div.elenco-1 div.elenco-lancio a {
    border-left: 1px #e9e9e9 solid;
    padding: 5px 18px 5px 30px;
    background: transparent url(../../images/pda/elenco-lancio-btn.png) no-repeat 10px 5px;
}

div.elenco-1 .allegato {
    margin: 0;
    border-bottom: 1px #e9e9e9 solid;
    min-height: 43px;
    height: auto !important;
    height: 43px;
    background: transparent url(../../images/pda/elenco-allegato-btn.png) no-repeat left center;
    padding: 22px 10px 0 90px;
    font-weight: bold;
}

div.elenco-1 .elenco-lista {
    list-style-type: disc;
    font-size: 90%;
}

div.elenco-1 .elenco-lista li {
    margin: 3px 0;
    padding: 3px 0;
}

div.elenco-1 .elenco-lista-interno {
    margin: 0 0 0 20px;
    padding: 0;
    list-style-type: none;
    font-size: 90%;
    line-height: 160%;
}

div.elenco-1 a {
    text-decoration: none;
}

div.elenco-1 .fck a {
    text-decoration: underline;
    font-weight: bold; 
}

#content h3 a {
    text-decoration: underline;
}

div.elenco-1 .elenco-1-pulsante {
    padding: 20px;
    text-align: right;
}

div.paginazione {
    background-color: #F8F8F8;
    border-bottom: 2px solid #E9E9E9;
    border-top: 1px solid #E8E8E8;
    font-size: 85%;
}

tfoot td {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
tfoot td .prev a, tfoot td .succ a {
	text-decoration: none;
	font-weight: normal;
}

tfoot div.paginazione {
    background-color: #F8F8F8;
    border-bottom: 2px solid #E9E9E9;
    border-top: 1px solid #E8E8E8;
	font-size: inherit;
}

div.paginazione .prec {
    background: url("../../images/pda/freccia-sx.png") no-repeat scroll left center transparent;
    border-right: 1px solid #E8E8E8;
    float: left;
    line-height: 31px;
    min-width: 90px;
    padding-left: 40px;
    padding-right: 16px;
}

div.paginazione .succ {
    background: url("../../images/pda/freccia-dx.png") no-repeat scroll right center transparent;
    border-left: 1px solid #E8E8E8;
    float: right;
    line-height: 31px;
    min-width: 90px;
    padding-right: 40px;
    padding-left: 16px;
	text-align: right;
}

div.paginazione .pagine {
    line-height: 31px;
    text-align: center;
    display: block;
}

div.paginazione a, div.paginazione a:hover, div.paginazione a:active, div.paginazione a:visited {
    text-decoration: none;
}

div.paginazione .pagine a {
    margin: 0 4px;
}

div.faq {
    margin-bottom: 20px;
}

#app-sin-immagine {
    margin-top: 30px;
    text-align: center;
}

#app-sin h2 {
    margin: 0 auto;
    width: 170px;
    font-size: 120%;
    font-family: 'Gotham Medium', Helvetica, sans-serif;
    font-size: 100%;
    line-height: 20px;
}

#app-sin p {
    margin: 0 auto;
    width: 170px;
    font-size: 80%;
}

#app-sin-bottone {
    margin-top: 15px;
    text-align: center;
}

.citt-vetrina-est {
    float: left;
}

.citt-vetrina {
    position: relative;
    margin-bottom: 1px;
    width: 246px;
    border: 1px #e9e9e9 solid;
    border-bottom: 3px #e9e9e9 solid;
    background-color: #ffffff;
}

#citt-punti .citt-vetrina {
    margin-right: 6px;
}

#citt-scadenza .citt-vetrina {
    margin-right: 3px;
    margin-left: 3px;
}

#citt-veicoli .citt-vetrina {
    margin-left: 6px;
}

.citt-vetrina h2 {
    margin: 8px 8px 0 8px;
    background-color: #00ade0;
    padding-left: 10px;
    font-family: 'Gotham Rounded', Helvetica, sans-serif;
    font-size: 110%;
    color: #ffffff;
    line-height: 36px;
}

.citt-vetrina-evi {
    margin: 0 8px;
    min-height: 95px;
    height: auto !important;
    height: 95px;
    background-color: #009bc9;
    font-family: 'Gotham Rounded', Helvetica, sans-serif;
    font-size: 140%;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 95px;
}

.citt-vetrina-evi strong {
    font-size: 330%;
    vertical-align: middle;
}

.citt-vetrina-desc {
    min-height: 130px;
    height: auto !important;
    height: 130px;
    padding: 10px 0;
}

.citt-vetrina-desc p {
    margin: 0 10px;
    font-size: 90%;
    line-height: 20px;
}

.citt-vetrina-vai {
    margin: 10px;
}

#citt-punti h2 {
    background-color: #0f7ae5;
}

#citt-punti .citt-vetrina-evi {
    background-color: #0d5cab;
}

#citt-scadenza h2 {
    background-color: #00ade0;
}

#citt-scadenza .citt-vetrina-evi {
    background-color: #009bc9;
}

#citt-veicoli h2 {
    background-color: #fd9b59;
}

#citt-veicoli .citt-vetrina-evi {
    background-color: #ff822f;
}

#citt-segnala {
    float: left;
    margin-top: 15px;
    border: 1px #e9e9e9 solid;
    border-bottom: 2px #e9e9e9 solid;
    width: 540px;
    background-color: #ffffff;
}

#citt-segnala h2 {
    margin: 0;
    border-bottom: 1px #e9e9e9 solid;
    min-height: 52px;
    height: auto !important;
    height: 52px;
    background: #f9f9f9 url(../../images/pda/comunica-ico.png) no-repeat 5px 6px;
    padding-left: 50px;
    font-family: 'Gotham Medium', Helvetica, sans-serif;
    font-size: 110%;
    color: #125eac;
    line-height: 52px;
}

#citt-segnala .citt-segnala-art {
    border-bottom: 1px #e9e9e9 solid;
    min-height: 90px;
    height: auto !important;
    height: 90px;
    padding: 5px 0;
}

#citt-segnala .citt-segnala-art h3 {
    margin: 6px 15px;
    font-size: 90%;
}

#citt-segnala .citt-segnala-art p {
    margin: 6px 15px;
    font-size: 80%;
}

#citt-segnala a {
    text-decoration: none;
}

#citt-profilo {
    float: right;
    width: 212px;
}

#citt-profilo .citt-profilo-ext {
    float: right;
    position: relative;
    width: 206px;
    padding-top: 33px;
}

#citt-profilo .citt-profilo {
    margin-left: 9px;
    border: 1px #e9e9e9 solid;
    border-bottom: 3px #e9e9e9 solid;
    width: 194px;
    background-color: #ffffff;
}

#citt-profilo h2 {
    position: absolute;
    top: -3px;
    left: -0;
    margin: 20px 0 0 0;
    width: 140px;
    min-height: 36px;
    height: auto !important;
    height: 36px;
    background-color: #383838;
    padding-left: 20px;
    font-family: 'Gotham Medium', Helvetica, sans-serif;
    font-size: 95%;
    color: #ffffff;
    line-height: 36px;
}

#citt-profilo .citt-profilo-ang {
    position: absolute;
    top: 53px;
    left: -2px;
    width: 12px;
    height: 12px;
    background: transparent url(../../images/pda/angolo-tit.png) no-repeat 0 0;
}

#citt-profilo .impostazioni {
    margin: 20px 0 0 0;
    padding: 0;
    list-style-type: none;
}

#citt-profilo .impostazioni li {
    border-bottom: 1px #e9e9e9 solid;
    margin: 0;
    min-height: 39px;
    height: auto !important;
    height: 39px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
    line-height: 39px;
}

#citt-profilo .impostazioni a {
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
}

#citt-profilo .call-center {
    padding: 30px 0 14px 0;
}

#citt-profilo .call-center p {
    margin: 0;
    padding: 2px 10px;
    font-size: 85%;
}

#citt-profilo .call-center strong {
    font-size: 210%;
    color: #125eac;
}

.prof-profilo h2 {
    top: -23px !important;
}

.prof-profilo .citt-profilo-ang {
    top: 33px !important;
}

.prof-profilo .citt-profilo-ext {
    padding-top: 13px !important;
}

.pagamento-tariffario, .pagamento {
    width: 761px;
}

.pagamento .pagamento-1 {
    position: relative;
    float: left;
    width: 379px;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
    background: #f8f8f8 url(../../images/pda/pagamento-italia.png) no-repeat left center;
    padding: 10px 0;
    height: 86px;
}

.pagamento .pagamento-2 {
    position: relative;
    float: left;
    width: 379px;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
    border-left: 1px #e8e8e8 solid;
    background: #f8f8f8 url(../../images/pda/pagamento-trento.png) no-repeat left center;
    padding: 10px 0;
    height: 86px;
}


.pagamento .pagamento-nazionale {
    position: relative;
    float: left;
    width: 379px;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
    border-left: 1px #e8e8e8 solid;
    border-right: 1px #e8e8e8 solid;
    background: #f8f8f8 url(../../images/pda/pagamento-italia.png) no-repeat left center;
    padding: 10px 0;
    height: 86px;
}

.pagamento .pagamento-trento {
    position: relative;
    float: left;
    width: 379px;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
    border-left: 1px #e8e8e8 solid;
    border-right: 1px #e8e8e8 solid;
    background: #f8f8f8 url(../../images/pda/pagamento-trento.png) no-repeat left center;
    padding: 10px 0;
    height: 86px;
}

.pagamento .pagamento-1 h3, .pagamento .pagamento-2 h3 {
    margin-top: 20px;
    padding-left: 30px;
    background: url("../../images/pda/elenco-lancio-btn.png") no-repeat scroll left center rgb(248, 248, 248);
    padding-bottom: 10px !important;
}

.pagamento h3 {
    margin: 10px 25px 0 100px;
    font-size: 120%;
}

.pagamento h3 a {
    color: #666666;
}

.pagamento p {
    margin-top: 0 !important;
    margin-right: 35px !important;
    margin-left: 104px !important;
    padding: 0 !important;
    font-size: 80% !important;
    color: #333333;
}

.pagamento .pagamento-lancio {
    left: 102px;
    position: absolute;
    top: 34px;
}

/*  tariffario */

.pagamento-tariffario .pagamento-1 {
    position: relative;
    float: left;
    width: 252px;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
    background: #f8f8f8 url(../../images/pda/pagamento-italia.png) no-repeat left center;
    padding: 10px 0;
    height: 74px;
}

.pagamento-tariffario .pagamento-2 {
    position: relative;
    float: left;
    width: 253px;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
    border-left: 1px #e8e8e8 solid;
    background: #f8f8f8 url(../../images/pda/pagamento-trento.png) no-repeat left center;
    padding: 10px 0;
    height: 74px;
}

.pagamento-tariffario .pagamento-3 {
    position: relative;
    float: left;
    width: 253px;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
    border-left: 1px #e8e8e8 solid;
    background: #f8f8f8 url(../../images/pda/pagamento-aosta.png) no-repeat left center;
    padding: 10px 0;
    height: 74px;
}

.pagamento-tariffario .pagamento-1 h3, .pagamento-tariffario .pagamento-2 h3, .pagamento-tariffario .pagamento-3 h3 {
    margin-top: 20px;
    padding-left: 30px;
    background: url("../../images/pda/elenco-lancio-btn.png") no-repeat scroll left center rgb(248, 248, 248);
    padding-bottom: 10px !important;
}

.pagamento-tariffario h3 {
    margin: 10px 25px 0 100px;
    font-size: 120%;
}

.pagamento-tariffario h3 a {
    color: #666666;
}

.pagamento-tariffario p {
    margin-top: 0 !important;
    margin-right: 35px !important;
    margin-left: 100px !important;
    padding: 0 !important;
    font-size: 80% !important;
    color: #333333;
}

.pagamento-tariffario pagamento-lancio {
    position: absolute;
    right: 139px;
    top: 42px;
}

.avviso-pad {
    clear: both;
    margin: 0 auto;
    padding: 30px 20px;
}

.avviso-ext {
    border: 1px #e8e8e8 solid;
    padding: 4px;
}

.avviso {
    border: 1px #e8e8e8 solid;
    background: transparent url(../../images/pda/avviso.png) no-repeat left center;
    padding: 10px 10px 10px 100px;
    font-size: 80%;
}

.avviso2 {
    border: 1px #e8e8e8 solid;
    background: transparent url(../../images/pda/avviso2.png) no-repeat left center;
    padding: 10px 10px 10px 100px;
    font-size: 80%;
}

#carrello-sx {
    margin-top: 15px;
    border: 1px #e8e8e8 solid;
    border-bottom: 2px #e8e8e8 solid;
    background: #ffffff;
}

#carrello-sx h3 {
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
    min-height: 40px;
    height: auto !important;
    height: 40px;
    background: #F9F9F9 url("../../images/pda/carrello-piccolo.png") no-repeat 8px 11px;
    padding-left: 50px;
    font-size: 80%;
    color: #686868;
    font-weight: bold;
    line-height: 40px;
}

#carrello-sx-val {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 10px 10px 10px;
    color: #404040;
    font-weight: bold;
}

#carrello-sx-val a {
    display: block;
    margin-top: 15px;
}

#carrello-sx-pag {
    padding: 5px 10px;
    font-size: 80%;
    color: #404040;
     background-color: #f8f8f8;
}

.orari {
    margin: 20px 0;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
    background: #f8f8f8 url(../../images/pda/orologio.png) no-repeat 5px center;
    padding: 10px 0;
}

.orari h3 {
    margin: 10px 25px 0 100px;
    font-size: 80%;
    font-weight: normal;
    font-weight: bold;
}

.orari p {
    margin: 0 25px 0 100px !important;
    padding: 0 !important;
    font-size: 80% !important;
}

#callcenter-dx {
    border: 1px #e8e8e8 solid;
    border-bottom: 2px #e8e8e8 solid;
    background: #ffffff;
}

#callcenter-dx h3 {
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
    min-height: 40px;
    height: auto !important;
    height: 40px;
    background: #F9F9F9 url("../../images/pda/callcenter.png") no-repeat 8px 8px;
    padding-left: 40px;
    color: #686868;
    font-size: 80%;
    font-weight: bold;
    line-height: 40px;
}

#callcenter-dx p {
    margin: 0;
    padding: 20px 10px 10px 10px;
    color: #404040;
    font-size: 80%;
    font-weight: bold;
}

#callcenter-dx p strong {
    display: block;
    font-size: 150%;
    color: #006699;
    line-height: 45px;
}

#pratiche-form {
    padding: 20px;
}

#pratiche-form div {
    position: relative;
}

#pratiche-form h3 {
    margin: 15px 0 0 0;
    border-top: 1px solid #e8e8e8;
    padding: 15px 0 0 40px;
    font-size: 85%;
}

#pratiche-form input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
}

#pratiche-form label {
    margin-left: 40px;
    font-size: 85%;
}

#pratiche-form .bottone {
    margin: 20px -20px -20px -20px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    background-color: #f8f8f8;
    padding: 20px;
}

#bollettini-form .conteggio {
    margin: 30px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    padding: 6px 20px;
    font-size: 80%;
    font-weight: bold;
}

#bollettini-form .bollettino {
    margin: 20px;
    border: 1px #000000 solid;
    font-size: 70%;
    font-weight: bold;
    letter-spacing: 0.8px;
}

#bollettini-form .bollettino .testa {
    padding: 2px 3px;
    background-color: #ef3d34;
    color: #ffffff;
    font-weight: bold;
}

#bollettini-form .bollettino-urgente .testa {
    background-color: #9b9b9b;
}

#bollettini-form .bollettino .cc {
    float: left;
    margin-left: 10px;
    padding-bottom: 50px;
    color: #ef3d34;
}

#bollettini-form .bollettino-urgente .cc {
    color: #db4a57;
}

#bollettini-form .bollettino img {
    vertical-align: top;
}

#bollettini-form .bollettino .importo {
    margin-right: 10px;
    padding-bottom: 50px;
    color: #ef3d34;
    text-align: right;
}

#bollettini-form .bollettino-urgente .importo {
    color: #db4a57;
}

#bollettini-form .bollettino .sx {
    float: left;
    width: 45%;
    padding: 2px 0;
    color: #ef3d34;
    text-align: right;
}

#bollettini-form .bollettino-urgente .sx {
    color: #db4a57;
}

#bollettini-form .bollettino .dx {
    margin-left: 46%;
    width: 54%;
    padding: 2px 0;
    color: #ef3d34;
    text-align: left;
}

#bollettini-form .bollettino-urgente .dx {
    color: #db4a57;
}

#bollettini-form .bollettino input {
    margin-top: -2px;
    width: 320px;
    font-size: 80%;
}

#bollettini-form .bollettino select {
    margin-top: -2px;
    font-size: 80%;
}

#bollettini-form .bollettino .coda {
    border-top: 1px #e8e8e8 solid;
    padding: 3px 10px;
    color: #ef3d34;
    text-align: right;
}

#bollettini-form .bollettino-urgente .coda {
    color: #db4a57;
}

#bollettini-form .controllo-ext {
    position: relative;
    margin: -10px 0 20px 0;
    padding-top: 12px;
}

#bollettini-form .controllo {
    clear: both;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
    background-color: #f8f8f8;
    font-size: 80%;
}

#bollettini-form .controllo-inserisci {
    float: left;
    width: 170px;
    background: transparent url("../../images/pda/carrello.png") no-repeat left center;
    padding: 15px 0 15px 70px;
    text-decoration: underline;
    font-weight: bold;
}

#bollettini-form .controllo-inserisci input {
    vertical-align: middle;
}

#bollettini-form .controllo-cancella {
    float: left;
    width: 130px;
    background: transparent url("../../images/pda/cestino.png") no-repeat left center;
    padding: 15px 0 15px 70px;
     text-decoration: underline;
    font-weight: bold;
}

#bollettini-form .controllo-copia {
    float: left;
    width: 235px;
    background: transparent url("../../images/pda/matita.png") no-repeat left center;
    padding: 15px 0 15px 70px;
     text-decoration: underline;
    font-weight: bold;
}

#bollettini-form .controllo-punta {
    position: absolute;
    top: 1px;
    left: 19px;
    width: 23px;
    height: 12px;
    background: transparent url("../../images/pda/carrello-controllo-punta.png") no-repeat left center;
}

#bollettini-form .bottone {
    border-bottom: 2px solid #e8e8e8;
    padding: 10px 20px 20px 20px;
}

#carrello {
    position: relative;
}

#carrello h3 {
    margin: 20px 0 0 0;
    border-top: 1px #eaeaea solid;
    background: #f8f8f8 url("../../images/pda/carrello-grande.png") no-repeat left center;
    padding: 20px 10px 20px 90px;
    font-size: 100%;
}

#carrello .ordini {
    border-spacing: 1px;
    width: 100%;
    background-color: #e2e2e2;
    font-size: 80%;
}

#carrello .ordini th {
    padding: 15px 10px;
    background-color: #f8f8f8;
    text-align: left;
}

#carrello .ordini td {
    padding: 15px 10px;
    background-color: #f8f8f8;
}

#carrello .ordini td a {
    display: block;
    text-align: center;
}

#carrello input[type="text"] {
    border: 1px #dcdcdc solid;
    background-color: #fcfbfb;
    padding: 1px 5px;
}

#carrello .punta {
    position: absolute;
    top: 61px;
    left: 25px;
    width: 18px;
    height: 9px;
    background: transparent url("../../images/pda/carrello-punta.png") no-repeat left center;
}

#pagamenti-form .bottone {
    border-bottom: 2px solid #e8e8e8;
    padding: 10px 20px 20px 20px;
}

#pagamenti-form .modalita-pagamento {
    margin: 10px 0;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
    background-color: #f8f8f8;
    padding: 10px 0 10px 10px;
    font-size: 80%;
}

#pagamenti-form .modalita-pagamento label {
    border-left: 1px #e8e8e8 solid;
    padding-left: 10px;
}

#pagamenti-form .modalita-pagamento input {
    margin-right: 40px;
}

#pagamenti-form .pulsantiera {
    margin: 20px;
}

#pagamenti-form .pulsantiera a {
    margin-right: 5px;
    border: 1px #d4d4d4 solid;
    background-color: #f7f7f7;
    padding: 3px 10px;
    font-size: 80%;
    color: #979797;
    font-weight: bold;
    line-height: 20px;
}

.prof-vetrina-est {
    float: left;
}

.prof-vetrina {
    position: relative;
    margin-bottom: 1px;
    width: 262px;
    border: 1px #e9e9e9 solid;
    border-bottom: 3px #e9e9e9 solid;
    background-color: #ffffff;
}

#prof-pratiche .prof-vetrina {
    margin-right: 6px;
}

#prof-pacchi .citt-vetrina {
    margin-right: 3px;
    margin-left: 3px;
}

.prof-vetrina h2 {
    margin: 8px 8px 0 8px;
    background-color: #00ade0;
    padding-left: 10px;
    font-family: 'Gotham Rounded', Helvetica, sans-serif;
    font-size: 110%;
    color: #ffffff;
    line-height: 36px;
}

.prof-vetrina-desc {
    margin: 0 8px;
    min-height: 60px;
    height: auto !important;
    height: 60px;
    background-color: #009bc9;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 25px 8px 8px 85px;
    font-size: 90%;
    color: #ffffff;
    line-height: 20px;
    font-weight: bold;
}

.prof-vetrina .fluido {
    min-height: 90px;
    height: auto !important;
    height: 90px;
}

#prof-pratiche .prof-vetrina-desc {
    background-image: url("../../images/pda/cassettiera.png");
}

#prof-pacchi .prof-vetrina-desc {
    background-image: url("../../images/pda/schede.png");
}

.prof-vetrina-est a {
    text-decoration: none;
}

#prof-pratiche p {
    margin: 0 -3px;
    border-bottom: 1px #d4d4d4 solid;
    padding: 0 20px;
    font-size: 85%;
    line-height: 40px;
    font-weight: bold;
}

#prof-pratiche strong {
    float: right;
    font-size: 150%;
}

#prof-pacchi p {
    margin: 0;
    padding: 6px 20px;
    font-size: 85%;
}

.prof-vetrina-vai {
    margin: 15px 0 10px 15px;
}

#prof-calendario {
    margin-top: 8px;
    border: 1px #e9e9e9 solid;
    border-bottom: 3px #e9e9e9 solid;
    background-color: #ffffff;
}

#prof-calendario h2 {
    margin: 0;
    border-bottom: 1px #efefef solid;
    background: #f9f9f9 url(../../images/pda/calendario-ico.png) no-repeat 12px 9px;
    padding-left: 50px;
    font-family: 'Gotham Medium', Helvetica, sans-serif;
    font-size: 110%;
    color: #125eac;
    line-height: 52px;
}

#prof-calendario .evento {
    float: left;
    border-bottom: 1px #e9e9e9 solid;
    width: 136px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding: 5px 20px;
    font-size: 85%;
}

#prof-calendario a {
    text-decoration: none;
}

#prof-tariffario {
    margin-top: 3px;
    border: 1px #e9e9e9 solid;
    border-bottom: 3px #e9e9e9 solid;
    background-color: #ffffff;
}

#prof-tariffario h2 {
    margin: 0;
    border-bottom: 1px #efefef solid;
    background-color: #f9f9f9;
    padding-left: 20px;
    font-size: 90%;
    line-height: 45px;
}

#prof-tariffario p {
    margin: 6px 20px;
    font-size: 90%;
}

#prof-tariffario .lancio {
    margin: 10px 20px;
}

#prof-tariffario a {
    text-decoration: none;
}

.download {
    border-top: 1px #e9e9e9 solid;
    padding: 10px 20px;
    background-color: #f8f8f8;
    font-size: 80%;
    line-height: 70px;
}

.download img {
    vertical-align: middle;
}

.download .pdf span {
    float: none;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 10px;
}

.download span {
    float: right;
}

h3 + div .tabella-1 {
    margin-top: 0 !important;
}

.tabella-1 {
    margin: 0;
    border-spacing: 1px;
    width: 100%;
    background-color: #e2e2e2;
    font-size: 80%;
}

.tabella-1 tr {
    background-color: #fbfbfb;
}

.tabella-1 tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.tabella-1 tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

.tabella-1 tbody tr:nth-child(odd) {
    background-color: #fbfbfb;
}

.tabella-1 th {
    padding: 15px 10px;
    text-align: left;
}

.tabella-1 td {
    padding: 15px 10px;
}

.tabella-1 p {
    padding-left: 0 !important;
}

.tabella-1 td a {
    text-decoration: underline;
    font-weight: bold;
}

.tabella-1 input[type="text"] {
    border: 1px #dcdcdc solid;
    background-color: #fcfbfb;
    padding: 1px 5px;
}

.modulo-1 {
    background-color: #f5f4f4;
    padding: 20px 30px;
}

.modulo-1 h3 {
    font-size: 95%;
}

.modulo-1 .sx {
    float: left;
    width: 50%;
    padding: 10px 0;
}

.modulo-1 .dx {
    margin-left: 50%;
    width: 50%;
    padding: 10px 0;
}

.modulo-1 .sx > .sx, .modulo-1 .dx > .sx, .modulo-1 .sx > .dx, .modulo-1 .dx > .dx {
	width: 43% !important;
    padding: 0 !important;
}

.modulo-1 hr {
    margin: 20px -30px;
    height: 2px;
    background-color: #ffffff;
    border-width: 0;
    border-top: 1px #e8e8e8 solid;
}

.modulo-1 label {
    font-size: 80%;
    font-weight: bold;
    line-height: 30px;
}

.modulo-1 input[type="text"],
.modulo-1 input[type="file"],
.modulo-1 input[type="password"],
.modulo-1 select,
.modulo-1 textarea {
    border-width: 0;
    border-top: 1px #e8e8e8 solid;
    width: 90%;
    background-color: #ffffff;
    padding: 3px;
    font-size: 80%;
}

.modulo-2 .infrazioni select {
    border-width: 0;
    border-top: 1px #e8e8e8 solid;
    background-color: #ffffff;
    padding: 3px;
    font-size: 80%;
}

.modulo-1 .errore {
    border: 1px #ff0000 solid !important;
    margin-left: -2px !important;
}

.modulo-1 .errore-desc {
    /* margin: 0 300px -25px 0;*/
    font-size: 75%;
    color: #ff0000;
    float: left;
    display: block;
    width: 100%;
}

.modulo-1 .pulsanti {
    padding: 10px 30px;
    text-align: right;
}

.dialogo {
    margin: 20px;
    border: 1px #cccccc solid;
    padding: 20px;
    font-size: 90%;
}

.dialogo-errore {
    border-color: #ff0000;
}

.ui-dialog {
    padding: 0;
}

.ui-dialog-title {
    margin: 5px 0;
    padding-left: 10px;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog .ui-widget-header {
    border-width: 0;
    background-color: #f3f3f3;
    background-image: none;
    padding: 10px;
    font-family: 'Helvetica Neue Medium', Helvetica, sans-serif;
    font-size: 140%;
    color: #125eac;
    font-weight: normal;
}

.ui-dialog-buttonpane {
    border-width: 0;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 85%;
    color: #5B5B5B;
}

.ui-dialog .ui-state-default,
.ui-dialog .ui-state-hover {
    border: 1px #d4d4d4 solid;
    border-radius: 0;
    background-image: none;
    background-color: #f5f5f5;
    font-family: 'Helvetica Neue Medium', Helvetica, sans-serif;
    font-size: 90%;
    color: #979797;
    font-weight: bold;
}

.ui-dialog .ui-dialog-buttonpane {
    border-width: 0;
}

.ui-dialog .ui-button-text-only .ui-button-text {
    padding: 6px 15px;
}

/*
 lo commento perche è gestito nel javascript

#appsimplemenu {
    min-height: 60px;
    height: auto !important;
    height: 60px;
}

#appsimplemenu .contenitore {
    min-height: 60px;
    height: auto !important;
    height: 60px;
}*/

#appsimplemenu p {
    margin: 0 0 0 10px;
    font-family: 'Helvetica Neue Medium', Helvetica, sans-serif;
    font-size: 110%;
    color: #ffffff;
    line-height: 30px;
}

#appsimplemenu a {
    position: absolute;
    bottom: 10px;
    right: -23px;
    z-index: 9;
}

div.box-foto {
    background-color: #f8f8f8;
}

div.box-foto-sx {
    float: left;
    border: 1px #e8e8e8 solid;
    border-bottom-width: 0;
    border-right-width: 0;
    width: 120px;
    min-height: 100px;
    background: transparent url(../../images/pda/media-foto.png) no-repeat 15px 3px;
}

div.box-foto-sx ul {
    margin: 45px 0 0 18px;
    padding: 0;
    list-style-type: none;
}

div.box-foto-sx li {
    margin: 0;
    padding: 0;
}

div.box-foto-sx a,
div.box-foto-sx a:hover,
div.box-foto-sx a:active,
div.box-foto-sx a:visited {
    font-size: 70%;
    color: #666666;
    text-transform: uppercase;
    text-decoration: none;
}

div.box-foto-dx {
    margin-left: 122px;
    border: 1px #e8e8e8 solid;
    border-bottom-width: 0;
}

div.box-foto-dx a {
    display: block;
    float: left;
    margin: 10px;
}

div.box-foto-dx img {
    border: 1px #f1f1f1 solid;
}

div.box-video {
    background-color: #f8f8f8;
}

div.box-video-sx {
    float: left;
    border: 1px #e8e8e8 solid;
    border-bottom-width: 0;
    border-right-width: 0;
    width: 120px;
    min-height: 87px;
    height: auto !important;
    height: 87px;
    background: transparent url(../../images/pda/media-video.png) no-repeat 19px 3px;
}

div.box-video-dx {
    position: relative;
    margin-left: 122px;
    border: 1px #e8e8e8 solid;
    border-bottom-width: 0;
}

#video-carousel {
    margin: 13px auto;
    width: 555px;
    overflow: hidden;
}

#video-carousel ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#video-carousel li {
    float: left;
    position: relative;
    margin: 0;
    width: 185px;
    min-height: 60px;
    height: auto !important;
    height: 60px;
    padding: 0;
}

#video-carousel a {
    position: absolute;
    top: 0;
    left: 0;
}

#video-carousel h3 {
    margin: 0 0 0 80px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 90%;
    color: #f87002;
}

#video-carousel p {
    margin: 3px 0 0 80px;
    font-size: 70%;
}

a[href="#video-carousel-prev"] {
    position: absolute;
    top: 0;
    left: 0;
}

a[href="#video-carousel-next"] {
    position: absolute;
    top: 0;
    right: 0;
}

div.comunicazioni {
    margin-top: 10px;
    border: 1px #e9e9e9 solid;
    border-bottom: 3px #e9e9e9 solid;
    background-color: #ffffff;
}

div.comunicazioni h2 {
    margin: 0;
    border-bottom: 1px #e9e9e9 solid;
    min-height: 53px;
    height: auto !important;
    height: 53px;
    padding-left: 70px;
    background: #f9f9f9 url(../../images/pda/comunicazioni-ico.png?2) no-repeat 17px 5px;
    font-family: 'Gotham Medium', Helvetica, sans-serif;
    font-size: 110%;
    color: #686868;
    line-height: 53px;
}

div.comunicazioni h2 a,
div.comunicazioni h2 a:hover,
div.comunicazioni h2 a:active,
div.comunicazioni h2 a:visited {
    text-decoration: none;
}

div.comunicazioni-art {
    float: left;
    border-right: 1px #e9e9e9 solid;
    width: 189px;
}

div.comunicazioni h3 {
    margin: 12px 5px 2px 20px;
    font-size: 80%;
    font-weight: normal;
    text-decoration: underline;
}

div.comunicazioni p {
    margin: 2px 5px 12px 20px;
    font-size: 80%;
    font-weight: bold;
}

div.eventi {
    float: left;
    margin-top: 10px;
    border: 1px #e9e9e9 solid;
    border-bottom: 3px #e9e9e9 solid;
    /*width: 49%;*/
    width: 98%;
    background-color: #ffffff;
}

div.eventi h2 {
    margin: 0;
    border-bottom: 1px #e9e9e9 solid;
    min-height: 53px;
    height: auto !important;
    height: 53px;
    padding-left: 70px;
    background: #f9f9f9 url(../../images/pda/eventi-ico.png?2) no-repeat 17px 5px;
    font-family: 'Gotham Medium', Helvetica, sans-serif;
    font-size: 110%;
    color: #686868;
    line-height: 53px;
}

div.eventi h2 a,
div.eventi h2 a:hover,
div.eventi h2 a:active,
div.eventi h2 a:visited {
    text-decoration: none;
}

div.eventi p {
    margin: 10px 20px;
    font-size: 80%;
}

div.eventi .fluido {
    min-height: 275px;
    height: auto !important;
    height: 275px;
}

div.az-calendario {
    float: right;
    margin-top: 10px;
    border: 1px #e9e9e9 solid;
    border-bottom: 3px #e9e9e9 solid;
    /*width: 49%;*/
    width: 98%;
    background-color: #ffffff;
}

div.az-calendario h2 {
    margin: 0;
    border-bottom: 1px #e9e9e9 solid;
    min-height: 53px;
    height: auto !important;
    height: 53px;
    padding-left: 70px;
    background: #f9f9f9 url(../../images/pda/calendario-2-ico.png?2) no-repeat 17px 5px;
    font-family: 'Gotham Medium', Helvetica, sans-serif;
    font-size: 110%;
    color: #686868;
    line-height: 53px;
}

div.az-calendario h2 a,
div.az-calendario h2 a:hover,
div.az-calendario h2 a:active,
div.az-calendario h2 a:visited {
    text-decoration: none;
}

div.az-calendario p {
    margin: 10px 20px;
    font-size: 80%;
}

div.az-calendario .fluido {
    min-height: 275px;
    height: auto !important;
    height: 275px;
}

input[type="text"].readonly {
    background-color: #f5f4f4;
    border: 0 none !important;
    color: #5b5b5b;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
}

div#menu-sx ul li h3.opener_apc {
    color: #FF6600;
}

#menu-sx ul.interno_apc {
    margin: 10px 0 10px -4px;
}

#menu-sx ul.interno_apc li {
    padding: 3px 0;
}

table#verbale tr th {
    white-space: pre-wrap;
}
