.mceActionPanel { margin-top: 7px; }
.panel_wrapper div.current { height: 320px; }
#title, #href { width: 280px; }
#classlist, #targetlist { width: 286px; }
.panel_wrapper {
  margin-bottom: 7px;
}
#ipbrowsercontainer {
  width: 280px;
  height: 150px;
  padding: 2px;
  background-color: #ffffff;
  border: 1px solid #C0C0C0;
  overflow: auto;
}
#ipbrowsercontainer a {
  text-decoration: none; 
}
#ipSitemap, #ipSitemap ul, #ipSitemap li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ipSitemap {
  background: transparent url(../img/line1.gif) repeat-y scroll -5px 0px;
}
#ipSitemap li {
	line-height: 15px;
	margin-top: 1px;
	position: relative;
	width: 100%;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html #ipSitemap li {
	float: left;
	display: inline;
}
#ipSitemap li a {
  margin-left: 20px;
}
#ipSitemap li span {
  float: left;
  position: absolute;
  top: 2px;
  left: 0px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  font-size: 0;
}
#ipSitemap li span, #ipSitemap li span.collapsed {
  background: #ffffff url(../img/collapsed.gif) no-repeat scroll 0 0;
} 
#ipSitemap li span.expanded {
  background: #ffffff url(../img/expanded.gif) no-repeat scroll 0 0;
}
#ipSitemap li span.collapsed:hover {
  background-color: #eeeeee;
} 
#ipSitemap li span.expanded:hover {
  background-color: #eeeeee;
}
#ipSitemap li ul {	
	margin-left: 15px;
	background: transparent url(../img/line1.gif) repeat-y scroll -5px 0;
}
#ipSitemap li li {	
	background: transparent url(../img/line2.gif) no-repeat scroll -5px -2px;
}
/* float fix */
#ipSitemap:after, #ipSitemap ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#ipSitemap, #ipSitemap ul{ display: block; }
/*  \*/
#ipSitemap, #ipSitemap ul{ min-height: 1%; }
* html #ipSitemap, * html #ipSitemap ul { height: 1%; }
 /*  */
#ipSitemap ul{ display: none; }