/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
}

html,body {
	font-size: 14px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000;
	/*scrollbar-face-color: #0000ff;
	scrollbar-shadow-color: #4c4cff;
	scrollbar-highlight-color: #4c4cff;
	scrollbar-3dlight-color: #9c9cff;
	scrollbar-darkshadow-color: #4c4cff;
	scrollbar-track-color: #ccccff;
	scrollbar-arrow-color: #ffffff;*/background: url(images/body_bg.gif) repeat-x #bbd7f9;
}

a, a:visited {
	color: #0e3ed2;
	font-size: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

ul li {
	list-style-image: none;
	list-style-type: none;
}

H2 {
	margin-bottom: 5px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
	color: #0e3ed2;
}

#subpage {
	text-align: center;
	/*width: 100%;
	height: 100%;
	background: url(images/body_bg.jpg) repeat-x #fff;
	background-position: 50% 0;*/
	margin: 0 auto 0 auto;
	margin-top: 0px;
}

#opage { /*background: url(images/page.jpg) no-repeat top left;*/
	margin: 0 auto 0 auto;
	/*height: 1000px;*/
	text-align: center;
}

#page {
	width: 980px;
	text-align: left;
	margin: 0 auto 5px auto;
	padding: 0 5px 0 12px;
	background-color: #fff;
	border: 3px solid #eee;
	border-top: 0px solid #ddd;
}

#header {
	height: 123px;
	/*background: url(images/top.jpg) top left no-repeat;*/
	background: url(images/logo.gif) top right repeat-x;
}

#top_menu { 
	padding-top: 80px;
	/* patch FF: resettando tutto crea problemi altrimenti */
}

.form_clienti {
	width: 190px;
	background: #7fd3c6;
	border: 3px solid #a5e0d7;
	margin-bottom: 5px;
}

.form_clienti FORM {
	padding: 5px;
	height: 100%;
	display: block;
	font-size: 10px;
}

.form_clienti H2 SPAN {
	margin-top: 5px;
	text-decoration: none;
	color: #fff;
}

.form_clienti a,.form_clienti a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.form_clienti a:hover {
	text-decoration: none;
	color: #0e3ed2;
}

.form_clienti .forgot {
	margin-top: 2px;
	padding-top: 2px;
}

.form_clienti .forgot A,.form_clienti .forgot A:visited {
	color: #0e3ed2;
}

.form_clienti .forgot A:hover { /* color: #fff; */
	text-decoration: underline;
}
.form_clienti input {
	width: 150px;
}

/*
.form_clienti form {
	width: 240px;
	float: right;
	text-align: left;
	font-size: 10px;
	color: #fff;
}

.form_clienti div {
	padding-top: 4px;
	padding-right: 5px;
}

.form_clienti input {
	width: 90px;
	font-size: 10px;
}

.form_clienti .top {
	font-size: 12px;
}

.form_clienti img {
	vertical-align: bottom;
}

.form_clienti select {
	width: 100px;
	font-size: 10px;
}

.form_clienti span.chooselangbox {
	display: block;
	padding-top: 3px;
	font-size: 10px;
}*/
	/*.form_clienti option.en {background: #f00 url(images/lang/en.gif) top left;width: 100px;}
.form_clienti option.en span, .form_clienti option.it span {margin-left: 20px;background: #f00 url(images/lang/en.gif) top left no-repeat;width: 100px;}*/
.form_clienti {
	/*display: none;*/
}

.small_fla .form_clienti {
	display: block;
}

.tab_menu {
	width: 800px;
	clear: both;
	text-align: left;
}


.tab_menu ul {
	/*font-size: 0.7em;*/
	list-style: none;
	/*margin-left: 0px !important !;
	margin-left: 12px;*/
	padding-left: 0px;
	margin-top: 0px;
	text-align: left;
	width: 700px;
	/*height: 26px;*/
	padding-left: 0px;
	float: left;
}
.languages {
	width: 90px;
	margin-top: 10px;
	float: left;
}

.tab_menu ul li {
	width: auto !important;
	width: 88px;
	text-align: center;
	float: left;
	margin-right: 10px;
	white-space: nowrap;
	position: relative;
}

