@charset "utf-8";
/* CSS Document */

#accordion_wrapper {
      background:transparent url(../images/accord_top.gif) no-repeat scroll left top;
      margin-bottom:15px;
      width: 200px;
	  vertical-align:top;
	  
    }

#help_head {
      padding:2px 0px 0px 3px;
	  
    }
#accordion_menu {
      background:transparent url(../images/accord_bottom.gif) no-repeat scroll left bottom;
      list-style-type: none;
      padding: 3px;
      margin: 0px;
      
    }
    
#accordion_menu h3 {
      background:transparent url(../images/accord_title_top_off.gif) no-repeat scroll left top;            
      margin: 0px;
    }
    
#accordion_menu h3 span.title {
      background:transparent url(../images/accord_title_bottom_off.gif) no-repeat scroll left bottom;
	  cursor:pointer;
      display:block;
      color:#656565;
      font-weight:bold;
      font-size:12px;
      line-height:18px;
      padding:6px 20px 6px 10px;
      text-decoration:none;      
    }
#accordion_menu h3 span.link {
      background:transparent url(../images/accord_title_bottom_off.gif) no-repeat scroll left bottom;   
      display:block;
      color:#656565;
      font-weight:bold;
      font-size:12px;
      line-height:18px;
      padding:6px 20px 6px 10px;
      text-decoration:none;      
    }
#accordion_menu span.link { 
      display:block;
      color:#656565;
      font-weight:bold;
      font-size:12px;
      line-height:18px;
      padding:6px 20px 6px 10px;
      text-decoration:none;      
    }
.open h3 {
      background:transparent url(../images/accord_title_top_on.gif) no-repeat scroll left top !important;            
    }

.open h3 span.title {
      background:transparent url(../images/accord_title_bottom_on.gif) no-repeat scroll left bottom !important;            
    }
	
.open h3 span.link {
      background:transparent url(../images/accord_title_bottom_on.gif) no-repeat scroll left bottom           
    }
    
#accordion_menu div a {
      font-weight:bold;
      padding-right:10px;    
      text-decoration:none;
      color:#365ebf;
    }
#accordion_menu div a:hover{
 		text-decoration:underline;
 }
#accordion_menu div a.pretty_link {
      font-weight: bold; padding-left: 10px;  background: url(../images/link_arrow.gif) bottom right no-repeat;
    }
#accordion_menu div a.more_link {
      font-weight: bold; color:#656565; padding-left: 85px;  background: url(../images/link_arrow.gif) bottom right no-repeat;
    }
#accordion_menu div {
      font-size: 11px;
      font-family:arial,verdana,sans-serif;
      background:transparent url(../images/accord_fold_bg2.gif) no-repeat scroll left bottom;
      padding:5px 10px 10px 10px;          
    }
    
#accordion_menu ol {
      list-style:disc;
      margin: 0px;
      padding: 0px;
      padding-left: 25px;
    }
    
#accordion_menu ol li {
      line-height:12px;
      margin:0;
      padding:0 0 7px;
      vertical-align: top;
    }
    
#accordion_menu div.topics p{
      margin: 0px;
      margin-top: 7px;
      margin-bottom: 5px;
    }
    
#accordion_menu div.community p {
      margin: 0px;
      margin-top: 0px;
      margin-bottom: 0px;    
    }
    
#accordion_menu div.community ul {
      margin: 0px;
      padding-left: 20px;
    }

#accordion_menu div.community ul li {
      margin-bottom: 5px;
    }
#accordion_menu	p.rnav_ask { margin: 0px 0px 0px 15px; line-height: 18px; }

#drawer_live_community {
        background-image: url('../images/atc_panel_header.gif') !important;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        width: 190px !important;
        height: 20px !important;   
		cursor:default; 
    } 
#drawer_addition {
        background-image: url('../images/addition_panel_header.gif') !important;
        background-repeat: no-repeat;
        background-position: 0px 5px;
        width: 190px !important;
        height: 20px !important;  
		cursor:default;   
    }
