/*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; }
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;
}
html {
	background:#dfdfde;
    height: 100%;

   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;

}
img {
 	border: none;
}
body {
	background: #e2e2e2 url(../images/ui/bg-pattern.jpg);
	font-size: 62.5%;
	font-family:'Open Sans', arial, helvetica, sans-serif;
}
fieldset {
	border: none;
}

ul {
	list-style-type: none;
}

a {
	/*
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	*/
	text-decoration: underline;
}

p, p a {
	color:#4d4c4c;
}


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

.accessible {
	display: none;
}
/* Studios global navigation */


.content-wrapper {
	width:940px;
	margin:0 auto;
	position: relative;
}

.content-wrapper h2 {
	color: #38383a;
	font-size: 3.2em;
	font-weight: 600;
	letter-spacing: -0.5px;
}

/*
 * Sony Corporate Logo Changes Start
 */
#sony-corp-logo {
	background: #000;
	width: 100%;
	height: 36px;
	position: relative;
}

#sony-corp-logo div {
	margin: 0 auto;
	overflow: hidden;
	width: auto !important;
	max-width: 940px;
}

#sony-corp-logo div a {
	background:
		url(../images/ui/sony.gif)
		no-repeat left top;
	float: right;
	margin-right: 15px;
	padding-top: 36px;
	width: 69px;
	display: block;
	height: 0;
	overflow: hidden;
}
/*
 * Sony Corporate Logo Changes End
 */


#sp-studios-header {
	width:100%;
}

#sp-studios-header-content {
	overflow: hidden;
	height:99px;
}

#sp-studios-header-logo {
 	background: url(../images/ui/sp-logo.png) no-repeat;
	width:147px;
	height:154px;
	/*padding-top:154px;*/
	float:left;
	display:block;
	text-indent: -99999px;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	/*white-space: nowrap;*/
	padding: 5px 30px;
	font-size: 1.4em;
	line-height: 1.4;
	color:#5f5f5d;
	border-radius: 4px;
	text-decoration: none;

 	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-link {
	text-decoration: none;
	background: #e2e2e2;
	color:#4F4F4E;
}

.desktop .btn-link:hover {
	background: #434343;
	color:#fff;
}

#sp-studios-header-url {
	position:absolute;
	top:12px;
	right: 0;
}


#sp-studios-header-link {
	display: inline-block;

	margin-top: 40px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 3.2em;
	color: #38383a;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	font-family: Oswald,Helvetica Neue,Arial,sans-serif;;
}

#sp-studios-header h2 a {
	color: #38383a;
	text-decoration: none;
}

/* SEARCH CONTAINER STYLES */

#sp-studios-search-container {
	background-color: rgba(0,0,0,.1);
	float: right;
	margin-top: 90px;
	padding: 8px;
	border-radius: 4px;
	display:none;
}

#sp-studios-search {
	background: #dad7d7;
	background: -moz-linear-gradient(top, #dad7d7 0%, #efeded 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dad7d7), color-stop(100%,#efeded));
	background: -webkit-linear-gradient(top, #dad7d7 0%,#efeded 100%);
	background: -o-linear-gradient(top, #dad7d7 0%,#efeded 100%);
	background: -ms-linear-gradient(top, #dad7d7 0%,#efeded 100%);
	background: linear-gradient(to bottom, #dad7d7 0%,#efeded 100%);

	border: 1px solid #bdbcbb;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 }

#sp-studios-search-form {
	overflow: auto;
}

#sp-studios-search-form legend, #sp-studios-search-form label {
	display:none;
}

#sp-studios-search-input {
	border: none;
	background: none;
	color: #605F5D;0
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	min-width: 300px;
	padding-left: 13px;
	padding: 3px 0 2px 13px;
}


#search-submit {
	background: url(../images/ui/search-button.png) no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
	height: 25px;
	margin: 1px 1px 1px 0;
	text-indent: -10000px;
	width: 26px;
}


#sp-studios-videobtn-container {
	background-color: rgba(0,0,0,.1);
	float: right;
	margin-top: 98px;
 	border-radius: 4px;
	display:block;
}

.video-btn {
	padding: 5px 24px;
	background: #212020;
	color:#fff;
}

.desktop .video-btn:hover {
	background: #cacac9; /*#434343*/
	color:#4a4a4a;
}

/* MAIN NAVIGATION */

.content-align {
	margin-left:5px;
}

#sp-studios-main-navigation-container {
	height:50px;
	background: #1d1d1e;
	position: relative;
	z-index: 10;

	-moz-box-shadow: 0px 2px 15px #000000;
	-webkit-box-shadow: 0px 2px 15px #000000;
	box-shadow: 0px 2px 15px #000000;
}

#studios-main-navigation {
	background: #1d1d1e;
	color:#fff;
	text-transform: uppercase;
	font-size: 1.4em;
	height:50px;
	line-height:1;
 	list-style-type: none;
 }

#studios-main-navigation > li {
	float:left;
	list-style:none;
 	position:relative;
}

#studios-main-navigation > li a {
	color:#fff;
	text-decoration: none;
}

#studios-main-navigation > li > a {
	color:#fff;
	text-decoration: none;

	display:table-cell;

	vertical-align: middle;
	text-align: center;
	height:50px;
	padding:0px 14px;
}

#studios-main-navigation > li > ul > li > ul {
	display:none;
}

#studios-main-navigation > li > ul {
	display:none;
}

#studios-main-navigation > li > ul {
 	position:absolute;
	top:100%;
	left:0;

	padding: 0;
	background: #4a4a4a url(../images/ui/nav-pattern.jpg);
	/*border-left:1px solid #4b4b4b; */
	/*border-right:1px solid #4b4b4b; */
	/*border-bottom:1px solid #4b4b4b; */

	width:100%;
}

