/* Main */

body {
	font-family:Arial, Verdana;
	color:#dddddd;
	background-color:#111111;
	background-image: url(images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	font-size:11px;
	padding:0px;
	margin:0px;
	text-align:center;
	_behavior:url("jscripts/csshover.htc");
}

a {
	color:#dddddd;
	text-decoration:underline;
}

a:hover {
	color:#dddddd;
	text-decoration:none;
}

a.anchor {
	color:inherit;
	text-decoration:none;
}

a.anchor:hover {
	color:inherit;
	text-decoration:none;
}

img {
	border:0px;
}

hr {
	width:100%;
	height:1px;
	padding:0px;
	margin:5px 0px 10px 0px;
	background-color:#000000;
	border:0px;
	border-bottom:#1a1a1a 1px solid;
}

h1 {
	color:#ffffff;
	padding:0px;
	margin:0px 0px 18px 0px;
	font-weight:normal;
	font-size:30px;
	font-family:'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
	text-transform:uppercase;
}

h2 {
	color:#ffed25;
	padding:0px;
	margin:0px 0px 8px 0px;
	font-weight:normal;
	font-size:18px;
	font-family:'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
	text-transform:uppercase;
}

P {
	padding:0px 0px 12px 0px;
	margin:0px;
}

#wrapper {
	position:relative;
	width:1056px;
	height:auto;
	background-color:#111111;
	background-image: url(images/bg_main.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	padding:auto;
	margin:auto;
	text-align:left;
}

/* Header */

#header {
	position:relative;
	width:1056px;
	height:215px;
	background-color:#111111;
	background-image: url(images/bg_header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding:auto;
	margin:auto;
	text-align:center;
}

#search {
	position:relative;
	width:220px;
	height:26px;
	padding:63px 94px 0px 0px;
	margin:0px;
	text-align:left;
	float:right;
}

#search form {
	margin:0px;
	padding:0px;
}

#search input.searchfield {
	width:182px;
	height:20px;
	background-image:url('images/search_bg1.jpg');
	background-repeat:no-repeat;
	padding:6px 10px 0px 28px;
	border:0px;
	color:#999999;
	font-family:Arial,Verdana;
	font-size:12px;
	background-color:#111111; 
}

#search input.submitbutton {
	position:absolute;
	width:20px;
	height:20px;
	background-image:url('images/search_button1.jpg');
	background-repeat:no-repeat;
	padding:0px;
	margin:3px 0px 0px 6px;
	*margin:4px 0px 0px 6px;
	border:0px;
	cursor:hand;
	cursor:pointer;
	background-color: transparent; 
}

#search input.submitbutton:hover {
	position:absolute;
	width:20px;
	height:20px;
	background-image:url('images/search_button2.jpg');
	background-repeat:no-repeat;
	padding:0px;
	margin:3px 0px 0px 6px;
	*margin:4px 0px 0px 6px;
	border:0px;
	cursor:hand;
	cursor:pointer;
	background-color: transparent; 
}

#logo {
	position:relative;
	width:570px;
	height:107px;
	padding:16px 0px 0px 82px;
	margin:0px;
	text-align:left;
	float:left;
}

#logo h1 {
	color:#000000;
	padding:0px;
	margin:0px;
	height:10px;
	font-weight:normal;
	font-size:10px;
	font-family:Arial, sans-serif, Verdana;
	text-transform:uppercase;
}

#logo a {
	color:#000000;
	text-decoration:none;
}

#logo a:hover {
	color:#000000;
	text-decoration:none;
}

/* Menu Index */

#menu_index {
	position:relative;
	width:200px;
	height:276px;
	padding:0px;
	margin:0px;
	left:33px;
	text-align:left;
	float:left;
}

#menu_index img {
	padding:0px;
	margin:0px;
}

#menu_index_followus {
	width:200px;
	height:91px;
	padding:0px;
	margin:0px;
	background-image: url(images/menu_index6.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#menu_index_followus2 {
	padding:41px 0px 0px 25px;
	margin:0px;
}

