#left_area {
	float:left;
	width:190px;
}
#right_area {	
	float:left;
	margin-left:18px;
	margin-top:20px;
}
#sidebar-left {
	padding-top:25px;
	width:190px;
}
#zi-logo {
	margin-left:-6px
}
#zi-logo-text {
	margin-top:68px;
	margin-left:4px
}

#main-wrapper {
	background-color:#fff;
	margin-top:30px;
	width:790px
}
#sub-wrapper {
	background-color:#fff;
	margin-top:160px;
	width:790px
}
.main_container {
	width: 790px;	
	padding: 0;	
	border:0px solid red;
	
}

/*--Main Container--*/
.main_view {
	float:left;
	position:relative;
}
/*--Window/Masking Styles--*/
.window {
	width: 790px;
	height:450px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
/*--Paging Styles--*/
.paging {
	/*position: absolute;*/		
	/*z-index: 100; --Assures the paging stays on the top layer--*/
	text-align:right;
	display:none; /*--Hidden by default, will be later shown with jQuery--*/
	border:0px solid red;
	margin-bottom:30px;
}

.paging a {	
	text-decoration: none;
	color: #fff;
	border:1px solid #009ee0;
    padding:1px 4px 1px;
}
.paging a.active {	
	border: 1px solid #172983; 
	
}
.paging a:hover {
	color:#009ee0; 
	background-color:#009ee0; 
    border: 1px solid #009ee0; 
}

#content-header {
	margin-top:70px;
	margin-bottom:30px;
	/*background-image:url(../images/content-header-bg.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding-top:30px;
	position:absolute;
	z-index:9999;*/
	width:700px;
	overflow:hidden;
	border:0px solid red;
}
#content-header.at-top {
	position:fixed;
	top:60px
}
#location {
	font-size:10px;
	color:#009ee0;
	margin-left:0px
}
#location a {
	color:#009ee0;
}
#page_title {
	position:relative;
	top:-1px;
	margin-top:0;
	color:#009ee0;
	font-size:23px;
}
#page_title .title {
	color:#009ee0;
}

.page_subtitle {
	font-size:18px;	
}

#sub-main {
	width:790px;
	margin-top:0px;
}
#page-title {
	margin-bottom:50px;
	color:#009ee0;
}
#content #content-main {
	padding-top:0px
}
#content .block-workbench {
	margin-bottom:10px
}
#content .tabs.secondary {
	margin-top:10px
}
.container {
	width:728px;
}

.imgline_tek {
	width:220px;
	height:180px;
}

.imgline_tek_thum {
	width:80px;
	height:75px;	
	border:1px solid;
	border-color:#009ee0;
	margin-right:6px;
}

.page_text {
	line-height:20px;
}
.slideshow {
	margin-bottom:0px
}
.slideshow .screen {
	overflow:hidden
}
.slideshow .screen .container {
	position:relative;
	height:500px;
}
.slideshow .screen .shutter {
	position:relative;
	overflow:visible;
	top:-100%;
	left:100%;
	height:500px;
	width:130%
}
.slideshow .screen .shutter:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.slideshow .screen .shutter .inner {
	height:500px;
	width:500px;
}
.slideshow .screen .zoom {
	position:relative;
	left:0;
	top:-100%
}
.slideshow .screen .zoom .zoom-img {
	position:relative
}
.slideshow .thumbs {
	display:block;
	margin-top:0px;
	cursor:pointer;	
}

.slideshow .thumbs:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.slideshow .thumbs .thumb {
	display:block;
	float:left;
	margin-right:6px;
	border:1px solid;
	border-color:#009ee0;
	overflow:visible
}
.slideshow .thumbs .thumb.selected {
	border-color:#172983;
	cursor:auto
}
.slideshow .thumbs .thumb-empty {
	width:8px;
	height:8px
}
.slideshow .thumbs .thumb-empty:hover {
	background-color:#009ee0
}
.slideshow .thumbs .thumb-empty.selected:hover {
	background-color:inherit
}
.slideshow .thumbs .thumb-img {
	margin-right:6px
}
.slideshow .thumbs .thumb-img:hover {
	border-color:#172983;
	color:#009ee0
}
.slideshow .thumbs .thumb-img .zoom-icon {
	width:100%;
	height:1em;
	overflow:hidden;
	position:relative;
	margin-bottom:-1em
}
.slideshow .thumbs .thumb-img .zoom-icon .inner {
	font-size:.8em;
	padding-right:.1em;
	padding-top:.25em;
	float:right
}
.slideshow .thumbs .thumb-img .zoom-icon:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}

