/*//////////////////////////////////////////////*/
/*/ faqs /*/
/*//////////////////////////////////////////////*/
#faqs{
position:relative;
overflow:hidden;
/*/ IE6 /*/ _float:left;
}
/*//////////////////////////////////////////////*/
#faqs ul{
height:30px;
list-style-type:none;
position:absolute;
top:5px;
right:5px;
z-index:200;
/*/ IE6 /*/ _position:static;
/*/ IE6 /*/ _margin:-35px 0 0 0;
/*/ IE6 /*/ _float:right;
}
#faqs ul li{
height:30px;
font-size:140%;
float:left;
}
#faqs ul li a{
line-height:30px;
padding:0 10px;
border-left:1px solid #000;
color:#FFF;
font-weight:bold;
text-decoration:none;
float:left;
}
#faqs div{
width:265px;
margin:0 0 0 10px;
float:left;
}
#faqs .right{
width:265px;
margin:0 0 0 20px;
}
#faqs .left{
/*/ IE6 /*/ _margin:0 0 0 5px;
}
/*//////////////////////////////////////////////*/
#faqs h3{
line-height:40px;
margin:0 0 10px 0;
border-bottom:1px dotted #999;
color:#FFF;
font-size:140%;
font-weight:bold;
}
/*//////////////////////////////////////////////*/
#faqs dl dt{
line-height:20px;
margin:0 0 5px 0;
color:#FC0;
}
#faqs dl dd{
margin:-7px 0 15px 0;
}
#faqs dl dd a{
color:#FFF;
}
#faqs dl dd a:hover{
text-decoration:none;
}