﻿/* Search page, results*/
.SearchPage
{
	padding-left: 10px;
}

.SearchPage .icon
{
    margin-right:5px;
}

ul.SearchResults
{
    list-style:none;
    padding-left:0;
}

li.SearchResults
{
    padding-bottom:1em;
}

div.url
{
    color:Green;
}

span.left{}

span.right
{
    margin-left:5px;
}

/*AutoComplete flyout */
.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/* RSS */
.RSSicon
{
    float:right;
}

.RSSiconImage
{
    border:0;
}
