#display
{
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 650px;
	height: 460px;
	float: left;
	overflow: auto;
}

#display .img
{
  margin: 5px;
  padding: 0px;
  border: 1px solid #ddd;
  height: auto;
  width: 620px;
  float: right;
  text-align: center;
  color: #666;
}

#display .img img
{
  display: block;
  margin: 0px;
  border: none;
  float: left;
}

#display .desc
{
  display: block;
  float: right;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  width: 375px;
  margin: 15px 0px;
  color: #666;
}

#display table
{
	text-align:left;
	font-size: 12px;
	border-spacing: 3px;
	empty-cells:show;
	table-layout:auto;
	color: #333;
	margin: 0px;
}

#display .head
{
	width: 145px;
	font-weight: bold;
}

#display td
{
	padding: 5px;
	vertical-align: baseline;
}

#display ul
{
	list-style: decimal outside none;
}