#download_version_choice {
	list-style: none;
	padding: 20px;
}

#download_version_choice li {
	padding-bottom: 10px;	
}

#download_version_choice li p {
	margin-left: 70px;	
}

#download_version_choice a {
	display: block;
	height: 60px;
	line-height: 60px;
	padding-left: 70px;
	font-weight: bold;
	font-size: 15px;
}

#download_version_choice .single a {
	background: url("../images/download_icon.png") no-repeat;
}

#download_version_choice .single a:hover {
	background-position: 0 -60px;
}

#download_version_choice .bluetooth a {
	background: url("../images/download_icon_bt.png") no-repeat;
}

#download_version_choice .bluetooth a:hover {
	background-position: 0 -60px;
}

#download_mobile, #download_pc {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 283px;
	height: 255px;
	color: black;
	font-size: 12px;
	font-weight: bold;
}

#download_mobile {
	background: url("../images/download_mobile.jpg") no-repeat;
}

#download_mobile:hover {
	background: url("../images/download_mobile.jpg") no-repeat;
	background-position: 0 -255px;
}

#download_pc {
	background: url("../images/download_pc.jpg") no-repeat;
}

#download_pc:hover {
	background: url("../images/download_pc.jpg") no-repeat;
	background-position: 0 -255px;
}

.download_step {
	color: black;
}

.download_step p {
	margin: 0 0 3px 0;
	padding: 0;
	text-align: left;
}

.download_step_main {
	margin-top: 17px;
}

.download_step_main p,.download_step_main a,.download_step_main em,.download_step_main strong {
	font-size: 14px;
}

.download_step_desc {
	font-size: 11px;
	font-style: italic;
	color: #333333;
}


