/*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 { margin: 0; padding: 0; }
img,fieldset { border: none; }

/* Clear Fix
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.sprite {
	display: block;
	height: 0;
	overflow: hidden;
}

.accessible,
#content-begin {
	display: none;
}

body {	
	background: #ececeb;
}

/*TREATMENTS HEADER*/

/*make.believe*/
#sony-makebelieve-banner {
		background: #000;
		height: 36px;
	}
		#sony-makebelieve-banner div {
			margin: 0 auto;
			width: 1000px;
		}
			#sony-makebelieve-banner div a {
				background: url(images/sonymakebelieve.gif) no-repeat left top;
				float: right;
				margin-right: 15px;
				padding-top: 36px;
				width: 69px;
			}
			
/*Navigation*/
#treatment-nav-content,
#treatment-nav-container {
	background: #0B0F18 url(images/bg-sp-header.jpg) no-repeat 50% 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	font-size: 10px;
}
	#treatment-nav-content {
		border: 0;
		height: 65px;
		margin: 0 auto;
		width: 1000px;
	}
		#treatment-splogo {
			float: left;
			height: 17px;
			margin: 24px 0 0 30px;
			text-indent: -10000px;
			width: 225px;
		}
		
		#treatment-navigation {
			float: left;
			list-style: none;
			margin: 21px 0 0 10px;
		}

			#treatment-navigation>li {
				float: left;
				padding: 0 7px;
				position: relative;
			}
			
			#treatment-navigation>li:hover {
				padding-bottom: 13px;
			}
			
			#treatment-navigation li:last-child {
				margin-right: 0;
			}
				#treatment-navigation li a {
					color: #C5C7C9;
					font-family: 'Open Sans', sans-serif;
					font-size: 1.8em;
					font-weight: 300;
					padding: 2px 8px 3px;
					text-decoration: none;
					text-transform: uppercase;
				}

				#treatment-header.movies-property #treatment-navitem-movies > a,
				#treatment-header.tv-property #treatment-navitem-tv > a,
				#treatment-navigation li a:hover,
				#treatment-navigation li a.selected {
					background-color: #0083A6;
					background-color: rgba(0,131,166,.4);
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
				}
				
					#treatment-navigation li ul {
						background: #0083A6;
						background: rgba(0,131,166, .85);
						border-radius: 4px;
						display: none;
						margin: 0 auto;
						list-style: none;
						top: 100%;
						position: absolute;
						width: 14em;
					}
					
					#treatment-navigation .mobile-nav-back {
						display: none;
					}
					
					#treatment-navitem-movies>ul {
						left: -2.5em;
					}
					
					#treatment-navitem-tv>ul {
						left: -1em;
					}
					
						#treatment-navigation ul li{
							border-top: 1px solid transparent;
							border-bottom: 1px solid transparent;
							border-top: 1px solid rgba(0,0,0,.25);
							float: none;
							padding: 2px 0;
							width: 100%;
						}
						
						#treatment-navigation ul li:nth-child(2) {
							border-top: 1px solid transparent;
						}
						
						#treatment-navigation ul li:nth-child(2),
						#treatment-navigation ul li:last-child {
							border-bottom: 1px solid transparent;
						}
						
						#treatment-navigation ul li:nth-child(2):hover {
							border-top: 1px solid transparent;
						}
						
						#treatment-navigation ul li:last-child:hover{
							border-bottom: 1px solid transparent;
						}
						
						#treatment-navigation ul li:hover{
							border-bottom: 1px solid #0D6076;
							border-top: 1px solid #0D6076;
							border-bottom: 1px solid rgba(0,0,0,.25);
							border-top: 1px solid rgba(0,0,0,.25);
							padding: 2px 0;
						}
						
						#treatment-navigation ul li:hover + li {
							border-top: 1px solid transparent;
						}
						
						#treatment-navigation ul li:first-child  a {
							border-top-left-radius: 4px;
							border-top-right-radius: 4px;
						}
						
						#treatment-navigation ul li:last-child a {
							border-bottom-left-radius: 4px;
							border-bottom-right-radius: 4px;
						}
						
							#treatment-navigation ul li a {
								border-bottom: 1px solid transparent;
								border-bottom: 1px solid rgba(255,255,255,0);
								color: #fff;
								display: block;
								font-size: 1.3em;
								padding: 5px 7px;
								text-align: center;
							}
							
							#treatment-navigation ul li a:hover {
								background: #5AADC4;
								background: rgba(255,255,255,.25);
								border-bottom: 1px solid #5AADC4;
								border-bottom: 1px solid rgba(255,255,255,.4);
								border-radius: 0;
							}
						
