h1.logo {
	width: 266px;
	height: 147px;
	float: left;
	position: relative;
	display: inline;
	background: url("../images/logo.jpg") no-repeat;
	}
h1.logo a {
	float: left;
	height: 0;
	padding-top: 147px;
	overflow: hidden;
	width: 266px;
	}

h1.logo-sub {
	width: 266px;
	height: 106px;
	float: left;
	position: relative;
	display: inline;
	background: url("../images/logo-sub.jpg") no-repeat;
	}
h1.logo-sub a {
	float: left;
	height: 0;
	padding-top: 106px;
	overflow: hidden;
	width: 266px;
	}

h2,
h2 a {
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Arial Black",Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	}
h2 a:hover {
	color: #cc0000;
	}
h2.title {
	font-size: 23px;
	}
h3 {
	font-size: 15px;
	font-family: "Arial Black",Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	}

a.read-more {
	float: left;
	height: 0;
	padding-top: 8px;
	overflow: hidden;
	width: 90px;
	background: url("../images/read-more.gif") no-repeat;
}
#sub-lcol {
	float: left;
	width: 266px;
	}

#sub-rcol {
	width: 734px;
	float: left;
	margin-bottom: 50px;
	padding: 0;
	overflow: hidden;
	}

#average-rating {
	float: left;
	position: absolute;
	top: 37px;
	left: 564px;
	}

#user-average-rating,
#overall-average-rating {
	float: left;
	}
div.user-average-rating {
	float: left;
	}
#your-average-rating {
	float: left;
	padding: 30px 0 0 5px;
	}
#email-signup {
	background: url("../images/email-background.jpg") no-repeat;
	width: 734px;
	height: 21px;
	float: left;
	}
#email-signup input {
	background-color: #000;
	color: #A2000A;
	font-size: 10px;
	padding: 3px 3px 0 3px;
	line-height: 1em;
	border: none;
	}

#videos-header {
	background: url("../images/videos-title-background.jpg") no-repeat;
	background-position: left;
	width: 734px;
	height: 65px;
	position: relative;
	float: left;
	}


#news-container {
	width: 216px;
	float: left;
	background: url("../images/news-background.jpg") no-repeat;
	padding-top: 77px;
	padding-left: 50px;
	overflow: hidden;
	}

#news-sub #news-container {
	background: url("../images/news-background-sub.jpg") no-repeat;
	padding-top: 58px;
	}
#news-container ul.news {
	width: 197px;
	padding-left: 0;
	}
	
		
	
#sub-rcol div.pagination {
	float: left;
	width: 734px;
	height: 19px;
	background: url("../images/pagination-background.jpg") no-repeat;
	text-align: center;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 6px;
	margin-left: 3px;
	margin-top: 3px;
	overflow: hidden
	}

#sub-rcol div.pagination a {
	text-decoration: none;
	}
#sub-rcol div.pagination a:hover,
#sub-rcol div.pagination a.selected {
	text-decoration: underline;
	}
	
#sub-rcol div.pagination div.left {
	position: absolute;
	top: 6px;
	left: 15px;
	}
#sub-rcol div.pagination div.right {
	position: absolute;
	top: 6px;
	right: 15px;
	}

#sub-rcol #news-items {
	float: left;
	width: 732px;
	padding-top: 3px;
	margin-left: 3px;
	}
#sub-rcol div.item {
	float: left;
	width: 732px;
	background: url("../images/film-background.jpg") no-repeat;
	border-bottom: 1px solid #890705;
	background-color: #180000;
	font-family:Arial, Verdana;
	font-size: 13px;
	padding-bottom: 15px;
	}
#sub-rcol div.item h2,
#sub-rcol div.item h2 a {
	font-family: Arial, Verdana;
	font-weight: normal;
	padding-right: 50px;
	text-transform: uppercase;
	padding-bottom: 9px;
}
#sub-rcol div.item strong.date {
	color:#b6000c;
	font-size: 13px;
	font-family: Arial, Verdana;
	font-weight: normal;
}
#sub-rcol div.last {
	border: none;
	}
#sub-rcol div.item div.cover {
	margin: 24px 18px 20px 20px;
	float: left;
	width: 180px;
	}
#sub-rcol div.item div.info {
	margin: 24px 0 0 0;
	}
#sub-rcol div.item div.info p {
	font-size: 10px;
	margin: 20px 34px 20px 0;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
	}


/* The Feed */

