/****************** universals *********************/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,td,tr,th
	{margin:0; padding:0 }
	
body {
	font: 62.5%/1.1 arial, helvetica, sans-serif; /* reset font size to 10px */
	text-align: center;
	}
.nocookiesBody{
	text-align: left;
	margin-left:30px;
	}

h1,h2,h3,h4,h5,h6,pre,code,input,select,option,textarea,th {font-size:1em;font-weight: normal;}
a img,:link img,:visited img {border:none;}
:link,:visited {text-decoration:none;}
ul,ol {list-style:none;}
address {font-style: normal;}
a {cursor: pointer;}
h2 a  {cursor: auto;}

.screenreader {
	position: absolute;
	left: -9000px;
	top: -9000px;
	}

.divFlash{
	padding:0;
	margin:0;
	}

.clearfix:after { /* makes float container block clear floated blocks inside it */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;} /* fix for about clearfix for IE PC */
/* End hide from IE-mac */

body #global {
	position: relative;
	width: 982px;
	margin: 0 auto;
	text-align: left; /* reset */
	}

#header {
	width: 982px;
	}

#header a#logo {
	display: block;
	width: 278px;
	height: 132px;
	}

	
/********************** navigation ******************************/
	
#topnav {
	width: 981px;
	float:left;
	border-right: 1px solid #000;
	}	
#topnav div {
	width: 980px;
	float:left;
	overflow: hidden;
	}
	
#topnav ul {
	float:right;
	margin-right: -20px;
	}
	
#topnav li {
	padding: 3px 0;
	float:left;
	}

#topnav a {
	padding-left:8px;
	margin-right:24px;
	font-size: 1.1em;
	}
#topnav a:hover {text-decoration:underline;}

#CountryId {
	border:0;
	padding-left:3px;
	font-size: 1.1em;
	}
#CountryId:hover {cursor: pointer;}

#navshadow {
	width: 982px;
	float: left;
	margin: 1px 0 0 0;
	padding-bottom: 1px;
	}

#navborder {
	width: 981px;
	float: left;
	margin: 0 1px 0 0;
	display:inline;
	}

#nav {
	width: 981px;
	float: left;
	padding-bottom:2px;
	}

#nav ul {
	width: 945px;
	float: left;
	height:18px;
	margin: 3px 0 0 4px;
	padding: 0 0 0 28px;
	display:inline;
	}	

#nav ul li {
	float: left;
	padding:0 10px 0 0;
	}

#nav ul li a {
	display: block;
	float: left;
	height:18px;
	line-height: 18px;
	font-weight: bold;
	font-size: 1.1em;
	padding-left:14px;
	text-transform: uppercase;
	}
#nav ul li a:hover,
.beontvBody #nav ul li.navbeontv a,
.downloadsBody #nav ul li.navdownloads a,
.createvideoBody #nav ul li.navcreatevideo a,
.swatchBody #nav ul li.navswatchworld a,
.videosBody #nav ul li.navvideos a ,
.prizesBody #nav ul li.navprizes a {background-position: left -18px;}


/********************** popups ****************************/

#divFadeBackground {
    background: black;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 50;
    height: 400px;
	}
	
#divPopup{
	position:absolute;
	z-index:100;
	left:0;
	top:0;
	width: 351px;
	}
	
#divPopup iframe {
	width: 500px;
	height: 500px;
	}
	
#iframeGlobal {margin-top: 15px;}
body.iframeBody  {background-color:transparent !important;}

.closePopup a {
	display:block;
	width:36px;
	height:36px;
	position: absolute;
	top: -15px;
	right: -15px;
	}
.closePopup a:hover {background-position: -36px 0;}
#iframeGlobal .closePopup a {
	top:0;
	left:331px;
	}
	
#tipsLink a {
	display:block;
	position: absolute;
	top: 65px;
	left:336px;
	width: 100px;
	height: 30px;
	padding: 2px 0 0 0;
	font-size: 1.1em;
	text-decoration: underline;
	}
