/***********************************************************
*  Support
************************************************************/

/* tree */
.tree_ul li
{
  list-style-type: none;
}

.tree_closed_ul
{             
}

.tree_closed_ul > a
{
  background: url(../res/page/tree_closed.gif)  no-repeat;
  font-size:12px;
  padding-left:20px;
  text-decoration: none; 
}

.tree_opened_ul
{                 
}

.tree_opened_ul > a
{
  background: url(../res/page/tree_opened.gif) no-repeat;
  font-size:12px;
  padding-left:20px;
  text-decoration: none; 
}

.tree_item
{
  padding-left:30px;
  display:none;
}

.support_r1
{
  padding: 0px;
  margin: 0px;
  float:left;
  width:70px;
  margin-right:85px;
  text-align:right;
  padding-bottom:3px;
  position:relative;
}

.support_r1 span
{
  position:absolute;  
  left:75px;
  padding: 0px;
  margin: 0px;

  text-align:left;        
  width:85px;
}


.box-support
{
  background: white url(../res/page/corner1.gif) left top no-repeat;
  margin-left:10px;
  margin-right:15px;
  margin-top:10px;
  padding: 7px 10px 10px 10px;
  font-size: 12px;
}

.box-support h2 
{
  margin-left:0px;
  margin-top:3px;
  margin-bottom:10px;
}

.ul-support li
{
  margin-left:20px;
  margin-right:5px;
  list-style-type: decimal;
  font-size:12px;
}

.ul-support a
{
  text-decoration: none; 
}

.ul-support a:hover
{
  text-decoration: underline; 
}

