.hardware_sales {
	margin-top: 16px;
}

.worldwide_sales {
	margin-top: 16px;	
}


.hardware_sales table {
	width:320px;
}

.hardware_sales th {
	background-color:#c5c5c5;
	color:#535353;
	font-size:10pt;
	padding:5px;
}

.hardware_sales td {
	background-color:#e1e1e1;
	font-style: italic;
	color:#434343;
	font-size:10pt;
	padding:5px 8px;
	border-top: 1px dashed #c1c1c1;
}

.hardware_sales a {
	color:#434343;
}

.hardware_sales p {
	margin-top:0px;
	color: #5e5e5e;
}

.worldwide_sales table {
	width:320px;
}

.worldwide_sales th {
	background-color:#c5c5c5;
	color:#535353;
	font-size:10pt;
	padding: 5px;
}

.worldwide_sales td {
	background-color:#e1e1e1;
	font-style: italic;
	color:#434343;
	font-size:10pt;
	padding: 5px;
	border-top: 1px dashed #c1c1c1;
}

.panel a {
	color:#434343;
}

.worldwide_sales p {
	margin-top:0px;
	color: #5e5e5e;
}

ul.tabNavigation {
	list-style: none;
	margin-bottom: 3px;
	padding: 0;
}

ul.tabNavigation li {
	display: inline;
	color: #5e5e5e;
}

ul.tabNavigation li a {
	padding: 3px 6px;
	font-size:11pt;
	background-color: #dfdfdf;
	color: #535353;
	text-decoration: none;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a:hover {
	background-color:#c5c5c5;
	color:#535353;
}

ul.tabNavigation li a:focus {
	outline: 0;
}