#menu_index_followus2 .followout {
	width:30px;
	height:30px;
	padding:0px;
	float:left;
	margin:0px 5px 0px 0px;
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

#menu_index_followus2 .followover {
	width:30px;
	height:30px;
	padding:0px;
	margin:0px 5px 0px 0px;
	float:left;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}

/* Menu */

#menu {
	position:relative;
	width:200px;
	height:37px;
	padding:0px;
	margin:0px;
	left:33px;
	text-align:left;
	float:left;
	z-index:100;
}

#menu .menuitems {
	position:absolute;
	width:200px;
	height:239px;
	padding:0px;
	margin:0px;
	text-align:left;
	float:left;
	display:none;
	z-index:100;
}

#menu:hover .menuitems {
	position:absolute;
	width:200px;
	height:239px;
	padding:0px;
	margin:0px;
	*margin:37px 0px 0px -203px;
	text-align:left;
	float:left;
	display:block;
	z-index:100;
}

#menu img {
	padding:0px;
	margin:0px;
}

#menu_followus {
	width:200px;
	height:91px;
	padding:0px;
	margin:0px;
	background-image: url(images/menu_6.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#menu_followus2 {
	padding:41px 0px 0px 25px;
	margin:0px;
}

#menu_followus2 .followout {
	width:30px;
	height:30px;
	padding:0px;
	float:left;
	margin:0px 5px 0px 0px;
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

#menu_followus2 .followover {
	width:30px;
	height:30px;
	padding:0px;
	margin:0px 5px 0px 0px;
	float:left;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}

/* Page Index */

#page_index {
	position:relative;
	width:901px;
	height:auto;
	min-height:507px;
	padding:0px;
	margin:-85px 0px 0px 78px;
	background-image: url(images/bg_index.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:left;
}

#page_index_text {
	position:relative;
	width:602px;
	height:221px;
	padding:0px;
	margin:46px 0px 0px 0px;
	right:27px;
	background-image: url(images/index_text.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	float:right;
	text-align:left;
}

#page_index_boxes {
	position:relative;
	float:left;
	clear:both;
	padding-top:25px;
	_margin-left:-16px;
	text-align:left;
	min-height: 1px;
}

/* Page Movie */

#page_movie {
	position:relative;
	width:901px;
	height:auto;
	min-height:599px;
	padding:0px;
	margin:-85px 0px 0px 78px;
	background-image: url(images/bg_movie.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:left;
}

#page_movie2 {
	position:relative;
	width:588px;
	height:auto;
	padding:0px;
	margin:0px;
	right:32px;
	text-align:left;
	float:right;
}

#page_movieratingtitle {
	position:relative;
	width:588px;
	height:48px;
	padding:0px;
	margin:26px 0px 0px 0px;
	text-align:left;
	overflow:hidden;
	display:inline-block;
	white-space:nowrap;
}

#page_movieratingtitle h1 {
	color:#ffffff;
	padding:0px;
	margin:0px 0px 18px 0px;
	font-weight:normal;
	font-size:24px;
	font-family:'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
	text-transform:uppercase;
}

#page_movierating {
	position:relative;
	width:588px;
	height:auto;
	padding:0px;
	margin:0px;
	float:right;
	text-align:left;
}

#page_movieratingbox {
	position:relative;
	width:262px;
	height:226px;
	padding:0px;
	margin:24px 0px 0px 0px;
	float:left;
	text-align:left;
}

#movie_addthis {
	position:relative;
	width:83px;
	height:16px;
	padding:0px;
	margin:0px 26px 0px 0px;
	float:right;
	text-align:left;
}

#movie_rating {
	position:relative;
	width:262px;
	height:180px;
	padding:0px;
	margin:30px 0px 0px 0px;
	float:right;
	text-align:left;
	color:#999999;
	font-weight:normal;
	font-size:12px;
	font-family:'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
}

#movie_rating a {
	cursor:help;
}

