.RadComboBox
{
    padding-bottom:10px;
    width:250px !important;
}
* html .RadComboBox
{
    width:200px !important;
}
* html .rcbInputCell
{
    width:200px !important;
}

.rcbInputCell
{
    width:230px !important;
}

.rcbInput
{
    border:1px solid #000000;
    width:170px;
    background:#ffffff;
    line-height:12px;
    padding:1px 0;
    float:left;
}

.rcbArrowCell a
{
    background:url(ComboBox/drop-down-img.jpg) no-repeat;
    height:20px;
    width:25px;
    float:left;
    font-size:0;
}

.rcbScroll
{
    height:auto !important;
    background:#ffffff;
    overflow:hidden; 
    margin:0;
    padding:0;  
}

.rcbScroll .rcbItem
{
    padding:10px 0;
    list-style:none;
    cursor:pointer;
}

.rcbScroll .rcbHovered
{
    padding:10px 0;
    list-style:none;
    cursor:pointer;
    background:#ebedec;
}

.rcbSlide
{
    margin-top:-9px;    
}

.rcbSlide, .rcbList, .RadComboBoxDropDown_DDList
{
    width:auto !important;
    z-index:9999 !important;
}

.rcbSlide
{
    border:0px solid #1E419A;
}

.rcbList .template
{
    width:200px;
    padding:10px 7px;
}

.rcbList .template li
{
    list-style:none;
    font-size:11px;
    color:#000000;
}

.rcbList .template li .textBox
{
    margin-top:5px;
}

.rcbList .template li a
{
    color:#1E419A;
}

.ddClose
{
    padding:8px 0;
}

.rcbSlide, .RadComboBoxDropDown_Default { width:auto !important;}

.RadComboBoxDropDown_Default .rcbList {background: transparent !important;}
.RadComboBoxDropDown_Default .rcbHovered  {
background:#eeeeee !important;
color:#000 !important;
}

.RadComboBoxDropDown_Default .template a  { background-color:#eee !important; color:#000 !important;
