@charset "utf-8";

#theaterTopContainer {
	height: 532px;
	margin-bottom: 15px;

	background-color: #f3f3f3;
}

#theaterBottomContainer {

}

#playerContainer {
	padding: 25px 7px 0px 18px;
}

#playerContainer h1 {
	margin-bottom: 0px;
	white-space:nowrap;
}

#playerContainer .colA {
	float: left;
	width: 127px;
	/*border: 1px solid red;*/
}

* html #playerContainer .colA {
	display: inline;
	margin-left: 5px;
}

#playerContainer .colB {
	float: left;
	width: 630px !important;
	margin-left: 10px;
	/*border: 1px solid blue;*/
}

* html #playerContainer .colB {
	display: inline;
	margin-left: 5px;
}

#playerContainer .colC {
	float: left;
	width: 147px;
	padding-top: 3px;
	margin-left: 9px;
	/*border: 1px solid yellow;*/
}

* html #playerContainer .colC {
	display: inline;
	margin-left: 5px;
}

/* flash size: 615 x 345 */
#filmPlayerFlashContainer {
	background-image: url('../../imgs/films/details/bg_film_container.png');
	background-repeat: no-repeat;
	padding: 7px;
	width: 615px; /* 630 - 7 - 7 */
	height: 345px; /* 360 - 7 - 7 */
}

/*
align oversized flash player voodoo

912x512
616x346

148x83

padding: 7x7

141x76
*/
#filmPlayerPremiumOffset {
	position: absolute;
	top: -76px;
	left: -141px;
	z-index: 999;
	margin: auto;
}

.filmInfoTitle {

}

.filmInfoRuntime {
	font-weight: bold;
	margin-bottom: 20px;
}

.filmInfoSynopsis{
	margin-bottom: 20px;
}

.filmInfoDesc {
	margin-bottom: 20px;
}

.filmInfoComments {
	font-weight: bold;
}

.filmInfoCommentsLink {
	margin-bottom: 25px;
}

.rateBox {
	width: 117px;
}

.filmInfoBackLink {
	margin-right: 10px;
}

.theaterPlayerPreview {

	width: 615px;
	height: 345px;
	position: relative;
}
/*
.theaterPlayButton {
	position: absolute;
	top: 140px; /* (346 - 65) / 2 */
	/*left: 275px; /* (616 - 65) / 2 */
	/*cursor: pointer;
}
*/
.theaterPlayButton img {
	cursor: pointer;
}

.stdboxNarrow {
	height: 329px; /* 360 - 14 - 14 - 3 */
}

.licenseBox,
.shareBox {
	/* restore after adding share links
	margin-top: 8px;
	padding-top: 10px;
	*/
	margin-top: 11px;
	padding-top: 13px;
	border-top: 1px dotted #b2b2b2;
	width: 117px;
}

.sendBox {
	margin-top: 11px;
	padding-top: 5px;
	width: 117px;
}

.rememberBox {
	margin-top: 11px;
	padding-top: 5px;
	width: 117px;
}

.postBox {
	margin-top: 11px;
	padding-top: 30px;
	border-top: 1px dotted #b2b2b2;
	width: 117px;
}

.licenseBox{

}

.buyBox {
	margin-top: 11px;
	padding-top: 5px;
	width: 117px;
}

.shareBox {

}

.rateBoxText {
	font-weight: bold;
}

.rateBoxText,
.sendBoxText,
.postBoxText,
.buyBoxText,
.shareBoxText {
	margin-bottom: 9px;
	color: #222222;
}

#commentContainer {
	float: left;
	width: 440px;
}

#creditContainer {
	float: left;
	width: 280px;
	margin-left: 35px;

}

#communityContainer {
	float: left;
	width: 160px;
	margin-left: 30px;

	background-color: #fefefe;
}

/* IE5/6 hack */
* html #commentContainer,
* html #creditContainer,
* html #communityContainer {
	display: inline;
}



div.filmCreditsBox {
	padding: 20px 15px 20px 15px;

	background-color: #ffffe7;
	color:#222222;
	font-size:12px;
	font-weight:normal;
	line-height:1.3;
}

div.filmCreditsBox h3 {
	color:#222222;
	font-size: 17px;
	font-weight: bold;
	margin-bottom:10px;
}

div.filmCreditsBox ul {
	line-height:2;
	margin-left:15px;
}

/* small upgrade popup window */
#theaterUpgradePopupSmall {
	width: 340px;
	height: 200px;
	background-color: white;
	border: 1px solid #516171;
	position: relative;
	margin: 20px;
}

#theaterUpgradePopupSmall a.closeDialog {
	text-indent: -9999px;
	display: block;
	width: 39px;
	height: 39px;
	background: transparent url(../../imgs/common/bttns/bttn_alertbox_close.png) no-repeat;
	position: absolute;
	right: -12px;
	top: -15px;
	z-index: 2;
}

#theaterUpgradePopupSmall h1 {
	text-align: center;
	/*
	color: #89b7e5;
	*/
	color: #ffba00;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.010em;
	margin: 10px;
	margin-top: 20px;
	/* padding: 45px 0 0 0; */
}
#theaterUpgradePopupSmall h2 {
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.010em;
	margin: 0;
	padding: 0 0 25px 0;
}

#theaterUpgradePopupSmall div.joinButton {
	text-align: center;
}

/* upgrade popup window */
#theaterUpgradePopup {
	width: 912px;
	height: 512px;
	background-color: #000;
	border: 1px solid #516171;
	position: relative;
	margin: 20px;
}
#theaterUpgradePopup a.closeDialog {
	text-indent: -9999px;
	display: block;
	width: 39px;
	height: 39px;
	background: transparent url(../../imgs/common/bttns/bttn_alertbox_close.png) no-repeat;
	position: absolute;
	right: -12px;
	top: -15px;
	z-index: 2;
}
#theaterUpgradePopup h1 {
	text-align: center;
	color: #89b7e5;
	font-weight: bold;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: -0.010em;
	margin: 0;
	padding: 45px 0 0 0;
}
#theaterUpgradePopup h2 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: -0.010em;
	margin: 0;
	padding: 0 0 25px 0;
}
#theaterUpgradePopup #upgradeAd {
	background: transparent url(../../imgs/films/bg_upgradepopup.png) no-repeat top left;
	width: 811px;
	height: 289px;
	margin: 0 0 0 51px;
}
#theaterUpgradePopup #benefitsList {
	list-style-type: none;
	margin: 0;
	padding: 30px 0 0 30px;
	float: left;
	width: 396px;
}
#theaterUpgradePopup #benefitsList li {
	padding: 0 0 0 22px;
	background: transparent url(../../imgs/films/upgrade_checkmark.png) no-repeat center left;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
#theaterUpgradePopup #benefitsList li.special {
	color: #00203a;
	font-weight: bold;
	font-style: italic;
}
#theaterUpgradePopup #membershipChoices {
	padding: 84px 0 0 10px;
	width: 339px;
	text-align: center;
	float: left;
}
#theaterUpgradePopup #membershipChoices img {
	vertical-align: top;
	padding: 0 7px;
}