#content {
	color: #333;
	overflow: hidden;
	min-height: 500px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
	padding-left: 10px;
	padding-right: 10px;
}
p.bold {
	font-weight: bold;
	margin-bottom: 0;
	font-style: italic;
}
table + p.bold  {
	margin-top: 5px;
}
p.bold  + h4 {
	margin-top: 15px;
}
p.caption {
	font-size: 8pt;
	margin-top: 0;
}
form
{
	margin-left: 10px;
	margin-right: 10px;
}
#content form p {
	padding-left: 0;
	padding-right: 0;
}
h1 {
	font-size: 24px;
	margin: 0;
	padding-top: 5px; 
	padding-bottom: 5px;
	background-color: #666;
	border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-khtml-border-top-left-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	-khtml-border-top-right-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	border-bottom: 2px solid #bbb;
	color: white;
	font-weight: normal;
	letter-spacing: 3px;
}
h2 {
	font-size: 18px;
	margin: 0;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #def;
	padding-top: 4px;
	padding-bottom: 6px;
	color: white;
	background-color: #888;
	border-top: 1px solid #bbb;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 10pt;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}
h4 + h5 {
	margin-top: 10px;
}
hr {
	height: 1px;
	background-color: #bbb;
	border: none;
}
#content a, #content a:visited {
	color: #777;
	text-decoration: none;
	border-bottom: 1px #777 solid;
}
#content a:hover {
	color: #2d2;
	border-bottom: 1px #2d2 solid;
}
#content h2 a {
	border: none !important;
	color: white;
}
#content h2 a:visited {
	color: white;
}
#content h2 a:hover {
	color: #2d2;
}

.summary .block, form div.block {
	float: left;
	width: 120px;
	height: 120px;
	background-color: #ddd;
	margin: 8px;
	text-align: center;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #bbb;
	box-shadow: 4px 4px 6px #ccc;
	-moz-box-shadow: 4px 4px 6px #ccc;
	-khtml-box-shadow: 4px 4px 6px #ccc;
	-webkit-box-shadow: 4px 4px 6px #ccc;
	
}
#content .summary .block a {
	text-decoration: none;
	border: 0;
}
.summary {
	width: 690px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 10px;
}
.summary .block img {
	border: 1px solid #bbb;
	background-color: #eee;
	margin: 8px;
}
.summary .block a:hover img, .summary .block img:hover {
	background-color: #dfd;
	border: 1px solid #2d2;
}
.compulsory {
	font-weight: bold;
	color: #800;
}
h2 em {
	font-style: normal;
	font-weight: bold;
}

input.submit_button, input.button {
	background-color: #ada;
	color: #555;
}
input.submit_button:hover, input.button:hover
{
	background-color: #bfb;
}

input.reset_button {
	background-color: #daa;
	color: #555;
}
input.reset_button:hover
{
	background-color: #fbb;
}

form div.block {
	margin: 0 10px 10px 0;
}
form .block img {
	width: 100px;
	height: 100px;
	margin: 5px auto;
}
form div#luminaires {
	margin-top: 10px;
}
form #luminaires select {	width: 150px;}
form #reflectances select {	width: 55px;}
form #dimensions input {	width: 53px;}
form #levels input {	width: 55px;}
form #levels {
	width: 350px;
	float: left;
}

form #luminaires,
form #reflectances,
form #dimensions,
form #levels,
form #action
{
	margin-top: 8px;
}
form label {
	margin-left: 5px;
}
#action {
	float: right;
	clear: none;
	padding-right: 5px;
}
#action input.button {
	width: 100px;
}
form .warning,
form .disclaimer,
form .error
{
	clear: both;
}
.error, .warning, #results {
	padding: 5px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.error {
	background-color: #fdd;
	border: 1px solid #800;
	color: #800;
}
.warning {
	background-color: #ffd;
	border: 1px solid #ba0;
}
form div#results {
	margin-top: 5px;
	border: 1px solid #2d2;
	background-color: #dfd;
}
form #results h3 {
	padding: 0;
	margin: 0;
	font-size: 11pt;
}
form #results p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content .gallery a {
	display: block;
	float: left;
	width: 109px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
}
.gallery h2 {
	clear: left;
}
#content a.heading {
	float: none;
	clear: none;
	padding: 0;
	margin: 0;
	width: auto;
	text-align: left;
	display: inline;
	color: white;
}
#content a.heading:hover {
	color: #2d2;
}
.gallery img {
	margin-bottom: 5px;
	box-shadow: 4px 4px 6px #ccc;
	-moz-box-shadow: 4px 4px 6px #ccc;
	-khtml-box-shadow: 4px 4px 6px #ccc;
	-webkit-box-shadow: 4px 4px 6px #ccc;
	border-width: 2px;
	border-style: solid;
}
.imagelink {
	color: #888;
	border-color: #888;
	font-weight: bold;
}
.showcaselink {
	color: #2d2;
	border-color: #2d2;
	font-weight: bold;
}

