/************************************************************************************/
/*                                                                                  */
/* Shop Styles (Liste, Details)                                                     */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/* Liste mit den Shop Unterkategorien */
#lstShopKategorien
{
	float: left;
	width: 100%;
	margin-top: 10em;
}

#lstShopKategorien li
{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	height: 40px;
	font-size: 1.0em;
	background-image: url(../images/suche/kategorie_pfeil_standard.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

#lstShopKategorien li:hover, #lstShopKategorien .active
{
	background-image: url(../images/suche/kategorie_pfeil_aktiv.gif);
	cursor: pointer;
}

#lstShopKategorien .active
{
	font-weight: bold;
	color: #aa122b;
}

#lstShopKategorien img
{
	height: 40px;
	width: 40px;
	margin-right: 1em;
	vertical-align: middle;
}



/************************************************************************************/
/* Kategorie-wechseln Link */
.link-kategorie-selector
{
	float: left;
	font-size: 1.1em;
	color: #999;
	background-image: url(../images/suche/kategorie-wechseln_pfeile.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	text-indent: 2em;
	font-weight: bold;
	cursor: pointer;
}

.link-kategorie-selector:hover
{
	cursor: pointer;
}



/************************************************************************************/
/* Shop Suche */
#divSuchen fieldset
{
	border-style: none;
	margin: 0em;
}

#divSuchen h3
{
	color: #AA122B;
}

/* Keywords */
#divSuchen #lstKeywords
{
	float: left;
	width: 620px;
	margin-bottom: 1.8em;
	padding: 10px;
	background-color: #F0F9FF;
}

#divSuchen #lstKeywords li
{
	background-image: none;
	float: left;
	width: auto;
	padding-right: 10px;
}

#divSuchen #lstKeywords li a
{
	color: #0058B0;
}

#divSuchen #lstKeywords li a:hover
{
	color: #333;
}