﻿}
.clear {
	clear: both;
}
#questions{
	margin-bottom: 30px;
	margin-left: 0;
}
#questions li{
	margin-bottom: 20px;
	color: #3299bb;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}
#questions ul li a{
	font-weight: bold;	
}
#questions ul li a:hover{
	color: #00befd;
}
#questions ul li a:active{
	color: #e78c03;
}
#answers ul li{
	list-style: none;
	clear: both;
}
#answers ul li ul li{
	list-style: disk;
	clear: both;
}
.current-faq{
	background-color: #ccc;
	color: #4b4b4b;
	padding:30px 30px 23px;
}
.top-button {
   border-top: 1px solid #96d1f8;
   background: #2289a8;
   background: -webkit-gradient(linear, left top, left bottom, from(#3299bb), to(#2289a8));
   background: -moz-linear-gradient(top, #3299bb, #2289a8);
   padding: 4px 8px;
   -webkit-border-top-left-radius: 6px;
   -moz-border-radius-topleft: 6px;
   border-top-left-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) -1px -1px 0;
   -moz-box-shadow: rgba(0,0,0,1) -1px -1px 0;
   box-shadow: rgba(0,0,0,1) -1px -1px 0;
   text-shadow: rgba(0,0,0,.4) -1px -1px 0;
   color: #ffffff;
   font-size: 11px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   font-weight: bold;   
   float: right;
   right:-30px;
   position: relative;
   visibility: hidden;
}
.top-button:hover {
   border-top-color: #0b93bd;
   background: #0b93bd;
   color: #ffffff;
}
.top-button:active {
   border-top-color: #e78c03;
   background: #e78c03;
}