.cat_row{
color:#000;
cursor:pointer;
border-color:#0000ff;
border-width:0 0 2px 0;
border-style:solid;
}
.cat_row span.cat_title{
font-size:16px;
line-height:18px;
font-weight:bold;
text-decoration:none;

}
.cat_row span.cat_title:hover{
background:#ddd;
}
.cat_row span.question_count{
font-size:11px;
line-height:13px;
float:right;
}
.cat_row span.cat_description{
color:#000;
line-height:14px;
font-size:12px;

}

.cat_row a{
display:block;
text-decoration:none;
padding:5px;
margin:0;
line-height:10px;
}
.cat_row a:hover{
display:block;
text-decoration:none;
}
.questions_row{
padding:0 0 0 10px;
background:transparent;
margin:5px 0 0 0;
}
.question{
font-size:15px;
cursor:pointer;
}
.question a:hover{
background-color:transparent;
}
.answer{
padding:5px;
background-color:#eee;
border:1px solid #ff9900;
}
ol{
margin:0;
padding:0 0 0 15px;
}
ol li{
margin:0;
}