/*post_download.html*/
#content div.post-download{
	padding:0px 0 200px 22px;
}
#content div.post-download h2{
	font-size:2.8em;
}
#content ul.steps{
	overflow:hidden;
	width:785px;
	margin:38px 0 0;
}
#content ul.steps li{
	width:733px;
	padding:0 0 0 52px;
	float:left; 
}
#content ul.steps li.info{
	background:url(/img/bg-post-download-info.gif) no-repeat 6px 5px;
	padding-bottom:8px;
	margin-bottom: 15px;
}
#content ul.steps li.first{
	background:url(/img/bg-download-list01.gif) no-repeat 0 3px;
	padding-bottom:40px;
}
#content ul.steps li.second{
	background:url(/img/bg-download-list02.gif) no-repeat 0 3px;
	padding-bottom:40px;
}
#content ul.steps li.third{
	background:url(/img/bg-download-list03.gif) no-repeat 0 3px;
}
#content ul.steps div.text{
	float:left;
	width:417px;
}
#content ul.steps li.info div.text{
	width:350px;	
}
#content ul.steps li.info div.image{
	margin:0 63px 0 0;	
}
#content ul.steps li.second div.image{
	margin:-92px 0 0 0;
}
#content ul.steps li.third div.image{
	margin:-60px 4px 0 0;
}
#content ul.steps div.image{
	float:right;
	position:relative;
	display:inline;
}
#content ul.steps p{
	color:#5c5d5d;
	padding:0;
	text-align:left;
}
#content ul.steps p a{
	color:#0a6ba2;
}
#content ul.steps p a:hover{
	text-decoration:none; 
}
#content ul.steps h3{
	padding:0;
	color:#2bb218;
}