#showcase {
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}
#showcase .wrapper {
	border: 1px solid #bbb;
	width: 366px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color: #eee;
}
#showcase .imagewrap {
	padding: 5px;
	width: 100px;
	float: left;
}
#showcase .linkwrap a {
	display: block;
	float: left;
	width: 246px;
	padding-top: 5px;
	padding-right: 5px;
}
#showcase .wrapper a {
	border: 0;
}
#showcase img {
	border: 1px solid white;
	box-shadow: 4px 4px 6px #bbb;
	-moz-box-shadow: 4px 4px 6px #bbb;
	-khtml-box-shadow: 4px 4px 6px #bbb;
	-webkit-box-shadow: 4px 4px 6px #bbb;
	margin-bottom: 6px;
}
#content div.baseimage a img {
	border: 1px solid #bbb;
}
#content div.baseimage a:hover img {
	border: 1px solid #2d2;
}
#content div.baseimage a {
	border: 0;
}
#content .baseimage {
	text-align: center;
}
#content .baseimage img {
	margin: 10px;
	border: 1px solid #bbb;
	box-shadow: 4px 4px 6px #ccc;
	-moz-box-shadow: 4px 4px 6px #ccc;
	-khtml-box-shadow: 4px 4px 6px #ccc;
	-webkit-box-shadow: 4px 4px 6px #ccc;
}
#content ul {
	list-style-type: square;
}
#content a.screenie {
	border: 0;
}
#content a.screenie img {
	border-color: #369;
	border-width: 1px;
}
#mainindex li {
	list-style: none;
	display: inline-block;
	width: 182px;
	height: 18px;
}
#mainindex ul {
	padding: 10px;
	margin: 0;
	-khtml-column-count: 4;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
#mainindex div:last-child {
	border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-khtml-border-bottom-left-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-khtml-border-bottom-right-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
}
#mainindex div {
	background-color: #eee;
}
#mainindex h2 {
	background-color: #999;
}
.techdetails th, .gear th {
	background-color: #eee;
}
.section_wrapper .wrapper, .lampimage, .odd {
	background-color: #eee;
}

.section_wrapper .wrapper {
	border: 1px solid #bbb;
	margin: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}

.section_wrapper .imagewrap {
	float: right;
	margin: 10px;
}
#content .section_wrapper .imagewrap a {
	border: 0;
}
.section_wrapper img {
	border: 0;
	width: 80px;
}
.section_wrapper .imagewrap {
	border: 2px solid white;
	box-shadow: -2px 2px 6px #bbb;
	-moz-box-shadow: -2px 2px 6px #bbb;
	-khtml-box-shadow: -2px 2px 6px #bbb;
	-webkit-box-shadow: -2px 2px 6px #bbb;
	background-color: rgba(255,255,255,0.4);
}
.section_wrapper .item {
	padding: 10px;
}
.section_wrapper .item p {
	margin: 10px 0 0 0;
	padding: 0;
}
#dfader {
	text-align: center;
	background-position: center;
}
.mainimage, .baseimage {
	text-align: center;
}
.features ul {
	margin-left: 10px;
	padding-left: 15px;
	margin-right: 10px;
}

.eco {
	color: green;
}

table {
	margin: 10px;
}
td.first {
	min-width: 90px;
	vertical-align: top;
}
.details .first {
	font-weight: bold;
	white-space: nowrap;
}
#content ul.lamplist {
	padding: 0;
	margin-left: 0;
}
#content ul.lamplist li {
	display: inline-block;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
	width: 200px;
}
img.lampimage {
	vertical-align: middle;
	margin-right: 10px;
	border: 1px solid #bbb;
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	-khtml-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
}


