#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
/*	margin: 45px;*/
/*	width: 480px;*/
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-tl
{
	background: #b9c9fe url('images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-tr
{
	background: #b9c9fe url('images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 4px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
/*	background: #e8edff;*/
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}
#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: #990000;
	font-weight: bold
}
.tdDark {
	background-color: #e8edff;
}
.tdLight {
	background-color: #F0F3FF;
}