#productDetailPanel {
	margin-left:10px;
}

#productDetail {
	margin-left: 8px;
}

div.prodDetail_leftCol {
	float:left;
	margin-left: 8px;
}

div.prodDetail_rightCol {
	float: left;
	width: 440px;
}

div.productTitle {
	position: relative;
	width: 494px;
	height: 38px;
	border-bottom: none;
	padding: 6px;
}

div.prodImage {
	margin-top: 8px;
	width: 180px;
	height: 180px;
	border: 1px solid #ccc;
	background-repeat:no-repeat;
	background-position:center center;
	background-color: #fff;
}

div.magnifyImage {
	position: relative;
	width:20px;
	height:20px;
	top:160px;
	left:160px;
	background-image: url(/_custom/gfx/icons/16/view.png);
	background-repeat:no-repeat;
		background-position:center center;
		cursor:pointer;
}

div.productDescription {
	position: relative;
	width: 440px;
	min-height: 182px;
	margin-left: 10px;
	padding: 9px;	
}

div.productSpecifications {
	margin-top: 20px;
}

div.productSpecifications ul {
	list-style: none !important;
	margin:0px !important;
	padding:0px !important;
}

div.productSpecifications li {
	margin:2px !important;
	margin-bottom: 0px !important;
	padding:0px !important;
}

div.prodDetail_links {
	margin-top: 12px;
	margin-left: 4px;
	margin-bottom: 6px;
	line-height: 18px;
	color:#2C9CEF;
}

span.articleNr {
	color: #2C9CEF;
	font-size:10px;
}

div.price {
	margin-top: 24px;
	margin-bottom: 12px;
	color:red;
	font-size: 11px;
}

div.price .amount {
	font-size: 20px;
	font-weight: bold;
}

div.price .addinfo {
	margin-top: 3px;
	color: #000;
	font-size: 11px;
	line-height: 12px;
}



div.discount {
	width: 180px;
	margin-left: 2px;
	font-size: 12px;
	font-weight: normal;
	color:#333;
}

table.tecSpecs {
	margin-top: 3px;
	margin-left:6px;
}

table.tecSpecs td {
	width: 480px;
	padding: 4px;
	vertical-align:top;
	border-bottom: 1px solid #ddd;
}

table.tecSpecs td.caption {
	width: 150px;
	border-right: 1px solid #ddd;
}

div.breadcrumb {
	margin: 5px;
	margin-top: 2px;
}

div.breadcrumb a {
	font-size: 10px;
	color: #2C9CEF;
}
	
#shoppingCartPanel {
	width: 190px;
	position: absolute;
	top:24px;
	left: 540px;
	
}

div.add2cartLink {
	margin:12px;
	color:#000;
	background-image: url(/_custom/gfx/icons/32/shoppingcart_full.png);
	background-repeat: no-repeat;
	padding-left:36px;
	padding-top:4px;
	height:30px;
}

div.add2cartLink a {
	color:#444;
	font-weight:bold;
}

div.prodDetail_links a {
	color:#2C9CEF;
}
