@charset "utf-8";
body,textarea {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
html, body {height: 100%;}
#maincontent{
	min-height: 100%;
	position:relative;
	padding-bottom:120px;
}
#footer {
	background:url(../images/up_bg.jpg) #a0a0a0 repeat-x;
	background-color:#333333;
	text-align: center;
	padding-top: 10px;
	bottom:0;
	position:absolute;
	width:100%;
	height:100px;
	color:#FFF;
}
@media (max-width: 500px) { /* <=500 */
	#maincontent{
		padding-bottom:170px;
	}
	#footer {
		height:150px;
	}
}
#footer ul li a {
	color:#FFF;
	border-right: 1px solid #cdcdcd;
	padding-right: 10px;
	line-height:30px;
}
#footer #last{
	border-right: 0px;
}
.header {
	background: url(../images/top_bg.png) repeat-x;
	/*box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);*/
}
.container{
	font-size:16px;
	line-height:30px;
}
#bodycontent{
	margin-top: 30px;
	margin-bottom: 30px;
}
#bodycontent h1{
	font-size: 26px;
	font-weight: bold;
	line-height:35px;
}
#bodycontent h2{
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	line-height:35px;
}
.navbar {
	padding-top: 10px;
	border: 0px;
}
.navbar-default {
	background-color: #ffffff;!important;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #0c3f84;
	/*background-color: #ffffff;!important;*/
	background-color:transparent;!important;
	font-weight: bold;
}
.dropdown-menu {
	font-size: 16px;!important;
}
.faq_list{
	margin-left:30px;
}
.contact_email{
	background:url(../images/email2.png) no-repeat 0 0;
	padding-left: 30px;
	margin-top:20px;
	margin-left:25px;
	font-size: 18px;
}
.contact_phone{
	background:url(../images/phone.png) no-repeat 0 0;
	padding-left: 30px;
	margin-top:10px;
	margin-left:25px;
	font-size: 18px;
}
.contact_home{
	background:url(../images/home2.png) no-repeat 0 0;
	padding-left: 30px;
	margin-top:10px;
	margin-left:25px;
	font-size: 18px;
}
.contact_skype{
	background:url(../images/skype.png) no-repeat 0 0;
	background-size:24px 24px;
	padding-left: 30px;
	margin-top:20px;
	margin-left:25px;
	margin-bottom: 30px;
	font-size: 18px;
}
.contact_skype_name{
	color: #0097f2;
}
.payment_memo {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
}
.checkout_memo {
	background-color: #ffff66;
	color: red;
	border: solid 1px #cccc00;
	text-align:left;
	font-size:14px;
	line-height:20px;
	padding: 10px;
}
.checkout_memo2 {
	padding-left:20px;
}
.checkout_name {
	text-align:left;
	padding-right: 20px;
	padding-left: 4px;
	font-weight: bold;
}
.checkout_discount {
	padding-left: 0px;
	font-size: 14px;
	font-style: italic;
	color: #ff9000;
 }