.tab_menu ul li a, .tab_menu ul li a:visited {
	display: block;
	/*background: #fff;*/
	/*height: 28px;*/
	/*margin-top: 12px;*/
	padding: 6px 10px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	/*border: 1px solid #0e3ed2;
	border-bottom: 0px solid #0e3ed2;*/
}

.tab_menu ul li a {
	border-bottom: 3px solid #ff6969;
}
.tab_menu ul li a.l2 {
	border-bottom: 3px solid #ff944c;
}
.tab_menu ul li a.l3 {
	border-bottom: 3px solid #4c4cff;
}
.tab_menu ul li a.l4 {
	border-bottom: 3px solid #3350a1;
}
.tab_menu ul li a.l5 {
	border-bottom: 3px solid #66c7f2;
}
.tab_menu ul li a.l6 {
	border-bottom: 3px solid #42e26f;
}
.tab_menu ul li a:hover {
	text-decoration: none;
	/*height: 40px;
	margin-top: 0px;*/
	background-color: #ff2929;
	color: #fff;
}
.tab_menu ul li a.l2:hover {
	background-color: #ff6600;
}
.tab_menu ul li a.l3:hover {
	background-color: #00f;
}
.tab_menu ul li a.l4:hover {
	background-color: #002489;
}
.tab_menu ul li a.l5:hover {
	background-color: #25afed;
}
.tab_menu ul li a.l6:hover {
	background-color: #00ba35;
}
.tab_menu ul li a span {
	/*padding: 10px 21px 0 21px !important;
	padding: 10px 16px 0 16px;*/
	display: block;
	position: relative;
	letter-spacing: 0px;
	/*color: #000;*/
}

#menu ul {
	list-style: none;
	margin-top: 0px;
	text-align: left;
	width: 190px;
	padding-left: 0px;
	display: block;
	background-color: #002489;
	border: 3px solid #4c65ac;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-bottom: 3px;
}

#menu ul li a {
	display: block;
	/*background: #fff;*/
	height: 24px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	/*border: 1px solid #0e3ed2;*/
	width: 188px;
}
#menu ul li a:hover {
	/*color: #0053c3;
	background: #a8f4ff;*/
	text-decoration: underline;
}
#menu ul li a span {
	padding: 6px 10px 0 10px;
	display: block;
	position: relative;
	letter-spacing: 0px;
}

#menu h2 span,#offerte_s h2 span,#offerte_l h2 span {
	display: block;
	margin-top: 0px;
	padding-left: 3px;
	/*padding: 5px;*/
}
.small_fla div#menu ul, .small_fla div#menu ul li a {width: 260px;}

/*#content p {
	margin-top: 0px;
	padding-top: 0px;
}*/
#swf_coming {
	margin-top: 5px;
	z-index: 0;
	position: relative;
}

.small_fla #swf_coming {
	margin-top: 0px;
}

.small_fla {
	float: left;
}

.large_fla {
	width: 480px;
	height: 280px;
	float: left;
}

/* area news_rollers */	
.news_roller {
	background-color: #f3f3f3;
	/*border: 3px solid #ff6969;
	width: 472px;
	height: 237px;*/
	/*position: relative;*/
	padding: 3px 5px;
	/*font-size: 0.9em;
	margin: 4px auto 6px auto;*/
	color: #57585a;
	margin-top: 5px;
}
.news_roller h2 {text-align: left;padding-top: 2px;font-size: 14px;text-transform: uppercase;color: #bb1612;}
.news_container {
	/*width: 448px !important;
	width: 428px;
	width: 448px;*/
	height: 146px;
	/*overflow: hidden;*/
	overflow: auto;
	/*position: relative;*/
	padding: 0 10px;
	/*padding-top: 5px;*/
}
.news_container LI {
	text-align: left;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	list-style-position: outside;
	width: 145px;
}
.news_container LI H3 SPAN {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
.news_container A,.news_container A:visited {
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	color: #3165c8;
	font-weight: bold;
}
.news_container A:hover {
	text-decoration: underline;
}

.news_roller2, .news_roller3 {
	height: 271px;
	position: relative;
	padding: 5px 3px;
	margin: 0px auto 5px auto;
	background-color: #00f;
	border: 3px solid #4c4cff;		
}
.news_container2/*, .news_container3*/ {
	height: 239px;
	overflow: hidden;
	position: relative;
	/*padding: 0 10px;
	padding-top: 0px;*/
	margin-top: 7px;margin-bottom: 10px;
}
#marqueecontainer {height: 239px;}

.news_roller3 {
	background-color: #25afed;
	border: 3px solid #66c7f2;
	height: 234px;
}
.news_container3 {
	height: 183px
}
/* end news_rollers */

#offerte_s {
	clear: both;
}

#offerte_s h2 {
	color: #fff;
	/*margin-top: 2px;*/
	text-align: left;
}

