@charset "UTF-8";
/** 2nd version of sidebarPanel **/
#sidebarPanel a.def-fontbk {
    font-weight: bold;
}

#sidebarPanel a.def-fontorange {
    font-weight: bold;
    color: #FF9900;
}

#sidebarPanel {
    float: right;
    width: 194px;
    padding-bottom: 10px;
}

.sectionTitle {
    float: left;
    color: #ffffff;
    font-size: 0px;
    padding: 8px 2px 8px 1px;
    display: block;
}

.sidebarIcon {
    float: left;
    width: 179px;
    padding: 0px 0px 0px 15px;
    display: block;
}

.sidebarIcon li {
    float: left;
    font-size: 70%;
    width: 165px;
    padding: 5px 0px 5px 14px;
    background-image: url(../img/sidebar/Feature1_r20_c27.jpg);
    background-repeat: no-repeat;
    background-position: left 9px;
}

.sidebarIcon2 {
    float: left;
    width: 184px;
    padding: 0px 0px 0px 10px;
    display: block;
}

.sidebarIcon2 li {
    float: left;
    font-size: 70%;
    width: 160px;
    padding: 7px 0px 7px 19px;
    border-bottom: dotted 1px #b8b8b8;
}

.sidebarIcon_file {
    background-image: url(../img/sidebar/Idea_content1_r11_c7.jpg);
    background-repeat: no-repeat;
    background-position: left 9px;
}

.sidebarIcon_music {
    background-image: url(../img/sidebar/Idea_content1_r9_c7.jpg);
    background-repeat: no-repeat;
    background-position: left 9px;
}

.sidebarNavCur a, .sidebarNavCur a:visited {
    /* structure design */
    display: block;
    /* text design */
    color: #ff0000;
}

.sidebarNav a, .sidebarNav a:visited {
    /* structure design */
    display: block;
    /* text design */
    color: #333333;
}

.sidebarNavCur a:hover, .sidebarNav a:hover {
    /* navigation design */
    color: #ff6600;
}
