/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HACKS SECTION */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HR TAGS #################################### */
/*	hr tags should display the same in IE & FF 
	to use this hack, code the HR tag like so:	

		<div class="hr"><hr /></div>
		
NOTE:  	You will probably need to add or adjust styling lower 
		down the cascade to account for the context of each "horizontal rule" element. 
*/

div.hr
{
	border-top: 1px solid #fff;
}
/* END HR TAGS ################################ */




/* UL'S WITH NO BULLETS */
ul.no_bullets
{
	list-style-type: none;
}
/* END UL'S WITH NO BULLETS */



/* UL'S DISPLAYED HORIZONTALLY ################ */
/* List unordered items horizontally by assigning "horiz" as a class.
NOTE:  You will probably need to add or adjust styling lower down the cascade 
to account for the context of each list. */
ul.horiz
{
	list-style-type: none;
}

ul.horiz li
{
	display: inline;
}
/* END UL'S DISPLAYED HORIZONTALLY ############# */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* END HACKS SECTION */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	height: 2400px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	line-height: 125%;
	background: url(images/bkg_gradient.jpg);
	background-position: center;
	background-position: top;
	margin: 0 auto;
	}

a {
	color: #e1caad;
	}

h1 {
	float: left;
	text-indent: -9999;
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

h2 {
	font-size: 18px;
	font-weight: bold;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #c3202b;
	line-height: 140%;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #18579c;
	}



.container {
	background-repeat: repeat-x;

	height: 2400px;
	width: 100%;
	}

#x {
	margin-top: 16px;
	}

#x .container {
	background: none;
	height: auto;
	}

.content {
	background: url(images/bkg_content.png);
	_background: url(images/bkg_content.gif);
	width: 990px;
	height: 2400px;
	margin: auto;
	}

.header {
	background: #0000ff;
	width: 990px;
	height: 102px;
	margin-left: 0;
	}

	.quotes {
		position: relative;
		top: 30px;
		left: 300px;
		float: left;
		}

	.signup {
		float: right;
		margin: 5px 5px 0 0;
		}

.nav {
	background: url(images/bkg_nav.gif);
	width: 990px;
	height: 36px;
	margin-left: 0;
	}	

	.divider {
		background: url(images/nav_divider.png);
		_background: url(images/nav_divider.gif);
		width: 2px;
		height: 27px;
		float: left;
		position: relative;
		top: 4px;
		}

	.entermoviesite {
		float: right;
		margin-right: 45px;
		position: relative;
		top: 3px;
		}

	.title {
		float: left;
		margin: 0 50px;
		position: relative;
		top: 10px;
		}

.splash {
	background: #0000ff;
	width: 990px;
	height: 534px;
	margin-left: 0;
	
	}

	.dvdandblu {
		position: relative;
		top: 40px;
		margin-left: 10px;
		_margin-left: 5px;
		float: left;
		z-index: 4;
		}

	.dvd {
		width: 154px;
		height: 271px;
		float: left;
		z-index: 5;
		}

		.dvd a {
			color: #e1caad;
			font-weight: bold;
			text-decoration: none;
			}	 

		.blu {
 			width: 133px;
			height: 208px;
			z-index: 6;
			position: absolute;
 			top: 100px;
 			left: 60px;
			_left: 50px;
 			*position: relative;
 			*top: -180px;
 			*left: -90px;
 			*top: 90px;
			}

		.blu a {
			color: #e1caad;
			font-weight: bold;
			text-decoration: none;
			}


	.player {
		/*background: url(images/bkg_player.png);
		_background: url(images/bkg_player.gif);*/
		/*width: 532px;
		height: 328px;*/
		float: left;
		position: relative;
		top: 40px;
		left: 57px;
		*left: -75px;
		}



.pagefold {
	background: url(images/bkg_pagefold.gif);
	width: 972px;
	height: 93px;
	margin: 11px 0 0 24px;

	clear: both;
	}

