@media all {
	
	#content div.desc {
		margin-top: 0.5em;
		text-align: center;
		width: 100%;
	}
	
	#content div.new {
		color: red;
		font-weight: bold;
		font-size: smaller;
		text-align: center;
		width: 100%;
	}
	
	#content p.productnavigation {
		margin-bottom: 0;
	}

	#content td.productimage {
		background-color: transparent;
		border: 0;
		padding: 1em 1em 0 0;
	}
					  
	#content td.datasheet {
		background-color: transparent;
		border: 0;
		vertical-align: top;
		padding: 1em 0 0 1em;
	}

	#content td.product {
		background-color: transparent;
		padding: 1em 1em 1em 2em;
		border: 0;
	}

	#content td.preview {
		background-color: transparent;
		vertical-align: top;
		text-align: center;
		padding: 1em 1.5em 1em 1.5em;
		width: 8em;
		border: 0;
	}

	#content img.thumbnail {
		border: 1px solid black;
	}

	#content img.image {
		border-left: 1px solid #dc2b19;
		border-right: 1px solid #dc2b19;
		border-top: 1px solid #dc2b19;
		border-bottom: 1px solid #dc2b19;
	}

	#content img.image-2 {
		margin-left: 1em;
		border-left: 1px solid #dc2b19;
		border-right: 1px solid #dc2b19;
		border-top: 1px solid #dc2b19;
		border-bottom: 1px solid #dc2b19;
	}

	#content img.lightmargin {
		padding: 7px;
		background: white;
		border: 1px solid #f0f0f0;
	}
	
	#data {
		width: 30em;
	}
	
	#data th {
		width: 10em;
	}
	
	#content td.bundlelist {
		text-align: center;
	}
	
	#content td.sum {
		text-align: right;
	}
}

@media print {
	
	#content p.productnavigation {
		display: none;
	}
}
