.dvhdr1 {
  background:#F3F0E7;
  font-family:Arial, Verdana;
  font-size:12px;
  font-weight:bold;
  border:1px solid #C8BA92;
  padding:5px;
  width:175px;
  color:#000;
}

.dvbdy1 {
  background:#FFFFFF;
  font-family:Arial, Verdana;
  font-size:12px;
  border-left:1px solid #C8BA92;
  border-right:1px solid #C8BA92;
  border-bottom:1px solid #C8BA92;
  padding:5px;
  width:175px;
  line-height:14px;
  color:#000;
}


#sub-body-x #sub-body{
	background:none;
}

#sub-body #sub-left{
	display:none;
}

#sub-body #sub-right{
	
	float:none;
	width:900px;
	padding-left:0;
	
}

#sub-right #boothmap{
	background:url('/images/boothmap/boothmap2010.png') no-repeat top left;
	width:900px;
	height:408px;
	position:relative;
}

#sub-right #boothmap .booth{
	position:absolute;
	display:block;
	cursor: pointer;
	
}

#sub-right #boothmap .available{
	/*background-color:none;*/
	
}

#sub-right #boothmap .not-available{
	background-color:#b84040;
	-moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.50;
}

#sub-right #boothmap .selected_b{
	background-color:#4062b8;
	-moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.50;
	
}