
table {
	width:100%;
	border-collapse: collapse;
}

tr.tblTitle th {
	
}
tr.tblSubTitle th {
	font-size:10pt;
}
th:first-child {
	text-align:right;
}
td:first-child {
	text-align:right;
}
td, th {
	text-align:center;
	padding:2px;
}

table tr:first-child th:first-child {
    border-top-left-radius:10px
}
table tr:first-child th:last-child {
    border-top-right-radius:10px
}
table tr:last-child td:first-child {
    border-bottom-left-radius:10px
}

table tr:last-child td:last-child {
    border-bottom-right-radius:10px
}
.condizioni p {
	font-size:10pt;
	font-style: italic;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}
.condizioni h6 {
	font-size:10pt;
	font-style: italic;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}

.mappa {
    height:350px;
    width:100%;
    float:left;
}

.offerta {

}

.offerta > .offerta_body {
	border-width:1px 1px 1px 1px;
	border-style:solid;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:5px;
	
}
.offerta_body > p {	
	font-size:12pt;
	text-align:justify;	
}
.offerta_body  p {
	font-size:12pt;
}

.offerta  > header {
	border-width:1px 1px 0px 1px;
	border-style:solid;
	border-radius:10px 10px 0px 0px;
	padding-top:8px;
	padding-left:13px;
	padding-bottom:5px;
	text-align:center;
}
.offerta > footer {
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-radius:0px 0px 10px 10px;
	padding-top:5px;
	padding-bottom:8px;
	padding-right:13px;
	text-align:right;
	font-size: 12pt; font-family: Arial;
	font-style: italic;
}

#datitecnici {
	width:310px;
	border-width:1px;
	border-style:solid;
	margin:1px;
	padding:13px;
	border-radius:10px;
	text-align:left;
}
#datitecnici > ul {
	list-style-type:none;
}
#datitecnici p {
	font-size:12pt;
}

.dotazioni {
	border-width:1px;
	border-style:solid;
	margin:1px;	
	border-radius:10px;
	text-align:left;
	padding-bottom:5px;
}
.dotazioni > ul {
	list-style-type:none;
}
.dotazioni p {
	font-size:12pt;
	padding-left:10px;
	padding-right:10px;
}

ul.biCols {
	list-style-type:none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
ul.triCols {
	list-style-type:none;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

.article_row {
	width:1024px;
	clear:both;
	padding-top:10px;
	padding-bottom:5px;	
	background-color:rgba(255,255,255, 0.85);
	float:left;
}

.w30 {
	width:340px;
}
.w50.left {
	width:442px;
	margin-left:37px;
}
.w50.right {
	width:442px;
	margin-right:37px;
}
.w60 {
	width:680px;
}
.w100 {
	width:1024px;
}
/*da correggere*/
figure.w30 > * {
	/*width:100%;*/
}
figure.w60 > * {
	width:100%;
}

.w30 > figure {	
	padding-left:10px;
	padding-right:10px;
}

.left {
	float:left;
}
.right {
	float:right;
}
.center {
	float:left;
	margin-left:2px;
	margin-right:2px;
}
p.text {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}

a.linkListino {
	font-size:15pt;
}

/*
body > header {
	height:256px;
}
*/

header  > figure{
	/*height:184px;*/
}

nav {
}
nav.Orizzontale ul{
	border-top:2px;
    /*padding-left:2px;
	padding-right:2px;	*/
	margin-bottom:24px;
}
nav.Orizzontale li{
	display:inline-block;
	text-align:center;
	width:166px;
	/*background-color:#3AB6EC;*/
}
nav li a{
	line-height:36px;	
}
nav li button{
	line-height:36px;
	width:100%;
	background-color:transparent;
}
nav li button:hover {
	cursor:pointer;
	background-color:#4AC6FC;
	color:#B30000;
}

section {
	width:100%;
	/*height:768px;	*/
	margin-bottom:1px;
	overflow:auto;
}

section > article {
	width:1024px;
	margin:auto;
	/*height:711px;*/
	text-align:left;
}
section > article > p{
	text-align:justify;
	padding-left:10px;
}

section > header {
	width:1024px;
	margin:auto;	
	background-color:rgba(255,255,255, 0.85);
	/*height:56px;*/
}
section > footer {	
	background-color:rgba(255,255,255, 0.85);
	width:1024px;
	margin:auto;
	border-top:1px;
	/*height:85px;*/
}
