div.BasketPanel
{
	text-align: left;
	font-size: x-small;
	background-color: #9900ff;
	border-color: #ff9933;
	border-style: solid;
	border-bottom-style: none;
	width: 120px;
	margin: 20px 0px 0px 5px;
	padding: 5px 5px 5px 5px;
	color: #ff9933;
}
div.BasketPanelButton
{
	text-align: center;
	font-size: x-small;
	background-color: #9900ff;
	border-color: #ff9933;
	border-style: solid;
	border-top-style: none;
	width: 120px;
	margin: 0px 0px 10px 5px;
	padding: 5px 5px 5px 5px;
	color: #000066;
}
div.CategoryBrowser,
div.SubCategoryBrowser,
div.CategoryBrowserVertical
{
	clear: both;
	border-style: solid;
	border-color: #ff9933;
	border-width: 1px;
	padding: 3px 5px 3px 5px;
}
div.CategoryBrowserVertical
{
	width: 120px;
}
div.SubCategoryBrowser
{
	border-top-style: none;
}

td.BasketFooterLabel
{
	font-weight: bold;
	font-size: small;
	text-align: right;
	background-color: #9900ff;
	color: #ffffff;
}
td.BasketFooterValue
{
	font-size: small;
	text-align: right;
	background-color: #ccaaff;
}
td.CategoryLinkSelected,
td.CategoryLink
{
	text-align: center;
	padding: 0px 5px 0px 5px;
	background-color: #ff9933;
}
td.SubCategoryLinkSelected,
td.SubCategoryLink
{
	text-align: center;
	padding: 0px 10px 0px 10px;
	background-color: #9900ff;
}
th.BasketHeader
{
	font-weight: bold;
	font-size: small;
	background-color: #9900ff;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
}

a.BasketPanelItem
{
	text-decoration: none;
	color: #ff9933;
}
a.CategoryLink
{
	color: #000000;
	text-decoration: none;
}
a.CategoryLinkSelected
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.SubCategoryLink
{
	text-decoration: none;
	color: #ffffff;
}
a.SubCategoryLinkSelected
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.CategoryHeader
{
	color: #9900ff;
	padding-top: 0px;
	margin-top: 0px;
}
.SearchHeader,
.SearchHeaderVertical
{
	color: #9900ff;
	padding-top: 0px;
	margin-top: 0px;
}
.SearchHeaderVertical
{
	color: #ff9933;
	font-size: small;
}
