/** product.css **/

ul.categoriesImagelist, ul.categorieslist, ul.productlist {
	z-index: 100;
	position: relative;
	margin-right: -10px;
	padding-top: 5px;
	float: left;
	display: block;#padding-bottom: 5px;
}
ul.productlist li {
	width: 180px;
	height: 310px;
	float: left;
	margin-right: 6px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	position: relative;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url("layout/usb/css/PIE.htc");
}
ul.productlist li .preview_img {
	width: 180px;
	height: 180px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
ul.productlist li a:hover {
	text-decoration: none;
}
.left_column ul.productlist li {
	background: none;
	margin-left: 6px;
}
.description {
	width: 180px;
	height: 125px;
	display: block;
	float: left;
	position: relative;
}
.description .name {
	position: absolute;
	bottom: 80px;
	left: 10px;
	margin-right: 10px;
	font-size: 14px;
	color: #9d9d9d;
	max-height: 40px;
	overflow: hidden;
}
.description .price {
	position: absolute;
	bottom: 50px;
	left: 10px;
	font-size: 24px;
	line-height: 28px;
	color: #F4903C;
}
.description .btn {
	position: absolute;
	bottom: 5px;
	left: 10px;
	width: 145px;
}
ul.categoriesImagelist li {
	width: 300px;
	height: 108px;
	float: left;
	margin-right: 8px;
	margin-bottom: 32px;
	display: block;
	padding: 5px;
	position: relative;
	border: 1px solid red;
}
ul.categoriesImagelist li .preview_img {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
ul.categoriesImagelist li .description {
	float: none;
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
}
ul.categoriesImagelist li .description .name {
	font-style: italic;
	color: #18161b;
	width: 290px;
	font-size: 24px;
	line-height: 35px;
	left: 0;
	bottom: 37px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
ul.categoriesImagelist li .description .name a {
	color: #18161b;
}
ul.categorieslist li {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}
ul.categorieslist .btn {
	padding: 4px 12px 4px 12px;
}
ul.productlist2/** product.css **/

   {
	z-index: 100;
	position: relative;
	float: left;
	display: block;

#padding-bottom: 5px;
}
ul.productlist2 li {
	width: 180px;
	height: 310px;
	float: left;
	display: block;
	padding: 4px;
	position: relative;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url("layout/usb/css/PIE.htc");
	margin: 0 6px 6px 0;
}
ul.productlist2 li .preview_img {
	width: 180px;
	height: 180px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
ul.productlist2 li a:hover {
	text-decoration: none;
}
.left_column ul.productlist2 li {
	background: none;
	margin-left: 6px;
}
.label_new  {
	background-image: url(../img/etikett_neu.png);
	height: 65px;
	width: 67px;
	position: absolute;
	text-indent: -10000px;
	margin: -5px 0 0 118px;
	z-index: 100000;
}

.english{
	background-image: url(../img/neu_e.png) !important;
}
