#colorChart {

}

.colorChartItem {
	float: left;
	width: 83px;
	margin: 5px;
}

.hardColor {
	float: left;
	width: 41px;

}

.hardImage {
	width: 40px;
	height: 75px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.hardLabel {
	text-align: center;
	font-size: 8pt;
}

.pastelColor {
	float: left;
	width: 42px;

}

.pastelLabel {
	text-align: center;
	font-size: 8pt;
}

.pastelImage {
	width: 40px;
	height: 75px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.colorLabel {
	clear: both;
	text-align: center;
	font-size: 10pt;
}

#colorStrip {
	margin-top: 19px;
	width: 114px;
	background-color: #CCCCCC;
}

#colorStripLabel {
	font-size: 10pt;
	margin: 0;
	text-align: center;
	padding-top:2px;
	padding-bottom:2px;
}

#colorStripFrame {
	width: 110px;
	height: 530px;
	border: 1px solid black;
}
