/* A */

/* Color of the link in the page before and after a user has clicked on it */
a, a:visited {	
	color: #FF5500;
	text-decoration: none;
}

/* Color of the link in the page when the user hovers over it with the mouse */
a:hover {	
	color: #000000;
	text-decoration: none;
}

/* BODY */

body {
	margin: 0px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* DIV */

#div_container {
	width: 1000px;
	margin: 0px auto;
}

#div_page_header {
	position: absolute;
	height: 150px;
	width: 1000px;
}

#div_page_nav  {
	position: absolute;
	top: 150px;
	height: 45px;
	width: 1000px;
	background-image: url(/images/nav.png);
}

#div_main {
	position: absolute;
	top: 195px;
	width: 1000px;
}

#div_main_blog {
	float:left;
	margin: 195px 0px 0px 0px;
	width: 1000px;
}

/* Top Navigation Bar */

.div_inner_nav {
	position:absolute;
	top: 9px;
	left:16px;
	/*left: 281px;*/
	width:660px;
	font-size: 14px;
}

.div_search_form {
	position: absolute;
	top:9px;
	left: 814px;
	/*float:right;
	width:175px;
	margin:9px 15px 0px 0px;*/
	text-align:right;
}

.div_inner_nav a,.div_inner_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.div_inner_nav a:hover {
	color: #FF5500;
	text-decoration: none;
}

/*.div_inner_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}*/

/* DIV Side & Center Panels */

.div_side_header_top_l {
	/*float: left;*/
	position:absolute;
	top:0px;
	left:0px;
	height: 5px;
	width: 6px;
	background: url(/images/header_top_l.png);
}

.div_side_header_top {
	/*float: left;*/
	position:absolute;
	top:0px;
	left:6px;
	height: 5px;
	width: 186px;
	background: url(/images/header_top_c.png) repeat-x;
}

.div_side_header_top_r {
	/*float: left;*/
	position:absolute;
	top:0px;
	left:192px;
	height: 5px;
	width: 6px;
	background: url(/images/header_top_r.png);
}

.div_side_header_l {
	position:absolute;
	top:0px;
	left:0px;
	height: 25px;
	width: 6px;
	background: url(/images/header_l.png);
}

.div_side_header_c {
	position:absolute;
	top:0px;
	left:6px;
	height: 25px;
	width: 186px;
	background: url(/images/header_c.png) repeat-x;
}

.div_side_header_r {
	position:absolute;
	top:0px;
	left:192px;
	height: 25px;
	width: 6px;
	background: url(/images/header_r.png);
}

.div_side_header_slider_l {
	float: left;
	height: 25px;
	width: 6px;
	background: url(/images/header_slide_light_l.png);
}

.div_side_header_slider {
	position:absolute;
	left:0px;
	height: 25px;
	width: 198px;
	background: url(/images/header_slide_light.png);
}

.div_side_header_slider_r {
	float: left;
	height: 25px;
	width: 6px;
	background: url(/images/header_slide_light_r.png);
}

.div_side_header_slider_first {
	position:absolute;
	top:0px;
	left:0px;
	height: 25px;
	width: 198px;
	background: url(/images/header_slide_first.png);
}

.div_side_330, .div_side_510, .div_side_1250, .div_side_slider {
	position:absolute;
	top:25px;
	left:0px;
	width: 196px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: url(/images/270.jpg) repeat-x;
}

.div_side_330 {
	height: 330px;
}

.div_side_510 {
	height: 510px;
}

.div_side_1250 {
	height: 1250px;
}

.div_side_slider {
	height: 410px;
}

