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

#container_worldwide_totals {
	border: 1px solid #000000;
}
.hardware_sales {
  margin-top:16px;
}
.hardware_sales table {
  max-width:320px;
  table-layout: fixed;
  width: 100%;
}
.hardware_sales th {
  color:#FFFFFF;
  font-size:10pt;
  padding:4px 3px;
	border-bottom: 1px solid #444444;
}
.hardware_sales tr {
	background: #ffffff;
}
.hardware_sales tr:nth-child(even):hover {
	background: #f2f2f2;
}

.hardware_sales tr:nth-child(odd):hover {
	background: #ededed;
}

.hardware_sales td {
  border-bottom:1px solid #444444;
  color:#444444;
  font-size: 13px;
	font-weight: bold;
  padding:5px 4px 5px 0px;
}
.hardware_sales td#console {
  text-align: center;
  border-right: 1px solid #444444;
	background: #ffffff;
}

.hardware_sales p {
	color:#5E5E5E;
	margin-top:8px;
}
.hardware_sales_date {
	font-size: 17px;
	margin-left:10px;
	margin-top: .1em;
}
#worldwide_sales {
	position:relative;
}
.worldwide_sales {
  margin-top:16px;
}

div#gamerow {
	float: left;
	border-bottom: 1px solid #444444;
	margin-bottom: 5px;
	padding-bottom: 2px;
	display: table;
	width: 100%;
}

div#gamerow span {
	float: left;
}

.worldwide_sales p {
	margin: 0px!important;
	width: 100%;
	font-weight: bold;
	font-size: 13px;
}
.worldwide_sales a {
  color:#444444;
  text-decoration:none;
}
.worldwide_sales a:hover {
color:#eE8F20;
}
.panel a {
  color:#444444;
}
.panel a:hover {
	color:#eE8F20;
	text-decoration:none;
}
.bftp_sales {
  padding-bottom:15px;
}
.bftp_sales table h2 {
	background:none repeat scroll 0 0 transparent;
	color:#FFFFFF;
	margin-top:5px;
	padding: 0;
}
.bftp_sales table {
  max-width:320px;
}
.bftp_sales th {
	color:#ee8f20;
	padding:5px;
	line-height: 1.5em;
}
.bftp_sales td {
	border-bottom:1px solid #444444;
  font-size: 13px;
	font-weight:bold;
	padding:5px;
}
.bftp_sales img{
	width: 50px;
}
.bftp_sales p {
	color:#444444;
	margin: 0px;
}
.bftp_sales a:hover {
color:#eE8F20;
}

.bftp_sales a:hover h2.heading{
	color:#eE8F20!important;
}

ul.tabNavigation {
	list-style:none outside none;
	margin:0;
	padding: 1px 0 0 0;
}
ul.tabNavigation li {
	display: inline;
}
ul.tabNavigation li a {
	-moz-border-radius: 5px 5px 0 0;
	background-color:#dfdfdf;
	line-height: 20px;
	padding: 3px 5px;
	margin-right: 1px;
	color:#535353;
	font-size:12px;
	text-decoration:none;
}
ul.tabNavigation li a.selected, ul.tabNavigation li a:hover {
  background-color:#747474;
  color:#FFFFFF;
}
  ul.tabNavigation li a:focus {
  outline:0 none;
}
a.graph_menu_link {
	background-color:#777;
	color:#fff;
	cursor:pointer;
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	padding:2px 4px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
}
a.graph_menu_link:hover {
	text-decoration:none;
}
.graph_menu {
	background-color:#777;
	padding:5px;
	position:absolute;
	left:0;
	bottom:16px;
	z-index:10;
}
.graph_menu a {
	color:#fff;
	font-style:italic;
}
a.embed_link {
	background-color:#777;
	bottom:0;
	color:#fff;
	cursor:pointer;
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	padding:2px 4px;
	position:absolute;
	right:0;
	z-index:2;
}
a.embed_link:hover {
	text-decoration:none;
}
.embed_code {
	background-color:#777;
	bottom:16px;
	left:0;
	position:absolute;
	width:320px;
	z-index:10;
}
.embed_code p {
	color:#fff;
	font-style:italic;
	margin:10px;
}
.embed_code textarea {
	background-color:#888;
	border:0 none;
	color:#fff;
	font-family:Calibri,'Trebuchet MS';
	font-size:10pt;
	font-style:italic;
	margin-bottom:10px;
	width:100%;
}
h2#hp_title {
	background: url("https://hub.vgchartz.com/assets/images2/title-bar-bg-vgc.jpg") repeat scroll 0 0 transparent;
	color:#FFFFFF;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 10px;
	position: relative;
}