/****************/
/* PRODUCTS */
/****************/

#products .product {
	width: 207px;
	height: 183px;
	display: block;
	float: left;
	margin:0 16px 15px 0;
	padding: 12px 11px 15px 10px;
	position: relative;
}

#products h2 {
	font-size: 140%;
/*line-height: .7em;*/
	line-height: 100%;
	margin-bottom: 0;
}

#products h2 a {
	text-decoration: none;
	color: #5e5e5d;
}

#products p.description {
	font-size: 90%;
	margin: .5em 0 0 0;
	z-index: 10 !important;
}

#products p.additional {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#products span {
	position: absolute;
	bottom: 0;
}

#products span.article {
	left: 0;
}

#products span.more {
	right: 18px;
}

.sidebar-nope h3 {
	background:url(/images/navigation.jpg) 1px 0 !important;
	padding: 5px 10px;
}

#primary div.sidebar-product {
	background: none !important;
}

#primary div.sidebar-product ul {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}

#primary div.sidebar-product li {
	list-style: none;
	display: block;
	float: left;
	margin:0 10px 10px 0;
	padding: 0;
}

#primary ul li.pdf-icon a {
	background: url(/images/icons/pdf.gif) center left no-repeat;
	display: block;
	padding-left: 24px;
}

#primary .product-content {
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 255px;
}

#primary .category-details {
	width: 225px
}

#primary .category-background {
	background-repeat: no-repeat;
	margin: 20px 0 0 20px;
	background-position: 20px 0;
}

.products {
	position: absolute;
	top: 60px;
	left: 260px;
	width: 450px;
height: 128px;
	overflow: hidden;
}

.products .product {
	float: left;
	margin-right: 25px;
	position: relative;
}

.products .product .description {
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 12px;
	height: 20px !important;
	height: auto !important;
	display: none;
	font-size: 80%;
}

.products .product:hover .description {
	/*display: block;*/
}

.scroll-product {
height: 128px !important;
	padding: 0 !important;
	margin: 0 !important;
	/*width: 1800px !important;*/
	position: absolute;
}

.flex  a.previousProduct, .flex  a.nextProduct {
	display: block;
	width: 28px !important;
	height: 49px !important;
	position: absolute;
	text-indent: -5000em;
	top: 100px;
}

.flex .nextProduct {
	right: 150px;
	background: url(/images/pfeil_rechts.png) top left no-repeat;
	z-index: 10 !important;
}

.flex .previousProduct {
	left: 140px;
	background: url(/images/pfeil_links.png) top left no-repeat;
	z-index: 10 !important;
}

.product-image {
    float: left;        
}

.product-detail {
    padding-left: 270px
}

ul.related-list {

}

ul.related-list li {
	display: inline;
	list-style: none;
	padding: 0 16px 0 0 !important;
}

ul.infoimages-list {

}

ul.infoimages-list li {
	height: 60px;
	vertical-align: center !important;
}

.sidebar {
	position: relative;
}

.zoomDetailImageArea {
	position: absolute;
	background: #fff;
	border: 1px solid #0056A4;
	padding: 3px;
	left: 0;
	top: 32px;
}

.zoomDetailImageArea p {
	font-size: 90%;
	margin: 0 auto !important;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
}

.ets-icon {
	padding: 0 0 0 23px;
	background: url(/images/wrench.png) left 2px no-repeat;
}

p.product-back {
	float: left;
	width: 40%;
}

p.product-forward {
	float: right;
	width: 40%;
	text-align: right;
}

.product-cat-h2 {
	margin-top: -10px !important;
	font-size: 11px !important;
}