/*
 * style.css - l.bariani@denali.it - 20081120
 *
 * foglio di stile per maxmocaribe.com v3
 *
 */
body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #ffffff;
  text-align: center; /*ie 6/7 bug fix */
  background-color: #020d38;
}
/*png fix per internet explorer */
* {behavior: url(iepngfix.htc) }

a {
  cursor: pointer;
}
#container{
  width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 0px;
  height: 100%;
}
#header{
  width: 800px;
  height:100px;
  padding: 0px;
  font-size: 12px;
}
#header a{
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}
#header a.linkBOLD{
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}
#header a.linkBOLD:hover {
  font-size: 12px;
  color: #ffffff;
  text-decoration: underline;
}
#header a:hover {
  font-size: 12px;
  color: #ffffff;
  text-decoration: underline;
}
#header td{
  text-align: center;
}
#centrale{
/*  height: 450px;*/
  padding: 0px;  
}
#footer{
  clear: both;
  width: 800px;
  margin: auto;
  text-align:justify;  
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
#footer hr{
  width: 100%;
  height: 1px;
  background-color: #013682;
  line-height: 2px;
}
#footer .partner_titolo{
  font-family: Verdana, sans-serif;
  font-size: 10px;
  line-height: 30px;
  color: #041a53;
  text-align: center;
}
#footer .partner_elenco{
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #041a53;
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
}
#footer .partner_elenco2{
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #041a53;
  text-align: center;
  padding-bottom: 10px;
}
#footer a{
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #041a53;
}
#footer a:link{
  text-decoration: none;
}
#footer a:hover {
  background-color: #d1e3ff;
  text-decoration: none;
}
/******home page******/

#centrale_homepage_fotobig{
  width: 800px;
}
#centrale_homepage_down{
  width: 800px;
  height: 148px;
}

/*
#flash{
  height: 340px;
  padding: 0px;
}*/

#buttons{
  padding: 0px;
  margin: 0px;
  width: 800px;
  background-color: #ffffff;
}
#category_location{
  height 200px;
  padding: 0px;
}

/* about us / chi siamo */
#chisiamo{
  width: 800px;
  background-color: #ffffff;
}

#chisiamo-menu{
  width: 200px;
  height: 400px;
  background-color: #ffffff;
  float: left;
}

#chisiamo-menu ul{
  list-style:none;
  margin:0; padding:0;
  padding-top: 70px;
  padding-left: 40px;
}
#chisiamo-menu li{
  width: 160px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#chisiamo-menu a{
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
#chisiamo-menu a:hover {
  background-color: #515151;
  color: #ffffff;
}


#chisiamo-immagine-top{
  width: 600px;
  height: 400px;
  background-color: #ffffff;
  float: right;
  text-align: right;
}

#chisiamo-immagine-top img{
}

#chisiamo-content{
/*  width: 800px;*/
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}
#chisiamo-content h1{
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 8px;
}

#chisiamo-content p{
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}


/* end abotu us / chi siamo */

/* form contatti */

#form-contatti{
  width: 770px;
  background-color: #e2e2e2;
  border-color: #d2d2d2;
  border-width: 1px;
  border-style: solid;
  margin: 0px;
}
#form-contatti ul{

}
#form-contatti li{
  list-style: none;
  font-size: 12px;
  height: 20px;
}

#form-contatti-content{
  background-color: #d1d0d0;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
}
#form-contatti-content td{
  height: 30px;
}
#form-contatti-content .inputBOX {
  width: 200px;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
}
#form-contatti-content .inputBOX-middle {
  width: 100px;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
}
#form-contatti-content .inputBOX-small {
  width: 30px;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
}
#form-contatti-content .textBOX {
  width: 200px;
  height: 100px;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
}
#form-contatti-content .submitBOX {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  padding: 3px;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
}

#right a{
  color: #000000;
  font-size: 12px;
}
#right a:hover {
  color: #000000;
  font-size: 12px;
}
#left {
  width: 150px;
  float:left;
}
#right {
  width: 210px;
  float:right;
}


/* end form contatti */

