/*******************************************************************************/
/*                                  CONTENT                                    */
/*
	
	- COMMON (styles for all (most) pages)
	- CATALOGS LISTING
	- PRODUCTS LISTING
	
	- PRODUCT DETAILS
	
	- INDEX
		- Box 1
		- Box 2
		- Box 3
		- Collapsible Panels
		- Tabs
		- Panel Content
		- Newsletter
		- Education Center
	
*/
/*******************************************************************************/

/*===================== Custom Fonts===============*/

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-regular-webfont.woff') format('woff'),
    url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
    url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**************************************/
/*              COMMON                */
/**************************************/

/* Path */
#path {
	display: block;
	color: #969696;
	font-size: 10px;
	border-bottom: 1px #eaeaea solid;
	padding-bottom: 3px;
	margin-bottom: 2em;
}
	#path a:link, #path a:visited {
		color: #969696;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
	}
	#path a:hover {
		text-decoration: underline;
	}

h2.search{
	font-family: Arial, sans-serif;
	font-size: 24px;
	color: #727272;
	font-weight: normal;
	width: 658px;
}	
	h2.search strong{
		color: #363636;
	}	
	
	
.pages-listing{
	border-bottom: 1px solid #d6d9da; 
	margin-left: -5px;
}	


/************************************************/
/*              CATEGORY LISTING                */
/************************************************/

#cat-details {
	text-align: justify;
}
	#cat-details p {
		text-align: justify;
		margin-bottom: 1em;
		line-height: 150%;
	}
	#cat-details img {
		float: left;
		margin: 0 1em 1em 0;
	}
	
	/*.white-corners:link, .white-corners:visited {
		background: url(../images/products/white-corners.gif) no-repeat left top #666666;
		padding-left: 5px;
		display: block;
		
		height: 13px;
		margin-top: 3px;
		text-align: center;
		width: 155px;
	}
	.white-corners:link span, .white-corners:visited span {
		display: block;
		background: url(../images/products/white-corners.gif) no-repeat right top;
		color: White;
		font-size: 10px;
		text-transform: none;
		padding: 0;
		padding-right: 5px;
	}
	.white-corners:hover, .white-corners:hover span {
		text-decoration: none;
	}*/
    
    .white-corners:link, .white-corners:visited {
		/*background: url(../images/products/white-corners.gif) no-repeat left top #666666;*/
		padding-left: 5px;
		display: block;
		
		height: 20px;
		margin-top: 3px;
		text-align: center;
		width: 155px;
	}
	.white-corners:link span, .white-corners:visited span {
		display: block;
		/*background: url(../images/products/white-corners.gif) no-repeat right top;*/
		color: White;
		font-size: 14px;
        height: 20px;
        line-height: 20px;
		text-transform: none;
		padding: 0;
		padding-right: 5px;
        font-weight: bold;
	}
	.white-corners:hover, .white-corners:hover span {
		text-decoration: none;
	}
    

#category-listing {
	/*margin-top: 2em;*/
	list-style-type: none;
	position: relative;
	margin-left: -10px;
}
	#category-listing li {
		/*margin-left: 15px;*/
		margin-left: 5px;
		height: 170px;
		float: left;
	}
		#category-listing li h3, 
		#category-listing li h2 {
			padding-top: 0.2em;
			line-height: 12px;
		}
		#category-listing li h3 a:link, #category-listing li h3 a:visited, 
		#category-listing li h2 a:link, #category-listing li h2 a:visited {
			color: #45443f;
			font-size: 12px;
			line-height: 12px;
			font-weight: bold;
		}
		#category-listing li h3 a:hover, 
		#category-listing li h2 a:hover {
			color: #1b3f94;
			text-decoration: none;
		}

.line {
	border-bottom: 1px #eeeeee solid;
}




/************************************************/
/*              PRODUCTS LISTING                */
/************************************************/

/* Structure Menu */
#structure-menu, #structure-menu ul {
	list-style-type: none;
	position: relative;
}
	#structure-menu li {
		margin-bottom: 1px;
	}
	
	* html #structure-menu li {
		display: inline-block;
		margin: 0;
	}
		#structure-menu li a:link, #structure-menu li a:visited {
			padding: 4px 20px;
			background: #f1f1f1;
			color: #424549;
			display: block;
			font-weight: bold;
			font-size: 14px;
		}
		#structure-menu li a:hover {
			color: White;
			text-decoration: none;
		}
		
		#structure-menu li a.special-new:link, #structure-menu li a.special-new:visited {
			background: #0c77be;
			color: white;
			display: block;
		}
		#structure-menu li a.special-coming-soon:link, #structure-menu li a.special-coming-soon:visited {
			background: #42a544;
			color: white;
			display: block;
		}
		#structure-menu li a.special-limited:link, #structure-menu li a.special-limited:visited {
			color: white;
			background: #e08282;
			display: block;
		}
		#structure-menu li a.special-new:hover, #structure-menu li a.active.special-new:link, #structure-menu li a.active.special-new:visited {
			/*color: white;
			background: #0c77be;*/
			background: url(../images/common/new-product-hover.jpg) no-repeat left top;
		}
		#structure-menu  li a.special-coming-soon:hover, #structure-menu li a.active.special-coming-soon:link, #structure-menu li a.active.special-coming-soon:visited  {
			/*color: white;
			background: #42a544;*/
			background: url(../images/common/soon-product-hover.jpg) no-repeat left top;
		}
		#structure-menu li a.special-limited:hover, #structure-menu li a.active.special-limited:link, #structure-menu li a.active.special-limited:visited {
			/*color: white;
			background: #ee3424;*/
			background: url(../images/common/limited-product-hover.jpg) no-repeat left top;
		}
		
		/* led menu */
		#structure-menu.led li a:link, #structure-menu.led li a:visited {
			padding: 0px 14px;
			background-color: transparent;
			background: url(../images/led/bg-menu-led.png) repeat-x left top;
			color: #1c3f95;
			/*font-size: 16px;*/
			height: 29px;
			line-height: 29px;
			border: 1px #e7e7e7 solid;
		}
		#structure-menu.led li a.active:link, #structure-menu.led li a.active:visited, 
		#structure-menu.led li a:hover {
			color: White;
			border-color: #b3bafd;
			background-position: left bottom;
			text-decoration: none;
		}
		
		
		
		
		/* Level 2 */
		#structure-menu ul {
			margin-bottom: 1em;
			margin-top: 4px;
		}
			#structure-menu.led ul li a:link, #structure-menu.led ul li a:visited, 
			#structure-menu ul li a:link, #structure-menu ul li a:visited {
				color: #7b7b7b;
				background: none;
				padding: 2px 25px;
			}
			#structure-menu.led ul li a:hover, 
			#structure-menu ul li a:hover {
				color: #e3173e;
			}
		
		/* led submenu */
			#structure-menu.led ul li a:link, #structure-menu.led ul li a:visited {
				color: #7b7b7b;
				background: none;
				padding: 3px 14px;
				height: auto;
				line-height: 100%;
				border: 0;
				color: #7b7b7b;
			}
			#structure-menu.led ul li a.active:link, #structure-menu.led ul li a.active:visited, 
			#structure-menu.led ul li a:hover {
				color: black;
			}
		
		/* Level 3 */
		#structure-menu ul ul {
			margin-bottom: 0.5em;
			margin-top: 0px;
		}
			#structure-menu ul ul li {
				margin-left: 15px;
			}
			
			#structure-menu.led ul ul li a:link, #structure-menu.led ul ul li a:visited, 
			#structure-menu ul ul li a:link, #structure-menu ul ul li a:visited {
				color: #373737;
				font-size: 11px;
				background: url(../images/products/arrow-menu.gif) no-repeat -20px 300px;
				padding: 2px 0px 2px 25px;
				line-height: 11px;
				margin: 0;
				margin-left: 5px;
				text-indent: 0;
			}
			#structure-menu.led ul ul li a:hover, 
			#structure-menu ul ul li a:hover {
				background: url(../images/products/arrow-menu.gif) no-repeat 15px 5px;
				color: #373737;
			}
			#structure-menu ul ul li a.active-subcat, #structure-menu.led ul ul li a.active-subcat {
				background: url(../images/products/arrow-menu.gif) no-repeat 15px 5px;
			}
		


