/*---------------------------------------------------*/
/*  CSS Buchi Corporate Web                          */
/*  (w) Nose Applied Intelligence AG                 */
/*      Stefan Tan, Peter Stulzer, Florian Steiner   */
/*      Release 1.0 (01.2005)                        */
/*---------------------------------------------------*/
/*  general tag definitions for print                */
/*---------------------------------------------------*/
/*
* {
	background-color: red;
}
*/
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  line-height: 12pt;
  color: #000000;
  background-color: #FFFFFF;
  margin: auto;
  padding: auto;
  }
h1 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 24pt;
  font-weight: bold;
  line-height: 28pt;
  color: #1E425A;
  margin: 0;
  padding: 4px 0 0 0;
  }
h1 a {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 24pt;
  font-weight: bold;
  text-decoration:none;
  line-height: 28pt;
  color: #1E425A;
  margin: 0;
  padding: 4px 0 0 0;
}
h2 {
clear:both;
color:#1E425A;
font-size:16px;
line-height:20px;
}
h3 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 13pt;
  color: #1E425A;
  margin: 0;
  padding: 26px 0 6px 0;
}
h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 17pt;
  color: #000000;
  margin: 0;
  padding: 26px 0 6px 0;
}
h5 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 13pt;
  color: #000000;
  margin: 0;
  padding: 26px 0 6px 0;
}
h6 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 13pt;
  color: #666;
  margin: 0;
  padding: 17px 0 6px 0;
}



p {
  display: block;
}
th {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
td {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  vertical-align: top;
}
a, a:link {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  color: #1E425A;
}
a:visited {
  color: #59676d;
}
a img {
  border: 0;
}
hr {
  margin: 0 0 10px 0;
  padding: 0;
  height: 1pt;
  border-width: 0;
  background-color: #1E425A;
}
/*---------------------------------------------------*/
/*  general class definitions                        */
/*---------------------------------------------------*/
a.download, a.download:link {
  display: block;
  line-height: 17pt;
  text-decoration:none;
  margin: 0;
  padding: 1px 0 4px 20px;
  background-image: url("download_style.gif");
  background-repeat: no-repeat;
  background-position: 0 4px;
}
a.goto, a.goto:link {
  display: block;
  text-decoration:none;
  line-height: 17pt;
  margin: 0;
  padding: 1px 0 4px 20px;
  background-image: url("goto.gif");
  background-repeat: no-repeat;
  background-position: 0 4px;
}
.grey {
  color: #666666;
}
/*---------------------------------------------------*/
/*  main page structure                              */
/*---------------------------------------------------*/
#container {
  width: auto;
  margin: 0;
  padding: 0;
}
#container #left {
  /* width: 120px; */
  margin: 0;
  padding: 0;
  /* float: left; */
}
#container #right {
  width: auto;
  margin: 0;
  padding: 0;
  position:static;
  float:none;
  /* float: right; */
}
#container #right #maincontent {
  /* width: 600px; */
  margin: 0;
  padding: 0;
  float:none;
  /* float: left; */
}
#container #right #margin {
  display: none;
}


/*---------------------------------------------------*/
/*  page objects definitions                         */
/*---------------------------------------------------*/
/*  page objects on left side                        */
/*---------------------------------------------------*/
#left #search {
  display: none;
}
#left img.logo {
  display: none;
}
/*---------------------------------------------------*/
/*  page objects in maincontent                      */
/*---------------------------------------------------*/
/*  topnavigation                                    */
/*---------------------------------------------------*/
#topnav {
  display: none;
}
/*---------------------------------------------------*/
/*  breadcrumb navigation                            */
/*---------------------------------------------------*/
#breadcrumb {
  display: none;
}
/*---------------------------------------------------*/
/*  content                                          */
/*---------------------------------------------------*/
#content {
  /* width: 600px; */
  margin: 0;
  padding: 0;
}