#studios-main-navigation > li > ul > li {
	float:none;
	position:relative;
	background: url(../images/ui/nav-divider.png) 0 0 repeat-x;
}

#studios-main-navigation > li > ul > li > a {
	display:block;
	height: auto;
	padding:0;
	text-align: left;
	/*font-weight: 600;*/
	/*text-transform: none;*/
	padding:12px 0px 12px 12px;

	/*font-size: 14px;*/
	font-size:95%;
}

#studios-main-navigation > li > ul > li:first-child {
	background:none;
}

#studios-main-navigation > li > ul > li > ul {
 	background:none;
	position: absolute;
	left: 100%;
	top:0;
	background: #4a4a4a url(../images/ui/nav-pattern.jpg);
	width:100%;
}

#studios-main-navigation > li > ul > li > ul > li {
 	background: none;
	/*padding: 6px 10px;*/
	padding:6px 8px;
}

#studios-main-navigation > li > ul > li > ul > li > a {
	display:block;
	height: auto;
	padding:0;
	text-align: left;
	/*font-weight: 600;*/
	text-transform: none;
	padding:6px 10px;
	border-radius: 4px;


}


.desktop #studios-main-navigation > li > ul > li > ul > li > a:hover {
	background:#40889d;
}

.desktop #studios-main-navigation > li:hover {
	background: #4a4a4a url(../images/ui/nav-pattern.jpg);
}

.desktop #studios-main-navigation > li:hover > ul {
	display:block;
}

.desktop #studios-main-navigation > li > ul > li:hover {
	background: #4a4a4a url(../images/ui/nav-hover-pattern.jpg);
}

.desktop #studios-main-navigation > li > ul > li.extend:hover > ul {
	display:block;
	background: #4a4a4a url(../images/ui/nav-hover-pattern.jpg);
}

.desktop #studios-main-navigation > li > ul > li.extend > a {
	background:  url(../images/ui/forward-arrow.png) 93% 50% no-repeat;
	background-size:18px 18px;
}





#studios-main-navigation > li.touchblock {
	background: #4a4a4a url(../images/ui/nav-pattern.jpg);
}

#studios-main-navigation > li.touchblock > ul {
	display:block;
}

#studios-main-navigation > li.touchblock > ul > li.touchblock {
	background: #4a4a4a url(../images/ui/nav-hover-pattern.jpg);
}

/* [MST-220] - Custom Styles for Menu Item On Hover - For Touch Screen Desktops */
#studios-main-navigation > li.touchblock > ul > li:hover {
	background:#4a4a4a url(../images/ui/nav-hover-pattern.jpg);
}
/* [MST-220] - Custom Styles for Menu Item On Hover - For Touch Screen Desktops */

/* [MST-220] - Custom Styles to Open Extended Menu Items - For Touch Screen Desktops */
#studios-main-navigation > li.touchblock > ul > li.extend.touchblock > ul  {
	display:block;
}
/* [MST-220] - Custom Styles to Open Extended Menu Items - For Touch Screen Desktops */

#studios-main-navigation > li.touchblock > ul > li.extend.touchblock > ul > li:hover {
	display:block;
	background: #4a4a4a url(../images/ui/nav-hover-pattern.jpg);
}

#studios-main-navigation > li.touchblock > ul > li > ul > li > a:active {
	background:#40889d;
}

#studios-main-navigation  >  li.touchblock > ul > li.extend > a {
	background:  url(../images/ui/forward-arrow.png) 93% 50% no-repeat;
	background-size:18px 18px;
}





#studios-main-navigation .treatments-navitem-about > ul {
 	width:185px;
}


#studios-main-navigation .treatments-navitem-stages-locations > ul {
	width: 100%;
}
	#studios-main-navigation > li.treatments-navitem-stages-locations > ul > li.extend > a,
	#studios-main-navigation > li.treatments-navitem-stages-locations.touchblock > ul > li.extend > a {
		background-position: 145px 50%;
	}



#studios-main-navigation .treatments-navitem-rentals-facilities > ul {
	width: 280px;
	min-width: 100%;
 }
 	#studios-main-navigation > li.treatments-navitem-rentals-facilities > ul > li.extend > a,
 	#studios-main-navigation > li.treatments-navitem-rentals-facilities.touchblock > ul > li.extend > a  {
		background-position: 250px 50%;
 	}

	#studios-main-navigation .treatments-navitem-rentals-facilities > ul > li > ul {
		width: 180px;
 	}



#studios-main-navigation .treatments-navitem-sound > ul {
	width: 200px;
}
	#studios-main-navigation > li.treatments-navitem-sound  > ul > li.extend > a,
	#studios-main-navigation > li.treatments-navitem-sound.touchblock  > ul > li.extend > a  {
		background-position: 170px 50%;
 	}

	#studios-main-navigation .treatments-navitem-sound > ul  > li > ul {
		width: 190px;
	}



#studios-main-navigation .treatments-navitem-picture > ul {
	width: 240px;
}
	#studios-main-navigation > li.treatments-navitem-picture > ul > li.extend > a,
	#studios-main-navigation > li.treatments-navitem-picture.touchblock > ul > li.extend > a  {
		background-position: 210px 50%;
 	}

	#studios-main-navigation .treatments-navitem-picture > ul > li > ul {
		width: 195px;
	}