#the-feed {
	background:url("../images/the-feed-header.jpg") no-repeat;
	padding-top: 73px;
	float: left;
	width: 732px;
	margin-left: 3px;
	background-color: #120001;
}
ul.feed {
	background: url("../images/the-feed-bottom-bar") no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
div.bar {
	background: url("../images/the-feed-bottom-bar") no-repeat;
	background-position: top;
	padding-top: 7px;
	float: left;
	width: 732px;
	margin-left: 3px;
}
ul.feed li {
	border-top: 1px solid #5e0001;
	margin-left: 20px;
	font-family: Arial, Verdana;
	font-size: 12px;
}
ul.feed li a {
	padding: 6px 2px;
	display:block;
	text-decoration: none;
}
ul.feed li a:hover {
	background-color: #2c0003;
}

/* Article */

#article {
	padding: 26px 0 40px 30px;
	width: 700px;
	position: relative;
}
#article p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	width: 515px;
	float: left;
	margin-bottom: 15px;
}
#article-header {
	margin-top: 26px;
	margin-bottom: 23px;
	float: left;
}
#article-header img {
	float: left;
	margin-right: 12px;
}
#article-header p.title {
	font-size: 30px;
	line-height: 31px;
	width: 321px;
}
#article-header p.subtitle {
	font-size: 16px;
	line-height: 20px;
	width: 350px;
	color: #ff0000;
}
#share {
	position: absolute;
	top: 492px;
	right:2px;
	background-color: #300002;
	border: 1px solid #510001;
	width: 163px;
}
#share img {
	float: left;
}


#sub-rcol div.item div.info strong.highlight {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	background: url("../images/coming-soon-asterisk.gif") no-repeat;
	background-position: left;
	padding: 0 0 0 12px;
	}
#sub-rcol div.item div.info h2 {
	padding-top: 5px;
	}

#user-review-header {
	background: url("../images/user-review-header-bg.jpg") no-repeat;
	width: 685px;
	height: 49px;
	text-align: right;
	float: left;
	padding-top: 38px;
	padding-right: 49px;
	position: relative;
	}

#film-container {
	position: relative;
	margin-left: 50px;
}
#film-container div.cover {
	font-size: 10px;
	color: #A9000A;
	}
#film-container div.cover p {
	color: #A9000A;
	}
#film-container div.cover img,
#film-container div.cover p {
	padding-bottom: 13px;
	}
#film-container div.info p {
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	margin-top: 23px;
	width: 315px;
	}
#film-container div.info a.official-movie-site {
	float: left;
	height: 0;
	padding-top: 7px;
	width: 131px;
	overflow: hidden;
	background: url("../images/official-movie-site.gif") no-repeat;
	margin-top: 26px;
	}
#film-container div.top {
	width: 901px;
	float: left;
	padding-bottom: 25px;
	border-bottom: 3px solid #510A00;
	}
#film-container div.bottom {
	width: 901px;
	float: left;
	padding-top: 25px;
	}

#film-container div.col1 {
	width: 116px;
	margin-right: 34px;
	float: left;
	}
#film-container div.col2 {
	width: 330px;
	float: left;
	margin-right: 10px;
	}
#film-container div.col3 {
	width: 387px;
	float: left;
	}

#film-container strong {
	color: #A9000A;
	font-size: 10px;
	}
#film-container p {
	padding-bottom: 16px;
	}

#film-container div.col2 ul {
	padding-top: 8px;
	}
#film-container div.col2 li {
	margin-bottom: 8px;
	}
#film-container div.col3 div.stills {
	padding-top: 6px;
	padding-bottom: 23px;
	width: 436px;
	}
#film-container div.col3 div.stills img {
	padding-right: 5px;
	padding-bottom: 10px;
	}
#film-container div.col3 div.stills img.last {
	padding-right: 0;
	}
#film-container div.col3 ul {
	padding-top: 6px;
	}
#film-container div.col3 li {
	list-style: disc;
	list-style-position:inside;
	}
#film-container div.bottom p,
#film-container div.bottom li,
#film-container div.bottom p ul {
	line-height: 18px;
 	font-size: 12px;
	color: #999999;
	}

#news-reviews-container {
	width: 1001px;
	float: left;
	}



	
a.more-news {
	background: url("../images/more-news-2.gif") no-repeat;
	padding: 10px 0 0 50px;
	}
a.more-news:hover {
	/*background: url("../images/link-coming-soon.gif") no-repeat;*/
	}

