#vergleichen{
	position: relative;
	cursor: pointer;
}
#vergleichen .comparecount{
	display: none;
}
#vergleichen ul.comparelist{
	position: absolute;
	bottom: 22px;
	left: 0px;
	display:block;
	width: 1030px;
	transition: height 500ms linear 0s;
	-webkit-transition: height 500ms linear 0s;
	-moz-transition: height 500ms linear 0s; 
	height: 0px;
	overflow: hidden;
}
#vergleichen:hover ul.comparelist,
#vergleichen ul.comparelist.changed{
	height: 160px;
}
	#vergleichen ul.comparelist li{
		display: block;
		float: left;
		width: 83px;
		border: 1px solid #C51025;
		height: 160px;
		background-color: #FFF;
		cursor: pointer;
		position: relative;
	}
	#vergleichen ul.comparelist li + li{
		border-left: 0px;
	}
		#vergleichen ul.comparelist li img{
			max-height: 80px; 
			max-width: 80px;
			display: block;
			margin: 10px 2px 2px;
		}
		#vergleichen ul.comparelist li .price{
			color: #C51025;
			font-size: 11px;
			display:block;
			text-align: center;
			height: 18px;
			line-height: 18px;
		}
		#vergleichen ul.comparelist li .name{
			display:block;
			overflow: hidden;
			white-space: normal;
			color: #000;
			padding-left: 2px;
			padding-right: 2px;
			font-size: 9px;
			height: 60px;
			line-height:12px;
		}
		#vergleichen ul.comparelist li .close{
			top: 4px;
			right: 1px;
			width: 10px;
			height: 10px;
			color: #000;
			line-height: 10px;
			text-align: center;
			position: absolute;
			font-size: 9px;
		}
		#vergleichen ul.comparelist li:hover .close{
			display: block;
		}
		#vergleichen ul.comparelist li .close:hover{
			color: #C51025;
		}
.e27comparewrapper{
	background-color: #FFF;
}
	.e27comparewrapper h1{
		margin-bottom: 10px;
		background-image: url(../images/glanz_head_footer.png);
		background-repeat: repeat-x;
		height: 22px;
		background-color: #C51025;
		color: #FFF;
		text-align: center;
		line-height: 22px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}	
ul.comparelist.full{
	display:block;
	padding-left: 0px;
	width: 585px;
	overflow-x: auto;
	padding-left:145px;
	margin-left: 20px;
}
	ul.comparelist.full li{
		width: 180px;
		display: block;
		float: left;
	}
	ul.comparelist.full li.labels{
		padding-top: 282px;
	}
		ul.comparelist.full li .image{
			margin-bottom: 10px;
			text-align: center;
			height: 140px;
			padding-bottom: 10px;
			display:block;
			border-bottom: 1px solid #C51025;
		}
		ul.comparelist.full li img{
			max-width: 180px;
			max-height: 140px;
		}
		ul.comparelist.full li .name{
			display:block;
			height: 54px;
			overflow: hidden;
/*			margin-bottom: 10px;*/
			padding: 0px 5px;
			text-align:center;
			text-transform: uppercase;
			font-family: 'DIN Next W01 Bold';
			color: #C51025;
		}
		ul.comparelist.full li .model{
			display:block;
			overflow: hidden;
			margin-bottom: 10px;
			padding: 0px 5px;
			text-align:center;
			color: #C51025;
			font-size: 10px;
		}
		ul.comparelist.full li .price{
			text-align: center;
			display:block;
			font-family: 'DIN Next W01 Bold';
			color: #C51025;
			font-size: 14px;
		}
	ul.comparelist.full li + li{
		margin-left: 20px;
	}
.e27comparewrapper h2{
	margin-left:20px;
	margin-right: 20px;
	font-weight: normal;
	font-family: 'DIN Next W01 Regular';
	font-size: 14px;
	color: #C51025;
	border-bottom: 1px solid #C51025;
	margin-bottom: 10px;
	padding: 2px;
}
table.params{
	table-layout: fixed;
	margin-left: 20px;
	padding-bottom: 20px;
}
	table.params tr{
		border-bottom: 1px solid #F0F0F0;
	}
	table.params tr.equal{
		color: #888a85;
	}
	table.params tr.different{
		color: #2e3436;
	}
	table.params tr:hover{
		border-bottom: 1px solid #A0A0A0;
		padding-top: 6px;
		padding-bottom: 3px;
	}
	table.params td.label{
		width: 145px;
	}
		table.params td.label span{
			display: inline-block;
			text-overflow: ellipsis;
			white-space: normal;
			width: 145px;
			overflow: hidden;
		}
	table.params td{
		width: 176px;
		padding: 2px;
	}
	table.params td + td +td{
		padding-left:20px;
	}
	