/*
 ** Print style
 */
body {
  margin: 1em;
  background-color: #fff;
  color: #000;
  font-family: Helvetica, sans-serif;
}


/* Class for non visible objects */
.hidden { display: none; }

/* Use this class to terminate floats */
.float-barrier { clear:both; }

/* Page container */
div.main {
  border-bottom: 2px solid #999;
  margin: 0 auto;

  border: 0px solid #0ff;
  background: #fff;
  color: #000;
}

div.header {
  border: 0px solid #f00;
  margin-bottom: 2em;
  padding: 1em;
  font-size: 80%;
}

div.header div.logo {
  border: 0px solid #a00;
  margin-bottom: 2em;
  float: left;
}

div.header div.headermenu {
  display: none;
}

div.menu {
  clear: both;
  display: none;
}

div.content_container {
}

div.content_container div.content {
  padding: 1em;
  float: right;
}

div.content_container div.frontpage {
  padding: 0 0 0 3em; 
  clear: both;
  float: left;
}

div.content_container ul li {
  list-style: none;
  background-position: 0 0.5ex;
  padding-left: 2.3ex;
  background-image: url("/gfx/list1.png");
  background-position: 0 0.5ex;
  background-repeat: no-repeat;
}

div.content_container ol li {
  background-position: 0 0.5ex;
  margin-left: 2.3ex;
}


div.content_container div.content .callmebox {
  display:none;
}

div.content_container div.navigation2 {
  display: none;
}

div.content_container div.navigation2 a {
  text-decoration: none;
}

div.content_container div.navigation2 ul {
  padding: 1ex;
  margin: 0;
}

div.content_container div.navigation2 ul li.current {
  font-weight: bold;
  background-position: 0 0.5ex;
  padding-left: 2.3ex;
  background-image: url("/gfx/list1.png");
  background-position: 0 0.5ex;
  background-repeat: no-repeat;
}

div.content_container div.navigation2 ul li {
  font-weight: normal;
  margin-bottom: 0.5ex;
  list-style: none;
  padding-left: 2.3ex;
  background-image: url("/gfx/list2.png");
  background-position: 0 0.5ex;
  background-repeat: no-repeat;
}

div.content_container div.navigation2 .callmebox {
    border: 1px solid #a00;
    background: #fee;
    padding: 1ex;
    float:right;
    margin: 4em 0em 1em 1em;
}

div.footer {
  border: 0px solid #ff0;
  clear: both;
  text-align: center;
  font-size: 80%;
  padding: 1ex;
  border-top: 1px solid #000;
}


/* Topic images on pages */
.article-image {
    float:right;
    margin: 1em;
}

/* Product teasers on front page */
.teasers .product-teaser {
    float:left;
    width: 14em;
    border: 1px solid #999;
    height: 13.5em;
    padding: 0.5em;
    margin: 0.2em;
}

.teasers .product-teaser h3 {
  font-size: 1em;
  margin: 0em;
}
.teasers .product-teaser img {
    margin: 0.5em;
    display:none;
}


/*
 ** Global styles 
 */
img { border: 0 none; }

hr {
  border: 0 none;
  color: #000;
  background-color: #000;
  height: 0.3ex;
}


pre {
    background: #ccc;
    color: #000;
    padding: 0.5em;
    margin-bottom: 1em;
}

/* Links */
a {
  color: #a00;
  text-decoration: underline;
}

a:visited { color: #900; }

a:hover { text-decoration: underline; }


/* Headings */
h1 { 
  font-weight: bold;
  font-size: 1.7em;
}
h2 {
  font-weight: bold;
  font-size: 1.4em;
}
h3 { 
  font-weight: bold;
  font-size: 1.2em;
}
h4 { 
  font-weight: bold;
  font-size: 1.0em;
}
h5 { 
  font-weight: bold;
  font-size: 0.9em;
}
h6 { 
  font-weight: bold;
  font-size: 0.7em;
}


/*
 ** Form elements 
 */
input.edit, select {
  width: 15em;
}

input.submit {
  width: 15em;
}

form {
  padding: 1em;
}

form label {
  font-weight: bold;
}

/*
 ** Tables
 */
table {
  border-spacing: 0;
  border: 1px solid #000;
  margin: 1ex;
}

table tr:hover {
    background-color: #eee;
}

table td, table th {
  border: 1px solid #000;
  padding: 0.7ex;
}


/*
 ** Messages
 */
div.error {
  border: 1px solid #f00;
  background: #fee;
  color: #000;
  padding: 1em;
}

div.status {
  border: 1px solid #00f;
  background: #eef;
  color: #000;
  padding: 1em;
}

div.menu div {
  display: none;
}

div.graphics {
  display: none;      
}

div.body table.body {
  clear: both;
}

div.body td.sidebar {
  display: none;
}

div.body div.minimenu {
  display: none;
}