/* Product listing */
ul.product-listing {
	list-style-type: none;
	position: relative;
	margin-top: 2em;
}
	ul.product-listing li {
		height: 190px;
		width: 146px;
		float: left;
		margin-left: 10px;
		display: inline;
		position: relative;
	}

	.category-listing #product-listing ul.product-listing li {
		height: 190px;
		width: 161px;
		float: left;
		margin-left: 20px;
	}
	
		ul.product-listing li img.img-product {
			border: 1px #cccccc solid;
			margin: 2px;
		}
		ul.product-listing li a:hover img.img-product {
			border: 3px #cccccc solid;
			margin: 0px;
		}
		
		ul.product-listing li h3, 
		ul.product-listing li h2 {
			padding: 3px;
			line-height: 12px;
		}
		ul.product-listing li h3 a:link, ul.product-listing li h3 a:visited, 
		ul.product-listing li h2 a:link, ul.product-listing li h2 a:visited {
			color: #45443f;
			font-size: 11px;
			line-height: 10px;
			font-weight: bold;
		}
		ul.product-listing li h3 a:hover, 
		ul.product-listing li h2 a:hover {
			color: #1b3f94;
			text-decoration: none;
		}
		
		ul.product-listing li span {
			display: block;
			font-size: 10px;
			text-transform: uppercase;
			padding-top: 2px;
		}
		
		/* Hover */
		span.product-listing-hover {
			position: absolute;
			top: 1px;
			left: 1px;
			/*width: 144px;
			height: 144px;*/
			width: 125px;
			height: 125px;
			/*background: url(../images/products/prod-listing-hover.png) no-repeat left top;*/
			background: url(../images/products/subcat-listing-hover.png) no-repeat left top;
			cursor: pointer;
		}
		.subcat span.product-listing-hover {
			position: absolute;
			top: 1px;
			left: 1px;
			width: 125px;
			height: 125px;
			background: url(../images/products/subcat-listing-hover.png) no-repeat left top;
			cursor: pointer;
		}
			span.product-listing-hover a {
				display: block;
				/*width: 144px;
				height: 144px;*/
				width: 125px;
				height: 125px;
			}
			.subcat span.product-listing-hover a {
				display: block;
				width: 125px;
				height: 125px;
			}
		
		
		.tag-soon, 
		.tag-new {
			border: 0;
			position: absolute;
			top: 4px;
			left: 4px;
			z-index: 5;
		}
		.tag-eco {
			border: 0;
			position: absolute;
			top: 10px;
			left: -4px;
			z-index: 5;
		}
		.tag-limited{
			border: 0;
			position: absolute;
			top: 58px;
			left: 58px;
			
			z-index: 5;
		}


/* Product Listing */
#product-listing .product-listing {
	margin-top: 0.5em;
	margin-left: -13px;
}
* html #product-listing .product-listing {
	width: 700px;
}
	#product-listing .product-listing li {
		width: 127px;
		height: 190px;
		margin: 0px;
		margin-left: 7px; /* 13*/
	}
		#product-listing .product-listing .products {
			padding-top: 4px;
		}
			#product-listing .product-listing .products a:link, #product-listing .product-listing .products a:visited {
				display: block;
				font-size: 9px;
			}
			
			
			#product-listing a.white-corners {
				float: right;
				margin-top: -15px;
				position: relative;
			}

	



/***********************************************/
/*              PRODUCT DETAILS                */
/***********************************************/

/* Product data */
#product-details #product-data {
	float: left;
	width: 365px;
}
	#product-details #product-data p {
		padding-left: 10px;
		background: url(../images/products/arrow-paragraph.gif) no-repeat left 4px;
		margin-top: 1em;
	}

/* Product image */
#product-details #img-details {
	float: right;
	width: 292px;
}
	#product-details #img-large {
		position: relative;
			border: 1px #f2f2f2 solid;
	}
		#product-details .image-large {
		}
	#product-details #img-details .fixPNG {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}

/* Tabs */
#product-details .tabs {
	background: url(../images/products/bg-tab-list.png) repeat-x left bottom;
	height: 32px;
	padding-left: 10px;
	clear: both;
	padding-top: 2em;
}
	#product-details .tabs li {
		margin-bottom: 1px;
	}
	
	#product-details #tabs-content {
		list-style-type: none;
		margin: 1em 0;
		/*padding-bottom: 1em;*/
		/*border-bottom: 1px #eaeaea solid;*/
	}
		.data-table {
			width: 100%;
			background: #e5e5e5;
		}
		.data-table th {
			background: #000000;
			color: White;
			padding: 3px 6px;
			text-align: left;
			font-size: 11px;
		}
			.data-table th a:link, .data-table th a:visited {
				color: White;
			}
		.data-table td {
			background: White;
			color: #373737;
			padding: 3px 6px;
			text-align: left;
		}
		.data-table .highlight td {
			background: #eeeeee;
		}
		
		.data-table tbody {
		}
		
		.link-arrow:link, .link-arrow:visited {
			background: url(../images/products/arrow-menu.gif) no-repeat left 4px;
			display: block;
			padding-left: 7px;
		}

#other-images {
	list-style-type: none;
}
	#other-images li {
		float: left;
		margin-top: 2px;
		margin-right: 2px;
	}
		#other-images li img {
			width: 93px;
			border: 1px #f2f2f2 solid;
		}
		#other-images li a:hover img {
			width: 93px;
			border: 1px #d2d2d2 solid;
		}

.application-icons {
	list-style-type: none;
	margin-top: 1em;
}
	.application-icons li {
		list-style-type: none;
		width: 70px;
		margin-right: 5px;
		float: left;
		height: 105px;
	}
		.application-icons li span {
			display: block;
			padding-top: 3px;
			font-size: 10px;
			line-height: 11px;
		}

