#rounded-corner
{
	font-family: "Arial", Sans-Serif;
	font-size: 11px;
/*	margin: 45px;*/
/*	width: 480px;*/
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-tl
{
	background: #769a6f;
}
#rounded-corner thead th.rounded-tr
{
	background: #769a6f;
}
#rounded-corner th
{
	padding: 4px;
	font-weight: normal;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #769a6f;
}
#rounded-corner td
{
	padding: 8px;
/*	background: #F7E8CA;*/
	border-top: 1px solid #fff;
	color: #000000;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #769a6f;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #769a6f;
}
/*#rounded-corner tbody tr:hover td
{
	background: #009933;
}
*/
#rounded-corner img {
	border: 0px;
	padding: 0px;
}
#rounded-corner thead tr th a{
	border-bottom-width: 0px;
}
#rounded-corner tbody tr td a {
	text-decoration: none;
	border: 0;
}
#rounded-corner tbody tr td a:hover {
	text-decoration: none;
	border: 0;
}
#rounded-corner th {
	text-align: center;
}
#rounded-corner th.special-offer, #rounded-corner td.special-offer {
	color: #FFF;
; font-weight: bold
}
.tdDark {
	background-color: #eef3f0;
}
.tdLight {
	background-color: #e6eae8;
}