#studios-main-navigation .treatments-navitem-mastering > ul {
	width: 100%;
}
	#studios-main-navigation > li.treatments-navitem-mastering > ul > li.extend > a,
	#studios-main-navigation > li.treatments-navitem-mastering.touchblock > ul > li.extend > a {
		background-position: 180px 50%;
 	}

	#studios-main-navigation .treatments-navitem-mastering > ul > li > ul {
		width: 170px;
	}



#studios-main-navigation-mobile {
	display:none;
}

#studios-main-navigation > li > ul  .mobile-back {
	display:none;
}

/* MAIN NAVIGATION */


/* MAIN FOOTER */

#sp-studios-footer {
	background: #dfdfde url(../images/ui/footer-pattern.jpg) repeat-x left top;
	overflow: auto;
 	padding-top: 20px;
	padding-bottom: 40px;
	clear:both;
}

.studios-footer-contact-group {
	float: left;
	color: #4a4a4a;
	background: url(../images/ui/footer-divider.png) 100% 100% no-repeat;
	background-size:1px 90%;
	padding-right: 30px;
}

#studios-footer-contact-group-heading {
	color:#4a4a4a;
	font-size: 2.4em;
	line-height: 2.0em;
}

.studios-footer-contact-group p, .studios-footer-contact-group a  {
	color:#4a4a4a;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: 600;

}

.studios-footer-contact-group ul {
	margin-top:10px;

}

.studios-footer-info-group {
	float:left;
	margin-left: 20px;
	margin-top: 30px;
}

.studios-footer-info-group ul {
	border-radius: 5px;
}

.studios-footer-info-group ul li {
	border-radius: 5px;
	float:left;
	background: #cacac9;
	margin:0px 8px;
}

.studios-footer-info-group ul li a {
	text-decoration: none;
	color:#4a4a4a;
	font-size: 1.4em;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	padding: 7px 20px;
}

.desktop .studios-footer-info-group ul li:hover {
	background: #434343;
}

.desktop .studios-footer-info-group ul li:hover a {
	color:#fff;
}

.studios-footer-legals {
	clear:both;
	padding-top:15px;
}

.studios-footer-legals ul {
	 overflow: hidden;
}

.studios-footer-legals ul li {
	float:left;
	font-size: 1.2em;
	color:#4a4a4a;
	font-weight: 600;
}

.studios-footer-legals ul li a {
	text-decoration: underline;
	color:#4a4a4a;
  	padding: 0px 10px;
}

.desktop .studios-footer-legals ul li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.studios-footer-legals ul li:first-child a {
	padding-left:0px;
}

.studios-footer-legals ul .copyrights {
	 float:right;
}

/* MAIN FOOTER */



/* CONTENT */


#sp-studios-contentcontainer {
	overflow: hidden;
	position:relative;
}

#sp-studios-stage-container {
	background-image: url(../images/ui/stage-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 507px;
}

#sp-studios-stage-content {
	background: url(../images/ui/noise.png);
}


#sp-studios-content {
	background: url(../images/ui/content-top-tile.png) 0px 0px repeat-x;
	min-height:32px;
	/*
	-moz-box-shadow: 0px -2px 12px #1f1f1f;
	-webkit-box-shadow: 0px -2px 12px #1f1f1f;
	box-shadow: 0px -2px 12px #1f1f1f;
*/
	position: relative;
	overflow: hidden;
	padding:50px 0 40px 0;
}


#sp-studios-content .semi-bold {
	font-weight: 600;
}

.fixedheight {
	height:237px;
}


/*ABOUT PAGE */
.info-containers-wrapper {
	overflow:hidden;
 	margin-left: 20px;
}


.info-container {
	width: 205px;
	max-height: 365px;
	min-height: 365px;
	overflow: hidden;
 	margin: 10px 10px 10px 10px;
	float: left;
	position: relative;
 	position: relative;
	z-index: 3;
	background-color: #dbdad9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: 0px 1px 6px #b5b3b5;
	-webkit-box-shadow: 0px 1px 6px #b5b3b5;
	box-shadow: 0px 1px 6px #b5b3b5;
}
/*
.desktop .info-container:hover {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}
*/
.info-container .info-thumb {
	background-color: #fff;
}

.info-container .info-thumb img {
	margin: 10px 9px 10px 9px;
	width:186px;
	height:153px;
}

.info-container .info-content {
	margin: 20px 15px 0px 15px;
	color: #4d4c4c;

}

.info-container .info-content h3 {
	font-weight: 600;
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: 1;

	padding:0 0 15px 0;
	background: url(../images/ui/info-tile.jpg) 0 100% repeat-x;
}

.info-container .info-content p {
 	font-size: 1.2em;
 	line-height: 1.2;
	margin-top:10px;
}

#sp-studios-social-feed {
	background-color: #e1e1e1;
	border-top:1px solid #cececf;
	border-bottom:1px solid #cececf;
	margin-bottom:40px;
	padding: 35px 0 25px 0;
}

#sp-studios-social-content {
	border:1px solid rgba(255, 255, 255, 1);
	background-color: #f4f4f4;

	-moz-box-shadow: 0px 1px 6px #b5b3b5;
	-webkit-box-shadow: 0px 1px 6px #b5b3b5;
	box-shadow: 0px 1px 6px #b5b3b5;

	min-height:250px;
	padding:30px 0px 15px 0px;
}

.strip-title {
	background: #c3c3c2 url(../images/ui/dark-title-tile.jpg) 0 100% repeat-x;
	height:42px;
	color:#4a4a4a;
	width:95%;
	position: absolute;
	top: -15px;
	left: 25px;
}

.strip-title h3 {
	font-weight: 700;
	font-size: 1.6em;
	line-height:42px;
	text-transform: uppercase;
	text-indent: 15px;
}

