/* pagestyles.css - determines all page layouts for all templates */
/**
* <rde-dm:attribute attribute="rdeResponseMimetype" mode="write" source="request" value="text/css"/>
* Default Body styles
* @title Body
*/
html, body {
    color: #000;
    background: #fff url(/images/body-bg.jpg) repeat;
    margin: 0;
    font-size: 100%;
    font-family: arial, sans-serif;
}
div#pagewrap {
    width: 90%;
    margin: 2% auto;
    color: #333;
    background: #fff url(/images/pagewrap-bg.png) repeat-y right top;
    min-width: 780px;
    max-width: 1000px;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.clear { clear: both; }
/**
* Default header styles
* @title header
*/
div#header {
    height: 5em;
    margin: 0;
    padding: 0;
    background: #fff url(/images/masthead-bg2.jpg) no-repeat right top;
    position: relative;
}
div#header img#zarlinklogo {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 2em;
    padding-top: 1.5em;
    background: url(/images/logo-bg.gif) no-repeat left top;
}
div#header form {
    float: right;
    height: 5em;
    width: 14em;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
}
div#header a#advsearch {
    position: absolute;
    left: 1em;
    bottom: 0;
    margin-bottom: 1.5em;
    font-size: 0.7em;
    color: #333;
    background-color: inherit;
    text-decoration: none;
}
div#header input#searchtext {
    position: absolute;
    top: 1.5em;
    left: 1em;
    width: 10em;
    line-height: 2em;
    vertical-align: middle;
}
div#header button#searchbtn {
    position: absolute;
    right: 1em;
    top: 1.25em;
    line-height: 2em;
    vertical-align: middle;
    width: 66px;
    height: 33px;
    display: block;
    background: url(/images/searchbtn.png) no-repeat 0 0;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
}
div#maincontent button#searchbtn {
    position: relative;
    left: 20em;
    top: -1.85em;
    line-height: 2em;
    vertical-align: middle;
    width: 66px;
    height: 33px;
    display: block;
    background: url(/images/searchbtn.png) no-repeat 0 0;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
}
/**
* Default navigation styles
* @title navigation
*/
div#mainnav {
    margin: 0;
    padding: 0;
    position: relative;
    height: 2.55em;
    background-image: url(/images/navleft-bg.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}
div#mainnav ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 25px 16px 0.25em;
    padding-bottom: 10px !important;
    display: block;
    width: 70%;
    height: auto;
    font-size: 0.75em;
    top: 0;
    margin-left: 30px;
    background: url(/images/navul-bg.gif) no-repeat right top;
    z-index: 3;
}
div#mainnav ul li {
    display: inline;
    height: 0.75em;
    line-height: 0.75em;
    text-transform: uppercase;
    border-right: 1px solid #333;
    padding: 0 0.75em;
}
div#mainnav ul li.first {
padding-left: 0 !important;
}
div#mainnav ul li.last {
    border-right: none;
}
div#mainnav a {
    height: auto;
    line-height: 1.5em;
    padding: 0.25em;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
    font-weight: normal;
}
div#mainnav a:link {
    
}
div#mainnav a:visited {
    
}
div#mainnav a:focus {
    
}
div#mainnav a:hover {
    
}
span#myzarlink {
    background: url(/images/content-bg.gif) no-repeat right top;
    position: absolute;
    right: -30px;
    height: 2em;
    top: 0;
    width: 23%;
    text-align: right;
    margin-right: 15px;
    padding: 10px 28px 10px 0;
    text-transform: uppercase;
    font-size: 0.85em;
    z-index: 1;
}
span#myzarlink a {
    color: #333;
    text-transform: capitalize;
}
div#content {
    font-size: 85%;
    padding-right: 15px;
    background: url(/images/content-bg.gif) no-repeat right top;
    zoom: 1;
}
div#maincontent {
    width: 64.9%;
    float: left;
    margin: 1em 0 0 2em;
    display: inline;
}
body.home div#maincontent {
    width: 34.9%;
    float: left;
    margin: 1em 0 0 0;
}
body.home #features {
    position: absolute;
    left: -999em;
}
div#secondarycontent {
    margin: 2em 0 0 0;
}
body.home div#secondarycontent {
    width: 64.9%;
    float: right;
    max-width: 480px;
}

/* Begin Slideshow styles */

div#featurelist {
    position: relative;
}
div#featurelist ol {
    position: relative;
    height: 197px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-image: url(/images/imgloading.gif) no-repeat 50% 50%;
}
div#featurelist ol li {
    position: absolute;
    margin: 0;
    padding: 0;
}
div#featurelist ol li a {
    padding: 0;
    margin: 0;
}
#control_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 141px;
    height: 37px;
    z-index: 100000;
}
#slideshow_controls {
    height: 37px;
    margin: 0;
    padding: 5px 10px;
    list-style: none;
}
.small-controls {
    width: 141px !important;
    background: url(/images/controls-bg.png)  no-repeat left top !important;
}
.large-controls {
    width: 480px !important;
    background: url(/images/controls-bg-large.png) no-repeat left top !important;
}
#slideshow_controls:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#slideshow_controls li {
    float:left;
}
#slideshow_controls li a {
    display: block;
    float: left;
    text-indent: -9999em;
    overflow: auto;
    width: 20px;
    height: 20px;
}
#slideshow_controls .previous {
    background: url(/images/control-previous.gif) no-repeat 50% 50%;
}
#slideshow_controls .next {
    background: url(/images/control-next.gif) no-repeat 50% 50%;
}
#slideshow_controls .number {
    background: url(/images/control-number.png) no-repeat 50% 50%;
}
.current_control {
    background: url(/images/control-number-current.png) no-repeat 50% 50% !important;
}

/* End Slideshow styles */

div.subwrap {
    background: #f1f0f7;
    color: #333;
    margin: 0 0 0;
    padding: 0 0 1em 0;
    overflow: hidden;
}
div.subwrap  div {
    margin: 0 1em;
}
div.subwrap div#news {
 margin-left: 0;
 padding-left: 16px;
 margin-bottom: 16px;
}

div.subwrap div#news ol {
    margin-left: 0;
}
body.home div#secondarycontent div h3 {
    color: #be1d35;
    background-color: #f1f0f7;
}
body.home div#maincontent h2 {
    margin-left: 2em;
}
body.home div#maincontent ul {
    list-style-type: none;
    padding: 0;
    margin-left: 2.25em;
    margin-right: 3em;
    font-weight: bold;
    font-size: 0.9em;
    border-bottom: 1px solid #ccc;
}
div#maincontent ul li {
    padding: .75em 0;
    margin-left: 1em;
}
body.home div#maincontent ul li {
    border-top: 1px solid #ccc;
}
div#maincontent a {
    color: #333;
    background-color: transparent;
}
body.home div#maincontent a {
    text-decoration: none;
}
body.home div#secondarycontent div.subwrap div {
    margin: 0;
}
body.home div#secondarycontent div.subwrap {
    margin: 0 0 -17px !important;
    background: #f1f0f7 url(/images/sub-wrap-bg.gif) no-repeat right bottom !important;
}
div#secondarycontent div.subwrap h3 {
margin-top: 0 !important;
margin-bottom 0;
}
div#secondarycontent div.subwrap {
    padding-top: 20px; background: #f1f0f7 url(/images/subwrap-purple-top.gif) no-repeat left top !important;
}
/* body.products div#secondarycontent div.subwrap, body.investor div#secondarycontent div.subwrap, body.company div#secondarycontent div.subwrap { */
body.products div#secondarycontent div.subwrap, body.company div#secondarycontent div.subwrap {
    background: #f1f0f7 url(/images/subwrap-purple-top.gif) no-repeat left top !important;
}
body.news div#secondarycontent div.subwrap {
    background: #e6ecd6 url(/images/subwrap-green-top.gif) no-repeat left top !important;
}
body.salessupport div#secondarycontent div.subwrap {
    background: #f7e9e8 url(/images/subwrap-pink-top.gif) no-repeat left top !important;
}