#but-print {
	position: absolute;
	right: 0;
	top: 53px;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/products/ico-print.png) no-repeat left top;
	display: block;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
}


/* Send to friend */
.send-to-friend #product-details #product-data {
	width: auto;
	float: none;
}



/******************************************/
/*              CONTACT US                */
/******************************************/
#contact-us #content {
	padding-top: 2em;
}
#contact-us #content-left {
	border-right: 1px #d9d9d9 solid;
	padding-bottom: 1em;
}
#contact-us #content-left strong {
	display: block;
	margin-top: 1em;
}
#contact-us #content-left span {
	display: block;
}
#contact-us #content-left address {
	font-style: normal;
}
#contact-us #content-left ul#directions {
	list-style-type: none;
}
#contact-us #content-left .hide-with-js {
	padding-bottom: 1em;
	display: block;
}

.download-word:link, .download-word:visited {
	background: url(../images/contact-us/ico-word.gif) no-repeat left top;
	line-height: 32px;
	padding-left: 38px;
	display: block;
}

.download-pdf:link, .download-pdf:visited {
	background: url(../images/contact-us/ico-pdf.gif) no-repeat left top;
	line-height: 32px;
	padding-left: 38px;
	display: block;
}
#contact-us #tooltip {
	text-align: left;
}

#contact-us .checkbox-wrapper {
	background: #eeeeee;
	padding: 6px;
}
#contact-us .checkbox-wrapper p {
	width: 650px;
	text-align: left;
}
#contact-us .checkbox-wrapper span {
    padding-left: 45px;
    color: red;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}




/***********************************************/
/*              NEWS AND EVENTS                */
/***********************************************/


	
#news-media ul.news-ev{
	list-style-type: none;
	width: 48%;
	margin-right: 2%;
	float: left;
}

	#news-media  .news-ev li {
		padding-bottom: 4em;
	}
	
		#news-media .news-ev  li h2{
			line-height: 15px;
			margin-bottom: 0.4em;
		}
	
		#news-media .news-ev  li h2 a:link, #news-media .news-ev li h2 a:visited {	
			font-size: 14px;
			
		}
		
		#news-media .news-ev li h2 a:hover {
			text-decoration: underline;
		}
		
		#news-media .news-ev li p {
			font-size: 12px;
			padding-left: 7.5em;
			margin-top: 0.5em;
		}
		
		#news-media .news-ev li p.no-img{
			padding-left: 0;
		}
		
		#news-media .news-ev li img {
			border: 1px #888888 solid;
			float: left;
			margin: 0 1em 1em 0;
		}
			#news-media .news-ev li span{
				background: #1c3f95;
				color: #ffffff;
				padding: 1px 2px;
				
				font-size: 11px;
				font-weight: bold;
			}


.news-advertising {
	list-style-type: none;
}
	.news-advertising li {
		width: 32%;
		margin-right: 2%;
		float: left;
		padding-bottom: 3em;
	}
	.news-advertising li.last {
		margin-right: 0%;
	}
		.news-advertising li h2 {
			padding-bottom: 0.5em;
			font-size: 13px;
		}


#news-images {
	list-style-type: none;
	margin-top: 1em;
	
}
	#news-images li {
		float: left;
		margin-right: 1em;
		margin-bottom: 1em;
	}
		#news-images li a img {
			border: 1px #cccccc solid;
		}
		
		#news-images li a:hover img {
			border: 1px #888888 solid;
		}
		
#descr{
	display: inline-block;
	background: cyan;
}	

#news-image{
	float: left;
	border: 1px #cccccc solid;
	margin-right: 1em;
	margin-bottom: 1em;	
}	

#news a.pdf:link, #news a.pdf:visited{
	background: url(../images/index/ico-pdf.gif) no-repeat left top;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
	padding-left: 26px;
	/*float: left;*/
	margin-right: 1em;
}


		

.tiny-mce p {
	margin-top: 1em;
}
.tiny-mce ul, .tiny-mce ol {
	margin-left: 20px;
}





/****************************************/
/*              ABOUT US                */
/****************************************/
#about-us #content p {
	padding: 1em 0;
	/*width: 30%;
	float: left;
	margin-right: 5%;
	text-align: justify;
	font-size: 13px;*/
}
#about-us #content p.last {
	margin-right: 0;
}

#about-us #content p img {
	display: inline;
}

#about-us #content ul {
	list-style-type: none;
}
	#about-us #content ul li {
		float: left;
		margin-right: 1em;
	}
	
#about-us  #bulbrite-promise-list {
	margin-top: 0;
}	
#about-us  #bulbrite-promise-list li {
	font-size: 12px;
	width: 100%;
	
	padding-top: 0;
	padding-bottom: 0;
}
	
#about-us  #bulbrite-promise-list li p{
	padding: 0;
}



/**********************************************/
/*              PRIVACY POLICY                */
/**********************************************/
#privacy-policy #content p {
	font-size: 13px;
	margin-top: -0.5em;
	position: relative;
	padding-bottom: 1em;
	text-align: justify;
}





/*****************************************/
/*              DOWNLOADS                */
/*****************************************/

#downloads #content-right ul {
	list-style-type: none;
	width: 49%;
	margin-right: 30px;
	margin-top: 45px;
	float: left;
	margin-left: -10px;
	
}

#downloads #content-right ul.second {
	margin-right: 0;
}

	#downloads #content-right ul li {
		margin-right: 5px;
		margin-bottom: 20px;
		/*background: red;*/
	}
		
		
		#downloads #content-right ul h2 a:link, #downloads #content-right ul h2 a:visited {
			background: url(../images/downloads/download-pdf.gif) no-repeat left top;
			line-height: 22px;
			font-size: 16px;
			padding-left: 28px;
			width: 300px;
			
		}
		#downloads #content-right ul h2 a:hover {
			text-decoration: underline;
		}
		
		
		#downloads #content-right ul p {
			font-size: 12px;
		}
		
		#downloads #content-right ul img {
			border: 1px #888888 solid;
			margin: 0 1em 1em 0;
		}
		
		#downloads #content-right ul .img-trans{
			border: none;
		}





/**************************************/
/*              SEARCH                */
/**************************************/
/* Page Nav */
.total-items {
	position: relative;
	margin-top: -1em;
	margin-bottom: 2em;
	float: left;
}

	.total-items  span{
		margin-top: 0.5em; 
		display: block;
	}

.page-nav {
	position: relative;
	margin-top: -1.2em;
	margin-bottom: 2em;
	float: right;
	/*border: 1px solid red;*/
}
	
	.page-nav span {
		list-style-type: none;
		float: left;
		line-height: 17px;
	}
	
	.page-nav ul {
		list-style-type: none;
	}
		.page-nav ul li {
			position: relative;
			margin-right: 1px;
			display: inline;
			float: left;
		}
		.page-nav ul li a:link, .page-nav ul li a:visited {
			padding: 2px 6px;
			background: #d5d5d5;
			color: White;
			display: block;
		}
		.page-nav ul li a:hover {
			background: #aaaaaa;
			color: White;
			text-decoration: none;
		}
		.page-nav ul li a.link-page-active:link, .page-nav ul li a.link-page-active:visited {
			background: #1c3f95;
		}






