/* 
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-color: #F2F1F3;
		border-style:solid;
		border-width: 15px;
		
		visibility: hidden;
		position: absolute;
		background-color: #ffffff;
		min-width: 250px;
		z-index: 5 !important;
		margin-top: 2px;
	}	
	
	.navRow 
	{
		font-size: 11px; 
		width: 100%;
		overflow: hidden;
		padding-bottom: 3px;
		padding-left: 22px;
	}
	 
	.suggRow {
/* Attention! These must match the colors provided for SetupMMSuggest! */
		font-size: 13px;
		width: 100%;
		overflow: hidden;
		border-top: 1px solid #DBDBDB;
		padding: 5px 0;
	}
	
	.suggRow:hover .suggProduct,
	.suggRow:hover .suggCat {
		text-decoration: underline;
	}
	
	.suggBox div:first-child .suggRow {
		border-top: none;
	}
	
	.suggSides {
		height: 100%;
	}
	
/* Default column styles */
	.suggProduct {
/* Attention! Do not specify colors here! */
		font-size: 14px;
		max-width: 433px;
	 	overflow: hidden; 
	 	white-space: nowrap; 
	 	float: left; 
	 	text-align: left; 
	 	padding-left: 15px;
	 	line-height: 20px;
		text-overflow: ellipsis;
	 }
	.suggProductWithWKN {
		max-width:395px;
	}
	.suggProductOneColumn {
		max-width:100%;
		text-overflow: ellipsis;
	}

	.suggCat {
/* Attention! Do not specify colors here! */
		font-size: 14px; 
		overflow: hidden; 
		white-space: nowrap; 
		float: right; 
		text-align: right; 
		color: #666666 !important;
		padding-right: 15px;
		line-height: 20px;
		text-align: left;
		max-width: 122px;
	}	

/* 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! */
		background: #FFFFFF url(/images/mmsuggest/bullet_003366.gif) no-repeat scroll 6px;
		font-size: 11px; 
		font-weight: bold;
		width:100%;
		white-space: nowrap; 
		float: left; 
		text-align: left; 
		height: 20px;
		color: #000000;
		padding-left: 15px;
		padding-top: 5px;
	}

	.suggGroupProduct {
/* Item when flag AS_GROUPED_DISPLAYCAT */
/* Attention! Do not specify colors here! */
		background: #EAE9EB;
		font-size: 11px; 
	 	max-width: 75%; 
	 	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: 11px; 
		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! */
		background: #EAE9EB;
		font-size: 11px; 
		max-width: 100%; 
		overflow: hidden; 
		white-space: nowrap; 
		float: left; 
		text-align: left; 
		padding-left: 20px; 
		padding-right: 3px;
		line-height: 20px;
	}


/* 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: #0C5798;
	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:  #0C5798 1px solid; 
	border-left:  #0C5798 1px solid;
}

.suggWKN {
	width: 48px;
}