.leftcol {
	float: left;
	}

	.module {
		width: 654px;
		height: auto;
		margin: 0 0 13px 10px;	
		}

		.mod-head {
			width: 654px;
			height: 31px;
			background: url(images/mod_header.gif);
			
			}

			.mod-title {
				font-size: 18px;
				color: #606161;

				font-weight: bold;
				float: left;
				position: relative;
				top: 7px;
				left: 10px;
				}

			.mod-head .backtotop {
				color: #C1C1B2;
				text-decoration: none;
				font-weight: bold;
				float: right;
				position: relative;
				top: 7px;
				right: 10px;
				cursor: pointer;
				}

		.mod-body {
			background: url(images/mod_bodyoutline.gif);
			width: 651px;
			padding: 2px 0 2px 3px;

				}

		.mod-body-content {
			width: 648px;
			background: #0000ff;
			color: #e1caad;
			}

	#productfeatures .mod-body-content .col1,
	#productfeatures .mod-body-content .col2 {
		float: left;
		width: 45%;
		margin: 20px 0 0 15px;
		}

	#productfeatures .mod-body-content ul {
		list-style-type: disc;
		padding-left: 23px;
		margin-left: -10px;
		*margin-left: -5px;
		_padding-left: 20px;
		_margin-left: 0px;
		}

	#productfeatures .mod-body-content li {
		line-height: 120%;
		}	

	#photogallery .mod-body-content {
		background: url(images/bkg_photogallery.gif);
		height: 416px;
		}

	#synopsis .mod-body-content img {
		border: solid 1px #959799;
		float: left;
		margin: 12px;
		}
	#synopsis .mod-body-content .textcol {
		float: left;
		width: 72%;
		margin-top: 12px;
		}

	#cast .mod-body-content .col1,
	#cast .mod-body-content .col2 {
		float: left;
		width: 314px;
		margin: 3px 0 0 10px;
		_margin-left: 5px;
		}

	#cast .mod-body-content img {
		float: left;
		margin: 0 5px 20px 0;
		height: 89px;
		}

	#cast .mod-body-content .textcol {
		float: left;
		width: 215px;
		font-size: 12px;
		line-height: 125%;
		height: 163px;
		margin-bottom: 5px;
		}

.rightrail {
	width: 308px;
	background: #313335;
	float: left;
	margin-left: 9px;
	}

	.ad_disclaimer{
		height: 25px;
		text-align: right;
		font-size: 10px;
		width: 300px;
		margin: 5px 0 0 4px;
		color: #ffffff;
		}

	.ad {
		width: 300px;
		height: 250px;
		background: #0000ff;
		margin-left: 4px;
		margin-bottom: 10px;
		}

	.related {
		width: 300px;
		background: url(images/hdr_related.gif);
		margin: 0 0 5px 4px;
		padding-bottom: 3px;
		}
	
		.related-head {
			width: 294px;
			height: 28px;
			margin-left: 3px;
			}

			.related-title {
				font-size: 18px;
				color: #ffffff;
				font-weight: bold;
				float: left;
				position: relative;
				top: 5px;
				left: 10px;
				}

		.related-body {
			background: #d5d5d5;
			width: 294px;
			overflow: auto;
			margin: 0 0 0 3px;
			}
			
		.related-body a{
			color: #18579c;
			}
	
		.related-dvd img {
			float: left;
			width: 68px;
			height: 98px;
			margin: 10px 5px 5px 5px;
			}

		.related-desc {
			float: left;
			width: 210px;
			color: #000000;
			margin: 10px 0 0 0;
			}


	.footer {
		width: 966px;
		float: left;	
		text-align: center;
		text-transform: uppercase;
		margin-left: auto ;
  		margin-right: auto ;

	}

	.footer .links {
		float: left;
		text-align: center;
		width: 572px;
		top: 30px;
		color: #818285;
		}

	.footer .logos{
		display: block;
		float: left;
		text-align: center;
		width: 966px;
		margin-top: 0;
		margin-left: 20px;
		_margin-left: 8px;
		}
	
		.footer a {
			text-decoration: none;
			color: #818285;
			}

		.footer img.logo {
			float: left;
			text-align:center;
			margin-right: 30px;
			}

		.footer img.rating {
			float: right;
			}


