/********** Search Box *******************/
#search { margin: -1px 3px 0px -17px; border: 1px solid 6F7072; overflow: hidden; height: 18px; }
#search img { float: left; border: none; }
#search #searchbox { float: left; width: 150px;  border: 0; margin-left: 2px; padding-right: 1px;}

.inputDefaultValue { color: #999999; }
.inputText { padding-top: 0px; height: 18px; font-size: 11px; line-height: 13px; padding-left: 3px;}



/****************************************************************
 * Suchseite result (mittiger formatfüllender Bereich)
 ****************************************************************/

div#searchresult {
display:		none;
position:		relative;
top:			-240px;
width:			720px;
left:			192px;
background-color: #E0E1E3;
padding-bottom:	0px;
}

div#resultMessages {
position:		relative;
top:			-255px;
width:			720px;
display:		none;
left:			192px;
margin-top:		5px;
margin-bottom:	5px;
}

div#result1 {
	width:			665px;
	float:			left;
	min-height:		505px;
	position:		absolute;
	top:			80px;
	left:			179px;
	text-align:		left;
	margin-left:	10px;
	z-index:		10;
	background-color:#ffffff;
	display:		none;
}

div#verwandte_suchbegriffe {
	width: 700px;
	color: #999999;
	margin-top: 5px;
}

div#verwandte_suchbegriffe a {
	color: #999999;
	text-decoration: underline;
}

div#suchergebnis {
	width: 700px;
}

div#suchergebnis span {
	font-weight:	bold;
	text-transform:	uppercase;
}



/*************************************************
 PAGINATION 
***************************************************/
.pagination {
                font-size:  13px;
				font-weight:	normal;
}


.pagination a {
                text-decoration:            none;
                /*border:                                               solid 1px #999;*/
                font-weight:				bold;
}

.pagination a, .pagination span {
                display:                                block;
                float:                                    left;
                padding:                             0px 5px 0px 5px;
                margin-right:                     1px;
                margin-bottom:                              1px;
}

.pagination .current {
                 border:                          1px solid #6F7072;
                 font:							Arial,Helvetica,sans-serif;
                 font-weight:					bold;
}

.pagination .current.prev, .pagination .current.next{
                color:                                    #202020;;
}

A.pagination:link     { color:#54CFDF;font:Arial,Helvetica,sans-serif;text-decoration: none;font-weight:bold; }
A.pagination:visited  { color:#54CFDF;font:Arial,Helvetica,sans-serif;text-decoration: none;font-weight:bold; }
A.pagination:active   { color:#54CFDF;font:Arial,Helvetica,sans-serif;text-decoration: none;font-weight:bold; }
A.pagination:hover    { color:#CFCFCF;font:Arial,Helvetica,sans-serif;text-decoration: none;font-weight:bold; }

/**************************************
pagination anpassungen Für lloyd store
***************************************/

span#paginationLabel {
float: left;
font-weight: bold;
margin-right:10px;
}

div.paginationMenu {
display: none;
}


#paginationMenuUp {
				position:				relative;
				left: 					192px; 
				top: 					-220px; 
				margin-bottom:			0px;
				width: 					470px; 
				height: 				39px;
}

#paginationMenuDown {
				position:				relative;
				top: 					-240px;
				left: 					192px;
				margin-top:				5px;
				height: 				39px; 
				width: 					470px; 
}


div.SearchProduktliste { left: 0px; top: 10px; position: relative; padding-top: 4px; padding-left: 4px; padding-right: 4px; padding-bottom: 0px; margin-left: 4px; overflow: auto;}

div.SearchSuchProdukt { border: solid 1px #D9D9D9; width: 160px; background-color: #FFFFFF; margin-right: 10px; margin-left: 5px; margin-bottom: 10px;}

div.SearchSuchProduktAbstand { height: 10px; background-color: #FFFFFF; }

.SearchBeschreibung { position: relative; margin-left: 0px; background-color: #F3F3F3; }

div.SearchBeschreibung { height: 90px; width: 152px; border: solid 0px #5D5D5D; background-color: #F3F3F3; padding: 4px; }

div.SearchMaxItemPerPage {  position: relative; top: -260px; left:772px; width: 200px; display: none; visibility: none;}


/**************************************************************
		autocomplete
**************************************************************/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 9999900;
	background-color: #eee;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	float: left;
	margin: 0px;
	margin-bottom: 8px;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	cursor:	pointer;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	cursor:	pointer;
}

div.ListElementVorschlag div{
	display: none;
}

.ListElementVorschlag {
	height: 150px;
	width: 150px;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 7px;
}

.ListElementVorschlag a img {
	border:	none;
}

.ac_results li span {
 color: #666;
 margin-left: 10px;
 margin-top: 10px;
 float:left;
 width: 480px;
 }

.Produktvorschlag {
color: #000000;
clear:both;
font-weight: bold;
border-bottom: 1px solid #AAA;
}