.small_fla #offerte_s {
	width: 268px;
}

ul.offerte {
	font-size: 12px;
	list-style: none;
	padding-left: 0px;
	text-align: left;
	margin-bottom: 10px;
	/*background: #00f;*/
}

ul.offerte li {
	display: block;
	text-align: left;
	color: #000;
}

.sort h2, ul.offerte li H2 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

ul.offerte li div.img {
	margin: 5px;
	width: 120px;
	float: left;
}

ul.offerte li div.img img {
	margin: 5px 0 0 5px !important;
	margin: 5px 0 0 2px;
}
ul.offerte li div.data {
	float: left;
	text-align: left;
}
ul.offerte li div.data h2 {
	padding: 0;
	margin: 0;
	margin-left: 0px;
}

/*ul.offerte li ul {
	width: 100%;
}*/
ul.offerte li a,ul.offerte li a:visited {
	text-decoration: none;
	/*color: #fff;*/
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	margin-top: 10px;
}

ul.offerte li a:hover {
	text-decoration: underline;
}

ul.catalogo li {width: 330px;float: left;margin-bottom: 8px;margin-right: 8px;overflow: hidden;border: 2px solid #e6e6e6;background-color: #fafafa;margin-top: 3px;}

ul.offerte ul.singola {/*float: left;*/text-align: center;height: 275px;}
ul.offerte ul.singola li {text-align: center;width: 310px;}
ul.offerte ul.singola li img {display: block;margin: 0 auto;}
ul.offerte ul.singola li a img {margin: 0;}


/*div.offerte_mod {height: auto;width: 100%;}*/

div.offerte_mod, div.offerte_mod a, div.offerte_mod a:visited {
	color: #fff;
}
div.offerte_mod .item_offerta {
	/*height: 100px;*/
	margin-bottom: 5px;
}

div.offerte_mod div.img {
	width: 100px;
	height: 75px;
	color: #fff;
	float: left;
}
div.offerte_mod div.img img {
	width: 90px;
	border: 0px;
}
div.offerte_mod div.data {
	width: 120px;
	text-align: left;
	float: left;
}
div.offerte_mod div.data .title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.offerte li h3 {
	/*text-decoration: none;*/
	color: #0e3ed2;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	font-size: 14px;
	margin-bottom: 0px;
}

.conteform {
	background: url(images/tops/top_img_prenota.jpg) no-repeat top left;
	padding-top: 280px;
}

.conteform form {
	width: 100%;
	margin: 0 auto;
}


.conteform .title {
	font-size: 16px;
	text-transform: uppercase;
}

.conteform td {
	vertical-align: text-top;
}

.conteform td.title B,.conteofferta table td.title b {
	margin-top: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #22a;
}

.conteofferta * {
	margin: 0;
}

.conteofferta {
	background: #bedbff;
	width: 620px;
	height: 400px;
	color: #4b4b4b;
	font-size: 14px;
	overflow: none;
	padding: 5px 0 0 0;
	margin: 0;
}

.conteofferta h4 {
	color: #275bc5;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.conteofferta ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.conteofferta  li {
	margin: 0;
	margin-bottom: 5px;
}

.conteofferta p {
	margin: 0;
	margin-bottom: 5px;
}

.conteofferta p.descr {
	padding-right: 2px;
	height: 150px;
	width: 340px;
	text-align: justify;
	overflow: auto;
}

.conteofferta div.img {
	background: url(images/sfondo_img.jpg) top left no-repeat;
	width: 253px;
	/*height: 192px;*/
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

.conteofferta div.img img {
	height: 180px;
	width: 240px;
}

.conteofferta div.par_lt {
	margin-top: 10px;
	margin-right: 13px;
	text-align: right;
}

.conteofferta div.par_rt {
	border-left: 1px solid #667;
	padding-left: 10px;
	padding-right: 3px;
	text-align: left;
	overflow: none;
	float: left;
	width: auto;
}

.conteofferta div.par_rt ul {
	margin-top: 10px;
}

.nozze .conteofferta div.par_rt ul {
	width: 240px;
}

.conteofferta div.par_rt a {
	text-decoration: none;
	width: 38px;
	height: 35px;
	display: block;
	background: url(images/ico_file.gif) top left no-repeat;
	margin-top: 2px;
}

.conteofferta div.par_rt a.pdf {
	background: url(images/ico_pdf.gif) top left no-repeat;
}

.conteofferta div.par_rt a.doc {
	background: url(images/ico_doc.gif) top left no-repeat;
}

.conteofferta div.spacer {
	clear: both;
	width: 620px;
	height: 5px;
}

div.nozze .conteofferta { /*border: 1px solid #ffe034;*/
	background-color: transparent;
	width: 700px;
	/*height: 400px;*/
	color: #4b4b4b;
	font-size: 14px;
	overflow: none;
	padding: 5px 0 0 0;
	margin: 0;
}

div.nozze .conteofferta div.img {
	background: url(images/sfondo_img2.jpg) top left no-repeat;
	width: 253px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

.tabella {
	background: #fff url(images/bg_tbl.png) top left repeat-x;
	width: 650px;
	margin: 10px auto;
	padding: 0;
	border: #0099c5 1px solid;
	border-collapse: collapse;
}

.tabella th {
	height: 38px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

/*.tabella tr.row0 {background: url(images/row1_bg.png) bottom left repeat-x;height: 30px;}
.tabella tr.row1 {background: url(images/row3_bg.png) bottom left repeat-x;height: 30px;}*/
.tabella th.left {
	background: url(images/left_tbl.png) no-repeat top left;
	margin-left: -1px;
}

.tabella th.right {
	background: url(images/right_tbl.png) no-repeat top right;
	margin-right: -1px;
}

.tabella td {
	padding: 0 5px;
	background: url(images/td_bg.png) no-repeat bottom right;
}

div.container_home {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 0 #fff solid;
}

div.container_home td {
	vertical-align: top;
	/*text-align: left;*/
}

div.container_home td.text {
	background: url(images/top_text.jpg) no-repeat top left;
	padding: 5px;
}

ul.link_utili {
	font-size: 12px;
	list-style: none;
	margin: 10px 0px;
	padding-left: 0px;
	padding-right: 5px;
	text-align: left;
	width: 100%;
}

ul.link_utili li b {
	text-align: left;
	/*width: 642px;
    height: 70px;*/
	border-bottom: 2px solid #000;
	margin-top: 10px;
	padding-left: 70px;
	padding-bottom: 5px;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/utili_icone.jpg) no-repeat;
	padding-top: 56px;
}

ul.link_utili li.l1 b {
	background-position: 0 18px;
}

ul.link_utili li.l2 b {
	background-position: 0 -94px;
}

ul.link_utili li.l3 b {
	background-position: 0 -194px;
}

ul.link_utili li.l4 b {
	background-position: 0 -297px;
}

ul.link_utili li.l5 b {
	background-position: 0 -398px;
}

ul.link_utili li.l6 b {
	background-position: 0 -499px;
}

ul.link_utili li.l7 b {
	background-position: 0 -600px;
}

ul.link_utili li.l8 b {
	background-position: 0 -721px;
}

ul.link_utili li ul {
	margin-top: 10px;
	list-style: none;
}

ul.link_utili li ul li {
	border: 0px;
	margin-top: 5px;
	background: transparent;
}

ul.link_utili li ul li a,ul.link_utili li ul li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #22a;
}

ul.link_utili li ul li a:hover {
	text-decoration: underline;
}

.contatti {
	background: url(images/tops/top_img_contatti.jpg) no-repeat top left;
	padding-top:280px;
}

.servizi {
	background: url(images/servizi.jpg) no-repeat top right;
	width: 742px !important;
	width: 735px;
	min-height: 500px;
	height: 100%;
	margin: 5px 5px;
}

.chisiamo {
	background: url(images/tops/top_img_azienda.jpg) no-repeat top right;
	padding-top: 280px;
	/*width: 742px !important;
	width: 735px;*/
	min-height: 500px;
	height: 100%;
	/*margin: 5px 5px;*/
}

.chisiamo p {
	padding: 5px;
}

.dove_siamo {
	background: url(images/tops/top_img_dove.jpg) no-repeat top right;
	padding-top: 280px;
	min-height: 500px;
	height: 100%;
}
.bluaziende {
	background: url(images/tops/top_img_bluaziende.jpg) no-repeat top right;
	padding-top: 280px;
	min-height: 500px;
	height: 100%;
}

.nozze {
	/*background: url(images/nozze_angolo.jpg) no-repeat top right;*/
	/*min-height: 500px;*/
	background: url(images/tops/top_img_nozze.jpg) no-repeat top right;
	padding-top: 280px;
	height: 100%;
}

.lavora {
	/*background: url(images/lavora_angolo.jpg) no-repeat top right;*/
	background: url(images/tops/top_img_lavora.jpg) no-repeat top right;
	padding-top: 280px;
	min-height: 500px;
	height: 100%;
	text-align: center;
}

/* area tops */
.finanziamenti {
	background: url(images/tops/top_img_fin.jpg) no-repeat top right;
	padding-top: 280px;
	min-height: 500px;
	height: 100%;
}
/* end tops */

.priva {
	font-size: 10px;
	width: 80%;
}

.convention {
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: -2px;
	color: #c4ffff;
}

.admin_alternate {
	background-color: silver;
}

/* area trevi */
.appartamento,.evento {
	width: 644px !important;
	width: 634px;
}

.appartamento h1,H1 {
	text-transform: uppercase;
	font-size: 16px;
	color: #00f;
	padding-top: 8px;
	padding-left: 5px;
	margin: 12px 0 5px 0;
	height: 49px;
	width: 90%;
}

.appartamento div {
	clear: both;
}

.img img {
	float: left;
	border: 1px solid #000;
}

.img ul {
	float: left;
	margin-left: 5px;
}

.img ul li {
	margin-bottom: 5px;
}

.appartamento .img B {
	font-weight: bold;
	font-size: 14px;
}

/*.appartamento H2, .conteform H2 {margin-bottom: 3px;border-bottom: 2px solid #a00; font-size: 16px;text-transform: uppercase;margin-top: 10px;}*/
.evento H2 {
	font-size: 18px;
}

ul.eventi * {
	margin: 0;
	padding: 0;
}

ul.eventi li {
	margin-bottom: 20px;
	clear: both;
}

ul.eventi li ul li {
	border: 0px;
}

UL.eventi H3 {
	text-transform: uppercase;
}

.gallery {
	padding-left: 25px;
	text-align: center;
	padding: 0 auto;
	width: auto;
}

.gallery a,.gallery a:visited {
	border: 1px solid #555;
	float: left;
	margin: 10px;
}

.gallery a:hover {
	border: 2px solid #000;
	margin: 9px;
}

/* end trevi */ /* area new_trevi */
#container {
/*	background: url(images/container_bg.jpg) top left repeat-y;*/
}

#left_column {
	width: 195px;
	float: left;
	height: 100%;
}

