/* 
AutoSuggest stylesheet.
Contains the styles used by the client side MatchMakerSuggest component.
Copyright exorbyte GmbH, 2005, 2006. All rights reserved.
Author: Leo Meyer, leo.meyer_at_exorbyte.com
*/

	.suggBox {
		border-right: black 1px solid;
		border-left: black 1px solid;
		border-top: black 1px solid;
		border-bottom: black 1px solid;
/*		z-index: 1; */
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		visibility: hidden;
		position: absolute;
		background-color: white;
		min-width: 250px;
/*
		opacity: 0.9;
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		filter: alpha(opacity=90);			
*/
	}	

	.suggItem {
		font-size: 10pt;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		width: 100%;
		height: 16px;
		overflow: hidden;
	}

	.suggTitle {
		font-size: 10pt;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		width: 100%;
		height: 16px;
		overflow: hidden;
                color: white;
		}

	.suggRow {
/* Attention! These must match the colors provided with SetupAutoSuggest! */
	   	color: #092A57;
    	background-color: #FFFFFF;
	}
	
	.suggProduct {
/* Attention! Do not specify colors here! */
		font-size: 10px; 
	 	max-width: 65%; 
	 	overflow: hidden; 
	 	white-space: nowrap; 
	 	float: left; 
	 	text-align: left; 
	 	padding-left: 3; 
	 	padding-right: 3;
	 }

	.suggCat {
/* Attention! Do not specify colors here! */
		font-size: 10px; 
		max-width: 35%; 
		overflow: visible; 
		white-space: nowrap; 
		float: right; 
		font-size: 10px; 
		text-align: right; 
		color: green; 
		padding-top: 3px;
	}	

	.suggArtist {
/* Attention! Do not specify colors here! */
		font-size: 10px; 
	 	width: 300px; 
	 	max-width: 300px; 
	 	min-width: 300px; 
	 	overflow: hidden; 
	 	white-space: nowrap; 
	 	float: left; 
	 	text-align: left; 
	 	padding-left: 3; 
	 	padding-right: 3;
	 }

	.suggAlbum {
/* Attention! Do not specify colors here! */
		font-size: 10px; 
	 	width: 300px; 
		max-width: 300px; 
	 	min-width: 300px; 
	 	overflow: hidden; 
	 	white-space: nowrap; 
	 	float: left; 
	 	text-align: left; 
	 	padding-left: 3; 
	 	padding-right: 3;
	 }

	.suggTrack {
/* Attention! Do not specify colors here! */
	 	width: 250px; 
	 	max-width: 250px; 
	 	min-width: 250px; 
		overflow: visible; 
		white-space: nowrap; 
		float: left; 
		font-size: 10px; 
		text-align: left; 
		color: green; 
	 	padding-left: 3; 
	 	padding-right: 3;
	}