#movie_rating a:hover {
	cursor:help;
}

#movie_rating .helpout {
	width:12px;
	height:12px;
	padding:0px;
	margin:0px;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}

#movie_rating .helpover {
	width:12px;
	height:12px;
	padding:0px;
	margin:0px;
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

#movie_rating img {
	padding:0px;
	margin:8px 0px 20px 0px;
}

#page_movierating2 {
	position:relative;
	width:586px;
	height:auto;
	padding:0px;
	margin:56px 0px 0px 0px;
	float:right;
	text-align:justify;
	color:#ffffff;
	font-weight:normal;
	font-size:12px;
	font-family: Arial, Verdana;
}

#page_movierating2 span.boldtitle {
	color:#999999;
	font-weight:bold;
	font-size:12px;
	font-family: Arial, Verdana;
}

#page_movierating2 p {
	padding:0px;
	margin:18px 0px 0px 0px;
	line-height:16px;
}

#movie_trailerbuttons {
	position:relative;
	width:222px;
	height:85px;
	padding:0px;
	margin:0px 0px 10px 20px;
	float:right;
	text-align:right;
}

#movie_trailerbuttons a {
	cursor:hand;
	cursor:pointer;
}

#movie_trailerbuttons a:hover {
	cursor:hand;
	cursor:pointer;
}

#movie_trailerbuttons .trailerbuttonout {
	width:auto;
	height:35px;
	padding:0px;
	margin:0px;
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

#movie_trailerbuttons .trailerbuttonover {
	width:auto;
	height:35px;
	padding:0px;
	margin:0px;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

#movie_trailerbuttons img {
	padding:0px;
	margin:0px;
}

#page_movierating3 {
	position:relative;
	width:611px;
	height:auto;
	min-height:250px;
	padding:0px;
	margin:28px 0px 0px -25px;
	background-image: url(images/reviews_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:right;
	text-align:justify;
}

#movie_reviews {
	position:relative;
	width:586px;
	height:auto;
	padding:0px;
	margin:5px 0px 0px 0px;
	float:right;
	text-align:justify;
}

#movie_reviews span.whitetitle {
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	font-family: Arial, Verdana;
}

#movie_reviews span.applecomment {
	color:#555555;
	font-weight:normal;
	font-size:10px;
	font-family: Arial, Verdana;
}

#movie_ratebutton {
	position:relative;
	width:145px;
	height:34px;
	padding:0px;
	margin:23px 0px 0px 0px;
	float:right;
	text-align:left;
}

#movie_ratebutton a {
	cursor:hand;
	cursor:pointer;
}

#movie_ratebutton a:hover {
	cursor:hand;
	cursor:pointer;
}

#movie_ratebutton .ratebuttonout {
	width:auto;
	height:35px;
	padding:0px;
	margin:0px;
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

#movie_ratebutton .ratebuttonover {
	width:auto;
	height:35px;
	padding:0px;
	margin:0px;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

#page_admovie {
	position:relative;
	width:300px;
	height:250px;
	padding:0px;
	margin:0px;
	float:right;
	text-align:left;
}

/* Pages */

#page_about {
	position:relative;
	width:901px;
	height:auto;
	min-height:649px;
	padding:0px;
	margin:-85px 0px 0px 78px;
	background-image: url(images/bg_about.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:left;
}

#page_search {
	position:relative;
	width:901px;
	height:auto;
	min-height:649px;
	padding:0px;
	margin:-85px 0px 0px 78px;
	background-image: url(images/bg_search.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:left;
}

#page_ratings {
	position:relative;
	width:901px;
	height:auto;
	min-height:649px;
	padding:0px;
	margin:-85px 0px 0px 78px;
	background-image: url(images/bg_ratings.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:left;
}

#page_reviews {
	position:relative;
	width:901px;
	height:auto;
	min-height:649px;
	padding:0px;
	margin:-85px 0px 0px 78px;
	background-image: url(images/bg_reviews.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:left;
}

