<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************************
*					Thickbox					*
************************************************/
/* Color customization */
.red-color {
  color: #9e0b0f;
}
/* Font customization */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
}
/* Utility customization */
.transition-color-off {
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
}
.transition-color {
  transition: color 0.6s;
  -webkit-transition: color 0.6s;
  -moz-transition: color 0.6s;
  -o-transition: color 0.6s;
}
.transition-all-off {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.transition-all {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.bordered-none {
  border: 1px solid rgba(0, 0, 0, 0);
}
.bordered-nospace {
  border: 0px;
}
.bordered {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.bordered-light {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.bordered-double {
  border: 2px solid rgba(0, 0, 0, 0.15);
}
.bordered-triple {
  border: 2px solid rgba(0, 0, 0, 0.15);
}
.bordered-evidence {
  border: 3px solid rgba(0, 0, 0, 0.06);
}
.bordered-dashed {
  border: 1px dashed rgba(0, 0, 0, 0.15);
}
.bordered-top {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.bordered-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.bordered-left {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.bordered-right {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.border-1-transparent {
  border: 1px solid transparent;
}
.border-0 {
  border: none;
}
.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.border-2 {
  border: 2px solid rgba(0, 0, 0, 0.15);
}
.border-3 {
  border: 3px solid rgba(0, 0, 0, 0.15);
}
.border-1-dashed {
  border: 1px dashed rgba(0, 0, 0, 0.15);
}
.border-top-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.border-left-1 {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.border-right-1 {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.border-bottom-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.border-bottom-3 {
  border-bottom: 3px solid rgba(0, 0, 0, 0.06);
}
.border-box {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.drop-shadow {
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.09);
}
.drop-shadow-object {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.09);
}
.drop-shadow-object-long {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
}
.no-drop-shadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.text-shadow {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
  -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
  -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
  -o-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
}
.spacing-light {
  letter-spacing: 0.100rem;
}
.spacing-medium {
  letter-spacing: 0.200rem;
}
.d-flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-column {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex!;
  -ms-display: flex;
  -moz-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -moz-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-row {
  display: -webkit-box;
  display: flex;
  -webkit-display: flex!;
  -ms-display: flex;
  -moz-display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -moz-flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aligner-item-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.aligner-item-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.aligner-item-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
}
.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.flex-fill {
  -ms-flex: 1 1 auto!important;
  -webkit-box-flex: 1!important;
          flex: 1 1 auto!important;
}
.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-grow-1 {
  -ms-flex-positive: 1!important;
  -webkit-box-flex: 1!important;
          flex-grow: 1!important;
}
.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.align-items-baseline {
  align-items: baseline!important;
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
}
.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}
.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-box-pack: distribute!important;
  -ms-flex-pack: distribute!important;
  justify-content: space-around !important;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-first {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
  -mozorder: 1;
}
.order-second {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
  -mozorder: 2;
}
.order-third {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
  -mozorder: 3;
}
.order-fourth {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -webkit-order: 4;
  -mozorder: 4;
}
.point-left {
  background: transparent url("/img-main/point.png") no-repeat scroll center center;
}
.point-prev {
  background: transparent url("/img-main/point-left.png") no-repeat scroll center center;
}
.point-next {
  background: transparent url("/img-main/point.png") no-repeat scroll center center;
}
.object-fit {
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  object-fit: cover;
}
.object-position {
  -o-object-position: top center;
     object-position: top center;
}
.image-rendering {
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
}
/** FadeIn animation  **/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/** Fade In Down **/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInTop {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/** Fade In Top **/
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}
/** FadeOut animation  **/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/** Fade Out Up **/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
/** Fade Out Down **/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
/* ========================== Regole Thickbox ========================== */
#TB_window {
  background-color: rgba(255, 255, 255, 0.95);
}
html.TB_box {
  font-size: 62.5%!Important;
  padding: 1.500rem 1.500rem 2.500rem;
}
html.TB_box body {
  font-size: 1.200rem;
}
#TB_secondLine {
  padding: 1em 0 0 0;
  display: inline-block;
}
#TB_secondLine div {
  display: inline-block;
}
#TB_overlay {
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.TB_overlayMacFFBGHack {
  background: url(macFFBgHack.png) repeat #ffffff;
}
.TB_overlayBG {
  background-color: #FFFFFF;
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
}
.TB_iframeBackground {
  background-color: #FFFFFF;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.00;
}
#TB_window {
  position: fixed;
  z-index: 10002;
  display: none;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  left: 50%;
}
#TB_window img#TB_Image {
  margin: 1.7% auto;
}
#TB_caption {
  padding: 1em 2em 2em 2em;
  text-align: center;
  width: auto;
}
html.TB_box [class*="block-grid-"] {
  margin: 0;
}
.captionTitle {
  width: auto;
  text-transform: uppercase;
}
.captionCopyright {
  padding-bottom: 0px;
  padding-top: 4px;
  letter-spacing: 1pt;
}
#TB_closeWindow {
  width: 110px;
  height: 25px;
  padding: 0px;
  position: absolute;
  top: 7px;
  right: 7px;
}
#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right;
}
#TBprev,
#TBnext {
  letter-spacing: 2pt;
}
#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px;
}
#TB_title {
  background-color: #FFFFFF;
  height: 27px;
}
#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}
#TB_ajaxContent.TB_modal {
  padding: 15px;
}
#TB_ajaxContent p {
  padding: 5px 0px 5px 0px;
}
#TB_load {
  position: fixed;
  display: none;
  height: 2px;
  width: 343px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -171px;
  /* -height/2 0 0 -width/2 */
}
#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333333;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
#TB_iframeContent {
  clear: both;
  border: none;
}
.NumSel {
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 500;
  color: rgba(19, 20, 25, 0.8);
}
.NumPrevis {
  display: inline-block;
  font-family: "Playfair Display";
  font-weight: 500;
  color: rgba(19, 20, 25, 0.8);
}
/* style form */
.style-form .label {
  /*margin-top: 16px;*/
}
div.labelContactForm {
  text-align: left;
}
div.labelThickboxWin.sx {
  text-align: left;
}
div.labelThickboxWin.dx,
label.label.dx {
  text-align: right;
}
div.labelThickboxWin.cx,
div.labelContactForm.cx,
label.label.cx {
  text-align: center;
}
label.label.uppercase {
  text-transform: uppercase;
}
input.check {
  width: auto;
}
div.message {
  padding: 0.5rem 0;
  font-size: 1.100rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div.itemCompThickboxWin {
  padding: 1em 0 1.5em;
  clear: both;
}
div.headerAuth {
  padding: 1em 0;
}
div.fieldAuth {
  padding: 0.5 0 1em;
}
div.row1pxForm {
  padding: 0;
  height: 1px;
  clear: both;
  margin: 1.000rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
div.row1pxForm2 {
  width: 180px;
  padding: 0;
  height: 1px;
  clear: both;
  margin: 0.5em 0 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#TB_caption {
  padding: 0 0 20px 25px;
  text-align: center;
}
b.venduto {
  color: rgba(19, 20, 25, 0.8);
}
div#containerFotogallery {
  position: relative;
  height: 36px;
}
div.logoFotogallery {
  display: inline-block;
  top: 16px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  margin: 0 auto;
}
div.closeFotogallery {
  display: inline-block;
  top: 0;
  right: 0;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  z-index: 100000;
}
div.titleFotogallery {
  display: inline-block;
  left: 0;
  right: 0;
  top: 16px;
  position: absolute;
  text-align: center;
  margin: 0 auto;
}
div.titleLotto {
  position: relative;
  display: inline-block;
}
div.controls {
  text-align: center;
  margin: 0 auto;
}
div.ss-controls,
div.nav-controls {
  float: none;
  display: inline-block;
}
/* Container Paginate Lotto Scheda */
#TB_window {
  left: 25px!Important;
  top: 25px!Important;
  bottom: 25px!Important;
  right: 25px!Important;
  margin-left: 0px!Important;
  margin-top: 0px!Important;
  width: auto!Important;
  display: block!Important;
}
iframe#TB_iframeContent {
  width: 1140px!Important;
  height: auto!Important;
  max-width: 100%!Important;
  min-height: 100%!Important;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.09);
}
form#formThickboxWin {
  width: 100%;
  padding: 0.500rem 1.000rem;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
