@charset "UTF-8";
/* CSS Document */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.step {
	vertical-align:top;
	padding-bottom:25px;
	padding-right:5px;
	padding-left:5px;
	width:100%;
}
* html .step{
	width: inherit;
}
.stepimage {
	float:right;
	display:block-inline;
	vertical-align:top;
	padding-left:6px;
}
.step li{
	padding-bottom:12px;
}
