#main .module-element-chart
{
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #191b1d;
}
#main .module-element-chart h1
{
	color: #313435;
	font-size: 18px;
}
#main .module-element-chart a
{
	color: #589ff8;
	font-weight: bold;
}
.product-div
{
	width: 180px;
	height: 150px;
	margin-bottom: 20px;
	padding-top: 5px;
	float: left;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.product-image
{
	text-align: center;
}
.product-spacer
{
	float: left;
	width: 20px;
	height: 10px;
}
.product-detail {
  float: left;
  width: 192px;
  height: 122px;
}
.product-detail-left {
  text-align: left;
  padding-bottom: 12px;
	width: 220px;
}
.product-detail-right {
  text-align: right;
  padding-bottom: 12px
}
.product-detail-title {
  color: #909090;
}
.product-detail-text {
  font-weight: bold;
}
.product-detail-price {
  font-size: 18px;
  font-weight: bold;
}
.product-detail-menu {
  margin-top: 10px;
}
#steps_div {
}
#steps {
	margin-top: 5px;
  background: url(/images/bleaustone/steps.gif) no-repeat;
}
th
{
  text-align: left;
	font-weight: normal;
}
.img-property
{
	float: left;
	border-right: 1px solid gray;
	width: 23px;
	height: 41px;
	margin-bottom: 5px;
}
.img-prop-selected
{
	border: 3px solid black;
	width: 17px;
	height: 35px;
}
.img-prop
{
	width: 17px;
	height: 35px;
}