#breadcrumbs {
	position: relative;
	top: 0px;
	left: 14px;
	width:582px;
	height:auto;
	
	padding: 20px 0px 15px 0px;
	color: #666666;
	font-size: 11px;
}

.breadcrumbs_link {
	text-decoration: none;
	font-style: italic;
	color: #666666;
}

.breadcrumbs_link:hover {
	text-decoration: underline;
}

.subtitle {
	position: relative;
	left: 14px;
	width:566px;
	height:auto;
	
	background: #219fd0;
	
	padding: 10px 8px 10px 8px;
	
	color: #FFFFFF;
	
	font-weight: bold;
	font-size: 14px;
}

.text {
	position: relative;
	top: 0px;
	left: 14px;
	width:582px;
	height:auto;
	
	color: #666666;
	
	line-height: 15px;
}

/*	tab app	*/

.appTab {
	position:relative;
	width:622px;
	height: 200px;
	
	margin-bottom: 20px;
}

.appTab_row {
	position:relative;
	width: 582px;
	
	padding:0 14px;
}

.appTab_row div {
	float:left;
	text-align:left;
	
	padding: 10px 0;
	
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

.appTab_row div.tipologia {
	width:119px;
	font-weight: bold;
}

.appTab_row div.apple {
	width:153px;
	text-align: center;
}
.appTab_row div.android {
	width:153px;
	text-align: center;
}
.appTab_row div.windows {
	width:153px;
	text-align: center;
}

.text2 {
	position: relative;
	top: 0px;
	left: 14px;
	width:582px;
	height:auto;
	
	color: #666666;
	
	padding-top: 20px;
	
	line-height: 20px;
}



.logo_app {
	float: left;
	top: 0px;
	left: 0px;
	width: 86px;
	height: 85px;
	
	margin: 20px 0px 20px 14px;
}

.separatore {
	position: relative;
	top: 0px;
	left: 14px;
	width:582px;
	height:10;
	
	border-bottom: 1px solid #d9d9d9;
	
	margin-top: 30px;
	margin-bottom: 30px;
}

.back_top {
	position: absolute;
	top: -12px;
	left: 452px;
	width: 130px;
	height: 20px;
	
	color: #0071bc;
	font-weight: bold;
	text-decoration: underline;
	
	background: #FFFFFF;
	
	text-align: right;
	
	cursor: pointer;
}

.backtop_arrow_up {
	position:relative;
	top:2px;
	left:0px;

	width: 14px;
	height: 10px;
	
	display: inline;
	
	margin-left: 3px;
}

.box_note {
	position:relative;
	top:0px;
	left:0px;

	width: 488px;
	height: auto;
	
	padding: 10px;
	
	background: -moz-linear-gradient(100% 100% 180deg, #bbe2f2, #e4f4f9);
	background: -webkit-gradient(linear, right top, left bottom, from(#bbe2f2), to(#e4f4f9));
	
	margin: 20px 0px 20px 37px;
}