#page_text {
	position:relative;
	width:598px;
	height:auto;
	padding:0px;
	margin:29px 0px 5px 0px;
	right:32px;
	float:right;
	text-align:left;
}

#page_text2 {
	position:relative;
	color:#dddddd;
	font-size:11px;
	font-family:Arial, Verdana;
	width:400px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	background-color:#000000;
	text-align:justify;
}

#page_table a {
	color:#dddddd;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#page_table a:hover {
	color:#999999;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#page_text2 ul {
	padding:0px;
	margin:0px 0px 0px 15px;
	list-style:square;
	text-align:left;
}

#page_text2 li {
	padding:0px;
	margin:0px 0px 10px 0px;
	text-align:left;
}

#page_text2 table {
	width:395px;
	padding:0px;
	margin:0px;
	border:0px;
	text-align:left;
}

#page_text2 td.title {
	padding:3px;
	margin:0px;
	color:#ffed25;
	font-size:11px;
	font-family:Arial, Verdana;
	font-weight:bold;
	background-color:#222222;
	background-image: url(images/table_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border:0px;
	text-align:left;
	vertical-align:top;
}

#page_table td.title a {
	color:#ffed25;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#page_table td.title a:hover {
	color:#999999;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#page_text2 td.title2 {
	padding:3px;
	margin:0px;
	color:#dddddd;
	font-size:11px;
	font-family:Arial, Verdana;
	font-weight:bold;
	border:0px;
	border-bottom:#222222 1px solid;
	text-align:left;
	vertical-align:top;
}

#page_text2 td.title3 {
	padding:3px;
	margin:0px;
	color:#dddddd;
	font-size:11px;
	font-family:Arial, Verdana;
	font-weight:normal;
	border:0px;
	border-bottom:#222222 1px solid;
	text-align:justify;
	vertical-align:top;
}

#page_text2 td.rating {
	padding:3px;
	margin:0px;
	color:#dddddd;
	font-size:11px;
	font-family:Arial, Verdana;
	font-weight:normal;
	background-color:#000000;
	border:0px;
	border-bottom:#222222 1px solid;
	text-align:left;
	vertical-align:top;
}

#page_text2 td {
	padding:3px;
	margin:0px;
	color:#dddddd;
	font-size:11px;
	font-family:Arial, Verdana;
	font-weight:normal;
	background-color:#000000;
	border:0px;
	text-align:left;
	vertical-align:top;
}

#page_text2 td.pageresults {
	padding:3px;
	margin:0px;
	color:#ffed25;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border:0px;
	text-align:center;
	vertical-align:middle;
	height:50px;
}

#page_table td.pageresults a {
	color:#999999;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 3px 0px 3px;
}

#page_table td.pageresults a:hover {
	color:#ffed25;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 3px 0px 3px;
}

#page_table td.pageresults a.current {
	color:#ffed25;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px 3px 0px 3px;
}

#page_table td.pageresults a.current:hover {
	color:#ffed25;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px 3px 0px 3px;
}

#page_text2 ul.pagenumber {
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-type:none;
	display:inline;
}

#page_text2 li.pagenumberitem {
	width:15px;
	height:12px;
	border:#999999 1px solid;
	background-color:#111111;
	padding:3px 7px 3px 7px;
	margin:0px;
	display:inline;
	*border:0px;
	*background-color:#000000;
}

#page_text2 li.pagenumberitem2 {
	width:15px;
	height:12px;
	border:#ffed25 1px solid;
	background-color:#333333;
	padding:3px 7px 3px 7px;
	margin:0px;
	display:inline;
	*border:0px;
	*background-color:#000000;
}

#page_ad {
	position:relative;
	width:160px;
	height:600px;
	padding:0px;
	margin:8px 0px 15px 0px;
	float:right;
	text-align:left;
}

#page_searchresults {
	font-size:14px;
	padding:0px;
	margin:20px 0px 0px 0px;
	text-align:left;
}

