/*************** form ****************/
.faq_form
{
	margin:10px auto;
}
.faq_form form
{
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:.8em;
	line-height:1em;
}
.faq_form input[type="text"],[type="password"],[type="file"],textarea,select
{
	width:100%;
	background:#fff;
	border:#CCC 1px solid;
	border-radius:.2em;
	-moz-border-radius:.2em;
	-webkit-border-radius:.2em;
	-o-border-radius:.2em;
	padding:0 5px;
	margin-top:5px;
	margin-bottom:15px;
	height:35px;
}
.faq_form input[type="submit"]
{
	border-bottom: rgba(0,0,0,.2) 3px solid;
	padding: 6px 7px;
	font-weight: bold;
	color: #333;
	text-shadow: #fff 1px 1px 0px;
	border-right: rgba(0,0,0,.2) 2px solid;
	border-top: rgba(0,0,0,.1) 1px solid;
	border-left: rgba(0,0,0,.1) 1px solid;
	background: #f6f8f9;
	cursor:pointer;
	background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
	background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
	background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
}
.faq_form input:hover,textarea:hover,select:hover
{
	box-shadow:#dae1e5 0px 0px 5px;
	-moz-box-shadow:#dae1e5 0px 0px 5px;
	-webkit-box-shadow:#dae1e5 0px 0px 5px;
	-o-box-shadow:#dae1e5 0px 0px 5px;
}
.faq_form input:focus,textarea:focus,select:focus
{
	box-shadow:#dae1e5 0px 0px 5px;
	background:#fffde9;
	border:#d7ce84 1px solid;
}
.faq_form input[type="file"]
{
	width:100%;
	padding:0 1px;
}
.faq_form input[type="reset"],input[type="button"]
{
	padding:6px 3px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	border-radius:.2em;
	-moz-border-radius:.2em;
	-webkit-border-radius:.2em;
	-o-border-radius:.2em;
	margin:10px 0;
}
.faq_form input[type="reset"]
{
	background:#d75553;
	border:#b0403e 1px solid;
	border-bottom:#c64e4c 3px solid;
	text-shadow:#8c3736 1px 1px 0px;
}
.faq_form input[type="button"]
{
	background:#3276b1;
	border:#165387 1px solid;
	border-bottom:#2e6da3 3px solid;
	text-shadow:#214d73 1px 1px 0px;;
}
.faq_form select
{
	width:100%;
	padding:5px .5%;
}
.faq_form textarea
{
	min-height:200px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.31em;
	padding:5px .5%;
	line-height:18px;
}
.faq_form label
{
	font-size:1.3em;
}

.faq_content
{
	margin:10px auto;
	background:f3f3f3;
	width:1000px;
}
.faq_content_left {
    width: 100%;
    float: left;
    background: #f8f8f8;
    min-height: 700px;
    padding: 14px;
    border-radius: 7px;
    box-shadow: rgba(0,0,0,.2) 1px 1px 0px;
}
.faq_content_right
{
	width:27.083333333333332%; /* 260px */
	float:left;
	background:#fff;
	padding:5px 10px;
}
.faq_txt_box {
    width: 85% !important;
    margin-bottom: 0
}
.faq_button {
    margin-left: 5px !important;
}
.faq_clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.faq_clearfix { display: inline-block; }
.faq_clearfix { display: block; zoom: 1; }
.clear
{
	clear:both;
}
faq_left
{
	float:left;
}
.faq_right
{
	float:right;
}
.hi_faq
{
	margin:10px auto;
	
}
.hi_faq h3
{
	font-size:2em;
	line-height:120%;
	font-family:Calibri;
	color:#404040;
}
.hi_faq h4
{
	font-size:1.4em;
	line-height:120%;
	color:#404040;
	font-weight:normal;
	font-family:Calibri;
}
.hi_faq h5
{
	font-size:1.4em;
	line-height:120%;
	font-family:Calibri;
	font-weight:normal;
	color:#525252;
}

.hi_faq h5 a 
{
    color: #0277BD;
    text-decoration: none;
}

.hi_faq h5 a:hover 
{
    color: #0277BD;
}