div.requestedField {
  line-height: normal;
}
#dettLotDx #titleLotto .asteListButton {
  padding: 0px 0px 1.000rem;
}
.closeButton {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 0;
}
.closeButton img {
  float: none;
}
div.itemThickboxWin {
  text-align: center;
}
/************************************************
*	PERSONALIZZAZIONE GONNELLI  				*
************************************************/
select.med {
  padding: 2px;
  width: 178px;
  height: 20px;
}
form.cmxform legend.titleWin,
legend.titleWin {
  font-size: 2.000rem;
  font-family: "Playfair Display";
  line-height: normal;
  color: rgba(19, 20, 25, 0.95);
  letter-spacing: 0.050rem;
  padding: 1.000rem 0 0.500rem;
  text-transform: none;
  font-weight: normal;
}
legend {
  font-size: 1.400rem;
  text-transform: uppercase;
  color: rgba(19, 20, 25, 0.95);
}
input.big {
  width: 286px;
  text-transform: uppercase;
}
input.med {
  width: 178px;
  text-transform: uppercase;
}
/************************************************
*	stili per desiderata						*
************************************************/
.containerSelDesiderata {
  margin: 0 auto;
}
.containerSelDesiderata .boxSearch {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-right: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  width: auto;
}
.containerSelDesiderata .boxSearch .textLabel {
  text-transform: uppercase;
}
.containerSelDesiderata .boxSearch .buttonForm {
  height: 19px;
}
.containerSelDesiderata input.radio {
  width: 30px;
}
.containerSelDesiderata input.data {
  width: 40px;
}
.dataRange {
  padding: 1.500rem 0.500rem;
}
/************************************************************************
*		Stili per selezione desiderata con paginazione a lettere		*
*************************************************************************/
.listNav {
  margin: 0.500rem 0 1.000rem;
  padding-left: 0;
  padding-right: 0;
}
.demo {
  padding-left: 0;
  padding-right: 0;
}
.ln-letters {
  overflow: hidden;
  font-size: 1.100rem;
}
.ln-letters a {
  font-size: 1.100rem;
  display: block;
  float: left;
  padding: 0.25rem 0.750rem;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-right: none;
}
.ln-letters a.ln-last {
  border-right: 1px solid #BDBCBD;
}
.ln-letters a:hover,
.ln-letters a.ln-selected {
  color: #ab0000;
  background: #EEEEEE;
}
.ln-letters a.ln-disabled {
  color: #ccc;
}
.ln-letter-count {
  text-align: center;
  font-size: 1.100rem;
  line-height: 1;
  margin-bottom: 3px;
  color: #827936;
  font-weight: bold;
}
#menu-lettere #listWrapper {
  width: 100%;
}
#menu-lettere a:hover {
  text-decoration: underline;
}
#nav-specie li {
  float: left;
  padding: 2px;
  list-style: none;
}
#nav-specie a {
  display: block;
  text-align: left;
  font-size: 1.100rem;
  line-height: normal;
  padding: 10px;
  min-height: 46px;
  margin: 0;
  text-decoration: none;
  background: #FFFFFF;
  text-transform: uppercase;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#nav-specie a:hover {
  color: #ab0000;
  background: #EEEEEE;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#nav-specie a.itemSelected:after {
  background-color: #EAEAEA;
  background-image: url(/img-main/point-check2.gif);
  background-position: 156px 8px;
  background-repeat: no-repeat;
  border: 1px solid #999;
  color: #ab0000;
}
.lm-wrapper {
  margin: 0;
  padding: 0;
}
.lm-wrapper .lm-letters {
  overflow: hidden;
  font-size: 1.100rem;
}
* html .lm-wrapper .lm-letters {
  zoom: 1;
}
/* for IE6 so that menu appears under letters */
.lm-wrapper .lm-letters a {
  font-size: 1.100rem;
  display: block;
  float: left;
  padding: 2px 0.79em;
  border: 1px solid #BDBCBD;
  border-right: none;
  text-decoration: none;
}
.lm-wrapper .lm-letters a:hover,
.lm-wrapper .lm-letters a.lm-selected {
  background-color: #E6E4D2;
}
.lm-wrapper .lm-letters a.lm-disabled {
  color: #ccc;
}
.lm-wrapper .lm-letters a.lm-last {
  border-right: 1px solid #BDBCBD;
}
.lm-wrapper .lm-letter-count {
  text-align: center;
  font-size: 1.100rem;
  line-height: 1;
  margin-bottom: 3px;
  color: #827936;
  font-weight: bold;
}
.tipoDataEdDiv {
  text-align: center;
}
.labelThickboxWin h5 {
  text-transform: uppercase;
}
.tipoDataEdDiv label.radio,
.labelThickboxWin label.radio,
.labelContactForm label.radio,
form.cmxform legend.titleWin label.radio {
  display: inline-block;
  margin-right: 1.500rem;
  text-transform: uppercase;
  vertical-align: top;
}
.labelThickboxWin label.radio,
.labelContactForm label.radio {
  text-align: left;
  padding-left: 0;
}
.labelThickboxWin label.radio i,
.labelContactForm label.radio i {
  /*top: 0;*/
}
.containerSearch .labelThickboxWin label.radio,
.containerSearch .labelContactForm label.radio {
  padding-left: 27px;
}
.containerSearch .labelThickboxWin label.radio i,
.containerSearch .labelContactForm label.radio i {
  top: 5px;
}
.layerDataRange .buttonForm {
  margin-left: 20px;
}
.alertSelDes {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  padding-bottom: 10px;
  color: #ab0000;
}
.divText {
  padding: 10px 15px 15px;
}
.divText p {
  margin: 0;
}
.tipoBeneCat {
  position: relative;
  padding: 1.500rem 0;
}
.tipoBeneCat ul {
  margin-top: 10px;
}
.tipoBeneCat li {
  float: left;
  padding: 2px;
  list-style: none;
}
.tipoBeneCat li a {
  display: block;
  text-align: left;
  font-size: 1.100rem;
  line-height: normal;
  padding: 10px;
  min-height: 46px;
  margin: 0;
  text-decoration: none;
  background: #FFFFFF;
  text-transform: uppercase;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.tipoBeneCat li a:hover {
  color: #ab0000;
  background: #EEEEEE;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.buttonForm.selectAll {
  height: 19px;
  margin-top: 10px;
  color: #000;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.buttonForm.selectAll:hover {
  height: 19px;
  margin-top: 10px;
  color: #ab0000;
  background: #EEEEEE;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#nav-specie-autori li {
  float: left;
  padding: 2px;
  list-style: none;
}
#nav-specie-autori a {
  display: block;
  text-align: left;
  font-size: 1.100rem;
  padding: 5px 10px;
  margin: 0;
  text-decoration: none;
  background: #FFFFFF;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#nav-specie-autori a:hover {
  color: #ab0000;
  background: #EEEEEE;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#nav-specie-autori a.itemSelected {
  background-color: #EAEAEA;
  background-image: url(/img-main/point-check2.gif);
  background-position: 156px 8px;
  background-repeat: no-repeat;
  border: 1px solid #999;
  color: #ab0000;
}
#nav-specie-editori li {
  float: left;
  padding: 2px;
  list-style: none;
}
#nav-specie-editori a {
  display: block;
  text-align: left;
  font-size: 1.100rem;
  padding: 5px 10px;
  margin: 0;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#nav-specie-editori a:hover {
  color: #ab0000;
  background: #EEEEEE;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#nav-specie-editori a.itemSelected {
  background-color: #EAEAEA;
  background-image: url(/img-main/point-check2.gif);
  background-position: 156px 8px;
  background-repeat: no-repeat;
  border: 1px solid #999;
  color: #ab0000;
}
#nav-specie-luoghi li {
  float: left;
  padding: 2px;
  list-style: none;
}
#nav-specie-luoghi a {
  display: block;
  text-align: left;
  font-size: 1.100rem;
  padding: 5px 10px;
  margin: 0;
  text-decoration: none;
  background: #FFFFFF;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#nav-specie-luoghi a:hover {
  color: #ab0000;
  background: #EEEEEE;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#nav-specie-luoghi a.itemSelected {
  background-color: #EAEAEA;
  background-image: url(/img-main/point-check2.gif);
  background-position: 156px 8px;
  background-repeat: no-repeat;
  border: 1px solid #999;
  color: #ab0000;
}
#nav-specie-soggetti li {
  float: left;
  padding: 2px;
  list-style: none;
}
#nav-specie-soggetti a {
  display: block;
  text-align: left;
  font-size: 1.100rem;
  padding: 5px 10px;
  margin: 0;
  text-decoration: none;
  background: #FFFFFF;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#nav-specie-soggetti a:hover {
  color: #ab0000;
  background: #EEEEEE;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#nav-specie-soggetti a.itemSelected {
  background-color: #EAEAEA;
  background-image: url(/img-main/point-check2.gif);
  background-position: 156px 8px;
  background-repeat: no-repeat;
  border: 1px solid #999;
  color: #ab0000;
}
/****************************************************
*						Button						*
****************************************************/
.btn.smallBtn {
  background: rgba(19, 20, 25, 0.95);
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0.100rem;
  padding-left: 2.500rem;
  padding-right: 2.500rem;
  width: auto;
}
.btn.smallBtn:hover {
  background: #9e0b0f;
  color: rgba(255, 255, 255, 0.95);
  padding-left: 2.500rem;
  padding-right: 2.500rem;
}
</pre></body></html>