.zi-ul {
	display:table;
	padding-left:2px
}
.zi-ul li {
	list-style-type:none;
	display:table-row
}
.zi-ul li:before {
	font-family:zisy;
	font-size:.8em;
	content:'\e600';
	display:table-cell;
	text-align:right
}
.normal-ul {
	display:block;
	padding:0
}
.normal-ul li:before {
	content:none
}
.h1 {
	padding:0;
	margin:0 0 12px -3px;
	color:#009ee0;
	font-size:28px;
	font-family:AkkuratLight, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	line-height:30px
}
.h2 {
	padding:0;
	margin:10px 0 12px 0;
	color:#172983;
	font-size:22px;
	font-family:AkkuratLight, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	line-height:26px
}
h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0px 0 12px 0;
	font-size:14px;
	font-weight:bold;
	text-align:left
}
h2+div>div>h3 {
	margin-top:0
}
.view-news.view-display-id-page .views-row+.views-row {
	margin-top:12px
}
.view-news.view-display-id-page .views-row:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.view-news.view-display-id-page .views-row .views-field-published-at, .view-news.view-display-id-page .views-row .views-field-created {
	float:left
}
.view-news.view-display-id-page .views-row .views-field-title {
	float:right;
	width:506px
}
.view-news.view-display-id-page .views-row .views-field-field-subtitle {
	float:right;
	width:506px
}
.node-zi-newsitem .submitted+.content h3 {
	margin-top:1px
}
.applications-overview tr th {
	padding-top:5px
}
.applications-overview tr td {
	padding-bottom:5px;
	padding-top:5px
}
.applications-overview .dev {
	text-align:center;
	padding-left:3px;
	padding-right:3px
}
.applications-overview .txt {
	padding-left:10px
}
.view-publications .view-filters {
	margin-bottom:30px
}
.node-zi-publication {
	margin-bottom:30px
}
.node-zi-publication h3 {
	margin:0 0 3px 0
}
.node-zi-publication .field-name-field-link, .node-zi-publication .field-name-field-file-attachment {
	margin:5px 0 5px 0
}
.node-zi-publication .field-label {
	font-weight:normal
}
.node-zi-product .slideshow .screen {
	width:598px;
	height:580px
}
.node-zi-product .slideshow {
	margin-top:5px
}
table.product-comparison tr:not(.subcap):nth-child(2n) {
background-color:#f4f4f4
}
table.product-comparison tr td {
	padding-bottom:5px;
	padding-right:5px
}
table.product-comparison tr th {
	padding-bottom:5px;
	padding-right:5px
}
table.product-comparison .title {
	min-width:150px
}
.zi-product--zi-product-options-list {
	margin-bottom:30px
}
.zi-product--zi-product-options-list .image-part {
	float:left;
	width:210px;
	margin-right:10px
}
.zi-product--zi-product-options-list .text-part {
	float:left;
	width:376px
}
.zi-product--zi-product-options-list .text-part h1, .zi-product--zi-product-options-list .text-part h2, .zi-product--zi-product-options-list .text-part h3 {
	margin-top:0
}
.zi-product--zi-product-options-list:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.view-product-resources ul {
	display:block;
	padding:0
}
.view-product-resources ul li:before {
	content:none
}
.view-product-resources li {
	line-height:16px;
	white-space:nowrap
}
.view-product-resources li a {
	padding:0;
	margin-left:18px
}
.view-product-resources li a img.file-icon {
	margin-left:0px
}
img.file-icon {
	margin-right:2px
}
table.product-overview tr td.freq-range {
	border-top:1px solid #009ee0;
	padding:0;
	margin:15px 0 12px 0;
	color:#172983;
	font-size:22px;
	font-family:AkkuratLight, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	line-height:26px;
	color:#009ee0
}
table.product-overview tr td.freq-range.right {
	text-align:right
}
.node-zi-slideshow .slideshow .screen {
	width:600px;
	height:480px;
	padding-left:3px
}
table.specs tr:not(.subcap):nth-child(2n) {
 background-color:#f4f4f4;
}
table.specs-standalone td:first-child {
	width:40%
}
table.specs td {
	padding:8px;
}
.video {
	width:100%;
	position:relative;
	margin-bottom:30px
}
.video img {
	display:block;
	width:100%
}
.video .thumb {
	cursor:pointer
}
.video .play-icon {
	background-image:url(../images/youtube-icon-dark_80.png);
	width:80px;
	height:56px;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%)
}
.video:hover .play-icon {
	background-image:url(../images/youtube-icon-full_color_80.png)
}
.video-player {
	width:100%
}
.webform-client-form {
	display:table;
	width:100%
}
.webform-client-form .form-item {
	margin:0 0 15px 0
}
.webform-client-form .form-item label {
	display:table-row
}
.webform-client-form .form-item input, .webform-client-form .form-item select {
	display:table-row
}
.webform-client-form .form-item.form-type-checkbox {
	display:table-row
}
.webform-client-form .form-item.form-type-checkbox label {
	display:table-cell
}
.webform-client-form .form-item.form-type-checkbox input {
	display:table-cell
}
.webform-client-form .form-item.webform-container-inline {
	display:table-row
}
.webform-client-form .form-item.webform-container-inline label {
	display:table-cell;
	padding-right:15px
}
.webform-client-form .form-item.webform-container-inline input, .webform-client-form .form-item.webform-container-inline select {
	display:table-cell
}
.webform-client-form .form-item.webform-container-inline:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.webform-client-form .webform-component-fieldset {
	border:0;
	margin:0;
	padding:0
}
.node-add-to-cart.form-submit {
	cursor:pointer
}
.field-name-field-shop-product {
	margin-bottom:30px
}
.quick-button, .button.quick-button {
	font-size:12px;
	font-family:AkkuratLight, Arial, Helvetica, sans-serif;
	line-height:18px;
	letter-spacing:-.5px;
	padding:5px 10px 5px;
}
table {
	border:0;
	border-spacing:0;
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	font-size:12px;
	line-heigh:22px;
}
table tbody {
	margin:0;
	padding:0;
	border:0
}
table tr {
	border:0
}
table tr th {
	border:0;
	padding:0 2px 0 0;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	color:#172983;
}
table tr td {
	border:0;
	padding:0 2px 0 0;
	vertical-align:top;
	line-height:22px;
}
table tr td.subcap {
	font-weight:bold;
	padding-top:12px
}
table tr td.centered {
	text-align:center
}
table.specs tr:not(.subcap):nth-child(2n) {
 background-color:#f9f9f9
}
table.specs-standalone td:first-child {
	width:40%
}
table tr td.subcap {
	font-weight:bold;
	padding-top:13px;
	color:#172983;
}
.bold {
	font-weight:bold;
}
.footnote-ref {
	vertical-align:super;
	font-size:.8em
}
.footnotes {
	margin-top:15px;
	margin-left:10px
}
dl.q-and-a {
	margin:0 0 5px 0;
	padding:3px 0 5px 0;
	border-bottom:1px dotted #172983
}
dl.q-and-a.active dt {
	color:#009ee0;
	background-image:url(../images/collapse_out.png)
}
dl.q-and-a.active dt:hover {
	background-image:url(../images/collapse_over.png)
}
dl.q-and-a dt {
	color:#172983;
	background-image:url(../images/expand_out.png);
	padding-left:18px;
	background-repeat:no-repeat;
	background-position:left 3px;
	display:block;
	outline:0;
	cursor:pointer
}
dl.q-and-a dt:hover {
	background-image:url(../images/expand_over.png)
}
dl.q-and-a dd {
	display:none;
	margin:10px 0 15px 0;
	padding:3px 0 3px 18px
}
.mc-row {
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:15px;
	overflow:hidden
}
.mc-row:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-col {
	float:left
}
.mc-col>.mc-box {
	margin-left:8px;
	margin-right:0px;
	min-width:15px
}
.mc-row1 {
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:15px;
	overflow:hidden;
}
.mc-row1:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row1 .mc-col {
/*width:100%*/
}
.mc-row2 {
	margin-left:-8px;
	margin-right:0px;
	margin-bottom:15px;
	overflow:hidden;
	line-height:20px;
}
.mc-row2:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row2 .mc-col {
	width:50%;
}
.mc-row3 {
	margin-left:-8px;
	margin-right:0px;
	margin-bottom:15px;
	overflow:hidden;
	border:0px solid red;
}
.mc-row3:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row3 .mc-col {
	width:33.33333%
}
.mc-row3 .mc-col-w2 {
	width:60% !important
}
.mc-row4 {
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:15px;
	overflow:hidden
}
.mc-row4:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row4 .mc-col {
	width:25%
}
.mc-row4 .mc-col-w2 {
	width:50% !important
}
.mc-row4 .mc-col-w3 {
	width:75% !important
}
.mc-row-2-float-right {
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:15px;
	overflow:hidden
}
.mc-row-2-float-right:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row-2-float-right .mc-col:first-of-type {
	max-width:80%
}
.mc-row-2-float-right .mc-col+.mc-col {
	float:right
}
.mc-row-2-float-left {
	margin-left:-8px;
	margin-right:0px;
	margin-bottom:15px;
	overflow:hidden;
	line-height:20px;
}
.mc-row-2-float-left:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row-2-float-left .mc-col:first-of-type {
	float:left
}
.mc-row-2-float-left .mc-col+.mc-col {
	max-width:80%
}
table.diagram tr {
	height:100%
}
table.diagram tr td {
	height:100%;
	padding:3px 3px 3px 3px
}
table.diagram tr td .box {
	border:1px solid #009ee0;
	padding:2px 4px 2px 4px;
	height:100%
}
table.diagram tr td .box.parent {
	height:auto;
	border:0;
	padding:0;
	margin:-2px -3px -2px -3px
}
table.diagram tr td.manyline {
	width:40%;
	vertical-align:middle;
	padding:5px 0 0 0
}
table.diagram tr td.manyline .box {
	padding:0;
	border:0;
	border-top:1px dotted #009ee0;
	height:0
}
table.diagram tr.connected .box {
	margin-top:-1px
}
table.diagram tr.connected td {
	padding-bottom:2px
}
table.diagram tr.layer td {
	vertical-align:middle;
	padding:5px 0 0 0
}
table.diagram tr.layer td .box {
	padding:0;
	border:0;
	border-top:1px dashed #172983;
	height:0
}
table.diagram tr.layer th {
	font-weight:normal;
	font-size:9px;
	line-height:9px;
	padding:2px 0 0 2px
}
.odd-even tr:not(.subcap):nth-child(2n) {
 background-color:#f4f4f4;
}
.applications-overview tr th {
	padding-top:5px
}
.applications-overview tr td {
	padding-bottom:5px;
	padding-top:5px;
	color:#009ee0;
}
.applications-overview .dev {
	text-align:center;
	padding-left:3px;
	padding-right:3px
}
.applications-overview .txt {
	padding-left:10px
}
table.KPFM th {
	text-align:left;
	color:#172983;
	line-height:15px;
}
table.KPFM td {
	padding:5px;
	vertical-align:top;
	line-height:16px;
}
table.KPFM h3 .ktitle {
	color:#172983;
	vertical-align:top;
}
.page-items {
	margin-bottom:30px;
	position:relative;
	color:#172983;
	line-height:15px;
}
.stext {
	font-size:11px;
	height:15px;
}
.stext2 {
	font-size:10px;
	height:11px;
	position:relative;
	top:-8px;
}
h3 .btext {
	font-size:13px;
}
.textformat-list {
	padding-top:7px;
	color:#009ee0;
}
.textformat-list a {
	color:#009ee0;
	font-weight:bold;
}
ul.menu {
	display:block;
	margin:0;
	padding:0
}
ul.menu li:before {
	content:none
}
ul.menu li {
	padding:0;
	margin:0;
	list-style-type:none;
	list-style-image:none;
	white-space:nowrap
}
ul.menu li a.active-trail, ul.menu li a.active {
	color:#172983;
}
ul.menu ul {
	margin-left:20px;
}
.tex2jax ul li {
	list-style-type: square;
	line-height:22px;
	color:#172983;
	margin-left:15px;
}
.tex2jax ul li a {
	color:#009ee0;
}
.tex2jax ul li ul li {	
	list-style-type:circle;
	line-height:22px;
	color:#172983;
	margin-left:15px;
}
.tex2list ul li {
	list-style-type: square;
	line-height:22px;
	color:#666666;
	margin-left:14px;
}
.tex2list ul li a {
	color:#009ee0;
}



