#siteContent {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(../images/blocks/gray.gif) repeat-y;
}

.chartIntro {
	position: relative;
	padding: 5px 20px 10px 0px;
}

.chartHolder {
	position: relative;
	width: 750px;
	margin-left: 10px;
	overflow: hidden;
}

.titleHolder {
	position: relative;
	border-top: 1px solid white;
	background: #e5e5e5;
	overflow: hidden;
	width: 100%;
}

.titleHolder .catTitle {
	position: relative;
	padding: 8px 15px;
	background: #DBAF02;
	font: normal 13px arial,sans-serif;
	color: #fff;
	border-left: 1px solid white;
}

.titleHolder .actTitle {
	position: relative;
	float: left;
	border-left: 1px solid white;
	border-top: 1px solid white;
	width: 149px;
	height: 30px;
	overflow: hidden;
	background: #D8E5CC;
}

.titleHolder .actTitle a {
	display: block;
	position: relative;
	font: normal 11px arial,sans-serif;
	color: #000;
	padding: 9px 8px;
	background: #D8E5CC;
	text-decoration: none;
}

.titleHolder .actTitle.selected,
.titleHolder .actTitle.selected a {
	background: #EEC002;
}

.chartHeader {
	position: relative;
	font: bold 12px arial,sans-serif;
	background: #B6D39B;
	color: #900;
	padding: 4px 30px;
	text-align: right;
}

.chartHolder .chartInner {
	position: relative;
	width: 730px;
	margin-left: 10px;
	padding-top: 10px;
}

.chartHolder .actRow {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid white;
}

.chartHolder .itemHolder {
	position: relative;
	width: 100%;
	background: #eee;
	overflow: hidden;
}

.chartHolder .itemHolder .cat {
	position: relative;
	font: bold 10px arial,sans-serif;
	padding: 5px 0px;
	width: 160px;
	float: left;
	text-align: left;
	padding-bottom: 200px;
	margin-bottom: -200px;
	border-top: 1px solid white;
}

.chartHolder .itemHolder.norm .cat { background: #B6D39B; }
.chartHolder .itemHolder.alt .cat { background: #ccc; }

.chartHolder .itemHolder span {
	display: block;
	position: relative;
	padding-left: 10px;
}

.chartHolder .itemHolder div.act {
	position: relative;
	width: 110px;
	height: 34px;
	float: left;
	font: normal 10px arial,sans-serif;
	margin-bottom: -50px;
	padding-bottom: 50px;
	border-left: 1px solid white;
	overflow: hidden;
}

.chartHolder .itemHolder div.act.withBorder {
	border-bottom: 1px solid #fff;
}

.chartHolder .itemHolder a {
	display: block;
	position: relative;
	color: #000;
	padding: 5px 2px;
	cursor: pointer;
	text-decoration: underline;
	width: auto;
	font: normal 11px arial,sans-serif;
	text-align: center;
}

.chartHolder .itemHolder .actHolder {
	position: relative;
	float: left;
	width: 574px;
	overflow: hidden;
	background: #D8E4CC;
}
.chartHolder .itemHolder.alt .actHolder { background-color: #e5e5e5; }

.chartHolder .itemHolder a.withBorder {
	border-bottom: 1px solid white;
}

.chartHolder .itemHolder a:hover {
	color: #666;
}

#siteCapsules .item {
	background: transparent url(../images/blocks/yellow.gif) repeat-y top left;
}

#siteCapsules .link a {
	display: block;
	position: relative;
	font: bold 12px arial,verdana,sans-serif;
	padding: 6px 5px 6px 18px; 
	color: #444;
	text-decoration: none;
	background: url(../images/global/pointer_bg_rightpad.gif) no-repeat center right;
}

#siteCapsules .item a:hover,
#siteCapsules .capsuleRange .link.item a {
	background-color: #edc001;
}

#siteCapsules .item a {
	border-right: 1px solid white;
}

#siteContent .introHolder {
	position: relative;
	padding: 10px;
}

.introHolder h2 {
	margin: 0px;
	padding-bottom: 5px;
}

.range .introHolder h2 {
	color: #edc001;
}

.productIntro {
	position: relative;
	padding: 20px 10px;
}

.productIntro a {
	display: block;
	position: relative;
	float: right;
	text-align: right;
	padding-right: 15px;
	background: url(../images/global/pointer_bg.gif) no-repeat right center;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.productIntro a:hover {
	color: #666;
}

.productItems {
	position: relative;
	width: 740px;
	overflow: hidden;
}

.productItems .capsule {
	position: relative;
	float: left;
	width: 246px;
	overflow: hidden;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}

.productItems .label {
	position: relative;
	border-left: 1px solid white;
	background: #ccc url(../images/blocks/yellow.gif) repeat-y -8px 0px;
}

.productItems .label h4 {
	margin: 0px;
	padding: 3px 5px 3px 25px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.productItems .label h4 a {
	color: #333;
	text-decoration: none;
}

.productItems .label h4 a:hover {
	color: #666;
}

.range .productItems .label {
	background-image: url(../images/blocks/blue.gif);
}

.productItems .image {
	position: relative;
	float: left;
	width: 90px;
	text-align: center;
	padding: 4px 0px;
}

.productItems .html {
	position: relative;
	float: left;
	width: 150px;
	padding: 4px 0px;
}

.productItems .link {
	position: relative;
	float: left;
	width: 80px;
}

.productItems .link a {
	position: relative;
	display: block;
	font: bold 11px arial,verdana,sans-serif;
	color: #345f03;
	text-decoration: none;
	background: url(../images/global/pointer_bg_rightpad.gif) no-repeat center right;
}

.productItems .capsuleRow {
	position: relative;
	width: 100%;
	overflow: hidden;
}
