@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background:white;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:white url(../img/background.png) repeat-x;
}

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

#header_container {
	width:900px;
	height:115px;
	display:block;
	margin:auto;
}

#header_end_left {
	width:21px;
	height:115px;
	display:block;
	float:left;
	background:url(../img/header_el.png);
}

#header_end_right {
	width:21px;
	height:115px;
	display:block;
	float:left;
	background:url(../img/header_er.png);
}

#header_main {
	width:858px;
	height:115px;
	display:block;
	float:left;
	background:url(../img/header_bg.png);
}

#header_toplinks {
	width:858px;
	height:31px;
	display:block;
	float:left;
	font-size:16px;
	font-weight:bold;
}

.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;
}

.top_links_item a:hover {
	color:#333333;
}

.top_links_quote {
	width:auto;
	display:block;
	float:right;
	font-size:11px;
	font-style:italic;
	margin-top:6px;
}

#header {
	width:858px;
	height:77px;
	display:block;
	float:left;
}

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

#search_container {
	width:281px;
	height:37px;
	background:url(../img/header_search.png);
	display:block;
	float:right;
	padding:20px 10px 20px 35px;
}

#search_field {
	width:240px;
	height:32px;
	margin-top:2px;
	display:block;
	float:left;
	overflow:hidden;
}

#search_field input {
	width:230px;
	font-size:16px;
	border:0px;
	margin-top:4px;
}

#search_field input[rel="testing"] {
	width:230px;
}

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

#navbar_container {
	width:900px;
	height:31px;
	display:block;
	margin:auto;
	margin-top:4px;
}

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

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

#navbar {
	width:880px;
	height:29px;
	padding-top:2px;
	display:block;
	float:left;
	background:url(../img/navbar_bg.png);
	color:white;
}

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

.navbar_item a {
	color:white;
}

#navbar_filters {
	width:auto;
	height:24px;
	margin-top:3px;
	display:block;
	float:left;
	margin-left:10px;
	font-size:16px;
	overflow:hidden;
	color:white;
}

#navbar_filters input {
	width:20px;
}

#form {
	display:block;
	float:left;
}

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

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

.body_header {
	font-size:24px;
	margin-left:10px;
}

.body_header sup {
	font-size:12px;
}

.body_nextprev_page a {
	width:120px;
	display:block;
	float:right;
	margin-right:4px;
	text-align:center;
}

.header_generic_el {
	width:9px;
	height:34px;
	background:url(../img/header_generic_el.png) no-repeat;
	display:block;
	float:left;
}

.header_generic_er {
	width:9px;
	height:34px;
	background:url(../img/header_generic_er.png) no-repeat;
	display:block;
	float:left;
}

.header_generic_main {
	height:29px;
	background:url(../img/header_generic_bg.png);
	display:block;
	float:left;
	font-size:18px;
	color:white;
	padding-top:5px;
	overflow:hidden;
}

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

.header_generic_forbody {
	width:402px;
}

.body_item_wrap {
	width:430px;
	height:auto;
	display:block;
	float:left;
	margin:5px 7px;
}

.body_item {
	width:419px;
	height:110px;
	display:block;
	float:left;
	padding:5px;
	margin:5px;
	margin-top:0px;
	border-right:1px solid #888888;
	border-bottom:1px solid #666666;
	background:url(../img/body_item_bg.png) repeat-x bottom;
}


.body_item[rel="testing"] {
	width:419px;
	height:86px;
	display:block;
	float:left;
	padding:5px;
	margin:0px !important;
	border-right:1px solid #888888;
	border-bottom:1px solid #666666;
	background:url(../img/body_item_bg.png) repeat-x bottom;
}

.body_item a {
	text-decoration:underline;
}

.body_item_star {
	width:auto;
	height:auto;
	float:left;
	margin-top:4px;
}

.body_item_star a {
	width:auto;
	height:auto;
}

.body_item_star .message {
	width:200px;
	height:auto;
	z-index:999;
	position:absolute;
	padding:5px;
	border:2px solid #999;
	background:#CCC;
	color:black;
	margin-top:18px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	display:none;
}

.body_item_star:hover .message {
	display:block;
}

.body_item_title {
	width:419px;
	height:24px;
	font-size:20px;
	display:block;
	float:left;
	margin-bottom:2px;
	overflow:hidden;
}

