@charset "utf-8";
/* 50Hz Gamer Lite */

@import url(scorebox.css);

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	background:#999999;
}

a {
	color:black;
	text-decoration:underline;
}

img {
	border:0px;
	display:block;
}

a:hover {
	text-decoration:none;
}

.imgloader {
	width:1px;
	height:1px;
	left:-2000px;
	overflow:hidden;
}

#header_container {
	width:900px;
	height:117px;
	/*background:gray url(../img/header_bg.png) repeat-x;*/
	margin:auto;
}

#header_el {
	width:22px;
	height:117px;
	background:url(../img/header_el.png) no-repeat;
	display:block;
	float:left;
}

#header_er {
	width:22px;
	height:117px;
	background:url(../img/header_er.png) no-repeat;
	display:block;
	float:left;
}

#header {
	width:856px;
	height:117px;
	background:url(../img/header_bg.png) repeat-x;
	display:block;
	float:left;
}

#top_links {
	width:856px;
	height:31px;
	display:block;
	float:left;
	font-size:17px;
	font-weight:bold;
	color:black;
}

.top_links_item a {
	width:auto;
	height:20px;
	margin-top:4px;
	padding-left:24px;
	padding-right:4px;
	margin-left:6px;
	border-right:1px solid #333333;
	display:block;
	float:left;
	background:url(../img/top_link_bub.png) no-repeat left;
	text-decoration:none;
}

.top_links_quote {
	width:330px;
	display:block;
	float:right;
	font-size:11px;
	font-style:italic;
	text-align:right;
	margin-top:6px;
	font-weight:normal;
	overflow:hidden;
}

#header_logo a {
	width:231px;
	height:79px;
	background:url(../img/header_logo.png) no-repeat bottom;
	display:block;
	float:left;
}

#header_search {
	width:274px;
	height:32px;
	background:url(../img/header_search.png) no-repeat bottom;
	display:block;
	float:right;
	padding:26px 10px 20px 35px;
}

#search_field {
	width:234px;
	height:30px;
	display:block;
	float:left;
	overflow:hidden;
}

#search_field input {
	width:234px;
	font-size:16px;
	border:1px;
}

#search_submit a {
	width:40px;
	height:34px;
	display:block;
	float:left;
}

#navbar_container {
	width:900px;
	height:31px;
	margin:auto;
}

#navbar_el {
	width:10px;
	height:31px;
	background:url(../img/navbar_el.png);
	display:block;
	float:left;
}

#navbar_er {
	width:10px;
	height:31px;
	background:url(../img/navbar_er.png);
	display:block;
	float:left;
}

#navbar {
	width:880px;
	height:31px;
	background:url(../img/navbar_bg.png) repeat-x;
	display:block;
	float:left;
	color:white;
	font-size:16px;
}

.navbar_item {
	width:auto;
	height:22px;
	margin-top:6px;
	border-right:1px solid #333333;
	padding-left:3px;
	padding-right:3px;
	display:block;
	float:left;
}

.navbar_item a {
	color:white;
	text-decoration:none;
}

.navbar_item a:hover {
	color:#EEEEEE;
}

#body_container {
	width:900px;
	height:auto;
	margin:auto;
}

#body {
	width:898px;
	height:auto;
	display:block;
	float:left;
	border-left:1px solid black;
	border-right:1px solid black;
	background:white;
	padding-bottom:4px;
}

#body_article {
	width:622px;
	height:auto;
	padding-right:3px;
	padding-left:4px;
	display:block;
	float:left;
	margin-top:2px;
}

#sidebar {
	width:261px;
	height:auto;
	display:block;
	float:left;
	padding-left:3px;
	padding-top:7px;
}

.sidebar_header {
	width:254px;
	height:26px;
	font-size:22px;
	background:url(../img/sidebar_header.png);
	display:block;
	float:left;
	padding:1px 4px 0px 4px;
}
	
.sidebar_item {
	width:256px;
	height:auto;
	padding:2px;
	display:block;
	float:left;
	background:#DDDDDD;
	margin-left:1px;
}

.sidebar_footer {
	width:258px;
	height:13px;
	background:url(../img/sidebar_footer.png);
	display:block;
	float:left;
	margin-bottom:6px;
	margin-left:1px;
	text-align:right;
	padding-right:2px;
}

.sidebar_item img {
	display:block;
	float:left;
	margin-right:2px;
}