.div_side_in_hdr, .div_cen_in_hdr, .div_cen_in_hdr_r {
	position:absolute;
	height: 20px;
	top:0px;
	left:10px;
	margin-top:5px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.div_side_inner_header {
	width: 170px;
}

.div_cen_in_hdr {
	width: 400px;
}

.div_cen_in_hdr_r {
	left: 420px;
	width:150px;
	text-align:right;
}

.div_side_in_hdr_slider {
	position:absolute;
	top: 5px;
	left:16px;
	font-size: 12px;
	color: #FFFFFF;
	width: 150px;
	font-weight: bold;
	
}
.div_side_inner_15_10 {
	height: 100%;
	width: 176px;
	margin: 15px 10px 0px 10px;	
}

.div_side_inner_15_8 {
	height: 100%;
	width: 180px;
	margin: 15px 8px 0px 8px;	
}

.div_side_inner_15_15 {
	height: 100%;
	width: 166px;
	margin: 15px 15px 0px 15px;
}

.div_side_inner_15_15_scroll {
	float: left;
	width: 166px;
	margin: 0px 5px 0px 15px;
	overflow: visible;
}

.div_side_inner_15_15_scroll_2 {
	position:absolute;
	width: 166px;
	left:15px;
	overflow: visible;
}

#hdrinholder2,#hdrinholder3,#hdrinholder4,#hdrinholder5 {
	color:#000000;
}

.div_side_footer {
	position:absolute;
	height: 15px;
	width: 100%;
	background-image: url(/images/side_footer.png);
}

.div_cen_header_top_l {
	/*float: left;*/
	position:absolute;
	top:0px;
	left: 6px;
	height: 5px;
	width: 6px;
	/*margin-left: 9px;*/
	background: url(/images/header_top_l.png);
}

.div_cen_header_top {
	/*float: left;*/
	position:absolute;
	top:0px;
	left: 12px;
	height: 5px;
	width: 580px;
	background: url(/images/header_top_c.png) repeat-x;
}

.div_cen_header_top_r {
	/*float: left;*/
	position:absolute;
	top:0px;
	left: 592px;
	height: 5px;
	width: 6px;
	/*margin-right: 9px;*/
	background: url(/images/header_top_r.png);
}

.div_cen_header_l {
	position:relative;
	float:left;
	margin-left:6px;
	top:0px;
	height: 25px;
	width: 6px;
	background: url(/images/header_l.png);
}

.div_cen_header_c {
	position:relative;
	float:left;
	top:0px;
	height: 25px;
	width: 580px;
	background: url(/images/header_c.png) repeat-x;
}

.div_cen_header_r {
	position:relative;
	float:left;
	top:0px;
	height: 25px;
	width: 6px;
	background: url(/images/header_r.png);
}

.div_cen_330, .div_cen_420,.div_cen_510, .div_cen_880, .div_cen_1250 {
	/*position:absolute;
	top:25px;
	left: 6px;*/
	position:relative;
	float:left;
	margin:0px 0px 0px 6px;
	width: 590px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: url(/images/270.jpg) repeat-x;
}

.div_cen_blog {
	position:relative;
	float:left;
	margin:0px 0px 0px 6px;
	width: 590px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: url(/images/270.jpg) repeat-x;
}

.div_cen_330 {
	height: 330px;
}

.div_cen_420 {
	height: 420px;
}

.div_cen_510 {
	height: 510px;
}

.div_cen_880 {
	height: 880px;
}

.div_cen_1250 {
	height: 1250px;
}

.div_cen_inner_5_0 {
	height: 100%;
	width: 590px;
	margin: 5px 0px 0px 0px;
}

.div_cen_inner_15_0 {
	height: 100%;
	width: 590px;
	margin: 15px 0px 0px 0px;
}

.div_cen_inner_15_10 {
	height: 100%;
	width: 5970px;
	margin: 15px 9px 0px 9px;	
}

.div_cen_inner_15_15 {
	height: 100%;
	width: 560px;
	margin: 15px 14px 0px 14px;
}

.div_cen_footer {
	position:relative;
	float:left;
	/*position:absolute;*/
	left: 6px;
	height: 15px;
	width: 592px;
	/*margin: 0px 9px;*/
	background-image: url(/images/center_footer.png);
}

/* Movie Thumbnail display for thumbnails in rows */

