.comboWin8
{
    font-family : 'Segoe UI Light';
}

.comboWin8 .x-form-item-label
{
   font: normal 16px/18px 'Segoe UI Light',tahoma,arial;
   font-weight:500;
}

.comboWin8 .x-form-text
{
    background-image:none;
    border-color:#BABABA;
    border-width : 2px 0px 2px 2px;
    height:32px;
    line-height:18px;    
    padding:1px 3px 2px 7px;            
}

.comboWin8 .x-form-field
{
    font: normal 16px 'Segoe UI Light',tahoma,arial,verdana,sans-serif;
}

.comboWin8TrigerIcon
{
    background-image : url(../Images/win8-trigger.png) !important;
    height:32px;            
}        

.listComboWin8
{
    font: normal 16px 'Segoe UI Light',tahoma,arial,verdana,sans-serif;
    border-width:2px;
    border-color:#5C5C5C;
}

.listComboWin8 .x-boundlist-selected
{
    color:white;
    border-style:none;
    background-color:#0064F9 !important;
}

.listComboWin8 .x-boundlist-item
{
    line-height:30px;
    border-style:none;
    padding: 0px 7px;
}

.listComboWin8 .x-boundlist-item-over
{
    background-color:#DEDEDE;
}