div.tab {
  margin: 0 0 15 0;
  -moz-box-sizing: border-box;
}
div.tab div.tab_bar {
  display: block;
  margin: 0 0 0 0 !important;
  margin: -1 0 0 0;
  width: 100%;
  height: 30 !important;
  height: 31;
  /*border-bottom: 2px #B7B7B7 solid;*/
  background: url(../img/tabbar.botom.gif) left bottom no-repeat;
  -moz-box-sizing: border-box;
}
div.tab div.tab_bar a.tab0 {
  display: inline-block;
  position: relative;
  border-top: 1px #632928 solid;
  border-left: 1px #632928 solid;
  border-right: 1px #540A0B solid;
  border-bottom: 1px #540A0B solid;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  background: #540A0B;
  color: #DECFD0;
  padding: 0 5 0 5;
  margin: 1 2 0 0;
  margin: 2 2 0 0;
  -moz-box-sizing: border-box;
  float: left;
}
div.tab div.tab_bar a.tab0:hover {
  background: #B7B7B7;
  border-top: 1px #E5E5E5 solid;
  border-left: 1px #E5E5E5 solid;
  border-right: 1px #B7B7B7 solid;
  border-bottom: 1px #B7B7B7 solid;
  color: #666;
  padding: 0 5 1 5;
  margin: 2 2 -1 0;
  -moz-box-sizing: border-box;
}
div.tab div.tab_bar a.tab1 {
  display: inline-block;
  position: relative;
  border-top: 1px #E5E5E5 solid;
  border-left: 1px #E5E5E5 solid;
  border-right: 1px #B7B7B7 solid;
  border-bottom: 1px #B7B7B7 solid;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  background: #B7B7B7;
  color: #540A0B;
  padding: 0 5 1 5;
  margin: 1 2 -1 0;
  -moz-box-sizing: border-box;
  float: left;
}
div.tab div.tab_content {
  font-family: Arial;
  font-size: 9pt;
  color: #000;
  padding: 10 0 0 0;
  -moz-box-sizing: border-box;
}
