.dropdown-container {
    height: 30px;
    position: relative;
    overflow: visible;
    float:left;
    font-size: 20px;
    font-weight: bold;}


.dropdown-selectedvalue 
{
    background-color: white;
    text-align: left;
    padding-left: 10px;
    line-height: 30px;
    color: #222;
    height: 30px;
    position: absolute;
    margin: 0 auto 0 0;
    left:0;
    right:10px;
    border: 1px solid #aaa;
    float: left;
    border-right: none;
    border-radius: 5px 0  0 5px;
    cursor: pointer;
    overflow: hidden;
   
}

.dropdown-caret 
{
    position: absolute;
    right: 0;
    left: auto;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    float: right;
    height: 100%;
    line-height: 32px;
    width: 25px;
    border-top:1px solid #b94601;
    border-bottom:1px solid #c17f56;
    border-right: 1px solid #be4e01;
    border-left: 1px solid #b94601;
    background: #D98001;
    background: linear-gradient(top, #FBFBFB 0%, #D98001 0%, #D26A01 50%, #C44C00 100%);
    background: -webkit-linear-gradient(top, #FBFBFB 0%, #D98001 0%, #D26A01 50%, #C44C00 100%);
    background: -moz-linear-gradient(top, #FBFBFB 0%, #D98001 0%, #D26A01 50%, #C44C00 100%);
    background: -o-linear-gradient(top, #FBFBFB 0%, #D98001 0%, #D26A01 50%, #C44C00 100%);
}
.dropdown-caret i {
    display: block;
    background-image: url(/Skins/default/images/common/arrow_sans_down_32.png);
    background-repeat:no-repeat;
    background-position:center center;
    height:100%;
    width:100%;
}

.dropdownlist-container 
{
    border: 1px solid #bbb;
     margin-top: 5px;
    display: none;
    border-radius: 5px;
    z-index: 1500;
    position: absolute;
    top: 24px;
    left: 0px;
    right: 0px;
    min-height:60px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    
}

.dropdown-options 
{    
    
    border-radius: 5px;
    z-index: 1000;
    position: absolute;
    left: 0px;
    right: 0px;
    background-color: #fff;

}
.dropdown-options ul{
    top:0 !important;
    list-style-type: none;
    margin: 0;
    border-radius: 5px;
    background-color: white;
    padding: 0 !important;
    height:100%;
    position:static  !important;
    background:#fff;
    clear:both;z-index: 1001;

}

.dropdown-options ul:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}
.dropdown-options ul li
{
    text-align: left;
    padding: 0 0 !important;
    margin: 0 !important;
    clear: both;
    position:static  !important;
    background:#fff;
    width:100%;
}
.dropdown-options ul li.selected {
    background-color: #cbe4f0;
}
.dropdown-options ul li span{
    margin: 0 10px;
    height:100%;
    display: block;
    font-size: 16px;}
.dropdown-options ul li:hover {
    background-color: #08C;
    color: white;
}


.clearfix:after{    content: ".";    display: block;    clear: both;    visibility: hidden;    line-height: 0;    height: 0;}
.clearfix{    display: inline-block;}
.dropdownlist-container ul li span, .dropdownlist-container ul li  {float: left;display: block;padding-top: 0px ;padding-bottom: 0px;margin-top: 0px;margin-bottom: 0px;}