.sidebar_item a {
	text-decoration:none;
}

.sidebar_item strong {
	font-size:14px;
	font-weight:bold;
}

.sidebar_item_con a {
	width:252px;
	display:block;
	float:left;
	margin-bottom:2px;
	margin-left:2px;
}

.sidebar_item_con a:hover {
	background:#BBBBBB;
}

.sidebar_item_con_latest a {
	width:252px;
	height:40px;
	display:block;
	float:left;
	margin-bottom:2px;
	margin-left:2px;
	overflow:hidden;
}

.sidebar_item_con_latest a:hover {
	background:#BBBBBB;
}

.sidebar_item_con_latest_header {
	width:191px;
	height:15px;
	display:block;
	float:left;
	overflow:hidden;
}

.sidebar_item_con_news a {
	width:241px;
	display:block;
	float:left;
	margin-bottom:2px;
	margin-left:2px;
	background:url(../img/arrow.gif) no-repeat center left;
	padding-left:11px;
	padding-bottom:1px;
	border-bottom:1px dotted #999999;
}

.sidebar_item_con_news a:hover {
	background:#BBBBBB url(../img/arrow.gif) no-repeat center left;
}

.sidebar img {
	display:block;
	float:left;
	margin-right:4px;
	margin-top:2px;
}

.sidebar_header1 {
	font-size:14px;
	/*font-family:"Times New Roman", Times, serif;*/
}

.sidebar_small {
	font-size:9px;
}

.header1 {
	font-size:28px;
	/*font-family:"Times New Roman", Times, serif;*/
}

.header2 {
	font-size:18px;
}

/* NEW FEATURED BOX CODE STARTS HERE */

#new_featured_box {
	width:590px;
	height:378px;
	background:#BBB;
	border:2px solid #DDD;
	padding:5px;
	float:left;
	margin-left:8px;
	margin-bottom:6px;
}

#new_featured_box #main_area {
	width:590px;
	height:290px;
	float:left;
	border-left:1px solid #666;
	border-top:1px solid #666;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

#new_featured_box #main_area a {
	width:100%;
	height:290px;
	display:block;
	float:left;
	text-decoration:none;
	color:white;
	background:url(../featured/diag.png);
}

#new_featured_box #main_area a #box_description {
	width:586px;
	height:55px;
	float:left;
	margin-top:235px;
	font-size:14px;
	overflow:hidden;
	background:url(../featured/trans.png);
	padding-left:4px;
}

#new_featured_box #main_area a #box_description .header {
	width:100%;
	float:left;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
}

#new_featured_box #main_area a:hover #box_description .header {
	text-decoration:none;
}

#new_featured_box #select_area {
	width:100%;
	height:104px;
	float:left;
	margin-left:3px;
	margin-top:2px;
}

#new_featured_box #select_area .choice_box {
	width:140px;
	height:80px;
	border:2px solid #999;
	margin-right:3px;
	float:left;
}

#new_featured_box #select_area .choice_box .selected {
	/*width:45px;*/
	width:140px;
	height:12px;
	z-index:1000;
	position:absolute;
	/*margin-top:-14px;
	margin-left:47px;*/
	background:url(../featured/select_arrow.png);
	display:none;
}

#new_featured_box #select_area .choice_box a {
	width:100%;
	height:80px;
	display:block;
}

.main_featured {
	width:530px;
	height:150px;
	display:block;
	float:left;
	margin-left:5px;
	margin-bottom:7px;
	background:#EEEEEE;
}

.main_featured_img {
	width:250px;
	height:150px;
	display:block;
	float:left;
}

.main_featured_text {
	width:275px;
	height:75px;
	display:block;
	float:left;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
}

.main_featured_link {
	width:280px;
	height:20px;
	display:block;
	float:left;
	text-align:center;
}

.main_featured_text span {
	font-size:18px;
	/*font-family:"Times New Roman", Times, serif;*/
}
.main_featured_thumb {
	width:260px;
	height:40px;
	display:block;
	float:left;
	padding-left:20px;
}

.main_featured_thumb_img {
	width:50px;
	height:40px;
	display:block;
	float:left;
	margin-left:8px;
}

.main_feat {
	width:530px;
	height:150px;
	display:block;
	float:left;
	background:#CCCCCC;
}