/*******fighting-specific*******/


.header {
	background: url(images/public/bkg_header.jpg);
	}

.splash {
	background: url(images/public/bkg_splash.jpg);
	margin-bottom: 10px;
	}



.mod-body-content {
	background: url(images/public/bkg_module.jpg);
	background-position: bottom;
	}

#productfeatures .mod-body-content {
	background: url(images/public/bkg_features.jpg);
	background-position: bottom;
	}
#synopsis .mod-body-content {
	background: url(images/public/bkg_synopsis.jpg);
	background-position: bottom;
	}

#cast .mod-body-content {
	background: url(images/public/bkg_cast.jpg);
	background-position: bottom;
	}

	#productfeatures .mod-body-content {
		height: 700px;
		}

	#synopsis .mod-body-content {
		height: 183px;
		}

	#cast .mod-body-content {
		height: 337px;
		}
		
#gallery{
	float: left;
	width: 650px;
	margin-top: 16px;
}		
#gallery_shim{
	height: 75px;
	width: 620px;
	display: block;
	overflow: hidden;
	float: left;
	
}

#gallery_image{
	border-color: #373636;
	border: solid 2px;
	width: 527px;
	height: 273px;
}
#gallery_container {
	height: 55px;
	width: 20000em;
	display: block;
	overflow: hidden;
	float: left;
}

#gallery_left{
	height: 17px;
	width: 8px;
	float: left;
	margin-right: 4px;
	margin-left: 2px;
	margin-top: 20px;
	cursor: pointer ;
}
#gallery_right{
	height: 17px;
	width: 8px;
margin-top: 20px;
	float: left;
margin-left: 2px;
cursor: pointer ;
}
#gallery_container div{
	display: block;
	height: 52px;
	float: left;
	margin-right: 6px;
	border: solid 2px;
	border-color: #bdbdbe;
	cursor: pointer 
}
#prev_pic{
	float: left;
	margin-left: 10px;
	margin-top: 121px;
	margin-right: 10px;
	cursor: pointer ;
}

#next_pic{
	float: left;
	margin-top: 121px;
	margin-left: 10px;
	cursor: pointer ;
}


#videoplayer{
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	_margin-left: -10px;
	width: 532px;
	height: 328px;
	clear: both;
	}

#gallery_image{
	float: left;
	
}

#video_control{
	float: left;
	margin-top: 96px;
	margin-left: 25px;
}

#video_prev{
	width: 23px;
	height: 32px;
	float: left;
	cursor: pointer;
	margin-top: 25px;
	
}


#video_next{
	width: 23px;
	height: 32px;
	float: left;
	cursor: pointer;
	margin-top: 25px;
}

#video_scroll_container{
	float: left;
	width: 880px;
	height: 80px;
	overflow: hidden;
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 8px;
	}

#video_scroller{
	float: left;
	width: 10000em;
	margin-left:3px;
}


.video_content{
	float: left;
	margin-right: 8px;
	padding: 2px;
	cursor: pointer;
	height: 70px;
	width: 208px;
}

.vid_image{
	float: left;
	width: 80px;
	height: 45px;
	margin-right: 5px;
	text-align: left;
	border: thin solid;
	border-color: #e1caad;
}

.vid_description{
	float: left;
	width: 117px;
	text-align: left;
}

.description{
	float: left;
	text-align: left;
	font-family: helvetica, arial;
	font-size: .8em;
	width: 117px;
	color: #e1caad;
}

.vid_title{
	width: 117px;
	float: left;
	text-align: left;
	font-family: helvetica, arial;
	font-size: 1em;
	font-weight: bold;
	text-align: left;

color: #e1caad;
}

.selected{
	width: 208px;
	border: 1px solid;
	border-color: #e1caad;
	padding: 1px;
	height: 70px;
	
}

.video_strip{
clear: both;
float: left;
width: 948px;
height: 1px;
display: none;
}


.navitem{
cursor: pointer;
}