﻿body
{
	font-family: Arial;
	font-size: 9pt;
	text-align: center;
}
.Main
{
	margin: 0px auto 0px auto;
	text-align: center;
	width: 800px;
}
.MainDesc, .DVDList, .BestList
{
	border: solid 1px #FE26C9;
	margin-top: 4px;
	width: 800px;
}
.TopTen
{
	margin: 0px auto 0px auto;
	text-align: left;
	width: 450px;
}
.TopTen thead tr th, .TopPlaces
{
	color: #FE26C9;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
.OfferTable, .OfferTable tr td
{
	border: solid 1px #FFE1DC;
}
.TopMovie
{
	text-align: center;
	width: 225px;
}
.ReviewTable
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.ReviewTable, .ReviewTable TD, .ReviewTable TR
{
	vertical-align: top;
}
.ReviewTable TD
{
	border: solid 1px FE26C9;
}
.ReviewText
{
	font-size:10pt;
	padding: 5px 5px 5px 5px;
}
.ReviewFacts
{
	width: 100%;
}
.ReviewFacts, .ReviewFacts TR, .ReviewFacts TD
{
	border-style: none;
	vertical-align: middle;
}
.ReviewFacts TD
{
	background-color: #FFE1DC;
}