/* CSS RESET */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td, img { margin: 0; padding: 0; }
* {outline: none;}

fieldset, input, select {
	margin: 0;
	padding: 0;
}

ul {list-style-type: none;}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #252525;
	font-size: 14px;
}

.sprite{
	display: block;
	height: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.clearfix {
	clear: both;
}

img, fieldset {
	border: 0;
}

img {
	display: block;
}

legend {display: none}

.disable-user-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/**********************************************
* GENERAL PAGE STYLES
**********************************************/

.l-page-holder {
	width: 100%;
}
.l-1024-container{
	width: 1024px;
	margin: 0 auto;
}


/**********************************************
* MODAL OVERLAY STYLE
**********************************************/

#modal-overlay-layer {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: black;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 10020;
	opacity: 0.7;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

#modal-overlay{
	top: 72px;
	/*position: fixed;*/
	position: absolute;
	z-index: 10040;
	display: none;
	background-color: #ffffff;
	min-height: 200px;
	min-width: 200px;
}

#modal-overlay-loader {
	text-align: center;
	position: absolute;
	background-color: #ffffff;
	top: 80px;
	left: 80px;
}

	.modal-container {
		float: left;
		padding: 80px 14px 28px 14px;
	}

	#modal-overlay-loader img {
		top: 45%;
		position: absolute;
	}

	#btn-close-modal {
		background:url(/content/img/images/modal/modal-close.png) no-repeat;
		width: 37px;
		height: 38px;
		position: absolute;
		right: 13px;
		top: 13px;
		z-index: 100;
	}
	
	/* General Modal Styles */

	.modal-container h1 {
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 35px;
		text-transform: uppercase;
	}
		
		.modal-container h1 span {
			font-weight: 600;
			margin-top: 10px;
		}

	.modal-container h2 {
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 35px;
		text-transform: uppercase;
	}
		
		.modal-container h2 span {
			font-weight: 600;
			margin-top: 10px;
		}
	
		.modal-sub-message {
			font-family: 'Lato', sans-serif;
			padding: 0px 0px;
			font-weight: 600;
			font-size: 20px;
		}
		
			.modal-sub-message-smaller {
				font-size: 15px;
			}
	.l-input-text-modal {
		background-color: #f4f4f4;
		border: 0;
		border-top: 2px solid #b4b4b4;
		border-left: 2px solid #b4b4b4;
		border-bottom: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		border-radius: 5px;
		font-size: 17px;
		color: #464646;
		padding-left: 10px;
		float: left;
		padding: 4px 0 3px 0px;
	}
	
	/* Forgot Password */
	
	.forgot-password .modal-container, .change-password .modal-container {
		float: left;
		padding: 65px 67px 65px 67px;
        position:relative;
	}
	
	.forgot-password, .change-password {
		width: 635px;
		/*height: 530px;*/
	}
	
		#form-forgot-password {
			padding-top: 10px;
		}
			
			#form-forgot-password fieldset{
				padding-top: 10px;
			}
		
			#forgot-password-error-message {
				width: 430px;
				height: 33px;
				display: block;
				background-color: #ff0000;
				color: #ffffff;
				text-align: center;
				clear: both;
				
				position: relative;
			}
			
				#forgot-password-error-message p{
					font-size: 16px; 
					line-height: 33px;
					padding-left: 30px;
				}
				
					#forgot-password-error-message p span.l-error-exclamation{
						float: left;
						font-size: 26px;
						position: absolute;
						left: 70px;
					}
		
			#mdl-forgot-email-box {
				padding-bottom: 22px;
				float: left;
			}
			
				#lbl-forgot {
					padding-top: 8px;
					float: left;
					/*padding-right: 20px;*/
				}
		
			#mdl-captcha-box {
				clear: both;
				float: left;
				padding-bottom: 19px;
			}
			
			#mdl-retype-text-box {
				clear: both;
				float: left;
				width: 180px;
				padding-bottom: 30px;
			}
		
	/* Photo / Video Single */
	
	.photo-single .modal-container,
	.video-single .modal-container,
	.infographics .modal-container {
		padding: 80px 14px 28px 14px;
		float: left;
		position: relative;
	}
	
	.photo-single, .video-single {
		width: 755px;
		/*height: 723px;*/
	}
	
	#photo-box-single, .video-box-single {
		float: left;
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
	}
	
		.video-box-single img {
			float: left;
		}
		
	#photo-single-descriptionbox, #video-single-descriptionbox {
		clear: both;
		float: left;
	}
	
		#photo-description-single, #video-description-single {
			font-family: Arial;
			font-size: 14px;
			width: 587px;
			height: 85px;
			padding-top: 20px;
			clear: both;
			float: left;
		}
		
			#photo-description-single h3, #video-description-single h3 {
				padding: 0 0 10px 5px;
				color: #525252;
			}
			
			#photo-description-single p, #video-description-single p {
				padding-left: 7px;
				color: #525225;
			}


			
		#photo-social-single, #video-social-single, #infographics-social {
			float: right;
			width: 141px;
		}
		
		#infographics-social {
			margin-right: 7px;
		}
		
			#photo-social-single ul, #video-social-single ul, #infographics-social ul {
				float: right;
				margin-top: 52px;
			}
			
				#photo-social-single ul li, #video-social-single ul li, #infographics-social ul li{
					float: left;
					margin-left: 6px;
				}
				
					#photo-social-single ul li a, #video-social-single ul li a, #funfacts-social ul li a, #infographics-social ul li a{
						height: 30px;
						width: 30px;
						display: block;
					}
				
					#social-facebook-photosingle {background: url(/content/img/images/modal/gallery-social-items.png) 0px 0px no-repeat;}
					#social-twitter-photosingle {background: url(/content/img/images/modal/gallery-social-items.png) -35px 0px no-repeat;}
					#social-pinterest-photosingle {background: url(/content/img/images/modal/gallery-social-items.png) -70px 0px no-repeat;}
					
	#photo-promarea-single, #video-promarea-single {
		clear: left;
		/*float: left;*/
		padding-top: 18px;
		text-align:center;
	}
	
	#video-hidden {display: none}
	
	/* Photo Multiple */	
		.photo-multiple .modal-container {
			padding: 80px 14px 28px 14px;
			float: left;
		}
		
		.photo-multiple {
			width: 755px;
			/*height: 723px;*/
		}
		
		.large-loader {
			position: absolute;
			top: 45%;
			left: 45%;
		}
		
		#carousel-swippable {
			position: absolute;
			width: 590px;
			height: 407px;
			/*background-color: red;*/
			z-index: 5;
			left: 70px;
		}
		
		#carousellarge-box-multiple, .carousellarge-box-multiple {
			position: relative;
			overflow: hidden;
			width: 728px;
			height: 407px;
		}
		
			#carousellarge-box-multiple ul {
				float: left;
				position: absolute;
				margin: 0;
				padding: 0;
				height: 100%;
				display: block;
			}
			
				#carousellarge-box-multiple ul li{
					float: left;
					width: 729px;
					height: 407px;
					position: relative;
				}
				
				#carousellarge-box-multiple ul li img{
					margin-left: auto;
					margin-right: auto;
				}				
		
			#previous-item-large {
				background:url(/content/img/images/modal/arrow-left-large.png) no-repeat;
				position: absolute;
				left: 13px;
				top: 167px;
				z-index: 1000;
				width: 45px;
				height: 102px;
			}
			
			#next-item-large {
				background:url(/content/img/images/modal/arrow-right-large.png) no-repeat; 
				position: absolute;
				right: 13px;
				top: 167px;
				z-index: 1000;
				width: 45px;
				height: 102px;
			}
		
		
		#carousel-descriptionbox-multiple {
			/*float: left;*/
			width: 100%;
			position:relative;
		}

			.carousel-descriptionbox-items{
				/*overflow: auto;*/
				/*width: 100%;*/
				width: 728px;
				position: relative;
				height: 120px;
			}
			
				.carousel-descriptionbox-items li.carousel-descriptionbox-item {
					/*position: absolute;*/
					position: relative;
					width: 100%;
				}
										
					.l-carousel-description {
						font-family: Arial;
						font-size: 14px;
						width: 587px;
						padding-top: 20px;
						clear: both;
						float: left;
					}
					
						.l-carousel-description h3 {
							padding: 0 0 10px 5px;
						}
						
						.l-carousel-description p {
							padding-left: 7px;
						}
					
					.l-carousel-social {
						float: right;
					}
					
						.l-carousel-social ul {
								float: right;
								margin-top: 52px;
							}
							
								.l-carousel-social ul li{
									float: left;
									margin-left: 6px;
								}
								
									.l-carousel-social ul li a{
										height: 30px;
										width: 30px;
										display: block;
									}
							
								.l-social-facebook-photosingle {background: url(/content/img/images/modal/gallery-social-items.png) 0px 0px no-repeat;}
								.l-social-twitter-photosingle {background: url(/content/img/images/modal/gallery-social-items.png) -35px 0px no-repeat;}
								.l-social-pinterest-photosingle {background: url(/content/img/images/modal/gallery-social-items.png) -70px 0px no-repeat;}
		
		#carouselsmall-box-multiple {
			clear: both;
			float: left;
			/*width: 100%;*/
			width: 728px;
			position: relative;
			/*padding-top: 22px;*/
		}
		
			#carousel-small-container {
				width: 648px;
				height: 125px;
				display: block;
				margin: 0 auto;
				overflow: hidden;
				position: relative;
			}
			
				#carousel-small-container ul{
					float: left;
					position: absolute;
					margin: 0;
					padding: 0;
					height: 100%;
					display: block;
					padding-top: 5px;
				}
				
					#carousel-small-container ul li, #carousel-small-container ul li a{
						width: 206px;
						height: 116px;
						display: block;
					}
					
					#carousel-small-container ul li {
						float: left;
						margin-left: 5px;
						margin-right: 5px;
						position: relative;
						background-color: #000000;
					}
					
						#carousel-small-container ul li a img {
							display: block;
							max-width: 206px;
							max-height: 116px;
							border: 0;
							margin-left: auto;
    							margin-right: auto;
						}
		
			#previous-item-small {
				position: absolute;
				background:url(/content/img/images/modal/arrow-left-small.png) no-repeat;
				width: 28px;
				height: 76px;
				top: 49px;
				left: 0;
			}
			
			#next-item-small {
				position: absolute;
				background:url(/content/img/images/modal/arrow-right-small.png) no-repeat;
				width: 28px;
				height: 76px;
				top: 49px;
				right: 0;
			}
			
			.selected-item {opacity: 0}	
			
	/* Fun Facts Modal */
	
	.funfacts .modal-container {
		width: 635px;
		padding: 0;
	}
	
		#fun-facts-image-box {
			background: url(/content/img/images/modal/funfacts/fun-facts-image.jpg) no-repeat;
			top: 0;
			left: 0;
			width: 635px;
			height: 136px;
			display: block;
			float: left;
		}
		
			#fun-facts-image-box img{
				position: absolute;
			}
			
			#funfacts-info-container {
				width: 499px;
				padding: 24px 68px 71px 68px;
				display: block;
				position: relative;
				float: left;
				clear: both;
				overflow: hidden
			}
			
				#funfacts-info {
					padding-top: 24px;
				}
				
					#funfacts-info h3 {
						color: #464646;
						font-family: 'Lato', Arial;
						font-size: 30px;
						font-weight: 400;
						padding-bottom: 25px;
						float: left;
					}
					
					#funfacts-info p {
						clear: both;
						color: #464646;
						font-size: 15px;
						padding-bottom: 10px;
					}
					
					#funfacts-social {
						float: right;
					}
					
						#funfacts-social ul{
							margin: 0;
						}
						
							#funfacts-social ul li{
								float: left;
								margin-left: 6px;
							}
							
	/* Infographcs */
	
	.infographics {
		width: 1007px;
		outline: none;
	}

	.infographics #wrapper {
		position: relative;
		z-index: 1;
		bottom: 0;
		left: 0;
		width: 980px;
		background: #aaa;
		height: 600px;
	}

	#infographics-description-box h3 {
		color: #525252;
		margin-top: 10px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	
		#infographics-description-box {
			font-family: Arial;
			font-size: 16px;
			width: 820px;
			clear: both;
			float: left;
			color: #727272;
			margin-left: 7px;
			line-height: 24px;
			margin-top: 10px;
		}
		#infographics-loader {
			margin: 0 auto;
			width: 0px;
		}
		
		#infographics-image-container .jspHorizontalBar .jspTrack {
			border-left: none;
		}
		
		#infographics-image-container .jspHorizontalBar {
			border: 1px solid #b7b7b7;
			height: 13px;
		}

		#infographics-image-container {
			height: 600px;
			border-right: 1px #b7b7b7 solid;
			width:980px;
			padding:0;
		}
			#infographics-image-container ul {
				width: 16094px;
			}
				#infographics-image-container ul li img{ 
					outline: none;
				}
				#infographics-image-container ul li{
					float: left;
					margin: 0;
					padding: 0;
					outline: 0;
					border: 0;
					outline: none;
				}

			
