.titolo {
	font-size: 18px;
	font-family: 'Play',sans-serif;
	color: #646464;
	line-height: 18px;
}
.sottotitolo {
	color: #505050;
	font-size: 11px;
}
.testo {
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
}
.border_image {
	border: 3px solid #C0C0C0;
}
.table_scheda {
	padding-top: 30px;
}
.td_lable {
	/* background-color: transparent;
	color: #F7931E;
	font-family: 'Play',sans-serif;
	font-size: 14px; */
	font-family: 'Montserrat';
	font-size: 16px;
	color: #F55602;
	font-weight: 900;
	width: 170px;
	padding: 10px 0 10px 0;
	vertical-align: top;
	display: inline-block;
}
.td_value {
	/* background-color: transparent;
	color: #FFFFFF;
	font-family: 'Play',sans-serif;
	font-size: 13px; */
	font-family: 'Montserrat';
	font-size: 16px;
	color: #414141;
	font-weight: 900;
	width: 110px;
	padding: 10px 0 10px 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.tr_bottom_brd{
	border-bottom: 1px solid #666666;
	width: 100%;
}
.sx-td {
	padding: 20px 0px 20px 0px;
	background-color: #F0F0F0;
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-right: 0px;
	color: #4B4B4B;
}
.cx-td {
	padding: 20px 20px 20px 20px;
	background-color: #F0F0F0;
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	border-left: 0px;
	color: #4B4B4B;
}
.dx-td {
	padding: 20px 0px 20px 0px;
	background-color: #F0F0F0;
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	color: #4B4B4B;
}
table
{
   border-collapse:collapse;
}
tr
{
   border-bottom: 1px solid #000;
}

.new_product_detail .td_lable {
	width: 60%;
}
.new_product_detail .td_value {
	width: 40%;
	text-align: left;
}
.new_product_detail tr {
	border-top: 1px solid #000;
}