﻿/* Classes from eShop module */
.menu {
	border-collapse: collapse;
	white-space: nowrap;
}

.menu td {
	border-top: solid 1px #000000;
	border-right: none;
	border-bottom: solid 1px #000000;
	border-left: none;
	padding: 4px 4px 4px 4px;
}

.box {
	background-color: #F0F0F0;
	border: 1px solid #000000;
	padding: 4px 4px 4px 4px;
	margin: 4px 4px 4px 4px;
}

.box ul {
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px;
	margin: 2px 8px 2px 8px;
}

.box li {
	white-space: nowrap;
}


.panel {
	height: 100px;
	overflow-y: scroll;
	border: solid 1px Gray;
}

.Large, .LargeHead {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
}

.LargeHead {
	color: #003366;
}

.CategoryBreadcrumb {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}

.CategoryBreadcrumbSeparator {
	margin-left: 100px;
}

a.CategoryBreadcrumb:link {
	text-decoration: none;
	color: #003366;
}

a.CategoryBreadcrumb:visited {
	text-decoration: none;
	color: #003366;
}

a.CategoryBreadcrumb:hover {
	text-decoration: none;
	color: #ff0000;
}

a.CategoryBreadcrumb:active {
	text-decoration: none;
	color: #003366;
}