/*  Video Photo Instructions - Modals  */

	.modal-container h1 {
		margin-bottom: 15px;
	}

	.modal-container h2 {
		margin-bottom: 15px;
	}
	
	.scroll-text .modal-container, .upload-instructions .modal-container {
		min-height: 200px;
		width: 500px;
		margin:25px 60px 80px;
		padding: 20px;
	}
	
	.limited-content-wrapper{
		height: 271px;
		width: 500px;

	}
	
	.content-wrapper{

	}
	
	
	.limited-content{
		width: 100%;
		height: 100%;
		overflow: auto;
	}
	
	.limited-content p {
		margin-top: 5px;
		padding: 5px 15px;
	}
	
	.scroll-text .limited-content{
		background-color: #f4f4f4;
		overflow-y:scroll;
		border: 1px solid #b7b7b7;
		}
	

					
/**********************************************
* SOCIAL, LOGIN, MAIN NAV SECTION STYLES
**********************************************/

#header {
	width: 100%;
}
	
	/* SOCIAL LOGIN */
	
	#social-login-container {
		margin: 0 auto;
		background-color:#252525;
		min-width: 1024px;
		max-width: 1600px;
		min-height: 70px;
	}

		#social-login-content {
			width: 1024px;
			margin: 0 auto;
			position: relative;
		}

			/* Social Bar Start */
			#header-social-bar {
				float: left;
				padding: 9px 0 0 177px;
			}

				#header-social-bar ul {
					/*width: 300px;*/
					height: 31px;
				}

					#header-social-bar ul li {
						float: left;
						display: block;
						padding: 0 5px 0 0;
					}

						.m-header-social-links {
							display: block;
							height: 31px;
						}

							a#social-facebook{
								background: url(/content/img/images/global/header/social-facebook.png) no-repeat;
								width: 30px;
							}

							a#social-twitter{
								background: url(/content/img/images/global/header/social-twitter.png) no-repeat;
								width: 30px;
							}

							a#social-pinterest{
								background: url(/content/img/images/global/header/social-pinterest.png) no-repeat;
								width: 30px;
							}
							
							.social-facebook{
								background: url(/content/img/images/global/header/social-facebook.png) no-repeat;
								width: 30px;
							}

							.social-twitter{
								background: url(/content/img/images/global/header/social-twitter.png) no-repeat;
								width: 30px;
							}

							.social-pinterest{
								background: url(/content/img/images/global/header/social-pinterest.png) no-repeat;
								width: 30px;
							}

							a#social-googleplus{
								background: url(/content/img/images/global/header/social-google-plus.png) no-repeat;
								width: 30px;
							}

							a#social-youtube{
								background: url(/content/img/images/global/header/social-youtube.png) no-repeat;
								width: 30px;
							}

							a#social-youtube{
								background: url(/content/img/images/global/header/social-youtube.png) no-repeat;
								width: 30px;
							}
							
							a#social-instagram{
								background: url(/content/img/images/global/header/social-instagram.png) no-repeat;
								width: 30px;
							}

							a#social-snapchat{
								background: url(/content/img/images/global/header/social-snapchat.png) no-repeat;
								width: 30px;
							}
							
					#header-social-bar ul li#header-socialbar-last-item {
						padding: 0 0 0 9px;
					}

						a#social-getglue{
							background: url(/content/img/images/global/header/social-getglue.png) no-repeat;
							width: 114px;
						}
							
			/* Social Bar End */
			
			/* Sony Rewards Login Start */
			
			#sony-rewards-login {
				font-family: Arial, Helvetica, sans-serif;
				width: 261px;
				height: 70px;
				float: right;
				background-color: #363636;
				position: relative;
				/*padding: 9px 0 0 14px;*/
			}
				
				/* Logged out and collapsed */
				
					#sony-rewards-loginbox {
						/*display: block;*/
						cursor: pointer;
						height: 61px;
						width: 246px;
						padding: 9px 0 0 14px;
					}
						
						#sony-rewards-info {
							color: #39b54a;
							font-weight: bold;
							font-size: 14px;
							display: block;
							float: left;
							line-height: 15px;
							height: 30px;
							text-transform: uppercase;
						}
						
						#login-arrow {
							width: 12px;
							height: 10px;
							position: absolute;
							right: 26px;
							top: 31px;
						}
						
						#points-box {
							clear: both;
							font-size: 15px;
							padding-top: 5px;
							float: left;
							width: 110px;
						}
						
							.m-rewards-points {
								color: #39b54a; 
								font-weight: bold;
							}
							
							#sony-rewards-links {
								float: left; color: #0098ea;
								font-size: 13px;
								padding-top: 5px;
								width: 100px;
								text-align: center;
							}
							
								#sony-rewards-links a{
									color: #0098ea;
									font-weight: bold;
									text-decoration: none;
									font-size: 14px;
								}
				
				/* Logged out and Expanded Form */
					#sony-rewards-loginform {
						position: absolute;
						width: 260px;
						/*height: 226px;*/
						background-color: white;
						z-index: 104;
						/*padding: 0 13px 0 13px;*/
					}
					
						#login-box-form {
							padding: 0 13px 0 13px;
							position: relative;
							/*height: 164px;*/
							width: 234px;
							clear: both;
							float: left;
						}
						
							#error-box {
								height: 19px;
								width: 100%;
								display: block;
								background-color: red;
								text-align: center;
								color: #ffffff;
								font-size: 13px;
								padding-top: 2px;
								margin-bottom: 4px;
								border-radius: 5px;
							}
							
							#login-box {
								height: 38px;
								/*float: left;*/
								display: block;
							}
							
							/*#form-login label{display: none;}*/
							#remember-me-box {
								float: left;
								width: 123px;
							}
							
								#remember-me-box input {
									float: left;
								}
								
								#login-remeber-me {
									margin-right: 0px;
									margin-top: 0px;
									margin-left: 4px;
									height: 13px;
									width: 13px;
								}
								
								#remember-me-box label{
									font-size: 12px;
									float: left;
									padding-top: 0px;
									padding-left: 6px;
									font-weight: bold;
									height: 0px;
									top: 0px;
								}
								
							#btn-login-box {
								float: left;
							}
							
								.m-login-input {
									width: 215px;
									height: 32px;
									background-color: #f4f4f4;
									border: 0;
									border-top: 2px solid #b4b4b4;
									border-left: 2px solid #b4b4b4;
									border-bottom: 2px solid #ffffff;
									border-right: 2px solid #ffffff;
									border-radius: 7px; 
									font-size: 20px;
									color: #c1c1c1;
									padding-left: 15px;
									margin-bottom: 9px;
								}
								
								#login-email, #login-password {
									text-indent: 0px;
									margin-left: 0px;
								}
							
							#forgot-password-link {
								font-size: 12px;
								clear: both;
								float: left;
								color: #0096e7;
								font-weight: bold;
								text-decoration: none;
								padding-top: 3px;
							}
							
							
							
						#login-box-bottom {
							background: url(/content/img/images/global/header/login-overlay-pattern.jpg) repeat-x;
							width: 234px;
							height: 63px;
							position: relative;
							padding: 0 13px 0 13px;
							clear: both;
							float: left;
						}
							#login-box-submit {
								clear: both;
								float: left;
							}
							
							#login-box-bottom-join  {
								background: url(/content/img/images/global/header/btn-wof-rewards.png) no-repeat;
								height: 31px;
								display: block;
								width: 100%;
								margin-top: 10px;
								text-indent: -9999pc;
							}
							
							#login-box-why-join {
								font-size: 12px;
								color: #0096e7;
								float: right;
								font-weight: bold;
								text-decoration: none;
								padding-top: 3px;
							}
						
				/* Logged in and collapsed */
				
					#sony-rewards-loggedbox {
						cursor: pointer;
						height: 61px;
						width: 246px;
						padding: 9px 0 0 14px;
					}
					
						#points-box-logged-box {
							float: left;
						}
						
							#points-box-logged-user {
								color: #39b54a;
								font-size: 16px;
								clear:both;
								float: left;
								height: 17px;
							}
							
							#points-box-logged-idbox {
								color: #39b54a;
								font-size: 12px;
								clear:both;
								float: left;
								height: 15px;
								font-weight: bold;
								padding-top: 2px;								
							}
							.js-points-box-logged-id {
								letter-spacing:0.5px;
							}
					
							#points-box-logged {
								clear: both;
								font-size: 13px;
								padding-top: 1px;
								float: left;
								width: 110px;
							}
						
						#loggedbox-image {
							float: right;
							padding: 5px 45px 0 0;
							width: 47px;
							height: 47px;
						}
						
						#loggedbox-image img{
							max-width:44px;
							max-height:44px;
						}
						
						
						#logged-arrow {
							width: 12px;
							height: 10px;
							position: absolute;
							right: 26px;
							top: 31px;
						}
				
				/* Logged and expanded */
				
					#sony-rewards-logoutform {
						position: absolute;
						width: 260px;
						height: 118px;
						background-color: white;
						z-index: 104;
					}
					
						#verify-spin-box{
							padding: 0 13px 0 13px;
						}
							#verify-spin-container {
								display: block;
								height: 26px;
								padding: 10px 0 6px 0;
							}
							
								#verify-spinid-link {
									width: 75px;
									height: 27px;
									background: url(/content/img/images/global/header/btn-verify.png) no-repeat;
									display: block;
									float: right;
									text-indent: -9999px;
								}
								
								#view-edit-act-link {
									font-size: 14px;
									float: left;
									color: #0096e7;
									text-decoration: none;
								}
								
								#view-edit-act-link:hover{
									text-decoration: underline;
								}
							
							#verify-spin-container p{
								float: left;
								font-weight: bold;
								padding-top: 5px;
							}
						
						#logout-box-bottom {
							background: url(/content/img/images/global/header/login-overlay-pattern.jpg) repeat-x;
							width: 234px;
							height: 50px;
							position: absolute;
							bottom: 0px;
							left: 0px;
							padding: 0 13px 0 13px;
						}
						
							#login-box-bottom-logout {
								background: url(/content/img/images/global/header/btn-logout.png) no-repeat;
								height: 31px;
								display: block;
								width: 100%;
								color: #ffffff;
								margin-top: 10px;
								text-indent: -9999px;
							}
						
				/* Loggine Form States */
				.is-selected {background-color: #ffffff;}
				.is-deselected {background-color: #363636;}
				
				.is-selected-text {color: #000000;}
				.is-deselected-text {color: #ffffff;}
				
				.is-visible { display: block;}
				.is-hidden { display: none;}
			
				.is-collapsed-arrow {background: url(/content/img/images/global/header/login-arrow.png) 0px 0px no-repeat; }
				.is-expanded-arrow {background: url(/content/img/images/global/header/login-arrow.png) 0px -10px no-repeat; }
				
				.is-error {border: 2px solid red;}
				
				.is-errorbox-visible-true {visibility: visible;}
				.is-errorbox-visible-false {visibility: hidden;}
	
	/* MAIN NAV */
	
	#main-navigation-container {
		margin: 0 auto;
		background: url(/content/img/images/global/header/main-nav.jpg) #004d9d center top no-repeat;
		min-width: 1024px;
		/*max-width: 1600px;*/
		min-height: 60px;
		z-index: 5;
	}

		#main-navigation-content {
			width: 1024px;
			margin: 0 auto;
			position: relative;
		}
	
			#wof-logo {
    background: url(/content/img/images/global/header/wof-logo1.png) center top no-repeat;
    position: absolute;
    width: 256px;
    height: 196px;
    display: block;
    margin: -57px 0 0 0;
    z-index: 1000;
    left: -57px;
    background-size: 256px 196px;
}
            #wof-logo img
            {
                width:100%;
            }
			
			#main-nav {
				width: 912px;
				height: 60px;
				display: block;
				float: right;
				clear: both;z-index: 5;
			}
			
				.main-nav-item {
					float: left;
					display: block;
					z-index: 5;
				}
				
					.main-nav-item a.l-mega-menu-buttons{
						background: url(/content/img/images/global/header/bg-main-nav.png) no-repeat;
						display: block;
						height: 60px;
						z-index: 5;
					}
					
						.main-nav-item #btn-backstage {
							width: 218px;
							background-position: 0px 0px;
						}
						
							.main-nav-item:hover #btn-backstage {
								background-position: 0px -66px;
							}
						
						.main-nav-item #btn-jointheshow {
							width: 215px;
							background-position: -218px 0px;
						}
						
							.main-nav-item:hover #btn-jointheshow {
								background-position: -218px -66px;
							}
						
						.main-nav-item #btn-playanywhere {
							width: 219px;
							background-position: -435px 0px;
						}
						
							.main-nav-item:hover #btn-playanywhere {
								background-position: -435px -66px;
							}
						
						.main-nav-item #btn-wofrewards {
							width: 259px;
							background-position: -653px 0px;z-index: 5;
						}
						
							.main-nav-item:hover #btn-wofrewards {
								background-position: -653px -66px;z-index: 5;
							}
						
		.mega-menu {
			width: 970px;
			height: 442px;
			position: absolute; 
			background: url(/content/img/images/global/megamenu/bg-mega-menu.gif) repeat;
			z-index: 101;
		}
		
			.is-mega-menu-visible {
				display: block;
			}
			
			.is-mega-menu-hidden {
				display: none;
			}
		
			#mega-menu-backstage {margin-left: -59px;}
			#mega-menu-jointheshow {margin-left: -277px;}
			#mega-menu-playanywhere {margin-left: -492px;}
			#mega-menu-wofrewards {margin-left: -711px;}
			
				
			
				.mega-menu-color-bar {
					height: 10px;
					width: 100%;
				}
				
					#mega-menu-backstage .mega-menu-color-bar { background-color: #d41e8d}
					#mega-menu-jointheshow .mega-menu-color-bar { background-color: #b83bf8}
					#mega-menu-playanywhere .mega-menu-color-bar {background-color: #e07f19}
					#mega-menu-wofrewards .mega-menu-color-bar {background-color: #199213}
					
					/*#mega-menu-backstage:hover .js-color-bar {background-color: #73104c;}
					#mega-menu-jointheshow:hover .js-color-bar {background-color: #5f1f80;}
					#mega-menu-playanywhere:hover .js-color-bar {background-color: #78430b;}
					#mega-menu-wofrewards:hover .js-color-bar {background-color: #0e4f0a;}*/
					
				.l-mega-menu-content {padding: 15px;}
				
					.l-mm-read-more-link {
						float: right;
						font-size: 13px;
						color: #2a97f1;
						text-transform: uppercase;
						font-weight: bold;
						background: url(/content/img/images/global/megamenu/arrow-next.png) right no-repeat;
						padding: 0 20px 0 0;
						text-decoration: none;
						font-family: 'Lato', sans-serif;
						font-weight: 700;
					}
					
					.l-mm-read-more-link:hover {
						text-decoration: underline;
					}
					
					.l-mm-main-boxes-setup {
						display: block;
						float: left;
						background-color: #ffffff;
						padding: 15px;
					}
					
						.l-main-image {float: left;}

						.l-box-header {
							clear: both; 
							float: left;
							padding: 0 0 5px 0;
							width: 100%;
							font-size: 21px;
						}
						
						.l-underlined-box-header {
							clear: both; 
							float: left;
							border-bottom: 1px solid #cdcdcd;
							padding: 5px 0 5px 0;
							width: 100%;
							font-size: 23px;
							font-family: 'Lato', sans-serif;
							font-weight: 900;
						}
						
							.l-small-header-black{
								font-size: 16px;
								padding-bottom: 6px;
								font-family: 'Lato', sans-serif;
								font-weight: 700;
							}
							
							.l-bold-text {font-weight: bold}
							.l-small-text {font-size: 13px;}
							
							.l-bottom-aligned-text {
								font-weight: bold;
								/*padding-top: 40px;*/
							}
							
							
				
				/* Backstage Menu */
				
					#mm-backstage-large-box {
						width: 422px;
						height: 373px;
						margin-right: 20px;
						/*cursor: pointer;*/
					}
					
					.show-pointer {cursor: pointer;}
						
						#mm-backstage-large-box h3 {
							color: #dc1d8d;
						}
						
							#mm-backstage-large-box h3 a {
								color: #dc1d8d;
								text-decoration: none;
							}
						
						#mm-backstage-large-box  ul {
							padding-top: 20px;
							width: 100%;
							clear: both;
							float: left;
							padding-bottom: 22px; 
						}
						
							#mm-backstage-large-box  ul li{
								float: left;
							}
							
							#mm-large-content-section {
								float: left;
								width: 313px;
								font-size: 14px;
								padding-left: 17px;
							}
							
								#mm-large-content-section {
									line-height: 16px;
								}
							
								#mm-large-content-section h3{
									font-size: 15px;
									padding-bottom: 5px;
								}
						
					#mm-backstage-medium-box {
						width: 438px;
						height: 207px;
						cursor: pointer;
					}
					
						#mm-backstage-medium-box ul{
							font-size: 14px;
							float: left;
						}
						
							#mm-backstage-medium-box ul li {
								float: left;
							}
							
								#mm-backstage-medium-box ul li p{
									line-height: 16px;
								}
							
							#mm-medium-content-section {
								width: 248px;
								padding-left: 17px;
							}
							
								#mm-medium-content-section h3{
									font-size: 23px;
									color: #dc1d8d;
									padding-bottom: 10px;
									font-family: 'Lato', sans-serif;
									font-weight: 900;
								}
								
					#mm-backstage-small-box {
						width: 468px;
						height: 166px;
						float: right;
						display: block;
					}
					
						#mm-backstage-small-box ul{
							display: block;
							float: left;
						}
						
							#mm-backstage-small-box ul li{
								float: left;
								width: 227px;
								height: 167px;
								cursor: pointer;
							}
							
							.mm-backstage-sb-firstelem {
								margin-right: 13px;
							}
							
								#mm-backstage-small-box ul li h3{
									padding-top: 6px;
									color: #363636;
									font-family: 'Lato', sans-serif;
									font-weight: 700;
									font-size: 18px;
								}
								
								.l-backstage-sb-content {
									width: 228px;
									height: 138px;
									position: relative;
									overflow: hidden;
								}
								
								#mm-backstage-tour {
									background: url(/content/img/images/global/megamenu/studuo-set.jpg) no-repeat;
								}
								
								#mm-backstage-about {
									background: url(/content/img/images/global/megamenu/about-the-show.jpg) no-repeat;
								}
								
									.mm-backstage-linkbox {
										position: absolute;
										bottom: 0px;
										left: 0px;
										background: url(/content/img/images/global/megamenu/whte-strip.png) repeat;
										height: 26px;
										width: 218px;
										padding-top: 11px;
										padding-right: 10px;
									}
									
				/* Join the Show Menu */
					
					.l-mm-join-theshow-box {
						width: 270px;
						height: 373px;
						display: block;
						float: left;
						background-color: #ffffff;
						padding: 15px;
						cursor: pointer;
					}
					
						.l-mm-join-theshow-box p {line-height: 16px;}
					
						.margin-r-twenty {margin-right: 20px;}
					
					#mega-menu-jointheshow h3 {
						color: #a437e7;
					}
						
						.l-mm-jointheshow-contentbox {
							padding-top: 16px;
							width: 100%;
							clear: both;
							float: left;
							height: 135px;
							font-size: 14px;
						}
						
							.l-mm-contentbox-small {
								float: left;
								width: 145px;
								padding-left: 17px;
							}
