#productdetails {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
}
#productname {
	font-size: 22px;
	margin: 0 0 10px;
}
#productmain {
	font-size: 12px;
	padding: 10px;
	width: 495px;
}
#productmain h3 {
	margin-top: 0;
}
#productmain h4 {
	margin-bottom: 0;
}
#productmain p {
	font-size: 1em;
	margin-top: 0;
}
.addtocart td {
	vertical-align: top;
}
.flvwrap {
	height: 294px;
}

/* Main Photo */
#mainProductPhoto {
	margin: 0 0 20px;
}

/* DVD Details Table Styles */
#dvdinfo {
	margin: 20px 0;
}
#dvdinfo table {
	border-color: #aaa;
	border-style: solid;
	border-width: 0 1px 1px 0;
	font-family: Arial, sans-serif;
}
#dvdinfo td {
	border-color: #aaa;
	border-style: solid;
	border-width: 1px 0 0 1px;
	color: #555;
	font-size: 13px;
	line-height: 13px;
	padding: 4px 10px;
	text-align: center;
}
#dvdinfo .mins {
	font-size: 11px;
	line-height: 11px;
}
#dvdinfo .lang {
	font-size: 11px;
	padding: 2px 10px;
}

/* Runtime Table Styles */
.tdr {
	padding-left: 10px;
	text-align: right;
}
.runtimes {
	margin: 20px 0;
}
.runtimes th {
	background: black;
	color: white;
	font-size: 0.9em;
	padding: 2px 5px;
	text-align: left;
	text-transform: uppercase;
}
.runtimes th.tdr {
	text-align: right;
}
.runtimes td {
	background: #eee;
	padding: 2px 5px;
}
.runtimes .alt td {
	background: #ccc;
}
.runtimes .total td {
	background: #333;
	color: white;
	font-weight: bold;
	padding: 2px 5px;
}

/* Block Quotes */
#productmain blockquote {
	background: url('/images/quote-start.png') no-repeat left top;
	color: black;
	line-height: 1.3em;
	margin: 10px 20px;
	padding: 30px 0 0 40px;
	text-align: justify;
}
#productmain blockquote div {
	background: url('/images/quote-end.png') no-repeat right bottom;
	padding: 0 40px 10px 0;
}
#productmain blockquote p {
	margin: 0 0 10px 0;
}
#productmain blockquote cite {
	display: block;
	font-size: 0.9em;
	text-align: right;
}

/* Widescreen Edition Note */
.widescreen {
	background: #962e35;
	color: #ffffff;
	margin: 15px 0pt;
	padding: 5px 8px;
}

/* FAQs */
#faquestions {
	margin: 20px 0;
}
#faquestions dt {
	font-weight: bold;
	margin: 0;
}
#faquestions dd {
	margin: 0 0 15px 0;
}