@charset "utf-8";
/* CSS Document */
.borderRadius {
    border-radius: 5px;
}
.borderRadiusTp {
    border-radius: 5px 5px 0 0;
}
.borderRadiusBtm {
    border-radius: 0 0 5px 5px;
}
.ddcommon {
    cursor: default;
    display: inline-block;
    position: relative;
}
.ddcommon ul {
    margin: 0;
    padding: 0;
}
.ddcommon ul li {
    list-style-type: none;
}
.borderRadiusTp ul li:last-child {
    border-bottom: 0 none #c3c3c3;
    border-radius: 0 0 5px 5px;
}
.borderRadiusBtm ul li:first-child {
    border-radius: 5px 5px 0 0;
}
.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll {
    color: #999999;
    opacity: 0.5;
}
.ddcommon .clear {
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
}
.ddcommon .shadow {
    box-shadow: 5px 5px 5px -5px #888888;
}
.ddcommon input.text {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #7e7e7e;
    display: block;
    height: 98%;
    left: 2px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 98%;
}
.ddOutOfVision {
    display: inline-block;
    position: relative;
}
.borderRadius .shadow {
    box-shadow: 5px 5px 5px -5px #888888;
}
.borderRadiusBtm .shadow {
    box-shadow: -5px -5px 5px -5px #888888;
}
.borderRadiusTp .border, .borderRadius .border {
    border-radius: 0 0 5px 5px;
}
.borderRadiusBtm .border {
    border-radius: 5px 5px 0 0;
}
img.fnone {
    float: none !important;
}
.ddcommon .divider {
    height: 100%;
    position: absolute;
    width: 0;
}
.ddcommon .ddArrow {
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 50%;
}
.ddcommon .ddArrow:hover {
    background-position: 0 100%;
}
.ddcommon .ddTitle {
    display: inline-block;
    padding: 0;
    position: relative;
    width: 100%;
}
.ddcommon .ddTitle .ddTitleText {
    display: block;
}
.ddcommon .ddTitle .ddTitleText .ddTitleText {
    padding: 0;
}
.ddcommon .ddTitle .description {
    display: block;
}
.ddcommon .ddTitle .ddTitleText img {
    float: left;
    position: relative;
    vertical-align: top;
}
.ddcommon .ddChild {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.ddcommon .ddChild li {
    clear: both;
}
.ddcommon .ddChild li .description {
    display: block;
}
.ddcommon .ddChild li img {
    border: 0 none;
    float: left;
    position: relative;
    vertical-align: middle;
}
.ddcommon .ddChild li.optgroup {
    padding: 0;
}
.ddcommon .ddChild li.optgroup .optgroupTitle {
    font-style: italic;
    font-weight: bold;
    padding: 0 5px;
}
.ddcommon .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px;
}
.ddcommon .noBorderTop {
    border-top: 0 none !important;
    margin: 0;
    padding: 0;
}
.dd {
    border: 0 !important;
}
.dd .divider {
    
    right: 24px;
}
.dd .ddArrow {
    background: rgba(0, 0, 0, 0) url("images/dd_arrow.gif") no-repeat scroll 0 0;
    height: 16px;
    margin-top: -8px;
    width: 16px;
}
.dd .ddArrow:hover {
    background-position: 0 100%;
}
.dd .ddTitle {
    
    color: #000;
}
.dd .ddTitle .ddTitleText {
    padding: 5px;
}
.dd .ddTitle .ddTitleText .ddTitleText {
    padding: 0;
}
.dd .ddTitle .description {
    color: #666;
    font-size: 12px;
}
.dd .ddTitle .ddTitleText img {
    padding-right: 5px;
}
.dd .ddChild {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    left: -1px;
    padding: 10px;
}
.dd .ddChild li {
    background-color: #fff;
    border-bottom: 1px solid #c3c3c3;
    padding: 5px;
}
.dd .ddChild li .description {
    color: #666;
}
.dd .ddChild li .ddlabel {
    color: #333;
}
.dd .ddChild li.hover {
    background-color: #f2f2f2;
}
.dd .ddChild li img {
    padding: 0 6px 0 0;
}
.dd .ddChild li.optgroup {
    padding: 0;
}
.dd .ddChild li.optgroup .optgroupTitle {
    font-style: italic;
    font-weight: bold;
    padding: 0 5px;
}
.dd .ddChild li.optgroup ul li {
    padding: 5px 5px 5px 15px;
}
.dd .ddChild li.selected {
    background-color: #d5d5d5;
    color: #000;
}
.dd .ddlabel {
    line-height: 10px;
}
#cur_selector_header_child li {
    display: block;
    line-height: 15px;
    padding: 0;
    width: 100%;
}
#cur_selector_header_child ul li img {
    margin-left: 5px;
    margin-top: 2px;
    vertical-align: top;
}