.join-theshow-main-img {
    max-width:270px;max-height:175px;
}
							
				/* Play Anywhere Menu */
				
				#mm-somanyways-box {
					width: 287px;
					height: 373px;
					margin-right: 20px;
					cursor: pointer;
				}
				
					#mm-somanyways-box h3 {
						padding-top: 10px;
						padding-bottom: 8px;
					}
					
					#mm-somanyways-box p {
						font-size: 14px;
						float: left;
						height: 66px;
						overflow: hidden;
						line-height: 16px;
					}
				
				#mm-sweepstakes-box {
					width: 326px;
					height: 373px;
					margin-right: 20px;
				}
				
					#mm-sweepstakes-box h3{
						padding-bottom: 16px;
					}
				
					#mm-sweepstakes-box ul {
						clear: both;
					}
				
						#mm-sweepstakes-box ul li {
							padding-bottom: 9px;
						}
						
						#mm-sweepstakes-box ul li.last-box {
							padding-bottom: 15px;
						}
				
				#mm-downloads-box {
					width: 197px;
					height: 373px;
					cursor: pointer;
				}
				
					#mm-downloads-box h3{
						padding-bottom: 16px;
					}
				
					#mm-downloads-box ul {
						float: left;
						clear: both;
					}
					
						#mm-downloads-box ul li {
							padding-bottom: 9px;
						}
						
						#mm-downloads-box ul li.last-box {
							padding-bottom: 15px;
						}
				
				#mega-menu-playanywhere h3{
					color: #ed941e;
					line-height: 23px;
					font-family: 'Lato', sans-serif;
					font-weight: 900;
				}

