﻿article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline;
}
/******************************************************************/
.container {
	width: 100%;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
/*********************************content*************************************/
#content {
	background-color: #FFF;
	z-index: 2;
	position: relative;
	padding: 10px;
}
#content-page {
	background-color: #FFF;
	z-index: 2;
	position: relative;
	margin-top: 3px;
}
.list1 {
}
.list1 li a:hover {
	text-decoration: underline;
	color: #000;
}
.list1 li {
	padding: 2px 0 4px 17px;
}
.list1 li:first-child {
}
.list1 li a {
	font-size: 12px;
	color: #2284ad;
	transition: all 0.2s ease;
}
dl {
	margin: 23px 0 0px 0px;
}
dl dt {
	padding: 0px 0 0px 0;
}
dl dd span {
	display: inline-block;
	width: 70px;
}
dl dd {
}
/*------------------------------------------------------
    Download Buy Buttons
------------------------------------------------------*/
.download_buy_set {
	margin: 20px;
}
.download_buy_parent {
	margin: 5px;
	height: 30px;
	width: 100px;
	background: #3ABBD0;
	display: inline-table;
	text-align: center;
	color: #fff;
	font-size: 12pt;
}
.download_buy_child {
	display: table-cell;
	vertical-align: middle;
}
