@charset "utf-8";
/* CSS Document */
body{
background-color:#ffffff;
margin:0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
}
#mainContainer{
	margin:auto;
	width:920px;
}

#top{
 	width:920px;
	margin: 0px 0px 15px 0px;
}

#top .scroller{
	float:left;
	width:183px;
	height:315px;
}

#top .frame{
	float:right;
	width:737px;
	height:315px;
}

#bottomRow{
	width:920px;
}
#bottomRow .item{
	float:left;
	width:306px;
	height:440px;
}

#navContainer .select{
	color: #333; 
	font-size:10px;
	width:130px;
	height:17px;
	margin-top:1px;
}
#footer{
	font-size:10px;
	text-align:center;
	color:#333;
}

#footer table{
	font-size:10px;
}

#footer a:link{
	color:#d3222a;
	text-decoration:none;
	font-size:10px;
}
#footer a:visited{
	color:#d3222a;
	text-decoration:none;
	font-size:10px;
}
#footer a:hover{
	color:#333;
	text-decoration:none;
	font-size:10px;
}

ul{
	list-style-type: disc;
	font-size: 11px;
	text-indent: 0px;
}

table{
	font-size:11px;
	border-collapse:collapse;
	border:none;
}
td {
	border:none;
}

th {
	border:none; 
}

tr {
	border:none; 
}

h1 {
	font-size:16px; 
	color:#333; 
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:0px;
	margin-bottom:10px;
	margin-top:0px;
}

h2 {
	font-size:13px;
	color:#333; 
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0px;
}

p {
	color:#000000;
}

.inactive_link {
	color:#999999; 
	font-weight:bold;
}

a img{
	border:0px;
}

img{
	border:0px;
}

.content{
	text-align:center;
	vertical-align:middle;
	color:#000000;
	text-decoration:none;
}


.tiny {
	font-size: 10px;
}


.font{
	color:#333333;
	text-decoration:none;
}

select {
	font-size:10px;	
	color:#333;
}

input {
	color:#333;
	font-size:10px;
}


a.font{
	color:#003366;
	text-decoration:none;
}

a.font:hover{
	color:#666666;
	text-decoration:none;
}

input.search_input {
	font-size:11px;
	color:#000000;
	text-decoration:none;
	background-color: transparent; 
	border: none; 
	border-width: 0px;
}

.spacer{
	clear:both;
	height:0px;
	line-height:0px;
}

.SearchResultTable
{
	width:100%;
}

/* film details styles */

#projectContainer{
	margin:auto;
	width:890px;
}
#projectContainer .titleTreatment{
	text-align:center;
	font-size:24px;
	color:#000;
	font-weight:bold;
}
#projectContainer .titles{
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-bottom:5px;
}

#filmLeft{
	float:left;
	width:269px;
	padding:15px 0px 10px 0px;
	text-align:left;
	border-right:solid;
	border-right-color:#ccc;
	border-right-width:1px;
}

#filmLeft img{
	text-align:left;	
	padding-bottom:10px;
}

#downloads{
	width:250px;
	background-color:#dadada;
	margin-top:10px;
	overflow:auto;
	padding:5px 5px 5px 5px;
}

#downloads img{
	margin:0px 6px 6px 0px;
}

#downloads .hrline{
	height:10px;
	margin-bottom:5px;
	border-bottom:1px solid #999;
}

#downloads .item{
	float:left;
	width:250px;
	padding:3px 0px 3px 0px;
}

#downloads a:link{
	font-size:12px;
	font-weight:bold;
	font-color:#2e458f;
	text-decoration:none;
}

#downloads a:visited{
	font-size:12px;
	font-weight:bold;
	font-color:#2e458f;
	text-decoration:none;
}
#downloads a:hover{
	font-size:12px;
	font-weight:bold;
	font-color:#666;
	text-decoration:none;
}

#filmRight{
	float:right;
	width:610px;
	padding:15px 0px 10px 10px;
	text-align:left;
}

#filmRight .titleTreatment{
	text-align:center;
	font-size:24px;
	font-weight:bold;
}

#filmRight .synopsis li{
	padding-left:5px;
	list-style-position:inside;		
}

#trailerContainer{
	width:610px;
	text-align:center;
	border-top:solid;
	border-top-color:#ccc;
	border-top-width:1px;
	border-bottom:solid;
	border-bottom-color:#ccc;
	border-bottom-width:1px;
	margin:10px auto 10px auto;
	padding:10px 0px 10px 0px;
}
#trailerContainer .trailer{
	text-align:center;
	background-image:url(/site_images/trailerFrame.jpg);
	background-repeat:no-repeat;
	width:490px;
	height:300px;
	margin-top:4px;
	margin:4px auto 10px auto;
	
}

#additionalTrailers{
	margin:-5px 0px 0px 5px;
}
#additionalTrailers .item{
	float:left;
	display:block;
	margin-right:3px;
	background-color:#444444;
	padding: 0px 5px 0px 5px;
	color:#999;
}
#additionalTrailers .itemSelected{
	color:#ccc;
	font-weight:bold;
}

