/* @override http://www.360degreefilms.com.au/assets/css/styles.css */

#simpleTooltip { 
	padding: 5px 8px;
	border: 1px solid #333;
	color: #FFF;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7; }

/*------------------------------------------------------------------------
	RESET
--------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }

:focus {
	outline: 0; }

body {
	line-height: 1;
	color: black;
	background: white; }

ol, ul {
	list-style: none; }

table {
	border-collapse: separate;
	border-spacing: 0; }

caption, th, td {
	text-align: left;
	font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }

blockquote, q {
	quotes: "" ""; }

/*------------------------------------------------------------------------
	GLOBALS
--------------------------------------------------------------------------*/

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4F4F4F;
	font: normal 12px/1.5em Arial, Helvetica, Geneva, sans-serif;
	background: #000 url(../img/body-bg.jpg) no-repeat top center; }
	

/* ----- LINKS ----- */
a {
	color: #152024;
	text-decoration: none;
	outline: none; }

a:focus,a:hover {
	color: #4C7380;
	text-decoration: none; }

a img {
	border: none; }

p a {
	font-weight: bold; }
	

/* ----- HEADERS ----- */

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	margin-bottom: 1.5em;
	display: block;
	font-weight: normal; }

h1 {
	font-size: 36px;
	letter-spacing: -1px; }

/*36px*/

h2 {
	font-size: 24px;
	letter-spacing: -1px; }

/*24px*/

h3 {
	font-size: 18px;
	line-height: 1.1em; }

/*18px*/

h4 {
	font-size: 16px;
	line-height: 1em; }

h5 {
	font-size: 13px;
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	qqqletter-spacing: 1px; }

h6 { }
	

/* ----- TAGS ----- */
img {
	border: none;
	border-style: none;
	padding: 0;
	margin: 0; }

p {
	text-align: left;
	margin: 0 0 1.5em;
	line-height: 1.5em; }

small, .small {
	font-size: .95em; }

em {
	font-style: italic; }

strong {
	font-weight: bold; }
	

/* ----- LISTS ----- */

ul,li {
	padding: 0;
	margin: 0; }


/* ----- TABLES ----- */
#carousel td {
	width: 85px;
	height: 70px;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	padding: 0 20px; }
	
.history td {
	width: 160px;
	height: 100px;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	padding: 0 10px; }
	
.grid-banner td {
	width: 300px;
	height: 300px;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	padding: 0 10px; }


/* ----- FORMS ----- */
form {
	margin: 0;
	padding: 0; }

label {
	font-weight: bold;
	vertical-align: baseline; }

fieldset {
	border: 1px solid #ccc;
	padding: 1em 1em .5em;
	margin: 0 0 1.5em; }

legend {
	font-weight: bold;
	font-size: 1.2em;
	margin-left: .1em;
	margin-bottom: 0;
	padding-bottom: 0; }

input {
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	line-height: 1.5em;
	display: inline-block; }

select {
	margin: 0 0 1.5em; }

input.text, input.title, input, textarea, select {
	margin: 0 0 1.5em; }

input.text:focus, input.title:focus, input:focus,textarea:focus, select:focus {
	background-color: #fff; }

textarea {
	width: 98.8%;
	height: 150px;
	padding: 5px; }

/* ----- LIBRARY ----- */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto; }

.alignright {
	float: right; }

.alignleft {
	float: left; }

.margin-10 {
	margin-right: 10px; }

.margin-20 {
	margin-right: 20px; }

.center {
	text-align: center; }

.firsttop {
	margin-top: 0;
	padding-top: 0; }

.lastbottom {
	margin-bottom: 0 !important; }

.first {
	margin-left: 0; }

.last {
	margin-right: 0 !important; }
	
.left {
	float: left;
	margin: 0 15px 2px 0;
}

.right {
	float: right;
	margin: 0 0 2px 15px;
}

.clearboth {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px; }
	
.hidden {
	height: 1px;
	display: none;
	width: 100%;
	margin: 0px;
	padding: 0px; }


