/*******************************************************************************************

FILE
	Standard.css

DESCRIPTION
	The main style sheet which covers the fonts and colours of the website in general

*******************************************************************************************/

*
{
	padding: 0;
	margin: 0;
}

html, body
{
	height: 100%;
	text-align: center;
}

html
{
	min-height: 101%; /* firefox scrollbar fix */
}

body
{
	color: black;
	background-color: white;
	font-size: 14px;
	font-family: Arial, Helvetica, Helv, Verdana;
}

h1
{
	color: black;
	background-color: white;
	font-size: 18px;
	font-family: Arial, Helvetica, Helv, Verdana;
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: 2px solid red;
}

h2
{
	color: black;
	background-color: white;
	font-size: 17px;
	font-family: Arial, Helvetica, Helv, Verdana;
	padding-bottom: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3
{
	color: red;
	background-color: white;
	font-size: 16px;
	font-family: Arial, Helvetica, Helv, Verdana;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4
{
	color: black;
	background-color: white;
	font-size: 16px;
	font-family: Arial, Helvetica, Helv, Verdana;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img
{
	border: none;
}

form
{
	padding: 0;
	margin: 0;
}

td
{
	padding: 5px;
	margin: 5px;
}

div#Container
{
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

div#Header
{
	position: relative;
}

div#SuperBanner
{
	float: right;
	display: table;
	margin-right: 4px;
	margin-bottom: 3px;
	width: 728px;
	height: 99px;
	text-align: center;
	overflow: hidden;
}

div#LogoHolder
{
	display: table-cell;
    vertical-align: bottom;
    height: 99px;
}

div#BannerHolder
{
	display: table-cell;
    vertical-align: middle;
}

div#HeaderLogo
{
	overflow: hidden;
	height: 99px;
}

div#Footer
{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	text-align: center;
}

div#TopDivider
{
	width: 99%;
	height: 31px;
	margin-left: 10px;
	background-image: url('http://images.dvdreviewer.co.uk/layout/default/rightspan.gif');
	background-repeat: repeat-x;
	position: relative;
}

div#TopMenuCategory
{
	background-image: url('http://images.dvdreviewer.co.uk/layout/default/leftpanelspan.gif');
	background-repeat: repeat-y;
	height: 31px;
	padding: 0px;
	margin: 0px;
	width: 175px;
	float: left;
	display: inline;
}

div#TopBarRightPiece
{
	position: absolute;
	right: 0px;
	top: 0px;
}

div#BottomBarLeftPiece
{
	float: left;
	display: inline;
}

div#BottomBarRightPiece
{
	position: absolute;
	right: 0px;
	top: 0px;
}

div#BottomDivider
{
	width: 99%;
	height: 39px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url('http://images.dvdreviewer.co.uk/layout/default/bottomspan.gif');
	background-repeat: repeat-x;
	position: relative;
}

div#Sidebar
{
	width: 175px;
	float: left;
	display: inline;
}

div#ForumSidebar
{
	width: 200px;
	float: left;
	display: inline;
}

div#ForumThreads
{
	margin-left: 210px;
	padding-left: 15px;
	position: relative;
	zoom: 1;
}

div#SidebarButton
{
	width: 170px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-bottom: 10px;
}

div#SidebarCompetition
{
	width: 170px;
	text-align: center;
	vertical-align: middle;
	padding-left: 0px;
	margin-bottom: 10px;
}

div#MenuArticle
{
	margin-left: 10px;
	margin-right: 10px;
	zoom: 1;
	overflow: hidden;
	position: relative;
	background-image: url('http://images.dvdreviewer.co.uk/layout/default/menuarticlespan.gif');
	background-repeat: repeat-y;
}

div#ForumsForum
{
	margin-top: 20px;
	margin-bottom: 30px;
	min-height: 800px;
}

div#ForumsArticle
{
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: auto;
}

div#ForumsHome
{
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	overflow: auto;
}

div#BreadCrumbs
{
	border: 1px solid #BFBFBF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	overflow: auto;
}

select#forumSwitcher
{
	border: none;
}

select#forumSwitcher option
{
	border: none;
}

div#BreadCrumbs div
{
	display: inline;
}

div#BreadCrumbs .bold
{
	font-weight: bold;
}

div#Article
{
	margin-left: 175px;
	padding-left: 15px;
	position: relative;
	zoom: 1;
}

div#ArticleBody
{
	position: relative;
	zoom: 1;
	min-height: 900px;
}

div#ForumSearchTickerLine
{
	overflow: auto;
	margin-bottom: 10px;
}

div#ForumSearchSubLine
{
	padding-right: 10px;
}

div#ForumTickerSubLine
{
}

div#ForumPromosLine
{
	overflow: auto;
	margin-bottom: 10px;
}

a#HeadingNews { display: block; width: 175px; height: 23px; text-decoration: none;
	background: url("http://images.dvdreviewer.co.uk/layout/default/heading_news.gif"); }
a#HeadingNews:hover { background-position: -175px 0; }

a#HeadingSearch { display: block; width: 175px; height: 23px; text-decoration: none;
	background: url("http://images.dvdreviewer.co.uk/layout/default/heading_search.gif"); }
a#HeadingSearch:hover { background-position: -175px 0; }

a#HeadingReviews { display: block; width: 175px; height: 23px; text-decoration: none;
	background: url("http://images.dvdreviewer.co.uk/layout/default/heading_reviews.gif"); }
a#HeadingReviews:hover { background-position: -175px 0; }

a#HeadingInfo { display: block; width: 175px; height: 23px; text-decoration: none;
	background: url("http://images.dvdreviewer.co.uk/layout/default/heading_info.gif"); }
