a {
	color: #FF3366;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

.category a {
	color: #FF0066;
	text-decoration: none;
}

.category a:hover {
	color: #FF6600;
	text-decoration: none;
}

.categoryList {
	padding: 2px;
	margin: 2px;
	margin-bottom: 5px;
	width: 172px;
	float: left;
	border: 1px solid #FF0000;
	background: #fff;
}

.category {
	width: 180px;
	border: 1px solid #FF3366;
	background: #FFFFFF;
}

h3.categoryName {
	margin: 0;
	font-size: 14px;
}

.category h4 {
	margin: 3;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #33CCFF;
	border-right-color: #33CCFF;
	border-bottom-color: #33CCFF;
	border-left-color: #33CCFF;
	line-height: 150%;
}

.subCategory {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

.name {
	text-align: left;
	line-height: 150%;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.categoryBorder {
	border-top: 1px solid #CC0000;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #AAAAAA;
	margin: 0px;
}

