/*---------------------------
	IDS/KLASSEN KAMERAÜBERSICHT
*/
#PE_camera_overview
{
}

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

.PE_page_functions
{
	background: #e9e9e9;
	padding: 2px 6px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #e0e0e0;
}
.PE_page_functions img
{
	margin-right: 4px;
	vertical-align: baseline;
}
.PE_page_functions a
{
	font-size: 85%;
	margin-right: 30px;
	text-decoration: none;
}
.PE_article_number
{
	float: right;
	font-size: 85%;
}
.PE_camera_tabs
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 620px;
	height: 22px;
}
.PE_camera_tabs li
{
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0;
	overflow: visible;
	white-space: nowrap;
	position: relative;
	top: 1px;
}

.PE_camera_tabs li a
{
	color: #333;
	font-size: 80%;
	white-space: nowrap;
	line-height: 20px	;
	background: transparent url(../../../sites/site_2/images/Tabs_BG.png) top left repeat-x;
	display: block;
	padding: 0 6px;
	border: 1px solid #999;
}

.PE_camera_tabs li a:hover
{
	background: transparent url(../../../sites/site_2/images/Tabs_hover_BG.png) top left repeat-x;
	border-bottom: 1px solid #999;
}

.PE_camera_tabs li.PE_camera_tab_active a,
.PE_camera_tabs li.PE_camera_tab_active a:hover
{
	background: url(../../../sites/site_2/images/Tabs_active_BG.png) top left repeat-x;
	border-bottom: 1px solid #fff;
	cursor: default;
}

.PE_camera_tabs a:link,
.PE_camera_tabs a:visited,
.PE_camera_tabs a:focus,
.PE_camera_tabs a:active
{
	color: #222!important;
}

.PE_camera_tabs li.PE_camera_tab_active a:link,
.PE_camera_tabs li.PE_camera_tab_active a:visited,
.PE_camera_tabs li.PE_camera_tab_active a:focus,
.PE_camera_tabs li.PE_camera_tab_active a:active
{
	color: #900!important;
	font-weight: bold;
	letter-spacing: 1px;
}

#PE_cameraTabContent
{
	border: 1px solid #999;
	padding: 8px;
	margin: 0 !important;
}

.PE_camera_head
{
	width: 600px;
}

.PE_camera_view
{
	float: left;
	border: 1px solid #666;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 250px;
}
.PE_camera_view a {
	display: block;
	line-height: 28px;
}
.PE_camera_view a img
{
	vertical-align: middle;
	margin-right: 4px;
}
.PE_camera_specs
{
	margin: 0;
	float: left;
	padding: 10px;
	width: 280px;
}

.PE_camera_specs ul
{
	margin: 0;
	padding: 0;
	list-style-type: square;
}
.PE_camera_specs ul li
{
	margin-left: 10px;
	color: #333;
}

/* SHOP */
.PE_camera_shop
{
	border: 1px solid #999;
	background: #e9e9e9;
	padding: 8px;
	margin-top: 12px;
}

.PE_camera_shop form#PE_commerceConnector
{
	margin: 0;
	float: left;
}

.PE_camera_shop form#PE_dealerSearchZip
{
	margin: 0;
	float: right;
}

.PE_camera_shop select
{
	vertical-align: top;
	width: 220px;
}

.PE_camera_shop input.PE_form_text
{
	margin: 0;
	vertical-align: top;
	border: 1px solid #333;
	padding: 2px;
}
.PE_camera_shop input.PE_form_submit
{
	margin: 0;
}

/*------------------------
	BASISKLASSE KAMERATEASER
*/
.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;
}


/* TABELLE (testweise) */
.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_camera_overview hr
{
	border: 0;
	height: 1px;
	border-bottom: 1px dotted #999;
}


.PE_camera_details,
.PE_camera_downloads
{
}

.PE_camera_details td,
.PE_camera_downloads td,
.PE_camera_objectivs td,
.PE_camera_lenses td
{
	border-bottom: 1px solid #ccc;
	padding: 4px;
}

.PE_camera_details tr,
.PE_camera_downloads tr,
.PE_camera_objectivs tr,
.PE_camera_lenses tr
{
	background: #f4f4f4;
}

table tr.PE_empty_row
{
	background: #fff;
}

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

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

.PE_product_box tr.PE_head_row td
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.PE_camera_details ul
{
	list-style-type: square;
	margin-left: 0;
	padding-left: 18px;
}

table.PE_camera_details,
table.PE_camera_downloads,
table.PE_product_box
{
	width: 100%;
	margin-bottom: 12px;
	border-top: 1px solid #ccc;
}
table.PE_product_box
{
	width: 100%;
	margin-bottom: 12px;
}
table.PE_camera_downloads td.PE_table_col4
{
	text-align: right;
}

.PE_camera_access_cat
{
	clear: left;
	background: #e8e8e8;
	margin-bottom: 12px;
}

.PE_product_box_content
{
	height: 230px;
	width: 290px;
	border: 1px solid #999;
	text-align: center;
	vertical-align: top;
	padding: 0;
}
.PE_product_box_content div.PE_product_box_wrap
{
	position: relative;
	height: 100%;
}