.main_feat_headerbox {
	width:525px;
	height:24px;
	display:block;
	float:left;
	background:#EEEEEE;
	border-right:2px solid #DDDDDD;
	border-bottom:2px solid #DDDDDD;
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:24px;
	padding-left:3px;
	margin-bottom:3px;
	margin-left:5px;
}

.main_feat_img_1 a {
	width:132px;
	height:150px;
	display:block;
	float:left;
	background:url(../featured/feat01.PNG);
}

.main_feat_img_1 a:hover {
	background:url(../featured/feat01h.PNG);
}

.main_feat_img_2 a {
	width:132px;
	height:150px;
	display:block;
	float:left;
	background:url(../featured/feat02.PNG);
}

.main_feat_img_2 a:hover {
	background:url(../featured/feat02h.PNG);
}

.main_feat_img_3 a {
	width:132px;
	height:150px;
	display:block;
	float:left;
	background:url(../featured/feat03.PNG);
}

.main_feat_img_3 a:hover {
	background:url(../featured/feat03h.PNG);
}

.main_feat_img_4 a {
	width:132px;
	height:150px;
	display:block;
	float:left;
	background:url(../featured/feat04.PNG);
}

.main_feat_img_4 a:hover {
	background:url(../featured/feat04h.PNG);
}

.main_latest_box {
	width:610px;
	/*height:200px;*/
	display:block;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
}

.main_latest_header {
	width:610px;
	height:25px;
	display:block;
	float:left;
	background:#EEEEEE;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:24px;
	padding-left:3px;
	margin-bottom:3px;
}

.main_latest_con a {
	width:300px;
	height:40px;
	display:block;
	float:left;
	margin-left:5px;
	margin-bottom:3px;
	text-decoration:none;
}

.main_latest_con a:hover {
	background:#EEEEEE;
}

.main_latest_con_header {
	width:220px;
	height:17px;
	display:block;
	float:left;
	overflow:hidden;
}

.main_latest_con img {
	display:block;
	float:left;
	margin-right:2px;
}

.main_latest_con span {
	font-size:14px;
	/*font-family:"Times New Roman", Times, serif;*/
}

.main_latest_readmore {
	width:98%;
	display:block;
	float:left;
	padding-right:5px;
	font-style:italic;
}

.review_infobox {
	width:495px;
	height:35px;
	display:block;
	float:left;
	margin-bottom:3px;
}

.review_infobox span {
	font-weight:bold;
}

.review_scorebox {
	width:82px;
	height:35px;
	margin-bottom:3px;
	display:block;
	float:left;
	text-align:center;
	margin-right:3px;
	font-weight:bold;
}

.review_scorebox span {
	display:none;
}

.review_scorebox:hover span {
	display:block;
	position:absolute;
	width:150px;
	height:inherit;
	padding:1px 1px;
	margin-top:30px;
	margin-left:-45px;
	z-index:100;
	top:inherit;
	left:inherit;
	font-size:11px;
	color:white;
}

.review_scorebox:hover span .quickarrow {
	width:10px;
	height:4px;
	display:block;
	margin:auto;
	background:url(../img/quick_arrow.png) no-repeat;
}

.review_scorebox:hover span .quickbody {
	width:150px;
	height:auto;
	display:block;
	background:#666666 url(../img/quick_body.png) repeat-x;
}

.review_ratingbox {
	width:40px;
	height:35px;
	display:block;
	float:left;
	margin-bottom:3px;
}

.review_imgbox_l {
	width:160px;
	height:auto;
	display:block;
	float:left;
	background:#333333 url(../img/rev_imgbox_bg.png) repeat-x;
	color:white;
	margin-right:5px;
	text-align:center;
	padding:5px;
	margin-top:4px;
	font-style:italic;
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:11px;
}

.review_imgbox_r {
	width:160px;
	height:auto;
	display:block;
	float:right;
	background:#333333 url(../img/rev_imgbox_bg.png) repeat-x;
	color:white;
	margin-left:5px;
	text-align:center;
	padding:5px;
	margin-top:4px;
	font-style:italic;
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:11px;
}

.browse_curpage {
	width:200px;
	height:30px;
	display:block;
	float:right;
	text-align:right;
	color:#333333;
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:18px;
	margin-right:5px;
	margin-bottom:10px;
}