body.home div#news {
    width: 203px;
    padding-left: 15px;
    margin-right: 20px;
    float: left;
    color: #333;
    border-right: solid #fff 2px;
}

div#news ol, div.subwrap div ol {
    list-style-type: none;
    margin: 0 1em 1em 0;
    padding: 0 0 1em;
    font-size: 0.85em;
}
body.home div#news ol {
    /*border-right: 3px solid #fff;*/
}
div#news ol li, div.subwrap div ol li {
    margin: 0 1em 0 0.25em;
    padding: 0 0 0.5em 0;
}
div#news ol li a, div.subwrap div ol li a {
    display: block;
    margin: 0.25em 0;
    font-weight: bold;
    color: #000;
}

body.home div#techresources {
    width: 49.9%;
    float: right;
    height: 100%;
    /*background-color: #f1f0f7;*/
    color: #333;
}
div#techresources {
    border-bottom: none !important;
}
div#techresources ul {
    list-style-type: none;
    margin: 0 1em 0 0;
    padding: 0;
}
div#techresources ul li {
    font-size: 0.9em;
    padding: 0.25em 0;
}
body.home div#techresources ul li {
    padding: 0.5em;
}
div#techresources ul li a {
    color: #000;
    font-weight: bold;
}
div.container {
    background: url(/images/container-bg.gif) repeat-y left top !important;
}
div.container:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div#footer {
    clear: both;
    font-size: .7em;
    color: #000;
    background: url(/images/footer-bg.gif) no-repeat left bottom;
    height: 60px;
    text-align: center;
    margin: 0;
}
div#footer ul {
    margin: 0;
    padding: 30px 0 0 0;
    height: 30px;
    list-style-type: none;
    background: url(/images/footer-ul-bg.gif) no-repeat right top;
}
div#footer ul li {
    display: inline;
    padding: 0 1em;
    border-right: 1px solid #333;
}
div#footer ul li.last {
    border: none;
}
div#footer p.floatright {
    float: right;
}
div#footer p.floatleft {
    float: left;
}
h2, h3 {
    font-family: 'Lucida Sans', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #be1d35;
    background-color: inherit;
}
h2 {
    font-size: 1.5em;
    border-bottom: 1px solid #9cc;
    padding: 0.75em 0 0;
    margin-right: 1em;
}
body.home h2 {
    font-size: 1.5em;
    border-bottom: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
    color: #000;
    background-color: inherit;
    margin: 1em 0 0.25em 0;
    padding: 0;
}
img, a img {
    border: none;
}
p.date {
    font-weight: bold;
    margin-top: 0;
    padding-top: 0;
}
body.investor div#maincontent p, body.news div#maincontent p, body.corporate div#maincontent p, body.company div#maincontent p, body.salessupport div#maincontent p, body.products div#maincontent p {
    margin: 0 1em 0 0;
    padding: 0;
}
body.investor div#secondarycontent div#news {
    padding-bottom: 160px;
    background: #dcf0f3 url(/images/investor-sidebar.jpg) no-repeat 0 90%;
    padding-left: 16px;
}
body.investor div#secondarycontent div.subwrap {
        background: #dcf0f3 url(/images/subwrap-aqua-top.gif) no-repeat left top !important;
}
body.news div.subwrap {
    background-color: #e6ecd6;
    color: inherit;
}
body.news div#secondarycontent div#news {
    padding-bottom: 160px;
    background: #e6ecd6 url(/images/news-sidebar.jpg) no-repeat 0 100%;
    padding-left: 16px;
}
body.careers div.subwrap {
    background-color: #f9f4ea;
    color: inherit;
}
body.careers div#secondarycontent div#news {
    padding-bottom: 160px;
    background: #f9f4ea url(/images/careers-sidebar.jpg) no-repeat 0 100%;
    padding-left: 16px;
}
body.careers input#careersearch {
    margin: 0.5em 0 0 8em;
    border: none;
    display: inline;
}
body.corporate div.subwrap {
    background-color: #f1f0f7;
    color: inherit;
}
body.corporate div#secondarycontent div#news {
    padding-bottom: 160px;
    background: #f1f0f7 url(/images/governance-sidebar.jpg) no-repeat 0 100%;
    padding-left: 16px;
}
body.corporate #maincontent ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}
body.corporate #maincontent ul li {
    margin: 0.125em 0;
    padding: 0;
    border: none;
}
body.corporate #maincontent div {
    width: 49.9%;
    float: left;
}
body.corporate #maincontent div ul {
    margin: 0 0 2em;
    padding: 0 1em 0 0;
}
body.corporate #maincontent h4 {
    clear: both;
}
body.company div#secondarycontent div#news {
    padding-bottom: 5px;
    background: #f1f0f7 no-repeat 0 100%;
    padding-left: 16px;
}
body.salessupport div#secondarycontent div#news {
    padding-bottom: 160px;
    background: #f7e9e8 url(/images/salessupport-sidebar.jpg) no-repeat 0 100%;
    padding-left: 16px;
}
body.salessupport div.subwrap {
    background-color: #f7e9e8;
    color: inherit;
}
/* Portal Styles */
body.portal #maincontent img.portalmain {
    float: right;
    margin: 0 2em 2em;
}
div.portal-new {
    clear: both;
    margin: 1em 2em 1em 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div#news.portal-new {
    padding: 0;
}
div#news.portal-new a {
    display: inline;
}
div#news.portal-new ol, div#news.portal-new h3, div#news.portal-new ol li {
    padding: 0;
    margin: 0;
}
div#news.portal-new ol, div#news.portal-new h3 {
    margin-top: 1em;
}
div#news.portal-new ol li {
    width: 46.9%;
    display: block;
    float: left;
    margin: 0.5em 0;
    padding: 0.5em 1em 0.5em 0;
    height: 30px;
}
div#news.portal-new ul {
    clear: both;
    margin: 0;
    padding: 1em 0;
    text-align: center;
}
div#news.portal-new ul li {
    border: none;
    display: inline;
    list-style-type: none;
    margin: 0 1em;
    padding: 0;
}
div#news.portal-new div {
    width: 49.9%;
    float: left;
}
div#news.portal-new div h4 {
    margin: 1em 1em 0.25em 0;
}
div#news.portal-new div p {
    margin: 0 2em 1em 0;
}
body.portal div#secondarycontent div.subwrap div {
    margin-bottom: 10px;
    padding-bottom: 10px;
    /*border-bottom: 3px solid #fff;*/
}
body.portal div#secondarycontent div.subwrap div#news {
    padding-bottom: 160px;
    background: #f1f0f7 url(/images/company-sidebar.jpg) no-repeat 0 100%;
}
body.products div#secondarycontent div.subwrap div {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
}
body.portal div#secondarycontent div.subwrap div ol li a {
    display: inline;
}
body.portal div#techresources h4 {
    color: #be1d35;
    background-color: inherit;
    text-transform: uppercase;
    padding: 0;
    margin: 1em 0 0 0;
}
body.portal div#techresources h4 a {
    color: inherit;
    background-color: inherit;
    text-decoration:none;
    padding-left: 16px;
    background-repeat: no-repeat;
}
body.portal div#techresources h4.collapsed a, body.portal div#techresources h4 a {
    background-image: url(/images/portlet_arrow_collapsed.gif);
    background-position: 0 -1px;
}
body.portal div#techresources h4.expanded a {
    background-image: url(/images/portlet_arrow_expanded.gif);
    background-position: 2px 4px;
}
body.portal div#techresources ul {
margin: 0;
padding: 0;
}
body.portal div#techresources ul li {
margin: 0;
padding: 0.5em 0 0 16px;
/*font-size: 0.75em;*/
}
body.portal div#techresources ul.collapsed li {
margin: 0;
padding: 0.5em 0 0 16px;
font-size: 0.75em;
display: none;
}
body.portal div#techresources ul li ul li {
font-size: 1em;
margin: 0 0 0 0.5em;
padding-left: 0;
}
body.portal div#techresources ul.collapsed li.collapsed,
 body.portal div#techresources ul li.collapsed,
 body.portal div#techresources ul.expanded li.more {
    position: absolute;
    left: -999em;
}
body.portal div#techresources ul.expanded, body.portal div#techresources ul.expanded li.collapsed {
    position: static;
}
body.portal div#techresources ul li.more {
    margin: 0 0 1em 10em;
    font-style: italic;
}
body.portal div#techresources ul.expanded li.more {
    position: absolute;
    left: -999em;
}
body.productprofile div#maincontent, body.application div#maincontent, body.search div#maincontent {
    width: 95%;
}

