/* CSS Document */

@import url("reset.css");
/*

@import url("typography.css");*/
@import url("layout.css");

@import url("productMenu.css");
@import url("specifications.css");
 
@import url("content.css");
@import url("forms3.css");
@import url("chipGrids.css");
@import url("news.css");
@import url("iconListCSS.css");

/* ######################################
   Print Style Overrides for overall site */


#bottomNavMenu { display: none; } 
#topNavMenu { display: none; } 
#pnavcontainer { display: none; } 
#pagingNav { display: none; } 
#leftNav { display: none; } 
#signup { display: none; }  
#tagline { display: none; } 
#botlogo { display: none; } 
#productDownloadLinks{ display: none; } 

#logo { display: none; } 
#logo-print { display: block; /* Reveal print logo - background image does not print */ } 

#LGChem-print { display: inline; /* Reveal print logo - background image does not print */}
#LGChem-logo { display: none;}
/* ###################################### */
#footer
{
	/*clear:both;  Clear and floats and set Relative for other absolutely place items within Footer */
	position:relative;
	top:0px; left:0px;
	padding: 0px;
	height: 85px;
	text-align: left;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 100%;
	

	/*background:#336699;
	border: 1px solid #2266FF; */ 
}
 



/* HIDE NAVIGATIONAL ELEMENTS */
#navContainer, #secondaryNav, #footerNav, .secMenu, #print, #leftCol{
	display:none;
}


/* OVERRIDE VARIOUS ELEMENTS css */
#container{
	border:none;
	margin-left:0;
		width: 700px;
				width: 100%;

 }

#page{
		width: 620px;
		width: 100%;
		margin-left:20px;


	}
#content{
		width: 99%;
			left:0px;
 
	}
#picRight220 { 
		position:relative;
		right:0;		left: 0px;
		display:inline;

	margin-top:0;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	
	width: 228px;
	float:right; /*reset */
 	 margin-left: 20px;

 
}
 
#txtColLeftTwo3rds {
		width: 432px;
		
}
#subFooter, #footer {
 		width: 620px;
		margin-left:20px;
	color:#CCCCCC;
}

/* ######################################
   Print Styles for product info pages */

#cMenu { display: none; } 
#bMenu { display: none; } 
#collectionBanner a { display: none; } 
#collectionBanner { width: 430px; overflow:hidden; } 

#content-collection {  		width: 432px;
 }
#MS-icons { margin-right: 80px;}

#highlightsNL,#highlightsAW,#highlightsDW,#highlightsDS,#highlightsIM,#highlightsSP {
	line-height: 1.2em;
	font-family:"Trebuchet MS", Verdana;
	font-weight:bold;
	font-size:12px;
	padding-left:8px;
	border-left-width: 5px;
	border-left-style: solid;
	position:relative;
	top: -6px;

	}
#prodSpec th, 
#prodSpec tr.th-sub td  { border-color:#333;  color:#000000;
};
#prodSpec table {
width:430px;
}
/* ######################################
   Print Styles for product.php */

.chip img {
  display: block;
  position: relative;
  /* border: 1px solid #a9a9a9;	*/	/* Set border around inset & image */
  border:none;
  	width: 95px;
	height:95px;
  margin: 0px 15px 15px 0px;
  padding-top:10px;
 /* padding: 4px;*/ 		    	/* This would give a 4 pixel white inset */
}
.chip img.new {
   position:absolute;

     background-color: none;			/* Sets Color of inset inset */
	 background:none;

  top:80px;
  left:-1px;
  /* border: 1px solid #a9a9a9;	*/	/* Set border around inset & image */
  border:none;
  	width: 40px;
	height: 15px;
  margin: 0;
  padding: 0;
  
	z-index:50; 


 /* padding: 4px;*/ 		    	/* This would give a 4 pixel white inset */
}
.chip a.info span, .chip a.info:hover span{ display:none; }
/* ######################################
   Print Styles for productDetail.php */
   
 #collectionTN_Banner a { display:none;}
 #add { display:none;}
 #add-options { display:none;}
 #content #linkback { display:none;}
 #content .PDF-link2, .PDF-link{ display:none;}
#prodSpec table {border-color:#CCCCCC; top:0; }

 #content #productSpecTxt {
	position:relative;
 	float:left;
	top:0px;
	margin-top:0px;
	padding-top:0px;
	left: 0px;
	width: 320px;
	color:#000;
	/* border: thin dashed #00CC00; */
}
