table.simple td {
  border: 0px;
  padding: 2px 4px;
}

table.specification th div {
  background-color: white;
  position: absolute;
  top: 100px;
  display: none;
}

body {
  margin: 0px;
  padding: 0px;
}
div {
  margin: 0px;
  padding: 0px;
}
body, table, input, textarea, h1, h2, h3, h4, h5, h6, textarea, input {
  color: #333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
}
img {
  border: none;
}
a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;  
}
p a {
  color: #333;
  text-decoration: underline;
}
h1 {
  font-size: 140%;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
h2 {
  font-size: 120%;
  font-weight: bold;
  margin: 0.5em 0px;
  border-bottom: 1px solid #ddd;
  padding: 0px;
}
h3 {
  font-size: 100%;
  font-weight: bold;
  margin: 0.5em 0px;
  padding: 0px;
}
h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 0.5em 0px;
  padding: 0px;
  color: #FA000F;
}
h5 a {
  color: #FA000F;
}
p {
  margin: 1.5em 0px 1.0em 0px;
  padding: 0px;
  text-align: justify;
}
textarea, input {
  border: 1px solid #666;
}
fieldset {
  border: 1px solid #eee;
}
ul li {
  list-style-image: url('../images/arrow_black.gif');
  padding-top: 0.4em;
}
table {
  border-collapse: collapse;
}
table td, table th {
  border: 1px solid #eee;
  padding: 2px 4px;
}

#logo {
  float: left;
  width: 220px;
  height: 46px;
  border-right: 2px solid white;
  padding: 0px;
  margin: 0px;
}
#infobar {
  float: left;
  width: 395px;
  height: 30px;
  background-color: #EAEAEA;
  border-right: 2px solid white;
  font-weight: bold;
  padding: 8px 5px 8px 25px;
}
  #infobar ul {
    padding: 0px;
    margin: 0px;
  }
#phones {
  float: left;
  width: 130px;
  height: 30px;
  background-color: #D7D7D7;
  border-right: 2px solid white;
  font-weight: bold;
  padding: 8px 15px;
}
#email {
  float: left;
  width: 139px;
  height: 16px;
  background-color: #BEBEBE;
  font-weight: bold;
  padding: 15px 15px;
  text-align: center;
}
#headline {
  width: 980px;
  min-width: 980px; 
}
#topline {
  height: 60px;
  width: 980px;
  min-width: 980px;
  background: #9D0E0E url('../images/red_tile.gif');
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  clear: both;
}

  #topline img {
  }

  #searchbox {
    float: right;
    padding-right: 15px;
    padding-top: 10px;
    color: white;
  }
  
  #searchbox form {
    margin: 0px; padding: 0px;
  }

  #searchbox label {
    font-weight: bold;
  }

  #searchbox input#q {
    margin-top: 4px;
  }

  #topline_spec {
    float: right;
    width: 169px;
    height: 20px;
    background-color: #CB1418;
    border-left: 2px solid white;
    padding: 20px 0px;
    text-align: center;
  }

  #topline_spec a {
    color: white;
    font-weight: bold;
  }

#topline_shadow {
  height: 21px;
  width: 980px;
  background: url('../images/top_gradient.gif') top left repeat-x;
}

