/* CSS Document */

#content #page_content #middle #panel #login #login_form h3 {
margin:10px 0px 5px 0px;
float:left;
clear:left;
width:180px;
position:relative;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

#content #page_content #middle #panel #login #login_form p {
margin:0px 0px 0px 0px;
float:left;
clear:left;
width:180px;
position:relative;
text-align:justify;
color:#333333;
font-size:10px;
}

#questions {
position:relative;
float:left;
clear:left;
width:635px;
margin:20px 0px 0px 10px;
}

#questions_content {
position:relative;
float:left;
clear:left;
width:635px;
margin:20px 0px 0px 10px;
}

#questions a{
	float:left;
	clear:left;
	line-height:16px;
	height:16px;
	position:relative;
	margin:0px;
	padding:0px;
	padding-left:20px;
	background-image:url(../images/faq_arrow_red.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#3b8dae;
	width:600px;
	background-position: 2px;
}

#questions a:hover{
	float:left;
	clear:left;
	line-height:16px;
	height:16px;
	position:relative;
	margin:0px;
	padding:0px;
	padding-left:25px;
	background-image:url(../images/faq_arrow_red_up.jpg);
	background-repeat:no-repeat;
	color:#3b8dae;
	font-weight:bold;
	width:600px;
	background-position: 2px;
}


#questions_content .question{
	float:left;
	clear:left;
	position:relative;
	margin:10px 0px 0px 0px;
	width:635px;
}

#questions_content .question .que_link a{
	float:left;
	clear:left;
	line-height:16px;
	height:16px;
	position:relative;
	margin:0px;
	padding:0px;
	padding-left:20px;
	background-image:url(../images/faq_arrow_red.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#3b8dae;
	width:600px;
	background-position: 2px;
}



#questions_content .question p{
padding-left:20px;
margin:5px 0px 0px 0px;
float:left;
clear:left;
}


.selected{
	float:left;
	clear:left;
	line-height:16px;
	height:16px;
	position:relative;
	margin:0px;
	padding:0px;
	padding-left:25px;
	background-image:url(../images/faq_arrow_red_up.jpg);
	background-repeat:no-repeat;
	text-decoration:underline;
	color:#3b8dae;
	font-weight:bold;
	background-position: 2px;
}

.selected_text {
 color:#333333;
 font-size:12px;
}

.jump_div {
float:left;
clear:left;
width:200px;
padding-left:20px;
}

.jump_div a {
	background-repeat:no-repeat;
	padding-left:0px;
	background-position: right 2px;
	padding-top: 0px;
	padding-right: 10px;
	clear: left;
	float: left;
	width: 100px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color:#80aa00;
}

#login_form a {color:#80aa00;
}