﻿body
{
	background-color: #ccc;
}

a
{
	color: #333;
	text-decoration: none;
}

a:hover
{
	color: #cc0033;
	text-decoration: underline;
}

.emptyPanel
{
	padding: 20px;
}

.contentpage
{
	padding: 20px;
}

.txtQuantity
{
	text-align: center;
}

legend
{
	background-color: #ff9a30;
	color: #fff;
	padding: 3px;
}

fieldset
{
	border: 1px solid #666;
	width: 100%;
}

.label
{
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
}

#subcatbar
{
	background-color: #666;
	border-top: 1px solid #FFF;
	height: 22px;
	text-align: left;
	color: #fff;
}

#subcatbar a
{
	color: #fff;
	text-decoration: none;
}