#sp-studios-twitter-feed {
	width:94%;
	margin:0px auto 0px auto;

	height: 250px;
	overflow: auto;
}

#sp-studios-twitter-feed li {
	padding: 10px 0px 10px 0px;
	font-size: 1.2em;
	border-top:1px solid #4d4c4c;
	width:98%;
}

#sp-studios-twitter-feed li:first-child {
	border-top:none;
}

#sp-studios-twitter-feed li p {
	font-weight: 500;
	line-height: 1.4;
	color: #4d4c4c;
}

#sp-studios-twitter-feed li p a {
	color:#0083a6;
}

#sp-studios-twitter-feed li span {
	padding: 10px 0px 0px 0px;
	font-weight: 600;
	display: inline-block;
	color: #4d4c4c;
}


/*ABOUT PAGE */


.stage-billboard img {
 	border: none;
	padding: 0;
	margin: 0;
	display: block;
	width:100%;
	height:auto;
	max-height: 237px;
}

.topoffset {
	margin-top:20px;
}

.poffset {
	margin-top:10px;
}


/* SUB NAVIGATION */

#studios-sub-navigation-container {
	float:left;
}

#studios-sub-navigation {
	background: #e0e0e0;
	width:210px;
	border:1px solid #d4d4d4;
	overflow: hidden;
}

#studios-sub-navigation > li {
	border-top: 1px solid #d4d4d4;
	display: inline-block;
	width:100%;
}

#studios-sub-navigation > li:first-child {
	 border-top:none;
}


#studios-sub-navigation > li > a {
	text-decoration: none;
	font-size:1.3em;
	text-transform: uppercase;
	color:#4d4c4c;
	font-weight: 700;
	line-height:1;

	display: inline-block;
	width:200px;
	height:100%;
	padding:10px 0px 10px 10px;
}

#studios-sub-navigation > li.extend > a {
	background: url(../images/ui/submenu-closed-arrow.png) 186px 50% no-repeat;
}


#studios-sub-navigation > li.open > ul {
	display:block;
}

#studios-sub-navigation > li.open > a {
	background:#d4d4d4 url(../images/ui/submenu-opened-arrow.png) 186px 50% no-repeat;
}

#studios-sub-navigation > li > ul {
	display:none;
	width: 160px;
	padding: 10px 0px 10px 10px;
}

#studios-sub-navigation > li > ul > li {
	display: inline-block;
	width:100%;
	padding: 4px 0px 4px 10px;
	margin:1px 0px;
}

#studios-sub-navigation > li > ul > li > a {
	text-decoration: none;
	font-size:1.4em;
 	color:#4d4c4c;
	font-weight: 500;
	line-height:1;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.desktop #studios-sub-navigation > li > ul > li:hover {
	background: #4092aa;
	border-radius: 4px;
}

.desktop #studios-sub-navigation > li > ul > li:hover a {
	color:#fff;
}

.desktop #studios-sub-navigation > li > a:hover {
	background-color:#d4d4d4;
}


/* SUB NAVIGATION */

#tabs-container {
	float:right;
	width:705px;
}

.tabs-content {
 	background: url(../images/ui/info-tab-divider.png) 0px 0px repeat-x;
 	padding:5px 0px;
}

.tabs-content.noborder {
	background:none;
}

.tabs-content:first-child {
	padding-top:0px;
}

.tabs-content > h2 {
	text-decoration: none;
	font-size: 1.8em;
	text-transform: none;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	padding: 10px;
	background: url(../images/ui/tab-status-open.png) 0px 5px no-repeat;
	padding-left: 45px;
	cursor:pointer;
}

.desktop .tabs-content > h2:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}

.tabs-content:first-child {
 	background:none;
}

.tabs-content.selected > h2 {
	background: url(../images/ui/tab-status-close.png) 0px 5px no-repeat;
}

.tabs-content > h2 span {
	font-weight: 500;
}

.tabs-content .tabs-collection {
      display:none;
 }

.tabs-content.selected .tabs-collection  {
	 display:block;
}

.tabs-content .tab-info-content {
	overflow: hidden;
	width:100%;
	border-top:1px solid #cac7c7;
	padding:20px 0px 15px 0px;
}

.tabs-content .tab-info-content:first-child {
	border-top:none;
	padding: 10px 0px 10px 0px;
}

.tabs-content .tab-info-content .thumb {
	float:left;
	border:4px solid #dadada;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.tabs-content .tab-info-content .thumb img {
	border:1px solid #fff;
	min-height: 155px;
	max-width:218px;
	display:block;
}

.tabs-content .tab-info-content .content {
	float:left;
 	width: 65%;
 	max-width:440px;
 	margin-left: 15px;
}

.tabs-content .tab-info-content .header {
 	font-size: 2.2em;
	text-transform: uppercase;
	color: #4d4c4c;
	font-weight: 600;
	line-height: 1.2;
}

.tabs-content .tab-info-content .sub-header {
	font-size: 1.4em;
	line-height: 1.1;
}

.tabs-content .tab-info-content .divider {
	background: url(../images/ui/info-tile.jpg) 0px 0px repeat-x;
	padding-top:8px;
	width:150px;
	display:inline-block;
	margin: 10px 0px;
}

.tabs-content .tab-info-content .details {
	font-size: 1.2em;
	color: #444444;
	line-height: 1.8;
}

.tabs-content .tab-info-content .answer {
	font-size: 1.2em;
	color: #444444;
	line-height: 1.8;
	padding-top:7px;
	margin-left: 35px;
}