/* Hide the secondarycontent div */
body.search div#secondarycontent {
    display:none;    
}

/**
* Product Tree styles
* @title producttree
*/
body.productprofile h2 {
    font-size: 120%;
    border-bottom: none;
    margin-bottom: .25em;
    font-weight: bold;
    text-transform: none;
}
body.productprofile h2 em {
    color: #be1d35;
    font-size: 120%;
    font-style: normal;
    padding-bottom: 0;
}
body.productprofile h3 {
    font-size: 100%;
    font-weight: bold;
}
body.productprofile h3 em {
    font-style: normal;
}
body.productprofile div#togglewrap h3 {
    font-size: 120%;
    font-weight: normal;
}
body.productprofile div#maincontent ul#profilenav {
    margin: 0;
    padding: 4px 0 0;
    font-size: 0.85em;
}
body.productprofile div#maincontent ul#profilenav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none;
    float: left;
    height: 1.5em;
    text-align: center;
    vertical-align: middle;
    width: auto;
    white-space: nowrap;
}
body.productprofile div#maincontent ul#profilenav li.currenttab {
    font-weight: bold;
}
body.productprofile div#maincontent ul#profilenav li a {
    text-decoration: none;
}
body.productprofile div#maincontent ul#profilenav li a {
    background-color: #efefeb;
    padding: 4px 8px;
    margin: 0;
    border: 1px solid #ccc;
    border-left: none;
}
body.productprofile div#maincontent ul#profilenav li.currenttab a {
    background-color: #fff;
    border-bottom: none;
    padding-bottom: 2px;
}
/*body.productprofile div#maincontent div#togglewrap div {
    background-color: #fff;
    position: relative;
    margin-bottom: 3em;
    padding-top: 1em;
}
body.productprofile div#maincontent div#togglewrap div div.addresources {
    background-color: #f1f0f7;
    position: absolute;
    margin-right: 0;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    padding: 10px;
}*/
body.productprofile div#maincontent div#togglewrap {
    float:left;
    width:63%;
}
body.productprofile div#maincontent div.addresources {
    float: right;
    background-color: #f1f0f7;
    width: 230px;
    padding: 10px;
    margin-top: 20px;
}
body.productprofile div#maincontent div#togglewrap div div#overviewcontent, body.productprofile div#maincontent div#togglewrap div div#technicalcontent, body.productprofile div#maincontent div#togglewrap div div#toolscontent, body.productprofile div#maincontent div#togglewrap div div#applicationscontent, body.productprofile div#maincontent div#togglewrap div div#packagingcontent, body.productprofile div#maincontent div#togglewrap div div#supportcontent,
body.portal div#maincontent div#togglewrap div div#overviewcontent, body.portal div#maincontent div#togglewrap div div#technicalcontent, body.portal div#maincontent div#togglewrap div div#relatedcontent, body.portal div#maincontent div#togglewrap div div#applicationscontent, body.portal div#maincontent div#togglewrap div div#supportcontent {
/*    float: left;
    width: 64.9%;*/
    margin-top: 20px;
}
body.productprofile div#maincontent div#togglewrap h3.hidden {
    position: absolute;
    left: -9999em;
}
body.productprofile div#maincontent ul li {
    border: none;
    margin: 0;
    padding: 0.25em;
}

body.productprofile div#maincontent div.addresources ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
body.productprofile div#maincontent div.addresources ul li {
    /*width: 100%;*/
}
table.details {
    margin: 1em 0;
    border-collapse: collapse;
    background-color: #efefef;
    width: 100%;
}
table.details th, table.details td {
    padding: 5px;
}
table.details thead tr {
    background-color: #b50030;
    color: #fff;
    text-align: left;
    white-space: pre;
    border: 1px solid #b50030;
}
table.details tbody tr td {
    border: 1px solid #ccc;
}
table.details tbody tr.odd {
    background-color: #fff;
    color: inherit;
}
table.details a {
    background: transparent !important;
}

/* 
body.productprofile div#maincontent div {
    clear: both;
}
*/
body.application div#maincontent h3 {
    text-transform: none;
    color: #333;
    background-color: inherit;
}
body.application div#maincontent h3 {
    text-transform: none;
    color: #333;
    background-color: inherit;
}
body.application div#appimages {
    margin: 3em 0;
    text-align: center;
}
body.application div#maincontent table.details {
    margin: 0;
}
.sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
}
.sIFR-replaced {
    visibility: visible !important;
}
.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}
.bioHeadline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;    
}
.bioSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    display: inline;
}
.bioText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    display: inline;
}
 /*Table Details Small*/
table.details_small {
margin: 1em 0;
border-collapse: collapse;
background-color: #efefef;
/*display:block;*/
}
table.details_small th, table.details td {
    padding: 5px;
    font-size: 0.80em;
}
table.details_small thead tr {
background-color: #b50030;
color: #fff;
text-align: left;
white-space: pre;
border: 1px solid #b50030;
}
table.details_small tbody tr td {
    border: 1px solid #ccc;
    font-size: 10px;
}
table.details_small tbody tr.odd {
background-color: #fff;
color: inherit;
}
table.details_small tbody tr.odd a {
background-color: transparent;
}
table.details_small tbody tr.even {
background-color: #fff;
color: inherit;
}
 

/* NEW */
#salesSupportCountryList {
    margin: 1em;
}
#salesSupportCountryList li {
    margin:0;
    padding:.25em !important;
}
.salesSupportCountry {
    float:left;
    margin: 1em 0 1em 0;
}
/* displayed two accross */
.countryLocation {
    float:left;
    width:45%;
    margin:0 0 20px 0;
    padding:10px 20px 10px 0;
    border-top: 2px solid #ccc;
}
.countryLocation even {
    margin-left:20px !important;
}
.countryLocation h4, {
    margin:0 0 1em 0;
    padding:0;   
    color:#666;
}
.countryLocation h5 {
    margin:0;
    padding:0;   
}
#distRepContent div {
    margin-top: 10px;
}
#distRepContent label {
    padding-right: 10px;
    width: 300px;
}
#distRepContent select {
    /* */
}
#distRepContent a,
#distRepContent a:link,
#distRepContent a:visited,
#distRepContent a:hover {
    display: block;
    width: 26px;
    height: 25px;
    margin-left: 10px;
    text-indent: -9999px;
    background: url(/images/gobuttonshadow.jpg) no-repeat 0 0;
    position: absolute;
}
 
