﻿#help_menu {
    border: 1px solid #CCCCCC;
    padding: 1px 1px 0;
    width: 180px;
}
#help_menu h4 {
    background-color: #666666;
    color: #FFFFFF;
    font-size: 12px;
    height: 24px;
    padding: 2px 0 0 10px;
}
#help_menu div {
    padding: 0;
}
#help_menu ul li {
    background: url("../images/arrow_ico4.gif") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
    margin-bottom: 5px;
    padding-left: 12px;
}
#help_menu ul li.on {
    background: url("../images/arrow_ico4_hover.gif") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
}
#help_menu ul li.on a:link, #help_menu ul li.on a:visited {
    color: #FF3300;
}
#help_menu dl {
    border-bottom: 1px solid #FFFFFF;
    color: #333333;
}
#help_menu dl dt {
    background: url("../images/Global/ico7.gif") no-repeat scroll 150px 10px #EFEFEF;
    cursor: pointer;
    padding: 3px 0 0 10px;
}
#help_menu dl dt.on {
    background: url("../images/Global/ico8.gif") no-repeat scroll 150px 10px #EFEFEF;
    color: #CC3300;
}
#help_menu dl dt.hover {
    background: url("../images/Global/ico7.gif") no-repeat scroll 150px 10px #E7E7E7;
    color: #CC3300;
}
#help_menu dl dd.hover {
    background-color: #FFFFFF;
}
#help_menu dl dd {
    background: url("../images/arrow_ico2.gif") no-repeat scroll 20px 10px rgba(0, 0, 0, 0);
    display: none;
    margin: 0 0 2px;
    padding: 3px 0 0 32px;
}

#help_menu dl dd span{
    background: url("../images/arrow_ico2.gif") no-repeat scroll 30px 10px rgba(0, 0, 0, 0);
    display: none;
    margin: 0 0 2px;
    padding: 3px 0 0 42px;
}

#help_menu dl dd.on a {
    color: #FF3300;
}




.pgs {
    padding: 10px 10px 10px 0;
}
.pgs #newspecial, .pgs #newspecialtmp, .pgs #post_reply, .pgs #post_replytmp {
    float: left;
    margin-right: 5px;
}
.pg {
    float: right;
}
.pg, .pgb {
    line-height: 22px;
}
.pg li, .pg strong, .pgb li {
    background-color: #E13074;
    background-repeat: no-repeat;
    border: 0 none;
    color: #000000;
    display: inline;
    float: left;
    height: 22px;
    margin-left: 4px;
    overflow: hidden;
    padding: 0 8px;
    text-decoration: none;
}
.pg li {
    background: none repeat scroll 0 0 #D9D9D9;
    color: #FFFFFF;
}
