.helpImgIcon {
    display: inline-table;
    width:25px;
    height:25px;
    padding:3px;
    margin:3px;
    background: #cccccc;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right:8px;
}

#helpHeader {
    border-bottom:1px solid #cccccc;
    padding: 5px 0px;

}
#helpHeader, #helpWrapper{
    max-width: 640px;
    margin:5px auto;
}
#helpWrapper ul{
    list-style: disc outside none;
    padding: 0px 10px 10px 15px;
}
#helpWrapper h5{

    padding: 0px 10px 3px 0px;
}

.hZoomDec
{
    background-image:url(../img/zoom_decrease_button_white.png);
}

.hZoomInc
{
    background-image:url(../img/zoom_increase_button_white.png);
}

.hSearch
{
    background-image:url(../img/search_button_bottom.png);
}

.hSection
{
    background-image:url(../img/sections_button.png);
}

.hPrint
{
    background-image:url(../img/article_print_white.png);
}

.hCut
{
    background-image:url(../img/article_clip_white.png);
}
.hPage
{
    background-image:url(../img/page_button.png);
}
