/* ######################################################################################################
** # "XTC CSS  Layout" (c) by Oliver Förster (http://www.install24.com) #################################
** ######################################################################################################
** 

**
*/
@import url(main.css);
@import url(boxes.css);
@import url(module.css);
@import url(ajax.css);
@import url(lightbox/css/lightbox.css);
.suggest_link {
		height:50px;
		display:block;
        	background-color: #ffffff;
        	padding: 0 4px 0 4px;
        	border-bottom:1px solid #CCCCCC;
        	color:#000000;
        	overflow:auto;
    }
.suggest_link_over {
		height:50px;
    		color: black;
    		background-image:url(img/suggest_over_bg.jpg); 
    		background-repeat:repeat-x;
    		padding: 0 4px 0 4px;
    		cursor:pointer;
   		border-bottom:1px solid #CCCCCC;
   		overflow:auto;
		}
#search_suggest {
		position:absolute;
	    	margin-left: -180px;
		text-align: left; 
		border: 1px solid #000000;  
		background-color:#ffffff;  
		display: none;
		z-index: 1000;
		height:100px;
		width:450px;
		overflow:auto;
		}
.autosuggest_intro {
		padding:5px;
		background-image:url(img/heading_suggest_bg.jpg);
		background-repeat:repeat-x;
	    	border-bottom:1px solid #CCCCCC;
		color:black;
		text-decoration:none;
		font-weight:bold;	    
		}
.suggestclose_link {
		background-image:url(img/heading_suggest_bg.jpg);
		background-repeat:repeat-x;
		padding:5px;
		text-align:right;
	    }
.suggestclose_link a, .suggestclose_link a:link, .suggestclose_link a:visited, .suggestclose_link a:hover {	    
		font-weight:bold;
		color:#000000;
		display:block;
		text-decoration:none;
		cursor:pointer;
		}	    
.suggestmore_link {
		background-image:url(img/heading_suggest_bg.jpg);
		background-repeat:repeat-x;
		padding:5px;
		text-align:right;
	    }
.suggestmore_link a, .suggestmore_link a:link, .suggestmore_link a:hover, .suggestmore_link a:visited {
		font-weight:bold;
		color:#000000;
		display:block;
		text-decoration:none;
		cursor:pointer;
		}	    
#suggest_image {
		width:30px;
		max-width:30px;
		background-color:#ffffff;
		text-align:center;
		border:1px solid #CCCCCC;
		}
#suggest_image img {
		width:30px!important;
		max-width:30px;
		}		
.suggest_image {
		width:30px;
		float:left;
		margin-right:5px;
		}
.suggestwidth {
		padding:2px 0 2px 0;
		overflow:auto;
		}
.suggest_productsname {
		display:block;
		width:auto;
		float:left;
		font-weight:bold;
		}
.suggest_products_price {
		white-space:nowrap;
		float:right;
		text-align:left;
		}
.autosuggest_no_products {
		padding:5px;
		background-image:url(img/heading_suggest_bg.jpg);
		background-repeat:repeat-x;
    		border-bottom:1px solid #CCCCCC;
	    	color:black;
    		font-weight:bold;
		}