.browse_curpage_arrowl a {
	width:15px;
	height:30px;
	display:block;
	float:right;
	background:url(../img/arrow_left.png) no-repeat left;
	margin-right:5px;
}

.browse_curpage_text {
	width:auto;
	height:30px;
	display:block;
	float:right;
}

.browse_curpage_arrowr a {
	width:15px;
	height:30px;
	display:block;
	float:right;
	background:url(../img/arrow_right.png) no-repeat right;
	margin-left:5px;
}

.browse_curpage span {
	font-size:22px;
}

.browse_itemcontain a {
	width:620px;
	height:55px;
	display:block;
	float:left;
	background:#EEEEEE;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	margin-left:2px;
	color:black;
	text-decoration:none;
	margin-bottom:5px;
}

.browse_itemcontain a img {
	border:0px;
}

.browse_itemcontain a:hover {
	background:#DDDDDD;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

.browse_itemcontain a img {
	display:block;
	float:left;
	margin-right:5px;
}

.browse_itemcontain_header {
	font-size:18px;
	/*font-family:"Times New Roman", Times, serif;*/
}

#footer_container {
	width:900px;
	height:31px;
	margin:auto;
}

#footer_el {
	width:10px;
	height:31px;
	background:url(../img/footer_el.png);
	display:block;
	float:left;
}

#footer_er {
	width:10px;
	height:31px;
	background:url(../img/footer_er.png);
	display:block;
	float:left;
}

#footer {
	width:880px;
	height:27px;
	padding-top:4px;
	background:url(../img/footer_bg.png);
	display:block;
	float:left;
	color:white;
	font-size:16px;
}

.footer_sidelinks a {
	width:auto;
	display:block;
	float:right;
	font-size:12px;
	margin-top:4px;
	color:white;
	margin-right:4px;
	border-left:1px dotted white;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
}

[rel="small"] {
	font-size:11px;
}

.browse_tab_container {
	height:auto;
	width:616px;
	display:block;
	float:right;
	border-bottom:1px solid black;
	margin-right:2px;
	font-size:14px;
}

.browse_tab_container img {
	margin-top:5px;
	margin-left:2px;
}

.browse_tab_item a {
	width:auto;
	height:22px;
	display:block;
	float:right;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid white;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	font-size:16px;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
	text-decoration:none;
}

.browse_tab_item2 a {
	background:#EEEEEE;
	color:#333333;
	width:auto;
	height:21px;
	display:block;
	float:right;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid white;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	font-size:16px;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
	text-decoration:none;
}

.browse_tab_item2 a:hover {
	background:#CCCCCC;
	color:black;
}

.review_extra {
	width:610px;
	height:auto;
	display:block;
	float:left;
	border-top:1px dotted #888888;
	padding-top:3px;
	margin-top:8px;
}

.review_related {
	width:610px;
	height:auto;
	display:block;
	float:left;
}

.review_related .header2 {
	width:605px;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px solid black;
	padding-left:5px;
}

.review_related_item a {
	width:525px;
	height:auto;
	margin-left:10px;
	font-size:12px;
	text-decoration:none;
}

.review_related_item span {
	font-weight:bold;
}

.review_related_item:hover span {
	text-decoration:underline;
}

/* Main page AJAX */

#featured_box {
	width:620px;
	height:200px;
	display:block;
	float:left;
	background:url(../img/featured_box.png);
	margin-bottom:5px;
}

#featured_tab_box {
	width:133px;
	height:200px;
	display:block;
	float:left;
}

.featured_tab a {
	width:133px;
	height:45px;
	padding-top:4px;
	padding-left:4px;
	display:block;
	float:left;
	background:url(../img/main_tab.png);
	border-bottom:1px solid #666666;
	overflow:hidden;
	text-decoration:none;
}

.featured_tab a:hover {
	background:url(../img/main_tab_h.png);
}

#featured_area a {
	width:481px;
	height:195px;
	display:block;
	float:left;
	padding-top:5px;
	padding-left:5px;
	text-decoration:none;
}

/* Lightbox McShizzle */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	

#lightboxCaption{ 
	float: left; 
}

#keyboardMsg{
	float: right; 
}

#closeButton{ 
	top: 5px; 
	right: 5px; 
}

#lightbox img{ 
	border: none; 
	clear: both;
} 

#overlay img{ 
	border: none; 
}

#overlay{ 
	background-image: url(../img/overlay.png); 
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
}