.panel_title, .panel_body
{
  width: 100%
  padding: 5px 0 5px 0;
}

.panel_title
{
  cursor: pointer; 
}

.panel_titles
{
  margin: 0 5px 0 7px 
}

.panel_item_title
{
  margin-top: 3px;
  color: #552D06;
  font-weight: bold;
  font-size: 85%;  
}

.panel_item_description
{
  margin-top: 3px;
  font-size: 85%;
  color: #552D06;
}

.panel_item_arrow
{
	padding: 0 0 0 25px;
}

.panel_body_header, .panel_item_left_col
{
  margin: 0 5px 5px 10px;
}

.panel_item_content
{
  padding: 10px 0 10px 0; 
}
 
.panel_item_left_col
{
  width: 57%;
  float: left;
}

.panel_item_right_col
{
  width: 37%;
  float: right;
}

.panel_row_border_top
{
  width: 100%;
  height: 9px;
  background: transparent url(../images/row-border.gif) no-repeat top;
}