.tabs-content .tab-info-content .answer:first-child {
	padding-top:0px;
}


.leftoffset {
	margin-left: 35px;
}

.tabs-content .tab-info-content .details a {
 	color: #444444;
}

.tabs-content .tab-info-content .answer a {
 	color: #444444;
}

.features-container {
	font-size: 1.2em;
	color: #444444;
	line-height: 1;
	background-color: #e0e0e0;
	max-width:100%;
	border:1px solid #d5d4d4;
	padding:10px 15px;
	overflow: hidden;
	margin-top: 10px;
}

.features {
	float:left;
	margin:0 25px 10px 0px;
	overflow: hidden;
}

.features li {
	background: url(../images/ui/dot.png) 0px 9px no-repeat;
 	padding: 5px 0px 5px 10px;
 	line-height: 1.2;
}

.header-features-container {
	font-size: 1.2em;
	color: #444444;
	line-height: 1;
 	max-width:100%;
 	padding:0px;
	overflow: hidden;
	margin-bottom: 15px;
}

.header-features {
	float:left;
	margin:0 25px 0px 0px;
	overflow: hidden;
}

.header-features li {
	background: url(../images/ui/dot.png) 0px 13px no-repeat;
	padding: 4px 0px 4px 14px;
	line-height: 1.8;
}

.header-features li.header-features-title {
	/*
	background: none;
	padding-left: 0px;
	color: #4d4c4c;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 600;
	*/
	font-size: 1.1em;
	background: none;
	text-indent: 0px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-left: 0px;
}

#tabs-container .tabs-container-header {
	position:relative;
}

#tabs-container .tabs-container-header h3 {
	font-size: 2.2em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	padding-bottom:20px;
}

#tabs-container .tabs-container-header h4 {
	font-size: 1.2em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	padding-bottom:10px;
}

.tabs-content .tab-info-content .profile-features-container {
	font-size: 1.2em;
	color: #444444;
	line-height: 1.8;
 	max-width:100%;
 	padding:0;
	overflow: hidden;
}

.tabs-content .tab-info-content .profile-features-container .features {
	float: left;
	margin: 0 25px 0 0;
	width:40%;
}

.tabs-content .tab-info-content .profile-features-container .features li {
	background:none;
	text-indent: 0px;
}

.tabs-content .tab-info-content .features .features-title {
	font-weight:700;
	font-size: 1.1em;
}

.sub-tabs-content {
	clear:both;
	width: 90%;
 	margin-left: 45px;
 	padding:3px 0px;
}

.sub-tabs-content> h3 {
	text-decoration: none;
	font-size: 1.4em;
	text-transform: none;
	color: #4d4c4c;
	font-weight: 600;
	line-height: 1.1;
	display: inline-block;
	padding: 8px 10px;
	background: url(../images/ui/sub-tab-status.png) 0px 6px no-repeat;
	padding-left: 31px;
	cursor: pointer;
	background-size: 23px;
}

.sub-tabs-content.subselected > h3 {
	background: url(../images/ui/sub-tab-status.png) 0px -45px no-repeat;
	background-size: 23px;
}

.desktop .sub-tabs-content> h3:hover {
 	opacity:0.9;
	filter:alpha(opacity=90);
}


.sub-tabs-content  .sub-tabs-content-collection {
	display:none;
}

.sub-tabs-content .sub-tab-info-content  {
 	margin: 10px 0px;
	overflow: hidden;
}

.sub-tabs-content .sub-tab-info-content .content {
 	width:60%;
}

.sub-tabs-content.subselected.sub-tabs-content-collection {
	display:block;
}

.block {
	display:block;
}



#tabs-container .tabs-container-header p {
	font-size: 1.2em;
	color: #4d4c4c;
 	line-height: 1.8;
	padding-bottom:20px;
}

.actions {
	clear: both;
	margin-top:10px;
	overflow: hidden;
}

.profile-actions {
 	width:300px;
	margin:30px auto 20px auto;
	overflow:hidden;
}

.grid-actions {
	margin:0;
}

.actions a, .profile-actions a, .header-actions a, .grid-actions a {
	float: left;
	color: #fff;
	font-size: 1.4em;
  	font-weight: 600;
	padding: 4px 12px 5px 12px;
 	cursor: pointer;
	margin: 0px 0px 0px 7px;
	text-decoration: none;
	background-color: #4092aa;
	line-height: 1;

	min-width: 80px;
	text-align: center;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
}

.actions a:first-child  {
	margin: 0px 0px 0px 0px;
}

.desktop .actions a:hover, .desktop  .profile-actions a:hover, .desktop  .header-actions a:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}

.header-actions {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
}


.header-actions a {
	margin: 0px 0px 5px 0px;
}

.info-grid {
	clear:both;
	text-align: center;
	margin-bottom: 15px;
	margin-left:3px;
}


.info-grid ul {
  	vertical-align:middle;
   	overflow: hidden;
}

.info-grid ul li {
	display: table-cell;
 	font-size: 1.3em;
	line-height: 1.1;
 	width: 104px;
	vertical-align:middle;
	margin:0;
	height:100%;
	padding:10px 0px 10px 0px;
	border-left:3px solid #e2e2e2;
}


.info-grid ul li:first-child {
	border-left:none;
}


.info-grid ul li.wide {
	width:155px;
	max-width: 155px;
}

.info-grid ul li.narrow {
	width:50px;
	max-width: 50px;
}

.info-grid .info-grid-head li {
 	background-color: #4092aa;
	color: #e0e0e0;
}

.info-grid .info-grid-rows li {
 	background-color: #e0e0e0;
	color:#4d4c4c;
}