#additionalTrailers a{
	color:#999;
}
#additionalTrailers a:hover{
	color:#fff;
}

/*tabbed panels for product details section - film.asp */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 610px;
}

.TabbedPanelsTabGroup {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.TabbedPanelsTab {
	position:relative;
	float: left;
	height:24px;
	width:84px;
	list-style: none;
	text-align:center;
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(/site_images/filmdetails/tab-off.gif);
	background-repeat:no-repeat;
	/*border-bottom: solid 1px #999;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #CCC;
}

.TabbedPanelsTabSelected {
	position:relative;
	float: left;
	height:24px;
	width:84px;
	list-style: none;
	text-align:center;
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #fff;
	margin-bottom:-1px;
	background-image:url(/site_images/filmdetails/tab-on.gif);
	background-repeat:no-repeat;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	margin-top:0px;
	margin-bottom:15px;
	border-left: solid 1px #97a5b0;
	border-bottom: solid 1px #97a5b0;
	border-top: solid 1px #97a5b0;
	border-right: solid 1px #97a5b0;
	background-color: #fff;
	min-height:150px;
	height:auto;
	overflow:auto;
}

#TabbedPanelsContent {
	float:left;
	padding: 5px;
}

#TabbedPanelsContent li{
	padding-left:5px;
	list-style-position:inside;
}

#TabbedPanelsContent .title{
	float:left;
	width:500px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	padding:0px;
	margin-top:0px;
}

#TabbedPanelsContent .purchaseBtn{
	float:right;
	width:81px;
	height:19px;
	text-align:center;
	background-image:url(/site_images/filmdetails/purchase_bkg.gif);
	background-repeat:no-repeat;
	padding-top:2px;
	margin-top:0px;
}

#TabbedPanelsContent .purchaseBtn a:link{
	color:#333;
	font-size:11px;
	padding-top:10px;
	font-weight:bold;
	text-decoration:none;
}

#TabbedPanelsContent .purchaseBtn a:visited{
	color:#333;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#TabbedPanelsContent .purchaseBtn a:hover{
	color:#003366;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#contentContainer{
	margin:auto;
	width:890px;
	margin-top:10px;
}

#contentLeft{
	float:left;
	width:269px;
	padding:10px 0px 10px 0px;
	text-align:left;
	border-right:solid;
	border-right-color:#ccc;
	border-right-width:1px;
	min-height:350px;
}

#contentLeft img{
	text-align:left;	
	padding-bottom:10px;
}

#contentRight{
	float:right;
	width:610px;
	padding:10px 0px 10px 10px;
	text-align:left;
}

#contentRight .pressDate{
	font-style:italic;
	font-size:12px;
	color:#333;
	margin-top:0px;
	margin-bottom:5px;
}	
#contentRight .print{
	width:120px;
	height:16px;
	background-image:url(/site_images/layout/Printer-16x16.png);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	text-align:right;
	color:#666;
	margin-top:15px;
}
#contentRight .pressArticle{
	text-align:justify;
}	

#contentContainerSingle{
	margin:auto;
	width:750px;
	margin-top:10px;
	min-height:300px;
}
#contentContainerSingle .content{
	float:left;
	text-align:left;
	margin-top:0px;
	padding-top:0px;
}
#contentContainerSingle .contactLeft{
	float:left;
	width:250px;
	text-align:left;
	margin-top:0px;
	padding-top:0px;	
}


#contentContainerSingle .contactMap{
	float:right;	
	width:500px;
}

#searchContainer {
	margin:10px auto 10px auto;
	width:825px;
}

#searchContainer .header{
	float:left;	
	padding-top:5px;
	font-size:16px; 
	color:#333; 
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:0px;
	margin-bottom:5px;
}

#searchContainer .modifyBtn{
	float:right;
	width:101px;
	height:24px;
	margin-right:25px;
	background-image:url(/site_images/layout/modifySearchBtn.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:5px;
	margin-bottom:5px;
}

#searchFilters{
	clear:both;
	margin-top:0px;
}
#searchResults {
	clear:both;
	margin-top:10px;
}

#login{
	margin:auto;
	width:760px;
	margin-top:10px;
	margin-bottom:20px;
}

#login .left{
	float:left;
	width:209px;
	text-align:left;
	padding-right:30px;
	margin-right:20px;
	border-right: solid 1px #ccc;
	
}
#login .right{
	float:left;
	width:500px;
	padding-left:0px;
}

#login .right .labels {
	clear:both;
	float:left;
	text-align:right;
	width:100px;
	padding:2px 10px 2px 0px;
	margin-bottom:3px;
}

#login .right .fields {
	float:left;
	width:300px;
	margin-bottom:3px;
}

#login .right form {
	margin:10px 0px 0px 0px;
}

#createForm {
	display:block;	
}
#login .right input {
	margin:0px auto 0px auto;
}

#login .error{
	color:#ff0000;
	text-decoration:none;
}
#login input{

}