@charset "utf-8";
/* CSS Document - product_stylesheet... */

.product_picture_wrapper {
	display: table;
	width: 100%;
}
.product_picture_left {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: right;
}
.product_picture_right {
	display: table-cell;
	width: 50%;
	vertical-align: middle;	
}

.product_wrapper {
	width: 668px; /* 100% */
	display: table;
	margin: 0 auto;
/*	border: 1px solid #333; */
	
	font-family: Arial,Helvetica,sans-serif !important;
	font-size: small;
	
}
.product_header_row {
	height: 70px;
	display: table-row;
}
.product_header_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	
}

.product_header_cell_img {
	/* margin-top: 15px; */
	margin-bottom: 15px;	
}

.product_picture_row {
	
	display: table-row;
}
.product_picture_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	
}
.product_picture_cell_img {
	margin-top: 25px;
	margin-bottom: 25px;	
}
.product_logo_row {
	height: 70px;
	display: table-row;
}
.product_logo_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.product_gallery_button_row {
	height: 70px;
	display: table-row;
}

.product_gallery_button_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.product_gallery_button_cell_wrapper {
	display: table; 
	width: 100%; 
	height: 70px;	
}

.product_gallery_button_cell_left {
	width: 33%; 
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}



.product_gallery_button_cell_mid {
	width: 33%; 
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.product_gallery_button_cell_mid_2 {
	width: 50%; 
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.product_gallery_button_cell_right {
	width: 33%;
	display: table-cell;
	vertical-align: middle;	
}

.product_gallery_button_cell_right_2 {  
	width: 50%;
	display: table-cell;
	vertical-align: middle;	
}

.product_datasheet_linkBtn {
	width: 140px; height: 25px; display: table; border: 1px solid #008CD3; background: #008CD3; color: #FFF; border-radius: 5px; margin: 0 auto;
	display: table-cell; vertical-align: middle;
}
.product_datasheet_linkBtn:hover {
	background: #00aaff;
	border: 1px solid #00aaff;
}

a.product_datasheet_linkBtn:link, a.product_datasheet_linkBtn:visited, a.product_datasheet_linkBtn:hover, a.product_datasheet_linkBtn:active, a.product_datasheet_linkBtn:focus {
	text-decoration: none;	
}

/* ------------------------ */

.product_shop_linkBtn {
	width: 140px; height: 25px; display: table; border: 1px solid #008CD3; background: #008CD3; color: #FFF; border-radius: 5px; margin: 0 auto;
	display: table-cell; vertical-align: middle;
}
.product_shop_linkBtn:hover {
	background: #00aaff;
	border: 1px solid #00aaff;
}

a.product_shop_linkBtn:link, a.product_shop_linkBtn:visited, a.product_shop_linkBtn:hover, a.product_shop_linkBtn:active, a.product_shop_linkBtn:focus {
	text-decoration: none;	
}
ul.li_disced li {
	margin-left: 20px;
}
/* GLOBAL */
.grey_headline_medium {
	font-size: medium;
	font-family: Arial, Helvetica, Sans-serif !important;
	color: #FFF;
	
	background: #808080 none repeat scroll 0% 0%;
	
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 16px;
}
.product_headline_cell {
	text-align: left;
}

.product_highlights_row {
	display: table-row;
}
.product_highlights_cell {
	display: table-cell;
	text-align: center;	
}
.product_highlights_cell_wrapper {
	display: table;
	width: 100%
}

.product_highlights_left {
	display: table-cell;
	/*width: 50%;*/
	text-align: left;
}

.product_highlights_left ul.product_ul_without li {
	margin-bottom: 3px;	
	list-style-type: none;
	/* text-indent:-5px; */
	line-height:normal;
}
.product_highlights_right ul.product_ul_without li {
	margin-bottom: 3px;	
	list-style-type: none;
	/* text-indent:-5px; */
	line-height:normal;
}

.product_highlights_left ul.product_ul_without li.dashed_before:before{ content:"-"; position:relative; left:-5px;}

.product_highlights_right {
	display: table-cell;
	width: 50%;
	text-align: left;
}

.product_ul_without {
	list-style: none;
	
	
	padding-left: 20px;
	
	font-family: Arial, sans-serif, Helvetica;
	font-size: small; 
	
	line-height: 1.4em;
	
	margin-top: 12px;
	margin-bottom: 12px;
}
.product_ul_without_black {
	list-style: none;
	
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	
	font-family: Arial, sans-serif, Helvetica;
	font-size: small; 
	
	line-height: 1.4em;
	
	margin-top: 10px;
	margin-bottom: 10px;
}
.product_ul_without li:first-child {
	color: #359;
	font-weight: 800;
	margin-left: 0;
	list-style: none;
	line-height: 1.4em;
	
}

.product_ul_without_black li:first-child {
	color: #424242;
	font-weight: 800;
	margin-left: 0;
	list-style: none;
	line-height: 1.4em;
}
.product_ul_without li, .product_ul_without_black li {
	color: #424242;	
	font-weight: 400;
	margin-left: 1em;
	line-height: 1.4em;
}

.product_dd_system_row {
	display: table-row;
}
.product_dd_system_cell {
	display: table-cell;
	text-align: left;
}

p.product_description_block {
	line-height: 1.4em;
	margin-bottom: 10px;
	text-align: justify;
}

sup {
	    vertical-align: super;
    font-size: smaller;
}
.fn {
	margin-left: 15px;	
}

.product_specifications_row {
	display: table-row;
}
.product_specifications_cell {
	display:table-cell;	
}
.product_specifications_wrapper {
	width: 100%;
	display: table;
}
.product_specifications_left {
	width: 50%;
	display: table-cell;
}

.product_accessory_row {
	display: table-row;
	width: 100%;
}
.product_accessory_cell {
	width: 100%;
	vertical-align: middle;
	display: table-cell;
}
.product_accessory_cell_wrapper {
	display: table;
	width: 668px; 
	height: 200px;
}
.product_accessory_cell_left {
	width: 40%;
	display: table-cell;
	vertical-align: middle;
}
.product_accessory_cell_right {
	width: 60%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.product_extensions_outer_wrapper {
	display: none;
}

.product_extensions_row {
	display: table-row;
	display: none;
	
}
.product_extensions_cell {
	display: table-cell;
	width: 100%;
}

.product_extensions_cell_wrapper {
	display: table;
	width: 100%; 
	height: 200px;
}
.product_extensions_cell_left {
	width: 60%;
	display: table-cell;
	vertical-align: middle;
}
.product_extensions_cell_right {
	width: 40%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.li_disced {
	list-style: disc;	
}

.product_specifications_right {
	width: 50%;
	display: table-cell;
}

.bold_600 {
	font-weight: 600;
}
.bold_700 {
	font-weight: 700;
}
.bold_800 {
	font-weight: 800;
}

.margin_bottom_10 {
	margin-bottom: 10px;	
}
.margin_top_10 {
	margin-top: 10px;	
}

.blue {
	color: #359;
}

a.main_product:link, a.main_product:visited {
	text-decoration: none;
	font-weight: 900;
	color: #359;
	font-family: Arial, Helvetiac, Sans-serif;
}
a.main_product:hover, a.main_product:focus, a.main_product:active {
	text-decoration: none;
	color: #ACF;
	font-family: Arial, Helvetiac, Sans-serif;
}

a.product_link:link, a.product_link:visited {
	text-decoration: none;
	/* font-weight: 700; */
	color: #359;
	font-family: Arial, Helvetiac, Sans-serif;
}
a.product_link:hover, a.product_link:focus, a.main_product:active {
	text-decoration: none;
	color: #ACF;
	font-family: Arial, Helvetiac, Sans-serif;
}

/* ---------------- */

.netzwerk_tv_rack_headline {
	color: #FFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: medium;
	background: #808080;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
}

.wrapper_onet_pro_tbl {
	width: 100%;
	text-align: center;
}
.onet_pro_tbl {
	display:table;
	width: 100%;
	
	margin-top: 20px;
}

.resi_text {
	margin-left: 35px;
}

.product_link_netzwerk_tv_sub {
	color: #424242;
}