#main {
	width: 880px;
	margin: 20px auto 0px auto;
}
#leftcolumn {
	width: 202px;
	margin-right: 28px;
	padding-bottom: 20px;
	float: left;
}
#leftcolumn img#cover {
	width: 200px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	display: block;
}
#leftcolumn img#rating {
	margin: 0px auto 10px auto;
	display: block;
}
#leftcolumn #comments {
	margin-bottom: 16px;
	font-style: italic;
	line-height: 16px;
	color: #B4B4B4;
}
#iconPurchasedOn, #iconDateAdded, #iconLastSeen {
	height: 22px;
	padding-left: 22px;
	font-size: 11px;
	line-height: 22px;
	white-space: nowrap;
	background-position: left center;
	background-repeat: no-repeat;
}
#iconPurchasedOn {
	background-image: url(icon_purchasedon.gif);
}
#iconDateAdded {
	background-image: url(icon_dateadded.gif);
}
#iconLastSeen {
	background-image: url(icon_lastseen.gif);
}
#content {
	width: 650px; /* 650px */
	padding: 5px 0px 30px 0px;
	float: left;
}
#content #maindetails, #content #dvddetails {
	width: 49%;
	float: left;
}
#content #features {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #747474;
	clear: both;
}
#content div.details {
	padding-left: 16px;
}
#content div.details h3 {
	margin: 16px 0px 12px -16px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 16px;
	color: #3D80DF;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
}
#content div.details h4 {
	margin: 16px 0px 2px 0px;
	font-weight: bold;
	font-size: 13px;
	clear: both;
}
#content table.basic td {
	padding: 1px 0px 1px 0px;
	line-height: 16px;
}
#content table.basic td.label {
	padding-right: 10px;
	text-align: right;
	white-space: nowrap;
	color: #747474;
}
#content table.cast td {
	padding: 2px 0px 2px 0px;
	line-height: 16px;
}
#content table.cast td.name {
	white-space: nowrap;
}
#content table.cast td.ddd {
	padding-right: 16px;
	padding-left: 16px;
}