div#leftBox
{
	position: relative;
	width: 50%;
	float: left;
}

div#leftBox ul
{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	z-index: 5;
}

div#leftBox li
{
	float: left;
	z-index: 6;
}

div#leftBox li a
{
	border-left: solid 1px #D7D7D7;
	padding: 0 5px 0 5px;
}

div#leftBox li a img
{
	vertical-align: middle;
}

div#leftBox li.first a
{
	border-left: 0;
}

div#rightBox
{
	font-size: 10pt;
	margin-left: 50%;
}

div#rightBox h1
{
	color: #999999;
	font-size: 16pt;
	font-weight: normal;
}

div#rightBox div#archivedText
{
	color: #666666;
	font-style: italic;
	margin-bottom: 1em;
}

div#rightBox div.colorPicker
{
	background: #F2F2F2;
	padding: 5px;
}

div#rightBox div.colorPicker table tr td
{
	color: #666666;
	font-size: 8pt;
	text-align: center;
	padding: 5px 0 5px 0;
	vertical-align: top;
	width: 67px;
}

div#rightBox div.colorPicker table tr td a
{
	color: #666666;
	text-decoration: none;
}

div#rightBox div.colorPicker table tr td img
{
	border: solid 1px black;
	margin: 3px 0 3px 0;
	padding: 1px;
}

div#rightBox div.colorPicker table tr td.active img
{
	border: solid 4px #00A0C6;
	margin: 0;
}

div.bottomBox div.content div.review
{
	clear: left;
	padding-bottom: 2em;
}

div.bottomBox div.content div.review div.heading
{
	color: #BE0D34;
	font-weight: bold;
}

div.bottomBox div.content div.review img
{
	float: left;
	margin: 0 15px 10px 0;
}

div#relatedProducts h1
{
	color: #999999;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
}

div#relatedProducts
{
	font-size: 10pt;
}

div#relatedProducts div.product
{
	border-top: solid 1px #B2B2B2;
	min-height: 55px;
	padding: 10px 0 10px 0;
	position: relative;
}

div#relatedProducts div.product div
{
	position: absolute;
	left: 60px;
	top: 10px;
}

div#relatedProducts div.product hr
{
	background-color: #B2B2B2;
	border: 0;
	clear: left;
	height: 1px;
}
