.faq {
	position: relative;
	overflow: hidden;
	z-index: 10;
	margin-top: 10px;
}
.faq li {
	position: relative;
}
.faq p {
	margin-bottom: 5px;
	text-align: left;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
}

.faq h1 {
	cursor: pointer;
	display: block;
	height: 20px;
	background-color: #474647;
	background-image: url(../layout/expand.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #FFF;
	font-size: 1.2em;
	position: relative;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-position: 2px;
}
.faq h1 strong {
	color: #CCC;
}

.faq h1.acc_current {
	background-color: #474647;
	background-image: url(../layout/down.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
.faq span {
display: block;
}
.faq-visitsite {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
	background-color: #B10000;
	padding: 3px;
	float: left;
	display: block;
	z-index: 10;
}
.faq-wiki {
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
	background-color: #F6F6F6;
	padding: 3px;
	float: left;
	display: block;
	z-index: 10;
}

.faq a {
	margin-right: 5px;
	z-index: 10;
}

.faq-twitter {
	color: #185A8B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
	background-color: #B6DDE4;
	padding: 3px;
	float: left;
	display: block;
	z-index: 10;
}
.faq-myspace {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
	background-color: #1C4794;
	padding: 3px;
	float: left;
	display: block;
	z-index: 10;
}