/************************************************/
/*              EDUCATION CENTER                */
/************************************************/

#education-center-menu-wrapper {
	background: #f5f5f5;
	padding: 1em;
}
	.education-center-menu {
		list-style-type: none;
		margin-bottom: 1em;
		float: left;
	}
		.education-center-menu li {
			width: 190px;
			margin-right: 20px;
			margin-bottom: 1px;
		}
		.long li {
			width: 250px;
		}
			.education-center-menu li a:link, .education-center-menu li a:visited {
				padding: 2px 5px;
				display: block;
				font-size: 14px;
			}
			.education-center-menu li a:hover {
				color: White;
				background: #1c3f95;
				text-decoration: none;
			}
			.education-center-menu li a.active:link, .education-center-menu li a.active:visited {
				color: White;
				background: #1c3f95;
				text-decoration: none;
				font-weight: bold;
			}


/* Bulb basics*/
#bulb-basics {
	list-style-type: none;
	border-bottom: 1px #aaaaaa solid;
}
	#bulb-basics li {
		margin: 0.5em 0;
		border-top: 1px #aaaaaa solid;
		padding-top: 1em;
	}
	
	#bulb-basics li .left {
		width: 650px;
	}
		#bulb-basics li .left ul {
			list-style-type: square;
			margin-left: 2em;
		}
			#bulb-basics li .left li {
				margin: 0;
				border: 0;
				padding: 0;
			}
	
	#bulb-basics li .right ul {
		list-style-type: square;
		margin-bottom: 2em;
		margin-left: 2em;
		width: 250px;
	}
		#bulb-basics li .right ul li {
			margin: 0;
			border: 0;
			padding: 0;
			padding-bottom: 5px;
		}

/* Glossary */
dl.glossary {
	width: 47%;
	float: left;
	margin-right: 3%;
}
	dl.glossary dd {
		padding-bottom: 1em;
	}



#recycle-steps {
	margin-left: 20px;
}
	#recycle-steps li {
		float: left;
		margin-right: 80px;
	}
	* html #recycle-steps li {
		display: inline;
	}
	#recycle-steps li.step1 {
		width: 160px;
	}
	#recycle-steps li.step2 {
		width: 140px;
	}
	#recycle-steps li.step3 {
		width: 160px;
		margin-right: 30px;
		margin-left: 20px;
	}
	#recycle-steps li.step4 {
		width: 160px;
		margin-right: 0px;
		margin-left: 60px;
	}


/* Calculators */
#form-energy {
	width: 46%;
	float: left;
}
	#energy-saving-calculators form {
		position: relative;
		margin-top: 28px;
	}
	.form-energy-heading1, .form-energy-heading2 {
		display: block;
		position: absolute;
		top: -18px;
		left: 175px;
		font-size: 11px;
		font-weight: bold;
	}
	.form-energy-heading2 {
		left: 305px;
	}
	
	#energy-saving-calculators .err-wrapper {
		height: 25px;
	}
		#energy-saving-calculators .err-wrapper .errorMsg {
			display: none;
		}
			#energy-saving-calculators .err-wrapper .errorMsg div {
				background-position: 3px 3px;
				padding: 3px 3px 5px 28px;
			}
	
	#energy-saving-calculators .ctrlHolder {
		height: auto;
	}
	#energy-saving-calculators label {
		width: 160px;
	}
	#energy-saving-calculators input {
		width: 120px;
		margin-right: 5px;
		/*border: 1px #aaaaaa solid;;*/
	}
	#energy-saving-calculators input.non-editInput {
		border: 1px White solid;;
		background: #f8f8f8;
		font-weight: bold;
	}
	#energy-saving-calculators .buttonHolder {
		margin-left: 170px;
	}


#form-roi {
	width: 50%;
	float: left;
	margin-left: 4%;
	display: inline;
}
.note {
	margin-top: 1em;
	border-top: 1px #f5f5f5 solid;
	padding-top: 0.3em;
}




/*********************************************/
/*              MAKE IT RIGHT                */
/*********************************************/
#bulbrite-promise-list {
	padding-bottom: 1em;
	margin-top: 1em;
	list-style-type: none;
}
	#bulbrite-promise-list li {
		background: url(../images/common/ico-bulb.gif) no-repeat left top;
		padding-left: 25px;
		padding-bottom: 2em;
		font-size: 14px;
		width: 600px;
	}






/***************************************/
/*              SITEMAP                */
/***************************************/
#sitemap h2, #sitemap h2 a:link, #sitemap h2 a:visited {
	font-size: 14px;
}
#sitemap h3, #sitemap h3 a:link, #sitemap h3 a:visited {
	font-size: 12px;
}
#sitemap h4, #sitemap h4 a:link, #sitemap h4 a:visited {
	font-size: 11px;
}






/*************************************/
/*              INDEX                */
/*************************************/

#index-banner {
	background: url(../images/index/bg-banner.jpg) no-repeat left top;
	height: 369px;
}

#homepage-flash {
	float: left;
	width: 629px;
	height: 369px;
	margin-left: 1px;
}