#menu {
	/*background: url(images/bg_menu.png) top right repeat-y;width:100%;*/
	
}

/*.logo {background: url(images/logo.png) top left no-repeat;width:197px;padding-top: 220px;}*/
ul.css_sprite {
	font-size: 12px;
	list-style: none;
	margin-left: 29px;
	margin-right: 12px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	width: 143px;
}

ul.css_sprite li {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	/*background: url('images/menu_li.png') no-repeat bottom left;*/
}

ul.css_sprite li a,ul.css_sprite li a:visited {
	display: block;
	width: 153px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background: url('images/menu_li.png') bottom left no-repeat;
	padding-bottom: 3px;
}

ul.css_sprite li a:hover {
	color: #fc9090;
	/*text-decoration: underline;*/
}

ul.css_sprite li a span {
	padding: 2px 0 2px 6px;
	display: block;
	position: relative;
}

ul.app {
	display: block;
	margin: 3px;
	padding: 0px;
	margin-top: 5px;
}

ul.app li {
	text-align: right;
	background: url(images/menu_sub_li.png) top right no-repeat;
	margin: 1px 0;
}

ul.app li a,ul.app li a:visited {
	text-transform: none;
	clear: both;
	display: block;
	background-image: none;
	width: auto;
	padding-right: 5px;
}

