@charset "utf-8";
/* CSS Document */

.onDiv, .offDiv{
	clear:both;
}
a.showLink, a.hideLink{
float:left; 
margin:6px 4px 0 4px;
padding: 0 2px;
font-size:10px;
text-decoration:none;
width:16px;
text-align:center;
}
a.showLink{
border:1px dotted #E4E4E4;
background-color:#E39622;
color:#FFF;
}
a.hideLink{
border:1px dotted #e2b947;
color:#e2b947;
}
a.showLink:hover, a.hideLink:hover{
border:1px dotted #E39622;
}
a.hideLink:hover{
color:#E39622;
}
a.showLink:hover{
color:#FFF;
}
.faqTitle{
	border-bottom:1px dotted #E39622;
	cursor:pointer;
}
.onDiv .showLink{
display:none;
}
.offDiv .hideLink{
display:none;
}
.show-hide{
padding:0 0 0 29px;
}
/*------- These links are shown with JS, hidden if JS is off ------ */
a.showLink, a.hideLink, a.hideAll, a.showAll{
display:none;
}