/*
***********************************************************
Title:     Extensions
Author:    Emile Blume - Netcreators.com
***********************************************************
*/

/* FAQ //////////////////////////////////////////////////*/
.tx-irfaq-pi1 a{ color: #515151; }

.tx-irfaq-pi1 a:hover{
	color: #F7942B;
	text-decoration: none;
}

#faq-nav {
	border-bottom: 1px solid #CECECE;
	margin-bottom: 20px;
	float: left;
	display: block;
	clear: both;
	width: 100%;
}

#faq-nav span { display: none; }

#faq-nav .show a, #faq-nav .hide a {
	background: url(../img/faq-show.gif) no-repeat left top;
	cursor: pointer;
	display: block;
	float: left;
	height: 35px;
	width: 90px;
}

#faq-nav .hide { display: block; }
#faq-nav .hide a {
	background: url(../img/faq-hide.gif) no-repeat left top;
	width: 114px;
}

.tx-irfaq-pi1 dt {
	color: #5E5E5E;
	font-size: 1.5em;
}

.tx-irfaq-pi1 hr.faq {
	background: #CECECE;
	color: #CECECE;
	margin-top: 10px;
	margin-bottom: 10px;
}
