/* Descrizione homepage - Case Iblee, Marina di Ragusa */ 
div#corpo {
	font-family: Lucida Sans, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: justify;
	width: 430px;
	border-right: 1px dotted #999999;
	padding-right: 40px;
	padding-left: 50px;
	float:left;
	margin-top:40px;
}

div#corpo h1,h2{
color: #4ea4d9;
}

h1{
font-size:18px;
color: #4ea4d9;
}

h2{
font-size:16px;
color: #4ea4d9;
}

div#corpo img{
float:left;
margin: 0px 10px 10px 0px;
}

/* Fotogallery homepage */
div#extra {
	font-family: Lucida Sans, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	float: left;
	width: 320px;
	padding-left: 50px;
	margin-top:40px;
}
.btnfoto {
	float: right;
	margin: 10px 30px 0px 0px;
}

/* Descrizione appartamenti */ 
div#appartamenti {
	font-family: Lucida Sans, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	width: 800px;
	padding-left: 60px;
	padding-top: 60px;
}

/* Appartamento grande */
div#grande {
	font-family: Lucida Sans, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: justify;
	width: 350px;
	border-right: 1px dotted #999999;
	padding-right: 50px;
	padding-left: 60px;
	float:left;
	margin-top:40px;
}

div#grande h1{
color: #4ea4d9;
font-size:18px;
}

/* Pulsante fotogallery */
div#btn {
float:right;
margin-top:10px;
width: 156px;
}

a.button{display:block;width: 95px;height: 20px;
    font: bold 10px/20px "Verdana",Arial,sans-serif;
    text-align:center;text-decoration: none; color: #ffffff; float:left;
    background: url(../images/bottone_foto.png) no-repeat 0 0}

a.button:hover{background-position:0 -20px;color: #ffffff}

a.prezzi{display:block;width: 50px;height: 20px; margin-left: 10px;
    font: bold 10px/20px "Verdana",Arial,sans-serif;
    text-align:center;text-decoration: none; color: #ffffff; float:left;
    background: url(../images/bottone_prezzi.png) no-repeat 0 0}

a.prezzi:hover{background-position:0 -20px;color: #ffffff} 


/* Appartamento piccolo */
div#piccolo {
	font-family: Lucida Sans, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: justify;
	width: 350px;
	padding-right: 40px;
	padding-left: 50px;
	float:left;
	margin-top:40px;
}

div#piccolo h1{
color: #4ea4d9;
font-size:18px;
}

/* Tariffe */
div#tariffe table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
div#tariffe td,th{
	padding:1px 5px;
	border:1px solid #eee;
	text-align: center;
}
.odd {
	background-color: #D6E1F5;
}
.add {
	background-color: #B0C6EC;
}
/* Contatti */
div#contatti {
	font-family: Lucida Sans, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	width:800px;
	padding-top: 40px;
	margin: 0 auto;
}
div#contatti h4{
	color: #4ea4d9;
	font-size:16px;
	margin: 0;
}
div#contatti a{
	color: #4ea4d9;
	text-decoration:none;
}
div#contatti a:hover{
	text-decoration:underline;
}
.mappa{
	margin-top: 20px;
	float:left;
}
div#formContatti {
	font-family: Lucida Sans, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	width:800px;
	padding-top: 40px;
	margin: 0 auto;
}

/* Form Contatti */
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}