a#HeadingInfo:hover { background-position: -175px 0; }

a#HeadingHacks { display: block; width: 175px; height: 23px; text-decoration: none;
	background: url("http://images.dvdreviewer.co.uk/layout/default/heading_hacks.gif"); }
a#HeadingHacks:hover { background-position: -175px 0; }

a#HeadingFun { display: block; width: 175px; height: 23px; text-decoration: none;
	background: url("http://images.dvdreviewer.co.uk/layout/default/heading_fun.gif"); }
a#HeadingFun:hover { background-position: -175px 0; }

a#HeadingDiscuss { display: block; width: 175px; height: 23px; text-decoration: none;
	background: url("http://images.dvdreviewer.co.uk/layout/default/heading_discuss.gif"); }
a#HeadingDiscuss:hover { background-position: -175px 0; }

a#HeadingAccount { display: block; width: 175px; height: 23px; text-decoration: none;
	background: url("http://images.dvdreviewer.co.uk/layout/default/heading_account.gif"); }
a#HeadingAccount:hover { background-position: -175px 0; }

a#HeadingAbout { display: block; width: 175px; height: 23px; text-decoration: none;
	background: url("http://images.dvdreviewer.co.uk/layout/default/heading_about.gif"); }
a#HeadingAbout:hover { background-position: -175px 0; }

.displace { position: absolute; left: -5000px; }

ul.menulist
{
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin: 0px;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
}

ul.featurelist
{
	margin: 10px;
	font-size: 13px;
	padding-left: 20px;
}

ul.shortlist li
{
	margin-bottom: 2px;
}

li.small
{
	font-weight: normal;
	font-size: 11px;
}

div#PromoList
{
	width: 764px;
	overflow: hidden;
}

div.PromoItem
{
	border: 1px solid #0000CF;
	float: left;
	height: 118px;
	width: 360px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 5px;
	position: relative;
	overflow: hidden;
}

div.PromoReviewItem
{
	border: 1px solid #0000CF;
	float: left;
	height: 90px;
	width: 360px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 5px;
	position: relative;
	overflow: hidden;
}