.div_movie_thumb_top_row, .div_movie_thumb {
	position:absolute;
	top:0px;
	left:20px;
	height: 300px;
	width: 180px;
	/*margin: 0px 10px 20px 10px;*/
	text-align: center;
}

.div_movie_thumb_top_row {
	/*margin-top: 15px;*/
}

.div_movie_thumb {
	/*margin-top: 40px;*/
}

/* Scene Thumbnail display for thumbnails in rows */

.div_scene_thumb_top_row, .div_scene_thumb {
	position:absolute;
	top:0px;
	left:0px;
	height: 185px;
	width: 180px;
	/*margin: 0px 10px;*/
	text-align: center;
}

.div_scene_thumb_top_row {
	/*margin-top: 15px;*/
}

.div_scene_thumb {
	/*margin-top: 40px;*/
}

/* Scrollbar */


/* Set small font-size or size/position of div's will be off in some browsers  */
div #scrollbar,#scrollbar2,#scrollbar3 { 
  position:absolute; 
  left:173px; 
  top:40px;
  width:11px; 
  height:363px;
  font-size:1px; 
  z-index:2
}

div #track,#track2,#track3 { 
  position:absolute; 
  left:0px; 
  top:11px;
  width:11px; 
  height:341px; 
  z-index:1;
  background: url("images/track.gif") #336 repeat
}

div#dragBar,#dragBar2,#dragBar3 {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px; z-index:1;
  background-color:#ceced6
  }  
div #up,#up2,#up3  { position:absolute; left:0; top:0px; z-index:2 }  
div #down,#down2,#down3 { position:absolute; right:0; top:352px; z-index:3 }
  

div #wn,#wn2,#wn3 { 
	position:absolute; 
	left:0px; top:40px; 
	width:173px; height:363px; 
	clip:rect(0px, 173px, 362px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div #lyr1,#lyr2,#lyr3	{ 
	position:absolute; 
	visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}
	
/*div #holder2,#holder3,#holder4 {
	display:none;
}*/


/* Login Popup */

#div_layer {
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index:2;
}

#div_popup_login {
	position: absolute;
	top:0px;
	left:0px;
	height: 250px;
	width: 300px;
	background-color: #ffffff;
	border: 10px solid #909090;
	z-index:3;
}

/* Cover Popup */

#div_popup_cover {
	position: absolute;
	top:0px;
	left:0px;
	height: 500px;
	width: 660px;
	background-color: #ffffff;
	border: 10px solid #909090;
	z-index:3;
}

/* Star Popup */

#div_popup_star {
	position: absolute;
	height: 220px;
	width: 160px;
	top:0px;
	left:0px;
	/*background-image: url(/images/shadow_star.png);
	background-color: #ffffff;
	border: 2px solid #FF5500;*/
	/*opacity: .5;
	filter: alpha(opacity=50);*/
}

/* Movie Popup */

#div_popup_movie {
	position: absolute;
	top:0px;
	left:0px;
	height: 400px;
	width: 310px;
}

#div_popup_movie_left {
	position: absolute;
	top:0px;
	left:0px;
	height: 50px;
	width: 85px;
	z-order:-1;
}

.div_popup_movie_in_hdr {
	float:left;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	width: 280px;
	margin-top:5px;
	margin-left:16px;
}

.div_popup_movie_hdr {
	float: left;
	height: 25px;
	width: 312px;
	background-image: url(/images/popup_movie_header.gif);
}

.div_popup_movie_footer {
	float: left;
	height: 15px;
	width: 312px;
	background-image: url(/images/popup_movie_footer.gif);
}

/* Star Rating */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(/images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:100px;
	height:20px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:20px;
	line-height:20px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

	/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* DIV */

#div_main_left {
	position: absolute;
	top: 0px;
	float: left;
	width: 198px;
}

#div_main_left_nav {
	position:absolute;
	top: 0px;
	height: 370px;
	width: 100%;
}

#div_main_left_list {
	position:absolute;
	top: 370px;
	height: 550px;
	width: 100%;
}

#div_main_left_promo {
	position:absolute;
	top: 920px;
	height: 370px;
	width: 100%;
}

