#productList {
	/* overflow: hidden; */
}

#tabs {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}

#tabs h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

#allProducts #productCategoryTabs {
	border: none;
	margin-bottom: 0;
}

#allProducts #productCategoryTabs .ui-tabs-panel {
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
}

#allProducts #productCategoryTabs ul {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#allProducts #productCategoryTabs ul li {
	border: none;
	margin: 0 5px 4px 0;
	padding-bottom: 0;
}

#allProducts #productCategoryTabs ul li a {
	border: none;
	background-color: #EEF1FD;
	white-space: nowrap; 
}

#allProducts h3 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom:10px;
}

div.compat {
	width: 350px;
	color: #555;
	background-color: #f9f9f9; 
	float: left; 
	margin: 0 10px 20px 0px; 
	padding: 7px;
	border: 1px solid #e3e3e3;
}

div.compat h3 {
	font-size: 14px;
	font-weight: none;
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #e3e3e3;
	/* margin-bottom: 10px; */
}

div.compat a {
	color: #555;
}

div.compat ul {
	margin: 10px 0 0 0;
	padding: 0;
}

div.compat ul li {
	margin-left: 5px;
	padding: 0;
	margin-bottom: 2px;
}

ul.compat li {
	margin-bottom: 3px;
}

ul.cartridgeList {
	margin: 0 0 20px 0;
	padding: 0;
}

ul.cartridgeList li {
	list-style-type: none;
	display: inline;
	padding: 4px 10px 4px 10px;
	height: 30px;
	margin: 0 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #879BB4;
	text-decoration: underline;
	border: 1px solid #879BB4;
	cursor: pointer;
	white-space: nowrap;
}

ul.cartridgeList li.Cyan {
	background-color: #00aeef;
	color: #fff;
}

ul.cartridgeList li.Magenta {
	background-color: #ec008c;
	color: #fff;
}

ul.cartridgeList li.Yellow {
	background-color: #fff200;
	color: #000;
}

ul.cartridgeList li.Black {
	background-color: #231f20;
	color: #fff;
}

ul.cartridgeList li.selectedCart {
	border-bottom: 5px solid #879BB4;
}

/* */
div.tables h3 {
	margin-bottom: 10px;
}

table.build  {
	width: 745px;
}
table.data {
	margin-top: 0px;
	clear: both;
	text-align: left;
	width: 200px;
}

table.data th {
	font-weight: bold;
	background-color: #879BB4;
	color: #fff;
}

table.data th, td {
	padding: 3px 0 3px 4px;
	text-align: left;
}
table.data td.odd {
	background-color: #D0E0F3;
}

table.data td.even {
	background-color: #E4E6EB;
}

span.toggleLink {
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

div.pagination ul {
	display: inline;
}

div.pagination ul li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
}

div.pagination ul li a {
	background-color: #fff;
}

div.horizProductList {
	color: #395c95;
}

div.horizProductList img {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 4px;
	border: 1px solid #c9d8f0; 
	float: left;
}

div.horizProductList h3 {
	display: inline; 
	font-size: 14px; 
	margin: 0px; 
	margin-bottom: 6px; 
	line-height: 20px;
	background-color: #FFFFFF; 
	border-bottom: 1px solid #c9d8f0; 
}

div.horizProductList p {
	margin: 0; 
}

div.horizProductList p a.bait {
	text-decoration: underline; 
}

div.horizProductList p.itemNumber {
	margin: 0; 
	display: inline; 
	font-size: 11px; 
	background-color: #FFFFFF; 
	border-bottom: 1px solid #c9d8f0;
}

div.horizProductList a {
	color: inherit; 
	text-decoration: none;
}

div#criticalComponentAnalysis div.tables {
	width: 360px;
	float: left;
	margin-right: 20px; 
}

div#criticalComponentAnalysis div.last {
	margin-right: 0; 
}

div#criticalComponentAnalysis h3 {
	font-size: 16px;
}

div#criticalComponentAnalysis p {
	margin-top: 10px;
}

div#criticalComponentAnalysis table.data {
	width: 365px;
}

div.cartTip {
	visibility: hidden;
	position: fixed;
	z-index: 2;
}

