/* =Section Titles
-----------------------------------------------------*/

.howtouse #main #primaryContent h1 {
	background: transparent url(../../../img/titles_howtouse-75.png) no-repeat scroll 0pt 0px;	
	height: 25px;
}

.howtouse.enhancements #main #primaryContent h1 {
	background: transparent url(../../../img/titles_howtouse-75.png) no-repeat scroll 0px -75px;
	height: 53px;
}

.threeStep{
	overflow: auto;
	margin:8px 0 10px 0;
	overflow:hidden;
}
.threeStep .step{
	width: 220px;
	height: 530px;
	min-height: 525px;
	border:1px solid #ccc;
	float:left;
	margin-left: 4px;
}

.threeStep .step.one{
	margin: 0;
}
.threeStep .step h4{
	width:100%;
	text-align: center;
	text-indent: -9999px;
	margin-bottom: 7px;
}
.threeStep .one h4{
	background: transparent url(../../../img/howtouse-100.png) no-repeat scroll 75px -600px;    
}
.threeStep .two h4{
	background: transparent url(../../../img/howtouse-100.png) no-repeat scroll 75px -700px;    
}
.threeStep .three h4{
	background: transparent url(../../../img/howtouse-100.png) no-repeat scroll 75px -800px;    
}
.threeStep .step h5{
	width:100%;
	text-align: center;
	color: #0f2942;
	margin-bottom:9px;
	text-indent: -99999em;
}

.threeStep .step.one h5 {
	background: transparent url(../../../img/howtouse-100.png) no-repeat scroll 48px -300px;
}

.threeStep .step.two h5 {
	background: transparent url(../../../img/howtouse-100.png) no-repeat scroll 53px -500px;
}

.threeStep .step.three h5 {
	background: transparent url(../../../img/howtouse-100.png) no-repeat scroll 59px -400px;
}

.threeStep .step img{
	margin: 0 0 13px 49px;
}
#main .threeStep .step p{
	font-size:0.95em;
	line-height:1.23em;
	margin:4px 20px 0px;
}

a.btnOrderNow {
	display: block;
	height: 21px;
	width: 102px;
	background: url(../../../img/interface/btn-w-3.0.png) 0 -100px no-repeat;
	text-indent: -99999em;
}

a.btnOrderNow:hover {
	background-position: -300px -100px ;
}


