/* GLOBAL */

html {
	margin: 0;
}

body {
	font-family: Bitstream Versa Sans, arial, sans-serif;
	font-size: 12px;
	color: #494949;
	background-color: white;
	margin: 0;
}

#page {
	margin: 0 auto;
	max-width: 1280px;
}

img {
	border-width: 0;
	vertical-align: bottom;
}

a {
	font-family: Bitstream Versa Sans, arial, sans-serif;
	color: #62a824;
	white-space : normal;
	text-decoration: none;
	text-decoration: underline;
}

a.inText {
	color: #2727AA;
	font-size: 12px;
	white-space : nowrap;
	text-decoration: none;
}

p {
	font-family: Bitstream Versa Sans, arial, sans-serif;
	font-size: 12px;
	color: #43443e;
	line-height: 1.4em;
	border-bottom: 1px solid #c6c6c6;
	padding: 0 20px 20px 20px;
}

ul.main {
	padding: 8px 8px 8px 24px;
	margin-top: -1px;
	margin-left: 0;
	margin-right: 0;
	border: 1px solid #AAAAAA;
	border-right: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
	font-family: Bitstream Versa Sans, arial, sans-serif;
	font-size: 12px;
	word-spacing: 2px;
	color: #494949;
	background: #FAFAFF;
	line-height: 1.4em;
}

table {
	font-family: Bitstream Versa Sans, arial, sans-serif;
	font-size: 10px;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

tr {
	border-bottom: 1px solid #ededed;
}

th {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	height: 16px;
	padding: 2px 4px 2px 4px;
}

th.tt {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	padding: 6px 6px 6px 6px;
	
}

table.tt td {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 70px;
}

tr.intestazione {
	background: #ededed;
	text-transform: uppercase;
}

tr.intestazione th {
	padding: 7px 0;
	text-align: left;
}

tr.intestazione th[align=right] {
	text-align: right;
}

td {
	font-size: 10px;
	padding: 5px;
}

td.dark {
	/* background: #00003F; */
}

.top h1 {
	margin-top: 65px;
	margin-bottom: 5px;
	text-align: center;
}

.top h2 {
	color: #0e4684;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

.top #featured {
	position: absolute;
	vertical-align: top;
	color: #438aba;
	letter-spacing: 2px;
	top: 15px;
	left: 275px;
}

.top #featured img {
	margin-left: 10px;
}

.top .header-grafica {
	position: absolute;
	bottom: 0;
}

.top #header-grafica-sx {
	left: 50px;
}

.top #header-grafica-dx {
	right: 50px;
}

.left tr, .right tr {
	border: 0 none;
}

.left table, .right table {
	border: 0 none;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	border-collapse: collapse;
}

.left td, .left th, .right td, .right th {
	border: 0 none;
	padding: 2px 0;
}

.left table a, .right table a {
	text-decoration: none;
	color: #2b2c28;
}

.left tr:nth-child(even) {
	background-color: #5ab3e3;
}

.left tr.even  {
	background-color: #5ab3e3;
}

.left tr:nth-child(odd), .left tr.odd td {
	background-color: #76c3ee;
}

.left tr.odd  {
	background-color: #76c3ee;
}

.left th {
	background: none;
	color: #fff;
	width: 10px;
	padding-left: 0;
}

.left th.tt {
	text-transform: uppercase;
	font-size: 12px;
	color: #2e322c;
	text-align: left !important;
	padding: 7px;
	font-weight: bold;
}

.left tr.intestazione th {
	text-align: left;
	text-transform: none;
}

.left tr.intestazione th[align=right] {
	text-align: right;
}

.left td[align=right], .left th[align=right] {
	padding-right: 10px;
}

.right tr:nth-child(even), .right tr.even td {
	background-color: #74c32f;
}

.right tr.even  {
	background-color: #74c32f;
}

.right tr:nth-child(odd) {
	background-color: #61a923;
}

.right tr.odd  {
	background-color: #61a923;
}