/*Search*/
				#sp-search-container {
					background: #000;
					background: rgba(0,0,0,.3);
					float: left;
					padding: 17px 3px 3px 3px;
					width: 21em;
				}
				
					#sp-search-form {
						background: #dad7d7; /* Old browsers */
						background: -moz-linear-gradient(top, #dad7d7 0%, #efeded 100%); /* FF3.6+ */
						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dad7d7), color-stop(100%,#efeded)); /* Chrome,Safari4+ */
						background: -webkit-linear-gradient(top, #dad7d7 0%,#efeded 100%); /* Chrome10+,Safari5.1+ */
						background: -o-linear-gradient(top, #dad7d7 0%,#efeded 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(top, #dad7d7 0%,#efeded 100%); /* IE10+ */
						background: linear-gradient(to bottom, #dad7d7 0%,#efeded 100%); /* W3C */
						border: 2px solid #2B2F32;
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						border-radius: 5px;
						overflow: auto;
					}
					
						#sp-search-form legend,
						#sp-search-form label  {
							display: none;
						}
				
						#sp-search-form #sp-search {
							border: none;
							background: none;
							color: #605f5d;
							float: left;
							font-family: 'Open Sans', sans-serif;
							font-weight: 400;
							font-size: 1.2em;
							min-width: 76%;
							padding-left: 13px;
							padding: 3px 0 2px 13px;
						}

						#sp-search-form #sp-search:focus {
							color: #000;
						}
						
						#sp-search-form #button-submit {
							background: url(images/button-search.png) no-repeat;
							border: 0;
							cursor: pointer;
							float: right;
							height: 24px;
							margin: 1px 1px 1px 0;
							text-indent: -10000px;
							width: 24px;
						}
/*PORTAL FOOTER*/
#treatment-footer-container {
	background: #ececeb url(images/bg-footer-pattern.gif) repeat-x left top;
	clear: both;
	font-size: 10px;
	overflow: auto;
	padding-top: 10px;
	min-width: 1000px;
}

#treatment-footer {
	color: #696969;
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	width: 1000px;
}

	#treatment-footer a {
		color: #696969;
	}

	#treatment-footer h2 {
		display: none;
	}
	
	#treatment-sp-footer-info {
		float: left;
		padding: 20px 25px;
	}
	
	#treatment-sp-footer-info li {
		background: #e2e2e1;
		border-radius: 2px;
		float: left;
		list-style: none;
		margin-right: 7px;
		padding: 0;
	}
	
		#treatment-sp-footer-info li a {
			display: block;
			font-size: 1.3em;
			font-weight: 600;
			line-height: 1;
			padding: 9px 20px;
			text-align: center;
			text-decoration: none;	
			text-transform: uppercase;			
		}
		
		#treatment-sp-footer-info li #treatment-selected-country {
			background: url(images/icon-usa.jpg) no-repeat 7px .6em;
			clear: left;
			display: block;
			float: left;
			font-size: 1em;
			line-height: 1;
			padding: 5px 0 5px 44px;
			text-align: left;
			text-transform: none;
			width: 120px;
		}
		
			#treatment-selected-country span {
				display: block;
				font-size: 1.1em;
				font-weight: 600;
				text-transform: uppercase;
			}
		
	#treatment-footer #treatment-legal-container {
		float: right;
		font-size: 1.1em;
		padding-right: 25px;
	}
	
	#treatment-footer #treatment-legal {
		float: right;
		list-style: none;
		padding-top: 20px;
	}
	
		#treatment-footer #treatment-legal li {
			float: left;
			border-left: 1px solid #696969;
			padding-left: 15px;
		}
		
		#treatment-footer #treatment-legal li:first-child {
			border-left: 0;
			padding-right: 15px;
		}
	
	#treatment-footer #treatment-copyright {
		clear: right;
		float: right;
	}

/* Themes Global */
#treatment-footer-container hr {
	border-bottom: 0;
	display: none;
}

#treatment-footer-container.dark,
#treatment-footer-container.light {
	background: none;
	padding-top: 20px;
}

	#treatment-footer-container.light #treatment-legal-container,
	#treatment-footer-container.dark #treatment-legal-container {
		padding-right: 20px;
	}

	#treatment-footer-container.light #treatment-sp-footer-info,
	#treatment-footer-container.dark #treatment-sp-footer-info {
		padding-left: 30px;
		padding-right: 0;
	}
/* Light Theme */
#treatment-footer-container.light a {
	color: rgba(0,0,0,.5);
}

#treatment-footer-container.light a:hover {
	color: rgba(0,0,0,.3);
}

	#treatment-footer-container.light #treatment-footer {
		border-top: 1px solid rgba(0,0,0,.3);
		color: rgba(0,0,0,.5);
	}

	#treatment-footer-container.light #treatment-sp-footer-info li {
		background-color: rgba(0,0,0,.15);	
	}

	#treatment-footer-container.light #treatment-sp-footer-info li:hover {
		background-color: rgba(0,0,0,.05);	
	}

		#treatment-footer-container.light #treatment-sp-footer-info li:hover a {
			color: rgba(0,0,0,.3);	
		}

	#treatment-footer-container.light #treatment-legal li {
		border-left-color: rgba(0,0,0,.3);
	}

/* Dark Theme */
#treatment-footer-container.dark a {
	color: rgba(255,255,255,.5);
}

#treatment-footer-container.dark a:hover {
	color: rgba(255,255,255,.3);
}

	#treatment-footer-container.dark #treatment-footer {
		border-top: 1px solid rgba(255,255,255,.3);
		color: rgba(255,255,255,.5);
	}

	#treatment-footer-container.dark #treatment-sp-footer-info li {
		background-color: rgba(255,255,255,.15);	
	}

	#treatment-footer-container.dark #treatment-sp-footer-info li:hover {
		background-color: rgba(255,255,255,.05);	
	}

		#treatment-footer-container.dark #treatment-sp-footer-info li:hover a {
			color: rgba(255,255,255,.3);	
		}

	#treatment-footer-container.dark #treatment-legal li {
		border-left-color: rgba(255,255,255,.3);
	}
/* Retina Styles*/

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
			#portal-splogo {
				background-image: url(images/sony-splogo-header2x.png); 
				background-size: 47px auto;
			}
}