/*
#primary mainBox div.itemInfo {
	width: 372px;
	float: right;
	margin-left: 8px;
}
*/

#tabs {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	clear: both;
}

#tabs h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

#tabs .ui-tabs-nav a {
	padding-left: 0;
}

div#itemImg {
	width: 352px; 
	margin: 0 0 10px 10px; 
	float: right;
}

div#itemImg img {
	border: 1px solid #c9d8f0;
}

div#itemImg p {
	margin: 0; 
	background-color: #EEF1FD; 
	padding: 5px; 
	border: 1px solid #c9d8f0; 
	text-align: center; 
	line-height: 25px;
}

#primary .mainBox div.itemInfo table.replacementFrequency {
	font-size: 11px;
}

#primary .mainBox div.itemInfo table.replacementFrequency th {
	background-color: #879bb4;
	font-weight: bold;
	color: #fff;
	width: 372px;
	text-align: left;
	padding: 0 0 0 3px;
	margin: 0;
	font-size: 14px;
}

#primary .mainBox div.itemInfo table.replacementFrequency td {
	padding: 0 0 0 3px;
}

#primary .mainBox div.itemInfo table.replacementFrequency tr.odd {
	background-color: #d0e0f3;
}

#primary .mainBox div.itemInfo table.replacementFrequency tr.even {
	background-color: #e4e6eb;
}

#primary .mainBox ul.itemDetails {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
}

#primary .mainBox ul.itemCompatibility {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	width: 420px;
}

#primary .mainBox ul li {
	padding-left: 10px;
}

#primary .mainBox ul li.odd {
	background-color: #d0e0f3;
}

#primary .mainBox ul li.even {
	background-color: #e4e6eb;
}

#primary .mainBox ul li.listHeader {
	background-color: #879bb4;
	font-weight: bold;
	color: #fff;
}
#breadCrumbs {
	font-size: 11px;
	background-color: #eee;
	width: 380px;
	padding: 0 10px 0 1px;
}
#breadCrumbs a {
	color: #000;
}

ul.itemCompatibility a.breakOut {
	font-weight: bold;
	font-size: 11px;
	color: #555;
	text-decoration: none;
	padding: 0 0 0 0;
}

ul.cartridgeList {
	display: inline;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 40px;
}

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;
}

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;
}

.collapse {
	background-image: url('/img/collapse.png');
	background-repeat: no-repeat;
	background-position: 3px 3px; 
}
.retract {
	background-image: url('/img/retract.png');
	background-repeat: no-repeat;
	background-position: 3px 3px; 
}