#top-boxes {
	float: right;
	width: 348px;
	list-style-type: none;
}
	#top-boxes li {
		margin-bottom: 3px;
		color: white;
		position: relative;
	}
	* html #top-boxes li {
		margin-bottom: 0px;
	}
	*:first-child+html #top-boxes li { 
		margin-bottom: 0px;
	}
	
	#top-box1 {
		height: 129px;
	}
		#top-box1 a {
			display: block;
			padding: 16px 0 14px 34px;
		}
	
	#top-box2 {
		height: 119px;
	}
		#top-box2 a {
			display: block;
			padding: 6px 0 8px 34px;
		}
	
	#top-box3 {
		height: 98px; /* 121 */
		padding: 0px 0 0px 34px;
	}
		#top-box3 #form-newsletter {
			padding-top: 12px;
		}
			#top-box3 #form-newsletter label {
				display: none;
			}
			#top-box3 #form-newsletter div {
				background: url(../images/index/bg-input-newsletter.png) no-repeat left top;
				width: 197px;
				height: 32px;
				position: relative;
			}
				#top-box3 #form-newsletter input {
					background: transparent;
					border: 0;
					color: #8b8f92;
					width: 197px;
					height: 32px;
					padding: 0 10px;
				}
				#top-box3 #form-newsletter button {
					background: url(../images/index/submit-newsletter.png) no-repeat left top;
					width: 79px;
					height: 51px;
					padding: 0;
					margin: 0;
					position: absolute;
					top: -10px;
					right: -60px;
				}
					#top-box3 #form-newsletter button span {
						text-indent: -9999em;
						display: block;
					}
	
	
	
	/* New Products */
	#new-products-wrapper {
		background: url(../images/index/bg-new-products.png) no-repeat left top;
		width: 955px; /* 980 */
		margin-left: 1px;
		margin-top: 1px;
		padding: 15px 0 0px 25px;
	}
		#new-products {
			float: left;
		}
			#new-products .product-listing li {
				margin: 0;
				height: 180px;
			}
			
			.arrow-blue:link, .arrow-blue:visited {
				background: url(../images/index/arrow-blue.gif) no-repeat left 5px;
				font-size: 11px;
				font-weight: bold;
				display: block;
				padding-left: 8px;
			}
	
		/*#press {
			float: right;
			width: 330px;
		}
			#press img {
				float: left;
			}
			#press .right {
				float: right;
				width: 145px;
			}
				#press .right p {
					font-weight: bold;
					padding: 2em 0;
				}
				#press .right a:link, #press .right a:visited {
					background: url(../images/index/ico-pdf.gif) no-repeat left top;
					font-size: 11px;
					font-weight: bold;
					display: block;
					margin-top: 5px;
					height: 20px;
					line-height: 20px;
					padding-left: 26px;
				}*/
				
			#press {
				float: right;
				width: 351px;
				margin-top: -15px;
				position: relative;
				
			}
			
			/*#press .arrow-blue{
				position: absolute;
				bottom: 15px;
				right: 162px;
				
			}*/
			#press .arrow-blue{
				
				margin-top: 25px;
				
				
			}
																									
	
	
	/* Scrolling Applications */
	#homepage-applications {
		background: url(../images/index/bg-applications.png) no-repeat left top;
		height: 190px; /* 204 */
		padding: 14px 25px 0 25px;
		margin-top: 1em;
		
	}
		div.horiz-scroll {
			/* Set it so we could calculate the offsetLeft */
			position: relative;
			height: 100px;
			width: 940px;
			/* Add scroll-bars */
			overflow: auto;
			padding-top: 10px;
		}
		ul.horiz-scroll {
			display: block;
			height: 100px;
			/* Max width here, for users without Javascript */
			width: 1500px;
			/* Remove default margin */
			margin: 0;
			list-style: none;
		}
			.horiz-scroll li {
				float: left;
				width: 60px;
				padding-right: 6px;
			}
			.horiz-scroll a {
				display: block;
				text-decoration: none;
			}
			.horiz-scroll span {
				/* We want a caption to display on the next line */
				display: block;
				margin-top: 3px;
				text-align: center;
				font-size: 9px;
				color: black;
			}
		
		#form-application {
			padding-top: 10px;
		}
			#form-application  label{
				color: #363636;
				font-size: 12px;
				font-weight: bold;
				padding-bottom: 0.3em;
				display: block;
			}
			#form-application select {
				margin-right: 10px;
			}	
			#form-application button , #form-catalog button{
				background: url(../images/index/submit-applications.gif) no-repeat left top;
				width: 87px;
				height: 28px;
				padding: 0;
				margin: 0;
			}
				#form-application button span, #form-catalog  button span{
					text-indent: -9999em;
					display: block;
				}
	
	
	/* Social Networks */
	#social-networks {
		list-style-type: none;
		
	}
		#social-networks li {
			float: left;
			display: inline;
			padding-right: 2px;
			padding-top: 1px;
		}
		
		/**:first-child+html  #social-networks  {
			right: 242px;
		}
		
		* html #social-networks{
			right: 242px;
		} */
	
	/* Bottom Boxes */
	#bottom-boxes {
		list-style-type: none;
	}
		#bottom-boxes li {
			float: left;
			height: 130px; /* 154 */
			padding-top: 24px;
		}
			#bottom-boxes li p {
				color: white;
				font-size: 11px;
				padding: 5px 0;
				text-align: justify;
			}
			#bottom-boxes li a.link-bottom-box {
				float: left;
			}
		
		#bottom-box1 {
			width: 209px; /* 343 */
			padding-left: 122px;
			padding-right: 12px;
			background: url(../images/index/bg-bottom-boxes.png) no-repeat 0px 0px;
		}
		#bottom-box1:hover {
			background: url(../images/index/bg-bottom-boxes.png) no-repeat 0px -154px;
		}
		
		#bottom-box2 {
			width: 222px; /* 318 */
			padding-left: 84px;
			padding-right: 12px;
			background: url(../images/index/bg-bottom-boxes.png) no-repeat -343px 0px;
		}
		#bottom-box2:hover {
			background: url(../images/index/bg-bottom-boxes.png) no-repeat -343px -154px;
		}
		
		#bottom-box3 {
			width: 203px; /* 321 */
			padding-left: 103px;
			padding-right: 15px;
			background: url(../images/index/bg-bottom-boxes.png) no-repeat -661px 0px;
		}
		#bottom-box3:hover {
			background: url(../images/index/bg-bottom-boxes.png) no-repeat -661px -154px;
		}
	
	
													
	
	/* Collapsible Panels */
	#collapsible-panels {
		list-style-type: none;
	}
		#collapsible-panels li {
			margin-bottom: 5px;
			position: relative;
		}
		* html #collapsible-panels li {
			margin-bottom: 0px;
		}
		
		#collapsible-panels li div.h1-wrapper {
			border: 1px #eaeaea solid;
			background: url(../images/index/bar-bg-title.gif) repeat-x left top;
			padding-left: 17px;
			height: 43px;
		}
			#collapsible-panels li div.arrow {
				background: url(../images/index/bar-arrow-down.gif) no-repeat 922px 5px;
				height: 43px;
			}
		
		#collapsible-panels li .open-panel:link, #collapsible-panels li .open-panel:visited {
			position: absolute;
			left: 0;
			top: 0;
			display: none;
			width: 980px;
			height: 43px;
			text-indent: -9999px;
			z-index: 9990;
			background: White;
		}
		
		
		/* Tabs */
		ul.tabs {
			list-style-type: none;
		}
			ul.tabs li {
				float: left;
				margin-right: 2px;
				display: inline;
			}
		#index #collapsible-panels ul.tabs {
			position: absolute;
			left: 320px;
			top: 13px;
			z-index: 9990;
		}
		
		#index-featured-products {
			display: none;
		}
		* html #index-featured-products {
			display: block;
		}
		
		
		/* Panel Content */
		#collapsible-panels li div.panel-content {
			border-left: 1px #eaeaea solid;
			border-right: 1px #eaeaea solid;
			border-bottom: 1px #eaeaea solid;
			padding: 17px;
			position: relative;
		}
		* html #collapsible-panels li div.panel-content {
			margin-top: -3px;
		}
		*:first-child+html #collapsible-panels li div.panel-content {
			margin-top: -3px;
		}
		
		#new-featured-products {
			list-style-type: none;
		}
		#view-all-offers {
			border-top: 1px #e5e5e5 solid;
			text-align: right;
			padding-top: 0.5em;
		}

	
	#form-newsletter .checkbox-holder {
		float: left;
	}
	
	#newsletter .checkbox-holder{
		width: 175px;
		height: 22px;
		display: block;
		float: left;
	}
		#newsletter .checkbox-holder input {
			float: left;
			width: 20px;
			margin-top: 5px;
			display: block;
		}
		#newsletter .checkbox-holder label {
			float: left;
			width: 30px;
			text-align: left;
			cursor: pointer;
		}
	
	
	/* Find a bulb */
	#img-find-bulb {
		float: left;
		padding-right: 50px;
	}
	#simple-search {
		float: left;
		width: 33%;
	}
	/*
	#advanced-search {
		float: right;
		width: 40%;
	}
		#advanced-search label {
			text-align: left;
		}*/
	
	#simple-search h2, #advanced-search h2 {
		margin-bottom: 0.3em;
	}
	
	
	/* Place an Order */
	#place-order {
		list-style-type: none;
	}
		#place-order li {
			width: 29%;
			float: left;
			text-align: center;
			margin: 0 2%;
			display: inline;
		}
			#place-order li img {
				display: inline;
				border: 1px White solid;
			}
			#place-order li a:hover img {
				border: 1px #eaeaea solid;
			}







