@charset "utf-8";
/* CSS Document */
#faq-top{
	height:120px;
}
#faq-categories {
	width:700px;
	float:left;
	margin-top:15px;
	}
#faq-categories ul {
	margin:0;
	padding:0;
}
#faq-categories li {
	margin:5px 0;
	list-style:none;
	list-style-position:outside;
}
#faq-categories a {
	clear:both;
	color:#996600;
	font:15px "Arial";

	}
#faq-categories a:hover {
	text-decoration:none;
}
.faq-col-left {
	width:220px;
	float:left;
	margin-left:5px;
	}
.faq-col-2{
	width:50px;
	float:left;
	margin-left:30px;
}
.faq-col-3{
	width:150px;
	float:left;
	margin-left:20px;
}
.faq-cat-current {
	color:#333333 !important;
}
.faq-cat-current:hover {
	text-decoration:underline !important;
}
.faq-common {
	height:500px;
	}

