.click {
	float:left;
	width:420px;
	font-size:0.8125em;
	color:#666666;
	}

.expand {
	float:left;
	font-size:0.75em;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
	padding:0px;
	width:150px;
	height:18px;
	/*border:1px solid red;*/
	}

.expand a:link, .expand a:visited{
	color:#666666;
	text-decoration:none;
}
.expand a:hover{
	color:#ff6000;
}


div#faq div.expander h3.label
{
	float:right;
	clear: both;
	cursor: pointer;
	padding:10px 35px 10px 10px;
    background: url(../images/arrow_orange_closed.gif) no-repeat right 7px;
}

div#faq div.expander.expanded h3.label
{
	cursor: pointer;
	background: url(../images/arrow_orange_open.gif) no-repeat right 7px;
}


div#faq div.expander ul.faq {
	/*position:relative;*/
	margin: 0px;
	padding: 0px 0px 0px 2px;
	display: none;
}
div#faq div.expander.expanded ul.faq {
	display: block;
}

div#faq div.expander ul.faq li {
	position: relative;
	cursor: pointer;
	margin: 0px;
	padding:4px 20px 4px 0px;
	list-style-type: none;
	line-height: 22px;
	background: url(../images/expand.gif) no-repeat right 10px;
	font-weight:bold;
	float:right;
	clear: both;
	white-space: nowrap;
}

div#faq div.expander ul.faq li.noplus {
	position: relative;
	margin: 0px 0px 0px 10px ;
	padding: 0px 0px 5px 10px;
	line-height: 14px;
	font-size:1em;
	font-weight:normal;
	background:none;
	list-style-type:lower-roman;
}


p.iehappy_li_tag {
	padding:0px;
	margin:0px;
	line-height:145%;
	padding:0px 0px 0px 20px;
	}

.faq_in {
	padding:0px 0px 0px 17px;
	}

div#faq div.expander ul.faq li div.content {
	display: none;
	white-space: normal;
}

div#faq div.expander ul.faq li.expanded {
	background-image: url(../images/collapse.gif);
}

div#faq div.expander ul.faq li.expanded div.content {
	display: block;
}

div#faq div.expander ul.faq p {
	margin:0px 7px 3px 0px;
	font-size:1em;
	white-space: normal;
}


h2.faq {
font-size:14px;
text-decoration:underline;
border:0px solid red;
margin:12px;
padding:0px;
}


.faq2 {
font-size:14px;
margin:0px;
padding:5px;
text-decoration:underline;
position:relative;
right:25px;
}
