/* Begin Quick Search Suggestion */

.DIVQuickSearchContainer
{
	display: block;
	clear: none;
	/*float: right;*/

        margin:0px;
	padding:0px;
}

.DivSearch
{
	height: 18px;
}

.quickserch_label
{
	display: block;
	float: right;

	height: 12px;

	margin-top: 0px;
	padding-top: 3px;
	padding-right: 5px;

	font-weight: bold;
	font-size: 10px;
	font-family: verdana,'lucida grande', 'lucida sans', lucida;

	color: #03093d;
}

.quicksearch_field
{
	position: relative;

	float: right;

	width:125px;
	height: 17px;

	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;

	font-size: 11px;
        font-weight:bold;

	color: #5A1417;

	background-color:#ffffff;	

	border: 1px solid #000000;
}  

.DivQuickSearch_output
{
	position:absolute;
	display: block;
	float: right;
	clear: both;

	width:250px;	

	padding:0px;
	margin-top:3px;
	margin-left:30px;
}

.DivMainCss
{
    background-color: black;/*#BDBDBD;*/
    padding:5px;
    width:250px;
    position: absolute;
}

.DivItemCSS
{
	float: left;
	padding-bottom: 5px;
	margin-bottom: 2px;
	background-color: #ffffff;
	width: 250px;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}

.DivItemCSS:hover {
	background-color: #DFDFDF;
}

.DivImageItemCSS
{
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

.DivTextItemCSS
{
	float: left;
	font-size: 9px;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	text-align: left;
}

.ProductNameCSS
{
	font-size: 11px;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-weight: bold;
    text-align: left;
}

.ImageCSS
{
	
}

.DivFooterItemCSS
{
	float: left;
	padding-bottom: 5px;
	background-color: #424443;
	width: 250px;
}

.FooterTextCSS
{
	font-size: 11px;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-weight: bold;
    color: #ffffff;
}

.DivEmptyDataCSS
{
        position: absolute;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #5A1417;
	width: 250px;
	border: solid 4px black;
	text-align: center; 
}

/* End Quick Search Suggestion */






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