/*------------------------------------------------------------------------
	LAYOUT
--------------------------------------------------------------------------*/

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	display: block; }

qqq#content {
	width: 1000px;
	text-align: left;
	qqqmargin: 0 50px 0 10px;
	padding: 0;
	position: relative; }

#main {
	width: 100%;
	qqqoverflow: auto;
	margin-bottom: 60px; }
	
#production #main {
	background: transparent url(../img/bg-sidebar-production.png) top right repeat-y; }
	

/*---------- COLUMNS ----------*/
#mainbar {
	width: 620px;
	float: left;
	position: relative;
	qqqoverflow: hidden; }

#sidebar {
	width: 360px;
	float: right; }
	
#production #sidebar {
	width: 290px;
	float: right;
	padding: 30px 30px 0 60px;
	qqqbackground: transparent url(../img/bg-sidebar-production.jpg) repeat; }
	
#homepage #mainbar {
	width: 490px;
	margin-right: 20px;
	float: left; }

#homepage .sidebar {
	width: 235px;
	margin-right: 20px;
	float: left; }
	
	

/*---------- HEADER ----------*/
#header {
	background: transparent url(../img/header.jpg) repeat;
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	qqqmargin-bottom: 10px;
	padding-top: 150px;
	qqqopacity: 0.6; }
	
#nav {
	display: block;
	qqqmargin-top: 100px;
	background: transparent url(../img/nav-bg.png) repeat-y;
	width: 990px;
	overflow: hidden;
	padding: 0 0 0 10px; }
	
#nav li {
	float: left;
	qqqmargin-right: 20px;
	font-size: 16px; }
	
#nav li a {
	padding: 10px 10px;
	display: block;
	text-transform: uppercase;
	color: #5f6870; }
	
#nav li a:hover {
	color: #4B7280; }
	
body#homepage a#nav-home,
body#news a#nav-news,
body#about a#nav-about,
body#production a#nav-productions,
body#production-grid a#nav-productions,
body#in-production-grid a#nav-inproduction,
body.in-production a#nav-inproduction {
	color: #FFF;
	cursor: default; }
	
body.in-production a#nav-productions {
	color: #5f6870 !important;
	cursor: pointer !important; }
	
h1#tagline {
	background: transparent url(../img/tagline.png) no-repeat;
	text-indent: -9999px;
	height: 69px;
	margin-bottom: 20px; }
	
	

/*---------- CONTACT ----------*/
#contact {
	background: transparent url(../img/bg-black70.png) repeat;
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
	padding-top: 10px;
	display: none; }
	
#contact h1 {
	color: #4F4F4F;
	background: #E6E6E6;
	text-transform: uppercase;
	padding: 2px 0 0 25px;
	margin-bottom: 0; }
	
#contact h5 {
	color: #A5A5A5; }
	
#contact a {
	color: #CCC; }
	
#contact a:hover {
	color: #FFF; }
	
#contact-wrapper {
	width: 940px;
	overflow: hidden;
	padding: 30px; }
	
.contact-grid {
	width: 25%;
	float: left; }
	
	

/*---------- CAROUSEL ----------*/

.disabled {
	opacity: 0.1;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	cursor: default; }

#carousel-bg {
	width: 100%;
	height: 70px;
	overflow: hidden;
	background: transparent url(../img/bg-black70.png) repeat;
	padding: 5px 0;
	margin-bottom: 50px;
	margin-top: 10px; }
	
#homepage #carousel-bg {
	margin-bottom: 20px; }

#carousel-nav {
	width: 1000px;
	qqqoverflow: hidden;
	margin: 0 auto;
	position: relative; }

a.carousel-prev, a.carousel-next {
	width: 25px;
	height: 70px;
	display: block;
	position: absolute; }

a.carousel-prev {
	float: left;
	left: -25px;
	top: 0;
	background: transparent url(../img/carousel-nav-prev.png) no-repeat; }

