﻿html {
  overflow: -moz-scrollbars-vertical;
  /* overflow-x: scroll; */
  overflow-x: auto;
  overflow-y: scroll;
}

.faqsContainer
{
	width:100%;
	margin-top:34px;
	font-family:Arial;
	

}
.faqitem
{
	margin-bottom:17px;
}

.faqtitle
{
	background-image:url('/SiteCollectionImages/FluorEconamine/gray_shape.gif');
	 background-repeat:no-repeat;
	height:31px;
	font-family:Arial;
	font-size:14px;
	color:#0033cc;
	font-weight:bold;
	cursor:pointer;
	
	
}
.faqtitlehover
{
	background-image:url('/SiteCollectionImages/FluorEconamine/black_shape.gif');
	background-repeat:no-repeat;

	height:31px;
	font-family:Aria;
	font-size:14px;
	color:white;
	font-weight:bold;
	cursor:pointer;
	
	
}
.faqtitletext
{
	padding-top:7px;
	padding-left:30px;
	 background-image:url('/SiteCollectionImages/FluorEconamine/gray_arrow.gif');
	 background-repeat:no-repeat;
	 background-position:18px 11px;
	width:590px; 
	 
}
.faqtitletexthover
{
	padding-top:7px;
	padding-left:30px;
	 background-image:url('/SiteCollectionImages/FluorEconamine/gray_arrow_over.gif');
	 background-repeat:no-repeat;
	 background-position:15px 15px;/*18px 10px*/
}
.faqdesc
{
	overflow: hidden; 
	/*background-image:url('bottom_line.gif');
	background-repeat:no-repeat;
	background-position:center bottom;*/
	
	height:0px;
	
}
.faqdesccontent
{
	padding-top:17px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	line-height:16px;
}

.faqdesccontent ul
{
	margin:0px;
}

.faqdescopenstyle
{
	
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	width:558px;
}
.faqdescclosetyle
{
	
	border:none;
}
.contentbottom
{
	 background-image:url('/SiteCollectionImages/FluorEconamine/bottom_line.gif');
	 margin-bottom:20px;
	 height:15px;
}