#wrapper {        
  width: 980px;
  position: relative;
  top: -28px;
}
  
  #leftbar {
    float: left;
    width: 219px;
    margin: 0px 10px 10px 6px;
	background-image:url('../images/gray_tile.gif');
  }

	#leftbar img{
	  display:block;
	}
	
	#leftbar form{
	  margin:0px;
	  padding:0px;
	}
	
   .left_box {

   }

   .left_box .content {
      padding: 0px 15px;
	  background: url('../images/right_box_bg.png') top left repeat-y;
   }

   .left_bottom_box  {

   }

   .left_bottom_box .content {
      padding: 0px 15px;
	  background: url('../images/right_box_bg.png') top left repeat-y;
   }

   .left_bottom_box .content ul {
      margin: 0px;
      padding-left: 1.5em;
      padding-top: 5px;
   }


    #catalog {
      background-image: url('../images/gray_tile.gif');

      width: 219px;      
    }

    #catalog_list {
      margin: 2px 8px 0px 8px;
      padding-left: 1.5em;
      padding-bottom: 10px;      
    }

    #catalog_list ul {
      margin: 0px;
      padding-left: 1.5em;
    }

    #catalog_list li {
      padding-top: 0.4em;
    }

    #catalog_list li.active_section {
      list-style-image: url('../images/arrow_red_down.gif');
      font-weight: bold;      
    }

    #catalog_list li.subsection {
      list-style-image: url('../images/arrow_black.gif');
      font-weight: normal;
    }

    #catalog_list li.selected {
    }

    #catalog_list li.selected a {
      /* font-weight: bold; */
      color: #FA000F;
    }


  #content {
    float: left;
    margin-bottom: 1em;

  }

    .content a {
      text-decoration: underline;
    }

    #buttons {
      height: 20px;
      margin-bottom: 12px;
    }

    #special {
      border: 2px solid #FA000F;
      border-left: 2px solid #FA000F;
      background: #DFE9F3;
      padding: 0.5em 1em;
      margin-bottom: 20px;
    }

    .toc {
    }

  #rightbar {
    float: left;
    width: 220px;
    margin: 28px 0px 1em 0px;
    text-align: right;
  }

    .new_box {
      text-align: left;
      background: url('../images/right_box_back.png') top left repeat-y;
      margin-left: 10px;
	  float:left;
	  border:1px solid #FF0000;
	  width:206px;
    }

    .new_box .content {
      padding: 10px;
    }

    .right_box {
      text-align: left;
      background: url('../images/right_box_back.png') top left repeat-y;
      margin-left: 10px;
      margin-top: 8px;
    }

    .right_box .content {
      padding: 10px;
    }

  #footer {
    width: 980px;
    clear: both;
    background-color: #DDDDDD;
	position:relative;
	top:28px;
  }
    
    #copyright {
      width: 200px;
      float: left;
      padding: 10px;
      background-color: #DDDDDD;
      font-weight: bold;
    }

    #footer_logo {
      width: 123px;
      float: left;
      background-color: #DDDDDD;
    }

    #footer_text {
      width: 500px;
      float: left;
      padding:15px 10px;
      background-color: #DDDDDD;
      font-weight: bold;
    }

.highlight {
  color: #FA000F;
  font-weight: bold;
}

.section_row {
  background-color: #eee;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
.card_row {
  background-color: #f7f7f7;
  font-size: 100%;
  font-weight: bold;
}

.overall_row {
  font-weight: bold;
  background-color: #eee;
}

div#cont_left {
  float:left;
  /*width:505px;*/
}

div#cont_right {
  float:right;
  width:200px;
  text-align:center
}

img.cont {
  width:150px;
  padding-top:15px;
  padding-bottom:30px;
}

div#cont_right_sub {
  text-align:left;
}

/* admin */

.auto_complete {
  background: white;
  border: 1px solid #eee;
  border-top: none;
}

.auto_complete li {
  cursor: pointer;
}

.auto_complete li.selected { background-color: #ffb; }

table.admin {
}

table.admin td, table.admin th {
  border: none;
  padding: 1em;
}

ul.admin {
  border-bottom: 1px solid #ddd;
  padding: 0px 0px 0px 6px;
  margin: 10px 0px;
  background: url('/images/gradient1.gif') bottom left repeat-x;
  clear: both;
}

ul.admin_bottom {
  border-top: 1px solid #ddd;
  border-bottom: none;
  padding: 0px 0px 0px 6px;
  margin: 10px 0px;
  background: url('/images/gradient2.gif') top left repeat-x;
}

ul.admin li {
  background: white;
  display: inline;
  border: 1px solid #ddd;
  padding: 0px 5px;
  margin: 0px 4px;
}

ul.admin li:hover {
  background: #eee;
}

ul.admin li a {
  text-decoration: none;
}

ul.admin li a:hover {
  text-decoration: none;
}

input.text, textarea.text {
  width: 100%;
  font: inherit;
  border: 1px solid #eee;
  background: #fffff8;
}

input.text:hover, textarea.text:hover {
  border: 1px solid #bbb;
}

input.text:focus, textarea.text:focus {
  border: 1px solid #bbb;
  background: #f8fff8;
}

div.form_help {
  font-size: 90%;
  color: #999;
}

.error_message {
  font-size: 90%;
  color: #e00;
}

label {
  font-weight: bold;
  font-size: 90%;
}


div.form_field {
  margin: 4px 4px;
}

fieldset {
  margin: 10px 0px;
}

legend {
  font-weight: bold;
  padding: 1px 6px;
}

legend:before {
  content: url('/images/marker2.gif');
  color: red;
  margin-right: 4px;
}

dl.admin {  
}

dl.admin dt {
  font-weight: bold;
  margin: 4px 0px 2px 0px;
}

dl.admin dd {
  border: 1px solid #eee;
  background: #f8f8f8;
  margin: 0px;
}

input.image {
  border: none;
}

A.hidelink {cursor:default;text-decoration:none;}

.links, .links A { 
	width:800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:none;
	color:#999999;
	}
