﻿.prezzo
{
	font-weight:bold;
	font-size:12px;
	color:#1C517E;
	border-top:solid 1px #e3e3e3;
	border-bottom:solid 1px #e3e3e3;
	height:20px;
}

.firstCell
{
	font-size:11px;
	height:16px;
	width:108px;
}

.lastCell
{
	font-size:11px;
	height:16px;
	width:195px;
	font-weight:bold;
}

.cell
{
	font-size:11px;
	height:16px;
}

.cell_text
{
	font-size:11px;
	height:16px;
	width:568px;
}

.cellBold
{
	font-size:11px;
	height:16px;
	font-weight:bold;
	width:265px;
}

.cellBold_text
{
	font-size:11px;
	height:16px;
	font-weight:bold;
	width:568px;
}

.firstCell_alt
{
	font-size:11px;
	height:16px;
	width:108px;
	background-color:#eff5fd;
}

.lastCell_alt
{
	font-size:11px;
	height:16px;
	width:195px;
	font-weight:bold;
	background-color:#eff5fd;
}

.cell_alt
{
	font-size:11px;
	height:16px;
	background-color:#eff5fd;
}

.cell_text_alt
{
	font-size:11px;
	height:16px;
	width:568px;
	background-color:#eff5fd;
}

.cellBold_alt
{
	font-size:11px;
	height:16px;
	font-weight:bold;
	background-color:#eff5fd;
	width:265px;
}

.cellBold_text_alt
{
	font-size:11px;
	height:16px;
	font-weight:bold;
	background-color:#eff5fd;
	width:568px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}