.error{
  color: #ff0000;
}
.ok {
  color: #17c700;
}
#form_contatti input,textarea {
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
}

/* Elenco annunci */
#elenco_annunci{
  width: 800px;
  background-color: #000000;
}
.singolo_annuncio_wrapper{
  width: 200px;
  min-height: 424px;
  height: auto !important;  /*fix per explorer 6.0 .. 7.0*/
  height: 424px;
  float: left;
  background-color: #000000;
}
.singolo_annuncio{
  margin-top: 5px;
  width: 196px;
  min-height: 375px;
  height: auto !important;  /*fix per explorer 6.0 .. 7.0*/
  height: 375px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.singolo_annuncio_lista{
  margin-top: 5px;
  width: 196px;
  min-height: 375px;
  height: auto !important;  /*fix per explorer 6.0 .. 7.0*/
  height: 375px;
  text-align: center;
  float: left;
  padding-left: 2px;
  padding-right: 2px;
}
.titolo_annuncio{
  background-color: #020266;
  width: 95%;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  color: #ffffff;
}
.descrizione_annuncio{
  background-color: #030132;
  width: 95%;
  font-size: 12px;
  height: 120px;
  text-align: left;
  margin: 0 auto;
  color: #ffffff;
}
.txtdes{
  width: 95%;
  height: 120px;
  margin-left: 6px;
}
.immagine_annuncio{
  background-color: #030132;
  width: 95%;
  height: 173px;
  text-align: center;
  margin: 0 auto;
}
.prezzo_annuncio{
  background-color: #030132;
  width: 95%;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  text-align: left;
  color: #ffffff;
  margin: 0 auto;
}

/* Fine Elenco Anunci*/


/* Scheda annuncio */
#scheda_annuncio{
  padding: 0px;
  color: #000000;  
  position: relative;
}
#scheda_annuncio_bottom{
  width: 800px;
  background-color: #ffffff;
}
#gallery{
  margin-top: 3px;
  margin-bottom: 7px;
  width: 800px;
  padding: 5px;
}

#gallery img{
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
}
#gallery img:hover {
  border-width: 2px;
  border-color: #ff0000;
  border-style: solid;   
}
#bigImage {
  width: 595px;
  height: 425px;
  min-height: 425px;
  float: left;
}
#bigImage img {
  border-width: 0px;
  border-color: #ffffff;
  border-style: solid;
}
#loadingBigImage {
  width: 800px;
  height: 425px;
  min-height: 425px;
}
#bottoni_scheda{
  width: 800px;
  color: #ffffff;
  text-align: center;
}
#bottoni_scheda a{
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}
#bottoni_scheda a:hover {
  font-size: 14px;
  color: #000000;
  background-color: #d1e3ff;
}
.firstElement {
  font-size: 14px;
  color: #000000;
  display: inline;
  padding-right: 5px;
  border-left-color: #ffffff;
  border-left-size: 2px;
  border-left-style: solid;
}
.fromSecondToEnd {
  font-size: 14px;
  color: #000000;
  display: inline;
  padding-left: 5px;
  border-left-color: #fac368;
  border-left-size: 2px;
  border-left-style: solid;
}
#dettagli{
  color: #000000;
  padding: 5px;
}

#dettagli p{
  text-align: justify;
}
#dettagli_titolo{
  padding-left: 10px;
  margin-top: 20px;
  font-size: 22px;
}
#dettagli_subtitolo{
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}
#dettagli_prezzo{
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
a.back_descrizione{
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}
a.back_descrizione:hover {
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #000000;
  text-decoration: underline;
  background-color: #d1e3ff;
}
#dettagli_descrizione{
  padding-left: 10px;
  padding-right: 30px;
  font-size: 13px;
  line-height: 18px;
}
#dettagli_descrizione a{
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
#dettagli_descrizione a:hover {
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}
.tabs{
  margin-right:10px;
  margin-top: 10px;
  padding:4px;
  text-align:center;
  float:left;
  cursor:pointer;
  border:1px solid #ccc;
  border-bottom:0;
  font-size: 14px;
  padding-left:5px;
  padding-right:5px;
}

