div.Menu {
	float: left;
	width: 325px;
}

div.Content {
	float: right;
	width: 678px;
	padding: 0px 0px 0px 0px;
}

div.Section h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #DA8500;
	font-size: 1.333em;
}

div.Section p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #666666;
	font-size: 0.933em;
}

div.Section p a {
	color: #DA8500;
}

div.Menu ul {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

div.Menu ul li {
	list-style: none;
	border-bottom: 1px solid #C0C0C0;
	padding: 10px 0px;
}

div.Menu ul li a {
	color: #666;
	text-decoration: none;
	width: auto;
	font-size: 0.933em;
	outline: none;
}

div.Menu ul li.Collapse {
	background: url('../images/collapse.png') no-repeat left 13px;
}

div.Menu ul li.Parent a {
	padding-left: 20px;
}

div.Menu ul li.Parent ul {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	border-top: 1px solid #C0C0C0;
	display: none;
}

div.Menu ul li.Parent ul li a {
	padding: 0px;
}

div.Menu ul li.Last {
	border: none;
}

div.Menu ul li a.Active {
	color: #DA8500;
	font-weight: bold;
}

#tab ul.Header {
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: #D9D9D9;
}

#tab ul.Header li {
	float: left;
	list-style: none;
	width: 162px;
}

#feature {
	width: 680px;
	float: right;
	margin: 0px 35px;
}

#download {
	margin: 0px 0px 0px 30px;
	float: left;
}

#downloadList {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

#downloadList li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 180px;
	float: left;
}

#downloadList li h4 {
	text-align: center;
	color: #000;
	margin: 0px;
	padding: 100px 0px 0px 0px;
}

#downloadList li h4 a {
	color: #DA8500;
}

#downloadList li p.Package {
	font-size: 0.733em;
	color: #000;
	text-align: center;
	margin: 0px;
}

#downloadList li p.Compatible {
	color: #000;
	text-align: center;
	margin: 10px 0px 0px 0px;
	font-size: 0.867em;
	padding: 0px 5px;
}

#tab li a:active {
	color: #000;
}

div.Menu ul li.Collapse {
	background: url('../images/collapse.png') no-repeat left 13px;
}

div.Menu ul li.Expand {
	background: url('../images/expand.png') no-repeat left 13px;
}

#downloadList li.Microsoft {
	background: url('../images/windows.png') no-repeat center top;
}

#downloadList li div {
	background: url('../images/big_seperator.png') no-repeat right center;
}

#downloadList li.Mac {
	background: url('../images/mac.png') no-repeat center top;
}

#downloadList li.Linux {
	background: url('../images/linux.png') no-repeat center top;
}

#downloadList li.Android {
	background: url('../images/android.png') no-repeat center top;
}

#downloadList li.Last div {
	background: none !important;
}

#note {
	padding: 0px 20px;
	color: #666;
	float: right;
	width: 690px;
}

#note p,#note ul li {
	font-size: 0.867em;
	margin-left: 20px;
}

#note ul li a {
	color: #DA8500;
}

#download h3 {
	color: #666;
	font-size: 1.600em;
	margin: 0px;
	font-weight: normal;
}

#download p {
	color: #666;
	font-size: 0.933em;
	margin: 0px;
}

#demo {
	width: 690px;
	float: right;
	margin: 0px 0px 0px 60px;
}

#overlay {
	background: #000;
	visibility: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0.50;
	-ms-filter: “alpha(opacity = 50) ”; /* ie 8 */
	filter: alpha(opacity = 50); /* ie lt 7 */
	-khtml-opacity: .50; /* safari 1.x */
	-moz-opacity: .50; /* ff lt 1.5, netscape */
}

div#downloadDialog {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	background: #FFFFFF;
	text-align: left;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .7);
	visibility: hidden;
	z-index: 9999;
}

div#downloadDialog .HeaderDownload {
	background: #129AB3;
	padding: 1em;
	color: white;
}

div#downloadDialog .HeaderDownload h2 {
	margin: 0px;
	font-size: 1.1em;
	letter-spacing: -1px;
	text-shadow: none;
}

div#downloadDialog .HeaderDownload p {
	margin: 0px;
	font-size: 0.8em;
}

div#downloadDialog .BodyDownload .ContentDownload {
	padding: 1em;
	height: 400px;
	overflow: auto;
}

div#downloadDialog .Footer {
	background: #DDD;
	padding: 1em;
	text-align: right;
}

#tab li {
	padding: 0px;
	border-bottom: 1px solid #CCC;
	list-style: none;
}

#tab li.Feature {
	background: url('../images/star_gray.png') no-repeat 18px -5px;
	background-size: 40px;
}

#tab li.Demo {
	background: url('../images/demo_gray.png') no-repeat 19px top;
	background-size: 40px;
}

#tab li.Download {
	background: url('../images/download_gray.png') no-repeat 30px center;
	background-size: 12px;
}

#tab li.Guide {
	background: url('../images/icon_userguide.png') no-repeat 29px center;
	background-size: 15px;
}

#tab li.Buy {
	background: url('../images/icon_license.png') no-repeat 30px center;
	background-size: 14px;
}


#tab li a {
	color: #999999;
	padding: 10px 0px 10px 55px;
	display: block;
	border-left: 5px solid #FFF;
	font-size: 0.933em;
}

#tab {
	margin: 0px;
	padding: 0px;
	width: 223px;
	float: left;
}