#tipsLink a:hover {text-decoration: none;}

.popupFormDropshadow {
	background: transparent url(/images/graphics/popup_bg.gif) 0 0 repeat-y;
	float: left;
	width: 351px;
	padding-bottom:1px;
	}

.popupFormContainer {
	float: left;
	background-color: #73736e;
	}

.popupFormBorder {
	border-top: 1px solid #bdbdb5;
	border-left: 1px solid #bdbdb5;
	border-right: 1px solid #73736e;
	float: left;
	}

.popupheader {
	width: 342px;
	text-align: center;
	margin: 5px 2px;
	float: left;
	}

.popupheader h2 {
	display:inline;
	text-transform:uppercase;
	font-weight:bold;
	padding: 0 50px;
	font-size: 1.1em;
	}
	
.popupForm {
	width: 336px;
	margin: 0 5px 5px 5px;
	text-align:left;
	float: left;
	font-size: 1.1em;
	display:inline;
	}
	
.popupForm p {
	font-weight:bold;
	padding:10px;
	float: left;
	position:relative;
	}
	
.popupForm form {
	padding:10px;
	float: left;
	width: 316px;
	}
	
.popupForm form label {
	float: left;
	width: 150px;
	display:inline;
	}
.popupForm form label.firstLabel {margin-right: 6px;}
#uploadForm.popupForm form label {
	clear: left;
	padding-top: 3px;
	}
.popupForm form label.formError {
	background-color:red;border: 1px solid red;
	}
	
.popupForm form label select,
.popupForm form label input,
.popupForm form label textarea {
	width: 150px;
	font-size: 1.2em;
	}
.popupForm form label textarea {
	width: 313px;
	margin-bottom: 12px;
	}

.popupForm form label.uploadVideoFileInput input {
	width: 233px;
	}

a#forgottenPass {
	display:block;
	margin: 8px 0 0 158px;
	float:left;
	display:inline;
	}
	
.popupForm form label select,
.popupForm form label input,
.popupForm form label textarea {border: -1px solid #73736E;}

.popupForm form label.uploadVideoFileInput input {color:#949411;}
	
.popupButtons {
	float: left;
	margin-left: 100px;
	width:130px;
	clear: left;
	display:inline;
	}
	
.popupForm form div.inputLogin,
.popupForm form div.inputRegister,
.popupForm form div.inputComment {
	position: relative;
	width: 128px;
	margin: 15px 0 10px 0;
	left: 2px;
	top: 2px;
	background:#000;
	}
.popupForm form div.inputLogin input,
.popupForm form div.inputRegister input,
.popupForm form div.inputComment input {
	width: 128px;
	position: relative;
	left: -2px;
	top: -2px;
	text-transform:uppercase;
	font-weight:bold;
	padding: 7px 0;
	cursor: pointer;
	}
.popupForm form label.checkbox {
	margin: 10px 0;
	width: 300px;
	}
.popupForm form label.checkbox input {
	width: auto;
	margin: 0 5px 0 0;
	border:1px solid #7F9DB9;
	}
	
.popupForm a {text-decoration: underline;}
.popupForm a:hover {text-decoration: none;}

	
/************************ content ***************************/


#content {
	float: left;
	width: 982px;
	margin: 20px 0 0 0;
	}
	
#content h2 {
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	}

#content h3 {
	font-size: 1.7em;
	font-weight: bold;
	text-transform: uppercase;
	clear: left;
	}

#content p {
	font-size: 1.1em;
	margin-bottom:12px;
	}

.leadP {
	font-weight:bold;
	margin: 12px 0 18px 0;
	}

.leftCol {
	float: left;
	width: 268px;
	margin: 0 0 0 10px;
	}

.playVideo .centreCol {padding-bottom: 8px;}

.centreCol,
.rightCol {
	float: left;
	width: 335px;
	margin: 0 0 0 10px;
	}
	
	
/******************** wideCol styles *************************/