#content h2 {
	clear: both;
}
.dimensions div.dimensionimage {
	width: 275px;
	float: left;
	margin-right: 30px;
}
.dimensions {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #bbb;
}
h2 + .dimensions {
	border-top: 0px solid #bbb;
}
#content .dimensionimage a {
	border: none;
}
.dimensionimage a img {
	border: none;
}
.dims caption, .dimensions caption  {
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.dims td {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.dims td.first {
	text-align: left;
	padding-left: 0;
	padding-right: 10px;
	white-space: nowrap;
	min-width: 50px;
}

div.photometry {
	clear: left;
	overflow: hidden;
	border-top: 1px solid #bbb;
}
h2 + div.photometry {
	border-top: 0px solid #bbb;
}
.photometryimage {
	width: 275px;
	float: left;
	clear: left;
	margin-right: 30px;
}
.photometrycontent h4 {
	margin-top: 10px;
}
.photometrycontent table {
	clear: none;
}
#content table.photometry td.first {
	min-width: 120px;
}




table.codes {
	border-collapse: separate;
	border-spacing: 0px 0px;
}

table.techdetails, table.product_list, table.gear {
	border-collapse: collapse;
}

table.codes td {
	min-width: 75px;
	padding: 3px 8px 3px 3px;
	vertical-align: top;
}
table.codes th {
	text-align: left;
	padding: 0 5px 5px 0;
}


div.icons {
	text-align: right;
	margin: 10px;
	overflow: hidden;
}
div.icons img {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	padding: 3px;
	border: 1px solid #bbb;
	-moz-box-shadow: 0px 0px 4px #ccc;
	-webkit-box-shadow: 0px 0px 4px #ccc;
	-khtml-box-shadow: 0px 0px 4px #ccc;
	box-shadow: 0px 0px 4px #ccc;
	margin: 3px;
}
table.techdetails, .techdetails th, .techdetails td,
table.product_list, .product_list th, .product_list td {
	border: 1px solid #bbb;
}
.techdetails th, .product_list th {
	text-align: left;
	padding: 2px 4px;
}
.techdetails td, .product_list td {
	padding: 2px 4px;
	min-width: 50px;
}
table.gear {
	width: 750px;
	margin-left: 10px;
	margin-right: 10px;
	border-collapse: collapse;
	border: 1px solid #bbb;
}
.gear td, .gear th {
	width: 50%;
	vertical-align: top;
	border: 1px solid #bbb;
	padding: 3px;
}
table.gear ul {
	margin: 5px;
}

table.lampsummary, table.simple {
	border-collapse: collapse;
	border: 1px solid #bbb;
}
.lampsummary th, .lampsummary td,
.simple th, .simple td {
	border: 1px solid #bbb;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
.iprating th {
	text-align: left;
	white-space: nowrap;
	padding-right: 10px;
}
.iprating td {
	text-align: center;
}
.iprating td + td {
	text-align: left;
}
table.simple td {
	vertical-align: top;
}
form.photometrics {
	padding-bottom: 20px;
}
form.photometrics label {
	display: inline-block;
	font-weight: bold;
	min-width: 105px;
	vertical-align: top;
}
form.photometrics input, form.photometrics textarea {
	width: 200px;
	margin-bottom: 5px;
}
form.photometrics .reset_button, form.photometrics .submit_button, form.photometrics .button {
	margin-left: 8px;
	width: 90px;
}
form.photometrics .reset_button {
	margin-top: 15px;
}
#content form.photometrics p.error {
	padding-left: 5px;
}

dl {
	margin: 10px;
}
dt {
	font-weight: bold;
	margin-top: 10px;
}
dd {
	margin-top: 3px;
	margin-left: 10px;
}
.ct div {
	width: 382px;
	float: left;
}
.ct {
	overflow: hidden;
	border-top: 1px solid #bbb;
}


#content table.section_nav {
	background-color: #ccc;
	margin: 0;
	padding: 0;
	width: 770px;
	text-align: center;
	border-collapse: separate;
	border-spacing: 0;
}
#content table.section_nav td {
	border: 1px solid #888;
	color: #555;
	min-width: 80px;
}
#content table.section_nav td.current {
	border: 1px solid #888;
	background-color: #666;
	color: white;
}
#content .section_nav a {
	display: inline-block;
	width: 100%;
	color: #555;
	border: none;
}
#content .section_nav td.current a {
	color: white;
}
#content .section_nav a:hover {
	color: #2d2 !important;
	background-color: #444;
}