#page_searchresults a {
	color:#ffed25;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#page_searchresults a:hover {
	color:#dddddd;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#page_searchresults small {
	color:#999999;
	font-size:11px;
}

/* Page Sidebar */

#box_ad_left {
	position:relative;
	width:200px;
	height:200px;
	padding:0px;
	margin:25px 0px 0px 0px;
	left:33px;
	text-align:left;
	float:left;
	clear:left;
	z-index:1;
}

#box_ad_left2 {
	position:relative;
	width:200px;
	height:200px;
	padding:0px;
	margin:25px 0px 0px 0px;
	background-image: url(images/ad_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	left:33px;
	text-align:left;
	float:left;
	clear:left;
	z-index:1;
}

#box_poster {
	position:relative;
	width:200px;
	height:auto;
	padding:0px;
	margin:25px 0px 0px 0px;
	left:33px;
	text-align:left;
	float:left;
	clear:left;
	z-index:1;
}

#box_poster img {
	border:#1a1a1a 1px solid;
	width:198px;
	height:auto;
	z-index:1;
}

#box_leftbox {
	position:relative;
	width:200px;
	height:49px;
	padding:0px;
	margin:85px 0px 0px 0px;
	left:33px;
	text-align:left;
	float:left;
	clear:left;
	z-index:1;
}

#box_leftbox {
	position:relative;
	width:200px;
	height:49px;
	padding:0px;
	margin:85px 0px 0px 0px;
	left:33px;
	text-align:left;
	float:left;
	clear:left;
	z-index:1;
}

#box_leftbox_buttons {
	padding:0px;
	margin:0px 0px 0px 25px;
}

#box_leftbox_buttons .contactout {
	width:28px;
	height:28px;
	padding:0px;
	float:left;
	margin:0px 7px 0px 0px;
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

#box_leftbox_buttons .contactover {
	width:28px;
	height:28px;
	padding:0px;
	margin:0px 7px 0px 0px;
	float:left;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}

#box_leftbox2 {
	position:relative;
	width:168px;
	height:auto;
	padding:12px 16px 10px 16px;
	margin:65px 0px 0px 0px;
	*margin:63px 0px 0px 0px;
	left:33px;
	background-image: url(images/bg_sidebox.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	text-align:left;
	float:left;
	clear:left;
	overflow:hidden;
	display:inline-block;
	white-space:nowrap;
	z-index:1;
}

#box_leftbox2_bottom {
	position:relative;
	width:200px;
	height:3px;
	padding:0x;
	margin:0px 0px 0px 0px;
	left:33px;
	background-image: url(images/bg_sidebox2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align:left;
	float:left;
	clear:left;
	z-index:1;
}

#box_leftbox2 .extrainfo {
	width:153px;
	height:auto;
	padding:0px;
	margin:8px 0px 0px 9px;
	color:#999999;
	font-weight:normal;
	font-size:11px;
	font-family:'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
	white-space:normal;
}

#box_leftbox2 ul {
	padding:0px;
	margin:0px;
	*margin:-20px 0px 0px 0px;
	list-style:none;
}

#box_leftbox2 li {
	width:168px;
	height:23px;
	padding:2px 0px 0px 9px;
	margin:0px;
	background-image: url(images/links_line.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-weight:normal;
	font-size:14px;
	font-family:'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
	cursor:hand;
	cursor:pointer;
}

#box_leftbox2 a {
	color:#ffffff;
	text-decoration:none;
}

#box_leftbox2 a:hover {
	color:#999999;
	text-decoration:none;
}

/* Page Index Boxes */

#box_ad {
	position:relative;
	width:200px;
	height:200px;
	padding:0px;
	margin:0px 0px 0px 33px;
	left:0px;
	text-align:left;
	float:left;
	clear:left;
}

#box_latest {
	position:relative;
	width:245px;
	height:136px;
	padding:1px 0px 0px 23px;
	margin:53px 0px 0px 25px;
	text-align:left;
	float:left;
	clear:right;
	overflow:hidden;
	display:inline-block;
	white-space:nowrap;
	color:#FFFFFF;
	font-weight:normal;
	font-size:14px;
	font-family:'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
	line-height:23px;
}