ul.app li a:hover {
	text-decoration: none;
}

.icons { /*width:100%;height:204px;display:none;*/
	
}

/*.top_flash {width:703px;height:188px;background:url(images/top_flash.jpg) top left no-repeat;float: left;}*/
.top_flash {
	display: none;
}

#content {
	/*width: 495px !important!;
	width: 485px !important;*/
	width: 690px;
/*	height: 543px;  alessio
	overflow: auto;
	 */
	float: left;
	text-align: justify;
	/*background: #fff;*/
	padding: 5px !important;
	padding-top: 0px !important;
	padding: 0 2px 5px 3px;
	margin: 0 2px;
}

#content_homepage {
	width: 499px;
	float: left;
	/*text-align: justify;*/
	text-align: center;
	margin: 0 4px;
	background-color: transparent;
}
#content a {
	font-weight: bold;
}
#content h2 {
	font-weight: bold;
}

#offerte_l {
	clear: both;
	width: auto !important;
	/*width: 631px;*/
}

#offerte_l div.rt_bg {
	/*background: url(images/right_offerte.png) top right no-repeat;*/
	
}

#offerte_l h1,.appartamento h1,H1 {
	height: 49px;
	margin-top: 12px;
	background: url(images/bar.png) top left no-repeat;
	/*width: 100% !important;
    width: 631px;*/
}

