/****************   graph nav   ****************/
.graph_nav {
	background: url('https://web.archive.org/web/20141130105012im_/http://www.toptenreviews.com/i/misc/lite/inactive-tab.png');
	margin: 0;
	padding: 0;
	height: 25px;
}

.graph_nav_tab {
	float: left;
	line-height: 25px;
	padding: 0 10px 0 10px;
	cursor: pointer;
	border-right: 1px solid #CCC;
	color: #333333;
}

.graph_nav_tab {
	background: url('https://web.archive.org/web/20141130105012im_/http://www.toptenreviews.com/i/misc/lite/inactive-tab.png');
	height: 25px;
}

.graph_nav_tab_selected {
	background: url('https://web.archive.org/web/20141130105012im_/http://www.toptenreviews.com/i/misc/lite/active-tab.png');
	height: 26px;
}

.graph_nav_scrollable {
	width: 600px;
	height:26px;
	position:relative;
	overflow: hidden;
	float: left;
}

.graph_nav_scrollable .graph_nav_items {
	width: 3000px;
	position:absolute;
	clear:both;
}

.graph_nav_scrollable .graph_nav_items div {
	float: left;
}

.graph_nav_prev, .graph_nav_next {
	background: url('https://web.archive.org/web/20141130105012im_/http://www.toptenreviews.com/i/misc/lite/inactive-tab.png');
	display:block;
	width:12px;
	height:25px;
	float:left;
	cursor:pointer;
}

.graph_nav_prev, .graph_nav_next {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.graph_nav_prev div {
	background:url('https://web.archive.org/web/20141130105012im_/http://www.toptenreviews.com/css/gallery/images/jcarousel/prev-horizontal.png') no-repeat;
	background-position: -13px -2px;
	height: 25px;
}

.graph_nav_next div {
	background:url('https://web.archive.org/web/20141130105012im_/http://www.toptenreviews.com/css/gallery/images/jcarousel/next-horizontal.png') no-repeat;
	background-position: -13px -2px;
	height: 25px;
}

.graph_nav_prev div:hover , .graph_nav_next div:hover 	{ background-position:-45px -2px; }
.graph_nav_prev div:active, .graph_nav_next div:active 	{ background-position:-77px -2px; }
.graph_nav_prev.disabled div, .graph_nav_next.disabled div { background-position:-109px -2px;} 	





/****************   graph body   ****************/
.graph_body {
	background-color: white;
	border: 1px solid #CCC;
    float:left;
	width: 626px;
	margin: 0;
}

.graph_header {
	height: 39px;
}

.graph_desc {
	float: left;
	margin: 12px 0 5px 16px;
}

.graph_desc h2 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.graph_unit {
	float: right;
	margin: 13px 15px 5px 0;
	font-weight: bold;
	font-size: 9px;
}











/****************   graph content   ****************/
.graph_content {
	
}

.graphs {
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#656565'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#656565)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #2a2a2a,  #656565); /* for firefox 3.6+ */ 
	width: 603px;
	height: 198px;
	margin: 0 0 0 16px;
}

.graphs .title {
	border-bottom: 1px solid #999999;
	float: left;
	height: 32px;
	margin: 0;
	padding: 0;
	width: 112px;
}

.graphs .title_wrapper {
	height: 33px;
	margin: 0;
	padding: 0;
	display: table;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.graphs .title_wrapper p {
	font-size: 10px;
	color: white;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.graphs .title_wrapper a {
	font-size: 10px;
	color: white;
}

.graphs .row {
	background: url('https://web.archive.org/web/20141130105012im_/http://www.toptenreviews.com/css/gallery/images/grid.png') repeat top left;
	float: left;
	height: 33px;
	margin: 0;
	width: 491px;
}

.graphs .row div {
	color: white;
	float: left;
	margin: 8px 5px 0 0;
}

.graphs .compare {
	float: left;
	width: 610px;
	height: 33px;
	background: white;
	line-height: 33px;
	font-weight: bold;
	font-size: 11px;
}

.bar {
	background: url('https://web.archive.org/web/20141130105012im_/http://www.toptenreviews.com/css/gallery/images/graph/blue_bar.png') repeat-x top left #000;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	height:18px;
	margin-right: 10px;
	width: 0;
}

.first_bar {
	background: url('https://web.archive.org/web/20141130105012im_/http://www.toptenreviews.com/css/gallery/images/graph/orange_bar.png') repeat-x top left #000;
}

.last_bar {
	background: url('https://web.archive.org/web/20141130105012im_/http://www.toptenreviews.com/css/gallery/images/graph/gray_bar.png') repeat-x top left #000;
}






/****************   axis content   ****************/
.unit_axis {
	width: 610px;
	height: 25px;
	margin: 4px 0 0 16px;
}

.unit_axis .unit {
	float: left;
	width: 112px;
	height: 25px;
	display: table;
}

.unit_axis .unit p{
	font-size: 12px;
	color: black;
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 11px;
}

.unit_axis .axis {
	float: left;
	height: 25px;
	width: 70px;
	font-size: 11px;
}



#benchmark {margin:0; width:636px; }








/*
     FILE ARCHIVED ON 10:50:12 Nov 30, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:31:36 Oct 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.538
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.015
  esindex: 0.009
  cdx.remote: 43.666
  LoadShardBlock: 130.859 (3)
  PetaboxLoader3.datanode: 173.019 (5)
  load_resource: 316.911 (2)
  PetaboxLoader3.resolve: 184.077 (2)
*/