/*
 * 
 *      Styles for RESIDENCE CELESTE s.r.l. 
 *      Authored by NEWS Design & Informatica s.a.s.
 *      2009 - 2010
 * 
 * 		Tested on Firefox 3.x, Safari 4.x and 5.x, Opera 10.x. Internet Explorer 6, 7
 * 
 */
 
/* @group reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
a {text-decoration: none; border: 0px; }
img {border: 0;	}
/* @end reset */

/* @group General */
html, body {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	background: #485465 url('../images/I_bg/bg.jpg') /*1e2b3b*/;
}
	
{
	/* fallback (Opera) */
	background: #7689a3;
	/* Mozilla: */
	background: -moz-linear-gradient(left, #7689a3, #dee9fd);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear, left top, right top, from(#7689a3), to(#dee9fd));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7689a3', EndColorStr='#dee9fd', GradientType=1);
	/*#7689a3*/ /* 8aa0be url(../images/I_bg/bg.png);  #dbe2e8 edf3fe 85a2ba */
	/*height: 100%;
	width: 100%;*/
}
.wip {padding-left: 40px;font-size: 14px;}
.txt {font-size: 12px;padding: 10px 15px;line-height: 18px;}
.txtb {font-size: 11px;padding: 10px;line-height: 15px;}
.txtsmall {font-size: 10px;padding: 10px;}
a {color: #eef4ff /*#3b6e6f*/; }
a:hover {color: #072c49; }
p {margin-top: 5px; }

h2 a {
	width: 585px;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: rgba(255, 255, 255, 0.6000);
	/* Mozilla: */
	background: -moz-linear-gradient(left, #fff, #b2c2d8);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#b2c2d8));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#b2c2d8', GradientType=1);
	color: #072c49;
	font-size: 20px;
	border-bottom: 1px dashed #778aa4;
	padding-bottom: 3px;
	margin-left: 95px;
}
h2, h3 {margin-top: 10px; margin-bottom: 5px; }
h3 a {color: #a04e28; font-size: 16px;line-height: 20px;margin-left: 95px; }
h2 a:hover {color: #275d89;}
h3 a:hover {color: #d57c55;}
/* @end General */

/* @group Structure */
.bg {
	height: 100%;
	width: 100%;
	
}
/*.bg {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
}
.bg0 {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;	
}*/
#container, #containerb {
	width: 900px;
	height: auto;
	display: block;
	text-align: left;
}
#containerb {z-index:0;position: relative;}
#container {padding-top: 20px;}
#header {
	width: 900px;
	height: 170px;
	display: block;
}
#headerb {
	width: 900px;
	height: 210px;
	display: block;
	position: fixed;
	margin-top: 0px;
	background: #485465 url('../images/I_bg/bg.jpg');
	padding-right: 2px;
	z-index: 2;
}
#logo { float: left;}
#logo a {
	width: 170px;
	height: 170px;
	float: left;
	background-color: rgb(178, 194, 216); /*9BA8BE*/
	-webkit-box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	-webkit-transition: background-color 0.50s ease-in;
	-o-transition: background-color 0.50s ease-in;
	-moz-transition: background-color 0.50s ease-in;
	transition: background-color 0.50s ease-in;
}
#logo a:hover {
	background-color: #dee9fd;
	-webkit-transition: background-color 0.50s ease-in;
	-o-transition: background-color 0.50s ease-in;
	-moz-transition: background-color 0.50s ease-in;
	transition: background-color 0.50s ease-in;
}
#head, #headb {
	width: 710px;
	height: 170px;
	/*width: 662px;
	height: 122px;
	margin-left: 20px;
	border-top: 24px solid rgba(178, 194, 216, 1.0000) /*#b2c2d8*!/;
	border-bottom: 24px solid rgba(178, 194, 216, 1.0000);
	*/
	-moz-border-radius-topright: 24px;
	-webkit-border-top-right-radius: 24px;
	border-top-right-radius: 24px;
	-webkit-box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
}
#head {float: right;}
#headbg {
	width: 710px;
	height: 170px;
	padding: 20px 0px;
	
	/* fallback (Opera) 
	background: #7689a3;
	 Mozilla: 
	background: -moz-linear-gradient(left, #91a2ba, #d6e2f6);
	 Chrome, Safari:
	background: -webkit-gradient(linear, left top, right top, from(#91a2ba), to(#d6e2f6));
	 MSIE 
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#91a2ba', EndColorStr='#d6e2f6', GradientType=1);*/
	float: right;
}
.head_RC { background: #9BA8BE url(../images/I_bg/bg_header_0.jpg) top left; }
.head_w1 { background: #9BA8BE url(../images/I_bg/bg_header_1.jpg) top left; }
.head_w2 { background: #9BA8BE url(../images/I_bg/bg_header_2.jpg) top left; }
.head_w3 { background: #9BA8BE url(../images/I_bg/bg_header_3.jpg) top left; }
.head_w4 { background: #9BA8BE url(../images/I_bg/bg_header_4.jpg) top left; }
.head_w5 { background: #9BA8BE url(../images/I_bg/bg_header_5.jpg) top left; }
.head_w6 { background: #9BA8BE url(../images/I_bg/bg_header_6.jpg) top left; }
.head_APT { background: #9BA8BE url(../images/I_bg/bg_header_APT.jpg) top left; }	
.head_APTa { background: #9BA8BE url(../images/I_bg/bg_header_APTa.jpg) top left; }	
.head_S { background: #9BA8BE url(../images/I_bg/bg_header_S.jpg) top left; }	
.head_E { background: #9BA8BE url(../images/I_bg/bg_header_E.jpg) top left; }	
#pag_title {
	margin-left: 15px;
	margin-right: auto;
	margin-top: 110px;
	font-size: 30px;
	color: #f5f8fd;
	/*background:  rgba(155, 168, 190, 0.7000) #9ba8be ;  #00243d 
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px; 
	border-top-right-radius: 10px;
	-webkit-box-shadow: 0 0.15em 0.15em rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0.15em 0.15em rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.15em 0.15em rgba(0, 0, 0, 0.25); */
	text-shadow: rgba(0, 0, 0, 0.9) 0 1px;
	display: block;
	width: auto;
	float: left;
}
#content {
	width: 710px;
	height: auto;
	float: left;
	min-height: 320px;
	margin-top: 20px;
	margin-left: 20px;
	background: #dde4f5 /*c8d3ea url(../images/I_bg/bg.png) repeat-x*/;
	-webkit-box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0.15em 0.15em rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.15em 0.15em rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 0;
	/*  background: url(../images/I_bg/bg_op_2a4368_70.png);
	background: #7ba5c2 url(../images/I_bg/bg_op_celx.png);	002a47 */
}
#contentb {
	width: 710px;
	height: auto;
	min-height: 600px;
	display: block;
	float: right;
	margin-top: 210px;
	margin-left: 20px;
	padding-bottom: 45px;
	background: #edf2fe;
	font-size: 12px;
	line-height: 18px;
	-webkit-box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0.15em 0.15em rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.15em 0.15em rgba(0, 0, 0, 0.25);
	z-index: 1;
}
#content_home {
	width: 690px;
	height: auto;
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	color: #00243d;
	font-size: 12px;
	line-height: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #dee3ea url(../images/I_bg/bg.png);
}
.340 {
	height: auto;
}
#RC_line, #RC_lineb {
	width: 710px;
	height: 23px;
	/* fallback (Opera) */
	background: #9BA8BE;
	/* Mozilla: */
	background: -moz-linear-gradient(left, #b2c2d8, #9BA8BE);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear, left top, right top, from(#b2c2d8), to(#9BA8BE));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#b2c2d8', EndColorStr='#9BA8BE', GradientType=1);
	border-bottom: 1px solid #dce1e9;
	display: block;
	vertical-align: middle;
	
}
#RC_lineb {position: fixed; margin-top: 0px; z-index: 10; }
#RC {display: none;}
#flags {margin-left: 560px; }
#flags a {
	float: left;
	padding-right: 15px;
	margin-top: 1px;
}
#flags img {line-height: 23px;}
#flagsb {margin-top: 20px; position: relative; float: left; width: 170px; height: 30px; display: inline-block; }
#flagsb img {
	padding-right: 10px;
	padding-left: 10px;
}
.lang_active {
	/*opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;  
	-khtml-opacity: 0.5;*/
	border-bottom: 3px solid #ffffff;	
}
#footer {
	width: 710px;
	height: 24px;
	display: block;
	margin-left: 20px;
	/* fallback (Opera) */
	background: #9BA8BE;
	/* Mozilla: */
	background: -moz-linear-gradient(left, #b2c2d8, #9BA8BE);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear, left top, right top, from(#b2c2d8), to(#9BA8BE));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#b2c2d8', EndColorStr='#9BA8BE', GradientType=1);
	
	float: right;
	border-top: 1px solid #dce1e9;
	position: relative;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
	
}
#footerc {
	position: fixed;
	width: 714px;
	height: 45px;
	display: block;
	bottom: 0px;
	margin-left: 186px;
	z-index: 10;
	background: #485465 url('../images/I_bg/bg.jpg');
	padding-right: 2px;
}
.footcontent a {
	padding-left: 10px;
	font-size: 10px;
	line-height: 24px;
	color: #2a4368; /* c4e3f7 */
	float: left;
	vertical-align: top;
}
.footcontent a:hover, .footcontent_news a:hover, .footcontentb a:hover {color: #fff;}
.footcontentb a {
	padding-right: 30px;
	font-size: 10px;
	line-height: 24px;
	color: #2a4368; /* c4e3f7 */
	float: right;
	vertical-align: top;
}
.footcontent_news a {
	padding-right: 10px;
	font-size: 10px;
	line-height: 24px;
	color: #fff; /* c4e3f7 */
	float: right;
	vertical-align: top;
}
#w3c {float: right;padding-right: 5px;padding-top: 3px;}
/* @end Structure */

/* @group Sidemenu */
#sidemenu {width: 170px;height: auto;}
.sidemenub {
	margin-top: 210px;
	position: fixed;
	z-index: 2;
}
#sidemenu_fix { margin-top: 20px; float: left;}
/*#sidemenu.fixed {position: fixed;top: 0;}*/
.menufathers a, .menuchildren a, .menuchildren1 a {
	height: 23px;
	line-height: 23px;
	display: block;
	font-size: 11px;
	text-align: left;
	margin-bottom: 3px;
	
	-webkit-box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
}	
.menufathers a, .menuchildren a {
	padding-left: 13px;
	
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}
.RCmenu a, .RCmenu a:hover, .RCmenu0 a:hover, .RCmenu1 a:hover, .menuchildren1 a, .menuchildren1 a:hover {
	-webkit-transition: background-color 0.15s ease-in;
	-o-transition: background-color 0.15s ease-in;
	-moz-transition: background-color 0.15s ease-in;
	transition: background-color 0.15s ease-in;
}
.menufathers a { font-size: 13px; font-weight: bold; }
.RCmenu a { background-color: #9BA8BE; color: #2a4368; }
.RCmenu a:hover, .RCmenu0 a:hover { background-color: #dee9fd; }
.RCmenu1 a:hover { background-color: #dee9fd; }

.menuchildren a { margin-left: 5px; width: 152px; font-size: 12px; background-color: #b2c2d8; }
.RCmenu0 a { color: #2a4368; }

.menuchildren1 a { padding-left: 10px; margin-left: 17px; width: 143px; }
.RCmenu a.active, .menuchildren1 a.active { width: auto; /*border-right: 3px solid #fff;*/ cursor: default; background-color: #f5f8fd; }
.activem {} 
.RCmenu1 a {
	background: #C7D4E9 /* #aabfce */;
	color: #2a4368;
	/* border-bottom: 1px solid #dce1e9; */
}
/* @end Sidemenu */

/* @group Content */
.content_left {
	width: 540px;
	height: auto;
	min-height: 320px;
	display: block;
	float: left;
	z-index: 0;
}
.content_left img {float: left;}
.content_left340, .content_left510 {
	
	padding: 5px 15px;
	display: block;
	float: left;
	line-height: 18px;
	color: #2a4368;
}
.content_left340 {width: 340px; height: 320px;}
.content_left340b {
	width: 340px;
	height: auto;
	padding: 5px 15px;
	min-height: 600px;
	line-height: 18px;
	color: #2a4368;
	display: block;
	float: left;
	z-index: 0;
}
.content_left510 {width: 510px; font-size: 11px;  }
.content_left_img {
	width: 510px;
	height: 340px;
	background: url(../images/I_W/RC_MapSat71x34.jpg) no-repeat;
	color: #2a4368;
	display: block;
	float: left;
}
.content_right {
	width: 170px;
	height: 340px;
	background: url(../images/I_W/RC_170.jpg) no-repeat top;
	color: #2a4368;
	display: block;
	float: right;
}
.content_rightc {
	width: 170px;
	height: 34px;
	color: #2a4368;
	display: inline-block;
	position: relative;
	float: right;
	z-index: 3;
	margin-top: 0px;
	top: 0px;
	-webkit-box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
}
.info_bg {
	margin-top: 170px;
	width: 150px;
	height: 150px;
	line-height: 13px;
	background: url(../images/I_bg/bg_op_cel.png);
	-webkit-box-shadow: 0 0.10em 0.10em rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0.10em 0.10em rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.10em 0.10em rgba(0, 0, 0, 0.25);	
}
.info_bgb {
	width: 150px;
	height: 150px;
	line-height: 13px;
	position: relative;
	float: right;
	z-index: 4;
	margin-top: 0px;
	top: 0px;
	background: url(../images/I_bg/bg_op_cel.png);
	-webkit-box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.25);	
}
#contatti {
	background: #85a2ba;
	width: 650px;
	height: 450px;
	font-size: 12px;
	line-height: 20px;
	color: #2a4368;
}
#contatticon img {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	width: 50px;
	height: 50px;
}
.RCimg {
	margin-top: 5px;
	overflow: hidden;
	width: 600px;
	height: 326px;
	-webkit-box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.5);
	box-shadow: 0 0.10em 0.15em rgba(0, 0, 0, 0.5);
}
.RCimg img {width: 600px;height: 326px;}
#infoleg {
	text-align: left;
	font-size: 11px;
	padding: 20px;
	line-height: 15px;
	background: #C7D4E9;
	color: #00243d;
}
#google, #auto, #trenobus {float: left;}
#DSlago {background: url(../images/I_W/RC_MapLake71x34.png); width: 710px; height: 340px;position: relative;z-index: 1; }
#DSsatellite {background: url(../images/I_W/RC_MapSat71x34.jpg); width: 710px; height: 340px;position: relative;z-index: 1; }
/* @group Appartamenti */
/* @group APTtop */
.content_topb {
	width: 695px;
	height: 27px;
	line-height: 20px;
	font-size: 11px;
	color: #00243d;
	padding-left: 15px;
}
.content_380 {
	width: 355px;
	height: auto;
	line-height: 20px;
	font-size: 11px;
	color: #00243d;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px dashed #b2c2d8;
	float: left;
}
.content_330 {
	width: 300px;
	height: auto;
	line-height: 20px;
	font-size: 11px;
	color: #00243d;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 14px;
	float: left;
}
.form {
	background: url(../images/ICO/form.gif) no-repeat 0px 2px;
	padding-left: 20px;
}
.form a, a.inside {
	color: #5590ba;
	font-weight: bold;
}
.form a:hover, a:hover.inside { color: #2a4368; }
.content_top {
	width: 710px;
	height: auto;
	display: inline-block;
}
#table {
	width: 540px;
	height: 182px;
	float: left;
}
#table a {	}
.table_head {
	background: #b2c2d8;
	width: 540px;
	height: 24px;
	display: block;
	float: left;
	color: #00244b; /* aabfce */
	margin-bottom: 3px;
}
#table_content {
	width: 540px;
	height: auto;
	color: #2a4368;
	display: inline-block;
	float: left;
}
/* @group Tipi */
.sep_line {
	width: 710px;
	height: 2px;
	float: left;
	background: #abb7cb;
}
.t_txt {text-align: center;font-size: 11px;line-height: 22px;}
.servtxt {
	text-align: center;
	font-size: 11px;
	line-height: 12px;
}
.t_active {
	background: #f5f8fd /*b2c2d8*/;
	color: #2a4368;
	text-align: center;
}
.t_active a {
	color: #2a4368;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	cursor: default;
}
.t_inactive a {font-size: 11px;text-decoration: none;text-align: center;}

.t_252 a, .t_252 a:hover, .t_126 a, .t_126 a:hover, .t_84 a, .t_84 a:hover {
	-webkit-transition: background-color 0.25s ease-in;
	-o-transition: background-color 0.25s ease-in;
	-moz-transition: background-color 0.25s ease-in;
	transition: background-color 0.25s ease-in;
}
.t_252 a {
	color: #2a4368;
	width: 251px;
	height: 23px;
	margin-bottom: 3px; /* 002a47 */
	border-right: 1px solid #dce1e9;
	float: left;
	text-align: center;
	line-height: 23px;
	background-color: #C7D4E9; /* #6da9cb 7baacd */
}
.t_252 a:hover, .t_126 a:hover, .t_84 a:hover {background-color: #b2c2d8; /* 91abce */}
.t_252_active a {
	width: 251px;
	height: 23px;
	margin-bottom: 3px; /*aabfce  002a47 */
	border-right: 1px dashed #dce1e9;
	float: left;
	text-align: center;
	line-height: 23px;
	color: #2a4368;
	background: #f5f8fd;
	cursor: default;
}
.t_255b {
	width: 239px;
	height: 23px;
	margin-bottom: 3px;
	border-right: 1px solid #dce1e9;
	float: left;
	text-align: left;
	line-height: 23px;
	padding-left: 15px;
}
.t_126 a {
	color: #2a4368;
	width: 125px;
	height: 23px;
	display: block;
	margin-bottom: 3px;
	border-right: 1px solid #dce1e9;
	float: left;
	text-align: center;
	line-height: 23px;
	background: #C7D4E9; /* #6da9cb 7baacd */
}
.t_126_active a {
	width: 125px;
	height: 23px;
	margin-bottom: 3px; /* 002a47 */
	border-right: 1px solid #dce1e9;
	float: left;
	text-align: center;
	line-height: 23px;
	color: #2a4368;
	background: #f5f8fd;
	cursor: default;
}
.t_126c, .t_126b a {
	width: 126px;
	height: 23px;
	display: block;
	margin-bottom: 3px;
	float: left;
	text-align: center;
	line-height: 23px;
	font-size: 12px;
	color: #00244b;
}
.t_126b a {background: url('../images/ICO/prezzi.png') no-repeat 2px 3px ; }
.t_126b a:hover {color: #fff; }
.t_84 a {
	color: #2a4368;
	width: 83px;
	height: 23px;
	margin-bottom: 3px;
	border-right: 1px solid #dce1e9;
	float: left;
	text-align: center;
	line-height: 23px;
	background: #C7D4E9; /* #6da9cb 7baacd */
}
.t_84_active a {
	width: 83px;
	height: 23px;
	margin-bottom: 3px; /* 002a47 */
	border-right: 1px solid #dce1e9;
	float: left;
	text-align: center;
	line-height: 23px;
	color: #2a4368;
	background: #f5f8fd;
	cursor: default;
}
.t_67 {
	width: 66px;
	height: 23px;
	margin-bottom: 2px;
	border-right: 1px dashed #b2c2d8;
	border-bottom: 1px dashed #b2c2d8;
	float: left;
	text-align: center;
	line-height: 23px;
}
.t_85b {
	width: 85px;
	height: 23px;
	float: right;
}
.t_32 {
	width: 31px;
	height: 23px;
	margin-bottom: 2px;
	border-right: 1px dashed #b2c2d8;
	border-bottom: 1px dashed #b2c2d8;
	float: left;
}
.t_32 img {margin-top: 3px; }
.t_43 {
	width: 54px;
	height: 23px;
	margin-bottom: 2px;
	border-right: 1px dashed #b2c2d8;
	border-bottom: 1px dashed #b2c2d8;
	float: left;
}
.t_28 {
	width: 27px;
	height: 23px;
	margin-bottom: 3px;
	border-right: 1px solid #dce1e9;
	float: left;
}
.t_29 {
	width: 28px;
	height: 23px;
	margin-bottom: 3px;
	border-right: 1px solid #dce1e9;
	float: left;
}
.img_right_170 {
	float: left;
	width: 170px;
	height: 168px;
}
.img_left_170 {
	float: left;
	width: 170px;
	height: 168px;
}
.img_left_170 a {
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;  
	-khtml-opacity: 0.7;
}
.img_left_170 a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;  
	-khtml-opacity: 1;
}
#serv_content {
	width: 350px;
	height: auto;
	float: left;
	padding: 10px;
	color: #12324e;
	text-align: left;
}
.serv_active a {
	color: #fff;
	cursor: default;
}
#prezzi {float: left; }
/* @end Tipi */

/* @end APTtop*/

/* @group APTbottom */
#content_bottom {
	width: 710px;
	height: 340px;
	display: block;
}
#apt_scheda {
	width: 710px;
	height: auto;
	display: block;
}
.content_bottom252 {
	width: 252px;
	height: auto;
	color: #00243d;
	display: block;
	float: left;
}
.content_bottom288 {
	width: 268px;
	height: auto;
	color: #00243d;
	display: block;
	float: left;
}
.prospetto {
	margin-bottom: 1px;
}
.apt_txt1 {
	font-weight: bold;
	font-size: 11px;
	color: #2a4368;
	padding-left: 10px;
}
.apt_txt2 {
	font-size: 11px;
	color: #2a4368;
	padding-left: 10px;
}
.sg {
	background: url(../images/ICO/da_sg.png) no-repeat 1px 5px;
	line-height: 20px;
	padding-left: 15px;
}
.wc {
	background: url(../images/ICO/da_wc.png) no-repeat 1px 5px;
	line-height: 20px;
	padding-left: 15px;
}
.lm {
	background: url(../images/ICO/da_lm.png) no-repeat 1px 5px;
	line-height: 20px;
	padding-left: 15px;
}
.vl {
	background: url(../images/ICO/da_vl.png) no-repeat 1px 5px;
	line-height: 20px;
	padding-left: 15px;
}
.ac {
	background: url(../images/ICO/da_ac.png) no-repeat 1px 5px;
	line-height: 20px;
	padding-left: 15px;
}
.sp {
	background: url(../images/ICO/da_sp.png) no-repeat 1px 5px;
	line-height: 20px;
	padding-left: 15px;
}
.cu {
	background: url(../images/ICO/da_ac.png) no-repeat 1px 5px;
	line-height: 20px;
	padding-left: 15px;
}
.cl {
	background: url(../images/ICO/da_cl.png) no-repeat 1px 5px;
	line-height: 20px;
	padding-left: 15px;
}
.pa {
	background: url(../images/ICO/da_pa.png) no-repeat 1px 5px;
	line-height: 20px;
	padding-left: 15px;
}
.content_bottom_right {
	width: 170px;
	height: auto;
	display: block;
	float: right;
}
.scheda {
	padding-left: 20px;
	background: url(../images/ICO/d_book.png) no-repeat 0px 0px;
	line-height: 25px;
	font-size: 11px;
}
.scheda a { color: #5590ba; font-size: 12px; }
.scheda a:hover { color: #2a4368; }
.apt_title {
	color: #6c8fc2;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 15px;
}
.serv_title {
	color: #6c8fc2;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}
.thumb a {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;  
	-khtml-opacity: 0.7;
	opacity: 0.7;  	
	margin-top: 1px;
}
.thumb a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;  
	-khtml-opacity: 1;
	opacity: 1;	
}

/* @end APTbottom */


#over {
	margin: 0;
	z-index: 5;
	position: absolute;
}

/* @end Appartamenti */

/* @end Content */

/* @group sliding panel */
#panel {
	background: url(../images/I_bg/bg_op_000_70.png) repeat;
	height: 170px;
	width: 900px;
	display: none;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
}
.btn-slide {
	background: url(../images/I_bg/bg_op_black.png) repeat;
	text-align: center;
	width: 150px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	/*display: block; */display: none;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-left: 746px;
	border: 2px solid #000;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}
.active {
	background: #000 /* url(../images/I_bg/bg_op_000_70.png) repeat */;
}
/* @end sliding panel */

/* @group carousel */
#title_4T {
	width: 148px;
	height: 120px;
	float: left;
	font-size: 24px;
	margin-left: 20px;
	background: url(../images/I_ML/4T.png) repeat;
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 600px;
	height:140px;
	/* custom decorations 
	border:1px solid #ccc;
	background:url(../images/I_bg/h300.png) repeat-x; */
	text-align: center;
	float:left;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width: 20000em;
	position:absolute;
	clear:both;
}
/* single scrollable item */
.scrollable img {
	float:left;
	background-color:#fff;
	border:5px solid #666;
	cursor:pointer;
	width:120px;
	height: 100px;
	
}
.scrollable a {
	float:left;
	margin: 10px 20px 0 10px /*5px 20px 21px */; 
	width:120px;
	height: 100px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;  
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:99;
	position:relative;
}
/* this makes it possible to add next button beside scrollable */
.scrollable img.hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;  
	-khtml-opacity: 1;
	opacity: 1;	
}
.scrollable a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;  
	-khtml-opacity: 1;
	opacity: 1;		
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/ICO/arrows.png) no-repeat;
	display:block;
	width:32px;
	height:32px;
	float:left;
	margin:50px 10px;
	cursor:pointer;
	font-size:1px;
}
/* right */
a.right { background-position: 0 -32px; clear:right; margin-left: 10px}
a.right:hover { background-position:-32px -32px; }
a.right:active { background-position:-64px -32px; } 
/* left */
a.left { margin-rght: 10px; margin-left: 20px} 
a.left:hover { background-position:-32px 0; }
a.left:active { background-position:-64px 0; }
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
/* position and dimensions of the navigator */
.navi {
	margin-left:350px;
	width:200px;
	height:20px;
}
/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 2px;
	background:url(../images/ICO/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	cursor: pointer;
}
/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}
/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

