@import "style_base.css";
.headerbg {
    float: left;
    position: relative;
    background: url(../../common/style/red/background.png) repeat-x;
    font-size: 13px;
    padding: 0px;
    color: #666666;
    margin:0px 0 0px 0px;
}
.titlebg {
    background: url(../../common/style/red/background.png) repeat-x;
	border: 1px solid #FFFFFF;
    font-size: 13px;
    color: #666666;
    font-weight: bold;
    padding: 0px;
    height: 27px;
}
.titlebgnormal{
    background: url(../../common/style/red/background.png) repeat-x;
    border:1px solid #FFFFFF;
    font-size: 13px;
    color: #666666;
    margin:0px 0 0px 0px;
    padding: 0px;
    height: 27px;
}
.recommond {
    position: relative;
    background: url(../../common/style/red/background.png) repeat-x;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight:bold;
    color: #666666;
    margin:0px 0 0px 0px;
    padding: 8px;
}


.pagerbg {
    float: right;
    position: relative;
    background: url(../../common/style/red/background.png) repeat-x;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 0px;
    color: #666666;

    margin:0px 0 0px 0px;
}

#hwpic:hover {
    position: relative;
    margin: 2px;
    border: 2px solid #BD1205;
    text-align: center;
    padding: 2px;
    width: 165px;
    height: 120px;
}

#hwvisited:hover {
    position: relative;
    margin: 2px;
    border: 2px solid #BD1205;
    text-align: center;
    padding: 2px;
    width: 100px;
    height: 72px;
}