.wideCol {
	float: left;
	width: 680px;
	margin: 0 0 0 10px;
	}
	
.wideColItem {
	float: left;
	width: 680px;
	padding-bottom: 30px;
	margin-bottom: 35px;
	}

.wideColItem p a {
	padding: 1px 70px 2px 2px;
	text-decoration: underline;
	}
.wideColItem p a:hover {text-decoration: none;}

.wideColItem table{
	width:250px;
	
	}
.wideColItem table td{
		padding:3px;
		vertical-align:middle;
	}

ul.iconList li {
	float: left;
	margin-right: 8px;
	}
	
	
/******** tables (used only for showtimes on 'beontv' for now) **********/
	
.showtimeTable {
	font-size: 1.1em;
	float: left;
	width: 205px;
	margin-right: 50px;
	}
	
.showtimeTable th {
	text-align: left;
	padding: 8px 0 5px 4px;
	width: 66px;
	}
	
.showtimeTable td {
	font-weight: bold;
	padding: 8px 0 5px 4px;
	}
	
.showtimeTable td.showtimeTime {background-color:#CCC;}


/******************** leftCol links *************************/

.leftColLink a {
	display:block;
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 15px 43px;
	}

/* enter now div */
#enternowDiv a {
	height: 36px;
	line-height: 36px;
	}

/*  webcam link div  */
#webcamDiv a {
	height: 75px;
	line-height: 75px;
	background: transparent url(/images/graphics/webcam.png) 0 0 no-repeat;
	behavior: url(/iepngfix.htc);

	}
	
.popupButtons #webcamDiv a 
{
	margin-right:160px;
}
	
/* show times div [tim] */	
#showtimesDiv a {
	height: 43px;
	line-height: 43px;
	background: transparent url(/images/graphics/showtimes.png) 0 0 no-repeat;
	behavior: url(/iepngfix.htc);
	}
	
/* mobile tv div [tim] */	
#mobileDiv a {
	height: 42px;
	line-height: 42px;
	background: transparent url(/images/graphics/mobile.png) 0 0 no-repeat;
	behavior: url(/iepngfix.htc);
	}



/*  top users link div - might be superfluous */
#topusersLink {
	width: 268px;
	height: 258px;
	float: left;
	background: transparent url(/images/graphics/topuser_figure.png) 0 0 no-repeat;
	behavior: url(/iepngfix.htc);
	}
#topusersLink a {
	display: block;
	float: right;
	margin: 110px 0 0 0;
	padding: 1px 0 3px 4px;
	width: 162px;
	font-size: 1.1em;
	text-decoration:underline;
	}
#topusersLink a:hover{text-decoration:none;}


/******************** createVideo page *************************/

.createVideo{
	text-align:center;
	padding: 50px 0px 50px 0px; 
}
.createVideo span{
	text-align:left;
	float:left;
	width:32%;
	margin:5px;
	padding-bottom:80px;
	padding-left:140px;
}



/******************** sideNav *************************/

#sideNav {
	margin: 5px 0 20px 0;
	padding: 11px 0 30px 0;
	}
	
#sideNav a {
	display:block;
	margin: 0 0 13px 4px;
	padding: 0 0 0 9px;
	font-weight:bold;
	font-size: 1.1em;
	text-transform: uppercase;
	}
#sideNav a:hover {background-position: -296px center;}

#sideNav form {
	width: 264px;
	padding:0 0 16px 4px;
	}
#sideNav input {
	float: left;
	width: 170px;
	padding: 2px 0 3px 3px;
	font-size: 1.1em;
	border: 1px solid #73716b;
	}
#sideNav .submitDiv input {
	width: auto;
	margin-left:4px;
	padding: 0 3px 3px 3px;
	}


/******************** sideboxes *************************/

.sidebox {
	background-color:#ECD000;
	width: 268px;
	margin: 6px 0 0 0;
	padding-bottom: 12px;
	}
#beatsbox.sidebox {background-color: transparent;}

