/* @override http://dev.buch.de/buch-resources/mandant/5/css/typhoon.css */

/* typhoon.css */
/* $Revision: 1.16 $ */

#suggestcontainer { 
	visibility: hidden; 
	border: solid 1px #999; 
	font-size: 11px; 
	color: #404040;
	background-image: url(/buch-resources/base/img.misc/xparent_white.png); 
	z-index: 1000; 
	margin: 0; 
	padding: 0; 
	cursor: pointer;
	/*
	top: 155px !important; 
	left: 628px !important; 
	*/
	top: 155px; 
	left: 628px; 
}

#suggestcontainer a.book { text-decoration: none; padding: 0.1em 0; display: block; }
#suggestcontainer a.book:hover { color:#404040; background-color: #fd6a0a; }
#suggestcontainer td { vertical-align: top; margin: 0; padding: 0.2em; border-bottom: 1px solid #c0c0c0; }
#suggestcontainer span.typhoon-image { display:block; width: 32px; height: 32px; }
#suggestcontainer span.typhoon-image img { width: 30px; height: 30px; padding: 1px; border: 0; }
#suggestcontainer span.title { 
	display:block; 
	font-weight:bold;
	background: url(../img/whitearrow_right.gif) no-repeat left center;
	padding: 4px 15px 3px 18px;
}
#suggestcontainer span.price { font-size: 0.8em; font-weight: bold; padding-right: 1em; padding-left: 1em; }
#suggestcontainer span.author { display: block; font-size: 0.8em; padding-right:15px; }
#suggestcontainer span.shop { 
	font-weight: bold; 
	color: #404040; 
	font-size: 0.8em; 
	text-transform: uppercase;
	display: block;
	padding-top: 5px;
}
#suggestcontainer span.relevance { float: left; text-align: right; }
#suggestcontainer .typhoon-general-header,
#suggestcontainer .typhoon-terms-header { 
	background-color: #0382ca; 
	background-image: url(../img/typhoontitlebg.png); 
	background-repeat: repeat-x; 
	background-position: left top; 
	background-repeat: repeat-x; 
	background-position: left top;
}
#suggestcontainer span.typhoon-info-header { 
	font-size: 1.1em; 
	color:#404040; 
	font-weight:bold; 
	float: left; 
	padding-top: 4px; 
	padding-bottom: 2px;
}
#suggestcontainer span.typhoon-info-text { 
	font-size: 1.1em; 
	font-weight: bold; 
	background-image: url(../img/bt_search_go.gif); 
	background-repeat: no-repeat; 
	background-position: right top; 
	text-decoration: none; 
	float: right; 
	margin:0 0 0 5px;
	padding: 4px 66px 2px 2px; 
}
#suggestcontainer span.typhoon-info-header-noresults { 
	font-size: 1.1em; 
	font-weight:bold; 
	background-image: url(/buch-resources/base/img.misc/typhoon.chevron_right.png); 
	background-repeat: no-repeat; 
	background-position: right center; 
	padding-top: 4px; 
	padding-right: 12px; 
	padding-bottom: 2px; 
}
#suggestcontainer span.typhoon-info-noresults { font-size: 1.1em; font-weight: bold; background-image: url(/buch-resources/base/img.misc/typhoon.chevron_right.png); background-repeat: no-repeat; background-position: right top; text-decoration: none; float: right; padding: 4px 12px 2px 2px; }
#suggestcontainer .typhoon-selected-row { 
	color:#404040;
	background-color: #0382ca; 
	background-image: url(../img/typhoonselection.png); 
	background-repeat: repeat-x; 
	background-position: left top;
}
#suggestcontainer .typhoon-unselected-row {  }
span.term {
	display: block;
	background: url(../img/whitearrow_right.gif) no-repeat left center;
	padding: 4px 15px 3px 18px;
}