.info-grid ul li {
 	background-color: #e0e0e0;
 	color:#4d4c4c;
}

.info-grid ul.even li {
 	background-color: #d2d2d2;

}

.info-grid ul li .button {
 	background-color: #c0c0c0;
 	padding:3px 0px;

 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	display:block;

	width:90%;
	max-width:60px;
	margin:0 auto;
	cursor: pointer;

	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
}

.credits-grid ul li .button  {
	background-color: #c0c0c0;
	color:#4d4c4c;
	padding: 3px 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	display: block;
	width: 90%;
	max-width: 160px;
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 95%;
}

.desktop .info-grid ul li .button:hover {
 	background-color: #4092aa;
}

.desktop .credits-grid ul li .button:hover {
 	background-color: #4092aa;
 	color:#fff;
}

.members-profiles  {
	overflow:hidden;
	padding:10px 0px;
}

.members-profiles > div {
	float:left;
	padding:5px;
	background-color: #fff;
	margin: 15px 0px 0px 7px;


	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 6px #b5b3b5;
	-webkit-box-shadow: 0px 1px 6px #b5b3b5;
	box-shadow: 0px 1px 6px #b5b3b5;

	cursor:pointer;
	max-width:154px;
}

.members-profiles > div a {
	text-decoration: none;
}

.members-profiles > div a img {
	max-width:154px;
	height:auto;
	display:block;
}

.members-profiles .info {
	margin: 5px 0 0 3px;
    max-height: 35px;
    min-height: 35px;
    overflow: hidden;
}

.members-profiles .details-info {
	margin:5px 0px 0px 3px;
	height:78px;
}

.members-profiles .name {
	color:#4d4c4c;
	text-transform: uppercase;
	font-size:1.3em;
	line-height: 1;
	padding: 2px 0px;
}

.members-profiles p.title {
	color:#777676;
	text-transform: none;
	font-size:1.2em;
	line-height:1;
	padding-top: 4px;
	font-weight: 600;
}

.members-profiles p.division {
	color:#777676;
	text-transform: none;
	font-size:1.1em;
	line-height:1;
	padding-top: 5px;
	font-weight: 600;
}

.desktop .members-profiles > div:hover {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.members-profiles .picture {
	height:158px;
	overflow:hidden;
}

#sp-studios-fixed-content {
	background: url(../images/ui/content-top-tile.png) 0px 0px repeat-x;
	min-height: 32px;
	position: relative;
	overflow: hidden;
	padding: 50px 0 40px 0;
	height: 760px;
}


.inner-content {
	position:relative;
	padding: 0px 20px 0px 5px;
	overflow: hidden;
}

.inner-content h3 {
	font-size: 2.0em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 20px;
}

.inner-content p {
	font-size: 1.2em;
	color: #4d4c4c;
	line-height: 1.8;
	padding-bottom: 20px;
}


.page-inner-content {
	position: relative;
	padding: 30px;
	overflow: hidden;
}

.page-inner-content  h3 {
	font-size: 2.0em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 20px;
}

.page-inner-content  p {
	font-size: 1.2em;
	color: #4d4c4c;
	line-height: 1.8;
	padding-bottom: 20px;
}


#page-container {
	background: #fff;
	-moz-box-shadow: 0px 1px 6px #757475;
	-webkit-box-shadow: 0px 1px 6px #757475;
	box-shadow: 0px 1px 6px #757475;
	margin-bottom: 20px;
}

#sp-studios-top-background {
	position:absolute;
	top:0;
	width:100%;
 	z-index:0;
}

#sp-studios-stage-background {
	background-image: url(../images/ui/stage-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 507px;
	width:100%;
	height:237px;
}

#sp-studios-stage-noise {
	background: url(../images/ui/noise.png);
	width:100%;
	height:100%;
}

#sp-studios-stage-decor {
	background: url(../images/ui/content-top-tile.png) 0px 0px repeat-x;
	min-height: 32px;
}

.page-container-billboard {
	background: url(../images/ui/wave-title.jpg) 0px 100% repeat-x;
	padding-bottom:20px;
}

.page-container-billboard img {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: auto;
}

.bottom-content {
 	background:  #ececeb url(../images/ui/bottom-divider.png) 0px 0px repeat-x;
 	overflow:hidden;
 	padding: 20px 0px 30px 40px;
}

.bottom-content .bottom-content-section {
	float: left;
	padding: 0px 60px 0px 60px;
	background: url(../images/ui/footer-divider.png) 100% 100% no-repeat;
	background-size: 1px 95%;
 	overflow: hidden;
	min-height: 145px;
}

.bottom-content .bottom-content-section > div {
	float: left;
	margin-left: 0px;
}

.bottom-content .bottom-content-section .left-offset{
	margin-left: 45px;
}

.bottom-content .last-section {
	background: none;
	padding: 0px 0px 0px 60px;
}

.bottom-content .bottom-content-section  h3 {
	font-size: 2.0em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	height: 20px;
	padding:10px 0px 10px 0px;
}

.bottom-content .bottom-content-section  p {
	font-size: 1.3em;
	color: #4d4c4c;
	line-height: 1.8;
}

.bottom-content .bottom-content-section  a {
	font-size: 1.3em;
	color: #4d4c4c;
	line-height: 1.8;
	display:block;
}

.underline {
 	background:url(../images/ui/info-tab-divider.png) 0px 100% repeat-x;
	padding: 0px 0px 20px 0px;
	margin-bottom:20px;
}

.sitemap {
	float: left;
	margin-right: 55px;
	width: 250px;
}

