#c1_head,
#c2_head,
#c3_head {
    position: relative;
    height: auto !important; /* emulate min-height... */
    height: 16px;            /* ...in IE6             */
    min-height: 16px;
}

#c1_close,
#c2_close,
#c3_close {
    display: none;
    float: right;
    margin-left: 5px;
}

#c1_item_name,
#c2_item_name,
#c3_item_name {
    display: none;
    text-align: center;
}

#c1_choose,
#c2_choose,
#c3_choose {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    border: 1px solid #898f9b;
    background: #cdd4e6;
}

#c1_choose span,
#c2_choose span,
#c3_choose span {
    display: block;
    padding: 4px;
    font-weight: bold;
}

#c1_choose ul,
#c2_choose ul,
#c3_choose ul {
    margin: 0;
    padding: 8px 6px;
    background: #fff;
}

#c1_choose ul li,
#c2_choose ul li,
#c3_choose ul li {
    padding-bottom: 5px;
}


ul.flushleft,
ol.flushleft {
    margin-left: 0;
}

sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    font-size: 0.845em;
}