/* @end carousel */
/*
#tooltip {
	display:none;
	/* margin-top: 100px; *h/
	background:transparent url(../images/I_bg/tooltip_bottom.png) no-repeat;
	height:91px;
	width:141px;
	font-size:11px;
	padding-top: 25px;
	padding-left: 15px;
	color:#ffffff;	
}

/* style the trigger elements *h/
#tip img {
	cursor:pointer;
}
.tooltip { 
    display:none; 
    background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png); 
    height:163px; 
    padding:40px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#fff; 
} */

#slider {
	/* You MUST specify the width and height */
	width:540px;
	height:340px;
	position:relative;	
	overflow:hidden;
}
#mask-gallery {	
	overflow:hidden;	
}
#gallery {
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	z-index:0;
	/* width = total items multiply with #mask gallery width */
	width:20000px;
	overflow:hidden;
}
#gallery li {		
	/* float left, so that the items are arrangged horizontally */
	float:left;
}

#mask-excerpt {	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;	
	/* width should be lesser than #slider width */
	width:170px;
	overflow:hidden;		
}	
#excerpt {
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;	
	/* Set the style */
	width:170px;
	background: url('../images/I_bg/bg_op_cel.png') /*rgba(155, 168, 190, 0.8000)*/;
	overflow:hidden;
	font-size:11px;
	color:#272e58;	
}
#excerpt li {
	padding:10px;
	line-height: 18px;
}
#excerpt a {color: #fff;}
.news_title {
	font-size: 18px;
	color: #272e58;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.clear {clear:both;	}

/* pagina eventi */
.e_line {width: 680px;height: auto;display: inline-block; margin-left: 15px; }
.e_lineb {width: 585px;height: auto;display: inline-block;margin-left: 95px; }
.e_line_first {margin-top: 10px;}
.e_line_second {margin-top: 5px;}
.data_ora, .data_orab {
	float: left;
	width: 85px;
	height: auto;
	text-align: right;
	font-size: 11px;
	font-style: italic;
	margin-right: 10px;
}
.paese_cosa, .paese_cosab {
	float: left;
	width: 425px;
	height: auto;
	text-align: left;
	margin-right: 10px;
}
.paese_cosa, .dove, .data_ora {border-bottom: 1px dashed #b2c2d8;}
.paese_cosa strong {font-size: 13px; }
.dove, .doveb {
	float: left;
	width: 150px;
	height: auto;
	text-align: left;
	font-size: 10px;
}
.etichette {color: #072c49;	font-weight: bold; font-size: 12px; line-height: 25px;}
.descrizione {color: #a04e28; font-weight: bold; font-size: 13px; line-height: 25px; margin-right: 10px; }


.evidenza {font-size: 14px; color: dee9fd;}

/* @group pulsanti carlo */
.outliner {border-left: 1px dashed #ccc;  }

#outliner {float: left; margin-bottom: 10px; margin-left: ; }

#outliner > a {
  color: #333;
  width: auto;
  height: 10px;
  margin: 3px;
  display: inline-block;
  font: 12px "Arial", sans-serif;
  line-height: 10px;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.4) 0 1px;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px, inset 0 20px 20px -10px white;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px, inset 0 20px 20px -10px white;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px, inset 0 20px 20px -10px white;
}
#outliner > a:hover {
  color: #333;
  background: #B5B5B5;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0 -5px 12px, inset rgba(0, 0, 0, 1) 0 1px 3px, rgba(255, 255, 255, 0.4) 0 1px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0 -5px 12px, inset rgba(0, 0, 0, 1) 0 1px 3px, rgba(255, 255, 255, 0.4) 0 1px;
  box-shadow: inset rgba(0, 0, 0, 0.4) 0 -5px 12px, inset rgba(0, 0, 0, 1) 0 1px 3px, rgba(255, 255, 255, 0.4) 0 1px;
}
/* @end pulsanti carlo */


#zona4T {
	z-index: 4;
	position: absolute;
	width: 600px;
	height: 100px;
	background: #333333;	
}
#button4T {
	position: relative;
	margin-left: 500px;
	margin-top: 0;
	width: 120px;
	height: 30px;
	background: #000000;
	color: #cccccc;
	font-size: 11px;
	z-index:4;
}