.gallery div.backlink, .gallery div.nextlink {
	display: block;
	float: left;
	height: 114px;
	width: 30px;
	margin: 10px;
}

.gallery div.backlink {
	margin-left: 18px;
}

#content div.backlink a, #content div.nextlink a {
	display: block;
	height: 90px;
	width: 30px;
	margin: 0;
	padding: 0;
}

#content div.backlink {
	background-image: url('bg-leftnav-inactive.png');
	background-repeat: no-repeat;
}
#content div.nextlink {
	background-image: url('bg-rightnav-inactive.png');
	background-repeat: no-repeat;
}

#content div.backlink a:hover {
	background-image: url('bg-leftnav-active.png');
	background-repeat: no-repeat;
}
#content div.nextlink a:hover {
	background-image: url('bg-rightnav-active.png');
	background-repeat: no-repeat;
}

div.galleryfull {
	text-align: center;
}

img.galleryfull {
	width: 700px;
	margin: 10px auto 30px auto;
	border: 1px solid #bbb;
	box-shadow: 4px 4px 6px #ccc;
	-moz-box-shadow: 4px 4px 6px #ccc;
	-khtml-box-shadow: 4px 4px 6px #ccc;
	-webkit-box-shadow: 4px 4px 6px #ccc;
	border: 1px solid white;
}

div.showall {
	clear: both;
	margin: 0;
	padding: 0;
}
#content div.showall a {
	display: inline;
	width: auto;
	text-align: left;
	margin: 0 0 10px 10px;
	padding: 0;
}

#content div.showall a + a {
  padding-left: 10px;
  border-left: 1px solid silver;
}

#slideshow {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 720px;
	height: 720px;
	background-color: transparent;
	margin-top: 20px;
	margin-bottom: 20px;
}
p.slideshowinst {
	text-align: center;
}
#constraint {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	height: 720px;
	background-color: transparent;
}
#constraint img {
	width: 720px;
	display: block;
	margin: auto;
}
#constraint img + img {
	display: none;
}

/* LED driver compatibility */

h2.drivercompat {
	margin-bottom: 10px;
}
h2.drivercompat a {
	float: right;
	margin-top: 4px;
}
h2.drivercompat a img {
	border: none;
}
div.drivercompat table {
	border: 1px solid silver;
	border-collapse: collapse;
	margin-left: 20px;
	background-color: #eee;
}
div.drivercompat table th {
	border: 1px solid silver;
	padding: 4px;
	background-color: #ddd;
}
div.drivercompat table td {
	border: 1px solid silver;
	padding: 2px 4px;
	min-width: 150px;
}
div.drivercompat td +td {
	text-align: center;
}
div.drivercompat ul.notes {
	padding: 0;
	margin: 0px 0px 15px 20px;
}
div.drivercompat ul.notes li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.drivercompat ul.notes li span {
	float: left;
	width: 20px;
}


div.item table {
	float: left;
	width: 290px;
	border-collapse: collapse;
	border: 1px solid silver;
	background-color: white;
}
div.item table td {
	min-width: 60px;
	border: 1px solid silver;
	padding: 2px;
	text-align: center;
}


div#brochureleft {
  float: left;
  margin: 10px;
}
div#brochureleft a, div#brochureleft a:hover, div#brochureleft a:visited {
	border: none;
	text-decoration: none;
}
div#brochureleft a img {
	border: none;
	text-decoration: none;
}
div#brochureright {
  float: right;
  width: 450px;
}

div#brochurewrap {
  clear: both;
  height: 220px;
  border-bottom: 1px solid silver;
}
div#brochureright h3 {
font-size: 14pt;
margin-top: 35px;
color: #2D2;
}