/************************************/
/*              EISA                */
/************************************/

#eisa-countdown {
    position: relative;
    padding-top: 374px;
}
    #eisa-countdown .banner {
        position: absolute;
    	top: 0;
    	left: 0;
    }
    	#eisa-countdown .banner a {    		
    		position: absolute;
    		top: 274px;
    		left: 549px;
	    	display: block;
	    	text-decoration: none;
	    	text-indent: -9999em;
	    	width: 116px;
	    	height: 39px;
	    	background: url("../images/eisa/btn-product-info.png") no-repeat top left;
	    	-webkit-transition: opacity .4s;
	    	-moz-transition: opacity .4s;
	    	-o-transition: opacity .4s;
	    	-ms-transition: opacity .4s;
	    	transition: opacity .4s;
    	}
	    #eisa-countdown .banner a:hover {
	    	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	    	filter: alpha(opacity=50);
	    	opacity: .5;
	    	text-decoration: none;
	    }
    		#eisa-countdown .banner a#pi1 {
    			left: 549px;
    		}
    		#eisa-countdown .banner a#pi2 {
    			left: 685px;
    		}
    		#eisa-countdown .banner a#pi3 {
    			left: 833px;
    		}

        #eisa-countdown .counter {
            position: absolute;
            left: 56px;
            top: 175px;
            z-index: 10;
        }
            #eisa-countdown .counter .separator1 {
                width: 33px;
            }
            #eisa-countdown .counter .separator3 {
                width: 35px;
            }
            #eisa-countdown .counter .separator5 {
                width: 36px;
            }
    #eisa-countdown #buttons {
    	position: absolute;
    	top: 336px;
        text-align: center;
        width: 100%;
    }
        #eisa-countdown #buttons ul {
            list-style-type: none;
            padding: 0;
            margin: 10px auto;
            display: inline-block;
        }
            #eisa-countdown #buttons ul li {
                float: left;
                margin: 0 1px;
            }
                #eisa-countdown #buttons ul li a {
                    display: block;
                    text-decoration: none;
                	width: 12px;
                	height: 12px;
                	border-radius: 16px;
                	margin: 3px;
                	transition: width .2s, height .2s, margin .2s;
                }
                #eisa-countdown #buttons ul li a:hover,
                #eisa-countdown #buttons ul li a.active {
                    text-decoration: none;
                    width: 18px;
                    height: 18px;
                    margin: 0;
                }
                #eisa-countdown #buttons ul li a#link1 {
                    background: #42A544;
                }
                #eisa-countdown #buttons ul li a#link2 {
                    background: #E08282;
                }


#eisa-banner {
    margin-left: 1px;
    position: relative;
}
    #eisa-banner a {
        position: absolute;
        left: 419px;
        top: 245px;
    }

#eisa-wrapper {
    font-size: 14px;
}
    
    #eisa-wrapper .red, #eisa-wrapper .red:link, #eisa-wrapper .red:visited {
        color: #d2232a;
    }
    #eisa-wrapper .blue, #eisa-wrapper .blue:link, #eisa-wrapper .blue:visited {
        color: #0070b4;
    }
    #eisa-wrapper .green, #eisa-wrapper .green:link, #eisa-wrapper .green:visited {
        color: #097540;
    }
    #eisa-wrapper .purple, #eisa-wrapper .purple:link, #eisa-wrapper .purple:visited {
        color: #572a73;
    }
    
    #eisa-wrapper ol.sections {
        margin-left: 25px;
        margin-top: 0.5em;
    }
        #eisa-wrapper ol.sections li {
            float: left;
            font-size: 22px;
            padding-right: 60px;
            font-family: "Trebuchet MS","Arial Narrow",sans-serif;
        }
            #eisa-wrapper ol.sections li strong {
                font-family: "Trebuchet MS","Arial Narrow",sans-serif;
            }



#replacement-guides li,
.eisa-sections div.red,
.eisa-sections div.blue,
.eisa-sections div.green {
    float: left;
    width: 294px; /* 314 */
    padding: 10px;
    margin-right: 20px;
    background: #fbece5;
    font-size: 12px;
}
.eisa-sections div.blue {
    background: #e7eef7;
}
.eisa-sections div.green {
    margin-right: 0;
    background: #e8eee8;
}
    .eisa-sections strong.nr {
        font-size: 60px;
        float: left;
        padding-right: 10px;
    }
    .eisa-sections h1 {
        float: left;
        margin-top: 7px;
        width: 80%;
    }
    
    .eisa-sections ul, 
    .eisa-sections ol {
        margin-left: 16px;
    }
        .eisa-sections ul li, 
        .eisa-sections ol li {
            margin-top: 3px;
        }
    
    .eisa-sections table {
        font-size: 10px;
        text-align: center;
        border: 1px #d2232a solid;
        border-collapse: collapse;
    }
    .eisa-sections div.blue table {
        border-color: #0070b4;
    }
    .eisa-sections div.green table {
        border-color: #097540;
    }
        
        .eisa-sections table th {
            color: white;
            background: #d2232a;
            padding: 5px 0;
        }
        .eisa-sections div.blue table th {
            background: #0070b4;
        }
        .eisa-sections div.green table th {
            background: #097540;
        }
        
        .eisa-sections table td {
            border: 1px #d2232a solid;
            padding: 5px 0;
            background: white;
        }
        .eisa-sections div.blue table td {
            border-color: #0070b4;
        }
        .eisa-sections div.green table td {
            border-color: #097540;
        }


#replacement-guides {
    list-style-type: none;
    border-bottom: 1px #aaaaaa dashed;
    padding-bottom: 1em;
}
    #replacement-guides li {
        background: none;
    }
    #replacement-guides li.last {
        margin: 0;
    }
    
    
#eisa-compliant {
    /*float: right;
    width: 47%;*/
}
    #eisa-compliant table {
        border: 1px #888888 solid;
        border-collapse: collapse;
        font-size: 13px;
        text-align: center;
        width: 100%;
    }
        #eisa-compliant table th {
            color: white;
            font-size: 17px;
            padding: 20px 0;
        }
        #eisa-compliant table th.black {
            background: #000000;
            font-size: 13px;
            padding: 8px 0;
        }
        #eisa-compliant table td {
            color: black;
            font-weight: bold;
            border: 1px #888888 solid;
            padding: 8px 0;
        }
        #eisa-compliant table td.bg-grey {
            background: #eceded;
        }
        #eisa-compliant table td.red {
            background: #faece4;
        }
            #eisa-compliant table td em {
                font-style: normal;
            }
            #eisa-compliant table td span {
                font-weight: normal;
            }


