@import url(cma.css);

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

html, body {
  margin: 0px;
  padding: 0px;
  color: #000000;
  height: 100%;
  background-color: #FFFFFF;
}

html, body, td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

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

.a, a, a:link, a:visited, a:active, a:hover {
  color: #FF2A00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.a.arrow, a.arrow, a.arrow:link, a.arrow:visited, a.arrow:active, a.arrow:hover {
  font-size: 10px;
  font-weight: bold;
  background-image: url(../images/bullet_arrow.gif);
  background-position: center right;
  background-repeat: no-repeat;
}
/* ------------------------------------------------- */

p {
  /* margin-top: 10px; *
  /* margin-bottom: 10px;  */
}

h1, .h1, h2, .h2, h2 a, h3, .h3, h3 a {
  color: #A36D00;
}

h1, .h1 {
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-top: 16px;
  margin-bottom: 14px;
  color: #A36D00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

h2, .h2 {
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-top: 16px;
  margin-bottom: 10px;
  color: #A36D00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}

h3, .h3 {
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-top: 16px;
  margin-bottom: 10px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}

.note {
  font-size: 9px;
}

.body {
  width: 760px;
  margin: 10px auto 0px auto;
  background-color: #F6F1E6;
  background-image: url(../images/brown/homepage_top.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.body.en {
  background-image: url(../images/brown/homepage_top.en.png);
}

.subpage .body {
  background-image: url(../images/brown/subpage_top.png);
}

.subpage .body.en {
  background-image: url(../images/brown/subpage_top.en.png);
}

.subpage .link-logo {
  position: relative; 
  display: block;
  top: 18px; 
  left: 80px; 
  width: 140px;
  height: 52px; 
  background-image: url(../images/pixel.gif);
  background-repeat: no-repeat;
}

.homepage .woodpecker {
  position: relative; 
  left: 573px; 
  top: 80px; 
  width: 126px; 
  height: 303px;
  background-image: url(../images/brown/homepage_woodp.png);
  background-repeat: no-repeat;
}

.subpage .woodpecker {
  position: relative; 
  left: 575px; 
  top: 40px; 
  width: 126px; 
  height: 136px;
  background-image: url(../images/brown/subpage_woodp.png);
  background-repeat: no-repeat;
}

.toolbar-abs {
  position: absolute;
  z-index: 100;
}

.toolbar {
  width: 760px;
  margin-top: 5px;
  font-size: 10px;
  color: white;
  font-weight: bold;
  text-align: right;
}

.toolbar form {
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

.toolbar input {
  width: 90px;
  margin: 0px;
  padding: 1px;
  margin-left: 5px;
  background: #A36D00;
  border: 1px solid white;
  color: white;
}

.menu-abs {
  position: absolute;
  z-index: 10;
}

.menu {
  margin-left: 89px;
  margin-top: 151px;
  border: 1px solid white;
  border-right: none;
}

.subpage .menu {
  margin-top: 87px;
}

.menu td {
  border-right: 1px solid white;
  font-size: 10px;
}

.menu .a, .menu a, .menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
  display: block;
  _width: 47px;
  min-width: 47px;
  padding: 3px 9px 5px 9px;
  color: white;
  background: #A36D00;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;  
  filter/**/:/**/ alpha(opacity="80");
  -moz-opacity: 0.80;
}

/* IE7 standards mode min-width fix */
*:first-child+html .menu a {
  min-width: 1px;
  padding: 3px 11px 5px 11px;
}

.menu a:hover {
  background: #E8BF00;
}

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

.path-abs {
  position: absolute;
  z-index: 5;
}

.path {
  position: relative;
  top: 147px;
  left: 89px;
}

.path, .path .a, .path a, .path a:link, .path a:visited, .path a:active, .path a:hover {
  color: #F9F9F9;
  font-weight: bold;
  font-size: 10px;
}

.contentPreview .path-inner {
  font-size: 9px;
}

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

.news-abs {
  position: absolute;
  z-index: 5;
}

.news {
  padding-top: 200px;
  margin-left: 89px;
}

.news-table td {
  font-size: 11px;
}

.news .inner {
  width: 500px;
  height: 154px;
}

.news h1 {
  color: #FBFBFB;
  margin: 0px;
  font-size: 18px;
  margin: 4px 0px 4px 0px;
  text-transform: lowercase;
}

.news table {
}

.news .date {
  font-size: 10px;
}

.news .date-inner {
  padding-bottom: 1px;
  padding-right: 8px;
  color: #FF2A00;
  font-weight: bold;
  background-image: url(../images/bullet_arrow_centered.gif);
  background-position: center right;
  background-repeat: no-repeat;
}

.news td {
  vertical-align: top;
}

.news p {
  margin: 0px;
}

.homepage .content-and-footer {
  padding-top: 382px;
}

.subpage .content-and-footer {
  padding-top: 174px;
}

.homepage .content-and-footer .content-and-footer-inner {
  width: 760px;
}

.decorator {  
  padding: 3px 14px 14px 15px;
}

.decorator-inner {
  width: 60px;
}

.content-table td {
  vertical-align: top;
  padding-top: 12px;
}

.content-table td td {
  padding-top: 1px;
  padding-bottom: 1px;
}

.content {
  padding: 0px 24px 24px 0px;
  width: 646px !important;
  width: 694px;
  width/**/:/**/646px;
}

.content-table h1, .content-table .h1 {
  margin-top: 0px;
}

.title-note {
  font-size: 9px;
  color: #222222;
}

.homepage .slots {
}

.homepage .slots td {
  border-right: 1px solid white;
}

.homepage .slots td.last {
  border-right: none;
}

.homepage .slots-inner {
  width: 100%;
}

.homepage .slot {
  border-right: 1px solid white;
  height: 100px;
  padding: 10px;
  vertical-align: top;
}

.homepage .slot2 {
  width: 350px;
}

.homepage .slot h1 {
  margin-top: 0px;
  margin-bottom: 6px;
  text-transform: lowercase;
}

.homepage .slot p {
  margin-top: 6px;
  margin-bottom: 6px;
}

.homepage .slot img {
  margin-top: 3px;
  margin-right: 12px;
}

.homepage .slot .inner {
}

.homepage .slot.last {
  border-right: none;
}

.bottom-icons {
  clear: both;
  margin-left: 89px;
  height: 48px;
}

.bottom-icons .icon {
  margin-left: 10px;
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  border: 0px;
  background-image: url(../images/brown/symbols32x32.png);
  background-repeat: no-repeat;
}

.bottom-icons .print {
  margin-left: 0px;
  background-position: 0px 0px;
}

.bottom-icons .home {
  background-position: -32px 0px;
}

.bottom-icons .up {
  background-position: -64px 0px;
}

.footer {
  clear: both;
  background-image: url(../images/brown/footer.png);
  padding: 5px 15px 5px 15px;
  font-size: 9px;
  font-size: xx-small;
  color: #A36D00;
  text-align: center;
  vertical-align: middle;
}

.footer .inner {
  height: 23px;
  line-height: 23px;
}

.footer a, .footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
  color: #A36D00;
  font-weight: bold;
}

.toolbar .a, .toolbar a, .toolbar a:link, .toolbar a:visited, .toolbar a:active, .toolbar a:hover {
  padding-left: 5px;
  padding-right: 5px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.toolbar a:hover {
  text-decoration: underline;
}

.contentPreview {
  margin: 12px 0px 12px 0px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #CCCCCC;
}

.contentPreview h2 {
  margin: 3px 0px 3px 0px;
  font-size: 14px;
  font-weight: bold;
}

.contentPreviewGridItem {
  border-bottom: 1px dashed #CCCCCC;  
  width: 320px;
}

.contentPreviewGridItem.odd {
  border-left: 1px dashed #CCCCCC;  
}

.contentPreviewGridItem .contentPreview {
  margin: 0px 0px 12px 12px;
  padding-bottom: 0px;
  border-bottom: none;
}

/*
div {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
*/

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

.sectionSeparatorDiv {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #CCCCCC;
}

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

.contentPath {
  /*margin-bottom: 16px;*/
  color: #CCCCCC;
  font-size: 9px;
}

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

.messageboxDivOuter {
  position: relative;
  top: 60px;
  left: 90px;
  width: 350px;
  background-color: #F6F6F6;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.messageboxDivInner {
  padding: 16px;
}

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

.withBullet {
  padding-left: 14px;
  background-image: url(../images/bullet.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

input.withBullet {
  padding-left: 20px; 
  padding-right: 10px; 
  background-position: 8px 50%; 
  background-image: url(../images/bullet.png); 
  background-repeat: no-repeat;
}

.first-child {
  margin-top: 0px;
}

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

ul {
  padding: 0px;
  margin: 0px;
  margin-left: 18px;
  margin-top: 16px;
  margin-bottom: 16px;
  list-style-type: none;
  list-style-image: url(../images/bullet_list.png);
  list-style-position: outside;
}

ul li {
  padding: 0px;
  margin: 0px;
  margin-top: 3px;
  margin-bottom: 3px;
}

ul ul {
  margin-top: 3px;
  margin-bottom: 4px;
}

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

div.sitemap {
  margin: 18px 0px 0px 0px;  
}

ul.sitemap {
  padding: 0px;
  margin: 6px 0px 6px 18px;
  list-style-type: none;
  list-style-image: url(../images/bullet_arrow.gif);
  list-style-position: outside;
}

ul.sitemap li {
  padding: 0px;
  margin: 0px;
  margin-top: 6px;
  margin-bottom: 6px;
}

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

form {
  margin: 0px;
}

input, textarea, select {
  padding: 2px;
  margin: 0px;
  background: #F9F9F9;
  border: 1px solid #CCCCCC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
}

input.checkbox {
  background: none;
  border: 0px;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

input.button {
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background: #F0F0F0;
  padding: 3px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

input.image {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background: none;
}

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

hr {
  margin-left: 0;
  margin-right: auto;
  height: 1px;
  border: 0px;
  border-top: 1px dashed #CCCCCC;
}

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

img.symbols24x24, input.symbols24x24 {
  width: 24px;
  height: 24px;
  border: 0px;
  background-image: url(../images/symbols24x24.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

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

img.pollPercentageBar {
  margin-right: 3px;
  height: 6px; 
  border: 0px; 
  border-right: 5px solid #0098DB;
  border-top: 1px solid #0098DB;
}

img.product {
  border: 3px solid white;
  float: left;
  margin-right: 10px;
  margin-bottom: 6px;
}

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

.pager {
  padding-top: 16px; 
  margin-top: 8px;
  border-top: 1px dashed #CCCCCC;
  border-top: none;
  text-align: center;
}

.pager .first-disabled, .pager .last-disabled, .pager .previous-disabled, .pager .next-disabled,
.pager .dots, .pager .page-current, .pager .page-default,
.pager a, .pager a:link, .pager a:visited, .pager a:active, .pager a:hover {
  margin-left: 1px;
  padding: 3px;
  color: #666666;
  color: #FFFFFF;
  background-color: #F0F0F0;
  background-color: #DAC599;
  font-size: 11px;
  text-decoration: none;
}

.pager .page-default {
  padding: 0px;
}

.pager a:hover {
  color: #FFFFFF;
  background-color: #CC9E47;
}

.pager .page-current {
  color: #FFFFFF;
  background-color: #CC9E47;
  background-color: #A36D00;
  font-weight: bold;
}

.pager .first-disabled, .pager .last-disabled, .pager .previous-disabled, .pager .next-disabled {
  color: #E2E2E2;
}

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

table.product-properties {
  border: 3px solid white;
  margin-bottom: 6px;
  margin-left: 6px;
  float: right;
}

table.product-properties p, {
  margin: 0px;
}

table.product-properties td, table.product-properties th {
  /* font-size: 80%; */
  font-size: 10px;
  padding: 1px;
  vertical-align: top;
  text-align: left;
}

table.product-properties th {
  color: #A36D00;
}


table.border {
  border-collapse: collapse;
  border: 1px solid #A36D00;
}
table.border td, table.border th {
  border: 1px solid #6D2813;
  border: 1px solid #E2BE7E;
  border: 1px solid #DAC599;  
  border: 1px dotted #C8A766;
  border: 1px dotted #A36D00;
  padding: 5px;
}
table.border th {
  color: #644000;
  color: #6E4800;
  color: #A36D00;
  color: #8C5C00;
  color: #333333;
  border-bottom: 1px solid #A36D00;
}


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


/* Fulltext highlighting */

.ftel, .ftkw {
  color: black;
  color: #303030;
  font-weight: bold;
}


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

@media print {
  .subpage .content-and-footer {
    padding-top: 0;
  }

  .noprint {
    display: none;
  }
}