div.InnerBG {
	background: url('../images/inner_orange.png') no-repeat left top;
	padding-bottom: 0px;
}

#tab li.Last {
	border-bottom: none;
}

#tab li.Active.Feature {
	background: url('../images/star_orange.png') no-repeat 19px -4px;
	background-size: 40px;
}

#tab li.Active.Demo {
	background: url('../images/demo_orange.png') no-repeat 19px top;
	background-size: 40px;
}

#tab li.Active.Download {
	background: url('../images/download_o.png') no-repeat 30px center;
	background-size: 12px;
}

#tab li.Active a {
	font-weight: bold;
	color: #DA8500;
	border-left: 5px solid #DA8500;
}

#feature p.Title {
	margin-top: 0px;
	font-style: italic;
	font-size: 0.933em;
	color: #666666;
	width: 660px;
}

div.Section {
	margin-bottom: 30px;
}

div.Section ol li {
	color: #666;
	font-size: 0.933em;
}

div.Section ol li a {
	color: #DA8500;
}

a.More {
	color: #DA8500;
	font-weight: bold;
}

div.Section img {
	width: 99%;
}

div.Wrapper {
	overflow: hidden;
}

div.Wrapper div.Text {
	float: right;
	width: 45%;
	margin-top: 10px;
}

div.Wrapper div.Photo {
	float: left;
	width: 50%;
	padding: 4px;
}

#photoPopup {
	position: fixed;
	top: 50%; left : 50%;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .7);
	visibility: hidden;
	z-index: 9999;
	border-radius: 5px;
	left: 50%;
}

#overlay {
	visibility: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0.1;
	-ms-filter: “alpha(opacity = 10) ”;
	filter: alpha(opacity = 10);
	-khtml-opacity: .10;
	-moz-opacity: .10;
	background: #000;
}

#featureTable {
	width: 100%;
	border-spacing: 0;
	margin-top: 20px;
}

#featureTable th,#featureTable td {
	padding: 14px 30px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.067em;
	color: #666;
}

#featureTable .Feature {
	width: 44%;
	text-align: left;
}

#featureTable thead th {
	background: #EBEBEB;
}

#featureTable thead tr th.Feature {
	border-radius: 5px 0px 0px 0px;
}

#featureTable thead tr th.Hospital {
	border-radius: 0px 5px 0px 0px;
}

#featureTable .Clinic {
	width: 20%;
	text-align: center;
}

#featureTable .Hospital {
	width: 27%;
	text-align: center;
}

#featureTable tbody tr td {
	font-size: 0.933em;
}

#featureTable tbody tr td {
	padding: 15px 30px;
}

#featureTable tbody {
	background: #F7F7F7;
}

#featureTable tbody tr td {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFF;
	text-transform: initial !important;
}

#featureTable tbody td.Clinic {
	background: url('../images/check_o.png') no-repeat center top;
}

#featureTable tbody td.Hospital {
	background: url('../images/check_b.png') no-repeat center top;
}

#featureTable tbody td span {
	display: none;
}

#featureTable tbody td.Text {
	background: none;
}

#featureTable tbody td.Hospital.Text span.Note {
	background: url('../images/check_b.png') no-repeat left -15px;
	padding-left: 20px;
	display: inline;
}

#featureTable tbody td.Clinic.Text span.Note {
	background: url('../images/check_o.png') no-repeat left -15px;
	padding-left: 20px;
	display: inline;
}

#featureTable tbody td.Unavailable {
	background: none !important;
}

#featureTable tbody tr.Last td {
	border-bottom: 1px solid #E5E5E5;
}

div.Section h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #DA8500;
	font-size: 1.2em;
}

#payment {
	width: 680px;
	float: right;
	margin: 0px 35px;
}

#pricingModel {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}

#pricingModel li {
	float: left;
	padding: 10px 1em;
	border: 1px solid #BABABA;
	margin-left: 28px;
}

#pricingModel li.First {
	margin-left: 0px;
}

#pricingModel li strong.Name {
	display: block;
	color: #DA8500;
	font-size: 1.6em;
}

#paymentNote {
	margin-top: 10px;
	font-size: 0.8em;
}

#paymentNote p {
	margin: 5px 0px;
	padding: 0px;
}

#paymentMethod p.Phone {
	float: left;
	margin-right: 30px;
}

#paymentMethod p.Phone span {
	display: block;
	font-weight: bold;
}

#paymentMethod p.Phone strong {
	color: #000;
	font-size: 1.9em;
}

#paymentBanks li {
	float: left;
	margin-right: 50px;
	list-style: none;
}

#paymentBanks li.Last {
	margin-right: 0px;
}

#paymentBanks {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#paymentBanks div {
	float: left;
}

#paymentBanks img {
	float: left;
	margin-right: 30px;
	width: 127px;
}

#paymentBanks h4 {
	margin: 0px;
	padding: 0px;
	color: #666;
}

#tab li.Buy.Active {
	background: url('../images/icon_license_selected.png') no-repeat 30px center;
	background-size: 14px;
}

#paymentMethod li h3 {
	font-size: 1.25em;
}

#pricingModel li strong.Price {
	text-align: center;
	display: block;
}

#paymentMethod li {
	clear: both;
}

#paymentMethod li p.Note {
	float: left;
	width: 370px;
	margin-right: 30px;
}
