@charset "utf-8";
/* CSS Document */
/*Frequently Asked Questions Styles*/

.faq .question {
position:relative;
font-weight:bold;
padding:10px 0 0 10px;
}
.faq .answerlink {
position:absolute;
left:480px;
top:10px;
}
.faq .answer_bucket {
background-color:#ffffff;
border:1px solid #CCCCCC;

margin:5px 15px 15px 15px;
padding:10px 10px 10px 10px;
}
.faq .answer_bucketlink {
border:1px solid #CCCCCC;
border-top:0px;
margin:0px 15px 20px 15px;
padding:6px 15px 8px 15px;
text-align:right;
background-color:#ffffff;

}
.faq .answer_bucketlink a {
background-color:#e8e8e8;
border-style: solid;
border-width : 1px 2px 2px 1px;
text-decoration : none;
padding : 4px;
border-color : #CCCCCC;
font-weight:normal;
}
.faq .answer_bucketlink a:hover {
border-color : #ff9900;
text-decoration:none;
}
.faq .answer_bucket ol{
margin:0 0 0 25px;
padding:0px;
background-color:#ffffff;
}
.faq h2 {
font-size:14px;
margin:0;
padding:0;
color:#666666;
border:0;
}

