#help_list {
    
}
#help_list .solution {
    border-bottom: 1px #CCCCCC solid;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 35px;
    margin-right: 5px;
}
#help_list .solution a:link, #help_list .item a:visited, #help_list .item a:active {
    font-weight: bold;
    text-decoration: none;
}
#help_list .solution a:visited {
    font-weight: bold;
    text-decoration: none;  
}
#help_list .solution a:hover {
    text-decoration: underline;
}
.solution_section {
    
}
.solution_section  h1 {
    margin: 0px;
    margin-left: 10px; 
    margin-right: 5px;
    font-size: 15px;
    border-bottom: 1px #EFEFEF solid;
}
.solution_section div {
    margin-left: 10px;
}
#solution_title {
    height: 35px;
    background-image: url(/images/help/top.png);
    background-repeat: repeat-x;
    margin-bottom: 10px;
}
#solution_title h1 {
    font-weight: normal;
    padding-left: 10px;
    font-size: 20px;
}
#solution_updated {
    color: #666666;
    font-size: 10px;
    margin-left: 10px;
}
#solution_back {
    margin-left: 10px;
}
#solution_text {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
}