
/**
 * details
 */

#top #details {
	padding: 17px 0 53px;
}

#top #details h2 {
	padding-top: 20px;
	margin-bottom: 15px;
}

#top #details h2.top {
	padding-top: 0;
	margin-bottom: 15px;
}

#top #details .box {
	overflow: hidden;
	width: 675px;
	height: 40px;
	padding: 10px;
	margin-bottom: 5px;
	background: #eeeeee;
}

#top #details .box dl {
	overflow: hidden;
}

#top #details .box dl dt {
	float: left;
	width: 280px;
}

#top #details .box dl dd {
	float: right;
	width: 355px;
}