div#PromoMPU
{
	float: right;
	width: 360px;
	height: 258px;
	border: 1px solid red;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 5px;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

div#ForumMPU
{
	float: right;
	width: 310px;
	height: 255px;
	border: 1px solid red;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
	padding: 5px;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

div#PromoTallerMPU
{
	float: right;
	width: 360px;
	height: 314px;
	border: 1px solid red;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 5px;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

img.thumbLeft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.revthumbLeft
{
	position: absolute;
	left: 5px;
}

img.revthumbRight
{
	position: absolute;
	left: 303px;
}

p.promotextLeft
{
	position: absolute;
	left: 73px;
	right: 73px;
	height: 50px;
	text-align: right;
	overflow: hidden;
}

p.promotextRight
{
	position: absolute;
	left: 73px;
	right: 73px;
	text-align: left;
	vertical-align: bottom;
	bottom: 0px;
	overflow: hidden;
}

div#ForumRuleLine
{
	height: 35px;
}

div#ForumSearchLine
{
	min-height: 80px;
	position: relative;
	overflow: auto;
}

div#ForumSearchLine p
{
	margin-top: 10px;
}

div#ForumReturn, div#ForumHelpNew, div#ForumGoogleAd
{
	float: right;
}

div#ForumRulesSearch
{
	overflow: auto;
	height: 63px;
}

div.horizbookmark
{
	float: right;
	min-width: 55px;
	min-height: 55px;
}

div#ForumRules
{
}

div#ForumMessageFormBox
{
	padding-top: 20px;
	padding-bottom: 20px;
}

a.ForumRules
{
	font-weight: bold;
	padding-bottom: 10px;
}

p.ForumRules
{
	font-weight: bold;
}

p.important
{
	font-weight: bold;
	padding-bottom: 10px;
}

div#ForumHelpStart
{
	float: left;
	margin-left: 10px;
	height: 28px;
	vertical-align: middle;
}

div#ForumHelpNew
{
	float: right;
	margin-right: 10px;
	height: 28px;
}

div#ForumGoogleSearch
{
}

div#ForumGoogleAd
{
	margin-bottom: 10px;
}

div#ForumMyRevAd
{
	overflow: auto;
}

div#ForumAmazonAd
{
	overflow: auto;
	float: right;
}

div#ForumTabs
{
	height: 28px;
	position: relative;
	margin-top: 7px;
	margin-bottom: 7px;
}

div#ForumHelpLine
{
	background-color: #F0F0F0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #909090;
	height: 23px;
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 7px;
}

div#ForumHeadings
{
	width: 100%;
	position: relative;
	height: 28px;
	margin-bottom: 5px;
}

div#ForumHeadForum
{
	background-color: #F0F0F0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #909090;
	margin: 2px;
	width: 70px;
	position: absolute;
	left: -2px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

div#ForumHeadTopic
{
	background-color: #F0F0F0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #909090;
	margin: 2px;
	padding: 5px;
	position: absolute;
	left: 81px;
	right: 245px;
	font-weight: bold;
}

div#ForumHeadTopicSingle
{
	background-color: #F0F0F0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #909090;
	margin: 2px;
	padding: 5px;
	position: absolute;
	left: -2px;
	right: 245px;
	font-weight: bold;
}

div#ForumHeadPost
{
	background-color: #F0F0F0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #909090;
	margin: 2px;
	width: 110px;
	position: absolute;
	right: 121px;
	padding: 5px;
	font-weight: bold;
}

div#ForumHeadReplies
{
	background-color: #F0F0F0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #909090;
	margin: 2px;
	width: 110px;
	position: absolute;
	right: -2px;
	padding: 5px;
	font-weight: bold;
}

div.ForumThreadLine
{
	width: 100%;
	position: relative;
	height: 50px;
}

div.ForumEntryForum
{
	background-color: #ffefef;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #FFDADA;
	margin: 2px;
	width: 80px;
	height: 44px;
	position: absolute;
	left: -2px;
	text-align: center;
	cursor: pointer;
}

div.ForumEntryForum span a span
{
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	padding-right: 2px;
	padding-left: 2px;
}

div.ForumEntryForum span a img
{
	margin-top: 2px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.ForumEntryTopic
{
	background-color: #ffefef;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #FFDADA;
	margin: 2px;
	padding: 5px;
	height: 34px;
	position: absolute;
	left: 81px;
	right: 245px;
	overflow: hidden;
}

div.ForumEntrySearchTopicLine
{
	position: relative;
	width: 100%;
	height: 54px;
}

div.ForumEntrySearchForum
{
	background-color: #ffefef;
	margin: 2px;
	width: 80px;
	height: 50px;
	position: absolute;
	left: -2px;
	padding: 0px;
	text-align: right;
}

div.ForumEntrySearchTopic
{
	background-color: #ffefef;
	margin: 2px;
	padding: 5px;
	height: 40px;
	position: absolute;
	left: 81px;
	right: 0px;
	overflow: hidden;
}

div.ForumEntrySearchBodyLine
{
}

div.ForumEntrySearchPortrait
{
	width: 76px;
	padding: 2px;
	background-color: #fff8f8;
	float: left;
	min-height: 40px;
	text-align: center;
}

div.ForumEntrySearchBody
{
	background-color: #fff8f8;
	padding: 5px;
	margin-left: 83px;
	min-height: 40px;
}

div.PromoEntry
{
	width: 770px;
	height: 102px;
	position: relative;
	margin: auto;
}

div.ForumEntryTopicSingle
{
	background-color: #ffefef;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #FFDADA;
	margin: 2px;
	padding: 5px;
	height: 34px;
	position: absolute;
	left: -2px;
	right: 245px;
	overflow: hidden;
}

div.ForumEntryTopicClosed
{
	background-color: #E5E5FF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #FFDADA;
	margin: 2px;
	padding: 5px;
	height: 34px;
	position: absolute;
	left: 81px;
	right: 245px;
	overflow: hidden;
}

div.ForumEntryTopicSingleClosed
{
	background-color: #efefef;
	margin: 2px;
	padding: 5px;
	height: 30px;
	position: absolute;
	left: -2px;
	right: 245px;
	overflow: hidden;
}

div.ForumEntryPost
{
	background-color: #ffefef;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #FFDADA;
	margin: 2px;
	width: 110px;
	height: 34px;
	position: absolute;
	right: 121px;
	padding: 5px;
	white-space: nowrap;
}

div.ForumEntryReplies
{
	background-color: #ffefef;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #FFDADA;
	margin: 2px;
	width: 110px;
	height: 34px;
	position: absolute;
	right: -2px;
	padding: 5px;
}

div.ThreadTab
{
	background-color: #ffefef;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid red;
	height: 20px;
	vertical-align: middle;
	float: left;
	padding: 4px 5px 3px 5px;
	margin-right: 10px;
	font-weight: bold;
}

div.ThreadTab:hover
{
	background-color: #960000;
}

div.ThreadTab a:hover
{
	color: white;
}

div#ForumPageTurners, div#ForumPageReturn
{
	margin-top: 10px;
}

div#ForumPageTurners a, div#ForumPageReturn a
{
	background-color: #ffefef;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid red;
	height: 20px;
	vertical-align: middle;
	float: left;
	padding: 4px 5px 3px 5px;
	margin-right: 10px;
	font-weight: bold;
}

div#ForumPageTurners a:hover, div#ForumPageReturn a:hover
{
	background-color: #960000;
	color: white;
}

div.ForumPageNumber
{
	display: inline-block;
}

div.ForumPageText
{
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

div.ForumPageNumber div.ForumPageText
{
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 7px;
	height: 28px;
}

div.MarkTab
{
	background-color: #ffefef;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 4px 5px 3px 5px;
	border: 1px solid red;
	height: 20px;
	vertical-align: middle;
	float: right;
	margin-left: 10px;
	font-weight: bold;
}

div.MarkTab:hover
{
	background-color: #960000;
}

div.MarkTab a:hover
{
	color: white;
}

div.ForumMessageTopicLine
{
	height: 50px;
	position: relative;
	overflow: auto;
}

div.ForumMessagePortrait
{
	background-color: #ffefef;
	width: 54px;
	height: 42px;
	padding-left: 5px;
	padding-top: 5px;
	float: left;
}

div.ForumMessageTitle
{
	background-color: #ffefef;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #FFDADA;
	height: 42px;
	margin-left: 61px;
	padding-top: 5px;
	padding-left: 10px;
	overflow: hidden;
}

div.ForumMessageBodyLine
{
	overflow: auto;
}

div.ForumMessageInfo
{
	width: 54px;
	padding-left: 5px;
	float: left;
	min-height: 40px;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
}

div.ForumMessageBody
{
	background-color: #fff8f8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #FFDADA;
	padding: 10px;
	margin-left: 61px;
	min-height: 40px;
}

div.ForumMessageBodyFirst
{
	background-color: #fff8f8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #FFDADA;
	padding: 10px;
	margin-left: 61px;
}

div.ForumMessageBodyReply
{
	background-color: #fff8f8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #FFDADA;
	padding: 5px;
	margin-left: 61px;
	height: 150px;
	overflow: auto;
}

div.ForumMessageBodyClosed
{
	background-color: #efefef;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #FFDADA;
	padding: 5px;
	margin-left: 61px;
}

div.ForumMessageBodyClosedFirst
{
	background-color: #efefef;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #FFDADA;
	padding: 5px;
	margin-left: 61px;
}

div.ForumMessageAdminActions
{
	width: 50px;
	height: 40px;
	padding-left: 5px;
	background-color: #fff8f8;
	float: left;
}

div.ForumMessageReplyActions
{
	background-color: #fff8f8;
	padding: 5px;
	margin-left: 61px;
	font-weight: bold;
}

#formReplyForm
{
	display: none;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#formEditForm
{
	display: none;
	overflow: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#ForumPageTurnLine
{
	position: relative;
}

.vMiddle
{
	vertical-align: middle;
}

.MessageTitle
{
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

.MessageAuthor
{
	font-style: italic;
}

.MessageDate
{
	font-style: italic;
	color: grey;
}

.ForumDescription
{
	margin-bottom: 15px;
	font-weight: bold;
}

div.ForumBigIcons
{
	width: 230px;
	height: 120px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
}

div.MiddleMiss
{
	_position: absolute;
	_top: 50%;
	display: table-cell;
	vertical-align: middle;
}

div#TestDiv
{
	width: 60px;
	height: 120px;
	border: 1px solid black;
	float: right;
}

.threadforum
{
	font-style: italic;
}

.threadtitle
{
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

.threadauthor
{
	font-style: italic;
	font-size: 11px;
}

.threaddate
{
	color: #808080;
	font-style: italic;
	font-size: 13px;
}

.threaddateright
{
	color: #808080;
	font-style: italic;
	font-size: 13px;
	float: right;
}

.threadreplies
{
	font-style: italic;
	font-size: 13px;
}
.threadpages
{
	font-style: italic;
	font-size: 11px;
}

p
{
	margin-bottom: 10px;
}

.forumbig
{
	font-size: 17px;
}

.forumnormal
{
	color: black;
}

.forumsmall
{
	font-size: 10px;
}

.forumred
{
	color: red;
}

.forumblue
{
	color: blue;
}

.forumgreen
{
	color: green;
}

.forumpurple
{
	color: purple;
}

.forumteal
{
	color: teal;
}

.forumstudio
{
	color: #A00000;
	font-style: italic;
}

.forumdisctitle
{
	color: #0000A0;
	font-style: italic;
}

.forumheading
{
	font-weight: bold;
	font-size: 16px;
}

.forumbold
{
	font-weight: bold;
}

.forumitalic
{
	font-style: italic;
}

.forumwhiteitalic
{
	background-color: white;
	color: white;
	font-style: italic;
}

.forumunderline
{
	text-decoration: underline;
}

.forumquote
{
	background-color: #efefff;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	color: green;
}

p.forumcode, .forumcode
{
	background-color: white;
	padding: 5px;
	font-family: Courier;
	display: block;
}

p.forumspoiler
{
	color: white;
	background-color: white;
	padding: 5px;
	display: block;
}

.forumspoiler
{
	color: white;
	background-color: white;
	padding: 5px;
	display: block;
}

iframe#adMPU
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 302px;
	height: 252px;
	overflow: hidden;
}

iframe#adSuperBanner
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 728px;
	height: 90px;
	overflow: hidden;
}

iframe#adBanner
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 468px;
	height: 60px;
	overflow: hidden;
}

iframe#adButton
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 60px;
	overflow: hidden;
}

iframe#adSkyscraper
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 600px;
	overflow: hidden;
}

iframe#adHiddenSkyscraper, iframe#adHiddenSkyscraper2
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 600px;
	overflow: hidden;
}

div#idHiddenSkyscraper
{
	width: 120px;
	height: 600px;
	position: absolute;
	right: 0px;
	margin-top: 2px;
}

div#idHiddenSkyscraper2
{
	width: 120px;
	height: 600px;
	position: absolute;
	left: 765px;
}

div#idBanner
{
	height: 64px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

div.idAmazonBanner
{
	height: 94px;
	padding: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
}

div#idShrinkable
{
	zoom: 1;
	padding-right: 125px;
}

div#ForumThreadList
{
	overflow: auto;
	width: 100%;
}

img.forumImage
{
	max-width: 720px;
	max-height: 500px;
}

.italic
{
	font-style: italic;
	color: grey;
}

.ForumEntryTopic img, .ForumEntryTopicSingle img, .ForumEntryTopicClosed img, .ForumEntryTopicSingleClosed img
{
	vertical-align: top;
}

div#AvatarBox
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100px;
	height: 80px;
	text-align: center;
}

.progressInfo
{
	border: 0; 
	height: 60px; 
	width: 280px; 
	padding: 0; 
}

.loader
{
	border: 0; 
	height: 0; 
	width: 0; 
	padding: 0; 
	position: absolute; 
	visibility: hidden;
}

iframe
{
	border: none;
}

label
{
	margin-right: 5px;
}

.keyword
{
	font-size: 14px;
	color: blue;
}

div.contactblock
{
	overflow: auto;
}

div#QuoteBox
{
	position: absolute;
	padding: 5px;
	background-color: #E1E8F2;
	border: dotted 2px #00518A;
	width: 300px;
	max-height: 300px;
	text-align: left;
}

a#QuoteClicker
{
	cursor: pointer;
}

/* liScroll styles */

div#ForumTicker
{
	height: 24px;
	margin-top: 10px;
	overflow: hidden;
}

.tickercontainer
{ /* the outer div with the black border */
	border: 1px solid red;
	background: #fff; 
	width: 485px; 
	height: 22px; 
	margin: 0; 
	padding: 0
	overflow: hidden; 
}

.tickercontainer .mask
{ /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 5px;
	top: 0px;
	width: 470px;
	overflow: hidden;
}

ul.newsticker
{ /* that's your list */
	position: relative;
	left: 150px;
	font: bold 13px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li
{
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #fff;
}

ul.newsticker li img
{
	position: relative;
	top: 3px;
}

ul.newsticker a
{
	white-space: nowrap;
	padding: 0;
	color: black;
	font: normal 13px Verdana;
	margin: 0 20px 0 0;
}

ul.newsticker span
{
	margin: 0 10px 0 0;
}

div#NewsBox
{
	display: none;
	position: absolute;
	padding: 5px;
	background-color: #E1E8F2;
	border: dotted 2px #00518A;
	width: 300px;
	max-height: 300px;
	text-align: left;
}

div#NewsBox a
{
	cursor: pointer;
	font-weight: bold;
}

.swTicker_wrap
{
	border: 1px solid red;
	background: #fff; 
	height: 22px; 
	margin: 0;
	padding: 0;
	overflow: hidden; 
	position: relative;
}

.newsTicker div
{
	width: 485px;
	margin-top: 3px;
	vertical-align: bottom;
	padding-left: 20px;
	padding-right: 20px;
}

.newsTicker div img
{
	margin-top: 0px;
	float: left;
	margin-right: 5px;
}

.newsTicker div a
{
}

.newsTicker 
{
	height: 22px;
	overflow: hidden;
}

.swTicker_wrap li {
	list-style: none;
	overflow: auto;
	display: block;
}

.swSpotlight_wrap
{
	border: 1px solid #0000CF;
	height: 90px;
	width: 280px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 5px;
	position: relative;
	overflow: hidden;
}

.PromoReviewScrollBox div
{
	width: 280px;
}

.PromoReviewScrollBox 
{
	height: 90px;
	overflow: hidden;
}

.swSpotlight_wrap a:active {
	top: 102px;
}

#swSpotlight li {
	list-style: none;
	overflow: auto;
	display: block;
}

.swTicker_wrap .next
{
	position: absolute;
	top: 3px;
	right: 3px;
}

.swTicker_wrap .prev
{
	position: absolute;
	top: 3px;
	left: 3px;
}

div#AdminDebug
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 18px;
	overflow: hidden;
	background-color: white;
}

a#ShowAdminDebug
{
	cursor: pointer;
}

table#AccountTable
{
	border: 0px;
	padding: 5px;
}

table#AccountTable td
{
	padding-bottom: 20px;
}

td.accountheading
{
	text-align: right;
	vertical-align: top;
	padding-top: 15px;
	font-size: 15px;
	font-weight: bold;
	width: 200px;
}

input.accountbox
{
	margin-bottom: 10px;
	padding: 10px;
	font-size: 15px;
	font-family: Arial, Helvetica, Helv, Verdana;
	border: 1px solid red;
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: 200px;
	color: #800000;
}

textarea.accountbox
{
	margin-bottom: 10px;
	padding: 10px;
	font-size: 15px;
	font-family: Arial, Helvetica, Helv, Verdana;
	border: 1px solid red;
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: 450px;
	height: 200px;
	color: #800000;
}

input.accountcheckbox
{
	margin-bottom: 10px;
	border: 1px solid red;
}

input.accountbutton
{
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	font-family: Arial, Helvetica, Helv, Verdana;
	border-radius: 10px;
	-moz-border-radius: 10px;
	color: #800000;
}

.important
{
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, Helv, Verdana;
	color: red;
}

div.ForumMessageBodyFirst form, div.ForumMessageBodyFirst table
{
	float: left;
}

ul.loginlist
{
	float: right;
	display: inline;
	white-space: nowrap;
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
}

ul.loginlist li
{
	display: inline;
	padding-right: 10px;
}

ul.loginlist li a
{
	font-weight: bold;
}

#forumSwitchText
{
	font-size: 14px;
	font-family: Arial, Helvetica, Helv, Verdana;
	float: right;
	margin-right: 10px;
}

select#forumSwitcher
{
	font-size: 14px;
	font-family: Arial, Helvetica, Helv, Verdana;
	font-weight: bold;
	float: right;
	color: red;
}

ul.forumlist
{
	margin-top: 40px;
	margin-bottom: 20px;
}

ul.forumlist li
{
	display: inline;
	padding-right: 10px;
}

ul.forumlist li a
{
	font-weight: normal;
}

div#ModalBlocker
{
	position: fixed;
	left: 0pt;
	top: 0pt;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	opacity: 0.6;
	display: none;
}

#PromoDiv
{
	position: absolute;
	left: 300px;
	top: 200px;
	width: 400px;
	padding: 15px;
	background-color: #BDE2F9;
	border: 1px solid blue;
	display: none;
}

#PromoDiv p
{
	font-size: 17px;
}

#PromoDiv ul li
{
	font-size: 18px;
	font-weight: bold;
}

#PromoDiv a
{
	font-size: 17px;
	font-weight: bold;
}

#PromoDiv #BookmarkPromo
{
	float: left;
	margin-left: 20px;
}

#PromoDiv #HidePromo
{
	float: right;
	margin-right: 20px;
}

div.ForumMessageBody li, div.ForumMessageBodyFirst li
{
	margin-left: 30px;
}

div#newsTickerList, div#bargainTicker
{
	height: 143px;
	width: 420px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-top: 2px;
	border: 1px solid red;
	overflow: hidden;
}

div#bargainTicker
{
	background-image: url('http://images.dvdreviewer.co.uk/icons/barginator.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 160px;
	padding-top: 80px;
	height: 82px;
	width: 265px;
	text-align: right;
}

li.newsListItem
{
	padding: 1px;
}

li.newsListItem img
{
	vertical-align: middle;
}

.rssLink
{
	float: right;
	font-weight: normal;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 20px;
}

.rssLink img
{
	vertical-align: bottom;
}

div.bargainBox
{
	overflow: auto;
	border: 1px solid blue;
	padding: 5px;
}

div.bargainBox img
{
	border: 1px solid #9F9FFF;
}

div#HomeForumsLogo
{
	float: left;
}

p#offerRedirect
{
	display: none;
}

div.ForumMessageActionLine
{
	overflow: auto;
	margin-bottom: 10px;
}

div.threadpages
{
	display: none;
	height: 30px;
	font-size: 14px;
	margin-left: 15px;
	margin-top: 5px;
}

div.threadpages a
{
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
}

.AccessLevel
{
	font-size: 11px;
	font-style: italic;
}

.twtr-ft 
{ 
	display: none; 
}

#twtr-widget-1
{
	margin-right: 10px;
	margin-bottom: 10px;
}

.twtr-timeline
{
	height: 100px !important;
	overflow: hidden !important;
	overflow-y: scroll !important;
}

div#ForumSidebar .forumtitles
{
	color: black;
	background-color: #FFDADA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #909090;
	padding: 2px 5px;
	font-size: 16px;
	font-family: Arial, Helvetica, Helv, Verdana;
	font-weight: bold;
	margin: 7px 0px 10px;
	display: block;
}

div.PromoReviewNonScrollBox
{
	background-color: white;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #909090;
	padding: 7px 5px 4px 5px;
	text-align: center;
	overflow: hidden;
	height: 94px;
}

div.PromoReviewNonScrollBox a img
{
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

div#bargainTickerWide
{
	background-color: white;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #909090;
	padding: 7px 5px 4px 5px;
	text-align: left;
	overflow: hidden;
	height: 94px;
}

div#bargainTickerWide ul
{
	list-style: none;
	display: inline;
}

div#bargainTickerWide li
{
	display: inline;
	padding: 0;
	margin: 0;
}

