﻿.categories_header
{
	font-weight:bold;
}
.hspacer1
{
	width:100%;
	height:10px;
	font-size:0px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : pointer;
	overflow : auto;
	height: auto;
    text-align : left; 
    list-style-type : none;
    left: 0px;
    margin-left: 0px;
    font-weight: normal;
    display: block;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: Highlight;
	color: HighlightText;
	padding: 1px;
    left: 0px;
    margin-left: 0px;
    display: block;
    padding-left: 5px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
    left: 0px;
    margin-left: 0px;
    padding-left: 5px;
   }

.searchBarSubDiv
{
	float: left;
	padding-left: 10px;
}
