/********************************************
*
* faq.css
*
********************************************/

/* DIVS */

/* FAQ */

#ttp_faq_container {
	width: 700px;
	margin-left: 35px;
	margin-right: 35px;
}

/* FAQ MENU */

#ttp_faq_menu {
	clear: both; 
	width: 700px;
	text-align: center;
	border-top: 3px #111111 solid;
	border-bottom: 3px #111111 solid;
}

/* FAQ LINKS */

#ttp_faq_links {
	width:700px;
}
#ttp_faq_links ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2.7em;
	white-space: nowrap;
}
#ttp_faq_links li {
	list-style-type: none;
	display: inline;
}
#ttp_faq_links li a {
	text-decoration: none;
	color: #3e8cb3;
}
#ttp_faq_links li a:link {
    color: #3e8cb3;
}
#ttp_faq_links li a:visited {
    color: #3e8cb3;
}
#ttp_faq_links li a:hover {
    color: #e639ba;
	border-bottom: 1px dotted #e639ba; 
}

/* FAQ ttp_faq_content DIV */

#ttp_faq_content h1 {
	font-size: 1.8em;
	padding: 0.2em 0 0.2em 0;
}
#ttp_faq_content h2 {
	font-size: 1.4em;
	padding: 0.8em 0 0.8em 0;
}
#ttp_faq_content h3 {
	font-size: 1.2em;
	padding: 0.2em 0 0.2em 0;
}
#ttp_faq_content p {
	font-size: 1em;
	padding: 0 0 0.8em 0;
}