.categories a {
	padding: 3px;
	display: inline;
	border: 1px dotted #CCC;
	text-decoration: none;
	width: 150px;
}


.categories a:hover, #leftnav a:active {
	color: #FFFFFF;
	background-color: #9b0d0d;
}

ul.categories {
	padding: 0em;
	margin: 0px 8px 0px 8px;
	list-style-type: none;
}
#sub {
	background: #b30e0e;
}
.categories li {
	margin: 0px 0px 6px 0px;
	display: inline;
	line-height: 190%;
}

#minicart {
	font-size: 10px;	
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.entryTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background: #b30e0e;
}

.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.infoTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background: #b30e0e;
}

.infoTable .label {
	background: #f1621c;
}

.infoTable .content {
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.notice {
	color: #996600;
	font-weight: bold;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}