#todayupdate_main_left {
    background-color: #ffffff;
    float: left;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    width: 395px;
}

#todayupdate_main_right {
    background-color: #ffffff;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
    width: 395px;
}

.tradesell {
    color: #339900;
    font-weight: bold;
}

.tradebuy {
    color: #FF6600;
    font-weight: bold;
}

.contentbox_todayupdate {
    margin-bottom: 10px;
    width: 100%;
}

.contentbox_todayupdate_head {
    background-attachment: scroll;
    background-color: #EFEFEF; /*#e5f1ff;*/
    background-image: url(/images/contentbox_head_bg.gif);
    background-repeat: repeat-x;
    border-bottom: 1px solid #4B95D5;
    border-left: #4B95D5 1px solid;
    border-right: #4B95D5 1px solid;
    border-top: 1px solid #4B95D5;
    height: 15px;
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.contentbox_todayupdate_list {
    background-color: #FFFFFF; /*#f4fcfe;*/
    border-bottom: 1px solid #cdcdcd;
    border-left: #cdcdcd 1px solid;
    border-right: #cdcdcd 1px solid;
    text-align: left;
}

.contentbox_todayupdate_list ul {
    line-height: 180%;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
}

.contentbox_todayupdate_list ul span {
    display: inline;
    float: right;
    padding-right: 2px;
}

#infotipsgroup {
    background-color: #FFFFEE;
    border: 1px solid #ccc;
    color: #666666;
    line-height: 150%;
    margin: 5px auto 5px auto;
    padding: 10px;
    text-align: left;
    width: 940px;
}

#updatecatelog {
    border-bottom: 1px solid #ccc;
    margin: 10px;
    padding: 5px;
    text-align: left;
}

#updatecatelog a {
    background-color: #FFC;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 10px 0px 0px;
    padding: 5px;
    text-decoration: none;
}

#updatecatelog a.on {
    background-color: #C00;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    color: #fff;
}