@CHARSET "UTF-8";

.product_heading
{
	background-color:#f1f3f5;
	border-style:solid;
	border-color:#d1d1d3;
	border-width:thin;
}

.product_heading_left_col
{
	width:409px;
	float:left;
}

.product_heading_teaser
{
	font-size:12px;
	color:#fff;
	background-color:#a4bfde;
	padding:5px;
}

.product_heading_text_teaser span
{
	padding-left:15px;
	color:#fff;
}

.product_heading_text
{
	padding-top:45px;
	padding-left:30px;
	padding-right:30px;
}

.product_heading_image
{
	/* product image asset width = 330px*/
	width:331px;
	float:right;
	text-align:right;
}

.product_heading_image img
{
	border-left-style:solid;
	border-left-color:#d1d1d3;
	border-left-width:thin;
}

h1.product_content
{
	font-size:140%;
	font-weight:normal;
}

h2.product_content
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:normal;
	font-size: 110%;
}


h3.product_content
{
	font-size:100%;
}


/* product content assets*/

.productContentAssets
{
	line-height: 150%;
}

.productContentAssets span
{
	margin-right:10px;
}

.product_content_assets_pic
{
	border-style: solid;
	border-color: #d1d1d3;
	border-width: thin;
	margin-top: 15px;
}
	
.product_content_assets_text
{

}

.product_content_assets_title
{
	font-weight:bold;
	line-height:150%;
	font-size:120%;
}


.product_content_assets_left_col 
{
	margin-top:20px;
	width:409px;
	float:left;
}

.product_content_assets_left_col .product_content_assets_text
{	
	padding-left: 0px;	
}

.product_content_assets_left_col .product_content_assets_text
{
	padding-right:20px;
}


.product_content_assets_text
{
	margin-top:20px;
	margin-bottom:15px;	
}

.product_content_assets_right_col
{
	margin-top:20px;
	width:332px;
	float:right;
}



/*Montageanleitungen*/

.product_montageanleitung
{
	margin-top:20px;
	overflow:hidden;
	margin-bottom:15px;
}

.product_montageanleitung_col
{
	float: left;
	width: 184px;
	background:#f1f3f3;
	margin-bottom:-1000px;
	padding-bottom:1000px;
}

.product_montageanleitung_upper_row
{
	border-top: 4px solid #a4bfde;
	padding: 4px 5px 4px 5px;
}

.product_montageanleitung_lower_row
{
	padding-top: 10px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
}

.product_montageanleitung_vertical_spacer
{
	border-top: 4px solid #a4bfde;
	float:left;
	width:2px;
	background:#fff;
	
	/*pseudo height neccessary*/
	height:1px;
}


/* attribute/property tables for accumulated products */
.productAttributes
{
	border-collapse: collapse;
	border-width: 1px;
	border-color: #d1d1d3;
	width: 100%;
}

.productAdditionals
{
	margin-top:20px;
	margin-bottom:15px;
}


.productAttributes td, .productAttributes th
{
	padding: 5px 10px 5px 10px;
	text-align: center;
}

.productAttributes th
{
	background-color:#a4bfde;
	color:#fff;
}

.productAttributes th
{
	color:#fff;
}

#productAttributesArtikelnummer
{
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

#productAttributesArtikelnummer div
{
	color:#fff;
}

.productAttributesName
{
	background-color:#f1f3f5;
}


div.ProductAdditionalsName
{
	float: left;
	width: 80px;
}

div.ProductAdditionalsUnit
{
	float: left;
	width: 50px;
	text-align:left;
}

div.ProductDownload
{
	margin-top: 25px;
	width: 200px;	
	float: right;
}

div.ProductDownloadHeader
{
	padding: 5px;
	background-color: #f2f3f5;
	border-top: #a4bfde solid 3px;
	border-bottom: #fff solid 1px;
	font-weight: bold;
}

div.ProductDownloadBody
{
	background-color: #dbe1e4;
}

div.ProductDownloadBody ul
{
	list-style-image: url(../../assets/common/icons/pdffile.gif);
	list-style-position: inside;
}

div.ProductDownloadBody ul li
{
	list-style-image: url(../../assets/common/icons/pdffile.gif);
	padding: 4px;
	margin: 0px;

}


