.products {
	
}

.products .zoom {
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	background: url('/dsg/zoom.gif') no-repeat;
	cursor: pointer;
}


.products .group {
	font-size: 1.1em;
}
	.products .group img.group-image {
		float: right;
		margin: 0 0 1em 1em;
	}
	.products div.image-box {
		width: 270px;
		float: right;
		margin: 0 0 1em 1em;
	}
		.products div.image-box .image {
			height: 270px;
			background: no-repeat center center;
			border: 1px solid #848484;
			display: block;
		}
			.products div.image-box .image span.zoom {
				margin: 244px 0 0 242px;
			}
	.products div.files {
		background: #c5c5c5;
		padding: 10px;
	}
		.products div.files ul {
			list-style-type: none;
		}
			.products div.files ul li {
				margin: 0;
				float: left;
				width: 50%;
			}
			.products div.files ul li.spacer {
				clear: both;
				width: 100%;
				height: 0 !important;
				overflow: hidden;
			}
				.products div.files ul li a {
					display: block;
					background: no-repeat center left;
					padding: 6px 0 6px 20px;
					color: #000;
					text-decoration: none;
				}
				.products div.files ul li a:hover {
					text-decoration: underline;
				}
	.products div.inquire {
		background: #656565 url('/dsg/corner-1.gif') no-repeat top right;
		height: 29px;
		overflow: hidden;
	}
		.products div.inquire a.inquire {
			display: block;
			background: #969696;
			float: left;
			height: 22px; /*29*/
			padding: 7px 6px 0 6px;
			overflow: hidden;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
		}
		.products div.inquire a.inquire:hover {
			text-decoration: underline;
		}
		.products div.inquire a.pricelist {
			display: block;
			height: 22px; /*29*/
			padding: 7px 6px 0 6px;
			overflow: hidden;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
		}
		.products div.inquire a.pricelist:hover {
			text-decoration: underline;
		}

.products ul.childs {
	list-style-type: none;
}
	.products ul.childs li {
		margin: 0 42px 0 0;
		width: 130px;
		float: left;
	}
	.products ul.childs li.spacer {
		margin: 0
		width: 100%;
		height: 2em;
		float: none;
		clear: both;
	}
		.products ul.childs li h2 {
			background: #ff7e00;
			text-align: center;
			padding: 4px 0;
		}
			.products ul.childs li h2 a {
				color: #fff;
				font-size: 1.1em;
				font-weight: bold;
				text-decoration: none;
			}
			.products ul.childs li h2 a:hover {
				text-decoration: underline;
			}
		.products ul.childs li a.image {
			display: block;
			height: 130px;
			border: 1px solid #ff7e00;
			background: url('/dsg/no-picture.gif') no-repeat center center;
		}

.products ul.pictures-list {
	list-style-type: none;
}
	.products ul.pictures-list li {
		margin: 0;
		width: 130px;
		float: left;
		margin-right: 45px;
	}
	.products ul.pictures-list li.spacer {
		height: 2em;
		width: auto !important;
		float: none;
		clear: both;
	}
		.products ul.pictures-list li div.image {
			height: 130px;
			border: 1px solid #848484;
			background: no-repeat center center;
		}
			.products ul.pictures-list li div.image a.zoom {
				margin: 104px 0 0 103px;
			}
		.products ul.pictures-list li h2 {
			font-weight: normal;
			font-size: 1.1em;
			color: #888;
			margin: 0.5em 0 0 0;
		}
