/* RadComboBox Vista embedded skin */

.ComboBoxDropDown_FindByNeed
{
	border: 1px solid #c6c7d2;
	border-top: 1px solid #83868d;
	background: #fff;
	text-align:left;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=3,color=#646464,direction=135);
}

.ComboBoxHeader_FindByNeed
{
	background:url(headerBg.gif) repeat-x #f1f2f4;
	border-bottom: 1px solid #d5d5d5;
	padding:3px 0; /* no side padding ! */
	font: normal 11px/16px "segoe ui", arial, sans-serif; 
}

.ComboBoxImage_FindByNeed
{
	vertical-align:middle;
	margin-left:-2px;
}

.ComboBoxImageHover_FindByNeed
{
	vertical-align:middle;
	margin-left:-2px;
}

.ComboBoxInput_FindByNeed,
.ComboBoxInputHover_FindByNeed
{
    height: 14px !important;
	/* height: 23px; only IE applies this*/
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	cursor: default;
	font:bold 10px arial,verdana,sans-serif;
	background:url(bg.gif) no-repeat;
}

.catpet .ComboBoxInput_FindByNeed,
.catpet .ComboBoxInputHover_FindByNeed {background:url(bg3.gif) no-repeat;}
.catpersonal .ComboBoxInput_FindByNeed,
.catpersonal .ComboBoxInputHover_FindByNeed {background:url(bg1.gif) no-repeat;}
.catfabric .ComboBoxInput_FindByNeed,
.catfabric .ComboBoxInputHover_FindByNeed {background:url(bg2.gif) right no-repeat;}


.ComboBoxInput_FindByNeed
{
	color: #FFFFFF;
}

.ComboBoxInputHover_FindByNeed
{
	color:#06c;	
}

.ComboBoxItem_FindByNeed,
.ComboBoxItemHover_FindByNeed,
.ComboBoxItemDisabled_FindByNeed
{
	font:normal 11px "segoe ui",arial,verdana,sans-serif;
	text-decoration: none;
	text-align: left;
	_height:1%;
	cursor: pointer;
	cursor: hand;
	padding: 3px;
}

.ComboBoxItem_FindByNeed
{
	color: #333;	
}

.ComboBoxItemHover_FindByNeed
{
	color:#fff;
	background-color: #39f; 
}

.ComboBoxItemDisabled_FindByNeed
{
	color:#666;
	cursor: no-drop;
}

.ComboBoxLoadingMessage_FindByNeed
{
	font:normal 11px "segoe ui",arial,verdana,sans-serif;
	padding: 2px;
}

.ComboBoxMoreResultsMessage_FindByNeed
{
	font:normal 11px "segoe ui",arial,verdana,sans-serif;
	padding-bottom: 4px;
}

.ComboBoxMoreResultsImage_FindByNeed
{
	padding: 5px;
	margin: 5px;
}

.ComboBoxMoreResultsBox_FindByNeed
{
	background-repeat: no-repeat;
	background-position: top center;
	border-top: 1px solid #c6c7d2;
	cursor: default;
	color:#999;
}