#div_main_center {
	position: absolute;
	top: 0px;
	left: 198px;
	width: 604px;
}

#div_main_center_blog {
	position:relative;
	float:left;
	margin-top:0px;
	width: 100%;
}

#div_main_center_flash {
	/*position: absolute;
	top: 0px;
	left: 6px;
	height: 360px;
	width: 592px;*/
	position:relative;
	float:left;
	margin:0px 0px 10px 6px;
	width: 100%;
	background: url(/images/flash.jpg) no-repeat;
	z-index:0;
}

#div_main_center_today {
	position:relative;
	float:left;
	margin-top:0px;
	height: 550px;
	width: 100%;
}

#div_main_center_newest {
	position:relative;
	float:left;
	margin-top:0px;
	height: 370px;
	width: 100%;
}

#div_main_center_future {
	position:relative;
	float:left;
	margin-top:0px;
	height: 370px;
	width: 100%;
}

#div_main_center_popular {
	position:relative;
	float:left;
	margin-top:0px;
	float:left;
	margin-top:0px;
	width: 100%;
}

#div_main_center_1 {
	position:relative;
	float:left;
	margin-top:0px;
	width: 100%;
}

#div_main_center_stars_s {
	position: absolute;
	height: 550px;
	width: 100%;
}

#div_main_right {
	position: absolute;
	top: 0px;
	left: 802px;
	width: 198px;
}

#div_main_right_members {
	position: absolute;
	top: 0px;
	height: 370px;
	width: 100%;
}

#div_main_right_popular {
	position: absolute;
	top: 370px;
	height: 1290px;
	width: 100%;
}

#div_main_right_promo {
	position: absolute;
	top: 1660px;
	height: 370px;
	width: 100%;
}
#div_footer {
	position: absolute;
	top: 0px;
	height: 100px;
	width: 1000px;
}

#div_labels {
	position: relative;
	float:left;
	height: 100px;
	width: 1000px;
	margin-top:5px;
}

#div_footer_header {
	height: 25px;
	width: 100%;
	background-image: url(/images/bottom_tab.jpg);
}

#div_footer_inner {
	height: 40px;
	width: 968px;
	padding: 15px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
}







#div_main_center_home_dvd {
	height: 510px;
	width: 582px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(/images/center510.jpg);
}

#div_main_center_home_new, #div_main_center_home_future, #div_main_center_home_popular {
	height: 310px;
	width: 582px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(/images/center310.jpg);
}

#div_main_center_home_stars {
	height: 410px;
	width: 582px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(/images/center410.jpg);
}

#div_movie {
	position:absolute;
	height: 300px;
	width: 210px;
	top: 15px;
	left: 10px;
	/*background-color: #fff000;*/
}

#div_movie_text {
	position:absolute;
	height: 300px;
	width: 340px;
	top: 15px;
	left: 235px;
	/*background-color: #fff000;*/
}

#div_movie_text_desc {
	float: left;
	height: 70px;
	width: 308px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 15px;
	border: 1px dotted #c0c0c0;
	overflow:hidden;
}



.div_movie_popular {
	float: left;
	height: 305px;
	width: 180px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.div_star_thumb_top_row,  .div_star_thumb_top_row_first_col, .div_star_thumb, .div_star_thumb_first_col {
	position:absolute;
	top:0px;
	left: 0px;
	height: 220px;
	width: 140px;
	text-align: left;
}

.div_star_thumb_top_row, .div_star_thumb_top_row_first_col {
	/*margin-top: 10px;*/
}

.div_star_thumb, .div_star_thumb_first_col {
	/*margin-top: 20px;*/
}

 .div_star_thumb_top_row, .div_star_thumb {
	/*margin-left: 6px;*/
}

.div_star_thumb_top_row_first_col, .div_star_thumb_first_col {
	/*margin-left: 10px;*/
}


#div_main_center_join_banner {
	height: 760px;
	width: 100%;
	background-color: #999999;
}

