/* filterList.css	01.02.2010	Manuel Wiemann
 * CSS für Filterlisten, welche bei MOP z.B auf der Kategorie und Produktseite benutzt werden.
 * grundlegende Änderungen werden hier global gesetzt.
 * Farben, padding, margin und Breite des Trackers/Sliders
 * Höhe und Breite der Listen Container müssen im seitenspezifischen CSS angegeben werden.
*/

img.headImage{
	display:block;
	margin:10px 4px 0px;
}

a.spanFilterList{
	color:#898a8b;
}

#filterLeftContainer{
	margin:1px 0px 0px 0px;
	font-family: arial;
}

a.spanFilterList
{
	background-color:#fff;
	color:#525455;
	display:block;
	float:left;
	margin:0px 6px 6px 0px;
	min-width: 19px !important;
    	max-width: 33px !important;
    	width: 33px;
	padding:2px 0;
	text-align:center;
	font-size:12px;
	height: 17px;
	line-height: 17px;

}

a.spanFilterList:hover,
a.filter_active {
	color: #fff;
}

a.spanFilterListPattern, a.spanFilterListFitting,
a.spanFilterListLeglength, a.spanFilterListArmlength
{
	min-width: 90px !important;
    max-width: 90px !important;
    width: 90px;
	text-align:center;
	background-repeat: no-repeat;
}

a.spanFilterListColor
{
	text-align:center;
	width: 17px;
}
a.spanFilterListPattern:hover, 
a.spanFilterListFitting:hover,
a.spanFilterListPattern.isSelectedFilterFF, 
a.spanFilterListFitting.isSelectedFilterFF,
a.spanFilterListArmlength.isSelectedFilterFF,
a.spanFilterListLeglength.isSelectedFilterFF,
a.spanFilterListArmlength:hover,
a.spanFilterListLeglength:hover,
#filterPatternContainer .filter_active,
#filterArmlengthContainer .filter_active,
#filterLeglengthContainer .filter_active,
#filterFittingListContainer .filter_active 
{
	min-width: 90px !important;
	max-width: 90px !important;
	width: 90px;
	background-repeat: no-repeat;
	color: #fff;	
}


a.spanFilterListPattern:hover,  a.spanFilterListFitting:hover,
a.spanFilterListLeglength:hover,a.spanFilterListArmlength:hover,
a.spanFilterListPattern.isSelectedFilterFF,a.spanFilterListFitting.isSelectedFilterFF
{
	min-width: 90px !important;
	max-width: 90px !important;
	width: 90px;
	text-align:center;
}

a.spanFilterListSize {
	background-repeat: no-repeat;

}

a.spanFilterListSize:hover,
a.spanFilterListSize.isSelectedFilterFF,
#filterSizeListContainerInner .filter_active{

	color: white;

}

.spanFilterList2 img
{
    width:15px;
    height:15px;
}

a.spanFilterListMedium{

	background-color:#fff;
	color:#525455;
	display:block;
	float:left;
	margin:0px 4px 4px 0px;
	min-width:27px !important;
    max-width:27px !important;
    width: 27px;
	padding:2px 4px;
	text-align:center;
	font-size:12px;
	height: 17px;
	line-height: 17px;

}

a.spanFilterListMedium:hover,
a.filter_active {
	color: #fff;
}

a.spanFilterListSizeMedium {
	background-repeat: no-repeat;

}

a.spanFilterListSizeMedium:hover,
a.spanFilterListSizeMedium.isSelectedFilterFF,
#filterSizeListContainerInner.Medium .filter_active{
	background-repeat: no-repeat;

}

span.spanFilterListHeader{
	font-size:12px;
	display:block;
	width:85px;
	margin:10px 0px 5px 0px;
	color: #ffffff;
	text-transform: uppercase;
}
.Lfloating
{
	float: left;
	width: 55px;
}
.linkSpacer
{
	border-bottom: 1px solid #C0AD6D;
	overflow: hidden;
	width: 113px;
}
div.klappLink a{
	float:left;
	color:white;
	text-decoration:underline;
	font-size:12px;
	margin: 7px 0px 7px 7px;
	width: 100%;
	text-transform: none;
	font-weight: normal;
	font-family: arial;
}

div.klappLink a:hover{
	color:#B49D50;
}


div.filterContainer{
	/*margin-left:4px;*/
	border-bottom:none;
}

div.filterContainerLast{
	border-bottom-width:0px;
}


.spanFilterList2
{
	background: transparent;
	border: 1px solid #D2D3D3;
	display: block;
	width: 9px;
	height: 9px;
	float:left;
	margin-top: 3px;
}

.spanFilterDescribtion {
	float: left;
	padding: 0 0 0 5px;
	width: 92px;
}

#filterSizeListContainerInner .spanFilterDescribtion {
	width: 39px;
}

.spanFilterList2Link 
{ 
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 3px;
	overflow: hidden;
}

.spanFilterList2Link:hover .spanFilterList2
{
    border: 1px solid #C0AD6D;
}

.filter_active div.spanFilterText div.spanFilterList2
{
	background-color: #C0AD6D;
}


.spanFilterText{
	margin-left: 7px;
	display:inline;
}
.spanFilterList2Link:hover .spanFilterText 
{ 
	color: white;
}


#filterColorListContainerInner a.filter_active
{
	
}
.filterListItem,
a.filterListItem:VISITED,
a.filterListItem:ACTIVE{
    color: white;
    text-decoration: none;
    font-size: 12px;
	text-transform: none;
}
a.filterListItem:hover,
a.filterListItem.activeFF{
    color: #ae9c53;
    text-decoration: none;
    font-size: 12px;
}
#filterDivisionContainer{
    padding-bottom: 10px;
    overflow: hidden;
}
#filterDivisionContainer ul{
    list-style: none;
    padding: 0;
    line-height: 1.3em;
}