.sitemap.nooffset {
	margin-right: 0px;
}

.sitemap ul {
	margin:0px 0px 10px 0px;
}

.sitemap ul li {
	color:#4d4c4c;
	text-transform: none;
	font-size:1.2em;
	padding-left: 8px;
	margin:5px 0px;
}

.sitemap ul li a {
	color:#4d4c4c;
	text-decoration: none;
}

.desktop .sitemap ul li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.sitemap > h3 {
	color:#4d4c4c;
	text-transform: uppercase;
	font-size:1.4em;
	background: #e0e0e0;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;

	font-weight:700;
	padding:4px 10px;
	margin-bottom:10px;
}

.sitemap > h3 a {
	color:#4d4c4c;
	text-decoration: none;
}

.desktop .sitemap > h3 a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.sitemap ul .ttl {
	color:#4d4c4c;
 	font-weight:700;

}


/* CONTENT */


#studios-overlay {
	background: #000;
	/*position: absolute;*/
	position:fixed;
	top:0;
	min-height: 100%;
	opacity: .8;
	filter: alpha(opacity=80);
	width: 100%;
	z-index: 10;
}

#studios-overlay-container {
	position: absolute;
	top:0;
	z-index: 10;
	-webkit-transform: translateZ(0);
	width: 627px \0/;
	width: 597px;
	left: 50%;
	margin-left: -298px;
}

#studios-overlay-container img {
	display: block;
	margin: 0 auto;
	/*width:597px;*/
	width:auto;
	height:auto;
	max-height:850px;
}


#widget-overlay-content {
	position:relative;
	overflow: hidden;
}

.overlay-close-button {
	background: #2B2A2F url(../images/ui/button-videoplayer-close.gif) no-repeat 54px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FBFBF9;
	cursor: pointer;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.3em;
	float: right;
	margin-bottom: 1px;
	padding: 5px 0 0 10px;
	width: 70px;
	height: 24px;
	text-decoration: none;
}

.studios-external {
	display: block;
	font-size: 1.4em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.studios-subtitle {
	display: inline-block;
	font-size: 1.4em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 10px;
}


/* photo photo gallery styles */

.photo-gallery {
	position: relative;
	max-width:390px;
	height:253px;
	float:left;
}

.photo-gallery-wrapper {
	position:relative;

	width:380px;
	height:100%;
	overflow:hidden;
	position:relative;

	border: 4px solid #dadada;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;

	background: rgba(0, 0, 0, 0.7);
}

.photo-gallery-container {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.photo-gallery-content {
	width: 100%;
	height:100%;
	float: left;
}

.photo-gallery-content {
	height:100%;
	width:100%;
}

.photo-gallery-content li {
	float:left;
	width: 380px;
	height: 253px;
}


.photo-gallery-content li img {
	border:none !important;
	width: auto;
	height: 100%;
	margin: 0 auto;
	display: block;
}


.photo-gallery-pagination-container {
	background: url(../images/ui/bg-featured-content-pagination.png) repeat-x;
	background-position: center top;
	background-repeat: repeat;
	background-size: 100% 100%;
	border-left: 1px solid rgba(255,255,255,.05);
	border-right: 1px solid rgba(255,255,255,.05);
	bottom: 0;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
}


.photo-gallery-controls {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.photo-gallery-pagination-previous {
	/*background: url(../images/ui/gallery-content-button-previous.png) no-repeat left top;*/
	background: url(../images/ui/gallery-arrow-left.png) 0px 0px no-repeat;
	cursor: pointer;
	/*
	padding-top: 32px;
	width: 23px;
	*/
	padding-top: 39px;
	width: 32px;

	left:10px;
	z-index:100;
}


.photo-gallery-pagination-next {
	/*background: url(../images/ui/gallery-content-button-next.png) no-repeat left top;*/
	background: url(../images/ui/gallery-arrow-right.png) 0px 0px no-repeat;
	cursor: pointer;
	/*
	padding-top: 32px;
	width: 23px;
	*/
	padding-top: 39px;
	width: 32px;

	right:10px;
	z-index:100;
}

.photo-gallery-nav {
	position:absolute;
	top:45%;
}

.fullscreen-nav {
	width: 26px;
	padding-top: 26px;
	background: url(../images/ui/full-screen-icon.png) 0px 0px no-repeat;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 14px;
	z-index:100;
}

.photo-gallery-pagination {

	font-size: 1.4em;
	color:#979798;
	font-style:italic;

	display: inline-block;
	font-weight: 400;

	background: rgba(0, 0, 0, 0.8);

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;

	margin: 0px 10px 0px 0px;
	height: 24px;
	line-height:1.6;
	padding:0px 8px;

	position:absolute;
	top: 10px;
	right: 35px;
	border:1px solid #757575;
	z-index:100;

}

.photo-gallery-description {
	float:left;
	width:240px;
	font-size: 1.2em;
	color: #444444;
	line-height: 1.8;
	margin-left: 15px;
}

.photo-gallery-description a {
	color: #444444;
}


/* full screen styles */


#photo-gallery-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgb(0, 0, 0);
	opacity: .8;
	filter: alpha(opacity=80);
 	top: 0;
	left: 0;
	overflow: hidden;
	cursor: pointer;
	display: none;
	zoom:1;
}

.fullscreen-previous {
	width: 32px;
	height: 39px;
	cursor: pointer;
	background: url(../images/ui/gallery-arrow-left.png) 0px 0px no-repeat;
	position:absolute;
	left:30px;
	top:40%;
	z-index: 100;
}

.fullscreen-next{
	width: 32px;
	height: 39px;
	cursor: pointer;
	background: url(../images/ui/gallery-arrow-right.png) 0px 0px no-repeat;
	position:absolute;
	right:30px;
	top:40%;
	z-index: 100;
}

.fullscreen-pagination{
	font-size: 1.4em;
	color:#979798;
	font-style:italic;

	display: inline-block;
	font-weight: 400;

	background: rgba(0, 0, 0, 0.8);
	border:1px solid #44484D;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;

	margin: 0px 10px 0px 0px;
	height: 24px;
	line-height:1.6;
	padding:0px 8px;

	position:absolute;
	top: 30px;
	right: 58px;
	z-index: 100;

 }

.close-fullscreen {
	width: 26px;
	padding-top: 26px;
	background: url(../images/ui/icon-contract.png) -1px -1px no-repeat;
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 100;

}

#fullscreen-photo-gallery-container ul {

}

#fullscreen-photo-gallery-container ul li {
	display:none;
}


