/* --( OUTLINE )-- */
#container
{ width:900px;
  font: 10pt Arial, Helvetica, Sans-serif;
  background:#DBDBDB;
  border-left:solid 10px #fff;
  border-right:solid 10px #fff;
  margin:auto }

#logo_container
{ border-bottom: 1px solid white;
  width:880px;
  padding:10px;
  background:#000; 
  color: #fff }
  
#logo_container a, #logo_container div
{ text-decoration:none;
  color: #fff }

#logo_container a:hover
{ text-decoration:underline }

#top_bar
{ width:896px;
  padding:8px 2px;
  background:#000;
  border-bottom: solid 1px #fff;  }

#top_bar a
{ padding:4px;
  font-weight:bold;
  background:#8f8f8f;
  border: 1px solid #fff;
  border-left:5px solid #fff;
  text-transform:uppercase;
  margin-right:10px;
  color:#fff;
  text-decoration:none  }

#top_bar a:hover
{ 
  color:#000;
  border: 1px solid #8f8f8f;
  border-left:5px solid #8f8f8f;
  text-decoration:none;
  background:#fff  }

#footnote
{ border-top:solid 10px #fff;
  background-color:#323232;
  font-size:8pt;
  padding:15px 0;
  color: #fff }

#footnote ul
{ margin: 0;
  padding: 0;
  list-style:none }
  
#footnote ul li
{ font-size:8pt;
  padding-bottom:5px;
  border-bottom:dashed 1px #bbb;
  color: #fff }
  
#footnote a
{ text-decoration: none;
  color:#fff }

#footnote a:hover
{ text-decoration: underline }

#footnote h4, #footnote div
{ color:#fff }
 
.search
{ background:url('images/search.gif') 0px 0px no-repeat #fff;
  border: solid 1px #aaa;
  padding-left: 22px }


/* --( boxes )-- */
.box_small_top
{ width:200px;
  height:20px;
  padding:10px;
  color:#666;
  font:bold 14pt Arial, Helvetica, Sans-serif;
  background:url('images/box_small.gif') 0 0 no-repeat; 
  border-bottom: solid 1px #ccc }

.box_small_mid
{ width:200px;
  padding:10px;
  background:#fff }

.box_small_end
{ width:220px;
  height:20px;
  background:url('images/box_small.gif') 0 -80px no-repeat;
  margin-bottom:10px }

.box_med_top
{ width:620px;
  height:20px;
  padding:10px;
  color:#666;
  overflow:hidden;
  font:bold 14pt Arial, Helvetica, Sans-serif;
  background:url('images/box_med.gif') 0 0 no-repeat; 
  border-bottom: solid 1px #ccc }

.box_med_mid
{ width:620px;
  padding:10px;
  background:#fff }

.box_med_end
{ width:640px;
  height:20px;
  background:url('images/box_med.gif') 0 -80px no-repeat;
  margin-bottom:20px }

/* --( category browser )-- */
/* 1. Drill Down */
.category
{ line-height: 1.76;
  color: #333;
  margin-left: 0px;
  padding: 0 0 5px 0px; }

.sub_category
{ color: #333;
  line-height: 1.76; }

.cur_category
{ color: #000;
  font-weight:bold;
  line-height: 1.76; }

.category_num
{ font-size:8pt }
  
/* 2. Tree View */
ul.category_browser , .category_browser ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.category_browser li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(../_common/images/list.gif) no-repeat left center;
list-style: none;
padding-left: 22px;
margin-bottom: 3px;
}

.category_browser li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../_common/images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}

.category_browser li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.category_browser .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.category_browser_num
{ font-size:8pt }
/* --( end of browser )-- */ 
 
.feat_box .title
{ padding: 5px 0;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  color:#666666;
  letter-spacing:-1px; }


.rate_code
{ border:solid 1px #000;
  color: green;
  background:#ffc;
  font: 10pt Courier New, Courier;
  padding:3px;
}


/* --( Cat All List )-- */
.cat_all_top
{ font-size:10pt;
  background:url('images/cat.gif') 0 0 no-repeat;
  padding-left:20px }
  
.cat_all_sub
{ font-size:9pt; }

.cat_all_sub a
{ text-decoration: none }

.cat_all_sub a:hover
{ text-decoration: underline }

