/* ******************************************** */
/* *	PAUL WOLFF Produkt-Detail-Seite-CSS    	*/
/* ******************************************** */


/* ************************************* */
/* ** 	Detail-Seite 				  ** */

/* Ausblenden der grauen Spalte */

 #additionalcontent {
 	display:					none;
 }

 /* Verbreitern der Content-Spalte */
  #content {
 	width:						725px;
 }

 #greymask {
 	position:					absolute;
 	top:						0;
 	left:						515px;
 	width:						225px;
 	height:						30px;
 	background-color:			#FFF;
 }

 .produktRow {
 	width:						100%;
 	clear:						both;
 }

 .produktRowCol1 {
 	width:						480px;
 	padding-top:				20px;
 	padding-bottom:				0;
 	float:						left;
 }

 .produktRowCol2 {
 	margin-left:				502px;
 	width:						166px;
 	padding:					20px 28px 0 28px;
 }

 #content .produktRowCol2 a.white {
 	color:						#FFF;
 }

 #content .produktRowCol2 a.white:hover {
 	color:						#34A721;
 }

 .lineRow {
 	clear:						both;
 	width:						100%;
 	margin-top:					18px;
 	height:						2px;
 }

 .lineCol1 {
 	width:						480px;
 	border-width:				0 0 2px 0;
 	border-style:				solid;
 	border-color:				#B4B4B4;
 	height:						0;
 	float:						left;
 }

 .lineCol2 {
 	margin-left:				530px;
 	width:						169px;
 	height:						0;
 	border-width:				0 0 2px 0;
 	border-style:				solid;
 	border-color:				#FFF;
 }


 .tnCol {
	margin-right:				8px;
 }

 .prcThumbs {
 	width:						235px;
 	overflow:					hidden;
 	float:						left;
 }

 .prcSelected {
 	margin-left:				240px;
 	height:						140px;
 }

 .selectPic {
	position:					absolute;
	visibility:					hidden;
 }

 .selectPic .spImg {
	float:						left;
	margin-top:					25px;
	margin-right:				20px;
 }

 .selectPic .spText {
 	width:						128px;
 	float:						left;
 }

 .prInfoLink {
 	clear:						left;
 	padding-top:				5px;
 }

 .prc3Big {
 	width:						100%;
 	overflow:					hidden;
 }

 .prcBigPic {
 	width:						33%;
 	float:						left;
 }