.right th {
	background: none;
	color: #fff;
	width: 10px;
	padding-left: 0;
}

.right th.tt {
	text-transform: uppercase;
	font-size: 12px;
	color: #2e322c;
	text-align: left;
	padding: 7px;
	font-weight: bold;
	line-height: 30px;
}

.right th.tt img {
	float: left;
	margin-right: 10px;
}

.right td[align=right], .right th[align=right] {
	padding-right: 10px;
}

.right td img {
	display: none;
}


td.dark {
	background-color: #61a923;
}

td.dark img {
	display: block;
}

/* STRUCTURE */

#wrapper {
	margin: 0 auto;
	min-width: 958px;
	max-width: 1600px;
	width: 100%;
}

/* 80px */
div.top {
	min-height: 205px;
	background: url("../images/header-fascia.png") repeat-x;
	overflow: auto;
	position: relative;
}

div.left {
	margin-top: 0px;
	min-width: 230px;
	max-width: 300px;
	width: 19%;
	
	position: relative;
	text-align: left;
	float: left;
	padding: 10px 10px 0px 10px;
}

div.right {
	margin-top: 0px;
	min-width: 230px;
	max-width: 300px;
	width: 19%;
	
	position: relative;
	text-align: left;
	float: right;
	padding: 10px 10px 0px 10px;
	z-index: 99;
}

div.sponsorTop {
	margin-top: 5px;
	margin-right: 0;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 100;
}

div.sponsorTopPrinter {
	display: none;
}

div.main {
	margin:  10px 0 0 21%;
	min-width: 728px;
	max-width: 950px;
	width: 58%;
}


div.footer {
	margin-top: 30px;
	text-align: right;
	border-top: 1px solid #CCCCCC;
	font-family: Bitstream Versa Sans, arial, sans-serif;
	font-size: 12px;
	color: #AAAAAA;
	clear: both;
}


.left p, .right p {
	border: 0 none;
}



h1{
	margin-top: 10px;
	font-size: 28px;
	color: #2727AA;
	font-weight: bold;
}

h2{
	font-size: 17px;
	color: #CCCCCC;
	font-weight: normal;
	margin-top: -24px;
}

h3{
	margin: 0 10px 0 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #43443e;
	line-height: 1.4em;
	padding-left: 20px;
}

h3.revo{
	color: #306000;
	background: #C1F0A0;
}

h3 a {
	color: #43443e;
	text-decoration: none;
}

p.revo{
	background: #E1FFD0;
}

h4{
	font-size: 18px;
	text-align: center;
}

h8 {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}

#searchAssist {
	font-family: Bitstream Versa Sans, arial, sans-serif;
	color: #AAAAAA;
	float: left;
	margin-bottom: -4px;
}

#searchBox {
	float: right;
	margin-top: -33px;
	margin-right: 10px;
}

input.textinput {
	background: #F7F7F7;
	display: inline;
	padding: 0 0 0 0;
	height: 1.1em;
	border: 1px solid #CCCCCC;
}

input.searchButton{
	background-color: #2727AA;
	color: #FFFFFF;
	font-weight: bold;
	display: inline;
	padding: 0 0 0 0;
	border: none;
	width: 25px;
}





#announcement {
	margin-top: 15px;
	width: 155px;
	position: relative;
	margin-left: 0px;
	margin-right: 8px;
	margin-bottom: 5px;
	float: left;
	padding: 0px 0px 0px 0px;
}







p.assistiveText{
	border: none;
	padding: 0;
	display: block; 
	margin-top: 0px;
	margin-bottom: 1px;
}

li.menu{
	margin: 0 0 1px 0;
	padding: 0;
}

li.menu a {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	background: #005a9a url("../images/freccia-blu-menu.jpg") no-repeat right 0;
	padding-left: 10px;
}

li.menu a:hover {
	background-color: #0abbef;
	background-position: right bottom;
}

li.menu p {
	display: none;
}

