
/* =RESET */
* {
   padding: 0;
   margin: 0;
   font: 1em/1.5 normal normal Arial, Helvetica, Geneva, sans-serif;
   color: black;
   background-color: inherit;
}


ol, ul {
   list-style: none;
}

a img {
   border: 0;
}

th, td {
   vertical-align: text-top;
   text-align: left;
}


/* =LOGO */
div#HeaderWrapper {
   border-top: 5px solid black;
   border-bottom: 5px solid black;
   background-color: white;
}

#logo {
   float: right;
}

#companyName {
    vertical-align: top;
}


/* =LAYOUT */

.clear {
   clear: both;
}


th {
   width: 20%;
}

#Header {
   padding: 20px 0 20px 0;
}

#HeaderContent, #main {
  margin: 0 auto 0 auto;
  width: 80%;
}

#HeaderContent {
   height: 19px;
}

div#Navigation {
   display: none;
}

#main {
   padding-top: 1em;
   clear: left;
}

#Content > * {
   margin-left: 1em;
}

#Content h2 {
   margin-left: 0.65em;
}

#Content > img[align=left] {
   padding: 10px 10px 10px 0;
}

#Content > img[align=right] {
   padding: 10px 0 10px 10px; 
}

#sidebarBox {
   display: none;
}

div.productImage {
   float: right;
   width: 160px;
}

div.productImage img {
   display: block;
   float: right;
}

div.productImage span {
   display: none;
}

#Content table { 
   margin-bottom:            1em;
   margin-top:               1em;
}

#Content table td, #Content table th {
   padding-left:             1ex;
   padding-right:            1ex;
}

#Footer {
   clear: both;
   margin-top: 1em;
   margin-left: 1.63em;
}

#Breadcrumbs {
   margin-left: 1.63em;
}   

/* =ADDRESSES */
div.distributor, div.country, div.street {
  clear: both;
}

div.vcard, div.department {
   margin: 1em;
   overflow: auto;
}

div.adr {
   margin: 1em 0 0 0em;
   float: left;
   width: 17em;
}

h5 {
   margin: 0;
}

ul.distributor-details, ol.address {
   list-style-type: none;
   margin: 0;
   padding: 0;
   overflow: auto;
}

li.fn {
   float:                    left;
   width:                    17em;
} 

ul.distributor-details li.tel {
   float:                    left;
   width:                    17em;
   speak-numeral:            digits;
   display:                  inline;
}

ul.distributor-details li.email {
   float:                     left;
   width:                     17em;
   display:                   inline;
}

div.adr li.extended-address {
   float:                    none;  
}

ol.address {
   margin-left: 1em;
}

ol.address li.street-address{
   clear:                    left;
   float:                    none;  
}

ol.address li.locality {
   float:                   left;
   margin-right:            1em;
}

ol.address li.region {
   float:                   left;
   margin-right:            1em;
}

div[class~=nonWestern] ol.address li.region {
   clear:                   left;
   width:                   22em;
}

ol.address li.postal-code {
   float:                    left;  
   margin-right:             1em;
   speak-numeral:            digits;
}

ol.address li.country-name{
   clear:                    left; 
}

div.download {
   clear: both;
   padding-top: 0.5em;
}

li.tel span.type:after { content: ":"; }

ol#countryList {
   list-style-type: none;
}

ol#countryList li{ 
   display: inline;
   padding-right: 1em;
   line-height: 1.5;
}

/* =TYPOGRAPHY */

p {
   margin-bottom: 1em;
}

th {
   font-weight: bold;
}

a {
   text-decoration: none;
}

a:visited {
   text-decoration: none; 
}

a:hover {
   text-decoration: none;
}

a:active {
   text-decoration: none;
}

a:focus {
   text-decoration: none;
}

#Content a{
   text-decoration: underline;
}

#Content h1 {
   font-family: "Arial Black", sans-serif;
   font-size: 150%;
}

#Content > h1 {
   margin-left: 0.66em;
}

#Content h2, #Content h2 *  {
   font-family: "Arial", sans-serif;
   font-weight: bold;
}

#Content h2 {
   font-size: 150%;
}

#Content > h2 {
   margin-left: 0.66em;
}

ul + h2, p + h2 {
   margin-top: 1em;
}

#Content h3, #Content h3 * {
   font-family: "Arial Black", sans-serif;
   font-weight: normal;
}

#Content h3 a {
   font-weight: normal;
}

ul + h3, p + h3 {
   margin-top: 1em;
}

#Content h4, #Content h4 *  {
   font-weight: bold;
}

ul + h4, p + h4 {
   margin-top: 1em;
}

#Content ul {
   margin-left: 1em;
    list-style-type: disc;
}

#Content > ul {
   margin-left: 2em;
}

#Menu2 a:hover {
   text-decoration: underline;
}

#Menu2, #Menu2 a {
   font-weight: bold;
}

#Navigation span, #Navigation a, #Navigation a:hover, #Menu2 a  {
   font-weight: bold;
}

#sidebarBox {
   font-size: 85%;
}

#sidebarBox h3{
   font-weight: bold;
   font-size: 125%;
}

#sidebarBox li.current, #sidebarBox li.current span {
   font-weight: bold;
}

#Breadcrumbs {
   font-size: 62.5%;
}

#sidebarBox ul ul {
   font-size: 62.5%;
}

#Footer {
   font-size: 62.5%;
}




