@charset "utf-8";
/* help.css */

#help-contact-info {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 15px;
    overflow: hidden;
}
#help-live-support {
    float: left;
}
#help-contact-info dl {
    float: left;
    margin-left: 20px;
}
#help-contact-info dt {
    float: left;
    width: 60px;
}
#help-contact-info dd {
    margin-left: 60px;
}
#help-contact-info dt, #help-contact-info dd {
    padding: 5px 0;
}
#help-section-links {
    clear: both;
}
.THRowGeneric {
    background-color: #777;
}
.THColumnGeneric {
    background-color: #555;
}
.TDGeneric {
    background-color: #333;
}
