/* Dropdown charts*/

/* nest dropdpwn html in this "relative" div*/
.slidedown-box {
  position: relative;
  width: 700px;
}

.dhtmlgoodies_contentBox { 

height:0px;
visibility: hidden; 
position: absolute; 
top: 30px; left: 30px;
background-color: #333; 
overflow: hidden; 
padding: 2px; 
width: 640px; 
border-style: none; }

.dhtmlgoodies_content {
position: relative;
width: 100%; 
padding-top: 40px;
padding-bottom: 40px;
}