#carousel {
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	qqqfloat: left; }

a.carousel-next {
	float: left;
	right: -25px;
	top: 0;
	background: transparent url(../img/carousel-nav-next.png) no-repeat }

#carousel ul {
	width: 1000px;
	height: 70px;
	overflow: hidden; }

#carousel ul li {
	position: relative;
	float: left; }

#carousel ul li a {
	display: block;
	font: normal 10px Arial;
	text-transform: uppercase;
	width: 125px;
	height: 70px;
	text-decoration: none; }

/*#carousel ul li a:hover {
	cursor: default; }*/

#carousel ul li a img {
	width: 125px;
	height: 70px; }

/*#carousel ul li .title {
	top:  90px; }*/

#carousel ul li .title {
	opacity: 0;
	filter: alpha(opacity=00);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	font-size: 10px;
	color: #FFF;
	line-height: 12px;
	position: absolute;
	font-weight: bold;
	text-transform: uppercase;
	width: 125px;
	height: 70px;
	top: 0;
	left: 0;
	cursor: pointer !important;
	z-index: 1111;
	background: transparent url(../img/carousel-title-bg.png) no-repeat; }

/*---------- BANNERS ----------*/
h1.banner {
	background: transparent url(../img/bg-black70.png) repeat;
	padding: 5px 20px 10px;
	color: #FFF;
	margin-bottom: 10px; }
	
	
/*---------- BILLBOARD ----------*/
#billboard {
	background: transparent url(../img/bg-black70.png) repeat;
	height: 360px;
	color: #FFF; }
	
#billboard .text {
	float: left;
	padding: 50px;
	height: 260px;
	width: 260px;
	overflow: hidden; }
	
#billboard .text h1 {
	margin-bottom: 0; }
	
#billboard .text p {
	color: #d6d6d6;
	line-height: 2em; }
	
#billboard .text p.credits {
	font-size: 15px;
	color: #757575;
	margin-bottom: 25px;
	line-height: 1.5em; }
	
#billboard .text p.alert {
	font-size: 15px;
	color: red;
	margin-bottom: 0px;
	margin-top: 3px;
	line-height: 1em; }
	
#billboard .gallery {
	float: left;
	position: relative;
	width: 640px;
	height: 360px;
	overflow: hidden; }
	
#billboard .gallery a#gallery-prev, #billboard .gallery a#gallery-next {
	display: block;
	z-index: 99;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 150px; }
	
#billboard .gallery a#gallery-prev {
	left: 10px;
	background: transparent url(../img/gallery-prev.png) no-repeat; }
	
#billboard .gallery a#gallery-next {
	right: 10px;
	background: transparent url(../img/gallery-next.png) no-repeat; }
	
#billboard .gallery #slideshow img {
	width: 640px;
	min-height: 360px; }
	
	
/*---------- PRESS QUOTE ----------*/
#press-quote {
	background: #000;
	padding: 15px 80px;
	color: #FFF;
	min-height: 20px; }
	
#press-quote p {
	color: #888;
	font-size: 14px;
	line-height: 16px;
	qqqfont-weight: bold;
	text-align: center !important;
	margin-bottom: 0px; }
	
#press-quote p.quote-credit {
	font-size: 8px;
	text-transform: uppercase; }
	
	
/*---------- FLV PLAYER ----------*/
#flvplayer {
	width: 620px;
	height: 350px;
	margin-top: -30px !important;
	margin-left: -30px !important;
	margin-bottom: 30px; }
	
#news #flvplayer {
	width: 620px;
	height: 350px;
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 0; }

qqq#productions .synopsis {
	padding-top: 350px; }
	
embed {
	display: block; }
	
.flvextra h5 {
	padding: 3px 30px 5px !important;
	font-weight: normal;
	color: #4C5659 !important;
	text-transform: none; }
	

/*---------- FOOTER ----------*/
#footer {
	background: #0D1316;
	color: #4C5659;
	padding: 30px 30px 80px;
	width: 940px;
	overflow: hidden; }