.item-list {
	position:relative;
	margin-left:-18px;
}
.item-list ul li {
	list-style:none;
	line-height:22px;
}
.text_co_bl {
	color:#009ee0;
}
.text_co_bl2 {
	color:#172983;
}
.text_co_bl3 {
	color:#0099cc;
}

.text_co_red {
	color:#cc3333;
}

.main-titles h2, .main-titles h3 {
	margin-top:0
}
.main-titles h3 {
	position:relative;
	top:-13px
}
.pro_title a {
	color:#009ee0;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;		
	margin:0;
}
.pro_subtitle a {
	color:#3c3c3c;
	font-size:13px;
	font-weight:bold;
}

.cob_table {width:100%; line-height:24px; font-size:12px; border-left:1px #CECFCE solid}
.cob_table td {border-bottom:1px #CECFCE solid; border-right:1px #CECFCE solid; padding:2px 10px 2px 10px}
.cob_table .title {font-weight:bold; font-size:13px; background:#ffffff; color:#333333; padding-top:3px; padding-bottom:3px;border-top:1px #CECFCE solid; }
.cob_table .sub_title1 {font-weight:bold; background:#ffffff; color:#1e1e1e; font-size:12px}

table.cob_table tr:not(.subcap):nth-child(2n) {
 background-color:#f4f4f4;
}
.cob_protitle {
	border-bottom:1px solid #666666; 
	border-top:1px solid #666666;
	padding-top:3px;
	padding-bottom:3px; 
	padding-left:5px;
	background-color:#f4f4f4;
	font-size:17px;
	font-weight:bold;
}

.fb12 {font-size:12px;}
.fb13 {font-size:13px;}
.fb24 {font-size:24px; font-weight:bold;}
.fb14 {font-size:14px; font-weight:bold;}
.fb18 {font-size:18px; font-weight:bold;}
.fb33 {font-size:33px; font-weight:bold;}
.fb35 {font-size:35px; font-weight:bold;}