ul.menu {
	color: #AAAAAA;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#OneStatTag {
	display:none;
}

#queryDB {
	display:none;
}

em.red {
	color: #DD0000;
}

em.nobold {
	font-weight: normal;
	font-style: normal;
}

em.enobold {
	font-style: normal;
	
}

.left form {
	position: relative;
	background: #1975be;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	margin: 0 0 10px 0;
}

.left form h3 {
	color: #fff;
	margin: 10px;
	padding: 5px 0 0 0;
}

.left form h3 a {
	color: #fff;
}

.left form p {
	padding: 0 0 5px 0;
	margin: 10px;
	color: #fff;
}

.left form label {
	display: block;
	float: left;
	color: #fff;
	width: 69px;
	height: 23px;
	line-height: 23px;
	clear: both;
}

.left form input[type=text],
.left form input[type=password] {
	width: 135px;
	float: right;
}

.left form input[type=submit] {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #f1dd11;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0 none;
	width: 100px;
	height: 30px;
	text-transform: uppercase;
	color: #1979c2;
	font-weight: bold;
}

.left form #registrati_gratuitamente {
	color: #f1dd11;
	display: block;
	margin-top: 13px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#login_form {
	height: 130px;
}

#search_form {
	height: 148px;
}

#search_form label {
	display: block;
	width: auto;
}

#search_form input[type=text] {
	display: block;
	width: 98%;
}

#search_form .check_label {
	width: 80px;
	float: left;
	clear: none;
}

#map_filters {
	padding: 10px;
	background: #e8e8e8;
	border-top: 1px solid #3c3f37;
	margin-bottom: 25px;
}

#map_filters em.enobold {
	font-weight: bold;
	color: inherit;
}

#map_filters a {
	margin-left: 20px;
}

#map_filters p {
	border: 0 none;
	padding: 0;
	margin-top: 25px;
}

#indice_prezzi {
	width: 100%;
	background: transparent;
	border: 0 none;
	border-collapse: separate;
	border-spacing: 1px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c6c6c6;
}

#indice_prezzi .tt {
	font-size: 14px;
	color: inherit;
	font-weight: bold;
	text-transform: none;
	text-align: center;
}

#indice_prezzi .tt .small {
	font-size: 11px;
	font-weight: normal;
}

#indice_prezzi td, #indice_prezzi th {
	background: none;
	border: 0 none;
	color: inherit;
	padding: 7px 0px;

}

#indice_prezzi th {
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
}

#indice_prezzi td {
	background-color: #2d2d2c;
	color: #fff;
	font-size: 12px;
}

#indice_prezzi td.green {
	background: #61a923;
}

#indice_prezzi td.red {
	background: #e10609;
}

#indice_prezzi thead tr:first-child {
	background: #e8e8e8;
}

p.google {
	border: 0 none;
}

#fotografie {
	border: 0 none;
	border-bottom: 1px solid #d0d0d0;
	background: transparent;
	padding-bottom: 25px;
}

#fotografie .tt {
	background: none;
	border: 0 none;
	color: inherit;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 25px;
}

#fotografie td, #fotografie th {
	background: none;
	border: 0 none;
}

#fotografie a {
	display: block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	margin-right: 1px;
	margin-bottom: 1px;
	float: left;
}

#fotografie img {
	margin-right: 1px;
	margin-bottom: 1px;
}

#media_nazionale .tt {
	line-height: 20px;
}

#media_nazionale td {
	font-size: 16px;
	padding: 5px 10px;
}

#media_nazionale .small {
	font-size: 11px;
}

#media_nazionale .prezzo {
	text-align: right;
}

#media_nazionale .prezzo span {
	color: #f2e500;
	background: #43443e;
	padding: 2px 3px;
	margin-right: 1px;
}

#banner_right_placeholder {
	background: #e1e1e1;
	border: 1px solid #bfbfbf;
	height: 250px;
}

#infoWindow {
    width: 150px !important;
    height: 100px;
}
