/* mmsuggest.css */
/* 
MMSuggest 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
*/

/* Suggest box style */
	.suggBox {
		border-right:  #00686E 0px solid;
		border-left:  #00686E 0px solid;
		border-top:  #00686E 0px solid;
		border-bottom: #00686E 0px solid;
/*		z-index: 1; */
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		visibility: hidden;
		position: absolute;
		background-color: #ffffff;
		min-width: 250px;

/* Optional styles to make the suggest box slightly transparent */

		/*opacity: 0.8;
		-moz-opacity: 0.8;
		-khtml-opacity: 0.8;
		filter: alpha(opacity=70);*/			

	}	
	
	.navRow {
		font-size: 11px; 
	   	color: black;
	   	background-color: white;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		width: 100%;
		height: 16px;
		overflow: hidden;
		padding-bottom: 3px;
		border-bottom: black 1px solid;
	}
	 
	.suggRow {
/* Attention! These must match the colors provided for SetupMMSuggest! */
	   	color: black;
	   	background-color: white;
		font-size: 11pt;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		width: 100%;
		height: 16px;
		overflow: hidden;
	}
	
	.suggSides {
		height: 100%;
	}
	
/* Default column styles */
	.suggProduct {
/* Attention! Do not specify colors here! */
		font-size: 11px; 
	 	max-width: 65%; 
	 	overflow: hidden; 
	 	white-space: nowrap; 
	 	float: left; 
	 	text-align: left; 
	 	padding-left: 3px; 
	 	padding-right: 3px;
	 }

	.suggCat {
/* Attention! Do not specify colors here! */
		font-size: 11px; 
		max-width: 35%; 
		overflow: visible; 
		white-space: nowrap; 
		float: right; 
		text-align: right; 
		color: green; 
		padding-right: 3px;
	}	

/* Styles to be used with flag AS_HIERARCHICAL */
	.suggHierarchicalProduct {
/* Attention! Do not specify colors here! */
		font-size: 10px; 
	 	max-width: 100%; 
	 	overflow: hidden; 
	 	white-space: nowrap; 
	 	float: left; 
	 	text-align: left; 
	 	padding-left: 3px; 
	 	padding-right: 3px;
	 }

	.suggHierarchicalCat {
/* Attention! Do not specify colors here! */
		font-size: 10px; 
		max-width: 35%; 
		overflow: visible; 
		white-space: nowrap; 
		float: right; 
		text-align: right; 
		color: green; 
		padding-top: 3px;
	}	

/* Styles to be used with flag AS_GROUPED and AS_GROUPED_DISPLAYCAT */

	.suggGroupCaption {
/* Generated group caption with flags AS_GROUPED and AS_GROUPED_DISPLAYCAT */
/* Attention! Do not specify colors here! */
		font-size: 12px; 
		font-weight: bold;
		/*width: 484px;*/
		width:492px;
	 	overflow: hidden; 
	 	white-space: nowrap; 
	 	float: left; 
	 	text-align: left; 
	 	padding-left: 3px; 
	 	padding-right: 3px;
		color: #00686E;
		border-bottom: #00686E 2px solid;
		
		/*margin-left: 3px;*/
	 }

	.suggGroupProduct {
/* Item when flag AS_GROUPED_DISPLAYCAT */
/* Attention! Do not specify colors here! */
		font-size: 11px; 
	 	max-width: 75%; 
	 	overflow: hidden; 
	 	white-space: nowrap; 
	 	float: left; 
	 	text-align: left; 
	 	padding-left: 3px; 
	 	padding-right: 3px;
	 }

	.suggGroupCat {
/* Category when flag AS_GROUPED_DISPLAYCAT and oneColumn = false*/
/* Attention! Do not specify colors here! */
		font-size: 10px; 
		max-width: 25%; 
		overflow: visible; 
		white-space: nowrap; 
		float: right; 
		text-align: right; 
		color: #666666; 
		/*padding-top: 3px;*/
	 }

	.suggGroupProductOnly {
/* Item when flag AS_GROUPED (oneColumn mode) */
/* Attention! Do not specify colors here! */
		font-size: 10px; 
	 	max-width: 100%; 
	 	overflow: hidden; 
	 	white-space: nowrap; 
	 	float: left; 
	 	text-align: left; 
	 	padding-left: 3px; 
	 	padding-right: 3px;
	 }








/* template.css */

/* Additional Styles for MMSuggest which are not in the standard package */

.suggLeftCorner {
	position: absolute;
	/*background-image: url(images/linksoben.gif);*/
	left:0px; 
	width: 5px;
	height: 5px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

.suggRightCorner {
	position: absolute;
	right: 0px; 
	width: 5px;
	height: 5px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

.suggMiddlePart {
	position: absolute;
	left:0px; 
  background-color: #00686E;
	width: 400;
	height: 1px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	overflow: hidden;
}

.suggBorder {
	height: 1px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

.suggSides {
	height: 100%;
	border-right:  #00686E 1px solid; 
	border-left:  #00686E 1px solid;
}