.downloadImg {
    max-width:197px; max-height:95px;
}
.playAnywhereShrankDiv {
    width:600px !important;
}
.playAnywhereParentShrankDiv {
    margin-left:-192px !important; 
}
				
				/* Wheel of Fortune Rewards */
				
				#mm-wofr-box, #mm-waystoearn-box {
					width: 270px;
					height: 373px;
					margin-right: 20px;
				}
				
				#mm-waystoearn-box {
					cursor: pointer;
				}
				
				#mm-wofr-box h3, #mm-waystoearn-box h3 {
					color: #19950e;
					line-height: 23px;
					font-family: 'Lato', sans-serif;
					font-weight: 900;
				}
				
					#mm-wofr-box h3 a {
						color: #19950e;
						text-decoration: none;
					}
				
				#mm-wofr-box p {
					font-size: 14px;
					height: 53px;
					overflow: hidden;
					clear: both;
					float: left;
					line-height: 16px;
				}
				
					#mm-tweets-box {
						float: left;
						/*height: 332px; just for the whole image*/
						overflow: hidden;
					}
					
					.l-mm-waystoearn-contentbox{
						padding: 0px 0 10px 0;	/*padding: 10px 0 10px 0; just for the whole image*/
						width: 100%;
						clear: both;
						float: left;
						font-size: 12px;
					}
						
						.l-mm-waystoearn-contentbox li {
							float: left;
						}
						
						.l-mm-waystoearn-contentbox li.l-mm-tweet-content {
							width: 180px;
							padding-left: 17px;
						}
				
				#mm-wofr-largeimage {
					float: right;
					margin-bottom: 14px;
				}
				
				#mm-wofr-smallimage {
					float: right;
				}
					
					#mm-wofr-smallimage img,
					#mm-wofr-largeimage img {
						clear: both;
						float: left;
					}
					
	/* Sub Menu */
	
	#submenu-container {
		margin: 0 auto;
		min-width: 1024px;
		min-height: 39px;
		z-index: 5;
		margin-bottom: -39px;
		display: block; 
		float: left; 
		width: 100%;
	}
	
		.submenu-content {
			width: 966px;
			margin: 0 auto;
			position: relative;
			height: 39px;
			padding-left: 56px;
			padding-right: 0px;
			z-index: 100;
		}
		
		/* Join The Show */
		#submenu-jointheshow ul {
			background: url(/content/img/images/global/submenu/pink-strip.png) repeat-x;
			height: 39px;
			padding-left: 189px;
		}
		
			#submenu-jointheshow ul li{
				float: left;
				padding-right: 92px;
			}
			
			#submenu-jointheshow ul li.last-subnav-element {
				padding-right: 0px;
			}
			
				#subitem-beacontestant{
					background: url(/content/img/images/global/submenu/subnav-jointheshow.png);
					background-position: -175px 0px;
					height: 39px;
					width: 162px;
				}
				
					#subitem-beacontestant:hover, #subitem-beacontestant.selected-nav-item {
						background-position: -175px -41px;
					}
				
				#subitem-requesttickets {
					background: url(/content/img/images/global/submenu/subnav-jointheshow.png);
					background-position: -430px 0px;
					height: 39px;
					width: 162px;
				}
				
					#subitem-requesttickets:hover, #subitem-requesttickets.selected-nav-item {
						background-position: -430px -41px;
					}
				
				#subitem-wheelmobile {
					background: url(/content/img/images/global/submenu/subnav-jointheshow.png);
					background-position: -685px 0px;
					height: 39px;
					width: 180px;
				}
				
					#subitem-wheelmobile:hover, #subitem-wheelmobile.selected-nav-item {
						background-position: -685px -41px;
					}
		
		/* Backstage */
		#submenu-backstage ul {
			background: url(/content/img/images/global/submenu/red-strip.png) repeat-x;
			height: 39px;
			padding-left: 189px;
		}
		
			#submenu-backstage ul li{
				float: left;
				padding-right: 50px;
			}
			
			#submenu-backstage ul li.last-subnav-element {
				padding-right: 0px;
			}

				#subitem-newsevent{
					background: url(/content/img/images/global/submenu/subnav-backstage.png);
					background-position: -145px 0px;
					height: 39px;
					width: 181px;
				}
				
					#subitem-newsevent:hover, #subitem-newsevent.selected-nav-item  {
						background-position: -145px -41px;
					}
				
				#subitem-patvanna {
					background: url(/content/img/images/global/submenu/subnav-backstage.png);
					background-position: -370px 0px;
					height: 39px;
					width: 147px;
				}
				
					#subitem-patvanna:hover, #subitem-patvanna.selected-nav-item {
						background-position: -370px -41px;
					}
				
				#subitem-settour {
					background: url(/content/img/images/global/submenu/subnav-backstage.png);
					background-position: -561px 0px;
					height: 39px;
					width: 90px;
				}
				
					#subitem-settour:hover, #subitem-settour.selected-nav-item {
						background-position: -561px -41px;
					}
					
				#subitem-aboutshow {
					background: url(/content/img/images/global/submenu/subnav-backstage.png);
					background-position: -699px 0px;
					height: 39px;
					width: 180px;
				}
				
					#subitem-aboutshow:hover, #subitem-aboutshow.selected-nav-item {
						background-position: -699px -41px;
					}
					
		/* Play Anywhere */
		#submenu-playanywhere ul {
			background: url(/content/img/images/global/submenu/orange-strip.png) repeat-x;
			height: 39px;
			padding-left: 120px;
		}
		
			#submenu-playanywhere ul li{
				float: left;
				padding-right: 53px;
			}
			
			#submenu-playanywhere ul li.last-subnav-element {
				padding-right: 0px;
			}
			
				#subitem-waystoplay{
					background: url(/content/img/images/global/submenu/subnav-playanywhere.png);
					background-position: -105px 0px;
					height: 39px;
					width: 218px;
				}
				
					#subitem-waystoplay:hover, #subitem-waystoplay.selected-nav-item {
						background-position: -105px -41px;
					}

				#subitem-bonuspuzzle {
					background: url(/content/img/images/global/submenu/subnav-playanywhere.png);
					background-position: -383px 0px;
					height: 39px;
					width: 130px;
				}
					#subitem-bonuspuzzle:hover, #subitem-bonuspuzzle.selected-nav-item {
						background-position: -383px -41px;
					}
				
				#subitem-sweepstakes {
					background: url(/content/img/images/global/submenu/subnav-playanywhere.png);
					background-position: -570px 0px;
					height: 39px;
					width: 130px;
				}
				
					#subitem-sweepstakes:hover, #subitem-sweepstakes.selected-nav-item {
						background-position: -570px -41px;
					}
				
				#subitem-downloads {
					background: url(/content/img/images/global/submenu/subnav-playanywhere.png);
					background-position: -750px 0px;
					height: 39px;
					width: 180px;
				}
				
					#subitem-downloads:hover, #subitem-downloads.selected-nav-item {
						background-position: -750px -41px;
					}
            .sweepstakelink {
                margin-top: 13px;
            }
					
		/* Wheel of Fortune Rewards */
		#submenu-wofr ul {
			background: url(/content/img/images/global/submenu/green-strip.png) repeat-x;
			height: 39px;
			padding-left: 189px;
		}
		
			#submenu-wofr ul li{
				float: left;
				padding-right: 50px;
			}
			
			#submenu-wofr ul li.last-subnav-element {
				padding-right: 0px;
			}

				#subitem-benefits{
					background: url(/content/img/images/global/submenu/subnav-new-wofr.png);
					background-position: -175px 0px;
					height: 39px;
					width: 88px;
				}
				
					#subitem-benefits:hover, #subitem-benefits.selected-nav-item {
						background-position: -175px -41px;
					}
				
				#subitem-wtep {
					background: url(/content/img/images/global/submenu/subnav-new-wofr.png);
					background-position: -310px 0px;
					height: 39px;
					width: 203px;
				}
				
					#subitem-wtep:hover, #subitem-wtep.selected-nav-item {
						background-position: -310px -41px;
					}
				
				#subitem-owinners {
					background: url(/content/img/images/global/submenu/subnav-new-wofr.png);
					background-position: -563px 0px;
					height: 39px;
					width: 155px;
				}
				
					#subitem-owinners:hover, #subitem-owinners.selected-nav-item {
						background-position: -563px -41px;
					}
					
				#subitem-register {
					background: url(/content/img/images/global/submenu/subnav-new-wofr.png);
					background-position: -774px 0px;
					height: 39px;
					width: 87px;
				}
				
					#subitem-register:hover, #subitem-register.selected-nav-item {
						background-position: -774px -41px;
					}
								
