/**** Sales Style Rules *******************************************************/

div.title
{
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	text-align: center;
	background-color: #cccccc;
}

table.sales
{
	margin-top: 4px;
	text-align: center;
}

td.sales
{
	width: 33%;
	padding: 8px 8px 4px 8px;
	text-align: center;
}

div.caption
{
	padding-top: 4px
}

span.name
{
	font-weight: bold;
}

span.description
{
	font-size: smaller;
}

/******************************************************************************/

