/*
	17.04.2007, mJ:	Cleanup, select and input from cat and artist here
	
	30.05.2007, mJ:	search-reset styles

	01.08.2007, mJ:	siderbar overflow: hidden

	14.10.2007, mJ:	catalog-searchtype

	31.10.2007, mJ:	quicksearch f. Safari/Konqueror verbessert
					searchtexte height -> 1.4 em

	25.08.2009, mJ:	search-start generisch

*/

div#sidebar {
	float:					left;
	width:					180px;
/*	height:					110px;*/ 
	margin-top:		 		20px;
	margin-right:	 		38px;
	margin-bottom:		 	20px;

	overflow:				hidden;
/*	sonst wrappt MSIE */
/*	background-color:		#f0f0f0; */
}

div#sidebar .line {
	background:				#ffe700;
	height:					4px;
	margin-top:				20px;
	margin-bottom:			2px;
	font-size:				1px;
}


#quicksearch,
#xxartist-select {
	position:				relative;
   
	background-image:		url(/imgs/input-bg.gif) ;
	background-repeat:		no-repeat;
	background-position: 	bottom left;
	width:					180px;
	margin-bottom:			8px;

}

#quicksearch h3,
#artist-select h3 {
	display:				none;
}

#xxartist-select #art_id,
#quicksearch #search_text {
	padding:				0px;
	margin:					0px;
	border:					1px solid #e0e0e0;
	background-color:		white;
	font-family:			Arial, Helvetica;
	font-size:				11px;
	color:					#404040;
/* besser lesbar */
}

#xxartist-select #art_id {
	height:					14px;
	width:					166px;
/* 	position:				absolute; */
/* 	top:					1px; */
}

#quicksearch #search_text {
	height:					1.4em;
	width:					114px;
	position:				relative;
	padding-left:			2px;
	margin-left:			9px;
	margin-top:				3px;
	margin-bottom:			3px;
}

#quicksearch #start {
	position:				absolute;
	top:					4px;
	left:					132px;
}

div#sidebar h3 {
	display:				none;
}


#catalog-search  {
	position:				relative;
	margin-left:			0px;
}



#artist-select /* input, */ select,
#catalog-search input, select,
.product-text  input, select {
	width:					167px;
	margin-left:			  9px;
	margin-top:			 	  2px;
	margin-bottom:		 	  3px;
	border:					  1px solid #c0c0c0;
	font-family:			Arial, Helvetica;
	font-size:				11px;
	color:					#404040;
/* besser lesbar */
/* 	font-size:				 10px; */
}
#catalog-search #searchstring {
	margin-top:			 	  3px;
	padding-left:		 	  3px;
	width:					162px;
	height:					1.4em;
/* 	height:					16px; */
	font-family:			Arial, Helvetica;
	font-size:				11px;
}

#catalog-search #search-reset {
	width:					58px;
	height:					15px;
	border:					none;
/* 	position:				relative; */
/* 	right:					0px; */
	float:					right;
/* 	background:				url(/imgs/search-reset.gif); */
}


#catalog-search #search-reset-link {
	float:					right;
	margin-right:			12px;
	margin-top:				4px;
}

#catalog-search #search-start {
/* 	width:					63px; */
	height:					auto;
	width:					auto;
	float:					right;
/* 	15px; */
	border:					none;
/* 	position:				relative; */
/* 	right:					0px; */
}

#catalog-search #catalog-help {
/* 	position:				relative; */
/* 	right:					0px; */
	float:					left;
	margin-left:			6px;
	margin-top:				4px;
}

#catalog-search #catalog-searchtype {
/* 	position:				relative; */
/* 	right:					0px; */
	float:					right;
/* 	margin-left:			40px; */
	margin-right:			1px;
	margin-top:				4px;
	margin-bottom:			10px;
}


