html {
	width: 100%;
	height: 100%;
}
body {
	font: 12px/1.4 arial, helvetica, sans-serif;
	background: #deeef6 url('/images/bg.gif');
	color: #000000;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
table {
	/* border-collapse: collapse; */
}
.ptable tr td {
	padding: 2px;
}
.divided tr td {
	border-bottom: 1px dotted #E5E7EF;
}
.padded tr td {
	padding: 3px;
}
.tablemain {
	border-collapse: collapse;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
.tablemain td {
	vertical-align: top;
	padding: 0px;
}
.leftshadow {
	width: 5px;
	background: url('/images/leftshadow.png') repeat-y;
}
.rightshadow {
	width: 5px;
	background: url('/images/rightshadow.png') repeat-y;
}

.sideitem {
	width: 267px;
	background: url('/images/sideitem.png') no-repeat;
	padding: 7px;
	min-height: 100px;
}
.columns {
	width: 100%;
}
.columns td {
	padding: 5px;
}

img {
	display: inline;
	border: 0px;
}
h1 {
	color: #C1272D;
	font-size: 20px;
	margin: 0px;

}
h2 {
	color: #313131;
	font-size: 15px;
	margin: 0px;
}

h3 {
	color: #C1272D;
	font-size: 17px;
	margin: 0px;
	/* text-shadow: #6B6B6B 1px 1px 1px; */
}
h4 {
	color: #C1272D;
	font-size: 12px;
	margin: 0px;
	/* text-shadow: #6B6B6B 1px 1px 1px; */
}
.title {
	/* width: 79%; */
	background-color: #F3F2F1;
	font-size: 17px;
	font-weight: bold;
	padding: 2px;
	padding-left: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* border: 1px solid #C6C6C6; */
}


/* MOVIE SIDE NAVIGATION */
.movienav {
	background-color: #F3F2F1;
	text-align: left;
	margin-top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.movienav a {
	padding: 5px;
	display: block;
	border-bottom: 1px dotted #CFCECD;
	outline: none;
}
.movienav a:hover {
	text-decoration: none;
	background-color: #CFCECD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.sub {
	color: #898A8B;
	font-weight: normal;
	font-size: 10px;
}
.num {
	text-align: right;
	padding-top: 1px;
}
.indent {
	margin-left: 15px;
}
hr {
	color: #CFCFCF;
	background-color: #CFCFCF;
	height: 2px;
	border: 0px;
	/* width: auto; */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/* FORMS */
form { margin: 0px; } /* Fix IE glitches */

label {
	float: left;
	width: 100px;
	font-weight: bold;
	font-size: 13px;
	/* padding-top: 10px; */
	vertical-align: 1px;
	text-align: left;
}
input {
	/* background-color: #FAFAFA; */
	border: 1px solid #ABADB3;
	padding: 2px;
	margin: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
select {
	border: 1px solid #ABADB3;
	padding: 2px;
	margin: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea {
	border: 1px solid #ABADB3;
	padding: 2px;
	margin: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input[type=submit] {
	border: 1px solid #8B8B8B;
	/* font: 12px/1.4 arial, helvetica, sans-serif; */
	background-color: #F0E280;
	color: #404243;
	font-weight: bold;
}
input[type=submit]:hover {
	background-color: #E1D059; /* #A3BFE5; */
	cursor: pointer;
}
.imginput {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

/* TAB SEARCH */
.searchbox {
	width: 100%;
	height: 100%;
	right: 7px;
	color: #F1E483;
}
.gold {
	color: #F1E483;
}
.gold a {
	color: #F1E483;
}
.searchbox table {
	border-collapse: collapse;
}
.tabsubmit {
	background: url('/images/tabsubmit.png') no-repeat;
	width: 45px;
	height: 37px;
}
.tabs a {
	display: block;
	outline: none;
}
.tabs a:hover {
	font-weight: bold;
	text-decoration: none;
}
.tab1_on {
	background-image: url('/images/tab1_on.png');
	font-weight: bold;
	height: 18px;
	width: 76px;
}
.tab1_off {
	background-image: url('/images/tab1_off.png');
	height: 18px;
	width: 76px;
}
.tab2_on {
	background-image: url('/images/tab2_on.png');
	font-weight: bold;
	height: 18px;
	width: 145px;
}
.tab2_off {
	background-image: url('/images/tab2_off.png');
	height: 18px;
	width: 145px;
}
.tabsearch {
	background: url('/images/tabsearch.png') no-repeat;
	height: 24px;
	width: 287px;
}
.tabsearch input {
	margin-left: 25px;
	margin-top: 4px;
	padding: 0px;
	width: 200px;
	height: 17px;
	font-size: 14px;
	background-color: transparent;
	border: 0px;
	color: #8a8b8c;
}
.tabsearch input[type=image] {
	float: right;

	width: 50px;
	height: 17px;
	margin: 0px;
	margin-right: 5px;
	margin-top: 3px;
	padding: 0px;
}
/*
.tabsubmit input[type=submit] {
	background: url('/images/search.png') no-repeat 9px 4px;
	margin: 0px;
	padding: 0px;

	border: 0px;
	color: #F3EDBE;
	outline: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.tabsubmit input[type=submit]:hover {
	background: url('/images/mag_on.png') no-repeat 9px 5px;
}
*/


/* FILMSTRIP */
.filmstrip {
	width: 216px;
	background: #FFFFFF;
	/* background: #FFFFFF url('/images/filmstrip.png') no-repeat 30px 7px; */
}
/* .filmstrip a {
	margin-right: 12px;
	opacity: .9;
}
.filmstrip a:hover{
	opacity: 1;
}
*/

.icon {
	vertical-align: -3px;
}

a,.ajax {
	color: #C1272D; /* #2E50B8 */
	text-decoration: none;
	cursor: pointer;
}
a:hover,.ajax:hover {
	text-decoration: underline;
}
.foot {
	text-align: center;
	background-color: #000000;
	height: 80px;
	color: #C0BFBF;
}
.foot a {
	color: #C0BFBF;
	text-decoration: none;
}
.foot a:hover {
	text-decoration: underline;
}
#alert {
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: fixed;
	top: -1px;
	border-bottom: 1px solid #C6C6C6;
	left: 0;
	background-color: #F9ED97;
	height: 0;
	color: #C1272D;
	font: 20px/40px arial, sans-serif;
	z-index: 30;
	opacity: .9;
}

/* NAVBAR */
.navbutton {
	width: 185px;
	height: 45px;
	padding-top: 20px;
	font-size: 11px;
	color: #aea55f;
}
.navbutton a {
	color: #aea55f;
	/*  padding-left: 15px; */
}
.navlink {
	display: block;
	height: 42px;
}
.nav1_on,.nav1_off:hover { background: url('/images/nav1_on.png'); }
.nav2_on,.nav2_off:hover { background: url('/images/nav2_on.png'); }
.nav3_on ,.nav3_off:hover{ background: url('/images/nav3_on.png'); }
.nav1_off { background: url('/images/nav1_off.png'); }
.nav2_off { background: url('/images/nav2_off.png'); }
.nav3_off{ background: url('/images/nav3_off.png'); }




.categories {
	z-index: 15;
	display: none;
	position: absolute;
	background-color: #881724;
	width: 169px;
}
.categories a {
	color: #FFFFFF;
	display: block;
	border-top: 1px solid #9C4C3B;
	padding: 3px 0 3px 6px;
}
.categories a:hover {
	color: #F1E483;
	text-decoration: none;
	/* background-color: #6E141C; */
}


.review {
	border-bottom: 1px dotted #CFCFCF;
	padding: 15px 0 15px 0;
}
.reviewbody {
	padding: 10px;
}
.reply {
	display: none;
	border-left: 3px dotted #CFCFCF;
	padding: 10px;
	margin: 5px;
}
.comments {
	display: none;
	border-left: 3px dotted #CFCFCF;
	padding: 10px;
	margin: 5px;
}
.commentbody {
	padding: 10px;
}
.comment {
	border-top: 1px dotted #CFCFCF;
}

.reviewart {
	height: 100px;
	width: 83px;
	float: right;
	border: 1px solid #000000;
	margin-top: 5px;
}






.login {
	width: 280px;
	text-align: center;
	padding-top: 4px;
}


.modal {
	display: none;
	position: absolute;
	z-index: 50;
	top: 20px;
	left: 20px;
	
	background-color: #FFFFFF;
	border: 7px solid #CFCFCF;
	padding: 10px;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 5px 5px 20px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
}
.registerlogin {
	width: 650px;
}
.close {
	position: absolute;
	top: -20px;
	right: -25px;
	cursor: pointer;
}
.showlogin {
	cursor: pointer;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

/* SHOWTIMES */
.time{
  display:inline;
  margin-right:10px;
  border:1px solid #ddd;
  padding:3px;
  background:#eee;
}


/* SLIDER */
		/*
		 * Required 
		*/
		.container { width:480px; height:300px; overflow:hidden; position:relative; cursor:pointer; }
		.slides { position:absolute; top:0; left:0; }
		.slides div { position:absolute; top:0; width:480px; display:none; }
		/*
		 * Optional
		*/
		ins { text-decoration: none; }
		del { text-decoration: line-through; }
		#loopedSlider { margin:0px auto; width:480px; position:relative; clear:both; }
		ul.pagination { list-style-type:none; margin:0; padding:0; margin:2px auto; width:198px; }
		ul.pagination li { float:left; margin:0 5px; }	
		ul.pagination a { outline: none;  display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(/images/pagination.png); background-position:0 0; background-repeat:no-repeat;}
		ul.pagination li.active a {background-position:0 -12px}
		a.previous { outline: none; position:absolute; top:120px; left:-32px; }
		a.next { outline: none; position:absolute; top:120px; right:-32px; }

