.login_box_wrapper_dd
{
    float: left;
    color: #999;
    width:100%;
}

.input_left_part_dd
{
    width: 4px;
    height: 36px;
    float: left;
    background: url(images/input_text_left.jpg) no-repeat top left;
    padding:0px;
    margin:0px;
}
.input_right_part_dd
{
    height: 36px;
    float: left;
    background: url(images/input_text_right.jpg) no-repeat right top;
}




.dd
{
    /*display:inline-block !important;*/
    text-align: left;
    font-size: 13px;
    font-family: Tahoma;
    float: left;
    clear:both;
}
.dd .ddTitle
{
    padding: 10px;
    padding-left:7px;
    text-indent: 0;
    cursor: default;
    height:35px;
    overflow: hidden;
}
.dd .ddTitle span.arrow
{
    background: url(images/dd_arrow.gif) no-repeat 0 0;
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right:2px;
}

.dd .ddTitle span.textTitle
{
    text-indent: 1px;
    overflow: hidden;
    color: #999;
    font-size:13px;
    display:block;
    height:18px;
}
.dd .ddTitle span.textTitle img
{
    text-align: left;
    padding: 0 2px 0 0;
}
.dd .ddTitle img.selected
{
    padding: 0 3px 0 0;
    vertical-align: top;
}
.dd .ddChild
{
    position: absolute;
    border: 1px solid #c3c3c3;
    display: none;
    margin: 0;
    width: auto;
    overflow: auto;
    overflow-x: hidden !important;
    background-color: #000;
    width:200px;
    margin:35px 0px 0px;
    float:left;
}

.dd .ddChild .opta a, .dd .ddChild .opta a:visited
{
    padding-left: 10px;
}
.dd .ddChild a
{
    display: block;
    padding: 3px 0 3px 3px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size:13px;
}
.dd .ddChild a:hover
{
    background: #333;
}
.dd .ddChild a img
{
    border: 0;
    padding: 0 2px 0 0;
    vertical-align: middle;
}
.dd .ddChild a.selected
{
    background:  #333;
}
.hidden
{
    display: none;
}







/*For Small DDowns*/
.dd_small .login_box_wrapper_dd
{
    float: left;
    margin: 0px;
    color: #999;
    width:100%;
    padding:3px 0px;
}

.dd_small .input_left_part_dd
{
    width: 4px;
    height: 30px;
    float: left;
    background: url(images/input_text_left_small.jpg) no-repeat;
    padding:0px;
    margin:0px;
}
.dd_small .input_right_part_dd
{
    height: 30px;
    float: left;
    background: url(images/input_text_right_small.jpg) no-repeat right;
}

 
.dd_small .ddTitle
{
    padding: 8px;
    text-indent: 0;
    cursor: default;
    overflow: hidden;
}
.dd_small .ddTitle span.arrow
{
    background: url(images/dd_arrow.gif) no-repeat 0 0;
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right:2px;
}

.dd_small .ddTitle span.textTitle
{
    text-indent: 1px;
    overflow: hidden;
    line-height: 14px;
    color: #999;
    font-size:12px;
    display:block;
}
.dd_small .ddTitle span.textTitle img
{
    text-align: left;
    padding: 0 2px 0 0;
}
.dd_small .ddTitle img.selected
{
    padding: 0 3px 0 0;
    vertical-align: top;
}
.dd_small .ddChild
{
    position: absolute;
    border: 1px solid #c3c3c3;
    display: none;
    margin: 0;
    width: auto;
    overflow: auto;
    overflow-x: hidden !important;
    background-color: #000;
    width:200px;
    margin:35px 0px 0px;
    float:left;
    filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.dd_small .ddChild .opta a, .dd .ddChild .opta a:visited
{
    padding-left: 10px;
}
.dd_small .ddChild a
{
    display: block;
    padding: 4px 0 4px 10px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size:13px;
}
.dd_small .ddChild a:hover
{
    background: #333;
}
.dd_small .ddChild a img
{
    border: 0;
    padding: 0 2px 0 0;
    vertical-align: middle;
}
.dd_small .ddChild a.selected
{
    background: #333;
}

.hidden
{
    display: none;
}