a.more-videos {
	clear: both;
	float: left;
	width: 128px;
	height: 0;
	background: url("../images/more-videos.gif") no-repeat;
	background-position: 50px 0;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px 0 0 50px;
	}
a.more-videos {
	background: url("../images/more-videos.gif") no-repeat;
	padding: 10px 0 0 50px;
	}



#reviews-container {
	width: 704px;
	padding: 30px 0 0 27px;
	float: left;
	background: url("../images/reviews-background.jpg") no-repeat;
	background-color: #100001;
	margin-left: 3px;
	}
#reviews-container h3 {
	font-size: 18px;
	line-height: 1em;
	}
#reviews-container div.user-reviews-box {
	font-size: 14px;
	width: 487px;
	float: left;
	}
#reviews-container h4 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1em;
	padding-right: 10px;
	float: left;
	}
#reviews-container div.report {
	float: right;
	font-size: 11px;
	color: #A9000A;
	width: 200px;
	padding-right: 54px;
	}
#reviews-container div.report a {
	color: #a9000a;
	}
#reviews-container div.report a:hover {
	color: #ffffff;
	}
#reviews {
	float: left;
	padding-top: 44px;
	}
#reviews-container div.review {
	float: left;
	width: 527px;
	padding-bottom: 42px;
	}
#reviews-container div.review img {
	float: left;
	padding-right: 5px;
	}
#reviews-container div.review strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	}
#reviews-container div.review p {
	clear: both;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0;
	}

#reviews-container div.review div.author {
	font-size: 10px;
	font-style: italic;
	}

#your-review {
	width: 704px;
	padding: 30px 0 0 27px;
	float: right;
	background: url("../images/reviews-background.jpg") no-repeat;
	background-color: #100001;
	margin-bottom: 50px;
	}
#your-review h5 {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	float: left;
	padding: 30px 0 28px 0;
	}
#your-review form {
	font-size: 12px;
	clear: both;
	}
#your-review input {
	margin: 5px 0;
	}
#your-review p {
	padding-bottom: 20px;
	}
#your-review form div.whoareyou {
	float: left;
	margin-right: 10px;
	}
#your-review input.submit {
	padding-top: 10px;
	clear: both;
	}
#your-review p.disclaimer {
	width: 475px;
	font-size: 12px;
	color: #A90000;
	font-style: italic;
	padding-bottom: 30px;
	}
.video-top {
	background: url("../images/video-background.jpg") no-repeat;
}
div.video {
	background-color: #180000;
	/* #180000; */
	background-position: top;
	width: 734px;
	margin-left: 2px;
	float: left;
	clear: both;
	border-bottom: 1px solid #890705;
	position:relative;
}
div.video img.rbt {
	position:absolute;
	top: 36px;
	right: 25px;
}
div.noborder {
	border: 0;
	width: 734px; /* Abe */
}
div.video div.small {
	clear:both;
}
div.video div.large {
	clear:both;
}

div.video-embed {
	margin: 13px;
	float: left;
}
div.video div.share {
	width:270px;
	margin: 13px 0 0 0;
	float: left;
}
/* div.video p.message { */ /* Abe */
.message {
	color: #cc0000;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana;
	font-weight: normal;
	margin-bottom: 6px;
}
div.video p.message img {
	margin-left: 6px;
	vertical-align: middle;
}
div.video img.rbt-hd {
	clear:both;
	margin: 10px 0;
}
div.video p.title,
div.video a.title {
	float: left;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	font-family:"Arial Black",Arial,Verdana;
	margin: 0 0 7px 0;
	line-height: 19px;
	text-decoration: none; /* Abe */
}
#maintitle { /* Abe */
	width: 290px;
}
div.video a.title { /* Abe */
	width: 500px;
}
p.subtitle {
	font-size: 12px;
	width: 292px;
	float:left;
	line-height: 15px;
}

div.video-embed-sm {
	margin: 13px;
	float: left;
	border: 1px solid #8b000c;
}
div.details {
	margin: 13px 0;
	float:left;
	width: 292px;
}

form.sort-by {
	position: absolute;
	top: -3px;
	right: 0;
	width: 300px;
	padding: 0;
	margin: 0;
	text-align:right;
}
form.sort-by img {
	float: right;
	padding: 6px 5px 0 0;
}
form.sort-by select {
	padding: 0;
	margin: 0;
}