div.sort {
	width: 180px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #ff6600;
	border: 3px solid #ff944c;
	font-size: 13px;
	display: none;
}
.sort h2 {text-align: left;text-transform: uppercase;font-weight: bold;font-weight: bold;font-size: 14px;}
.sort h2 span {}

div.sort select {
	font-size: 12px;
	margin-right: 10px;
	text-transform: uppercase;
}

div.sort a,div.sort a:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: #ff8d41;
	border: 1px solid #fff;
	display: block;
	width: 100px;
	height: 20px;
	padding-top: 5px;
	margin: 8px auto;
}

div.sort a:hover {
	text-decoration: underline;
}

div.sort a:hover img {
	text-decoration: none;
}

div.sort img {
	vertical-align: middle;
	margin-right: 1px;
	margin-left: 8px;
}

div.sort .btns {
	margin: 0 auto;
	text-align: center;
}

.btns img {margin: 0;padding:0;margin-bottom: 6px !important;margin-bottom: 3px !important!;margin-bottom: 3px;}

#offerte_l  ul.offerte {
	margin-right: 5px;
}

/*#offerte_l  ul.offerte li {
	display: block;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom: 2px solid #25afed;
	clear: both;
}*/

#offerte_l  ul.offerte li IMG {
	display: block;
	/*float: left;
	margin-right: 5px;*/
}

#offerte_l   ul.offerte li  ul {
	margin-left: 5px;
	padding-left: 0px;
	/*width: 330px !important;
	width: 313px;*/
}

#offerte_l   ul.offerte li  ul li {
	background: transparent;
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 0;
	border: 0px solid #a00;
}

.link a,.link a:visited {
	color: #25afed;
	font-size: 1.1em;
	/*color: #fff;
	background: url(images/btn_bg.gif) top left no-repeat;
	padding-top: 5px;
	padding-bottom: 0px;*/
	padding: 2px 0;
	padding-left: 26px;
	background: url(images/search.png) no-repeat center left;
	/*background-position: 0 0;*/
	/*display: block;
	width: 150px;*/
	display: block;
	cursor: hand;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: bold;
	margin: 0 auto;
}

.link a:hover {
	text-decoration: underline;
}

/*#offerte_l   ul.offerte li  ul li.link a span {*/
.link a span {
	margin-top: 10px;
	/*height: auto;*/
}

/*#offerte_l   ul.offerte li span {clear: right;}*/
#offerte_l  ul.offerte li img { /*float: left;*/
	display: block;
	width: 120px;
	height: 90px;
	border: 1px solid #000;
}

#offerte_l  ul.offerte li h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	border: 0px;
}

#offerte_l  ul.offerte li h2 span {
	color: #a00;
	margin-left: 0px;
	padding: 0px;
}

#offerte_l  ul.offerte li h2 span a {
	margin: 0px;
	padding: 0px;
}

