#content table.ceilings {
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	background-color: #fff;
	clear: both;
}

#content table.ceilings thead,
#content table.ceilings tbody {
	background-color: #fff;
}

#content table.ceilings th,
#content table.ceilings td.left {
	font-weight: bold;
	vertical-align: bottom;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: left;
	padding: 3px 4px 0 4px;
	font-size: 10px;
	color: #369;
	background: url(http://media.corporate-ir.net/media_files/IROL/11/115117/bg.gif);
	background-color: #fff;
}

#content table.ceilings th sup {
	color: #369;
}

#content table.ceilings td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 1px 4px;
	font-size: 10px; /*.9em;*/
	background-color: #fff;
}


#content table.ceilings td.left,
#content table.ceilings th.left {
	border-left: 0;
}


#content table.ceilings tr.alt td {
	background-color: #eee;
}


#content table.systems {
	margin-left: 150px;
	width: 398px;
}

#content table.systems td.left {
	text-align: right;
	width: 20%;
	white-space: nowrap;
}

/*-- used to mimic indented lists when list items are in different table rows --*/
#content table.ceilings td.sub {
	padding-left: 20px;
}

#content table.ceilings td.nowrap,
#content table.ceilings th.nowrap {
	white-space: nowrap;
}

#content table.ceilings tr.separator td {
	border-bottom-width: 2px;
	border-color: #ccc;
}


/*
-----------------------------------------------------------
TABLE FOOTNOTES
-----------------------------------------------------------
*/

ol.footnote, ul.footnote, div.footnote {
	font-size: 9px;
	color: #000;
/*	margin-left: 2em; */
}

ol.footnote li, ul.footnote li {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}


table+ol.footnote, table+ul.footnote {
	margin-top: 0px;
}

div.footnote p {
	margin-left: 0;
	width: auto;
}

div.footnote h6 {
	margin-left: 0;
}

span.fn {
	font-size: 9px;
	background-color: transparent;
	padding: 0 0 0 .25em;
	vertical-align: text-top;
	font-weight: normal;
	color: #666;
}


/*
-----------------------------------------------------------
SC2000 PRODUCT TABLES -- added by HARTMAN on Dec. 3, 2004
-----------------------------------------------------------
*/
#content table.ceilings td.panelsize {
/*	color: green; */
	font-weight: bold;
}

#content table.ceilings td.itemno {
/*	color: orange; */
	font-weight: bold;
}

#content table.ceilings td.panelcost {
/*	color: purple; */
	font-weight: bold;
}

#content table.ceilings span.metric {
	display: block;
	color: #333;
	font-weight: normal;
}

#content table.ceilings td.left, table.ceilings th.left {
	border-left: 0;
	width: 100px;
/*	color: maroon; */
	font-weight: bold;
	vertical-align: top;
}

#content table.ceilings img {
	border: 0;
	margin: 4px;
}

#content table.ceilings th {
	border-top: 1px solid #ccc;
	font-size: 9px;
	vertical-align: top;
	padding: 2px 4px;
}

#content table.ceilings th.left {
	border-top: 0;
	background: none;
}

#content table.ceilings td {
	padding: 1px 4px;
/*	font-size: 9px;  changed to 10px for selectors, but this may throw off other things. */
	font-size: 10px;
}

#content table.ceilings {
	border-top: 0;
}
/*
-----------------------------------------------------------
SELECTORS  -- added by HARTMAN on Dec. 3, 2004
-----------------------------------------------------------
*/

#content .colorselector td {
 	font-weight: bold;
 }
 
#content .colorselector td img {
	margin-bottom: 16px;
}

#content tr.sub th {
	border-top: 0;
	padding-top: 50px;
}

#content tr.subnormal th {
	border-top: 0;
	padding-top: 2px;
}

#content .nm td img,
#content .nm th img {
	margin: 0;
}

#content .nm td.left img {
	margin: 4px 0 8px 0;
}

#content table.ceilings td.leftsub,
#content table.ceilings th.leftsub {
	width: 180px;
	border-left: 0;
	background-color: #fff;
	background-image: none;
}

#content th.leftsub {
	border-bottom: 0;
}

#content td.perforations,
#content td.perimopt {
/* for a table that has 3 image columns - width is approx. and not pixel-perfect */
	width: 160px;
}

#content tr.blank td {
	height: 2em;
	border: 0;
}

#content .colcallout {
	font: 14px/1.35 'Trebuchet MS', Verdana;
	font-style: italic;
	color: #369;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #e8e8e8;
	margin: 0 0 2em 0;
	padding: .75em 2em;
}

#content table.swatches td {
	width: 70px;
}