.tabs a{
  color: #000000;
  text-decoration: none;
}
.tabs a:hover {
  color: #000000;
  text-decoration: none;
  background-color: #d1e3ff;
}
.tabs a:visited {
  color: #000000;
  text-decoration: none;
}

#btn-dettagli-inquire{
  background-color: #ffcc00;
}
#dettagli-content{
  background-image: url('images/sfondo-content.gif');
  background-repeat: repeat-x;
}

#load {
  position:absolute;
  left:0;
  top:0;
  width:100px;
  height:20px;
  background-color:red;
  color:white;
  display:none;
}

.inquire_return {
  width: 80%;
  height: 20px;
  margin: 0 auto;
  background-color: #00f70c;
  color: #000000;
  font-weight: bold;
  text-align:center;
  font-size: 12px;
}
.inquire_return_err {
  width: 80%;
  height: 20px;
  margin: 0 auto;
  background-color: #f5db22;
  color: #000000;
  font-weight: bold;
  text-align:center;
  font-size: 12px;
}

#dettagli-content{
  clear:both;
  border-top-color: #ccc;
  border-top-style: solid;
  border-top-width: 1px;
}

/* Fine Scheda Annuncio */

/* Contenuto statico */

#contents {
  padding: 0px;
  color: #000000;
}
#ritratti {
  width: 140px;
  float: left;
}
#testo {
  width: 455px;
  float: left;
  color: #ffffff;
  font-size: 12px;
}
#contents h2{
  font-size: 15px;  
  color: #ffffff;
}
.BigTextWhite{
  font-size: 15px;
  color: #ffffff;
}
.TextWhite{
  font-size: 13px;
  color: #ffffff;
  line-height: 1.5;
}
/* Fine Contenuto statico */

/* Stile per la mappa */

#mymappa{
  width: 500px;
  height: 430px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 4px;
}
#mymappa_frame{
  width: 500px;
  height: 400px;
}
#mymappa_close{
  width: 500px;
  height: 30px;
  background-color: #000000;
  color: #ffffff;
  line-height: 30px;
}
#mymappa_close a{
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
#mymappa_close a:hover {
  background-color: #ff0000;
  color: #000000;
}

/* Inquire */

#inquire-content{
  width: 400px;
  margin: 0 auto;
}

#inquire-content table{
  background-color: #ededed;
}

#inquire-content td{
  height: 25px;
}
#inquire-content h3{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.hLine{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 1px;
  background-color: #ccc;
}
#inquire-content label{
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin-left: 20px;
}
.inputBOX{
  width: 150px;
  background-color: #ffffff;
  border-color: #c4c4c4;
  border-style: solid;
  border-width: 1px;
}
.inputBOX_small{
  width: 30px;
  background-color: #ffffff;
  border-color: #c4c4c4;
  border-style: solid;
  border-width: 1px;
}

.inputBOX:hover {
  border-color: #2d9fdc;
  border-style: solid;
  border-width: 1px;
}

#inquire-content textarea{
  width: 150px;
  height: 100px;
  border-color: #c4c4c4;
  border-style: solid;
  border-width: 1px;
}

#inquire-content textarea:hover {
  border-color: #2d9fdc;
  border-style: solid;
  border-width: 1px;
}

.submitButton{
  background-color: #404040;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  border-color: #c4c4c4;
  border-style: solid;
  border-width: 1px;
}
.submitButton:hover {
  border-color: #2d9fdc;
  border-style: solid;
  border-width: 1px;
}

.inquire_ok{ 
  background-color: #5eb5ff;
  color: #000000;
  padding: 3px;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
}


/* season */

.belowSeason{
  padding-left: 10px;
  padding-right: 30px;
  font-size: 13px;
  line-height: 18px;
}

#season_box{
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  margin-top: 15px;
}
.firstrow{
  background-color: #6f6f6f;
  height: 30px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.firstrow td{
  border-bottom-color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.secondrow td{
  height: 30px;
  font-size: 12px;
  text-align: center;
}
