.ui-multiselect { font-weight:normal !important; display:-moz-inline-block; display:inline-block; cursor:default; text-decoration:none !important; padding:0; border: 1px solid #c6c6c6; width: 100% !important; position: relative; }
.ui-multiselect:hover { border: 1px solid #2e7fb4; background: #f2faff; }
.ui-multiselect input { float:left; width: 90% !important; display: block; padding: 8px 7px 8px 10px; margin:0; height: 39px; border:none; font-weight:normal !important /* important fixes bug when inside ui-widget-content */; cursor:pointer; background:transparent }

.ui-multiselect-header {  padding: 6px 0 8px 1px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 2px 0 0 }
.ui-multiselect-header a { text-decoration:none; font-size: 0.875em; font-weight:normal;}
.ui-multiselect-header a:hover { color: #d31414;}
.ui-multiselect-header a.select_all {background: url(../images/icon_select_all.png) no-repeat left center; padding-left: 11px; margin-left: 2px;}
.ui-multiselect-header a.select_all:hover {background: url(../images/icon_select_all_over.png) no-repeat left center;}
.ui-multiselect-header a.deselect_all {background: url(../images/icon_deselect_all.png) no-repeat left center; padding-left: 11px; margin-left: 2px;}
.ui-multiselect-header a.deselect_all:hover {background: url(../images/icon_deselect_all_over.png) no-repeat left center;}
.ui-multiselect-header .ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-options { display:none; position:relative; z-index:10000}
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor: pointer; display:block; border:1px solid transparent; padding: 6px 10px 6px 10px; font-weight: normal;}
.ui-multiselect-checkboxes label input { margin-right: 6px; vertical-align: middle; }
.ui-multiselect-checkboxes label span { vertical-align: middle; color: #2e7fb4; }
.ui-multiselect-checkboxes label:hover span { color: #d31414; }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em;border-bottom: solid 1px #d8e2ea;}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }
.ui-multiselect input[type=checkbox] {
	vertical-align: baseline;
}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }


.multiselect-colors{
    width: 22px;
    height: 13px;
    margin: 0 9px 0 8px;
    padding: 0 16px 0 8px;
}

.multiselect-colors.white{
    background: url('../images/sp_veh_colors.gif') no-repeat scroll left 0 transparent;
}
.multiselect-colors.blue{
    background: url('../images/sp_veh_colors.gif') no-repeat scroll left -33px transparent;
}
.multiselect-colors.silver{
    background: url('../images/sp_veh_colors.gif') no-repeat scroll left -66px transparent;
}
.multiselect-colors.gold{
    background: url('../images/sp_veh_colors.gif') no-repeat scroll left -99px transparent;
}
.multiselect-colors.beige{
    background: url('../images/sp_veh_colors.gif') no-repeat scroll left -165px transparent;
}
.multiselect-colors.yellow{
    background: url('../images/sp_veh_colors.gif') no-repeat scroll left -198px transparent;
}
.multiselect-colors.grey{
    background: url('../images/sp_veh_colors.gif') no-repeat scroll left -231px transparent;
}
.multiselect-colors.brown{
    background: url('../images/sp_veh_colors.gif') no-repeat scroll left -264px transparent;
}
.multiselect-colors.black{
    background: url('../images/sp_veh_colors.gif') no-repeat scroll left -297px transparent;
}
.multiselect-colors.orange{
    background: url('../images/sp_veh_colors.gif') no-repeat scroll left -330px transparent;
}
.multiselect-colors.red{
    background: url('../images/sp_veh_colors.gif') no-repeat scroll left -363px transparent;
}
.multiselect-colors.green{
    background: url('../images/sp_veh_colors.gif') no-repeat scroll left -396px transparent;
}
.multiselect-colors.purple{
    background: url('../images/sp_veh_colors.gif') no-repeat scroll left -429px transparent;
}
.multiselect-colors.others{
    background: url('../images/sp_veh_colors.gif') no-repeat scroll left -495px transparent;
}
