/* CSS Document */

.sub_scheda_single {
	position:relative;
	float:left;
	top: 0px;
	left: 0px;
	width: 780px;
	height:250px;
	border-bottom: thin solid #CCC;
	font-family:Verdana, Geneva, sans-serif;
}

.foto_scheda_single {
	position: absolute;
	/*width: 320px;*/
	height: 195px;
	top:30px;
	/*right: 125px;*/
	width: 420px;
	right: 5px;
	border:0px solid #000;
	/*display:table-cell;*/
	overflow:hidden;
}

.titolo_scheda_single {
	position: absolute;
	top:20px;
	left: 5px;
	font-size:16px;
	font-weight: bold;
}

.infofoto_scheda_single {
	position:absolute;
	top:230px;
	right: 200px;
	font-size:10px;
	color:#CCC;
	font-weight: bold;
}
.goto_scheda_single {
	position: absolute;
	top:230px;
	right: 20px;
	font-size:14px;
	font-weight: bold;
	color:#444;
	cursor:pointer;
}

.dett_scheda_single {
	position: absolute;
	top:60px;
	left: 10px;
	width: 340px;
	font-size:11px;
	font-weight: bold;
	color:#999;
	border:0px solid #000;
}

.trasp_scheda_single {
	position:absolute;
	right: 0px;
	width: 280px;
	height: 100px;
	top:40px;
	background-color: #FFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.excost_scheda_single {
	position: absolute;
	top:50px;
	right: 20px;
	font-size:12px;
	font-weight: bold;
	color:#555;
}

.cost_scheda_single {
	position: absolute;
	top:70px;
	right: 20px;
	font-size:28px;
	font-weight: bold;
	color:#800;
}
.rate_scheda_single {
	position: absolute;
	top:115px;
	right: 10px;
	font-size:28px;
	font-weight: bold;
	color:#800;
}

.opt_scheda_single {
	position: absolute;
	top:100px;
	right: 20px;
	font-size:10px;
	font-weight: bold;
	color:#222;
}


.goto_scheda:hover {
	color:#000;
}
