/************** Skin 1 *********************/
.dd
{
    /*display:inline-block !important;*/
    text-align: left;
    background: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    margin: 2px 0px 0px 0px;
}
.dd .ddTitle
{
    background: none;
    border: none;
    padding: 1px;
    text-indent: 0;
    cursor: default;
    overflow: hidden;
    height: 26px;
    color: #FFFFFF;
}
.dd .ddTitle span.arrow
{
    background: url(DropDown/selectListArrow.png) no-repeat 0 0;
    float: right;
    display: inline-block;
    width: 11px;
    height: 13px;
    cursor: pointer;
}

.dd .ddTitle span.ddTitleText
{
    text-indent: 1px;
    overflow: hidden;
    line-height: 16px;
    padding: 2px 0px 0px 0px;
}
.dd .ddTitle span.ddTitleText img
{
    text-align: left;
    padding: 0px 2px 0px 0px;
    margin-top: -2px;
}
.dd .ddTitle img.selected
{
    padding: 0 3px 0 0;
    vertical-align: top;
}
.dd .ddChild
{
    position: absolute;
    border: 1px solid #E0E0E0;
    border-top: none;
    display: none;
    margin: 0;
    width: auto;
    overflow: auto;
    overflow-x: hidden !important;
    background-color: #ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited
{
    padding-left: 10px;
}
.dd .ddChild a
{
    display: block;
    padding: 3px 0 3px 4px;
    text-decoration: none;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.dd .ddChild a:hover
{
    background-color: #F6F6F6;
    color: #B11A1F;
    text-decoration: none;
}
.dd .ddChild a img
{
    border: 0;
    padding: 0 2px 0 0;
    margin-top: -2px;
    vertical-align: middle;
}
.dd .ddChild a.selected
{
    background-color: #F6F6F6;
}
.hidden
{
    display: none;
}

.dd .borderTop
{
    border-top: 1px solid #c3c3c3 !important;
}
.dd .noBorderTop
{
    border-top: none 0 !important;
}
