@CHARSET "UTF-8";

#content-tappa {
	float:left;
	margin-bottom:20px;
	border-left:1px solid #222;
	border-right:1px solid #222;
	border-bottom:1px solid #222;	
}

#col-sx {
	float:left;
	padding:19px 10px 50px 19px;
	width:220px;
}

#col-dx {
	float:left;
	padding:19px 19px 50px 10px;
	width:700px;
}

/* MENU TAPPE WT */
	
.submenu-tappe {
	width:220px;
}

.submenu-tappe .top-box {
	padding:17px 0 0 12px;
	height:33px;
	background:url('../images/backgrounds/submenu_tappe/top_box.jpg') top left repeat-x;
}

.submenu-tappe .tappa {
	border-bottom:1px solid #CCC;
	background:url('../images/backgrounds/submenu_tappe/bkg_tappa.jpg') top left repeat-x;
}

.submenu-tappe .tappa.select {
	border: none;	
}

.submenu-tappe .tappa .title {
	display:inline-block;
	font-size:13px;
	color:#000;
}

.submenu-tappe .tappa.select .title {
	color:#0099FF;
}

.submenu-tappe .tappa span.txt {
	margin-top:3px;
	display:inline-block;
	font-family:"HelveticaReg";
	font-size:11px;
	color:#666;
}

.submenu-tappe .tappa.select span.txt {
	color:#333;
}

/*codice css specifico per chrome e safari */  
@media screen and (-webkit-min-device-pixel-ratio:0) {  
.submenu-tappe .tappa span.txt { margin-top: 7px; }  
}

.submenu-tappe .tappa ul {
	
}

.submenu-tappe .tappa li {
}

.sub-menu {
	/* Sotto menu */
	display:none;
	padding:1px 0 20px 0;
	width:220px;
	background:#222;
}
 
.sub-menu li {
    /* Voci del sotto menu */
    margin:0 10px 0 12px;
	border-bottom:1px dotted #767676;
	height:29px;
	line-height:29px;
}

.sub-menu li.last {
	border-bottom:none;
}

.sub-menu li.sep {
	padding:0;
	border:none;
	margin:9px 0;
	height:1px;
	line-height:0;
	background-color:#111;	
}

.sub-menu li.sub-title {
	padding:0;
	border:none;
	font-family:"EtelkaBold";
	font-size:16px;
	color:#EE251F;
}

.sub-menu li.evento {
	/*font-family:"HelveticaNeueBold";*/
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

.general-txt {
	width:700px;
	font-family:"HelveticaReg";
	font-size:12px;
	color:#CCC;
	line-height:150%;
}

/*
	HOTELS
*/
.box-hotel {
	float:left;
	margin-bottom:10px;
	width:700px;
}

.header-hotel {
	padding:0 20px;
	height:50px;
	line-height:50px;
	background:url('../images/backgrounds/tabs/hotel.jpg') top left repeat-x;
}

.box-hotel .name {
	float:left;
	width:70%;
	font-family:"HelveticaNeue";
	font-size:18px;	
}

.box-hotel .rank {
	float:right;
	padding-top:19px;
	height:31px;
	width:30%;	
}

.classification { 
	float:right;
	position: relative;
	width: 66px;
	height: 11px;
}
.classification .cover {
	position: absolute;
	background: transparent url('../images/backgrounds/ranking/ranking.png') top left no-repeat;
	top: 0px;
	left: 0px;
	width: 66px;
	height: 11px;
	z-index: 101;
}
.classification .progress {
	position: absolute;
	background: transparent url('../images/backgrounds/ranking/ranking_full.png') top left no-repeat;
	top: 0px;
	left: 0px;
	height: 11px;
	z-index: 102;
}

.content-hotel {
	padding:20px;
	border:1px solid #222;
	background:#111;	
}

.content-hotel .img-hotel {
	float:left;
	margin-right:20px;
	width:90px;
	height:90px;
	
}

.content-hotel .sep {
	float:left;
	margin:10px 0;
	width:540px;
	height:1px;
	background-color:#222;	
}

.info-hotel {
	float:left;
	width:540px;
	color:#CCC;
	line-height:150%;
}

.description-hotel {
	float:left;
	width:540px;
	color:#CCC;
	line-height:150%;
}

/*
	EVENTO
*/
.event-info {
	float:left;
	margin-right:20px;
	padding:10px 15px 15px 15px;
	border-radius: 2px;
	-moz-border-radius:2px;
    -webkit-border-radius:2px;
	width:210px;
	background-color:#FFF;
}

.event-description {
	float:left;
	margin-bottom:25px;
}

.event-description .datatime {
	font-size:16px;
	font-weight:bold;
	color:#EE251F;	
}

.event-description .desc {
	margin-top:12px;
	font-size:12px;
	line-height:150%;
	color:#CCC;	
	width: 435px;
}