.table_catalog_list_title
{
  width:100%;
  height:31px;
  background:url("images/bg.jpg") left top repeat-x;
  #border:1px solid #166eb7;
}

.table_catalog_list_title td.title
{
  width:51px;
  background:url("images/title.jpg") left top no-repeat;
}

.table_catalog_list
{
  width:100%;
}

.section_title
{
  margin-top:1px;
  padding-top: 4px;
  padding-bottom:4px;
  border:1px solid #dfdfdf;
  background-color:#f9f9f9;
}
.section_title div
{
  margin-left:4px;
  background:url("images/noselected.jpg") left no-repeat;
  padding-left:18px;
}
.section_title a
{
  font: 13px Tahoma;
  color: #5e5f65;
  text-decoration:none;
  outline: none;
}

.section_title_sel
{
  margin-top:1px;
  padding-top: 4px;
  padding-bottom:4px;
  border:1px solid #dfdfdf;
}
.section_title_sel div
{
  margin-left:4px;
  background:url("images/selected_white.jpg") left no-repeat;
  padding-left:18px;
}
.section_title_sel a
{
  font: 13px Tahoma;
  color: #5e5f65;
  text-decoration:none;
  outline: none;
}

.section_title_selected
{
  margin-top:1px;
  padding-top: 4px;
  padding-bottom:4px;
  border:1px solid #9b9b9b;
  background-color:#d6d6d6;
}
.section_title_selected div
{
  margin-left:4px;
  background:url("images/selected_gray.jpg") left no-repeat;
  padding-left:18px;
}
.section_title_selected a
{
  font: 13px Tahoma;
  color: #5e5f65;
  text-decoration:none;
}

.section_title_last
{
  margin-top:1px;
  padding-top: 4px;
  padding-bottom:4px;
  border:1px solid #9b9b9b;
  background-color:#f3ca30;
}
.section_title_last div
{
  margin-left:4px;
  background:url("images/last.jpg") left no-repeat;
  padding-left:18px;
}
.section_title_last a
{
  font: 13px Tahoma;
  color: #272525;
  text-decoration:none;
}
