@charset "utf-8";
#product {
	/* position: relative;*/ 
	z-index: 0;
}
#product .titolo_prod {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	text-indent: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}
#product li{
	display:inline;
	float:left;
	margin-right: 9px;
	margin-left: 9px;
}
#product a {
	color: #CCCCCC;
	text-decoration: none;
}
#product a:hover {
	color: #0099FF;
	text-decoration: none;
}
#product a.active {
	color: #0099FF;
	text-decoration: none;
}
#product td{
	padding-top: 15px;
}
#product #nome-prodotto {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 24px;
	text-indent: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}
#product #foto {
	width: 575px;
	margin-left: 12px;
	z-index: 2;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
#product #tabella {
	width: 575px;
	margin-left: 12px;
	z-index: 2;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}

#product #dati strong{
	color: #0099FF;
	font-weight: bold;
}

#product #piede {
	z-index: 2;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 900px;
}
#product #dati {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 13px;
	color: #FFFFFF;
	position: relative;
	width: 285px;
	z-index: 2;
	float: right;
	right: 0px;
	top: 0px;
	line-height: 14px;
}
#product #dati .testo-bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
	font-weight: bold;
}
#product #bgtesto{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
	padding-left: 12px;
	float: left;
	z-index: 2;
	text-align: justify;
	padding-bottom: 25px;
	padding-right: 35px;
}
#product .bg_prod{
	background-color: #232323;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #0099FF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
	position: relative;
}
#product #performance1{
	width: 390px;
	float: left;
	z-index: 2;
	height: 40px;
	background-image: url(../img/performance.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#product #performance2{
	width: 390px;
	float: left;
	z-index: 2;
	height: 40px;
	background-image: url(../img/colori.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#product #performance3{
	width: 390px;
	float: left;
	z-index: 2;
	height: 40px;
	background-image: url(../img/dettagli.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#product #performance1 .contenuto{
	float: left;
	z-index: 2;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 115px;
}
#product #performance2 .contenuto{
	float: left;
	z-index: 2;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 115px;
}
#product #performance3 .contenuto{
	float: left;
	z-index: 2;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 115px;
}
#product #specifiche{
	z-index: 2;
	background-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
}