#distRepContent a img {
    border: 0;
}

.boxLinks {
    float: left;
    width: 300px;
}
 
/* New styles for Tabed navigation */
#tabbedNav ul{
    width: 97%;
    /*width:915px;
    w\idth:905px;*/
    margin-bottom:20px;
    padding-left:10px;
    list-style: none;
    font-size: 93%;
    background:#fff url(/images/tabbedNavBg.gif) repeat-x left bottom;
    display:block;
    float:left;
    * margin-left: 0 !important;
}
div#maincontent #tabbedNav ul li{
    float:left;
    margin:0;
    padding:0;
}
#tabbedNav a
{
    width:135px;
    height:41px;
    he\ight:33px;
    font-size:93%;
    text-transform:uppercase;
    color:#000;
    background:url(/images/tabbedNavBtn.jpg) no-repeat left top;
    padding-top:8px;
    display:block;
    text-align:center;
    text-decoration:none;
}
div#maincontent #tabbedNav ul li a.selected
{
    color:#000;
    background-position:left -41px;
    text-decoration:none;
}
#tabbedNav a:hover
{
    color:#000;
    background-position:left -41px;
    text-decoration:none;
}
.boxLinks {
    float: left;
    width: 300px;
}
 
#relatedProducts {
    padding: 10px 20px;
    margin-bottom: 40px;
    background: #f2f2f2;
    text-align: left;
}
#relatedProducts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#relatedProducts li {
    padding: 0 0 5px 0 !important;
}

#relatedProducts a {
    background: transparent !important;
}
 
.applicationTitle {
    font-family: Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #be1d35;
    background-color: inherit;
    font-size: 1.35em;
    margin-bottom: 20px;
}
 
 td.secureinfohead a, td.secureinfohead a:hover, td.secureinfohead a:active, td.secureinfohead a:visited {
    background-color: #A3002F;
    color: #FFFFFF;
}
 
/* Styles for new Product Tree */

div.indent {
    margin-left: 1.5em;
    padding-top: 1em;
}
div.opened span a{
    background: url(/images/portlet_arrow_expanded.gif) no-repeat 0 0;
    padding-left: 1em;
}
div.closed span a{
    background: url(/images/portlet_arrow_collapsed.gif) no-repeat 0 0;
    padding-left: 1em;
}
 
div#pressText p {
    margin-bottom: 15px !important;
}

/* E-Binder Search Results */
td.info1 {
    background-color: #D8D8D8;
    color: #000000;
    align: left;
}
div#maincontent a.info1{
    background-color: #D8D8D8;
    color: #000000;
    align: left;
}
div#maincontent a.info1:link{
    background-color: #D8D8D8;
    color: #000000;
    align: left;
}
div#maincontent a.info1:visited{
    background-color: #D8D8D8;
    color: #000000;
    align: left;
}
div#maincontent a.info1:hover{
    background-color: #D8D8D8;
    color: #000000;
    align: left;
}
td.info2{
    background-color: #EBEBEB;
    color: #000000;
    align: left;
}
div#maincontent a.info2{
    background-color: #EBEBEB;
    color: #000000;
    align: left;
}
div#maincontent a.info2:link{
    background-color: #EBEBEB;
    color: #000000;
    align: left;
}
div#maincontent a.info2:visited{
    background-color: #EBEBEB;
    color: #000000;
    align: left;
}
div#maincontent a.info2:hover{
    background-color: #EBEBEB;
    color: #000000;
    align: left;
}
td.secureinfohead {
    background-color: #A3002F;
    color: #FFFFFF;
font-weight: bold;    
}
td.infohead {
    background-color: #006699;
    color: #FFFFFF;
    font-weight: bold;
}
td.infofill {
    background-color: #F9F9F9;
    align: center;
}
.ebinder-button {
    margin: 5px 0 5px; 0;
}
.calendarIcon {
    position: relative;
    left: 415px; 
    bottom: 18px; 
    display: block; 
    width:16px; 
    height: 15px; 
    background: url(/images/calendar.jpg); 
    text-indent: -9999px;
}
 
/* New styles for Sales and Support Region navigation */
#regionNav ul{
    margin-bottom:20px;
    list-style: none;
    display:block;
    float:left;
    * margin-left: 0 !important;
}
div#maincontent #regionNav ul li{
    float:left;
    margin:0;
    padding:0;
}
#regionNav a
{
    display: block;
    padding-right: 15px;
}

div#techresources div {
    margin: 0 !important;
    padding: 0 !important;
}
 
/* Home Page Image Links */
body.home div#maincontent ul.homePageImageLinks {
    border: none !important;
    padding: 0;
    margin: 0 0 0 40px;
    list-style: none;
}
body.home div#maincontent ul.homePageImageLinks li {
    border-top: none !important;
    padding: 0 0 10px 0;
    margin: 0;
}
body.home div#maincontent ul.homePageImageLinks span.link {
    color: #ff0000 !important;
}

body.home div#maincontent ul.homePageImageLinks span.link a {
    color: #ff0000 !important;
    text-decoration: underline !important;
}

/* LE Protected */
a:hover {
    background: #ffffff;
    text-decoration: underline;
} /*BG color is a must for IE6*/
a.tooltip {
    text-decoration: none;
    border-bottom:1px dotted #777;
    color: #777 !important;
}
a.tooltip:hover {
    text-decoration: none;
}
a.tooltip span {
    display: none;
    padding: 2px 3px;
    margin-left: 0px;
    width: 150px;
    font-size: 0.85em;
    cursor: pointer;
}
a.tooltip span b {
    text-decoration: underline;
    color: #000;
}
a.tooltip:hover span {
    display: inline;
    position: absolute; 
    background: #EFEFEB;
    color: #333;
    border: solid #ccc 1px;
    text-decoration: none;
}