#content .sidebox h2 {
	text-transform:none;
	margin-left:4px;
	}
.swatchBody #content .sidebox h2 {text-transform: none;}

.swatchBody #SwatchBeats h2{
	text-transform:none;
}


.sidebox img.sideboxImg {
	margin: 2px 6px 12px 4px;
	float: left;
	width: 96px;
	display:inline;
	}

#content .sidebox h3 {
	clear: none;
	padding: 0 6px 0 4px;
	}	
	
.sidebox p {padding: 0 6px 0 4px;}
#beatsbox.sidebox p {margin:5px 0 0 0;}

#beatsbox span.beatsLogo {
	display:block;
	padding-left: 47px;
	}
.downloadsBody #beatsbox h2 {display:none;}

.swatchBody .sidebox p a {
	float: right;
	width: 138px;
	}
	
.sidebox p.sideboxLink {
	float: right;
	width: 138px;
	margin-top: 10px;
	padding: 0;
	text-align: left;
	}
.sidebox p.sideboxLink a {
	display:block;
	text-decoration:underline;
	padding: 1px 0 3px 4px;
	border: 0;
	}
.sidebox p a:hover{text-decoration:none;}
.downloadsBody #beatsbox.sidebox p {float: left;}
.downloadsBody #beatsbox.sidebox p a {
	margin: 10px 0 0 0;
	width:130px;
	}
	
#storeLocatorForm {
	float: left;
	margin-left: 5px;
	width: 260px;
	display:inline;
	}
	
#storeLocatorForm label {
	display: block;
	font-size: 1.1em;
	font-family:arial;
	padding: 6px 0 3px 0;
	}
	
#storeLocatorForm select {
	width: 194px;
	font-size: .9em;
	}
	
#divStoreResults {
	float: left;
	margin: 10px 0;
	}
#divStoreResults div {margin:0 0 10px 8px;}
	
	
/********************** downloads *************************/

.rssLink {margin-top: 62px;}	
.rssLink img {float: left; margin-top: -50px;}	
.wideColItem p.rssLink a {
	padding:1px 70px 2px 19px;
	}


/********************** swatch world ************************/

#featuredWatch {width: 335px;}

#featuredWatchPic {
	text-align: center;
	margin-bottom: 20px;
	}

#featuredWatch p a {
	width: 140px;
	display:block;
	text-decoration:underline;
	padding: 1px 0 3px 2px;
	margin: 20px 0;
	}
#featuredWatch p a:hover {text-decoration:none;}
	
#bondwatches {
	float: left;
	width: 325px;
	padding: 5px;
	margin-top: 24px;
	}
	
#bondwatches .watchListItem {
	width: 325px;
	border: 0;

	}
	
#villainsCollectionLogo {margin: 10px 0;}
	
#villainsCollectionLogo  span {
	display:block;
	height: 82px;
	background: #CCC url(/images/graphics/villain_collection.gif) 11px 5px no-repeat;
	margin-top: 10px;
	}
	
	
/********************** listings ************************/

form.listContainerForm {
	display: block;
	float: left;
	width: 690px;
	}

.homeBody #videoList {padding-bottom: 172px;}

.homeBody #SwatchBeats h2{
	text-transform:none;
}

.playVideo #videoList {
	height: 500px;
	overflow: auto;
	}
.playVideo #videoList .videoListItem {width: 300px;}

.watchListItem,
.videoListItem {
	float: left;
	width: 325px;
	padding: 5px 0 3px 0;
	}


#watchList{
	height:500px;
	width:330px;
	overflow-y:scroll;
	overflow-x:hidden;
}

#content .watchListItem p,
#content .videoListItem p {margin:0;}

.watchListItem img,
.videoListItem img {
	float: left;
	margin-right: 8px;
	}

.watchListItem p a,
.videoListItem p a,
.videoListItem p.leadP a:hover {text-decoration:underline;}
.watchListItem p a:hover,
.videoListItem p a:hover,
.videoListItem p.leadP a {text-decoration:none;}

