A.DepartmentUnselected
{
  color: #000080;
  font-family: @黑体,Comic Sans MS;
  text-decoration: none;
  font-size:  13px;
  font-weight: normal;
  line-height: 20px;
  padding-left:2px
}

A.DepartmentUnselected:hover
{
  color: #00bef0;
  font-weight: normal;
  padding-left:2px
}

A.DepartmentSelected
{
  color: red;
  font-family: @黑体,Comic Sans MS;
  text-decoration: none;
  font-size:  13px;
  font-weight: normal;
  line-height: 20px;
  padding-left: 2px
}

.DepartmentTitle
{
	color:Green;
	font-family:Comic Sans MS;
	text-decoration:none;
	font-size:18px;
	line-height:15px;
	padding-left:10px
}
.ListDescription
{
	color:Navy;
	font-family: @黑体;
	font-weight: normal;
	font-size:14px;
}
A.CategoryUnselected
{
	color: Navy;
	font-family:@黑体,Comic Sans MS;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	line-height:16px;
	padding-left:5px
}
A.CategoryUnselected:hover
{
	color:Red;
	font-family:@黑体,Comic Sans MS;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	line-height:16px;
	padding-left:5px
}
.CategorySelected
{
	color:Green;
	font-family:@黑体,Comic Sans MS;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	line-height:16px;
	padding-left:5px
}
.ProductName
{
	color: Navy;
	font-family:Verdana,Helvetica,sans-serif;
	font-weight: normal;
	font-size:13px;
}
.ProductDescription
{
	color:Black;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
}
.ProductPrice
{
	color:Black;
	font-family:Verdana,Helvetica,sans-serif;
	font-weight: normal;
	font-size:11px;
}
.FirstPageText
{
	color:Navy;
	font-family:Verdana,Helvetica,sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight: normal;
	line-height:9px;
	padding-left:10px
}
.SearchBox
{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	color:Black;
}
.AdminPageText
{
	color:Navy;
	font-family:Verdana,Helvetica,sans-serif;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	line-height:12px;
}

.AdminButtonText
{
	color:Black;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
}
.AdminErrorText
{
	font-weight:normal;
	font-size:12px;
	color:Red;
	font-style:italic;
	font-family:Verdana,Helvetica,sans-serif;
}
