/* prod_faq.css */

/* products */

.panel_wrapper{
	position:relative;
	z-index:5;
}
.productQ{
	display:block;
	width:520px;
	height:auto;
	z-index:5;
	position:relative;
}

.productQ .question{
	position:relative;
	z-index:15;
	
}

.productQ a:active,
.productQ a:focus {
outline: 0;
border: none;
}

.productQ .closedExpand{
	position:relative;
	display:block;
}
.productQ .closedExpand:hover{
	position:relative;
	text-decoration:none;
}
.productQ .expand{
	position:relative;
	display:block;
}
.productQ .answer{
	display:block;
	width:530px;
	height:auto;
	padding:0;
	margin:0;
	margin-top:-85px;
	margin-bottom:85px;
	padding: 0;
	font-size:0.9em;
	z-index:5;
	position:relative;
}

.productQ .answer .answer_bg{
	background-color:#FFFFFF;
	position:relative;
	margin-bottom:-15px;
}
.productQ .answer p{
	padding: 0 75px 20px 15px;
}

.bottom_corners{
	width:100%;
	background-image:url(/img/pages/products/bottom_corners.gif);
	background-repeat:no-repeat;
	height:18px;
	display:block;
	position:relative;
	margin:0;
	padding:0;
}

/* faqs */
.freqAskedQ{
	display:block;
	width:725px;
	height:auto;
	padding-bottom:12px;
}
.freqAskedQ .closedExpand{
	display:block;
	width:725px;
}
.freqAskedQ .closedExpand:hover{
	text-decoration:none;
}
.freqAskedQ .expand{
	display:block;
	width:725px;
}
.freqAskedQ .answer{
	display:block;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	margin-top:-6px;
	margin-left:22px;
	margin-right:72px;
}