.body_item_box {
	width:70px;
	height:70px;
	display:block;
	float:left;
	background:black;
	border:1px solid black;
	overflow:hidden;
	margin-top:2px;
}

.body_item_info {
	width:182px;
	height:85px;
	display:block;
	float:left;
	margin-left:4px;
}

.body_item_info .platform {
	font-size:14px;
	font-weight:bold;
}

.body_item_info .xbox {
	color:#188E0B;
}

.body_item_info .PS3 {
	color:#CC0000;
}

.body_item_info .WII {
	color:#0F7E8A;
}

.body_item_info .NDS {
	color:#444444;
}

.body_item_info .PC {
	color:black;
}

.body_item_info .PS2 {
	color:#036;
}

.body_item_info .PSP {
	color:#B70000;
}

.body_item_icon {
	width:44px;
	height:44px;
	float:left;
	margin-left:1px;
}

.body_item_price a {
	width:120px;
	height:70px;
	margin-left:10px;
	display:block;
	float:left;
	font-size:24px;
	text-align:center;
	text-decoration:none;
}

.body_item_price a img {
	border:0px;
	display:inline;
	margin-right:2px;
}

.body_item_price a span[rel="store"] {
	font-size:12px;
}

.body_item_price a span[rel="price"] {
	color:green;
}

.body_item_icons {
	width:25px;
	height:47px;
	display:block;
	float:left;
	margin-left:5px;
}

.body_item_report {
	width:25px;
	height:25px;
	display:block;
	float:left;
	margin-top:2px;
	margin-left:5px;
}

.body_item_report a {
	width:23px;
	height:23px;
	display:block;
	float:left;
	background:url(../img/report_icons.png) no-repeat top;
	margin:auto;
}

.body_item_report a:hover {
	background:url(../img/report_icons.png) no-repeat center;
}

.body_item_report a[rel="noclick"] {
	width:23px;
	height:23px;
	display:block;
	float:left;
	background:url(../img/report_icons.png) no-repeat bottom;
}

.body_item_report .infobox {
	display:none;
}

.body_item_report:hover .infobox {
	width:160px;
	height:60px;
	position:absolute;
	display:block;
	z-index:9999; /* OVERKILL */
	margin-top:-68px;
	margin-left:-130px;
	background:#DDD;
	color:black;
	text-align:center;
	border:1px solid black;
	padding:2px;
}

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

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

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

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

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

.footer_links 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;
}

.special_rss_leftbox {
	width:480px; 
	margin-left:4px; 
	margin-bottom:5px; 
	display:block; 
	float:left; 
	border-right: 1px solid #333333;
}

.special_rss_rightbox {
	width:380px; 
	display:block; 
	float:left;  
	margin-left:4px; 
	margin-top:30px; 
	font-size:14px; 
	text-align:center;
}

.special_rss_rightbox a {
	text-decoration:underline;
}

.stats_image {
	width:388px;
	height:200px;
	background:#000;
}

.graph_container {
	width:auto;
	height:auto;
	display:block;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	margin-top:5px;
}

.graph_box {
	width:890px;
	height:160px;
	display:block;
	float:left;
	background:#DDDDDD;
	overflow:hidden;
}

.graph_item {
	width: 69px;
	font-size:11px;
	text-align:center;
	margin-left:5px;
	display:block;
	float:left;
	overflow:hidden;
}

.graph_item[rel="360"] {
	background:#188E0B;
	color:white;
}

.graph_item[rel="PS3"] {
	background:#CC0000;
	color:white;
}

.graph_item[rel="WII"] {
	background:#0F7E8A;
	color:white;
}

.graph_item[rel="NDS"] {
	background:#444444;
	color:white;
}

.graph_item[rel="PC"] {
	background:black;
	color:white;
}

.graph_item[rel="PS2"] {
	background:#036;
	color:white;
}

.graph_item[rel="PSP"] {
	background:#B70000;
	color:white;
}

.graph_underbox {
	height:auto;
	width:883px;
	background:black;
	color:white;
	font-size:11px;
	padding-left:5px;
	display:block;
	float:left;
}

.stats_similar {
	width:100%;
	margin-left:5px;
	font-size:14px;
	display:block;
	float:left;
}

.stats_similar a {
	text-decoration:underline;
}