/*

*/
body.portal div#togglewrap h3 {
    font-size: 120%;
    font-weight: normal;
}
body.portal div#maincontent ul#profilenav {
    margin: 0;
    padding: 4px 0 0;
    font-size: 0.85em;
}
body.portal div#maincontent ul#profilenav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none;
    float: left;
    height: 1.5em;
    text-align: center;
    vertical-align: middle;
    width: auto;
    white-space: nowrap;
}
body.portal div#maincontent ul#profilenav li.currenttab {
    font-weight: bold;
}
body.portal div#maincontent ul#profilenav li a {
    text-decoration: none;
}
body.portal div#maincontent ul#profilenav li a {
    background-color: #efefeb;
    padding: 4px 8px;
    margin: 0;
    border: 1px solid #ccc;
    border-left: none;
}
body.portal div#maincontent ul#profilenav li.currenttab a {
    background-color: #fff;
    border-bottom: none;
    padding-bottom: 2px;
}
/*body.portal div#maincontent div#togglewrap div {
    background-color: #fff;
    position: relative;
    margin-bottom: 3em;
    padding-top: 1em;
}
body.portal div#maincontent div#togglewrap div div.addresources {
    background-color: #f1f0f7;
    position: absolute;
    margin-right: 0;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    padding: 10px;
}*/
body.portal div#maincontent div#togglewrap {
    float:left;
    width:63%;
}
body.portal div#maincontent div.addresources {
    float: right;
    background-color: #f1f0f7;
    width: 230px;
    padding: 10px;
    margin-top: 20px;
}
body.portal div#maincontent div#togglewrap div div#overview, body.portal div#maincontent div#togglewrap div div#technical, body.portal div#maincontent div#togglewrap div div#related, body.portal div#maincontent div#togglewrap div div#applications, body.portal div#maincontent div#togglewrap div div#support {
    float: left;
    display: none;
}
body.portal div#maincontent div#togglewrap div div#overview {
    display: block;
}
body.portal div#maincontent div#togglewrap div div#overviewcontent, body.portal div#maincontent div#togglewrap div div#technicalcontent, body.portal div#maincontent div#togglewrap div div#relatedcontent, body.portal div#maincontent div#togglewrap div div#applicationscontent, body.portal div#maincontent div#togglewrap div div#supportcontent {
    float: left;
    width: 559px;
    margin-top: 20px;
}
/*
body.portal div#maincontent div#diagramwrap {
    float: left;
}
*/
body.portal div#maincontent div#togglewrap h3.hidden {
    position: absolute;
    left: -9999em;
}
body.portal div#maincontent ul li {
    border: none;
    margin: 0;
    padding: 0.25em;
}

body.portal div#maincontent div.addresources ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
body.portal div#maincontent div.addresources ul li {
    /*width: 100%;*/
}

// Sales Navigation

#tabbedNavRedes ul{
    width: 680px;
    margin-bottom:20px;
    margin-left:10px;
    
    list-style: none;
    font-size: 10px;
    color:#a0002a;
    background:#fff;
    background-image: url(/images/tabbedNavRedesBg.gif);
    background-repeat: repeat;
    
    display:block;
    //float:left;
    * margin-left: 0 !important;
}
div#maincontent #tabbedNavRedes ul li{
    padding-left:10px;
    //float:left;
    margin:0;
    padding:0;
}
#tabbedNavRedes a
{
    width:170px;
    height:20px;
    font-size:10px;
    text-transform:uppercase;
    color:#a0002a;
    background:url(/images/tabbedNavRedes.gif) no-repeat left top;
    padding-top:8px;
    display:block;
    text-align:center;
    text-decoration:none;
}
div#maincontent #tabbedNavRedes ul li a.selected
{
    color:#fff;
    background-position:left -41px;
    text-decoration:none;
}
#tabbedNavRedes a:hover
{
    color:#fff;
    background-position:left -41px;
    text-decoration:none;
}

// End Sales Navigation

// Top Sale Navigation
.SalesSubSpacerTN
{
 PADDING-LEFT: 170px;
}
.NavSectionSalesTN 
{
  FONT-SIZE: 8pt;
  FONT-FAMILY: Verdana;
}
.NavSectionSalesTN ul 
{
  list-style: none;
  border: none;
  margin: 0;
  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  PADDING-BOTTOM: 0px;
  PADDING-TOP: 0px;
}
.NavSectionSalesTN li 
 {
  PADDING-BOTTOM: 1px;
  PADDING-TOP: 1px;
  PADDING-left: 5px;
  margin: 0px;
  BORDER-bottom: #d6d7dc 1px solid;
  BORDER-left: #a0002a 10px solid;
  BACKGROUND-COLOR: #f2f2f4;
  text-transform:uppercase;
  height: 5px;
  FONT-SIZE: 10px;
  FONT-FAMILY: arial;
line-height:.5em;
}
.NavSectionSalesTN li a 
 {
  text-decoration: none;
  width: 100%;
  color: #3E423E;
}
.NavSectionSalesTN li a:hover 
 {
  color: #a0002a;
}
#section_navigationSalesTN
{
  width: 140px;
  float: left;
  padding-left: 1px;
  padding-right: 3px;
  PADDING-TOP: 1px;
}
.navItemTitleSalesTN
{
  FONT-SIZE: 10pt;
  FONT-WEIGHT: bold;
  COLOR: #3E423E;
  FONT-FAMILY: Verdana;
  BORDER-BOTTOM: #cc0000 1px solid;
  PADDING-BOTTOM: 6px;
  text-align: center;
}
.NavSectionSalesTN ul .navActiveLinkSalesTN {
  background-color: #E2DFD8;
  display: block;
}
.NavSectionSalesTN ul .navActiveLinkSalesTN a {
  color: #a0002a;
}
#containerSales
{
  width: 755px;
}
.NavSectionSalesTN 
{
  FONT-SIZE: 8pt;
  FONT-FAMILY: Verdana;
}
.NavSectionSalesTN ul 
{
  list-style: none;
  border: none;
  margin: 0;
  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  PADDING-BOTTOM: 0px;
  PADDING-TOP: 0px;
}
.NavSectionSalesTN li 
 {
  PADDING-BOTTOM: 1px;
  PADDING-TOP: 1px;
  PADDING-left: 5px;
  margin: 0px;
  BORDER-bottom: #a0002a 0px solid;
  BORDER-left: #a0002a 0px solid;
  text-transform:uppercase;
  BACKGROUND-COLOR: #FFFFFF;
  height: 5px;
  FONT-SIZE: 10px;
  FONT-FAMILY: arial;
line-height:.5em;
}
.NavSectionSalesTN li a 
 {
  text-decoration: none;
  width: 100%;
  color: #3E423E;
}
.NavSectionSalesTN li a:hover 
 {
  color: #a0002a;
}
#section_navigationSalesTN
{
  width: 140px;
  float: left;
  padding-left: 1px;
  padding-right: 3px;
  PADDING-TOP: 1px;
}
.NavSectionSalesTNCountry 
{
  FONT-SIZE: 8pt;
  FONT-FAMILY: Verdana;
}
.NavSectionSalesTNCountry ul 
{
  list-style: none;
  border: none;
  margin: 0;
  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  PADDING-BOTTOM: 0px;
  PADDING-TOP: 0px;
}
.NavSectionSalesTNCountry li 
 {
  PADDING-BOTTOM: 1px;
  PADDING-TOP: 1px;
  PADDING-left: 5px;
  margin: 0px;
  BORDER-bottom: #d6d7dc 1px solid;
  BORDER-left: #d6d7dc 10px solid;
  BACKGROUND-COLOR: #f2f2f4;
  text-transform:uppercase;
  height: 5px;
  FONT-SIZE: 10px;
  FONT-FAMILY: arial;
line-height:.5em;
}
.NavSectionSalesTNCountry li a 
 {
  text-decoration: none;
  width: 100%;
  color: #3E423E;
}
.NavSectionSalesTNCountry li a:hover 
 {
  color: #a0002a;
}
.NavSectionSalesTNActive
{
  FONT-SIZE: 8pt;
  FONT-FAMILY: Verdana;
}
.NavSectionSalesTNActive ul 
{
  list-style: none;
  border: none;
  margin: 0;
  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  PADDING-BOTTOM: 0px;
  PADDING-TOP: 0px;
}
.NavSectionSalesTNActive li 
 {
  PADDING-BOTTOM: 1px;
  PADDING-TOP: 1px;
  PADDING-left: 5px;
  margin: 0px;
  BORDER-bottom: #a0002a 1px solid;
  BORDER-left: #a0002a 10px solid;
  BACKGROUND-COLOR: #be1d35;
  text-transform:uppercase;
  height: 5px;
  FONT-SIZE: 10px;
  FONT-FAMILY: arial;
  color: #ffffff;
line-height:.5em;
}
.NavSectionSalesTNActive li a 
 {
  text-decoration: none;
  width: 100%;
  color: #3E423E;
}
.NavSectionSalesTNActive li a:hover 
 {
  color: #a0002a;
}
// End Side Navigatin


