

#riepilogo_abbonamenti {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#riepilogo_abbonamenti,
#riepilogo_abbonamenti a {
	color: black;
	/* font-size: 12px; */
}

table#riepilogo {
	width: 100%;
  /* border: 1px solid #666666; */
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

table#riepilogo,
table#riepilogo tbody,
table#riepilogo thead,
table#riepilogo tfoot,
table#riepilogo tr {
	padding: 0px;
	margin: 0px;
}

table#riepilogo tbody td,
table#riepilogo thead th,
table#riepilogo tfoot th {
  border: 1px solid #666666;
	text-align: center;
}

table#riepilogo tfoot th.firstcol {
	text-align: right;
	padding-right:5px;
}


table#riepilogo tbody td.firstcol {
	text-align: left;
	padding: 0px 0px 0px 5px;
	margin: 0px
}

table#riepilogo tbody td.img_accept {
	background: url('../../img/accept.png') no-repeat white 50% 50%;
}

table#riepilogo tbody td,
table#riepilogo tfoot tr.riga_carrelli th {
	padding: 5px 3px 2px; 
}

table#riepilogo tbody td.firstcol a,
table#riepilogo tbody td.firstcol label {
	color: #414141;
  padding: 0px;
	margin: 0px;
}

table#riepilogo tbody td.firstcol a:hover {
	text-decoration: none;
	background: #E4E4E4;
}

table#riepilogo thead tr,
table#riepilogo tfoot tr
{
	background: #D1D1D1;
}

table#riepilogo .titolo_tipologia{
	background: #e1e1e1;
}

table#riepilogo tfoot tr.riga_carrelli {
	background: none;
}

table#riepilogo tbody tr.titolo_tipologia td{
	padding:1px 5px;
  text-align:left;
}


table#riepilogo thead th.th_hidden_top
{
  background:#fff;
  border-top:1px solid #fff;
  border-left:1px solid #fff;
  border-bottom:1px solid #fff;
}

table#riepilogo thead th.th_hidden_bottom
{
  background:#fff;
  border-top:1px solid #fff;
  border-left:1px solid #fff;
}

table#riepilogo thead th.th_titolo
{
  background:#666;
  color: #fff;
  font-weight:bold;
}

table#riepilogo thead th,
table#riepilogo thead th a
{
  color: #284B81;
}


table#riepilogo div.msg_wait_carrello img {
	padding:0px 0px;
}

table#riepilogo .subtititle { 
 font-size: 10px;
}
