/*********************************
* Default Questions Template
* Author: Christopher Green
* Email: chris@notwebdesign.com
/********************************/

ul#categories, ul#categories li, ul#categories ul, ul#categories ul li, ul.freefaq li, ul.freefaq ul {
	list-style:none !important;
	list-style-type:none !important;
	list-style-image:none !important;
	background-image:none;
	margin:0;
	padding:0;
}

ul#categories li.category {
	margin-bottom:4em;
}

li.category h2 {
	padding:4px;
	margin:0 0 1em;
}

.category h2 a {
	font-size:1.2em;
	text-decoration:none;
}

.category h2 a:hover {
	text-decoration:underline;
}

ul#categories ul.freefaq {
}


ul#categories ul.freefaq li {
	margin:0 0 2em 1em;
	
}

ul#categories ul.freefaq li h3 {
	border-bottom:1px solid #E2E2E2;
	margin:0;
}

ul#categories ul.freefaq li h3 a {
	text-decoration:none;
	font-weight:bold;
}

ul#categories ul.freefaq li h3 a:hover {
	text-decoration:underline;
}

h2.questionheading {
	margin:0;
}

.answerText {
}

div.categories {
	margin-bottom:1em;
}

a.readMore {
	display:block;
}

.answer {
	margin-bottom:1em;
	font-size: 15px;
}

.small{
	font-size: 10px;
}

#helpfulForm {
	padding:1em;
	border-top:1px dashed #A4A4A4;
}

#helpfulTable {
	width:100%;
}

#helpfulTable td {
	vertical-align:top;
}

td#alignRight {
	text-align:right;
}

#commentTable {
	width:100%;
}

#commentTable td {
	vertical-align:top;
}