div.border {
    padding: 20px;
    border: 1px #e3e3e3 solid;
}

/*.eisa-sections {
	margin-top: 2em;
	font-size: 11px;
}
	.eisa-sections div.left, .eisa-sections div.right {
		width: 427px;
		padding: 20px;
		border: 1px #e3e3e3 solid;
	}
	.eisa-sections div.left.auto {
		width: auto;
		float: none;
	}
	.eisa-sections h2 {
		color: #181818;
		font-size: 17px;
		font-weight: bold;
		margin-top: 1.5em;
	}
	.eisa-sections ul {
		margin-left: 14px;
		list-style-type: disc;
		margin-top: 0.5em;
	}
	
	.eisa-sections .data-table {
		width: auto;
	}
		.eisa-sections .data-table thead th {
			font-weight: normal;
		}
		.eisa-sections .data-table tbody td {
			font-weight: bold;
			padding-top: 7px;
			padding-bottom: 7px;
		}
	


#eisa-boxes {
	font-size: 11px;
}
	#eisa-boxes .left, #eisa-boxes .right {
		width: 427px;
		padding: 20px;
		border: 1px #e3e3e3 solid;
		background: url(../images/eisa/bg-box.png) repeat-x left top #cccccc;
		height: 150px;
	}
	
	
	#eisa-boxes .link-pdf-large {
		float: left;
		margin-right: 2em;
		display: inline;
	}*/
	
	
	.link-pdf-large:link, .link-pdf-large:visited {
		background: url(../images/eisa/ico-pdf-large.gif) no-repeat left top;
		height: 35px;
		display: block;
		padding-left: 50px;
		padding-top: 5px;
		color: #404040;
		font-size: 12px;
	}
	
	.link-pdf-medium:link, .link-pdf-medium:visited {
		background: url(../images/eisa/ico-pdf-medium.gif) no-repeat left top;
		height: 28px;
		display: block;
		padding-left: 38px;
		color: #404040;
		font-size: 12px;
	}
	    .link-pdf-medium:link span.black, .link-pdf-medium:visited span.black {
		    color: black;
		    font-size: 12px;
	    }
	.link-pdf-medium.right:link, .link-pdf-medium.right:visited {
		background: url(../images/eisa/ico-pdf-medium.gif) no-repeat right top;
		padding-left: 0px;
		padding-right: 38px;
		text-align: right;
	}
	

/* ________________ DEALER LOCATOR */
#stores {
	
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	width:980px;
	/*background: red;*/
	list-style-type: none;
}

	#stores li {
		float:left;
		margin-left:10px;
		height: 160px;
		width:315px;
		/*background: red;*/
	}

		#stores li h3{
			font-weight: bold;
		}

		#stores li p {
			line-height: 120%;
		}
		
		#stores li  .locator-links{
			margin-top: 5px;
		}

	#stores li .last{
		margin-left: 0;
	}
	
	
/* ________________ REQUEST CATALOG */
#request-catalog{
	border: 1px solid #e3e3e3;
	background: #f1f1f1;
	margin-top: 27px;
	padding: 22px 22px;
	
}

	#request-catalog p{ 
		text-align: justify;
		margin: 12px 0 12px 0;
		
		 
	}

		#request-catalog form label{
			display: none;
		}
		
		#request-catalog form  input, textarea{
			padding-left: 8px;
			margin-left: -2px;
		}
		
		
	
/* ________________ SALES REP  LOGIN*/	

#rep-login #content{
	padding: 39px;
}
	
#login-rep{
	background: url(../images/rep/bg-rep-login.png) no-repeat left top;
	height: 221px; /* 235 */
	padding: 14px 25px 0 25px;
	margin-top: 1em;
}

#login-rep p{
	margin-bottom: 30px;
}

	#login-rep ul{
		list-style-type: none;
		
		float: left;
		/*background: red;*/
		width: 175px;
	}
	
	
	#login-rep  #form-login{
		float: left;
		/*background: url(../images/rep/bg-border-login.gif) repeat-y left top; */
		/*ackground: blue;*/
		width: 285px;
		padding: 5px 0;
		
	}
	#login-rep  #form-login button	{
		background: url(../images/rep/submit-sales-rep.png) no-repeat left top;
		width: 108px;
		height: 39px;
		padding: 0;
		
		margin: 0;
	}
			#login-rep  #form-login button	span{
				display: none;
			}
	
		#login-rep  #form-login  label{
			display: none;
			
		}
		
		#login-rep  #form-login  fieldset{
			/*padding: 0 45px;*/
		}
		#login-rep  #form-login .textInput{
			padding: 5px;
			border: 1px solid #b5b5b5;
			color: #999999;
			margin-left: -2px;
		}
		
		#login-rep  #form-login .buttonHolder{
			margin-top: 5px; 
			/*margin-left: 48px;*/
			margin-left: 0;
			/*text-transform: uppercase;*/
		}
			
		
		#login-rep ul#links{
			width: auto;
			font-weight: bold;
			padding-top: 12px;
		}	
		
/* ________________ SALES REP  PAGE*/			
#sales-rep  #content{
	padding: 39px;
}

#sales-rep	#content-left {
	width: 185px;
	/*background: red;*/
}

#sales-rep	#content-right {
	padding: 0;
	/*background: green;*/
	margin-top: 8px;
	width: 680px;
}

	#sales-rep ul{
		list-style-type: none;
	}
		/*#sales-rep ul h2{
			font-size: 18px;
		}*/
		
	#sales-rep #rep-table{
		
	}	
	
		
			
			#sales-rep #rep-table thead th{
				padding-left: 8px;
				height: 30px;
				border-bottom: 1px solid #e5e5e5;
			}
		
			#sales-rep #rep-table thead th.name{
				padding-left: 46px;
			}
			

			
			#sales-rep #rep-table tbody td{
				padding-left: 8px;
				/*height: 28px;*/
				padding: 6px 0 6px 8px; 
				/*background: yellow;*/
			}
			
			
			#sales-rep #rep-table tbody td.xls{
				background: url(../images/rep/ico-xls.png) no-repeat 10px 6px;
				text-indent: 38px; 
				font-weight: bold;
			}
			
			#sales-rep #rep-table tbody td.word{
				background: url(../images/rep/ico-word.png) no-repeat 10px 6px;
				text-indent: 38px; 
				font-weight: bold;
			}
			
			#sales-rep #rep-table tbody td.pdf{
				background: url(../images/rep/ico-pdf.png) no-repeat 10px 6px;
				text-indent: 38px; 
				font-weight: bold;
			}
			
			#sales-rep #rep-table tbody td.imag{
				background: url(../images/rep/ico-img.png) no-repeat 10px 6px;
				text-indent: 38px; 
				font-weight: bold;
			}
			
			#sales-rep #rep-table tbody td a:link, #sales-rep #rep-table tbody td a:visited{
				font-weight: bold;
			}
			
		/*#sweepstakes .word{
			background: url(../images/rep/ico-word.png) no-repeat left 6px;
			text-indent: 23px; 	
		}*/