.PE_product_box_content h4
{
	background: #f4f4f4;
	line-height: 170%;
	margin: 0;
	margin-bottom: 4px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 90%;
	font-weight: normal;
}

.PE_product_box_content img
{
	border: 0px;
	margin: 4px 0 8px 0;
}

.PE_product_box_content div.PE_product_nr
{
	text-align: center;
	font-size: 90%;
	color: #999;
	position: absolute; 
	width: 100%;
	bottom: 0; 
	left: 0;
}

.PE_empty_row
{
	height: 12px;
}

.PE_camera_images
{
	width: 590px;
}
.PE_camera_images img
{
	float: left;
	padding: 8px;
}

tr.PE_data_row
{
	background: #f4f4f4;
}

tr.PE_data_row img
{
	border: 0;
}



/***
 * ALTE STYLES
 */
/* PRODUCT GROUP */

#product_group_year_container
{
	margin-bottom: 20px;
}

.product_group_year
{
	margin-right: 5px;
}

.product_group_year .a_hi
{
	font-weight: bold;
}

.product_group_container
{
	float: left;
	background-color: #ffffff;
	border: 1px solid #999999;
	color: #555555;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.product_group_headline
{
	background-color: #999999;
	font-weight: bold;
	padding: 4px;
}

.product_group_info
{
	font-size: 10px;
	padding: 4px;
}

.product_group_image
{
	text-align: center;
}

.product_group_shorttext
{
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
}

.product_group_shortdesc
{
	margin: 0px;
}

.product_group_link
{
	margin: 0px;
	text-align: right;

}

.product_group_container a
{
	color: #555555;
}



/* PRODUCT */

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

.product_head
{
	/* border: 1px solid black; */
}

.product_logo_container
{
}

.product_logo
{
	margin: 0px;
}

.product_buttonlist_container
{
	background-color: #e9e9e9;
	margin: 0px;
	height: 20px;
	line-height: 20px;
}

.product_buttonlist_container a
{
	color: #555555;
	vertical-align: middle;
	margin-right: 10px;
}

.product_buttonlist_container img
{
	vertical-align: middle;
}

.product_tablist_container
{
  margin-top: 20px;
  margin-bottom: 20px;
}

.product_tablist_container a
{
	background-color: #999999;
	border: 1px solid #555555;
	color: #555555;
	margin-right: 10px;
	padding: 2px;
}

.product_tablist_container .a_hi
{
	background-color: #888888;
	color: #ffffff;
}

.product_body
{
}

.product_shorttext_container
{
	font-weight: bold;
}

.product_image_small_container
{
	float: left;
	width: 150px;
	vertical-align: bottom;
}

.product_image_small_buttons
{
	vertical-align: middle;
}

.product_image_small_buttons img
{
	vertical-align: middle;
}

.product_image_small_buttons a
{
	text-decoration: none;
	font-size: 9px;
}

.product_shortdesc_container
{
	float: left;
	color: #000000;
	width: 420px;
}

.product_description_container
{
	clear: left;
}

.product_download_name
{
	font-weight: bold;
}

.product_download_desc
{
}

/* *** ACCESSORIES *** */

.product_accessory_group_container
{
	border: 0px solid blue;
}

.product_accessory_group_headline
{
	background-color: #e9e9e9;
	color: #000000;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

.product_accessory_list
{
}

.product_accessory_container
{
	float: left;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 280px;
}

.product_accessory_headline
{
	background-color: #999999;
	color: #555555;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

.product_accessory_body
{
	color: #555555;
	padding: 4px;
}

.product_accessory_body_img
{
	text-align: center; /* klappt nicht */
}

/* *** AWARDS *** */

#product_award_container
{
}
.PE_product_award_vertical
{
  width: 100px;
}
.PE_product_award_horizontal
{
	border: 1px solid #999;
	width: auto;
	margin-bottom: 12px;
	height: 130px;
	overflow: hidden;
}
.PE_product_award_horizontal div.product_award {
	width: 100px;
}
.PE_product_award_horizontal img {
	height: 90px;
	width: 90px;
	padding: 5px;
}
.PE_product_award_horizontal h4 {
	margin: 0;
	padding: 2px 8px;
	background: #f4f4f4;
	border-bottom: 1px solid #e8e8e8;
	color: #333;
}

.product_award
{
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	float:left;
}

.product_award img
{
	border: none;
}

.PE_product_award_horizontal .product_award {
	float: left;
}

#PE_product_award_ticker { left: 10px!important; }
#PE_product_award_ticker ul { list-style: none; margin: 0 9px; padding: 0; }
#PE_product_award_ticker ul li { list-style: none; }

/*
 * weitklick / Commerce-Connector
 */
.PE_commerceConnector {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 8px;
	margin-bottom: 12px;
}

.PE_commerceConnectorNone {
	border: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}

#PE_commerceConnectorForm table {
	float: left;
	width: 340px;
}
#PE_commerceConnectorForm td {
	text-align: left;
}

#PE_dealerSearchForm table {
	width: 140px;
	float: right;
}
#PE_dealerSearchForm td {
	text-align: right;
}