.hi_faq_count
{
	background: none;
    font-size: 1.2em;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    text-align: center;
    color: #333;
    line-height: 20px;
    left: 14px;
    top: 14px;
    position: absolute;
    font-weight: 700;
    border: #0277BD 1px solid;
    padding: 5px; 
}
.hi_faq_con p
{
	font-size:1em;
	padding:5px 0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#707070;
}
.hi_faq_con
{
	margin:8px 0;
	padding:12px 10px 10px 50px;
	background:#fbfbfb;
	position:relative;
	border-radius:.4em;
}
.hi_faq_more
{
	font-size:1em;
	padding:2px 0;
	display:inline-block;
}
.hi_faq_more a
{
	color:#000;
	text-decoration:none;
}
.hi_faq_more a:hover
{
	color:red;
	text-decoration:none;
}

.hi_faq_list
{
	margin:0 auto;
}
.hi_faq_list_con
{
	width: 49%;
    padding: 15px;
    margin: 10px 0;
    display: inline-block;
    vertical-align: top; 
}

.hi_faq_list h4
{
	font-size:1.4em;
	color:#4b4b4b;
}
.hi_faq_list h4 a {
    color: #0277BD;
    text-decoration: none;
    border-bottom: rgba(0,0,0,.2) 1px dashed;
    display: block;
    padding: 5px 0;
}
.hi_faq_list h4 a:hover
{
	color:red;
}
.hi_faq_list_con ul
{
	list-style:none;
	margin:20px 0;
}
.hi_faq_list_con ul li
{
	font-size:1.1em;
	position:relative;
	margin:5px 0;
	line-height:120%;
}
.hi_faq_list_con ul li a:before
{
	content:"\00BB";
	font-size:1.1em;
	text-align:center;
	line-height:16px;
	display:inline-block;
	position:absolute;
	top:6px;
	left:0;
	color:#8e8e8e;
}
.hi_faq_list_con ul li a:hover:before
{
	color:#2a908d;
}
.hi_faq_list_con ul li a 
{
    padding: 5px 15px;
    display: block;
    color: #e59627; -- tis only changes..
    margin-left: 5px;
    font-family: Tahoma, Geneva, sans-serif;
    text-decoration: none;
    font-size: .8em;
}
.hi_faq_list_con ul li a:hover 
{
    color: #333;
    text-decoration: none;
}
.hi_faq_list_more
{
	position:relative;
	font-weight:normal;
	font-size:.9em;
	margin-left:18px;
}
.hi_faq_list_more a 
{
    color: #333;
    text-decoration: none;
    padding: 2px 8px;
    background: none;
    display: inline-block;
    border-radius: .3em;
    border: rgba(0,0,0,.1) 1px dashed;
}
.hi_faq_list_more a:hover 
{
    color: #0288D1;
    background: none;
    border: #0288D1 1px solid;
}
 .hi_faq_tags
{
    margin:10px auto;    
}
.hi_faq_tags_title
{
    font-size:1.1em;
    color:#897373;
    font-weight:bold;
}
.hi_faq_tags_title, .hi_faq_tags_list
{
    display:inline-block;
    vertical-align:middle;
}
.hi_faq_tags_list ul
{
    list-style:none;
}
.hi_faq_tags_list ul li
{
    font-size:1em;
    float:left;
    margin:4px;
    line-height:120%;
    text-shadow:rgba(255,255,255,.6) 1px 1px 0px;
}
.hi_faq_tags_list ul li a
{
    padding: 4px 6px;  
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
    text-decoration: none;
    display: block;
    border: 1px solid #cacaca;
    color: #5c5c5c;
    border-radius: .2em;
    box-shadow: rgba(0,0,0,.2) 0 0 5px;
}
.hi_faq_tags_list ul li a:hover
{
    background:#d6d6d6;
    color:#5c5c5c;
}
.faq_searchbox 
{
	width: 75% !important;
	margin-left: 6%;
}
h3 a:hover 
{
    text-decoration: underline;
    color: #c2a277;
}
h3  a 
{
    color: #616161;
    text-decoration: none;
}


