@CHARSET "UTF-8";


.index{
	font-weight:bold;
	event:expression(
		onmouseover = function(){this.style.backgroundColor = '#F0F8FF';},
		onmouseout = function(){this.style.backgroundColor = '#FFFFFF';}
	)
}
.index a:hover{
	color:#0177D8;
}
.index a:link{
	color:#0177D8;
}
.index a:visited{
	color:#0177D8;
}	
.index ul{
	margin-top:0px;
	margin-left:0px;
	margin-bottom:5px;
}	
.index li{
	margin-left:10px;
}


div.e5 {
  overflow:hidden;
  position:relative;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  margin:0;padding:0;
}
div.e5 span {
  position:static;
  +position:absolute;
  top:50%
  }
img.e5 {
  position:static;
  +position:relative;
  top:-50%;left:-50%;
  }

.TEProductList{
	font-weight:bold;
	event:expression(
		onmouseover = function(){this.style.backgroundColor = '#F0F8FF';},
		onmouseout = function(){this.style.backgroundColor = '#FFFFFF';}
	)
}