#footer ul {
	float: left;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #4C5659;
	font-weight: normal !important; }

#footer h3 {
	color: #919DA3;
	margin-bottom: 10px; }

#footer li {
	font-size: 11px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8; }

#footer a {
	display: block;
	color: #4C5659; }

#footer a:hover {
	color: #919DA3; }

#footer .copyright {
	text-align: center; }
	
	

/*------------------------------------------------------------------------
	MAINBAR
--------------------------------------------------------------------------*/

/*---------- ITEMS ----------*/
.item {
	width: 100%;
	background: #E6E6E6;
	margin-bottom: 20px; }

.item img {
	max-width: 100%; }
	
.item h5 {
	color: #A5A5A5;
	padding-top: 20px; }

.item .visual {
	width: 100%;
	padding: 0;
	margin: 0; }
	
.item .visual a {
	width: 100%;
	display: block; }

.item .visual img {
	margin: 0;
	padding: 0;
	qqqmax-width: 100%;
	width: 100%;
	display: block; }

.item .text {
	padding: 30px 30px 5px;
	position: relative; }
	
#homepage .item .text {
	padding: 30px; }
	
#news .item .text {
	padding: 65px 30px 5px; }

.item p {
	line-height: 1.8em;
	margin-bottom: 20px; }

.item h1 {
	margin-bottom: 20px; }

.item h2 {
	margin-bottom: 20px;
	font-size: 2em; }

.item h2 a {
	color: #4F4F4F;
	font-weight: normal; }

.item h2 a:hover {
	color: #4C7380;
	font-weight: normal; }

.item h3 {
	color: #FFF;
	font-size: 18px;
	background: #152024;
	width: 590px;
	padding: 5px 0 5px 30px;
	margin-left: -30px;
	margin-bottom: 15px; }
	
.item .ribbon {
	position: absolute;
	top: 20px;
	left: -15px;
	width: 82px;
	height: 26px;
	background: transparent url(../img/ribbon.png) no-repeat;
	color: #FFF;
	padding: 6px 10px;
	font-style: italic;
	font-size: 14px; }
	
	
	
/*---------- ADDITIONAL ----------*/
.additional {
	padding-top: 20px; }
	
.additional li {
	border-top: 1px solid #CCC;
	padding-top: 15px; }

.additional p.name {
	color: #4C7380;
	font-size: 14px;
	margin-bottom: 5px; }
	
.additional p {
	font-size: 11px; }
	
#homepage .additional {
	padding-top: 0px; }
	
#homepage .additional li {
	border-top: 1px solid #CCC;
	padding-top: 15px; }

#homepage .additional p.name {
	color: #4C7380;
	font-size: 13px;
	margin-bottom: 5px;
	line-height: 1em; }
	
#homepage .additional p {
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 1.3em; }



/*---------- RECENT ITEMS ----------*/
h3#recent-banner {
	background: transparent url(../img/bg-black70.png) repeat;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 5px; }

.recent-item {
	width: 235px;
	height: 240px;
	float: left;
	overflow: hidden;
	background: #E6E6E6;
	margin: 0 20px 40px 0; }
	
.recent-item .visual a {
	width: 235px;
	height: 130px;
	display: block; }
	
.recent-item img {
	width: 235px;
	height: 130px; }
	
.recent-item p {
	height: 80px;
	overflow: hidden;
	line-height: 1.2em;
	font-size: 11px;
	padding: 15px 15px 0;
	margin-bottom: 0; }
	