// Side Navigation
.SalesSubSpacer
{
 PADDING-LEFT: 170px;
}
.NavSectionSalesR 
{
  FONT-SIZE: 8pt;
  FONT-FAMILY: Verdana;
}
.NavSectionSalesR ul 
{
  list-style: none;
  border: none;
  margin: 0;
  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  PADDING-BOTTOM: 0px;
  PADDING-TOP: 0px;
}
.NavSectionSalesR li 
 {
  PADDING-BOTTOM: 1px;
  PADDING-TOP: 1px;
  PADDING-left: 5px;
  margin: 0px;
  BORDER-bottom: #d6d7dc 1px solid;
  BORDER-left: #a0002a 10px solid;
  BACKGROUND-COLOR: #f2f2f4;
  text-transform:uppercase;
  height: 5px;
  FONT-SIZE: 10px;
  FONT-FAMILY: arial;
line-height:.5em;
}
.NavSectionSalesR li a 
 {
  text-decoration: none;
  background-color: orange;
  width: 100%;
  color: #3E423E;
}
.NavSectionSalesR li a:hover 
 {
  background-color: orange;
  color: #a0002a;
}
#section_navigationSalesR
{
  width: 140px;
  float: left;
  padding-left: 1px;
  padding-right: 3px;
  PADDING-TOP: 1px;
}
.navItemTitleSalesR
{
  FONT-SIZE: 10pt;
  FONT-WEIGHT: bold;
  COLOR: #3E423E;
  FONT-FAMILY: Verdana;
  BORDER-BOTTOM: #cc0000 1px solid;
  PADDING-BOTTOM: 6px;
  text-align: center;
}
.NavSectionSalesR ul .navActiveLinkSalesR {
  background-color: #E2DFD8;
  display: block;
}
.NavSectionSalesR ul .navActiveLinkSalesR a {
  color: #a0002a;
}
#containerSales
{
  width: 755px;
}
.NavSectionSalesRS 
{
  FONT-SIZE: 8pt;
  FONT-FAMILY: Verdana;
}
.NavSectionSalesRS ul 
{
  list-style: none;
  border: none;
  margin: 0;
  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  PADDING-BOTTOM: 0px;
  PADDING-TOP: 0px;
}
.NavSectionSalesRS li 
 {
  PADDING-BOTTOM: 1px;
  PADDING-TOP: 1px;
  PADDING-left: 5px;
  margin: 0px;
  BORDER-bottom: #a0002a 0px solid;
  BORDER-left: #a0002a 0px solid;
  text-transform:uppercase;
  BACKGROUND-COLOR: #FFFFFF;
  height: 5px;
  FONT-SIZE: 10px;
  FONT-FAMILY: arial;
line-height:.5em;
}
.NavSectionSalesRS li a 
 {
  text-decoration: none;
  width: 100%;
  color: #3E423E;
}
.NavSectionSalesRS li a:hover 
 {
  color: #a0002a;
}
#section_navigationSalesRS
{
  width: 140px;
  float: left;
  padding-left: 1px;
  padding-right: 3px;
  PADDING-TOP: 1px;
}
.NavSectionSalesRCountry 
{
  FONT-SIZE: 8pt;
  FONT-FAMILY: Verdana;
}
.NavSectionSalesRCountry ul 
{
  list-style: none;
  border: none;
  margin: 0;
  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  PADDING-BOTTOM: 0px;
  PADDING-TOP: 0px;
}
.NavSectionSalesRCountry li 
 {
  PADDING-BOTTOM: 1px;
  PADDING-TOP: 1px;
  PADDING-left: 5px;
  margin: 0px;
  BORDER-bottom: #d6d7dc 1px solid;
  BORDER-left: #d6d7dc 10px solid;
  BACKGROUND-COLOR: #f2f2f4;
  text-transform:uppercase;
  height: 5px;
  FONT-SIZE: 10px;
  FONT-FAMILY: arial;
line-height:.5em;
}
.NavSectionSalesRCountry li a 
 {
  text-decoration: none;
  width: 100%;
  color: #3E423E;
}
.NavSectionSalesRCountry li a:hover 
 {
  color: #a0002a;
}
.NavSectionSalesRCountryActive
{
  FONT-SIZE: 8pt;
  FONT-FAMILY: Verdana;
}
.NavSectionSalesRCountryActive ul 
{
  list-style: none;
  border: none;
  margin: 0;
  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  PADDING-BOTTOM: 0px;
  PADDING-TOP: 0px;
}
.NavSectionSalesRCountryActive li 
 {
  PADDING-BOTTOM: 1px;
  PADDING-TOP: 1px;
  PADDING-left: 5px;
  margin: 0px;
  BORDER-bottom: #a0002a 1px solid;
  BORDER-left: #a0002a 10px solid;
  BACKGROUND-COLOR: #be1d35;
  text-transform:uppercase;
  height: 5px;
  FONT-SIZE: 10px;
  FONT-FAMILY: arial;
  color: #ffffff;
line-height:.5em;
}
.NavSectionSalesRCountryActive li a 
 {
  text-decoration: none;
  width: 100%;
  color: #3E423E;
}
.NavSectionSalesRCountryActive li a:hover 
 {
  color: #a0002a;
}

