@charset "UTF-8";


/* ////////////////////////////////////////
#products
//////////////////////////////////////// */

#products a:hover img {
filter:alpha(opacity=100); 
-moz-opacity:1.00;
-khtml-opacity: 1.0;
opacity:1.00;
}

#products-navi {
padding-top:20px;
}

#products-navi ul {
list-style:none;
padding:0px;
margin:0px;
text-align:center;
}

#products-navi li {
	display:inline;
	line-height:1;
	padding:0px;
	margin:0px;
}

#products-navi li a {
	line-height:1;
}

#products-navi li a img {
	border-right:1px dotted #ccc;
}

#products-navi li.last a img {
	border-right:none;
}


#products-index  {
}

#products-index h3 {
	margin:50px 0px 15px;
	padding:5px 5px 10px;
	border-bottom:2px solid #7e8990;
}

#products-index h4 {
	padding:5px 5px 10px;
}

#products-index ul {
	border-top:1px solid #bec4c7;
	margin-bottom:20px;
}

#products-index ul li {
	list-style:none;
	border-bottom:1px solid #bec4c7;
}

#products-index ul li a {
	display:block;
	padding:8px 0px;
}

#products-index ul li .p-cat {
	display:block;
	float:left;
	width:336px;
}

#products-index ul li ul.p-sub {
	float:right;
	width:280px;
	border-bottom:none;
	border-top:none;
	margin-bottom:0px;
}

#products-index ul li ul.p-sub li {
	border:none;
}

#performance-link {
	width:640px;
	float:left;
}

#performance-fig {
	width:300px;
	float:right;
}

#performance-fig ul {
	padding-top:8px;
	list-style: none;
}

#performance-fig ul li {
	padding:0px 0px 1px;
	border:none;
}

#performance-fig ul li a {
	display:inline;
	padding:0px;
}

li.p-index-left {
	width:475px;
	float:left;
	
}

li.p-index-right {
	width:475px;
	float:right;
}


li.p-index-sub {
	width:640px;
}