/**********************************************
* THEME MODULE
**********************************************/

#theme-section {
	width: 100%;
}

	#theme-container {
		/*background: url(/content/img/images/home/theme/theme-bg-home.jpg) #000000 center top no-repeat;*/
		min-width: 1024px;
		min-height: 454px;
		/*max-width: 1600px;*/
		margin: 0 auto;
		clear: both;
		overflow: hidden;
	}
	
		#theme-content {
			width: 1024px;
			margin: 0 auto;
			position: relative;
			height: 454px;
		}
		
			#theme-info-box {
				float: right;
				margin: 96px 25px 0 0;
			}
			
				#hp-theme-video {
					float: right;
					height:187px;
				}
				
				#homepage-station-box {
					float: right;
					clear: both;
					height: 79px;
					display: block;
				}
				
					#watch-wof-box {
						font-family: 'Lato', sans-serif;
						font-weight: 300;
						font-size: 33px;
						float: right;
						clear: both;
						color: #ffffff;
						line-height: 30px;
						padding-top: 4px;
					}
					
						#homepage-show-time {color: #e8c406}
						#homepage-station-name {color: #e8c406; font-weight: 600;}
					
					#onepage-station-name-small {
						/*float: right;
						clear: both;*/
						font-family: 'Lato', sans-serif;
						color: #e8c406;
						/*font-size: 19px;*/
						font-weight: 400;
						margin-left:10px;
					}
				
					#choose-station-link {
						clear: both;
						float: right;
						color: #0098ea;
						font-weight: bold;
						font-size: 13px;
						text-decoration: none;
						margin-bottom: 8px;
					}

				
				/* Logged Off Box */
				#hp-spinid-loggedoff {
					background: url(/content/img/images/home/theme/home-spinid-loggedoff.png) no-repeat;
					width: 433px;
					height: 90px;
					clear: both;
					float: right;
				}
				
					#hp-spinid-loginjoin {
						width: 240px;
						height: 73px;
						padding: 11px 0px 6px 11px;
					}
					
					#hp-spinid-letssee {
						width: 160px;
						height: 73px;
						padding: 11px 11px 6px 11px;
					}
					
					.l-spinid-content-boxes {
						float: left;
					}
					
						.l-spinid-content-boxes li {
							float: left;
						}
						
						.l-spinid-content-boxes li.l-last-spin-item {
							padding-left: 7px;
							color:#ffffff;
							font-weight: bold;
							font-size: 16px;
							max-width: 190px;
							min-height: 70px;
							float:left;
						}
						
						.l-spinid-content-boxes li.l-last-spin-item-right {
							padding-left: 7px;
							color:#ffffff;
							font-weight: bold;
							font-size: 16px;
							max-width: 110px;
							min-height: 70px;
							float:right;
						}
						
							.l-spin-buttonbox {
								padding-top: 5px;
								position: absolute;
								bottom: 5px;
							}
