@charset "utf-8";



/* Global Navigation */

#globalNav #gnMaterial a {
	background-position: 0 -33px !important;
}



/* Local Navigation */

#phenol #localNav ul li#lPhenol a,
#ptfe #localNav ul li#lPtfe a,
#uhmw #localNav ul li#lUhmw a,
#pp #localNav ul li#lPp a,
#peek #localNav ul li#lPeek a,
#pps #localNav ul li#lPps a,
#pctfe #localNav ul li#lPctfe a,
#carbon #localNav ul li#lCarbon a,
#etc #localNav ul li#lEtc a {
	background: #f3fcff url("../../img/bl_lnav_on.gif") 0px 8px no-repeat;
}



/* common */

body#carbon tr.carbon th,
body#carbon tr.carbon td,
body#pctfe tr.pctfe th,
body#pctfe tr.pctfe td,
body#peek tr.peek th,
body#peek tr.peek td,
body#phenol tr.phenol th,
body#phenol tr.phenol td,
body#pp tr.pp th,
body#pp tr.pp td,
body#pps tr.pps th,
body#pps tr.pps td,
body#ptfe tr.ptfe th,
body#ptfe tr.ptfe td,
body#uhmw tr.uhmw th,
body#uhmw tr.uhmw td {
	background: #fff0e0 !important;
}

#content div.pic {
	float: left;
	margin: 10px 0 10px 0;
}

#content div.box {
	float: left;
	width: 360px;
	margin: 10px 0 0 0;
}
#content div.box img {
	display: block;
}

#content div.box div.pic {
	margin: 0;
}

#content .break {
	clear: left;
	margin: 0 0 0 0;
}

#content .etcBox {
	width: 600px;
}

#content .etcBox img.pic {
	float: left;
}
#content .etcBox .text {
	float: right;
	width: 340px;
	margin: 10px 0 0 0;
}

#content p.rank {
	margin: 0 0 2px 0;
	padding: 2px;
}



/* index */

body#index #content h2 {
	margin: 0 0 0 20px;
	padding: 0;
	background-image: none;
	background-color: transparent;
	border: 0;
}

#content ul.catIndex {
	margin: 30px 0 0 24px;
}
#content ul.catIndex li {
	display: inline;
	float: left;
	width: 160px;
	height: 140px;
	margin: 0 30px 30px 0;
}
#content ul.catIndex li span {
	display: block;
	width: 148px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 4px 0 0 14px;
	font-size: 75%;
	font-weight: bold;
	line-height:1.3;
	background: #5be url("../../products/img/bg_index_head.gif") left top no-repeat;
	color: #fff;
}
#content ul.catIndex li a {
	text-decoration: none;
}
#content ul.catIndex li img {
	display: block;
	border: 1px solid #ddd;
}


#content p.link {
	float: left;
	width: 622px;
	margin-top: 20px;
}


#content table.feature td,
#content table.spec td {
	text-align: center;
}




/* clearfix */
/* -------------------------------------------- */

#content ul.index:after,
#content .etcBox:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* (for IE7 and Mac IE5) */
#content ul.index,
#content .etcBox,
.clearfix {
	display: inline-block;
}

/* (for IE5-6) */
/* Hides from IE-mac \*/
* html #content ul.index,
* html #content .etcBox,
* html .clearfix {
	height: 1%;
}

#content ul.index,
#content .etcBox,
.clearfix {
	display: block;
}
/* End hide from IE-mac */


