/* Reset margin and padding for all elements */
* { margin: 0; padding: 0; }

/* 7: GLOBALS
============================================================================ */
/* a) Links */
a:link, a:visited { color: #FF3300; text-decoration: none; }

a:hover {
	border-color: #FF3300;
	color: #666666;
}

a.edit {
	padding: 0;
	border: none;
	color: #f00;
	font: normal 11px Verdana, Arial, Helvetica;
	text-decoration: underline;
}

a.edit:hover { background: #f00; color: #fff; }

a.link { color: #069; border: none; }

a.rss {
	margin: 0 2px;
	padding: 2px 3px;
	border: none;
	background: #df6e1b;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

a.rss:hover { background: #666; }

a:hover img.thumb { width: 100px; height: 148px; }

abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }

blockquote {
	margin: 0 30px 2em;
	padding-left: 15px;
	border-left: 5px solid #ccc;
	color: #888;
	font-size: 11px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #555;
	font: 12px/160% Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	text-align: center;
}

code {
	color: #11b;
	font-family: Monaco, 'Courier New', Courier, mono;
	font-size: 12px;
}

/* position list chunks side by side */
div.wrapperwinner { float: left; width: 130px; margin-left: 70px; }

div.wrapperwinner2 { float: left; width: 550px; margin-left: 40px; }

em.help { color: #4d5762; font-style: normal; font-weight: bold; }

em.highlight { background: #eeffbf; font-style: normal; }

fieldset {
	margin-bottom: 20px;
	padding-bottom: 25px;
	border: 4px solid #FF9900;
	border-width: 0 0 4px;
}

fieldset.last { padding: 0; border: 0; }

fieldset.submit {
	width: 310px;
	margin: 40px 0 20px;
	padding: 30px 20px;
	border: 1px solid #FF9900;
	border-width: 4px 0 1px;
	background: #e1f1ff url(/images/bg-listbox.gif) repeat-x;
}

/* 6: FORMS & TABLES 
============================================================================ */
/* a) Standard forms */
form { margin-top: 1em; }

/* b) Forms on Edit list page */
form#editwish { display: block; float: left; margin: 18px 0 8px; }

form.alt { margin: 0; }

/* b) Typography */
h2 {
	padding: 2px 0 0.5em;
	color: #4d5762;
	font-size: 21px;
	font-family: 'Helvtica Neue', Arial, sans-serif;
	font-weight: bold;
}

h2#first { padding: 30px 0 0.7em; }

h2.add { padding-top: 50px; }

h2.listtitle { padding-bottom: 3px; }

h3 {
	padding: 0.5em 0;
	color: #4d5762;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h3 a:link, h3 a:visited { border: none; color: #4d5762; }

h3 a:hover { border: none; background: none; color: #069; }

h4 {
	font-size: 14px;
	text-indent: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	line-height: 21px;
}

h5 {
	padding: 0 0 1em;
	margin-top: -2px;
	color: #990000;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvtica, sans-serif;
	text-transform: uppercase;
}

/* 8: MISC
============================================================================ */
/* Horisontal ruler */
hr { display: none; }

html { height: 100%; margin-bottom: 1px; }

/* Images */
img.avatar { margin-top: 0; }

img.floatleft { float: left; margin: 3px 15px 5px 0; }

img.steps { margin-bottom: 1em; border: 1px solid #666; }

img.thumb { width: 100px; height: 148px; }

input#search-field { width: 561px; margin: 4px 15px 0 0; font-size: 200%; }
#login input {
	border: 2px solid #273035;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-color: #FF9900;
}


input.img-btn { display: inline; }

input.textfield, textarea {
	width: 250px;
	padding: 4px;
	border: 2px solid #ddd;
	color: #777;
	background: #f9f9f9;
	font-size: 150%;
	font-family: Arial, Verdana, sans-serif;
}

input.textfield:focus, textarea:focus { border: 2px solid #9ec1e0; color: #333; }

label {
	color: #4d5762;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

label span { color: #000; }

label span.required, .required { color: #f00; }

label.alt {
	color: #555;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

label.openid {
	padding-left: 22px;
	background: url(/images/login-openid-bg.gif) bottom left no-repeat;
}

legend, h3.green {
	padding: 5px 0 15px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

li.sidebarbo {
	list-style: decimal inside;
	margin: 3px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 11px;
}

li.sidebarwinners {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	display: block;
	line-height: 16px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 6px;
}

ol.commentlist {
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

ol.commentlist cite { font-style: normal; font-weight: bold; }

ol.commentlist img {
	height: 60px;
	width: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

ol.commentlist li {
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #999999;
}

ol.commentlist li.alt { padding: 0 !important; margin: 0 0 15px 0; }

ol.commentlist p { margin-bottom: 10px; }

p { margin: 0 0 1.5em; }

p#ok span { color: #666; font-weight: normal; font-size: 11px; }

p#searchtip {
	margin: 4px 0 0;
	padding-left: 22px;
	background: url(/images/icon-lightbulb16.gif) 0 1px no-repeat;
	color: #999;
	font-size: 11px;
}

p#small { margin-bottom: 5px; font-size: 11px; }

p#welcome {
	margin: 20px 0 2em;
	font-size: 16px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	line-height: 150%;
}

p#wrong { background-image: url(/images/cancel.gif); color: #c00; }

p.big { font-size: 13px; }

p.center {
	margin: 0 0 40px !important;
	font: normal 16px 'Helvetica Neue', Arial, Verdana, sans-serif;
	text-align: center;
}

p.centersmall { margin-top: -10px; text-align: center; }

p.info {
	margin-top: 20px;
	padding: 5px 0 7px 36px;
	background: url(/images/info-bg.gif) no-repeat 0 0;
	color: #036;
	font-size: 11px;
}

p.left { float: left; }

p.price strong {
	color: #4d5762;
	font: normal 18px 'Helvetica Neue', Arial, Verdana, sans-serif;
}

p.right { float: right; }

p.small { font-size: 11px; color: #999; margin-bottom: 10px; }

samp {
	display: block;
	width: 500px;
	margin: 2em 30px 1em;
	padding: 0 10px 20px;
	color: #11b;
	border-left: 5px solid #FF9900;
	background: #f0f8ff;
	font-family: Monaco, 'Courier New', Courier, mono;
	font-size: 12px;
	overflow: auto;
	clear: both;
}

samp em { color: #444; }

span.add {
	padding: 1px 0 7px 22px;
	background: url(/images/icon-add16.gif) no-repeat 0 0;
	font-size: 11px;
}

span.added {
	padding: 1px 0 7px 22px;
	background: url(/images/icon-checkmark16.gif) no-repeat 0 0;
	color: #693;
	font-size: 11px;
}

span.bor { padding-left: 10px; }

span.bullet {
	padding: 1px 0 1px 22px;
	background: url(/images/m_a2y.gif) no-repeat 0 1px;
}

span.note { margin-left: 20px; color: #999; font-size: 11px; }

span.qm {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
}

span.right { float: right; }

span.small { color: #999; font-size: 11px; }

/* b) Tables */
table.formtable, table.formtablesubmit { border-collapse: collapse; text-align: center; }

table.formtablesubmit { margin: 40px 0 20px; }

textarea { font-size: 120%; }

textarea.linkroll {
	width: 600px;
	margin: 1em 30px 2em 30px;
	font-size: 100%;
}

textarea.linkroll, tr.alt textarea {
	width: 350px;
	color: #11b;
	font-size: 90%;
	font-family: Monaco, Courier, 'Courier New', sans-serif;
}

tr.alt textarea {
	width: 350px;
	color: #00f;
	font-size: 90%;
	font-family: Monaco, Courier, 'Courier New', sans-serif;
}

ul.sidebarbo { list-style: none; margin: 0; padding: 0; }

ul.sidebarwinners { list-style: none; margin: 0; padding: 0; }

ul.thumb { list-style: none; margin: 0; padding: 0; }

.adright {
	float: left;
	height: 250px;
	width: 300px;
	padding-bottom: 10px;
}

.adrighttower {
	float: left;
	height: 600px;
	width: 160px;
	margin-bottom: 9px;
}

.adtop {
	float: left;
	height: 60px;
	width: 468px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -5px;
}

.adtop2 {
	float: left;
	height: 129px;
	width: 188px;
	margin-top: 10px;
	text-align: right;
	margin-left: 280px;
}


.adtop2 img {
	float: right;
	
	text-align: right;
}


.blankMenu {
	display: block;
	width: 250px;
	list-style-type: none;
	height: 82px;
	float: left;
}

.blankMenu2 {
	display: block;
	width: 10px;
	list-style-type: none;
	height: 82px;
	float: left;
}

.loginMenu {
	display: block;
	width: 310px;
	list-style-type: none;
	height: 38px;
	float: left;
	background-image: url(/images/topmenu2.jpg);
	padding-top: 4px;
	padding-left: 2px;
	margin-left: -100px;
	margin-right: 0px;
}

.loginMenu a {
	color: #FF9900;
	text-decoration: none;
}

.loginMenu a:hover {
	color: #6699FF;
}

.loginform {
	display: block;
	width: 460px;
	list-style-type: none;
	float: right;
	padding-left: 15px;
	text-align: right;
	color: #CCCCCC;
	height: 33px;
	padding-top: 0px;
}

.loggedin {
	display: block;
	width: 360px;
	list-style-type: none;
	float: right;
	padding-left: 30px;
	text-align: right;
	padding-right: 35px;
	color: #000000;
	height: 33px;
	padding-top: 5px;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 16px;
}

.loggedin img {
	height: 50px;
	width: 50px;
	float: right;
	padding-left: 10px;
}

.loggedin a {
	font-size: 12px;
	color: #FF9900;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
}

.loggedin a:hover {
	color: #6699FF;
}


.blankMenu a:hover {
	color: #FFFFFF;	
}

.block {
	width: 294px;
	float: left;
	background: url(images/blockbg.jpg) bottom left no-repeat;
	padding: 8px;
	margin: 0 0 10px 0;
}

.blockhead {
	width: 310px;
	height: 33px;
	float: left;
	background: url(images/blockhead.jpg) top left no-repeat;
}

/* Clear floats */
.clear { clear: both; }

.clearall {
	display: block;
	clear: both;
	height: 10px;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
}

.commentmetadata { font-size: 10px; line-height: 12px; }

.comments {
	width: 21px;
	height: 25px;
	float: left;
	background: url(images/commentsbg.gif) top left no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	line-height: normal;
}

.contactMenu a {
	display: block;
	width: 95px;
	list-style-type: none;
	height: 82px;
	float: left;
}

.contactMenu a:link, .contactMenu a:visited { background-image: url(images/nav/contact.jpg); }

.contactMenu a:hover, .contactMenu a:active { background-position: 50% -82px; text-align: center; }

/* anchor styling */
/* ol li a {
	display: block;
	width: 7em;
	text-decoration: none;
}
ol li a:hover {
	color: #FFF; /* white *//* brown */
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.formtable td, .formtablesubmit td, .formtable td.alt {
	width: 250px;
	margin: 0 0 10px 0;
	padding: 15px 15px 15px 0;
	border-bottom: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
}

.formtable td.info, .formtablesubmit td.info { color: #999; font-size: 11px; line-height: 130%; }

.formtable th, .formtablesubmit th {
	width: 170px;
	padding: 15px 15px 0 0;
	border-bottom: 1px solid #ddd;
	text-align: right;
	vertical-align: top;
}

.formtable tr.alt td { width: 350px; }

.formtable tr.last td, .formtable tr.last th { border-bottom: none; }

.formtablesubmit td {
	padding: 25px 15px 25px 0;
	border: 1px solid #FF9900;
	border-width: 4px 0 1px;
}

.formtablesubmit td.info { padding-top: 30px; }

.formtablesubmit th {
	padding: 30px 15px 30px 0;
	border-top: 4px solid #FF9900;
	border-right: 0 solid #FF9900;
	border-bottom: 1px solid #FF9900;
	border-left: 0 solid #FF9900;
}

/* b) Header */
.header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 160px;
}

.header-ad {
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
}



.homebase {
	background-image: url(/images/homebasemid.jpg);
	float: left;
	width: 625px;
	background-repeat: repeat;
	padding-left: 5px;
}

.homebasebot {
	background-image: url(/images/homebasebot.jpg);
	float: left;
	width: 630px;
	background-repeat: no-repeat;
	height: 19px;
	margin-bottom: 15px;
}

.homebasebox {
	float: left;
	width: 170px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

.homebasetop {
	background-image: url(/images/homebasetop.jpg);
	float: left;
	width: 630px;
	background-repeat: repeat;
	height: 39px;
}

.hr {
	height: 1px;
	margin: 25px 0 20px;
	background: url(/images/doth.gif) repeat-x top left;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.leftsidebox {
	background-image: url(/images/leftboxtop.jpg);
	background-repeat: no-repeat;
	width: 300px;
	float: left;
	text-align: left;
}

.leftsideboxbot {
	background-image: url(/images/leftboxbot.jpg);
	height: 25px;
	width: 290px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}

.leftsideboxmid {
	background-image: url(/images/leftboxmid.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
}

.logo {
	float: left;
	height: 150px;
	width: 231px;
	margin-left: 7px;
}

.numbers a {
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border: 1px solid #CC3300;
}

.onecolumn {
	float: left;
	width: 210px;
	margin: 0 20px 20px 20px;
	padding-left: 20px;
}

.onecolumn ul {
	list-style: none;
	margin: 0 0 10px;
	font-size: 11px;
	line-height: 160%;
}

/*** BUTTON OVERLAY STYLES ***/
.overlay { }

/* text bubble link state */
.overlay a span {
	background: url(/images/zoom.png) no-repeat;
	width: 150px;
	height: 125px;
	padding: 0px;
	text-align: center;
	display: none;
	line-height: 18px;
	color: #fff;
	position: absolute;
	visibility: visible;
	top: 0px;
}

/* region 01 */
.overlay a span.region-one { left: 0px; }

/* button link states */
.overlay a, .overlay a:link, .overlay a:visited {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	background: url(/images/zoom.png) no-repeat left top;
	width: 100px;
	height: 149px;
	display: block;
	line-height: 40px;
}

/* button link hover state */
.overlay a:hover {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	color: #000;
	text-decoration: none;
	background: url(/images/zoom.png) no-repeat left top;
	width: 100px;
	height: 149px;
	display: block;
	line-height: 40px;
	position: relative;
}

/* text bubble hover - display as a block */
.overlay a:hover span { display: block; }

.pickMenu a {
	display: block;
	width: 174px;
	list-style-type: none;
	height: 58px;
	float: left;
}

.pickMenu a:link, .pickMenu a:visited {
	background-image: url(images/nav/pick.png);
}

.pickMenu a:hover, .pickMenu a:active {
	background-position: 50% -58px;
}

.prizeslist {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	display: block;
	padding-bottom: 8px;
}

.prizestopmenu {
	background-image: url(/images/nav/winnerstopmenu.jpg);
	height: 53px;
	width: 605px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 17px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.profilename { font-size: 16px; font-weight: bold; color: #FF3300; }

.simpleborder {
	border: thin solid #7B5315;
	float: left;
	clear: both;
}

.sixfortyheader {
	float: left;
	width: 620px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-bottom: 8px;
}

.stat { margin: 1em; }

.stat label { font-weight: bold; }

.synopsistype {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	float: left;
}

.talkMenu a {
	display: block;
	width: 185px;
	list-style-type: none;
	height: 58px;
	float: left;
	margin-right: 5px;
}

.talkMenu a:link, .talkMenu a:visited {
	background-image: url(images/nav/talk.png);
}

.talkMenu a:hover, .talkMenu a:active {
	background-position: 50% -58px;
}

.thumbnail {
	float: left;
	margin: 5px 0 0;
	width: 100px;
	height: 149px;
	padding: 0px;
	overflow: hidden;
}

.thumbnail a { float: left; }

.trailerdesc {
	background-image: url(/images/trailerdesc.jpg);
	float: left;
	width: 800px;
}

.trailerdescheader {
	width: 600px;
	font-size: 22px;
	font-weight: bold;
	display: block;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 15px;
	float: left;
}

.trailerdescinside {
	width: 770px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.trailerdescinside img {
	padding-right: 10px;
	float: left;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.trailerdescinside img.a {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.trailerdescviews {
	width: 170px;
	font-size: 10px;
	display: block;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 15px;
	float: left;
	text-align: right;
}

.trailertitle {
	font-size: 11px;
	height: 26px;
	line-height: 12px;
	overflow: hidden;
	width: 100px;
	margin-bottom: 9px;
	vertical-align: text-bottom;
	display: block;
}

.videoitem {
	width: 110px;
	float: left;
	background: url(images/itembg.jpg) top left no-repeat;
	margin: 0 7px 9 0;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	height: 198px;
}

.watchMenu a {
	display: block;
	width: 160px;
	list-style-type: none;
	height: 58px;
	float: left;
}

.watchMenu a:link, .watchMenu a:visited {
	background-image: url(images/nav/watch.png);
}

.watchMenu a:hover, .watchMenu a:active {
	background-position: 50% -58px;
}

.winnerboxbot {
	background-image: url(/images/winnerbot.jpg);
	height: 30px;
	width: 622px;
	float: left;
	background-position: left bottom;
	background-color: #FFFFFF;
	margin-top: -12px;
}

.winnerdesc {
	background-image: url(/images/trailerdesc.jpg);
	float: left;
	width: 623px;
	margin-bottom: 12px;
}

.winnerdescticket {
	background-image: url(/images/winnertopticket.jpg);
	float: left;
	width: 623px;
	margin-bottom: 12px;
}

.winnerdescheader {
	width: 600px;
	font-size: 21px;
	font-weight: bold;
	display: block;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 15px;
	float: left;
	color: #FF6600;
}

.winnerdescheader2 {
	width: 600px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 15px;
	float: left;
}


.winnerdescinside {
	background-image: url(/images/winnertop.jpg);
	width: 597px;
	padding-right: 10px;
	padding-left: 15px;
	float: left;
	padding-bottom: 15px;
}

.winnerdescinsideticket {
	background-image: url(/images/winnertopticket.jpg);
	width: 597px;
	padding-right: 10px;
	padding-left: 15px;
	float: left;
	padding-bottom: 15px;
}

.winnerdescinside img {
	padding-right: 10px;
	float: left;
	padding-top: 10px;
}

.winnerdescinsideticket img {
	padding-right: 15px;
	float: left;
	padding-top: 15px;
}

.winnermenubtn {
	float: left;
	height: 39px;
	width: 198px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.winnermenubtn a { }

.winnermenubtn2 {
	float: left;
	height: 39px;
	width: 198px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.winnermenubtnon {
	float: left;
	height: 39px;
	width: 198px;
	background-image: url(/images/nav/winnerstopmenu-btnon.jpg);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-right: 8px;
}

.winnermenubtnon a { }

.winnerprizebox1 {
	border: 1px solid #999999;
	float: left;
	width: 360px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.winnerprizebox1 img {
	float: left;
	height: 166px;
	width: 166px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.winnerscenterlist {
	text-align: center;
	width: 580px;
	padding-top: 10px;
}

.winnersMenu a {
	display: block;
	width: 122px;
	list-style-type: none;
	height: 58px;
	float: left;
}

.winnersMenu a:link, .winnersMenu a:visited {
	background-image: url(images/nav/winners.png);
}

.winnersMenu a:hover, .winnersMenu a:active {
	background-position: 50% -58px;
}

.winnerstopmenu {
	background-image: url(/images/nav/winnerstopmenu.jpg);
	height: 55px;
	width: 614px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 8px;
	float: left;
}

.winnerweekheader {
	width: 625px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 15px;
	float: left;
	text-align: center;
}

.wrapper3 {
	width: 640px;
	text-align: left;
	float: left;
	padding-right: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.wrapper4 {
	width: 300px;
	text-align: left;
	float: left;
	padding-left: 14px;
	padding-bottom: 20px;
}

.wrapper5 {
	width: 800px;
	text-align: left;
	float: left;
	padding-right: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 20px;
	padding-bottom: 20px;
}

.wrapper6 {
	width: 160px;
	text-align: left;
	padding-top: 20px;
	float: left;
	padding-left: 5px;
}

.wrapper7 {
	width: 160px;
	text-align: left;
	float: left;
	padding-right: 5px;
}

.wrapper8 {
	width: 800px;
	text-align: left;
	float: left;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 20px;
}

.wrapper9 {
	width: 620px;
	text-align: left;
	float: left;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-bottom: 20px;
}

.wrapperprofile {
	width: 748px;
	text-align: left;
	float: left;
	margin-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A1A1A1;
	border-left-color: #A1A1A1;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 30px;
}

#addwish p, #editwish p, #list p { margin: 0; }

/* 3: PAGE STRUCTURE
============================================================================ */
/* a) Containers */
#container { float: left; width: 100%; background: #fff; }

#content { width: 100%; padding: 0 0 30px; float: left; }

#content strong { color: #4d5762; }

#contentwhite {
	float: left;
	width: 100%;
	padding: 0;
	background-color: #FFFFFF;
}

#contenttrailer {
	float: left;
	width: 100%;
	padding: 0;
	background-color: #252525;
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#contentindex {
	float: left;
	width: 100%;
	padding: 0;
	background-color: #000000;
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#editwish input.submit, input.submit:active { margin-top: 18px; padding: 3px; }

#editwish input.textfield {
	width: 334px;
	padding: 4px;
	border: 2px solid #ddd;
	background: #fff;
	color: #777;
	font-family: Arial, Verdana, sans-serif;
	font-size: 120%;
}

#editwish input.textfield:focus { border: 2px solid #9ec1e0; color: #333; }

#editwish label {
	display: block;
	margin-top: 5px;
	color: #4d5762;
	font-weight: bold;
}

#filmroll {
	background-image: url(/images/filmroll.jpg);
	float: right;
	height: 135px;
	width: 188px;
	margin-top: 10px;
}

/* d) Footer */
#footer {
	float: left;
	width: 100%;
	padding: 0 0 10px;
	border-top: 4px solid #d9d9d9;
	background: #f2f2f2 url(/images/bg-footer.gif) repeat-x top left;
	color: #999;
	font-size: 11px;
	text-align: center;
}

#footer a { border: none; }

#footer p {
	margin: 0 0 30px;
	padding: 30px 0 0;
	text-align: center;
	clear: both;
}

#graybox a.rss { font-size: 9px; }

#header h1 a {
	display: block;
	position: absolute;
	width: 342px;
	height: 36px;
	margin-top: 29px;
	border: none;
	background: transparent url(/images/logo.gif) no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#header h2 { display: none; }

/* b) Footer navigation */
#nav-footer { list-style: none; float: left; }

#nav-footer li {
	display: inline;
	float: left;
	width: 113px;
	margin-left: 16px;
	padding-left: 16px;
	border-left: 1px solid #d9d9d9;
}

#nav-footer li h4 {
	margin: 15px 0 0;
	color: #888;
	font: bold 12px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

#nav-footer li ul { list-style: none; }

#nav-footer li ul li { border: none; margin: 0; padding: 0; }

#postcomments {
	width: 610px;
	float: left;
	margin: 0 0 10px;
	padding: 0 0 10px;
	overflow: hidden;
}

#profilebot {
	width: 790px;
	text-align: left;
	float: left;
	margin-left: 10px;
	background-image: url(/images/profilebot.jpg);
	height: 39px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#profilepic {
	float: left;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

#profilepic img {
	height: 150px;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#profiletop {
	width: 790px;
	text-align: left;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	background-image: url(/images/profiletop.jpg);
	height: 79px;
}

#searchform input { vertical-align: middle; }

#searchform label { display: block !important; }

/* b) Signup page */
#signup #content { padding-top: 30px; }

#signup div.error p { margin: 0; }

/* 2: NAVIGATION
============================================================================ */
/* a) Top navigation and user box */
#topnav {
	list-style: none;
	text-align: center;
	width: 100%;
	background-image: url(/images/header.png);
	height: 160px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	background-position: center top;
}

#topnav-ad {
	list-style: none;
	text-align: center;
	width: 100%;
	background-image: url(/images/adtop.jpg);
	height: 90px;
	background-repeat: repeat-x;
	margin: 0px;
	float: left;
	background-position: center bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

#wrapper2 {
	width: 980px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#wrapper2-trailer {
	width: 980px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}

#wrapper2-index {
	width: 980px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
	margin-bottom: 0px;
	padding-bottom: 8px;
}


.sidebarwinners img {
	margin: 2px;
}
.prizeslist img {
	padding-right: 4px;
	float: left;
}

.logotypeimg {
	float: left;
	width: 700px;
	margin-top: 15px;
	height: 14px;
	text-align: left;
	padding-left: 20px;
}

.logotypeimg img {
	
	float: left;
	
}




.spacer {
	height: 3px;
	clear: both;
	width: 280px;
}

.spacerbig {
	height: 13px;
	clear: both;
	width: 680px;
}


#currentmovies {
	padding: 2px;
	float: left;
	width: 80px;
	font-size: 9px;
	text-align: center;
	line-height: 11px;
	height: 150px;
}
#newpicks {
	float: left;
	width: 480px;
	text-align: center;
	padding-left: 0px;
}
.pickheaders {
	background-color: #A8DFFD;
}

.submitLink {
	color: #00f;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: -5px;
}

.topleft {
	float: left;
	width: 310px;
	height: 139px;
}

.floatright {
	float: right;
	margin-right: 5px;
}

.floatleft {
	float: left;
	text-align: left;
}

.signup {
	height: 120px;
	width: 118px;
	position: absolute;
	margin-top: 10px;
}


.currentmoviesrightbox {
	float: left;
	width: 430px;
	margin-bottom: 15px;
}

#currentmovies img {
	border: 1px solid #333333;
}

.currentmoviesleftbox {
	float: left;
	width: 500px;
	padding-right: 30px;
	text-align: center;
}




.picks-rightboxheader {
	width: 420px;
	font-size: 21px;
	display: block;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 15px;
	float: left;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.picks-rightboxinside {
	background-image: url(/images/picks-rightbox.jpg);
	width: 423px;
	float: left;
	padding-bottom: 15px;
	text-align: center;
	padding-left: 7px;
}


.picks-rightboxbot {
	background-image: url(/images/picks-rightboxbot.jpg);
	height: 30px;
	width: 430px;
	float: left;
	background-position: left bottom;
	background-color: #FFFFFF;
	margin-top: -25px;
}



.picks-leftboxheader {
	width: 460px;
	font-size: 21px;
	display: block;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 15px;
	float: left;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.picks-leftboxinside {
	background-image: url(/images/picks-leftbox.jpg);
	width: 480px;
	float: left;
	padding-bottom: 15px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}


.picks-leftboxbot {
	background-image: url(/images/picks-leftboxbot.jpg);
	height: 30px;
	width: 500px;
	float: left;
	background-position: left bottom;
	background-color: #FFFFFF;
	margin-top: -12px;
	margin-bottom: 15px;
}


#currentmovies2 {
	padding: 8px;
	float: left;
	width: 80px;
	font-size: 9px;
	text-align: center;
	line-height: 11px;
	height: 190px;
}

#currentmovies2 img {
	border: 1px solid #333333;
}

.submitnote {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	display: block;
	width: 480px;
	float: left;
}

.winnerspicksbox {
	float: right;
	width: 465px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	height: auto;
	padding-bottom: 10px;
}

.winnerspicksbox-item {
	float: left;
	width: 70px;
	padding-right: 8px;
	padding-left: 12px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	font-weight: normal;
	color: #666666;
}

/.winnerspicksbox-item img {
	height: 74px;
	width: 50px;
}

/* quick pagination classes */
.qp_disabled {
	visibility: hidden;
}
.qp_counter {
	padding-right: 4px;
	padding-left: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	vertical-align: 20%;
}
.qp_prev {
}
.qp_next {
}
.score {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 52px;
	font-weight: bolder;
	margin-top: -15px;
	text-align: center;
	display: block;
	width: 100px;
	float: left;
	line-height: 40px;
	height: 60px;
	color: #000000;
}

.winnerspicksbox-item img {
	border: thin solid #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.marquee {
	background-image: url(/images/marquee.jpg);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 160px;
	width: 541px;
	padding-top: 40px;
	padding-left: 80px;
}

.newsbox a {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	float: left;
	width: 620px;
	display: block;
}


.newsbox a:hover {
	
	background-color: #CCCCCC;
}
#scorebody {
	list-style-position: inside;
	list-style-type: decimal;
}

.out6Class {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
	text-align: right;
}


.trailerdesc2 {
	float: left;
	width: 640px;
}

.trailerdescheader2 {
	width: 600px;
	font-size: 22px;
	font-weight: bold;
	display: block;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 15px;
	float: left;
}

.trailerdescinside2 {
	width: 610px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.trailerdescinside2 img {
	padding-right: 10px;
	float: left;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.trailerdescinside2 img.a {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

textarea#styled {
	width: 108px;
	height: 213px;
	border: 3px solid #CCCCCC;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #FFFFFF;
	overflow: hidden;
}

.widebanner{
	margin-top: -5px;
	margin-bottom: 10px;
}


.trailerboxholder {
	width: 980px;
}


.trailerboxtop {
	background-image: url(/images/trailerbox-top.png);
	float: left;
	height: 87px;
	width: 980px;
}

.trailerboxmid {
	float: left;
	width: 953px;
	background-image: url(/images/trailerbox-mid.png);
	padding-right: 3px;
	padding-left: 24px;
}

.trailerboxbot {
	background-image: url(/images/trailerbox-bot.png);
	float: left;
	height: 25px;
	width: 980px;
}

.traileritself {
	float: left;
	width: 864px;
	margin-right: 9px;
	text-align: center;
}

.trailerembed {
	float: left;
	width: 124px;
	margin-top: 119px;
	margin-bottom: 25px;
}


.trailerwinner {
	float: left;
	height: 57px;
	width: 340px;
	padding-left: 195px;
	padding-top: 30px;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	padding-right: 10px;
}

.trailershare1 {
	float: left;
	height: 40px;
	width: 97px;
	padding-top: 47px;
	padding-left: 50px;
}

.trailershare2 {
	float: left;
	height: 40px;
	width: 107px;
	padding-top: 47px;
	padding-left: 50px;
}

.trailershare3 {
	float: left;
	height: 40px;
	width: 87px;
	padding-top: 47px;
	padding-left: 45px;
	font-size: 12px;
	text-align: left;
}


.trailerwinner img {
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 10px;
}

.trailerwinnertext {
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 10px;
}
.shareboxside {
	float: left;
	width: 58px;
	margin-left: 5px;
	margin-top: 27px;
}
