﻿/***************************************************************/
/**** Copyright 1994-2009 Webplus, Inc. All rights reserved. ***/
/**** This file may be modified, but this copyright notice   ***/
/**** must remain intact in this file.                       ***/
/***************************************************************/

/******************************************************
  Description: CSS file for page element
*******************************************************/

.hp_category_tree_heading {
  background-color: #B7E1F8;
}
.category_tree_heading {
  background-color: #B7E1F8;
}
.hp_category_tree_heading,
.category_tree_heading {
  clear: both;
  margin: 0;
  padding: 0;
}

#category_tree,
#hp_category_tree {
  font-size: 10pt;
  line-height: 16pt;
  margin: 0;
  padding: 0;
  width: 100%;
}

#category_tree_list,
#hp_category_tree_list {
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#category_tree_list {
  background-color: #B7E1F8;
  border-bottom-color: #092D43;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#hp_category_tree_list {
  background-color: #B7E1F8;
  border-bottom-color: #092D43;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#category_tree_list ul,
#hp_category_tree_list ul {
  font-weight: normal;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#category_tree_list li.category_child {
  border-left: #B7E1F8 5px solid;
  margin: 0;
  border-top-color: #092D43;
  border-top-width: 1px;
  border-top-style: solid;
}
#hp_category_tree_list li.category_child {
  border-left: #B7E1F8 5px solid;
  margin: 0;
  border-top-color: #092D43;
  border-top-width: 1px;
  border-top-style: solid;
}

#category_tree_list .category_child {

}
#hp_category_tree_list .category_child {

}

#category_tree_list .category_parent {
  border-left: #B7E1F8 10px solid;
  margin: 0;
  padding: 0;
}
#hp_category_tree_list .category_parent {
  border-left: #B7E1F8 10px solid;
  margin: 0;
  padding: 0;
}

#category_tree_list a,
#hp_category_tree_list a {
  display: block;
  text-decoration: none;
  width: 100%;
}

#category_tree_list a:link { color: #49B5EE; }
#category_tree_list a:visited { color: #49B5EE; }
#category_tree_list a:hover { color: #49B5EE; }
#category_tree_list a:active { color: #49B5EE; }

#hp_category_tree_list a:link { color: #49B5EE; }
#hp_category_tree_list a:visited { color: #49B5EE; }
#hp_category_tree_list a:hover { color: #49B5EE; }
#hp_category_tree_list a:active { color: #49B5EE; }
