* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 12px;
	line-height: 18px;
}
#content { width: 700px; }
#product-image {
	width: 700px;
	height: 365px;
	float: left;
	margin-right: 15px;
}
#product-info {
	width: 290px;
	float: left;
}
#product-name {
	background-color: #33ccff;
	padding: 11px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
#product-details {
	list-style-type: none;
	padding: 3px 11px;
	display: block;
}
#product-details li {
	border-bottom: 1px dotted #d4d4d4;
	display: block;
	padding: 3px 0px;
}
#product-details li.last { border-bottom: none; }
#product-details li span { color: #666; }