div.BasketPanel
{
	text-align: left;
	font-size: x-small;
	background-color: #00aaff;
	width: 120px;
	margin: 20px 0px 0px 5px;
	padding: 5px 5px 5px 5px;
	color: #000066;
}
div.BasketPanelButton
{
	text-align: center;
	font-size: x-small;
	background-color: #00aaff;
	width: 120px;
	margin: 0px 0px 10px 5px;
	padding: 5px 5px 5px 5px;
	color: #000066;
}
div.CategoryBrowser,
div.SubCategoryBrowser
{
	width: 700px;
	clear: both;
	border-style: solid;
	border-color: #0066ff;
	border-width: 1px;
	padding: 3px 5px 3px 5px;
	background-color: #ddeeff;
}
div.ProductListItem
{
	border-bottom-color: #00aaff;
}
div.SubCategoryBrowser
{
	border-top-style: none;
}
td.BasketFooterLabel
{
	font-weight: bold;
	font-size: small;
	text-align: right;
	background-color: #00aaff;
}
td.BasketFooterValue
{
	font-size: small;
	text-align: right;
	background-color: #cceeff;
}
td.CategoryLinkSelected,
td.CategoryLink
{
	text-align: center;
	padding: 0px 5px 0px 5px;
}
td.SubCategoryLinkSelected,
td.SubCategoryLink
{
	text-align: center;
	padding: 0px 10px 0px 10px;
}
th.BasketHeader
{
	font-weight: bold;
	font-size: small;
	background-color: #00aaff;
	padding: 2px 5px 2px 5px;
}

a.CategoryLink
{
	color: #000066;
	text-decoration: none;
}
a.CategoryLinkSelected
{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a.SubCategoryLink
{
	text-decoration: none;
	color: #000066;
}
a.SubCategoryLinkSelected
{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

.CategoryHeader
{
	color: #0033cc;
	padding-top: 0px;
	margin-top: 0px;
}
.SearchHeader
{
	color: #0033cc;
	padding-top: 0px;
	margin-top: 0px;
}