/*
	[ BOSSCMS B2B System] Copyright (c) 2008-2015  
	This is NOT a freeware, use is subject to license.txt
*/
.catalog_menu {
  height: 24px;
  overflow: hidden;
  background: #fffbe1 url("image/catalog.gif") no-repeat;
  border-bottom: #ff821f 1px solid;
}

.catalog {
  border: #ff821f 1px solid;
}
.catalog li {
  float: left;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  background: url("image/catalog_li.gif") no-repeat right center;
}
.catalog p {
  font-size: 13px;
  margin: 3px 3px 3px 8px;
  height: 20px;
  overflow: hidden;
}
.catalog strong {
  color: #004499;
}

.catalog_letter {
  height: 32px;
  overflow: hidden;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}
.catalog_letter ul {
  margin: 1px 0 0 115px;
}
.catalog_letter_li {
  float: left;
  padding: 3px 7px 6px 6px;
  color: #ff6600;
}
.catalog_letter_on {
  float: left;
  padding: 3px 7px 6px 6px;
  color: #ffffff;
  background: #ff6600;
}
.catalog_index {
  width: 648px;
  overflow: hidden;
  margin: -1px 0 0 0;
  line-height: 24px;
  font-size: 13px;
  border: #bcbcbc 1px solid;
  background: #fafafa;
  position: absolute;
  z-index: 100;
}
.catalog_index table {
  margin: 10px 0 5px 15px;
}
.catalog_index div {
  height: 7px;
  line-height: 7px;
  font-size: 1px;
  cursor: pointer;
  background: #dadada url("image/catalog_close.gif") no-repeat center 2px;
}

.catalog_tds {
  line-height: 20px;
  padding: 6px 10px 6px 10px;
  color: #666666;
}
.catalog_tdl {
  width: 26px;
  padding: 10px 0 10px 0;
  border: #ffedc1 1px solid;
  background: #ffffe0;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.catalog_tdr {
}
.catalog_on_1 {
  border-bottom: #ffd39a 1px dotted;
  padding: 0 0 5px 0;
}
.catalog_on_2 {
  background: #fcfce3;
  border-bottom: #ffd39a 1px dotted;
  padding: 0 0 5px 0;
} /*border:#FFD39A 2px solid;*/
.catalog_on_2 .catalog_tdl {
  border: #fff2ca 1px solid;
  background: #fff2ca;
  color: #ff7300;
}