.l-last-spin-item .l-spin-buttonbox {
	position:relative;
	padding-top: 30px;
}
							
								.l-spin-buttonbox a {
									float: left;
								}
									
									#btn-spin-login {
										background:url(/content/img/images/home/theme/btn-login.png) no-repeat;
										width: 75px;
										height: 31px;
									}
									
									#btn-spin-letssee {
										background:url(/content/img/images/home/theme/btn-lets-see.png) no-repeat;
										width: 111px;
										height: 31px;
									}
									
									#btn-spin-join {
										background:url(/content/img/images/home/theme/btn-join.png) no-repeat;
										width: 76px;
										height: 31px;
									}
									
								.l-spin-buttonbox span {
									float: left;
									color: white;
									font-weight: bold;
									font-size: 14px;
									padding-right: 6px;
									padding-left: 2px;
									padding-top: 5px;
								}
								
				/* Logged Off Box */
				#hp-spinid-loggedon {
					background: url(/content/img/images/home/theme/home-spinid-loggedin.png) no-repeat;
					width: 406px;
					height: 75px;
					clear: both;
					float: right;
					padding: 9px 8px 6px 8px;
					text-align: center;
				}
				
				#hp-spinid-left-column {
					float: left;
					width: 294px;
				}
				
					#hp-spinid-content {
						width: 294px;
						margin: 0 auto;
						margin-top:5px;
						float: left;
					}
				
						#hp-spinid-iddisplay {
							background:url(/content/img/images/home/theme/yellow-strip.png) repeat-x;
							height: 42px;
							border-radius: 10px;
							padding: 0 5px 0 8px;
							margin: 0 auto;
						}
							
							.hp-spinid-7 {width: 168px;}
							.hp-spinid-9 {width: 216px;}
							.hp-spinid-12 {width: 288px;}
						
							#hp-spinid-iddisplay ul{
								padding-top: 7px;
							}
							
								#hp-spinid-iddisplay ul li{
									width: 22px;
									height: 29px;
									float: left;
									margin-right: 2px;
									color: #ffffff;
									font-family: 'Lato', sans-serif;
									font-weight: 800; 
									font-size: 24px;
									padding-top: 1px;
									line-height: 25px;
									position: relative;
									background: url(/content/img/images/home/theme/spin-id-background.png) no-repeat;
									display: inline-block;
								}
				
				#hp-spinid-right-column {
					float: right;
					padding-top: 11px;
				}
				
					#btn-spin-letssee-larger {
						background:url(/content/img/images/home/theme/btn-lets-see-large.png) no-repeat;
						width: 96px;
						height: 55px;
						float: right;
					}
				
/**********************************************
* ADDS MODULE
**********************************************/

#add-section {
	width: 100%;
}

	#add-container {
		min-width: 1024px;
		/*max-width: 1600px;*/
		margin: 0 auto;
		background-color: #ffffff;
	}
	
		#add-content {
			width: 1024px;
			margin: 0 auto;
			position: relative;
			text-align:center;
		}

			#add-content img {
				margin: 0 auto;
			}
		
			#add-holder-970x66 {
				margin: 0 auto;
				/*width: 970px;
				height: 66px;*/
				padding: 10px 0 10px 0;
			}

			#add-holder-970x66 div {
				margin:0 auto;
			}
			
			#add-holder-728x90 {
				margin: 0 auto;
				/*width: 728px;
				height: 90px;*/
				padding: 10px 0 10px 0;
			}

				#add-holder-728x90 div {
					margin: 0 auto;
				}



/**********************************************
* PROMINENT SECTION MODULE
**********************************************/			

#prominent-section {
	width: 100%;
}

	.l-prominent-section-container {
		min-width: 1024px;
		/*max-width: 1600px;*/
		margin: 0 auto;
		box-shadow: 1px 9px 9px #161616;
		height: 719px;
	}
	
		.l-prominent-section-content {
			height: 100%;
		}
		
		.l-prominent-section-content a {
			display: block;
			width: 100%;
			height: 100%;
		}

/**********************************************
* AGGREGATION MODULE
**********************************************/


/**********************************************
* FORMS LAYOUTS
**********************************************/

.standard-info {
	padding: 10px;
	width: 430px;
}

	.standard-info label {
		width: 140px;
		margin-top: 8px;
		line-height: 30px;
		text-align: left;
		float: left;
		clear: left;
	}
	.standard-info	label.question {
	width: 100%;
	}
	.standard-info input, 	.standard-info select {
		margin: 5px 0 5px 20px;
		border-radius: 5px;
		line-height: 30px;
		font-size: 15px;
	}
	
		.standard-info input {
			height: 30px;
		} 

