h2 a {
	text-decoration: none;
}
h3 a, h4 a {
	text-decoration: none;
	color: #00A94E;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}
.home {
	float: left;
	width: 50%;
}
.categories.view h2 {
	margin: 5px;
	color: #484D4F;
}
.questions h2 a, .questions h2 span {
	padding: 3px 0 3px 70px;
	margin-left: -70px;
	background: url('../img/question.png') no-repeat left center;
}
.categories.view .consultants h2, .categories.view .questions h2 {
	
	color: #0072BC;
}
.categories.view .related {
	width: 50%;
	float: left;
}
.questions form#AnswerAddForm {
	margin-bottom: 10px;
}
.questions form#AnswerAddForm.hide  fieldset {
	border: none;
}
.questions form#AnswerAddForm.hide  fieldset div {
	display: none;
}
.questions form#AnswerAddForm.show  fieldset {
	border: 1px solid #ccc;
}
.questions form#AnswerAddForm.show  fieldset div {
	display: block;
}
ul.answers {
	margin: 0;
	padding: 0;
}
ul.answers li, .questions li {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 5px;
}
ul.answers li.altrow {
	background: #ddd;
}
.questionList li p {
	font-size: 90%;
}

span.best {
	font-weight: bold;
	color: green;
}
a.best {
	text-decoration: none;
	display: block;
}
.star {
	color: blue;
	text-indent: -5000px;
	display: block;
	background: url(../img/unstar.png) center no-repeat;
	height: 20px;
	width: 20px;
	float: left;
}
.unstar {
	font-weight: bold;
	text-indent: -5000px;
	display: block;
	background: url(../img/star.png) center no-repeat;
	height: 20px;
	width: 20px;
	float: left;
}