dl {
	margin: 20px 0 0 0;
}	
	dl dt {
		font-size: 16px;
		/*background: red;*/
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	dl dd{
		text-align: justify;
		margin-bottom: 30px;
	}
	dd ol{
		margin-left: 40px;
	}	
	
	
	
/* LIGHTING FACTS */
	.lightingfacts h2 {
		font-size: 48px;
		color: #1d4096;
	}
	.lightingfacts h3 {
		font-size: 30px;
		color: #1d4096;
	}
	.lightingfacts h4 {
		font-size: 20px;
		color: #1d4096;
	}
	.lightingfacts p {
		margin-bottom: 1em;
	}
.lightingfacts div#top {
	/*width: 982px;*/
	height: 301px;
	background: url(../images/lightingfacts/img-top.jpg) no-repeat top left;
}
	.lightingfacts #top .text {
		float: right;
		margin: 78px 88px 0px 0px;
	}
		.lightingfacts #top h4 {
			color: #393939;
		}
.lightingfacts div#rest {
	margin-top: 1em;
	/*padding: 0px 16px;*/
}
	.lightingfacts div#rest h4 {
		padding: .4em 0px;
	}
	
.lightingfacts .box-content {
	padding: 8px 18px;
	color: #2a2a2a;
	text-align: justify;
}	
	.lightingfacts .box-content h5 {
		font-size: 16px;
	}
	.lightingfacts .box-content p {
		line-height: 140%;
	}

.lightingfacts .front-label {	
	position: relative;
}
	.lightingfacts .front-label .box {
		position: absolute;
		margin-left: 96px;
		bottom: 0px;
	}
	
.lightingfacts .diagrama {
	width: 100%;
	margin-top: 44px;
}
	.lightingfacts .diagrama #brightness, .lightingfacts .diagrama #side {
		/*margin-right: 117px;*/
	}
	
.lightingfacts .diagrama .middle-top {
	float: left;
	width: 441px;
	height: 360px;
	background: url(../images/lightingfacts/ico-arrows.png) no-repeat 0px 6px;
}
	.lightingfacts .diagrama #side, .lightingfacts .diagrama img {
		margin-left: 116px;
		margin-bottom: 4px;
	}
	.lightingfacts .diagrama #mid-left .box-content, .lightingfacts .diagrama #mid-right .box-content {
		height: 180px;
	}
	
	
	
/* LED */
#led #content-right p {
	text-align: justify;
}
#led #content-right img.left {
	float: left;
	margin: 0 1em 1em 0;
	border: 1px #e1e1e1 solid;
}

#led-home-but {
	list-style-type: none;
	padding-top: 0.5em;
}
	#led-home-but li {
		float: left;
		padding-right: 19px;
	}
	#led-home-but li.last {
		padding-right: 0px;
	}
 .text-under-dimmer-comp {
     margin-bottom: 40px;
     margin-top: 10px;
 }
.text-under-dimmer-comp a {
    color: #af5ea7;
}
/* CATALOGS 2012 */
a.see-catalog {
    margin-top:18px; 
    margin-left: 70px;
    display: block;
    width: 100%;
    height: 39px;
    background: url(../images/catalogs/see-catalog-buttons.png) no-repeat top left;
}
    a.see-catalog:hover {
        text-decoration: none;
        background-position: bottom left;
    }


/* LED CATALOG PLACEHOLDER*/

.catalog-replacement {
    padding-top: 90px;
}

.catalog-replacement a{
    padding-left:60px;
    font-weight: bold;
}

/* LED WARRANTY */

table {
    margin:0;
    padding:0;
    background:none;
    border-spacing:0;
    background-image:none;
}
.warranty-tables tr td {
    border: 2px solid #1b509e;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.no-bottom-border {
    border-bottom: 0px !important;
}
.two-columns td {
    width: 50%;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.no-table-borders td {
    border:none !important;
}
.two-columns td:last-child {
    border-left: 2px solid #1b509e;
}
.table-head {
    background-color: #1b509e;
    height: 33px;
    width: 294px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.td-padding {
    padding-top: 25px;
}
.inside-table td {
    padding-left: 13px;
    border-right: 1px solid #1b509e;
}
.inside-table td:last-child {
    border: none;
}
.first-col {
    width: 292px;
}
.second-col {
    width: 149px;
    padding-left: 10px !important;
}
.third-col {
    width: 163px;
    padding-left: 9px !important;
}
.left-head {
    margin: 0;
    width: 100%;
    float: left;
}
.right-head {
    width: 100%;
    float: right;
}
.warranty p {
    font-family: Arial, sans-serif;
    font-size: 12px;
}
.contact-page-files-wrapper {
    margin-bottom: 10px;
}
.contact-page-files-note {
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 5px;
}


#findDealerBtn {
    bottom: 60px;
    float: right;
    position: absolute;
    right: 80px;
    text-align: center;
    font-family: 'montserratregular';
}

#findDealerBtn.button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
.find-a-dealer #findDealerBtn span span {
    background: none repeat scroll 0 0 #001B4D;
    border: 3px solid #001B4D;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #B6DCF1 inset;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
#findDealerBtn span span {
    display:block;
    background:#1c3f95;
    padding: 0 30px;
    height: 39px;
    line-height: 39px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    text-align:center;
    white-space:nowrap;
    color: #fff;
    text-transform: uppercase;
    border: 3px solid #1c3f95;
    border-radius: 4px 4px 4px 4px;
}
#findDealerBtn:hover {
    text-decoration: none;
}
#findDealerBtn:hover span span {
    background: #B6DCF1!important;
    color: #001B4D!important;
    border: 3px solid #B6DCF1!important;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
a.disabled span {
    background: none repeat scroll 0 0 #BBBBBB !important;
    border-color: #BBBBBB !important;
}
.page-title {
    font-family: 'FuturaBT-ExtraBlackCondensed';
    font-size: 26px;
    color: #404040;
}
.page-title-small {
    font-family: 'FuturaBT-ExtraBlackCondensed';
    font-size: 22px;
    color: #404040;
}
.page-title-small-center {
    font-family: 'FuturaBT-ExtraBlackCondensed';
    font-size: 18px;
    color: #404040;
    text-align: center;
}
.page-title-blue-big {
    font-family: 'FuturaBT-ExtraBlackCondensed';
    font-size: 31px;
    color: #1c3f95;
}
.page-title-blue-small {
    font-family: 'FuturaBT-ExtraBlackCondensed';
    font-size: 16px;
    color: #1c3f95;
}
.page-title-subcategory {
    font-family: 'FuturaBT-ExtraBlackCondensed';
    font-size: 26px;
}

.catalog-pdf-download-link {
    text-align: center;
    padding-top: 10px;
}
.catalog-pdf-download-link a {
    color: #3d3d3d;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
}
