@import "global.css";

	#interiorContent {
	width: 660px;
	border: 2px solid #a50000;
	position: relative;
	top: 2px;
	}
	#interiorContent .bar {
	background: url(../../images/bg-bar.gif) repeat-x;
	width: 660px;
	height: 46px;
	font-size: 12px;
	color: #fff;
	}
	.bar h1 {
	color: #fff;
	position: relative;
	top: 9px;
	left: 10px;
	float: left;
	}
	.bar .pageNav {
	float: right;
	width: 400px;
	height: 40px;
	}
	.bar ul {
	list-style: none;
	position: relative;
	top: 4px;
	right: 3px;
	width: auto;
	height: 35px;
	float: right;
	}
	.bar ul li:first-child {
	display: block;
	width: 40px;
	height: 50px;
	padding-top: 2px !ie;
	}
	.bar ul li {
	width: 20px;
	display: block;
	float: left;
	float: right !ie;
	}
	.bar ul li a {
	background: url(../../images/btn-page.gif) repeat-x;
	text-align: center;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0 2px 0 2px;
	margin: 3px 2px 0 2px;
	
	}
	.bar ul li a:hover, .bar ul li a.currentPage {
	background: url(../../images/btn-page-r.gif) no-repeat;
	color: #fff;
	}
	.movieList {
	position: relative;
	top: 10px;
	left: 8px;
	margin-bottom: 20px;
	}
	.movieList img {
	margin: 3px 0 3px 0;
	}
	.movieList a.titleLink {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin: 5px 0 7px 0;
	}
	.movieList a.titleLink:hover {
	color: #d50000;
	}
	.backLink {
	float: right;
	color: #fff;
	text-decoration: none;
	position: relative;
	top: 15px;
	right: 10px;
	}
	#movieDetails {
	width: 650px;
	height: 700px;
	}
	#movieDetails #cover {
	float: left;
	position: relative;
	top: 15px;
	left: 15px;
	}
	#movieDetails #details {
	width: 297px;
	float: right;
	position: relative;
	top: 25px;
	right: 7px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	}
	#details h1, #details h2 {
	font-size: 20px;
	font-weight: bold;
	color: #a50000;
	}
	#details h2 {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #333;
	}
	#details .hr {
	margin: 11px 0 11px 0;
	}
	#details form select {
	border: 1px solid #abadb3;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	width: 125px;
	height: 17px;
	height: 3em !ie;
	margin: 5px 0 5px 0;
	}
	#details form select option.noOption {
	color: #aaa;
	}
	#details form h2 {
	margin: 4px 0 4px 0;
	}
	#details form img {
	margin-top: 10px;
	cursor: pointer;
	}
	.formField {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #626262;
	padding: 5px 0 0 2px;
	margin-top: 3px;
	}
	.cartMovie {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #333;
	}
	.cartMovie a {
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	color: #333;
	}
	.cartMovie a:hover {
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color: #a50000;
	}
	#trailers {
	text-align: left;
	}
	#trailers h2 {
	width: 177px;
	font-weight: bold;
	font-size: 13px;
	color: #a50000;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 6px;
	margin-bottom: 6px;
	}
	#trailers p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #595959;
	width: 177px;
	margin: 0;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 6px;
	margin-bottom: 14px;
	}
	.trailerLink {
	background: url(../../images/btn-trailer.gif) no-repeat;
	width: 177px;
	height: 24px;
	display: block;
	text-decoration: none;
	}
	#boxCoverLink img {
	border: 3px solid #d5d5d5;
	}
	#boxCoverLink img:hover {
	border: 3px solid #333;
	}
