
#g_body.tplHome {
  border-bottom: 0;
}

.homeLeft {
  height: 381px;
}

.homeTabs {
  position: absolute;
  top: 0;
  left: 534px;
  overflow: hidden;
  width: 237px;
  height: 380px;
  border-bottom: 1px solid #013162;
  background: #013162 url(../images/homeTabs.png) repeat-x left top;
  color: #ffffff;
}
  #homeTabsSelector {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
    #homeTabsSelector li {
      display: inline;
    }
    #homeTabsSelector a {
      display: block;
      float: left;
      width: 117px; /* (totalWidth - 1) / numTabs - 1 */
      height: 30px;
      margin-right: 1px;
      background: #60abef url(../images/homeTab.png) no-repeat center bottom;
      text-align: center;
      color: #ffffff;
      line-height: 28px;
      outline: none;
    }
      #homeTabsSelector .active a {
        background-position: center top;
      }
      #homeTabsSelector li.first a {
        width: 118px; /* default width + 1 */
        background-position: left bottom;
      }
      #homeTabsSelector li.first.active a {
        background-position: left top;
      }
      #homeTabsSelector .last a {
        width: 118px; /* default width + 1 */
        margin-right: 0px;
        background-position: right bottom;
      }
      #homeTabsSelector .last.active a {
        background-position: right top;
      }
  .homeTabs .homeTab {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    /* total height: 349 px */
    padding-top: 209px;
    height: 140px;
    /* total width: 238 px */
    width: 218px;
    padding-left: 10px;
    padding-right: 10px;
  }
    .homeTabs .homeTab input.form_text {
      width: 125px;
    }
  .homeTabs label {
    display: block;
    font-weight: bold;
    clear: both;
  }
  .homeTabs .homeTab.active {
    display: block;
  }
  .homeTabs a {
    color: #ffffff;
  }
  .homeTabs h3 {
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: -10px;
    left: 2px;
    text-transform: lowercase;
    font-size: 34px;
    font-family: "Tahoma", "Arial", sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    white-space: nowrap;
    color: #0c6faf;
  }

.homeTabs .homeTab form {
  width: 95%;
}
.homeTabs .homeTab p {
  clear: both;
  text-align: right;
  margin: 2px 4px 10px 0;
}

.homeNews {
  position: absolute;
  top: 0;
  left: 772px;
}
  .homeSingleNews {
    width: 212px;
  }
  .homeSingleNews h3 {
    display: block;
    position: relative;
    padding-left: 10px;
    width: 202px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    font-size: 12px;
    margin: 0 0 1px 0;
    color: #ffffff;
    cursor: default;
  }
    /* il titolo vero e proprio, che diventa tutta l'area cliccabile */
    .homeSingleNews h3 a {
      position: absolute;
      top: 71px;
      left: 0;
      z-index: 10;
      display: block;
      width: 202px;
      padding-left: 10px;
      height: 109px;
      padding-top: 10px;
      cursor: pointer;
      color: #ffffff;
    }
    /* la data */
    .homeSingleNews h3 span.date {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 68px;
      padding-top: 18px;
      height: 50px;
      border: 1px solid #bbbbbb;
      color: #737373;
      text-align: center;
      font-weight: normal;
    }
      /* il numerone del giorno */
      .homeSingleNews h3 span.date strong {
        display: block;
        font-size: 1.4em;
        font-weight: bold;
      }
    .homeSingleNews p {
      display: block;
      overflow: hidden;
      /* 192 + 10 + 10 = 212 */
      width: 192px;
      padding-left: 10px;
      padding-right: 10px;
      /* 80 + 39 = 119 */
      height: 80px;
      padding-top: 39px;
      padding-bottom: 0;
      background: #002f73 url(../images/homeNews.png) no-repeat left top;
      margin: 0 0 1px 0;
      color: #ffffff;
      z-index: 1;
    }