#fullscreen-photo-gallery-container ul li.active {
	display:block;
}


#fullscreen-photo-gallery-container ul li img {
	display:block;
	position:absolute;
}
/* photo photo gallery styles */


/* Studios gallery */

.studios-thumb-gallery {

}

.studios-thumb-gallery ul {
}

.studios-thumb-gallery ul li {
	display:inline-block;
	margin: 0px 3px 5px 0px;
	width:228px;
}

.studios-thumb-gallery ul li:first-child {

}

.studios-thumb-gallery ul li .thumb-container {
	border: 4px solid #dadada;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.studios-thumb-gallery ul li .preview {
 	cursor:pointer;

	width:220px;
	height:159px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.3);
	zoom: 1;

	border:1px solid #fff;
}

.desktop .studios-thumb-gallery ul li .preview:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}

.studios-thumb-gallery ul li img {
	display:block;
	height:100%;
	width:auto;
	margin:0 auto;
}

.studios-thumb-gallery ul li .desc {
	font-size: 1.2em;
	color: #4d4c4c;
	line-height: 1.6;
	padding: 2px 15px 7px 5px;
}

#before-after-container {
	clear:both;
}

/* Studios gallery */

/*
#google_map {
	width:97%;
	height:200px;
	background-color: #CCC;
	border: 1px solid #d5d4d4;
}


.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
*/

.google-maps {
    position: relative;
    width:97%;
  	height:200px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.external-container {
	margin:15px 0px 0px 0px;
}

.external-container a {
	display: block;
	font-size: 1.4em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	padding:4px 0px;
}

.external-container a:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}

.semi-header {
	font-size: 1.4em;
	line-height: 1.1;
	font-weight: 600;
	padding:0px 0px 5px 0px;
	background: none;
	text-indent: 0px;
}

.tab-info-details {
	font-size: 1.2em;
	color: #444444;
	line-height: 1.8;
	padding-bottom: 20px;
}

.features-block {
	clear:both;
	float: left;
	margin: 0 25px 10px 0px;
	overflow: hidden;
}

.features-block li {
	background: url(../images/ui/dot.png) 0px 9px no-repeat;
	padding: 5px 0px 5px 14px;
	line-height: 1.2;
}

#sp-studios-content .features .semi-bold {
	font-size: 1.1em;
	background: none;
	text-indent: 0px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-left:0px;
}

#sp-studios-content .features-block .semi-bold {
	font-size: 1.1em;
	background: none;
	text-indent: 0px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-left:0px;
}

.credits-grid {
	clear:both;
 	margin-bottom: 15px;
 	margin-top: 15px;
}

.credits-grid.notopoffset {
 	margin-top: 0px;
}

.credits-grid ul {
  	vertical-align:middle;
   	overflow: hidden;
}

.credits-grid ul li {
 	display: table-cell;

	font-size: 1.3em;
	line-height: 1.1;
	margin: 0 1px;
	min-width: 210px;
	width:210px;

	vertical-align:middle;

	margin:0;
	height:100%;
	padding:10px 10px 10px 10px;
	border-left:3px solid #e2e2e2;
 }

 .credits-grid ul li:first-child {
	border-left:none;
 }

.credits-grid ul li.wide {
	min-width: 155px;
	max-width: 155px;
}

.credits-grid ul li.narrow {
	min-width: 48px;
	max-width: 48px;
}

.credits-grid .credits-grid-head {
	font-weight: 600;
}

.credits-grid .credits-grid-head li {
	color: #e0e0e0;
	background-color: #4092aa;
}

.credits-grid .credits-grid-rows {

}

.credits-grid .credits-grid-rows li {
	color:#4d4c4c;
	background-color: #e0e0e0;
	text-align: left;
}

.credits-grid ul.even li {
 	background-color: #d2d2d2;
}

.credits-grid ul li a {
	color:#4d4c4c;
}

.desktop .credits-grid ul li a:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}


.tabs-container-simple-list {

}

.tabs-container-simple-list > div {
	 overflow: hidden;
	 clear:both;
	 margin-bottom: 7px;
}

.tabs-container-simple-list > div h3 {
	float:left;
	font-size: 1.4em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	width: 260px;
}

.tabs-container-simple-list > div p {
	float:left;
	font-size: 1.4em;
	color: #4d4c4c;
	font-weight: 600;
	line-height: 1.5;
}

.maps-styled-url {
	text-decoration: none;
 	font-size: 1.2em;
	font-weight: 600;
	color: #4d4c4c;
	display: inline-block;
}

.maps-styled-url:hover {
	color: #4d4c4c;
}

#tabs-container .tabs-container-header p.btmoffset {
 	padding-bottom: 10px;
}
