﻿/*
The code in this file or document and its designs, methods, data, know-how and all other related elements are the property of LUXSON ltd © Copyright 2009-2010 and/or may contain code operated under third party licence(s); unauthorised use is therefore prohibited, including (without limitation) copying, editing, adapting, reverse engineering or any other similar or related action, in part or in full. Separate rights may also exist for LUXSON and/or client and/or third party content and/or services. For licensing information please contact LUXSON ltd.
*/

/* required only once */
.SSHidden
{
    display:none;
}

.SSShow 
{
    display:block;
}

.SearchResultsOuterHolder
{
    position:relative;
	float:right;
} 

/* duplicate & rename for different styles of ss */
.SearchResultsHolder
{
    position:absolute;
    top:17px;
    left:-2px;
    z-index:10000000;
    
	background:url(../images/background/smartsearch-results-bg.png) no-repeat bottom;
	_background:url(../images/background/smartsearch-results-bg.gif) bottom;
	font-size:80%;
	padding:0px 0px 10px 0px;
	width:228px;
	
}

.SSTextBox
{
	border:1px solid #38678D;
	border-right:none;
	clear:none;
	float:left;
	height:15px;
	margin:0px;
	padding:0px 0px 0px 1px;
	width:170px;
}

.SSTextBoxDefaultText
{
    color:#CCCCCC !important;
}

.SSRow
{
	border-top:1px solid #1E6FA5;
	border-bottom:1px solid #035388;
	clear:both;
	color:#FFF;
	float:left;
	padding:5px 10px 10px 10px;
	margin:0px 0px 0px 3px;
	width:197px;
	cursor:pointer;
}

.SSRowSel
{
    /*background:#000000;
    color:#FFFFFF;*/
}

.SSitemBottom {border-bottom:none;}
.SSitemTop {border-top:none;}
