@charset "utf-8";
table {
	border: none;
	text-align: center;
	color:#222;
	font-size:11px;
}

#right table tr {
	background-color: #dce9f6;
}
#right table tr.white {
	background-color:#fff;
	color:#222;
}
#right table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#right table a { font-weight:bold; color:#222; }
td.product_name { padding-left: 5px; text-align:left;  }
#right table tr.legend { font-weight:bold; background-color:#fff; font-size:12px;}

div.hidden {
   	position: absolute;
    left: -10000px;
}

