﻿
#lstLampChoices
{
  	border: solid 10px #e0e0e0;
   	background-color: #e0e0e0;
	font-size: 1.5em;
	margin-left: auto;
	margin-right: auto;
}
#lstLampChoices th
{
	background-color: #d0d0d0;
}
#lstLampChoices th, td
{
	color: #000000;
	text-align: center;
}
#lstLampChoices td
{
	width: 6em;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
}
#lstLampChoices .indent
{
	border: 0;
	width: 2em;
}
#lstLampChoices .lampsColumn
{
	width: 5em;
}
#lstLampChoices .wattsColumn
{
	width: 3em;
}
#lstLampChoices .heading
{
	font-size: 1.4em;
}
#lstLampChoices .subheading, #lstLampChoices .heading
{
	text-align: left;
	border-right: 0;
}
#lstLampChoices .note
{
	color: #0000ff;
	border: 0;
	width: 100%;
}