#div_main_center_list {
	height: 995px;
	width: 582px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #999999;
}



#div_main_center_stars_all {
	height: 1250px;
	width: 582px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #999999;
}

#div_main_center_login {
	height: 250px;
	width: 100%;
	background-color: #999999;
}

#div_main_center_movie_scene {
	height: 310px;
	width: 582px;

	background-image: url(/images/center310.jpg);
}

#div_main_center_movies_all {
	height: 760px;
	width: 100%;
	background-color: #999999;
}

#div_main_center_scene {
	height: 1100px;
	width: 100%;
	margin-top: 10px;
	background-color: #999999;
}



#div_login {
	float: left;
	height: 60px;
	width: 120px;
	margin-top: 5px;
	margin-left: 8px;
	/*background-color: #fff000;*/
}

#div_login_pic {
	float: left;
	height: 40px;
	width: 40px;
	margin-top: 5px;
}


#div_main_right_join_promo {
	height: 310px;
	width: 100%;
	background-image: url(/images/side310.jpg);
}




.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

#divnavigation {
	/*float:left;
	margin: 15px 15px 0px 15px;*/
	position:absolute;
	top:15px;
	left:15px;
	width:560px;
}

#divnavigationinnerleft {
	float:left;
	height:40px;
	width:390px;
}

#divnavigationinnerright {
	float:left;
	height:40px;
	width:170px;
	text-align:right;
}

/* IMG */

img {
	border: 0px;
	behavior: url(iepngfix.htc);
}

.img_hr {
	height: 2px;
	width: 170px;
	margin: 10px 0px;
}

.img_join {
	height: 330px;
	width: 196px;
}

.img_join_footer {
	height: 15px;
	width: 198px;
}

.img_movie {
	height: 300px;
	width: 210px;
	border: 2px solid #909090;/**/
}

.img_movie_thumb {
	height: 257px;
	width: 180px;
	margin-bottom: 3px;
	/*border: 2px solid #909090;*/
	border: 0px;
}

.img_scene_thumb {
	height: 136px;
	width: 180px;
	margin-bottom: 3px;
	/*border: 2px solid #909090;*/
	border: 0px;
}


.img_star {
	/*height: 110px;
	width: 110px;*/
	height: 90px;
	width: 140px;
	border: 0px;
	/*border: 2px solid #909090;*/
}

.img_star2 {
	height: 200px;
	width: 140px;
	border: 0px;
}

/* INPUT */

.inputbutton {
	padding: 0 2 1 2;
	cursor:hand;cursor:pointer;
	font-family:arial;
	color:#ffffff;
	border: solid 1px #c0c0c0;
	background: url(/images/buttongrad.jpg) repeat-x;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FF9F1A',EndColorStr='#FF5500');
	font-size:10px;
}

.inputbuttongo {
	float:left;
	/*padding: 0px;
	cursor:hand;cursor:pointer;
	font-family:arial;
	color:#ffffff;*/
	/*border: solid 1px #c0c0c0;*/
	background: url(/images/search.jpg);
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FF9F1A',EndColorStr='#FF5500');*/
	font-size:10px;
	height:18px;
	width:18px;
	margin-top:0px;
}

.inputadmin {
	font-family:arial;
	font-size:11px;
	color:#000000;
	width: 150px;
	border: solid 1px #c0c0c0;
	border-collapse: collapse;
}

#inputsearch {
	float:left;
	font-family:arial;
	font-size:11px;
	color:#000000;
	width: 150px;
	border: solid 1px #c0c0c0;
	border-collapse: collapse;
	height:14px;
}


/* SELECT */

.selectdefault, #selectpagenum {
	margin-top: 2px;
	font-family:arial;
	font-size:11px;
	color:#000000;
	padding: 0;
	/*background-color: #000000;*/
}

/* SPAN */

.heading1 {
	font-size: 13px;
	color: #000000;
	font-stretch: condensed;
	font-weight:bold;
}

.heading2 {
	font-size: 18px;
	color: #606060;

	font-stretch: condensed;
}

