#RightColumnSearch
{
    background:url(/images/left-menu-shade.gif) repeat-y;
}

.RelatedPhrasesHeading
{
    background:  url(/images/relatedPhrasesHeadingBG.gif) no-repeat; 
    height:23px;
    color:#FFF; 
    text-align:left;
    font-weight:bold;
    font-size:10px;
    
    position:relative;
}

.RelatedPhrasesHeading span
{
    position:absolute;
    top:4px;
    left:11px;
}

.RelatedPhrases
{
    background:  url(/images/relatedPhrasesBG.gif) repeat-y; 
    text-align:left;
    padding:0 10px 11px 10px;
}

.RelatedPhrases .item
{
    background:  url(/images/relatedPhrasesItemBG.gif) no-repeat; 
    height:30px;
    margin-bottom:1px;
    position:relative;
}

.RelatedPhrases .item a
{
    position:absolute;
    left:10px;
    top:2px;
}

#essi-preset-searchresults
{
    margin-top:0px;
}
.SearchRightHeading
{
    background:  url(/images/searchresultheadingBG.gif) no-repeat; 
    height:20px;
    color:#FFF; 
    text-align:center;
    font-weight:bold;
}
.SearchRightInfotext
{
    background:  url(/images/searchresultbreadcrumbBG.gif) repeat-y; 
    padding:6px 10px; 
    text-align:center;
}
.SearchItem
{
	border-left: 1px solid #bdbdbd;
	/*background-color: #fff;*/
	/*margin: 10px 0px;*/
	/*padding: 6px 10px;*/
}

.SelectedSearchItem
{
	border-top: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	background-color: #fff;
	/*margin: 10px 0px;*/
	/*padding: 6px 10px;*/
}
.InnerSearchItem
{
    padding: 6px 10px;    
}
.SelectedSearchItem a:link, .SelectedSearchItem a:visited
{
	font-weight : bold;
	color : #264ba3;
	/*color : #ffffff;*/
	text-decoration : none;
}
.SelectedSearchItem a:hover, .SelectedSearchItem a:active
{
	font-weight : bold;
	/*color : #ed9700;*/
	/*color : #ffffff;*/
	/*text-decoration : underline;*/
	text-decoration : none;
	color: #264ba3;
}

.SelectedSearchItem img
{
     position:relative;
     top:1px;
}
.SearchBreadcrumb
{
    background:  url(/images/searchresultbreadcrumbBG.gif) repeat-y; 
    padding:6px 10px; 
}
.SelectedSearchBreadcrumb
{
    background: none; 
    padding:6px 10px; 
}
.SearchBreadcrumb a
{
    color: #000;
    font-weight:normal;
      
}
.SelectedSearchBreadcrumb a
{
    color: #000 !important;
    font-weight:normal !important;
      
}
.InnerSearchItem .ess-description
{
    font-weight:normal !important;
    }
/* Styles for PresetSearch, e.g. related pages */

