@charset "utf-8";
/* CSS Document */

/**************************************************/
/*CSS for tab set on catalog.asp/newproducts.asp  */
/**************************************************/

#productTabs {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.1;
	position:relative;
	background:url("/images/web/4Tab.gif") bottom left no-repeat;
	height:82px;
	width:550px;
}
#productTabs a {
	position:relative;
	background:url("/images/web/catTab.gif") top center no-repeat;
	float:left;
	width:125px;
	padding:16px 4px 20px 4px;
	margin:20px 0 0 0;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
}
#productTabs a strong { text-transform:capitalize; }

#productTabs a:hover, #productTabs a:active { color:#FFFFFF; margin:14px 0 0 0; outline:none; }

#productTabs a.Sel {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:29px;
	text-align:center;
	margin:12px 0 0 0;
	color:#FFFFFF;
	text-decoration:none;
 }
.highlight { background-color:#DDDDDD; }

/***********************************************/
/*CSS for catalog.asp/newproducts.asp          */
/***********************************************/

#catTable {
	font-size: small;
	border:1px solid #CCCCCC;
}
#catTable td {
	border:1px solid #CCCCCC;
}
#catTable tr:hover, catTable tr:active { background:#F5F5F5; }
#catTable tr.highlight:hover, catTable tr.highlight:active { background:#D5D5D5; }
#catTable td.prodPhoto { background:url("../images/web/thumbShadow.png") top left no-repeat; }
#catTable a.options {
	text-decoration: none;
	padding: 1px;
	color: #006699;
	white-space:nowrap;
}
#catTable td.prodPhoto a { text-decoration:none; }
#catTable td.prodPhoto a img {
	margin:3px;
	width:100px;
	height:83px;
	border:none;
}
#catTable td.prodPhoto a:hover, #catTable td.prodPhoto a:active {
	outline:none;
}
#catTable td.prodPhoto a:hover img {
	margin:1px 5px 5px 1px;
}
#catTable td.prodPhoto a:active img {
	margin:3px;
}

#catTable td.seriesDesc strong.new {
	color:#FFFFFF;
	background-color:#FF0000;
	font-weight:bold;
	padding:0px 10px;
}

#catTable td.seriesDesc { padding:0px 8px; }
#catTable td.seriesDesc h3 { margin:0px; text-transform:capitalize; font-size:medium; font-weight:bold; margin:0px; padding:0px; }
sup { margin:.25em; font-size:small;}
#catTable td.seriesDesc h4 { text-transform:capitalize; font-size:medium; padding:0px; margin:0px; font-weight:normal; }
#catTable tfoot td a { color:#069; }
.specLink a{
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 1px;
	color: #006699;
}
.specLink a:hover {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 1px;
	color: #FFFFFF;
	background-color: #006699;
}
span.subLink {display:block; }
.subLink a {
	text-decoration:underline;
	padding: 2px;
	color: #006699;
}
.subLink a:hover {
	padding: 2px;
}
#catTable a.options:hover {
	font-weight:normal;
	text-decoration:underline;
	white-space:nowrap;
	display:inline;
	padding: 1px;
	color:#006699;
	background-color:#FFFFFF;
}

td.head-williams, td.head-1, td.head-fluorescent { background:#00529B; color:#FFFFFF; }
td.head-infinity, td.head-2, td.head-downlighting { background:#7AA331; color:#FFFFFF; }
td.head-outdoor, td.head-17, td.head-ourdoor { background:#FEB813; color:#FFFFFF; }

#catalogSections {
	float:left;
	width:99%;
	border:1px hidden black;
	position:relative;
	min-width:550px;
	background:#FFFFFF;
}
#catalogSections h4 {
	font-size:small;
	margin:0em;
	padding:0px;
	height:3em;
	width:131px;
}
#catalogSections div {
	float:left;
	border:1px solid #DDDDDD;
	width: 131px;
	background:url("/images/web/catshadow.gif") top left no-repeat;
}
#catalogSections div a { text-decoration:none; color:#000000; }
#catalogSections div a:hover { text-decoration:underline; color:#000000; }
#catalogSections img {
	display:block;
	width:125px;
	height:125px;
	padding:3px;
	margin:0px; 
	margin:3px;
	padding:0px; 
	background-repeat:no-repeat;
	background-position:bottom right;
	position:relative;
	background-color:#FCF8ED;
}
#catalogSections a:hover img {
	margin:0px 6px 6px 0px;
}
#catalogSections a:active img {
	margin:3px;
}

/*Dark PMS Colors*/
#catalogSections.D-PMS div a img.infinity { background:#7AA331; }
#catalogSections.D-PMS div a img.williams { background:#00529B; }
#catalogSections.D-PMS div a img.outdoor { background:#FEB813; }

/*Radial Gradient Colors*/
#catalogSections.Grad div a img.infinity { background:url("/images/thumb/backGreen.png"); }
#catalogSections.Grad div a img.williams { background:url("/images/thumb/backBlue.png"); }
#catalogSections.Grad div a img.outdoor { background:url("/images/thumb/backOrange.png"); }

#catTools {	font-size:small; width:200px; border:2px #006699 solid; border-width:2px 0px 2px 2px; background-color:#FFFFFF; float:right; z-index:30; display:none; }
#catTools h3 { background:#006699 right url("/images/web/menuBG.jpg"); color:#FFFFFF; margin:0px; padding:12px; padding-top:13px; }
#catTools dl { padding:12px; }
#catTools dt { font-weight:bold; }
#catTools dd { margin-left:1em; }
#catTools a { color:#006699; }
