/* ----------------------------------------------------

SUCH-ASSISTENT

---------------------------------------------------- */


#suchhilfe #assistencontainer {
	margin: 0;
	width: 560px;
	position: relative;
}

* html #suchhilfe #assistencontainer {
	top: -70px;
}

#suchhilfe #assistenform {
}


#suchhilfe label, #suchhilfe input{
	display: block;
	float: left;
	font-size: 1em;
}
#suchhilfe label {
	width: 150px;
}

#suchhilfe input{
	margin-right: 40px;
}

#suchhilfe #assistentstart, #suchhilfe br{
	clear: left;
}

#suchhilfe fieldset.tabbed {
	position: relative;
	left: 0px;
	display: block;
	width: 550px;
	margin-bottom: 0px;
	padding: 15px;
	border: 1px solid #d3d3d3;
	background: url('/img/fieldset_bg.png') repeat-x bottom white;
	clear: left;
}

#suchhilfe fieldset {
	display: block;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #d3d3d3;
}

* html #suchhilfe fieldset.tabbed {
	width: 540px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}
* html #suchhilfe fieldset {
}



#suchhilfe fieldset.tabbed legend {
	display: none;
	padding: 2px 6px 2px 6px;
	/*border-top: 3px solid #65382d;*/
	border-top: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
		
}

#suchhilfe fieldset.tabbed fieldset legend {
	display: inline;
}

#suchhilfe button {
	display: inline-block;
	margin-right: 30px;

}

#suchhilfe p, #suchhilfe h1{
	margin-left: 15px;
	margin-right: 25px;
	margin-bottom: 25px;
	width: 330px;
}

/* Container für Anzeige der Anzahl gefundener Produkte */
#suchhilfe #anzprodfounddiv {
	position: relative;
	top: -90px;
	z-index: 2000;
	display: inline-block;
	float:right;
	width: 200px;
	height: 70px;
	text-align:center;
	border: 1px solid #d3d3d3;
	padding: 5px;
	background: white;
}

* html #suchhilfe #anzprodfounddiv {
	top: -90px;
	height: 65px;
}

#tabbedMenu ul{
	position: relative;
	top: 0px;
	list-style: none;
	margin: 0 5px;
	padding: 0;
	z-index: 1000;
	/*border: 1px solid yellow;*/
}

#tabbedMenu ul li{
  display: inline-block;
  float: left;
  margin:0;
  padding: 0;
  line-height: 22px;
}
#tabbedMenu ul li a{
  color: black;
  padding: 4px 5px;
  text-decoration: none;
  font-weight: normal;
  margin: 0px;
}

#tabbedMenu ul li.normal{
  background: url('/img/tab_bg.png') no-repeat white top left;
}

#tabbedMenu ul li.normal a{
  background: url('/img/tab_fg.png') no-repeat top right;
}

#tabbedMenu ul li.normal:hover{
	/*background: green;*/
}


#tabbedMenu ul li.aktiv{
  background: url('/img/tab_aktiv_bg.png') no-repeat white top left;
}

#tabbedMenu ul li.aktiv a{
  background: url('/img/tab_aktiv_fg.png') no-repeat top right;
}

#suchhilfe #suchergebnisse{
	margin-top: 0px;
}


#suchhilfe #suchergebnisse .produktcontainer {
  position: relative;
  float:left;
  width: 140px;
  margin:5px;
  padding: 5px;
  height: 170px;
  text-align: center;
  border: 2px solid #f9e59f;
}

#suchhilfe #suchergebnisse .produktcontainer .SPreisK {
	font-size: 12px;
	color: #C00000;
}

#suchhilfe #suchergebnisse .produktcontainer .comparebutton {
	position: absolute;
	bottom: 0px;
	left: 3px;
	width: 55px;
	height: 45px;
	font-size: 9px;
	background: url('/img/compareButton.png') no-repeat 0px left;
}

/* pagination */
div.pagination {
	clear: both;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align:left;
	font-family: verdana;
	font-size: 10px;
}

div.pagination a {
	border: 1px solid #740403;
	margin-right:3px;
	padding:2px 6px;
	text-decoration: none;
	font-weight:bold;
	background:	#FFEBA4;
	color: #740403;
}
div.pagination a:hover, div.pagination a:active {
	background-image:none;
	background-color:#740403;
	color: #FFEBA4;
}
div.pagination span.current {
	margin-right:3px;
	padding:2px 6px;
	
	font-weight: bold;
	color: #000;
}
div.pagination span.disabled {
	display:none;
}