.form-error-msg {
	background-color: #F10B0B;
	width: 100px;
	text-align: center;
	color: #FFF;
	font-family: Arial;
	line-height: 30px;
	margin-top: 5px;
/* 	display: none; */
	margin-left: 5px;
}
.modal-error-msg {
	background-color: #F10B0B;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-family: Arial;
	line-height: 30px;
	margin-top: 5px;
/* 	display: none; */
	margin-left: 5px;
}

	#formheader .errormsg span {
		font-size: 27px;
		font-weight: bold;
		margin-right: 10px;
		vertical-align: middle;
	}


/**********************************************
* FOOTER SECTION
**********************************************/

#footer {
	width: 100%;
}

	#footer-container {
		min-width: 1024px;
		max-width: 1600px;
		margin: 0 auto;
		background-color: #252525;
		min-height: 150px;
	}
	
		#footer-content {
			width: 1024px;
			margin: 0 auto;
			position: relative;
		}
		
			#footer-links {
				margin: 25px 0 0 0;
				clear: both;
				height: 150px;
				padding: 0 0 25px 5px;
			}
			
				.footer-column {
					float: left;
				}
				
					.footer-site-links {
						display:block;
						padding-top: 23px;
					}
				
					#footer-backstage {width: 170px;}
					#footer-jointheshow {width: 194px;}
					#footer-playanywhere {width: 194px;}
					#footer-wofrewards {width: 266px;}
					#footer-contact {width: 118px;}
					#footer-news {width: 50px;}
				
					.m-footer-header {
						font-size: 13px;
					}
					
						.m-footer-header a{
							color: #ffffff;
							font-weight: bold;
							text-decoration: none;
							text-transform: uppercase;
						}
						
						.m-footer-header a:hover{
							text-decoration: underline;
						}
						
							.m-footer-elements {
								font-size: 12px;
								padding-bottom: 15px;
							}
							
								.m-footer-elements a{
									color: #959595;
									text-decoration: none;
									text-transform: uppercase;
								}
								
								.m-footer-elements a:hover{
									text-decoration: underline;
								}
		
			#footer-copy-social {
				clear: both;
			}
			
				#footer-copyright {
					width: 370px;
					height: 58px;
					/*padding-top: 7px;*/
					border-right: 1px solid #959595;
					font-size: 10px;
					color: #959595;
					font-family: Helvetica, sans-serif;
					float: left;
					padding-left: 5px;
				}

				#footer-social {
					float: left;
					padding: 0 0 0 6px;
					width:640px;
				}
				
					/*#footer-social ul {
						height: 80px;
					}*/							
					
					#footer-social a {
						display: block;
						height: 23px;
					}
					
						#footer-social ul li {
							float: left;
							display: block;
							padding: 0;
						}
						
						#footer-social ul li#footer-twitter-follow {
							padding: 0 3px 0 3px;
						}
						
							a#footer-social-facebook{
								background: url(/content/img/images/global/footer/footer-social-icons.png) 0px -5px no-repeat;
								width: 25px;
							}
							a#footer-social-twitter{
								background: url(/content/img/images/global/footer/footer-social-icons.png) -22px -5px no-repeat;
								width: 25px;
							}
							a#footer-social-pinterest{
								background: url(/content/img/images/global/footer/footer-social-icons.png) -46px -5px no-repeat;
								width: 25px;
							}
							a#footer-social-googleplus{
								background: url(/content/img/images/global/footer/footer-social-icons.png) -73px -5px no-repeat;
								width: 25px;
							}
							a#footer-social-youtube{
								background: url(/content/img/images/global/footer/footer-social-icons.png) -103px -5px no-repeat;
								width: 25px;
							}
							a#footer-social-instagram{
								background: url(/content/img/images/global/footer/footer-social-icons.png) -129px -5px no-repeat;
								width: 25px;
							}
							a#footer-social-snapchat{
								background: url(/content/img/images/global/footer/footer-social-icons.png) -156px -5px no-repeat;
								width: 25px;
							}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 2px solid #e80c4d !important;
}

textarea.input-validation-error {
    border: 2px solid #e80c4d;
}

input.overwrite-input-validation-error {
    border: 2px solid #e80c4d !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
.anchorTextColor {
    color:black;
}
.anchorTextColor :hover {
    color:black;
}

.notificationPreferences {
	width:400px;
	overflow:hidden;
}

#registration-form .notificationPreferences {
	margin-bottom:20px;
}

#beacontestant .notificationPreferences, #ticketRequestForm .notificationPreferences {
	float:left;
	width: 450px;
}
/*.notificationPreferences label{*/
.notification-options{
	margin-top:0px !important;
	margin-left:10px !important;
	width:auto !important;
	clear:none !important;
	float:left !important;	
	top: 0 !important;
}
.notificationPreferencesHeading {
	font-weight:bold;
	width:auto !important;
}

#RegisterMe {
	margin-right:0px;
}

.notificationPreferences input[type="checkbox"] {
	width:auto;
	margin-left:0px;
}
.legalTextContainer {
	/*clear:both;*/
	/*padding:10px;*/
	position:relative;

}


#passwordDiv {
margin-top:20px;
}

.notificationPreferences .selection-header {
		font-weight: 700;
		letter-spacing: 0.1px;
		margin-bottom: 7px;
		width: 420px;
		margin-left:0px !important;
	}

#request-tickets-legal-checkbox {
	width: 570px;
}

#request-tickets-legal-checkbox .label-right {
	margin-right:0px;
	left: 20px;
	width:460px!important;
}

#register-checkbox {
	width:400px;
	left: 5px !important;
	top: 3px !important;
}

#agree-term-checkbox {
	width:400px !important
	/*overflow:hidden;*/
}

#agree-term-checkbox .label-right {
	width:350px;
	margin-right:0px;
	float:left;
	clear:none;
}

#form-forgot-password #agree-term-checkbox, #forgotPasswordForm #agree-term-checkbox {
	float: left;
    min-height: 50px;
    position: relative;
    width: 450px !important;
	padding-top:10px;
}

#form-forgot-password #agree-term-checkbox .form-error-checkbox, #forgotPasswordForm #agree-term-checkbox .form-error-checkbox{
    left: -5px;
    padding-left: 2px;
    padding-right: 3px;
    position: absolute;
	border: 2px solid #ffffff;
}

	#form-forgot-password #agree-term-checkbox #AgreedTemr, #forgotPasswordForm #agree-term-checkbox #AgreedTemr {
		padding-top:0px;
	}

#form-forgot-password #login-box-submit {
	margin-top:15px;
}

#form-forgot-password #agree-term-checkbox .label-right, #forgotPasswordForm #agree-term-checkbox .label-right{
	margin-left: 15px;
    top: 4px;
    width: 400px;
}

#form-forgot-password label {
	width:50px;
}
#form-forgot-password #captcha-box fieldset {
	padding-left:0px;
}
#form-forgot-password #captcha-box label {
	width:55px;
}

.body-section {
	width:100%;
	background-color:#FFFFFF;
}

.body-content {
	min-height: 454px;
	width: 1024px;
	margin:auto;
	padding: 75px 0 75px 50px;
	color: #464646;
    font-family: Arial;
    font-size: 15px;
	letter-spacing: 0.139px;
    line-height: 22px;
}
.body-content .page-header {
	height: 30px;
    margin-bottom: 15px;
}
.form-content {
	margin:20px 0 20px 0;
}

#modal-forgot-password-link {
	display:block;
	margin-top:15px;
	margin-bottom:15px;
}

.telephone-number .txt-small {
	margin-left:10px !important;
}

.noLoginMessage {
	margin-top:15px;
}

#photo-box-single {
	width:728px;
}

#photo-box-single img {
	margin-left:auto;
	margin-right:auto;
}
.ui-tooltip {
	z-index:10045 !important;
}

.theme-section-paddingTop {
	padding-top: 60px;
	background-color:#ffffff;
}
	.theme-section-paddingTop .full-container {
		margin: 0 auto;
		padding: 0 15px;
		width: 1000px;
	}

.notification {
	color: #F10B0B;
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
}	

#register-or {
	font-family: 'Lato', Arial;
	color: #333333;
	font-weight: 400;
	font-size: 26px;
	text-transform: uppercase;
	padding: 14px 0;
}


.send-again-button{
background: url('/content/img/images/modal/Modal Message/btn-send-again.png') 0px 0px no-repeat;
width: 214px;
height:40px;
display: block;
}