.TN_s{BORDER-bottom: #a0002a 1px solid; BORDER-left: #a0002a 10px solid; BACKGROUND-COLOR: #be1d35; FONT-SIZE: 10px; FONT-FAMILY: arial; text-transform:uppercase;
text-decoration: none; height: 20px;color:#ffffff;}
.TN_s a{BACKGROUND-COLOR: #be1d35;FONT-SIZE: 10px;FONT-FAMILY: arial;text-transform:uppercase;text-decoration: none; height: 20px;} 
.TN_ns{BORDER-bottom: #d6d7dc 1px solid; BORDER-left: #d6d7dc 10px solid; BACKGROUND-COLOR: #f2f2f4; FONT-SIZE: 10px; FONT-FAMILY: arial; text-transform:uppercase;
text-decoration: none; height: 20px; width: 190px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; PADDING-left: 1px;}
.TN_ns a {BACKGROUND-COLOR: #f2f2f4; FONT-SIZE: 10px; FONT-FAMILY: arial; text-transform:uppercase; text-decoration: none; height: 20px; width: 190px;
PADDING-BOTTOM: 1px; PADDING-TOP: 1px; PADDING-left: 1px;}
.TN_ns2 {BORDER-bottom: #a0002a 1px solid; BORDER-left: #a0002a 10px solid; BACKGROUND-COLOR: #be1d35; FONT-SIZE: 10px; FONT-FAMILY: arial;
text-transform:uppercase; text-decoration: none; height: 25px; width: 190px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; PADDING-left: 1px;}
.TN_ns2 a { BACKGROUND-COLOR: #be1d35; FONT-SIZE: 10px; FONT-FAMILY: arial; text-transform:uppercase; text-decoration: none; height: 25px; width: 190px;
PADDING-BOTTOM: 1px; PADDING-TOP: 1px; PADDING-left: 1px;}
td.TNoff {BORDER-bottom: #d6d7dc 1px solid; BORDER-left: #d6d7dc 10px solid; BACKGROUND-COLOR: #f2f2f4; FONT-SIZE: 10px; FONT-FAMILY: arial;  
text-transform:uppercase;  text-decoration: none; height: 20px;  width: 190px;  PADDING-BOTTOM: 1px;  PADDING-TOP: 1px;  PADDING-left: 1px;  color: #be1d35;}
td.TNon {BORDER-bottom: #a0002a 1px solid;  BORDER-left: #a0002a 10px solid;  BACKGROUND-COLOR: #be1d35;  FONT-SIZE: 10px;  FONT-FAMILY: arial;  
text-transform:uppercase;  text-decoration: none;  height: 20px;  width: 190px;  PADDING-BOTTOM: 1px;  PADDING-TOP: 1px;  PADDING-left: 1px;  color: ffffff;}
td.TNoff a {BACKGROUND-COLOR: #f2f2f4; FONT-SIZE: 10px; FONT-FAMILY: arial; text-transform:uppercase; text-decoration: none; height: 20px; width: 190px;
PADDING-BOTTOM: 1px; PADDING-TOP: 1px; PADDING-left: 1px; color: #be1d35;}

td.TNon a{ BACKGROUND-COLOR: #be1d35; color: #ffffff; FONT-SIZE: 10px; FONT-FAMILY: arial; text-transform:uppercase; text-decoration: none; height: 20px;
width: 190px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; PADDING-left: 1px;}td.TN_ns a {text-decoration:none; color:#be1d35; background-color: #EFEFEF;} 
td.TN_ns a:link {text-decoration:none; color:#be1d35; background-color: #EFEFEF;} 
td.TN_ns a:visited {text-decoration:none; color:#be1d35; background-color: #EFEFEF;} 
td.TN_ns a:hover {text-decoration:none; color:#ffffff; background-color: #be1d35;} 
td.TN_ns a:active {text-decoration:none; color:#be1d35;}

.TN_ns_active {BORDER-bottom: #a0002a 1px solid; BORDER-left: #a0002a 10px solid; BACKGROUND-COLOR: #be1d35; FONT-SIZE: 10px; FONT-FAMILY: arial;
text-transform:uppercase; text-decoration: none; height: 20px; width: 170px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; PADDING-left: 1px; color: #ffffff;}
.TN_ns_active a { BACKGROUND-COLOR: #be1d35; FONT-SIZE: 10px; FONT-FAMILY: arial; text-transform:uppercase; text-decoration: none; height: 20px;
width: 170px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; PADDING-left: 1px; color: #ffffff;}

.TN_ia {BORDER-bottom: #f2f2f4 1px solid; BORDER-left: #f2f2f4 10px solid; BACKGROUND-COLOR: #ffffff; FONT-SIZE: 10px; FONT-FAMILY: arial;  
text-transform:uppercase; text-decoration: none; height: 20px; width: 190px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; PADDING-left: 1px;  color: #be1d35;}
.TN_ia a { BACKGROUND-COLOR: #ffffff; FONT-SIZE: 10px; FONT-FAMILY: arial; text-transform:uppercase; text-decoration: none; height: 20px; width: 190px;
PADDING-BOTTOM: 1px; PADDING-TOP: 1px; PADDING-left: 1px;}
td.TNiaoff {BORDER-bottom: #f2f2f4 1px solid; BORDER-left: #f2f2f4 10px solid; BACKGROUND-COLOR: #ffffff; FONT-SIZE: 10px; FONT-FAMILY: arial;  
text-transform:uppercase; text-decoration: none; height: 20px; width: 190px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; PADDING-left: 1px;  color: #be1d35;}
td.TNiaon {BORDER-bottom: #a0002a 1px solid;  BORDER-left: #a0002a 10px solid;  BACKGROUND-COLOR: #be1d35;  FONT-SIZE: 10px;  FONT-FAMILY: arial;  
text-transform:uppercase;  text-decoration: none;  height: 20px;  width: 190px;  PADDING-BOTTOM: 1px;  PADDING-TOP: 1px;  PADDING-left: 1px;  color: ffffff;}
td.TNiaoff a {BACKGROUND-COLOR: #ffffff; FONT-SIZE: 10px; FONT-FAMILY: arial; text-transform:uppercase; text-decoration: none; height: 20px; width: 190px;
PADDING-BOTTOM: 1px; PADDING-TOP: 1px; PADDING-left: 1px; color: #be1d35;}
td.TNiaon a{ BACKGROUND-COLOR: #be1d35; color: #ffffff; FONT-SIZE: 10px; FONT-FAMILY: arial; text-transform:uppercase; text-decoration: none; height: 20px;
width: 190px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; PADDING-left: 1px;}
td.TN_ia a {text-decoration:none; color:#be1d35; background-color: #ffffff;} 
td.TN_ia a:link {text-decoration:none; color:#be1d35; background-color: #ffffff;} 
td.TN_ia a:visited {text-decoration:none; color:#be1d35; background-color: #ffffff;} 
td.TN_ia a:hover {text-decoration:none; color:#ffffff; background-color: #be1d35;} 
td.TN_ia a:active {text-decoration:none; color:#be1d35;}
.TN_a {BORDER-bottom: #a0002a 1px solid; BORDER-left: #a0002a 10px solid; BACKGROUND-COLOR: #be1d35; FONT-SIZE: 10px; FONT-FAMILY: arial;  
text-transform:uppercase; text-decoration: none; height: 20px; width: 190px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; PADDING-left: 1px;  color: #ffffff;}
.TN_a a { BACKGROUND-COLOR: #be1d35; FONT-SIZE: 10px; FONT-FAMILY: arial; text-transform:uppercase; text-decoration: none; height: 20px; width: 190px;
PADDING-BOTTOM: 1px; PADDING-TOP: 1px; PADDING-left: 1px;}
td.TN_a a {text-decoration:none; color:#ffffff; background-color: #be1d35;} 
td.TN_a a:link {text-decoration:none; color:#ffffff; background-color: #be1d35;} 
td.TN_a a:visited {text-decoration:none; color:#ffffff; background-color: #be1d35;} 
td.TN_a a:hover {text-decoration:none; color:#ffffff; background-color: #be1d35;} 
td.TN_a a:active {text-decoration:none; color:#be1d35;}

#zarlinkmenu {width:710px; height:32px; position:relative; font-family:arial;}
#zarlinkmenu ul {padding:0;margin:0;list-style-type:none;}
#zarlinkmenu ul ul {width:149px;}
#zarlinkmenu li {float:left;width:90px;position:relative;}
#zarlinkmenu a, #zarlinkmenu a:visited {display:block;font-size:10px;text-decoration:none; color:#fff; width:100px; height:35px;background: url(/images/navul-bg-spacer.gif) repeat; line-height:32px; 
font-weight:normal; text-align:center;text-transform: uppercase;}
#zarlinkmenu ul ul a.zdd, #zarlinkmenu ul ul a.zdd:visited {background:#a0002a  left;color:#fff;text-align: left; text-transform: uppercase;}
#zarlinkmenu ul ul a.zdd:hover{background:#a0002a 100px left;color:#c5887b;}
#zarlinkmenu ul ul ul a, #zarlinkmenu ul ul ul a:visited {background: #a0002a;color:#fff;}
#zarlinkmenu ul ul ul a:hover {background:#a0002a;color:#c5887b;}
#zarlinkmenu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:100px;}
#zarlinkmenu ul ul ul{left:110px;  top:-1px; width:100px;}
#zarlinkmenu ul ul ul.left {left:-100px;}
#zarlinkmenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
#zarlinkmenu ul ul a, #zarlinkmenu ul ul a:visited {background:#a00020; color:#fff; height:auto; line-height:10px; padding:8px 13px; width:100px;}
#zarlinkmenu a:hover, #zarlinkmenu ul ul a:hover{color:#fff; background: #a00020;}
#zarlinkmenu :hover > a, #zarlinkmenu ul ul :hover > a {color:#c5887b; background: url(/images/navul-bg-spacer.gif) repeat;}
#zarlinkmenu ul li:hover ul,
#zarlinkmenu ul a:hover ul{visibility:visible; }
#zarlinkmenu ul :hover ul ul{visibility:hidden;}
#zarlinkmenu ul :hover ul :hover ul{ visibility:visible;}


.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}
.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}
.qmmc {position:relative;zoom:1;z-index:11;}
.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}
.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}
.qmsh div a {float:left;}
.qmmc div{visibility:hidden;position:absolute;}
.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}
.qmmc .qmcbox a{display:inline;}
.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}
.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}
.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}
.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}
#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}
#qm0 a {padding:5px 4px 5px 5px;color:#555555;font-family:Arial;font-size:.7em;text-decoration:none;font-size:.6em;font-family:Arial;}
#qm0 div, #qm0 ul {padding:10px;margin:-2px 0px 0px;background-color:transparent;border-style:none;}
#qm0 div a, #qm0 ul a {padding:3px 10px 3px 5px;background-color:transparent;font-size:.7em;border-width:0px;border-style:none;}
#qm0 div a:hover, #qm0 ul li:hover>a {background-color:#f7f7f7;color:#a0002a;font-weight:normal;}
#qm0 .qmtitle {cursor:default;padding:3px 0px 3px 4px;color:#a0002a;font-family:arial;font-size:.7em;}
#qm0 .qmdividerx {border-top-width:1px;margin:4px 0px;border-color:#bfbfbf;}
#qm0 .qmdividery {border-left-width:1px;height:15px;margin:4px 2px 0px;border-color:#aaaaaa;margin:4px 2px 0px 2px;}
#qm0 .qmritem span {border-color:#dadada;background-color:#fff;}
#qm0 .qmritemcontent {padding:0px 0px 0px 4px;}
#qm0 .qmparent {background: url(/images/navul-bg-spacer.gif) repeat; height:25px; line-height:25px; color:#fff; z-index: 3;}
#qm0 .qmdivide {background: url(/images/navul-bg-spacer.gif) repeat; height:25px; line-height:30px; color:#fff;}
/* Hover over the sub nav and the main nav */
ul#qm0 li:hover>a {background-color:#f7f7f7;}
/* border around the sub navigaiton */
ul#qm0 ul {padding:10px;margin:-2px 0px 0px;background-color:#f7f7f7;border-style:solid;border-width:1px;border-color:#a0002a;}
#qm0 div a {font-size:11px;}


/* Search By Applications */
#content_sba h1{
  FONT-SIZE: 1.1EM;  FONT-WEIGHT: bold;  margin-bottom: 10px;  MARGIN-TOP: 0px;  color:#3E423E;}
#sba_header h2{
  FONT-SIZE: 1.4EM;  FONT-WEIGHT: normal;  margin-bottom: 10px;  MARGIN-TOP: 0px;  color:#ad0029;padding:0px;}  
#right_sba {
  position:relative; width: 100%; PADDING-TOP: 0px; FONT-SIZE: .9EM; FONT-FAMILY: arial; 
}  
#right_sba a:link {color:#000000;text-decoration:none;}      /* unvisited link */
#right_sba a:visited {color:#000000;text-decoration:none;}  /* visited link */
#right_sba a:hover {color:#ad0029;text-decoration:none;}  /* mouse over link */
#right_sba a:active {color:#000000;text-decoration:none;}  /* selected link */


/* Product Tree */

.technology { /*header of 2nd demo*/ cursor: hand; cursor: pointer; font: bold 12px arial; } .openlanguage{ /*class added to contents of 2nd demo when they are open*/ color: #000000; } .closedlanguage{ /*class added to contents of 2nd demo when they are closed*/ color: #a0002a; } #ProductRelatedParts { border-top:1px solid #996666; margin-left:20px; margin-bottom:10px; width:480px; } #ProductBreadcrumb { border-top:#cbcbcb; border-left:1px solid #996666; border-right:1px solid #996666; border-bottom:1px solid #996666; margin-top:-2px; margin-left:20px; position:relative; padding:8px; height:auto; width:600px; font-size:11px; color:#666666; background-color:#ffffcc; } #ProductBreadcrumb_footer { border-top:1px solid #996666; border-left:1px solid #996666; border-right:1px solid #996666; border-bottom:1px solid #996666; margin-top:-2px; margin-left:20px; position:relative; padding:0px; height:auto; width:600px; font-size:11px; color:#666666; background-color:#f2f2f2; } #ProductBreadcrumb_footer a:link { color:#666666; background-color:#f2f2f2;} #ProductBreadcrumb_footer a:visited { color:#666666; background-color:#f2f2f2;} #ProductBreadcrumb_footer a:hover { color:#a0002a; background-color:#f2f2f2;} #ProductBreadcrumb_footer strong { color:#666666; background-color:#f2f2f2;} #ProductBreadcrumb_table a:link { color:#666666; background-color:#f2f2f2;} #ProductBreadcrumb_table a:visited { color:#666666; background-color:#f2f2f2;} #ProductBreadcrumb a:hover { color:#a0002a; background-color:#f2f2f2;} #ProductBreadcrumb strong { color:#a0002a; background-color:#f2f2f2;} #ProductRelatedParts a:link { color:#a0002a; background-color:#f2f2f2;} #ProductRelatedParts a:visited { color:#a0002a; background-color:#f2f2f2;} #ProductRelatedParts a:hover { color:#a0002a; font-weight:bolder; background-color:#f2f2f2;} #ProductRelatedParts strong { color:#666666; background-color:#f2f2f2;}

/* treeview.css - determines all page layouts for product tree */ .treeview, .treeview ul { padding: 0; margin: 0; list-style: none; font-family: arial; font-size: 12px; width:100%; } .treeview ul { margin-top: 0px; margin-left:5px; } .treeview ul ul { margin-left:15px; } .treeview ul ul strong { color:#a0002a; text-decoration:underline; padding:3px; } .treeview strong { text-decoration:underline; } .treeview .hitarea { height: 16px; width: 16px; margin-left: 15px; float: left; cursor: pointer; background: url(/zarlink/minus.gif) 0 0 no-repeat; } /* fix for IE6 */ * html .hitarea { display: inline; float:none; } .treeview li { margin: 0px; padding: 0px; } #treecontrol { display: none; } .treeview .hover { color: #a0002a; cursor: pointer; } .treeview li {} .treeview li.collapsable { padding:0px;} .treeview li.expandable { background-position: 0 -176px;} .treeview .expandable-hitarea {margin-left:15px; background-position: -80px -3px; background: url(/zarlink/plus.gif) 0 0 no-repeat;cursor: pointer;} .treeview li.last { background-position: 0 -1766px;} .treeview li.lastCollapsable { } .treeview li.lastExpandable { } .treeview li.lastCollapsable { } .treeview li.lastExpandable { background-position: -32px -67px;} .treeview div.lastCollapsable-hitarea { background: url(/zarlink/minus.gif) 0 0 no-repeat; margin-left:15px;} .treeview div.lastExpandable-hitarea { background-position: 0; background: url(/zarlink/plus.gif) 0 0 no-repeat;cursor: pointer;}