.checkout_expire {
	padding-left: 0px;
	font-size: 14px;
	font-style: italic;
}
.button {
	display: inline-block;
	position: relative;
	margin: 0px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,.22);
	font-weight:bold;
	font-size: 16px;
	height: 30px;
	padding-top: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.button:hover {
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	color:#fff;
	text-decoration:none;
}
.button:active {
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	color:#fff;
	text-decoration:none;
}
.orange {
	color: #ffffff;
	background: #fda000; /* Old browsers */
	background: -moz-linear-gradient(top,  #fda000 0%, #fda000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fda000), color-stop(100%,#fda000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fda000 0%,#fda000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fda000 0%,#fda000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fda000 0%,#fda000 100%); /* IE10+ */
	background: linear-gradient(top,  #fda000 0%,#fda000 100%); /* W3C */
}
.orange:hover {
	background: #f49b03; /* Old browsers */
	background: -moz-linear-gradient(top,  #f49b03 0%, #f49b03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f49b03), color-stop(100%,#f49b03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f49b03 0%,#f49b03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f49b03 0%,#f49b03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f49b03 0%,#f49b03 100%); /* IE10+ */
	background: linear-gradient(top,  #f49b03 0%,#f49b03 100%); /* W3C */
}
.download_button{
	padding-top: 6px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	color: white;
	height: 40px;
}
label {
	font-weight: 400;!important;
}
.myinput{
	width:300px;
}
.myinput2{
	width:150px;
}
.msg_red{
	color: red;
	font-size: 17px;
}
.color_red{
	color: red;
}
.msg_italic{
	/*font-size: 14px;*/
	font-style: italic;
	color: #ff9000;
}
.msg_through{
	color: #8F8F73;
	text-decoration: line-through;
}
.checkout textarea{
	font-size:16px;
}
.checkout_selectall{
	/*color: orange;*/
	font-weight: bold;
}
.table_payment td, img{
	vertical-align: middle;
}
.payment-img{
	margin-right:20px;
}
.cursor_pointer{
	cursor:pointer;
}
.form-group {
	margin-bottom: 5px;
}
#bodycontent .download_systemrequire{
	font-size:14px;
	color: #413D3D;
	line-height: 20px;
	margin-bottom: 20px;
}
#bodycontent .download_memo{
	margin-top: 30px;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	margin-bottom: 20px;
}
#bodycontent .download_memo2{
	font-size:15px;
	line-height:25px;
	font-weight:normal;
	color: #686868;
}
.download_title{
	color: orange;
	font-size:21px;
	line-height: 46px;
	font-weight: bold;
}
.download_product{
	padding-left: 30px;
	color: #144879;
	font-size:21px;
	line-height: 46px;
	font-weight: bold;
}
.features {
	margin-top: 40px;
	padding-left: 40px;
	padding-bottom: 5px;
	background: url(../images/middle_logo_2.png) no-repeat left center;
}
.features_ul li{
	background: url(../images/x_11.png) no-repeat 0 8px;
	padding-left: 20px;
}
.testimonials{
	padding:20px 0  0 20px;
	color:#333;
	font-size:16px;
	line-height:28px;
	margin-top:18px;
}
.Customer{
	color:#000;
	padding-left:32px;
	font-size:18px;
	background:url(../images/middle_logo_1.png) left center no-repeat;
}
.testimonials .author{
	padding-top:10px;
	font-size:14px;
	padding-left:15px;
	line-height:23px;
}
.up_data{
	background:url(../images/middle_01.png) left center no-repeat;
	color:#000;
	padding-left:32px;
	margin-top:6px;
	font-size:20px;
}
.r_skill{
	background:url(../images/middle_02.png) left center no-repeat;
	color:#000;
	font-size:18px;
	padding-left:32px;
	margin-top:6px;
}
.UpdateVerTitle{
	padding-top:10px;
	font-size:14px;
	padding-left:15px;
	line-height:25px;
	font-weight:bold;
}
.UpdateVer{
	padding-top:10px;
	font-size:14px;
	padding-left:15px;
	line-height:20px;
}
.requirements{
	padding-top:10px;
	font-size:14px;
	padding-left:15px;
	line-height:20px;
}
table {
	border-spacing: 5px;
	border-collapse: unset;
}
.text_notice {
	font-size:18px;
	line-height:35px;
}
.faq_div p {
	text-align:left;
	font-size:18px;
	line-height:35px;
	margin-top: 10px;
}
.faq_introduction {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: RGB(247,247,247);
	padding: 10px;
}
.ul_list .row{
	font-size:18px;
	line-height:35px;
	margin-bottom: 20px;
}
.pager li > a, .pager li > span {
	border: 0px solid #ddd;
}
@media (max-width: 1200px) {  /* <=1200 */
	#bodycontent img {
		width: 90%;
	}
}
@media (max-width: 1000px) { /* <=1000 */
	.productimg img{
		width: 90%;
	}
	.ul_list .row{
		line-height:40px;
	}
}
@media (min-width: 764px) {  /* >=764 */
	.logo{
		margin-left:-20px;
	}
	.top_banner {
		background: url(../images/banner_bg.jpg) repeat-x;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 100%;
	}
	.featured-title-10{
		color: #eeeeee;
		font-weight: 700;!important;
		font-size:42px;
		line-height:35px;
	}
	.featured-productinfo-10{
		color:#CAE1FF;
		font-size:16px;
		line-height:30px;
	}
	#bodycontent{
		margin-left: 50px;
		margin-right: 50px;
	}
	.myinput3{
		width:80%;
	}
	.nav > li:hover .dropdown-menu {display: block;}
}