/* 1. Seite: Produktgruppen Übersicht */

.PE_productPath {
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height: 150%;
}

.PE_product_group_table
{
	padding: 0;
	margin-bottom: 50px;
	empty-cells:hide;
}

.PE_product_group_table td.left,
.PE_product_group_table td.right
{
	border: 1px solid #999;
	width: 298px;
	vertical-align: top;
	padding: 0;
}

.PE_product_group_table td.right .product_group_container { margin: 0; border: 0;}
.PE_product_group_table td.middle
{
	width: 10px;
}

.PE_product_group_table td.empty
{
	height: 12px;
}

.PE_product_category_desc
{
	margin-bottom: 20px;
}

/* einzelnes Produkt */

.PE_product_group_container
{
	position: relative;
	width: 298px;
	height: 100%;
	overflow: hidden;
}

/* Headline */
.PE_product_group_container h3
{
	margin: 0;
	background-color: #f4f4f4;
	font-weight: bold;
	padding: 4px 4px 4px 8px;
	color: #333;
	border-bottom: 1px solid #e8e8e8;
}

/* Box-Content */
.PE_product_group_container div
{
	padding: 8px;
	color: #333;
}

/* Kurztext */
.PE_product_group_container strong
{
}

/* Beschreibung */
.PE_product_group_container p
{
	margin: 4px 0;
	color: #333;
}

/* Warning: Product not longer available */
#PE_warning_not_available_detail
{
	background-color: transparent;
	padding: 0px 0px 0px 24px;
	border: 1px solid #e8e8e8;
	color: #777;
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: center;
}

#PE_warning_not_available
{
	background-color: transparent;
	border-bottom: 1px solid #e8e8e8;
	color: #777;
	font-weight: normal;
	width:100%;
	text-align: center;
	padding: 4px 4px 4px 8px;
}

/* Spezifikationen */
.PE_product_group_container ul
{
	margin: 4px 0;
	padding: 4px 0 4px 8px;
	border: 1px solid #ddd;
	border-width: 1px 0;
	list-style-type: square
}

.PE_product_group_container ul li
{
	margin-left: 10px;
}


/* Produktbild */
.PE_product_group_container div a
{
	display: block;
	text-align: center;
}
.PE_product_group_container a:hover
{
	background-color: transparent;
}

.PE_product_group_container div a img
{
	border: 0;
	margin: 6px 0;
	width: 150px;
	height: 120px;
}


/* Details-Link
	 --- hier werden ggf. Eigenschaften des Ankers über dem Produktbild überschrieben
*/
.PE_product_group_container span
{
	display: block;
}

.PE_product_group_container span a,
.PE_product_group_container span a:hover
{
	background: transparent url(../images/arrow_right.gif) no-repeat right 50%;
	padding-right: 10px;
	font-size: 90%;
	line-height: 120%;
	text-align: right;
}

/* 2. Seite: Produkt Übersicht */

table.PE_productFormat
{
	border: 1px solid #ccc;
	width: 100%;
	background: #f7f7f7;
	margin-bottom: 12px;
	color: #222;
}

table.PE_productFormat tr.PE_productHead
{
	background: #f4f4f4;
}

table.PE_productFormat th
{
	background: #f4f4f4;
	padding: 2px 4px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	color: #222;
}

th.PE_headCol1
{
	width: 70px;
}

th.PE_headCol3
{
	width: 60px;
}

th.PE_headCol2
{
	width: 120px;
}

th.PE_headCol4
{
	width: 90px;
}

th.PE_headCol5
{
	width: 120px;
}

table.PE_productFormat td
{
	padding: 2px 4px;
	border-bottom: 1px solid #ccc;
	color: #222;
}

/* Seite 3: Produktdetail */

.product_container
{
	color: #000000;
	margin-bottom: 50px;
}

.PE_product_banner
{
	width: 620px;
	border: 0;
}

.PE_page_functions
{
	background: #e9e9e9;
	padding: 2px 6px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.PE_page_functions img
{
	margin-right: 4px;
	vertical-align: baseline;
}
.PE_page_functions a
{
	font-size: 85%;
	margin-right: 30px;
	text-decoration: none;
}

.PE_product_head
{
	width: 620px;
}

.PE_product_view
{
	float: left;
	border: 1px solid #666;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 200px;
}

.PE_product_view a {
	display: block;
	line-height: 28px;
}

.PE_product_view a img
{
	vertical-align: middle;
	margin-right: 4px;
}

.PE_product_downloads
{
	float: right;
	width: 350px;
	overflow: hidden;
}

.PE_product_details td,
.PE_product_downloads td
{
	border-bottom: 1px solid #ccc;
	padding: 4px;
}

.PE_product_details tr,
.PE_product_downloads tr
{
	background: #f4f4f4;
}

table tr.PE_empty_row
{
	background: #fff;
}

.PE_product_details td.PE_left_col
{
	width: 220px;
}

.PE_product_details tr.PE_head_row td,
.PE_product_downloads tr.PE_head_row td
{
	background: #e8e8e8;
	font-weight: bold;
	font-size: 110%;
	color: #666;
	text-align: center;
	letter-spacing: 2px;
}

.PE_product_access tr.PE_head_row td
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.PE_product_details ul
{
	list-style-type: square;
	margin-left: 0;
	padding-left: 18px;
}

table.PE_product_details,
table.PE_product_downloads
{
	width: 100%;
	margin-bottom: 12px;
	border-top: 1px solid #ccc;
}

.PE_empty_row
{
	height: 12px;
}

tr.PE_data_row
{
	background: #f4f4f4;
}

tr.PE_data_row img
{
	border: 0;
}