/* ******************---MAIN - LED Lighting Page Styles ************************************ */

/* -------------------------PRODUCT PAGES STYLES------------------------------------------ */
#products { position:relative; width: auto; }
#product-price { position:relative; width:auto; padding-top:10px; margin-top:10px; border-top: 1px solid #ccc; bottom: 0px; }
#product-price img { position:relative; top:5px; margin-left: 15px;}
/* ------------ TAB MENU STYLES ------ */
#products-menu { position:relative; width: 600px; height:auto; z-index: 5;}
#products-menu2 { position:relative; width: 800px; height:auto; z-index: 5;}
.tabs-products {padding: 3px 0px;  	margin-left: 0px; 	margin-bottom: 0px;}
.tabs-products li{	display: inline; margin: 0px;}
.tabs-products li a{
	position: relative;	top:0px;
	z-index: 3; border: 1px solid #606;
	font-size: 13px; 	padding: 3px 7px;	font-weight: bold; color: #000;
	margin-right: 3px;	text-decoration: none;
	background-image:url(../images/shared/shade-purple.gif);
	background-position: 0px -8px;
}
.tabs-products li a:hover{	text-decoration: underline;}
.tabs-products li a.selected{ /*selected main tab style */
	position: relative;		top:0px;
	background-image:url(../images/shared/shadeactive-purple.gif);
	background-position: top;	border-bottom: 1px solid white;  
}
.tabs-products li a.selected:hover{text-decoration: _none; /*selected main tab style */}

#purpleborder {
	position: relative;	 padding: 10px; top: -1px; border: 1px solid #606; /**/ 
	height:100%; min-height: 300px; width: auto; _height:100%; _width: auto; z-index: 1;}

.tabcontent{display:anone;}

@media print {
.tabcontent {
display:block !important;
}}