#content .csc-textpic-intext-left {
   clear: both;
}
/*---------------------------------------------------*/
/*  topbox                                           */
/*---------------------------------------------------*/
#topbox {
  margin: 0;
  padding: 0;
  border: 1pt solid #1E425A;
}
#topbox table {
  margin: 0;
  padding: 0;
}
#topbox table tr td {
  vertical-align: bottom;
}
#topbox table h2 {
  margin: 0;
  padding: 0 10px 10px 10px;
}
#topbox table p {
  font-weight: bold;
  line-height: 20pt;
  margin: 0;
  padding: 0 20px 10px 10px;
}
/*---------------------------------------------------*/
/*  topbox topbox_nav                                */
/*---------------------------------------------------*/
#topbox_nav {
  margin: 0;
  padding: 0;
  border-top: 1pt solid #DEE4E7;
}
#topbox_nav ul {
  margin: 0;
  padding: 0; 
  height: 29px;
  list-style: none;
  background-color: #F4F4F4;
}
#topbox_nav ul li {
  display: block;
  margin: 0;
  padding: 2px;
  float: left;
}
#topbox_nav ul li a {
  display:block;
  font-weight: normal;
  font-size: 10pt;
  text-align: left;
  text-decoration: none;
  color: #666666;
  padding: 4px 12px 3px 8px;
  border: 1pt solid #f4f4f4;
  float: left;
}
#topbox #topbox_nav a.prodhome {
  display: block;
  width: 29px;
  height: 29px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: url("prod_home.gif");
  background-repeat: no-repeat;
  float: left;
}
#topbox #topbox_nav a.prodhome:hover {
  display: block;
  width: 29px;
  height: 29px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: url("prod_home_hi.gif");
  background-repeat: no-repeat;
  float: left;
}
#topbox #topbox_nav ul li a:hover {
  border: 1pt solid #DEE4E7;
  background-color: #FFFFFF;
}
#topbox #topbox_nav ul li.active a {
  border: 1pt solid #DEE4E7;
  background-color: #FFFFFF;
}
/*---------------------------------------------------*/
/*  news                                             */
/*---------------------------------------------------*/
#news {
  width: 48%;
  float:left;
  margin: 13px 0;
  padding: 0;
}
#news .newsitem a {
  text-decoration:underline;
  color: #1E425A;
  font-weight: bold;
}
#news .newsitem {
  padding: 0;
  padding-bottom: 5px;
  color: #000000;
}
/*---------------------------------------------------*/
/*  events                                           */
/*---------------------------------------------------*/
#events {
  width: 48%;
  float: right;
  margin: 13px 0;
  padding: 0;
}
#events .eventitem a {
  text-decoration:underline;
  color: #1E425A;
  font-weight: bold;
}
#events .eventitem {
  padding: 0;
  padding-bottom: 5px;
  color: #000000;
}
/*---------------------------------------------------*/
/*  productlist                                      */
/*---------------------------------------------------*/
#content table.productlist {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  border: 0;
  width: 612px;
  border-collapse: separate ;
  border-spacing: 0; 
}
#content table.productlist tr td {
  vertical-align: top;
  padding: 0;
  width: 200px;
}
/*---------------------------------------------------*/
/*  products: table                                  */
/*---------------------------------------------------*/
#content table.producttable {
  width: 600px;
  border: 1pt solid #1E425A;
}
#content table.producttable a.goto, a.goto:link {
  text-decoration: none;
}
#content table.producttable th {
  font-weight: normal;
  vertical-align: middle;
  height: 30px;
  border: 0;
  background-color: #F4F4F4;
}
#content table.producttable td {
  padding: 6px 6px 4px 6px;
  border-top: 1pt solid #DEE4E7;
  background-color: #FFF;
}
#content table.producttable td.thumbs {
  width: 100px;
}
#content table.producttable td.cartcolumn {
  width: 100px;
  font-weight: normal;
}
#content table.producttable h3 {
  margin: 0;
  padding: 0 0 6px 0;
}
#content table.producttable p {
  margin: 0;
  padding: 0;
}
#content table.producttable th div.viewcart {
  height: 23px;
  margin: 2px 6px;
  padding: 2px 6px 0 6px;
  color: #1E425A;
  border: 1pt solid #DEE4E7;
  background-color: #FFF;
  float: left;
}
#content table.producttable th div.viewcart a {
  text-decoration: none;
}
#content table.producttable th div.viewcart img {
  vertical-align: middle;
}
#content table.producttable th div.sorting {
  height: 23px;
  margin: 1px 6px;
  padding: 2px 4px;
  color: #1E425A;
  float: right;
}
#content table.producttable th div.sorting select {
  width: 80px;
  height: 23px;
  border: 1pt solid #DEE4E7;
  background-color: #FFF;
}
#content table.producttable th div.sorting img {
  vertical-align: baseline;
}
#content table.producttable th div.paging {
  height: 23px;
  margin: 1px 6px;
  padding: 2px 4px;
  color: #1E425A;
  float: right;
}
#content table.producttable th div.paging img {
  margin: 0 1px;
  vertical-align: middle;
}
/*---------------------------------------------------*/
/*  country list table                               */
/*---------------------------------------------------*/
#content table.countrylist {
  margin: 0;
  padding: 0;
  width: 600px;
  border: 0;
}
#content table.countrylist tr td {
  vertical-align: top;
  padding-bottom: 20px;
  width: 200px;
}
#content table.countrylist a {
  line-height: 17pt;
}
#content table.countrylist ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
}
#content table.countrylist ul li {
  margin: 0;
  padding: 0;
}
/*---------------------------------------------------*/
/*  country detail table                             */
/*---------------------------------------------------*/
#content table.countrydetail {
  margin: 0;
  padding: 0;
  width: 600px;
  border: 0;
}
#content table.countrydetail tr td {
  width: 300px;
  vertical-align: top;
  padding-bottom: 20px;
}
#content table.countrydetail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content table.countrydetail ul li {
  margin: 0;
  padding: 0;
}
#content table.countrydetail img {
  display: block;
  margin-bottom: 20px;
}
/*---------------------------------------------------*/
/*  Object Box                                       */
/*---------------------------------------------------*/
.cObject {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  width: 190px;
  border: 1px solid #DEE4E7;
  background-color: #ffffff;
  float: left;
}
.cObject ul {
  margin: 0;
  padding: 0;
}
.cObject ul li {
  margin: 0 4px 4px 4px;
  padding: 0; 
  list-style: none;
  list-style-position: outside;
}
.cObject p {
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  background-color: #F4F4F4;
  border-bottom: 1px solid #DEE4E7;
}
.cObject h3 {
  margin: 0;
  margin-bottom: 5px;
  padding: 3px 0 3px 4px;
  background-color: #F4F4F4;
  border-bottom: 1pt solid #DEE4E7;
}
.cObject a.goto, .cObject a.download {
  padding: 2px 0 2px 25px;
  background-position: 5px 4px;
}
.cObject a {
  text-decoration: none;
}
.cObject li.daughter {
  background-image: url("icon_dt.gif");
  background-repeat: no-repeat;
  background-position: right;
}
.cObject li.headquater {
  background-image: url("icon_hq.gif");
  background-repeat: no-repeat;
  background-position: right;
}


/*---------------------------------------------------*/
/*  footer                                                     */
/*---------------------------------------------------*/
#footer {
  display: none;
}
/*---------------------------------------------------*/
/*  printfooter                                               */
/*---------------------------------------------------*/
#printfooter {
  clear: both;
  display: block; 
  padding: 0;
  margin: 20px 0 30px 0;
  font-size: 10pt;
  text-align: left;
  vertical-align: bottom;
  width: 97%;
}
#printfooter .tablediv {
  border: 1px solid #1E425A;
  margin: 0;
  padding: 15px 0;
}
#printfooter table.printfooter {
  margin: 0;
  margin-top: 10px;
  width: 100%;
  border-collapse: separate ;
  border-spacing: 0;
}
#printfooter p {
  font-size: 10pt;
  color:  #cccccc;
}
/*---------------------------------------------------*/
/*  Navigation for presentation only !!              */
/*---------------------------------------------------*/
#nav_present_only {
  display: none;
}