/*Open Sans Google Font*/

	/*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: 1020px;
	}
	
	#treatment-footer {
		color: #cccccc;
		font-family: 'Open Sans', sans-serif;
		margin: 0 auto;
		width: 1020px;
	}

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

		#treatment-footer h2 {
			display: none;
		}
		
		#treatment-sp-footer-info {

			display: inline-block;
			padding: 6px;
		}
		
		#treatment-sp-footer-info li {
			background: #e2e2e1;
			border-radius: 2px;
			float: left;
			list-style: none;
			margin-right: 5px;
			padding: 0;
		}
		
			#treatment-sp-footer-info li a {
				display: block;
				font-family: 'Open Sans', san-serif;
				font-size: 17px;
				font-weight: 600;
				line-height: 1;
				padding: 10px 30px;
				text-align: center;
				text-decoration: none;	
				text-transform: uppercase;	
						
			}
			
		#treatment-footer #treatment-legal-container {
			font-size: 1.1em;
		}
		
		#treatment-footer #treatment-legal {
			list-style: none;
			padding-left: 60px;
			display: inline-block;
			float: right;
			
		}
		#treatment-footer #treatment-legal a{
			color: #959595;
			text-decoration: none;
		}
		
			#treatment-footer #treatment-legal a:hover{
				text-decoration: underline;
			}
			
			#treatment-footer #treatment-legal li {
				border-left: 1px solid #696969;
				padding: 0 5px;
			}
			
			#treatment-footer #treatment-legal li:first-child {
				border-left: 0;
			}
		
		#treatment-footer #treatment-copyright {
			float: left;
			color: #959595;
		}

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

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

		#treatment-footer-container.dark #treatment-legal-container {
			clear: both;
			width: 775px;
			margin: 13px auto 0px;

		}

		#treatment-footer-container.dark #treatment-sp-footer-info {
			padding-left: 10px;
			padding-right: 0;
			background: #414141;
			margin: 20px auto;
			border-radius: 3px;

		}

	/* Dark Theme */
	#treatment-footer-container.dark a {
		
	}

	#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); */
			text-align: center;
		}

		#treatment-footer-container.dark #treatment-sp-footer-info li {
			background-color: #797979;
			border-radius: 3px;
		}
		#treatment-footer-container.dark #treatment-sp-footer-info li:first-child{
			background-color: rgba(255, 255, 255, 0);
			background-image: url(/content/img/images/global/footer/sony-arrow.png);
			background-repeat: no-repeat;
			background-position: 5px 5px;
			margin-left: 5px;
			margin-right: 5px;
			padding-left: 20px;
			padding-right: 0px;
		}

		#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:first-child:hover {
			background-color: rgba(255,255,255,0.0);	
		}

			#treatment-footer-container.dark #treatment-sp-footer-info li:hover a {
				color: rgba(255,255,255,.3);	
			}
			
			
			
			#treatment-footer-container.dark #treatment-sp-footer-info li:first-child:hover a {
				background-color: rgba(255,255,255,0);	
				color: rgba(255,255,255,.3);
				text-decoration: underline;
			}

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