.videoListItem form {margin-top: 3px;float:left;}
form.ratingForm span a {margin: 0 !important;padding: 0 !important;}

.videoListItem form span a img {
	float: none;
	margin-right: 0;
	border: 0;
	}

/******** follow pagination nav styles *******/
.widerCol {/*used in the bottom pagination nav only, to span all 3 cols*/
	float: left;
	width: 968px;
	margin-top: 6px;
	}
	
.paginationDiv {
	float: right;
	width: 680px;
	font-size: 1.1em;
	position: relative;
	}
.paginationDiv div {
	width: 335px;
	text-align: right;
	float: right;
	margin-bottom: 8px;
	}
.paginationDiv span {padding: 0 20px;}
.paginationDiv input {
	border: 0; 
	height: 12px;
	font-weight: bold;
	cursor: pointer;
	}
.paginationDiv input.btnNext {padding-right: 8px;}
.paginationDiv input.btnPrev {padding-left: 8px;}

.paginationDiv input.btnNext:hover {background-position:right -12px;}
.paginationDiv input.btnPrev:hover {background-position:left -12px;}


/************************ video itself **************************/

#videoPlayerShadow {
	position: relative;
	width: 333px;
	left: 2px;
    top: 6px;
	margin-bottom: 16px;
	float: left;
	background:#000;
	}
#videoPlayer {
	width: 331px;
	position: relative;
    left: -2px;
    top: -1px;
	float: left;
	border: 1px solid #000;
	}
#videoPlayerBevel {
	width: 329px;
	float: left;
	border-top: 1px solid #FFF;
	border-right: 1px solid #ababa9;
	border-bottom: 1px solid #ababa9;
	border-left: 1px solid #FFF;
	}

#videoHeader {
	width: 326px;
	text-align: center;
	margin: 5px 2px 5px 1px;
	float: left;
	}


#videoHeader h3 {
	display:inline;
	text-transform:uppercase;
	font-weight:bold;
	padding: 0 16px;
	font-size: 1.1em;
	}
#content #videoHeader h3 {color: #000;}

#divVideoPlayer {
	width: 320px;
	margin: 0 0 0 2px;
	padding: 2px 2px 6px 2px;
	float: left;
	}
	
.videoAuthor {
	float: left;
	width: 335px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	font-size: 1.1em;
	}

.videoAuthor .userPic {
	float: left;
	margin: 0 8px 4px 0;
	}

.videoAuthor a {text-decoration: underline;}
.videoAuthor a:hover {text-decoration: none;}

.videoAuthor span {
	display:block;
	padding:0 0 2px 9px;
	}
.videoAuthor span.videoRatingRow,
.videoAuthor span.videoLinkRow {margin: 10px 0;}
.videoAuthor span.videoRatingRow span {display:inline;}
.videoAuthor span.videoLinkRow span {
	display: inline;
	padding: 0 8px 0 22px;
	background: transparent 0 0 no-repeat;
	}

.videoAuthor ul.iconList {padding:12px 0 0 9px;}
	
	
/************************ comments **************************/

#comments {
	float: left;
	width: 335px;
	margin: 4px 0 8px 0;
	height: 290px;
	overflow: auto;
	}

.comment {
	float: left;
	width: 315px;
	margin-bottom: 6px;
	}

.comment img {
	float: left;
	margin-right: 8px;
	}

#commentForm form label {color: #FFF;}

#commentsBlock h3{
	float:left;
	margin-left:8px;
	}

/************************ top users **************************/

#topusers {
	float: left;
	width: 335px;
	}

.topuser {
	float: left;
	width: 335px;
	margin-bottom: 2px;
	}

.topuser img {
	float: left;
	margin-right: 8px;
	}

#content .topuser p {
	padding-top: 8px;
	margin:0;/*reset*/
	}

.topuser p a {text-decoration:underline;}
.topuser p a:hover {text-decoration:none;}