.requestTicketPromotional {
	display: block;
    float: right;
    height: 207px;
    margin-right: 37px;
    margin-top: 17px;
    width: 259px;
}

#AgreedTemr {
	margin-left:3px !important;
}

	#AgreedTemr .label-right {
		left:10px;
	}

.genderRadio {
	width:auto !important;
	
}

.genderValidationError
{
	border: 2px solid #E80C4D;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.genderDiv {
	display:block;
	width:270px;
	height:30px;
	margin-top:5px;
	float:left;
}

.genderDesc {
    padding-left: 10px;
    padding-top: 3px;
    width: 60px;
}

.readonlyText {
	background-color:#DBDBDB;
	border:1px solid;
}

#sony-makebelieve-banner {
    background: none repeat scroll 0 0 #000000;
    height: 36px;
    position: relative;
    width: 100%;
}
#sony-makebelieve-banner div {
    margin: 0 auto;
    overflow: hidden;
    width: 940px;
}
#sony-makebelieve-banner div a {
    background: url("/content/img/images/home/sony.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: right;
    margin-right: 15px;
    padding-top: 36px;
    width: 69px;
}

#footer-copyright div {
	float:left;
	position:relative;
}

.footerCopyrightLogo img {
	top:-10px;
	position:absolute;
}
.footerCopyrightText {
	width:320px;
	margin-left: 50px;
    margin-top: 3px;
}

.date-of-birth .txt-large,.date-of-birth .txt-small {
	line-height:normal;
	text-indent: 0px !important;
	text-align:center;
}
#hompepage-ag-module .fb-like{
    height: 25px;
    overflow: hidden;
}

/*.date-of-birth .dateClass {
	margin-left:0px;
	text-align:center;
	padding:5px 0 5px 6px;
	margin-right:10px;
	top:1px;
	background-color: #F4F4F4;
	width:60px;
	height:33px;
}*/
.megaMenuPuzzleTitle {
	color: #ED941E;
    font-family: 'Lato',sans-serif;
    font-weight: 900;
    line-height: 23px;
	padding-bottom: 16px;
	text-decoration:none;
}

.megaMenuPuzzleText {
	float:left;
	margin:8px 0 25px 0;
	text-decoration:none;
	color:black;
}


.date-of-birth {
	float:left;
}
.date-of-birth .dateMonthDiv {
  background: url(/content/img/images/jointheshow/select-bckground-month-small.jpg) no-repeat 0 0;
  width:90px;
}
	.date-of-birth .dateMonthDiv select {
		width: 110px !important;
	}
.dateDiv {
  background: url(/content/img/images/jointheshow/select-bckground-small.jpg) no-repeat 0 0;
	background-size: 100%;
  margin-left: 0;
  overflow: hidden;
     border-radius: 4px;
    height: 36px;
	float:left;
	margin-right:10px;
	width:70px;
	margin-top:5px;
}

	.dateDiv select {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		border: 0 none;
		border-radius: 0;
		font-size: 16px;
		line-height: 20px;
		margin: 0;
		overflow: hidden;
		padding: 3px 0 0 5px;
		vertical-align: middle;
		width: 90px !important;
	}

	.dateDiv select, .dateDiv option {
		background:transparent;
		-webkit-appearance:none;
	}

#captcha-box a, #agree-term-checkbox a, .modal-container a, #form-login-page a {
	color: #2AA9F2;
    text-decoration: none;
}

#form-login-page a {
	float:left;
}

.top-advert {
	padding-bottom:15px	
}	

.fun_facts_modal{
background: url(/content/img/images/backstage/abouttheshow/fun-facts-image.png) no-repeat ;
height: 76px;
width: 165px;
float: left;
}	

.FpoImage{
	max-width:40px;
	max-height:40px;	
}

#email-preferences .notification-options{
	line-height:normal;
}

#registration-fieldset .notification-options {
	height: auto !important;
}

#email-preferences .notification-options, .notificationPreferences .notification-options{
	font-weight:bold;
	margin-bottom:0px;
	height:auto;
}
.optindesc {
	float: left;
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.notificationPreferences .optindesc {
	padding-left: 25px;
}

.optindescNoMarginBottom {
	margin-bottom: 0px;
}

#register-checkbox a {
	color: #2AA9F2;
    text-decoration: none;
}

.notificationPreferences a {
	color: #2AA9F2;
    text-decoration: none;
}

.forgotPassword {
	color: #0096E7;
    text-decoration: none;
}


.forgotPasswordMsg p {
	margin-bottom:10px;
}

.hidden {display:none;}

#headshot-upload {
	height: 0px;
	width: 0px;
	cursor: pointer;
}

#personal-image{
	position: relative;	
	max-width:175px;
	max-height: 175px;
	overflow: hidden;
	float: left;
	margin-right: 43px;
	padding-top: 20px;
}

#change-image-link{
	position: absolute;
	background-color: rgba(0, 114, 188, 1);
	background-color: #24649f\9;
	width: 175px;
	height: 18px;
	line-height: 18px;
	left: 0;
	bottom: 0;
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 5px 13px;
	cursor:pointer;
	clear:both;
	top:auto;
}

.l-featured-media-box img {
	max-width:458px;
	max-height:257px;
}

.underAgeContainer .underAgeH1 {
	color: #DC1D8D;
    font-size: 2.5em;
    font-weight: 400;
	text-transform: uppercase;
}

.underAgeContainer .underAgeH2 {
	color: #DC1D8D;
    font-size: 2.5em;
    font-weight: bolder;
	text-transform: uppercase;
}

.underAgeContainer .returnButton {
	float:right;
}

.hidden {
	display: none;
}

#spinid-winner .spinVerificationProcess {
	font-size:24px;
}

#contact-sony-rewards {
	position:relative;
}

	#contact-sony-rewards a.sr-btn-login {
		background: url(/content/img/images/contact/btn-login.png) no-repeat 0 0;
		margin-left: 7px;
	}
	#contact-sony-rewards a.sr-btn-reg {
		background: url(/content/img/images/contact/btn-register.png) no-repeat 0 0;
		right:7px;
	}

#contact-sony-rewards {
    position: relative;
}
#contact-sony-rewards a {
		bottom:10px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	width: 123px;
	height: 40px;
	position:absolute;
}

.ticketConfirmationMessage {
	margin-top:20px;
}

.sweepstakeHeaderFooter {
	margin-left: 30px; 
	margin-right: 30px; 
	font-size: 2.6em; 
	color: #6d6d6d;
	margin:0 auto;
	width:620px;
}
	.sweepstakeHeaderFooter a {
		color:blue;
	}
.USonlySweeps{
    display: none;
    color: red;
    margin: 0;
    padding: 0;
	clear:both;
    }

.passwordmeter {
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-left: -4px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  -webkit-transform: skew(-16deg, 0);
  -ms-transform: skewX(-16deg) skewY(0);
  transform: skew(-16deg, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0.28675, M21=0, M22=1, SizingMethod='auto expand')"; }
@media (max-width: 800px) {
  .passwordmeter {
    margin: 10px 0; } }
.passwordmeter span {
  width: 33.33%;
  color: white;
  background-color: #e42c2c;
  display: none;
  float: left;
  border-left: none;
  margin-left: 0; }
.passwordmeter span strong {
  text-align: center;
  width: 100%;
  display: block;
  -webkit-transform: skew(16deg, 0);
  -ms-transform: skewX(16deg) skewY(0);
  transform: skew(16deg, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.28675, M21=0, M22=1, SizingMethod='auto expand')";
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: "alpha(opacity=50)"; }
.passwordmeter span + span {
  margin-left: -3px;
  border-left: 3px solid #ebebeb; }

.passwordmeter.level-1 .level-text-1 {
  display: block; }
.passwordmeter.level-1 .level-text-1 strong {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "alpha(opacity=100)"; }

.passwordmeter.level-2 span {
  color: white;
  background-color: #f7792d; }
.passwordmeter.level-2 .level-text-1 {
  display: block; }
.passwordmeter.level-2 .level-text-2 {
  display: block; }
.passwordmeter.level-2 .level-text-2 strong {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "alpha(opacity=100)"; }

.passwordmeter.level-3 span {
  color: white;
  background-color: #7ac371; }
.passwordmeter.level-3 .level-text-1 {
  display: block; }
.passwordmeter.level-3 .level-text-2 {
  display: block; }
.passwordmeter.level-3 .level-text-3 {
  display: block; }
.passwordmeter.level-3 .level-text-3 strong {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "alpha(opacity=100)"; }