/* GENERAL STYLES */
/* GENERAL STYLES */
/* Begin Quick Search Suggestion */

.DIVQuickSearchContainer
{
	display:block;
	clear: both;
	float: right;	
	margin-top:10px;
	margin-bottom:5px;
	margin-left:0px;    
	padding:0px;
	border:solid 0px red;    	
	position:absolute;	
	right: 50%;
	margin-right: -560px;

}

.DivMainCss
{
    background-color: #979797;
    padding:5px;
    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: #E7ECE5;/*#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: #4F4F4F;
	width: 250px;
}

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

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

.DivQuickSearch_output
{
     border: solid 0px #000000; 
     width:250px; 
     display:block; 
     z-index: 1; 
     position: absolute;
     margin-left:0px;
     margin-top:32px; 
     /*left:1068px; OLD*/
     left:50%;
     margin-left:353px;
}

.DivEmptyDataCSS
{
    position: absolute;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #4F4F4F;
	width: 250px;
	border: solid 4px #979797;
	text-align: center; 
}
	
.quicksearch_field
{
	background-color: transparent;
	border: solid 1px #ccc;
	color: #6F6F6F;
	float:left;
	font-size: 10px;
	height: 15px;
	padding-top: 1px;
	padding-bottom: 2px;	
	padding-left: 3px;
	position: relative;	
	width: 122px;	
	margin-left:3px;
}
	
.DivSearch
{
     height: 18px;     
     margin-right:80px;
}

.quickserch_label
{
	display: block;
	float:left;
	font-size: 13px;
	height: 12px;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 5px;
	color: #6F6F6F;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana,'lucida grande', 'lucida sans', lucida;
	width: 100px;
}
   
/* End Quick Search Suggestion */


/* EDITOR PROPERTIES */

/* EDITOR PROPERTIES */
