#bodyContentD01 {
	width: 555px;
	margin: 30px 0 0 0;
}

#bodyContentD01 .thumbnail {
	float: left;
	width: 136px;
	margin: 0 0 0 0;
}

#bodyContentD01 .thumbnail img {
	display: block;
	margin: 0 0 14px 0;
}

#bodyContentD01 .details {
	float: right;
	width: 419px;
}

table {
	width: 419px;
	border-collapse: collapse;
}

table colgroup.td{
}

table tr th{
	padding: 0px 13px 18px 0px;
	font-weight: bold;
	color: #797350;
	line-height: 1.3;
	vertical-align: middle;
}

table tr td{
	padding: 4px 13px 4px 0px;
	background: url(../../../img/line_dotted_01.gif) left bottom no-repeat;
	line-height: 1.3;
	vertical-align: top;
}

#footContent{
	width: 551px;
	min-height: 17px;
	margin: 50px 0 0 0;
	text-align: center;
}

#footContent a {
	min-height: 17px;
	padding: 0 0 0 20px;
	background: url(../../../img/arrow_01.gif) 0 center no-repeat;
	line-height: 1.5em;
	zoom: 1;
}


/* clearing float */

#headContent,
#bodyContentD01 {
	/*\*/
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/**/
	/*\*//*/
	display: inline-table;
	/**/
}

#headContent:after,
#bodyContentD01:after {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}