.topuser span {
	display:block;
	float: right;
	padding: 8px 0 0 0;
	width: 28px;
	font-size: 2.2em;
	font-weight: bold;
	color: #000;
	}
	
	
/*********************** prizes *****************************/

.prize {
	float: left;
	width: 680px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	}
	
.prizeCopy {
	float: left;
	width: 335px;
	}
	
.prizePic {
	float: right;
	width: 335px;
	text-align: center;
	}
	

	
/*********************** register ***************************/

#registerForm label span,
.registerBody #content .leftCol p span {color: #ff0000;}

.registerBody .leftCol p  {padding-right:20px;}
	
#registerForm {
	float: left;
	width: 650px;
	}
	
#content #registerForm p{float: left;margin-bottom:1px;}	
#content #registerForm p.formError{background-color: #ff0000;}
	
#registerForm a {text-decoration: underline;}
#registerForm a:hover {text-decoration: none;}
	
#registerForm fieldset {
	border: 0;
	float: left;
	margin-bottom:50px;
	display:inline;
	width: 640px;
	}
	
#registerForm legend {
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	}
	
#registerForm label {
	display: block;
	float: left;
	clear: left;
	width: 220px;
	margin-top: 15px;
	}
	
#registerForm input {
	float: left;
	width: 238px;
	margin-top: 15px;
	padding: 2px 0;
	}

#registerForm p em {
	display: block;
	font-style: normal;
	float: left;
	/*	width: 176px;*/
	margin: 15px 0 0 4px;
	}
	
#registerForm label.checkbox {width: 460px;}
#registerForm label.checkbox input {
	width: auto;
	margin: 0 5px 0 0;
	border: 0;
	}
	
#registerForm select {
	float: left;
	margin: 15px 5px 0 0;
	}
#registerForm select#registerWhere {
	width: 238px;
	margin: 15px 0 0 0;
	}
span.selectBox {
	display:block;
	float: left;
	width: 240px;
	}
	
#registerForm .submitDiv input {
	width: 280px;
	border: 0;
	font: 2.2em arial;
	text-decoration: underline;
	text-align: left;
	cursor:pointer;
	}

.captcha {clear: left;}


/*********************** profile ****************************/

.videosBody .wideCol,
.profileBody .wideCol {
	width: 690px;
	margin:0; /* reset - please leave */
	}

.videosBody .wideCol h2,	
.profileBody .wideCol h2 {margin-left: 10px;display:inline;}
.profileBody h2 a {
	color: #50b5b2;
	text-decoration: underline;
	cursor: pointer;
	float: left;
	margin: 0 0 15px 10px;
	clear: left;
	}
.profileBody h2 a:hover {text-decoration: none;}

.profile {
	width: 268px;
	padding: 5px 0 30px 0;
	}

#content .profile p {margin:0;}

.profile img {
	float: left;
	margin-right: 8px;
	}

.profile p a {text-decoration:underline;}
	
.profile ul {float: right;}
.profile ul li a {
	display:block;
	width: 108px;
	padding: 1px 0 1px 2px;
	margin-bottom: 2px;
	font-size: 1.1em;
	text-decoration: underline;
	}
.profile ul li a:hover {text-decoration: none;}

.profileSection {margin: 0 0 40px 0;}

.profileSection ul li {
	float: left;
	width: 335px;
	margin-left: 10px;
	display:inline;
	}

.profileSection p.deleteLink {clear: left;}
.profileSection p.deleteLink a {
	margin-top: 4px;
	float: left;
	padding: 1px 70px 2px 2px;
	text-decoration: underline;
	}
.profileSection p.deleteLink a:hover {text-decoration: none;}

	
/************************ splash ****************************/

.splash #content h2 {
	color: #055acb;
	padding: 0 35px 30px 0;
	}

.splash #content {margin: 165px 0 110px 0;}

.splash #content div {float:left;}

.splash #logo img {margin: 18px 40px 0 116px;}

