@charset "UTF-8";
/* CSS Document */

.faqblock {
	margin-bottom:1em;
}

.faqtext {
}

.faqtext + .faqlinks {
	border-top:solid 1px rgb(153, 102, 0);
}

.faqlinks {
	background:rgb(51, 51, 51)  repeat-x bottom;
}


/* AVATAR LIST */

#avatarlist .postrequirement {
	font-weight:normal;
}

#avatarlist .avatarlist li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#avatarlist .avatarlist li img {
	display:block;
	margin-bottom:0.5em;
}

.faqblock .blockbody {
	border-left:1px solid rgb(153, 102, 0);
	border-right:1px solid rgb(153, 102, 0);
	border-bottom:1px solid rgb(153, 102, 0);
} 

.toptable {
	font-weight: bold;
	text-align: center;
}

.toptable td {
	padding:6px;
	vertical-align:top;
	border-left:1px solid #cedfeb;
	border-right:1px solid #cedfeb;
	border-bottom:1px solid #cedfeb;
}

.toptable .alt1 {
	background-color:#000000;
}

.toptable .alt2 {
	background-color:#000000;
}
 