#main {
	width: 980px;
	margin: 0 auto;
	padding: 0 20px 20px;
	font-size: 100%;
}

h1 {
	font-size: 3.3em;
	text-align: center;
	font-weight: 900;
	color: #000;
}

ul {
	list-style: none;
}

li {
	display: inline-block;
}

main > ul > li {
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #dfdfdf;
}

.download h2 {
	float: left;
	margin-top: -1px;
	width: 74px; 
	height: 72px;
	overflow: hidden;
	text-indent: -5000px;
	background: url(/assets/themes/ntd/images/sprite-www.png) no-repeat -726px -234px
}

.download ul {
	float: right;
	width: 86%;
}

.download li {
	float: left;
	margin-left: 11px;
}
	
.download a {
	float: left;
	height: 66px;
	padding: 1px 12px 0;
	color: #686868;
	font-weight: 700;
	font-size: 0.92em;
	line-height: 66px;
	text-align: center;
	text-decoration: none;
	background: #e9eaeb;
	border: 1px solid #cecece;
}

.download a:hover {
	color: #005db7;
	border-top: 3px solid #005db7;
}

.download .iphone a:before {
	width: 22px;
	height: 39px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	background: url(/assets/themes/ntd/images/sprite-app-download-a.png) no-repeat 0 0;
}

.download .iphone a:hover:before {
	background: url(/assets/themes/ntd/images/sprite-app-download-a.hover.png) no-repeat 0 0;
}

.download .android a:before {
	width: 31px;
	height: 37px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	background: url(/assets/themes/ntd/images/sprite-app-download-a.png) no-repeat 0px -49px;
}

.download .android a:hover:before {
	background: url(/assets/themes/ntd/images/sprite-app-download-a.hover.png) no-repeat 0px -49px;
}

.download .ipad a:before {
	top: -2px;
	width: 26px;
	height: 39px;
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	overflow: hidden;
	background: url(/assets/themes/ntd/images/sprite-app-download-a.png) no-repeat 0px -96px;
}

.download .ipad a:hover:before {
	background: url(/assets/themes/ntd/images/sprite-app-download-a.hover.png) no-repeat 0px -96px;
}

.h2-wrapper {
	display: table-cell;
}

h2 {
	float: left;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #fff;
	background-color: #c0c;
}

.triangle {
	display: table-cell;
	border-top: 0.72em solid transparent;
	border-bottom: 0.72em solid transparent;
	border-left: 8px solid #c0c;
}

.description {
	display: table-cell;
	margin-left: 14%;
	width: 86%;
	padding-right: 40px;
}

p {
	margin-bottom: 10px;
}

li.intd p {
	width: 42%;
}

li.intd img {
	float: right;
	width: 54%;
	height: auto;
}


