#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 670px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-topleft
{
	background: #b9c9fe url('../table-imgs/left.png') left -1px no-repeat;
	font-size: 15px;
	text-align: center;
	width: 100px;
}

#rounded-corner thead th.rounded-q
{
	background: #b9c9fe url('../table-imgs/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 15px;
	color: #039;
	background: #b9c9fe;
	text-align: center;
	font-weight:bold;
}

#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}

#rounded-corner td.date
{
	text-align: center;
	width: 100px;
	font-weight:bold;
}

#rounded-corner td.price
{
	text-align: right;
	width: 70px;
	padding-right: 20px;
}

#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('../table-imgs/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('../table-imgs/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

#rounded-corner caption
{text-align:left;
padding-left:10px;
padding-top: 5px;
padding-bottom: 5px;
	font-size: 15px;

}
