/* CSS Document */

dl.localMod-step_block_01{
	
}
dl.localMod-step_block_01 dt{
	margin:0 0 -8px -3px;
	padding-top:32px;
	background:url(images/step_bg_01.gif) no-repeat 50% 0;
}
dl.localMod-step_block_01 dt:first-child{
	background:none;
	padding:0;
}
dl.localMod-step_block_01 dt.first-child{
	background:none;
	padding:0;
}
* html dl.localMod-step_block_01 dt{ /* IE-expression (first-child) */
behavior: expression(
this.style.behavior = "none",
this.className += (this.previousSibling == null) ? " first-child" : ""
);
}
dl.localMod-step_block_01 dt img{
	display:block;
	vertical-align:bottom;
	position:relative;
}
dl.localMod-step_block_01 dd{
	background:#d9d9d9;
	margin:0 0 4px;
	padding:16px 10px ;
}