#box_latest a {
	color:#FFFFFF;
	text-decoration:none;
}

#box_latest a:hover {
	color:#999999;
	text-decoration:none;
}

#box_latest a.more {
	color:#555555;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
}

#box_latest a.more:hover {
	color:#999999;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
}

#box_featured {
	position:relative;
	width:270px;
	height:137px;
	padding:0px 0px 0px 23px;
	margin:53px 0px 0px 40px;
	text-align:left;
	float:left;
	clear:right;
	overflow:hidden;
	display:inline-block;
	white-space:nowrap;
	*white-space:normal;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	font-family:'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
}

#box_featured img.poster {
	float:left;
	border:#555555 1px solid;
	margin:0px 16px 0px 0px;
	width:90px;
	height:130px;
}

#box_featured a {
	color:#FFFFFF;
	text-decoration:none;
}

#box_featured a:hover {
	color:#999999;
	text-decoration:none;
}

#box_featured_ratings {
	position:relative;
	width:auto;
	height:auto;
	padding:0px;
	margin:10px 0px 0px 0px;
	text-align:left;
	color:#cccccc;
	font-weight:normal;
	font-size:12px;
	font-family:'Century Gothic', Trebuchet MS, Helvetica, Arial, sans-serif, Verdana;
}

#box_featured_ratings a {
	cursor:help;
}

#box_featured_ratings a:hover {
	cursor:help;
}

#box_featured_ratings .helpout {
	width:12px;
	height:12px;
	padding:0px;
	margin:0px;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}

#box_featured_ratings .helpover {
	width:12px;
	height:12px;
	padding:0px;
	margin:0px;
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

#box_featured_ratings img {
	padding:0px;
	margin:3px 0px 8px 0px;
}

#box_ad_line {
	position:relative;
	width:728px;
	height:15px;
	clear:both;
	padding-top:25px;
	margin:0 auto;
	*left:50px;
	_left:80px;
	text-align:center;
	background-color:#000000;
}

/* Footer */

#footer {
	position:relative;
	width:1056px;
	height:135px;
	color:#999999;
	font-size:10px;
	background-image: url(images/bg_footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding:10px 0px 0px 0px;
	margin:auto;
	clear:both;
	text-align:left;
}

#footer P {
	color:#555555;
	padding:0px;
	margin:13px 0px 0px 0px;
}

#footer_menu {
	position:relative;
	padding:0px;
	margin:33px 0px 0px 0px;
	right:110px;
	text-align:right;
	float:right;
}

#footer_menu .footermenu {
	text-transform:uppercase;
}

#footer_menu .dash {
	color:#555555;
}

#footer_copy {
	position:relative;
	padding:0px;
	margin:33px 0px 0px 0px;
	left:110px;
	text-align:left;
	float:left;
}

#footer a {
	color:#999999;
	text-decoration:none;
}

#footer a:hover {
	color:#dddddd;
	text-decoration:none;
}

#footer a.teslinks {
	color:#555555;
	text-decoration:none;
}

#footer a.teslinks:hover {
	color:#999999;
	text-decoration:none;
}

/* Tool Tips */

#theToolTip{
	position: absolute;
	left: -300px;
	width: 200px;
	border: 1px solid #dddddd;
	padding: 6px 0px 0px 10px;
	background-color: #111111;
	background-image: url(images/tooltipbg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	visibility: hidden;
	z-index: 100;
}
 
#ToolTipPointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
 
#theToolTip p{
	font-size: 1.1em;
	color: #555555;
	line-height:1.4em;
	margin-right:10px;
	margin-top:0;
	text-align:left;
}
 
#ToolTipTextWrap {
	font-weight:bold;
	font-size: 1.2em;
	color: #dddddd;
	margin-right:10px;
	margin-bottom:5px;
	text-align:left;
}

/* Extra */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}