html, body, div{
    margin:0;
    padding:0;
    border:0;
}
body, div{
    font-family:helvetica,verdana,arial;
    font-size:10px;
    line-height:17px;
    color:#333;
}
body{
	padding:20px 40px 20px 40px;
}
h1{
    font-size:18px;
    
}
a{
	color:rgba(0, 93, 172, 0.9);
	text-decoration:none;
}
#wrapper{
    text-align:center;
}
#container{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

#header{
	width:100%;
	height:78px;
	background:url(../img/bg_header.jpg) repeat-x bottom;
	border-bottom:3px solid rgba(0, 93, 172, 0.9);
}
#header-sx{
	float:left;
	width:79%;
}
#header-sx-logo{
	float:left;
}
#header-sx-agenzia{
	width:100%;
	float:left;
	line-height:15px;
}
#header-sx-agenzia p.info-agenzia{
	margin:10px 0 0 0;
	font-size:10px;
	line-height:11px;
	white-space: nowrap;
}
#header-sx-agenzia img.logo{
	float:left;
	margin-right:5px;
	margin-top: 10px;
}
#header-dx{
	float:right;
	width:19%;
}
#header-dx-rif{
	display:block;
	/*width:170px;*/
	height:30px;
	border:1px solid #ccc;
	font-size:20px;
	line-height:30px;
	text-align:center;
	margin:20px 0 0 0;
}
#info{
	width:100%;
	clear:both;
	margin:10px 0 0 0;
	overflow:hidden;
}
#info-title{
	width:75%;
	float:left;
}
#info-title h1{
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}
#info-prezzo{
	width:24%;
	float:right;
	text-align:right;
	white-space: nowrap;
}
#info-prezzo p.prezzo{
	color:rgba(0, 93, 172, 0.9);
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	margin:0;
	padding:0;
}
#info-prezzo p.prezzo span{
	text-decoration:line-through;
	color:red;
	font-size:20px;
	line-height:24px;
}
#descr{
	clear:both;
	background-color:#F1F1F1;
	padding:10px;
	margin:10px 0 0 0;
	line-height:15px;
	border: 1px solid rgba(0, 93, 172, 0.9);
}
#icone{
	clear:both;
	width:100%;
	margin:10px 0 0 0;
}
#icone ul{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	height:50px;
}
#icone ul li{
	/*width:7%;*/
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
}
#icone ul li.icona{
	width:50px;
	height:50px;
	border:0;
}
#icone ul li.ico-value{
	font-size:22px;
	font-weight:bold;
	line-height:22px;
	padding:14px 14px 0 5px;
}
#icone ul li.ico-value-small{
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	padding:6px 14px 0 5px;
}
#icone ul li.ico-value-esposizione{
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	padding:4px 14px 0 5px;
}
#icone ul li.ico-value-ace{
	font-size:30px;
	font-weight:bold;
	line-height:30px;
	padding:6px 0 0 5px;
}
#icone ul li.ico-value-ace span.ace{
	display:block;
	font-size:22px;
	font-weight:bold;
	line-height:22px;
}
#icone ul li.ico-value-ace span.ipe{
	display:block;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
}
#content{
	clear:both;
	margin:10px 0 0 0;
}
#content-sx{
	float:left;
	width:52%;
}
#content-dx{
	float:right;
	width:46%;
}
#content-dx div.pic{
	text-align:center;
	margin:0 0 10px 0;
}
#content-dx div.pic img{
	width:99%;/*320px;*/
	border:1px solid #ccc;
}
table.tbl-specs{
	width:98%;
	
	border:1px solid rgba(0, 93, 172, 0.9);
	margin:0 0 10px 0;
}
table.tbl-specs tr th,
table.tbl-specs tr td{
	height:20px;
	padding:0 0 0 4px;
}
table.tbl-specs tr th{
	background-color:rgba(0, 93, 172, 0.9);
	color:#fff;
	font-size:12px;
	text-align:left;
	line-height:20px;
	white-space: nowrap;
}
table.tbl-specs tr td{
	/*white-space: nowrap;*/
}
table.tbl-specs tr td.label{
	font-weight:bold;
	width:30%;
}
table.tbl-specs tr th.label50{
	width:50%;
}
table.tbl-specs tr th span.lbl-vani{
	width:49%;
	display:block;
	float:left;
	height:20px;
	line-height:20px;
}
table.tbl-specs tr th span.num-vani{
	width:49%;
	display:block;
	float:right;
	background-color:#ffffff;
	color:rgba(0, 93, 172, 0.9);
	/*padding:0 10px 0 10px;*/
	height:20px;
	line-height:20px;
	text-align:center;
}
table.tbl-specs-2cols td.label{
	width:50%;
}
table.tbl-specs-4cols td.label{
	width:25%;
}
#footer{
	clear:both;
	width:100%;
	border-top:3px solid rgba(0, 93, 172, 0.9);
	text-align:center;
	font-size:9px;
	line-height:9px;
	padding:10px 0 0 0;
}