#footer {
	width: 100%;
	padding: 0;
	clear: both;
	/*background: url(images/footer_bg.png) top left repeat-x #027dff;*/
	/*background: #fff url(images/footer.png) top left repeat-y;*/
}

#footer .rt_ftr { /*width: auto;*/
	/*background: url(images/left_ftr.png) top left no-repeat;*/
}

#footer .lt_ftr { /*width: auto;*/
	/*background: url(images/right_ftr.png) top right no-repeat;*/
	text-align: center;
	color: #000;
}

#footer span {
	display: block;
	padding-top: 8px;
	padding-bottom: 5px;
}

#footer a,#footer a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

/*INPUT, TEXTAREA, SELECT {background: url(images/bg_text.png) top left no-repeat;}*/
	/* end new_trevi */ /* area new_bluviaggi */

.img_btn {
	border: 1px solid #0e3ed2;
	margin-bottom: 5px;
	display: block;
	width: 188px;
	height: 135px;
}

.immobiliare {
	background-image: url(images/immobiliare.jpg);
}

.spazio_offerta {
	background-image: url(images/offerta.jpg);
}

.iata {
	background-image: url(images/iata.gif);
}

/*.img_btn2 {margin-left: 3px;}
.img_btn2 a {margin: 5px;margin-left: 0px;display:block;width: 160px;height: 76px;float: left;}
.img_btn2 a img {width: 160px;height: 76px;}*/
.img_btn_top {
	margin-left: 3px;
}

.img_btn_top a {
	border: 1px solid #0e3ed2;
	margin: 3px;
	margin-left: 0px;
	display: block;
	width: 160px;
	height: 76px;
	float: left;
}

.img_btn_top a img {
	width: 160px;
	height: 76px;
}

.img_btn2 {
	margin-top: 5px;
}

.img_btn2 DIV {
	clear: both;
	width: 100%;
	margin: 10px 0;
}

.img_btn2 DIV A,.img_btn2 DIV A:visited {
	margin: 0 5px;
	border: 1px solid #0e3ed2;
}

.img_btn2 DIV A:hover {
	border: 1px solid #00d3f9;
}

.img_btn2 DIV SPAN {
	text-align: left;
	display: block;
	padding: 2px;
}

.img_btn2 DIV.left A {
	float: left;
}

.img_btn2 DIV.right A {
	float: right;
}

/* end new_bluviaggi */
.clr {clear: both;width: 100%;height: 0px;line-height: 0;border: 0;margin: 0;padding: 0;font-size:0;margin-top: 0px;} /*se non metto font-size a 0, qualsiasi block prende almeno 15px di altezza di default, su IE6 */

.offerte TABLE UL {
	width: 100%;
}

#content H1 {
	/*background: url(images/barra.jpg) no-repeat;
	width: 485px;
	height: 50px;*/
	margin: 0 auto;
	/*margin-top: 10px;*/
	color: #fff;
	padding: 0;
	padding-top: 23px;
	padding-left: 3px;
}
.btm_btn {margin: 0 0 0px 2px;display: none;}
.btm_btn  a, .btm_btn  a:visited {float: left;display: block;height: 71px;width: 149px !important;width: 153px !important!;width: 152px;background-color: #fdc228;border: solid 3px #fed468;margin: 0 40px;}

.btm_btn a.the_last_one, .btm_btn a.the_last_one:visited  {
	margin-right: 0;
	width: 156px;
}

.articolo {
	margin-bottom: 10px;
}
.articolo h3{
	color: #000;
	border-bottom: 3px solid #ff2929;
	text-transform: uppercase;
	font-size: 14px;
}
.articolo .data {font-size: 11px;}
.articolo .intro {margin: 5px 0;font-style: italic;}

.notizia img {float: left;margin-right: 5px;border: 1px solid #000;padding: 3px;}
.notizia .dati {float: left;padding: 0 2px;}

.back a,.back a:visited {
	color: #25afed;
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 28px;
	background: url(images/back.png) no-repeat;
	display: block;
	cursor: hand;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: bold;
	margin: 5px auto;
}

.back a:hover {
	text-decoration: underline;
}

.home_hidden {/*overflow: hidden;width: 478px !important;width: 490px !important!;width: 490px;*//*height: 543px !important!;height: 540px;*/}

#mondo {margin-top: 4px;margin-left: 2px;}