.splash #content a {
	color: #000;
	text-decoration:underline;
	font-size:1.1em;
	line-height: 1.4;
	}
.splash #content a:hover {
	color: #055ACB;
	text-decoration:none;
	font-weight:bold;
	}
	
	
/********************** footer ******************************/

#footerWrapper {
	width: 982px;
	float: left;
	margin: 10px 0 0 0;
	padding-bottom: 1px;
	}

#footer {
	width: 982px;
	float: left;
	padding: 3px 0;
	}

#footer ul {
	float: left;
	margin: 0 0 0 4px;
	}

#footer ul li {float: left;}

#footer ul li a {text-decoration: underline;}
#footer ul li a:hover {text-decoration: none;}

#footer p {
	float: left;
	margin: 0 0 0 42px;
	}
	
#tandcDiv {
	margin: 0 0 0 10px;
	width: 360px;
	}

/**Added by rita :)*/
.errorbox{border: 3px solid red;}


/**
 * Added By tim ;)
 */
#commentForm div.ConfirmComment {
	color: #FFFFFF;
	padding: 1em 1em;
} 
#commentForm div.ConfirmComment strong {
	display: block;
	font-weight: bold;
}

#SwatchBeats {
	cursor: pointer;
}
 
 
 
 
/*********************MOVIE MASHER**************************/
#moviemasher_container {
	
	width:810px;
	height:619px;
}
#divFlash #global{
	width:100%;
	
	margin:0;
	padding:0;
}

#divFlash #content{
	width:810px;
	height:590px;
	background:red;
	margin:0 0 0 40px;
	padding:0;
}

#playbackText{
	position:absolute;
	top:175px;
	left:510px;
	z-index:100;
	width:250px;
}
#playbackText h2{
	color: #0066cc;
}

.playbackBody #content{
	width:700px;
	height:590px;
	margin:0;
	padding-left:50px;
	
}
.playbackBody{
	width:100%;
	}

#divReplay{

}

.playbackBody #moviemasher_container {
	text-align:center;
	width:505px;
	height:300px;
	padding-left:100px;
	position:absolute;
	z-index:100;
	top:170px;
}
.playbackBody #global{

}
#divHeader{
	z-index:100;
	
}
#divLogo{
	z-index:100;
	}
#divRobocatTitle{
	z-index:0;
	position:absolute;
	top:20px;
	left:400px;
	}
#divCreate{
	position:absolute;
	top:300px;
	left:600px;
	}
#Robocat{
	padding-left:150px;
	}
	
	
/**********Best Villian Ever***********/

#prizeDiv a 
{
	behavior: url(/iepngfix.htc);
	background:transparent url(/images/graphics/prizeSmall.png) no-repeat scroll 0pt;
	height:75px;
	line-height:106px;
	margin:-10px 0px 94px;
}

.sidebox.clearfix img
{
	margin:10px;
}

.prizeCopy a:hover 
{
	text-decoration:none;
}

.prizeCopy a 
{
	background-color:#908E31;
	color:#FFFFFF;
	border:0pt none;
	display:block;
	padding:1px 40pt 3px 4px;
	text-decoration:underline;
	float:right;
}
	
#VillainBooths img
{
	float:left;
}


#galleryVid a img, *:link img, *:visited img
{
	position:relative;
	float:left;
	margin:6px 8px;

}

.wideColItem a img, *:link img, *:visited img
{
	padding:2px;
}


#voteMessage
{
	height:46px;
	clear:both;
}

#voteMessage a
{
	behavior: url(/iepngfix.htc);
	padding-left:60px;
	display:block;
	height:46px;
	width:160px;
	background:url(/images/skins/LiveAndLetDie/favNorm.png) no-repeat;
}

#voteMessage a:hover
{
	behavior: url(/iepngfix.htc);
	background:url(/images/skins/LiveAndLetDie/favHov.png) no-repeat;
	padding-left:60px;
}



#VillainCollection
{
	
	width: 164px;
	padding:10px;
}