.recent-item p a {
	color: #152024; }
	
.recent-item p a:hover {
	color: #4C7380; }



/*---------- AWARDS ----------*/
.awards li {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
	line-height: 1.3em; }
	
.awards img {
	width: 180px;
	height: 100px;
	border: 5px solid #A5A5A5;
	margin-right: 20px;
	margin-bottom: 15px;
	float: left; }
	
.awards h5 {
	padding-top: 0;
	line-height: 0.5em; }
	
.awards h5 a {
	color: #A5A5A5; }
	
.awards h5 a:hover {
	color: #4C7380; }
	
.awards li ul li {
	float: right;
	width: 341px;
	margin-bottom: 8px;
	padding-left: 9px;
	background: transparent url(../img/li-bullet.png) 0 3px no-repeat; }
	

/*---------- GRID ----------*/
.grid-banner {
	float: left;
	width: 320px;
	height: 300px;
	overflow: hidden;
	background: transparent url(../img/bg-black60.png) repeat;
	color: #d3d3d4;
	margin: 0 20px 20px 0; }
	
.grid-banner h3 {
	text-transform: uppercase; }

.grid-item {
	float: left;
	width: 320px;
	height: 300px;
	overflow: hidden;
	background: #E6E6E6;
	color: #A5A5A5;
	line-height: 1.3em;
	margin: 0 20px 20px 0; }
	
.grid-item:hover {
	background: #FFF; }
	
.grid-item img {
	width: 320px;
	height: 175px; }
	
.grid-item ul.text {
	padding: 15px 20px; }

.grid-item h3 {
	margin-bottom: 2px; }
	
.grid-item h3 a {
	color: #4F4F4F;
	display: block;
	font-weight: normal; }

.grid-item h3 a:hover {
	color: #4C7380;
	font-weight: normal; }
	

/*------------------------------------------------------------------------
	SIDEBAR
--------------------------------------------------------------------------*/

#sidebar, .sidebar {
	color: #919DA3;
	font-size: 11px; }
	
#sidebar a {
	color: #919DA3; }
	
#sidebar a:hover {
	color: #B6C5CC; }
	
#sidebar img, .sidebar img {
	width: 100%;
	display: block; }

.drawer {
	background: #152024;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px; }

.drawer h3 {
	color: #FFF;
	background: #1C3039;
	padding: 15px 20px;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold; }
	

/*---------- ARCHIVE ----------*/
qqq.archive {
	/*list-style-type: none;*/
	width: 100%;
	overflow: hidden;
	padding: 0;
	qqqqmargin: 0 0 30px;
	qqqqborder: 1px solid #17a;
	qqqqborder-top: none;
	qqqqborder-left: none; }

.archive ul {
	qqqqpadding: 0;
	qqqqmargin: 0;
	float: left;
	display: block;
	width: 100%; }

.archive li.year {
	background: #0D1316;
	cursor: pointer;
	border-bottom: 1px solid #1C3039;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	font-size: 14px; }

.archive li.active>a {
	background: url(../img/accordion-close.gif) no-repeat center right; }

.archive li a {
	text-decoration: none;
	color: #4C5659 !important;
	padding: 5px 20px;
	display: block;
	cursor: pointer;
	background: url(../img/accordion-open.gif) no-repeat center right; }
	
.archive li ul li { 
	background: #152024;
	qqqbackground-image: none !important;
	font-size: 10px;
	padding: 0 10px;
	border-bottom: 1px solid #1C3039; }
	
.archive li ul li a { 
	font-weight: normal;
	text-transform: uppercase;
	background: none;
	color: #919DA3 !important; }
	
.archive li ul li a:hover {
	color: #B6C5CC !important; }
	


/*---------- SCREENINGS ----------*/
.screenings {
	background: #000; }
	
.screenings .details {
	margin-bottom: 5px; }
	
.screenings .details.last {
	margin-bottom: 5px; }
	
.screenings h4 {
	font-size: 13px;
	font-weight: bold;
	background: #0D1316;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 5px 20px; }
	
.screenings h4 a {
	color: #4C5659; }
	
.screenings h4 a:hover {
	color: #919DA3; }
	
.screenings li {
	color: #B6C5CC;
	background: #152024;
	qqqtext-transform: uppercase;
	line-height: 1.1em;
	qqqmargin-top: 10px;
	margin-bottom: 0;
	padding: 7px 20px; }
	
.screenings li.two {
	background: #212b2f; }
	
.screenings li.three {
	background: #2d373a; }

.screenings li span {
	color: #919DA3;
	display: block;
	text-transform: none;
	margin-bottom: 0; }



/*---------- PREMIERES ----------*/
.premieres {
	 background: #152024; }
	 
.premieres .details {
	margin-bottom: 5px; }
	
.premieres h4 {
	font-size: 13px;
	font-weight: bold;
	color: #4C5659;
	background: #152024;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 10px 20px 0; }
	

/*---------- OUR SITES ----------*/
.oursites ul {
	padding: 15px 20px; }
	
.oursites a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px; }



/*---------- HISTORY ----------*/
.history ul {
	width: 100%;
	overflow: hidden; }
	
.history li {
	float: left;
	width: 180px;
	height: 100px;
	position: relative; }
	
.history li div.rollover {
	opacity: 0;
	filter: alpha(opacity=00);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	font-size: 0.8em;
	color: #FFF;
	line-height: 12px;
	position: absolute;
	font-weight: bold;
	text-transform: uppercase;
	width: 180px;
	height: 100px;
	top: 0;
	left: 0;
	cursor: pointer !important;
	z-index: 1111; }
	
.history a {
	display: block;
	width: 180px;
	height: 100px; }

.history img {
	width: 180px;
	height: 100px; }
	
.history span.history-date {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	text-align: center;
	color: #FFF;
	position: absolute;
	bottom: 0;
	width: 180px;
	background: transparent url(../img/bg-black70.png) repeat;
	font-size: 16px;
	padding: 3px 0;
	font-weight: normal;
	font-style: italic; }


/*---------- CREDIT ITEMS ----------*/
.credit-item {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #152024;
	line-height: 20px; }

.credit-item h3 {
	text-transform: uppercase;
	color: #d6d6d6;
	margin-bottom: 5px; }

.credit-item ul {
	padding-left: 10px;
	margin-bottom: 1.5em; }
	
.credit-item ul li {
	padding-left: 10px;
	background: transparent url(../img/li-bullet-production.png) 0 4px no-repeat;
	line-height: 1.4em;
	margin-bottom: 15px; }
	
.downloads ul li, .links ul li {
	margin-bottom: 5px; }
	
.credit-item ul a {
	display: block;
	font-weight: bold;
	qqqcolor: #B6C5CC !important; }
	
.distribution ul a {
	display: inline; }
	
.credit-item a:hover {
	color: #FFF !important; }

.credit-item p {
	padding-left: 10px; }

.credit-item p strong, .credit-item ul strong {
	color: #4C5659; }
	
.buy-dvd {
	padding: 0 0 0 0;
	margin-bottom: 30px; }
	
.buy-dvd h3 {
	margin-bottom: 0;
	text-align: right;
	font-weight: bold;
	color: #FFF;
	line-height: 1em; }

.buy-dvd h3 a {
	color: #FFF !important;
	padding: 3px 5px 5px 5px;
	background: #4C7380; }

.buy-dvd h3 a:hover {
	background: #1e9450; }



/* BAD BROWSER
---------------------------------------------------------------------- */
#badbrowser {
	width: 800px;
	height: 500px;
	qqqbackground: #000000;
	text-align: center !important;
	margin: 0 auto; }

#badbrowser table {
	width: 100%;
	height: 100%;
	qqqbackground: #000000;	
	text-align: center !important; }

#badbrowser td {
	text-align: center;
	vertical-align: middle; }
	
#badbrowser p {
	text-align: center !important; }

#badbrowser a {
	color: #333;
	background: #999;
	padding: 1px 4px;
	margin: 0 10px; }

#badbrowser a:hover {
	color: #333;
	background: #FFF;
	text-decoration: none; }

#noscript {
	position: fixed;
	top: 50%;
	margin-top: -1000px;
	left: 0;
	width: 100%;
	height: 2000px;
	background: #FFFFFF url(../images/global/noscript.gif) repeat-y center center;
	z-index: 2000; }


