@charset "utf-8";
/* CSS Document */

#left-col .post-entry {
	font-size:13px;
	color:#444444;
}
#product-name {
	font-size:20px;
	font-weight:bold;
	padding:4px 10px;
	border-bottom:#999 1px solid;
}
#upsell-promo {
	font-size:20px;
	color: #ffffff;
	border-radius: 0px;
    background-color: #46992e;
    text-decoration: none;
	font-weight: bold;
	padding:19px 10px;
	text-align: center;
}


.hr-line{
	width:100%;
	height:23px;
	margin:5px 0 5px 0;
	background-attachment: scroll;
	background-image: url(https://www.moo-dao.com/images/hr.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#text-content p {
	margin:0;
}
#product-detail {
	width:100%;
	height:auto;
	margin-top:15px;
    clear:both;   
    display:block;   
    overflow:hidden; 
}
#product-detail img{
    border:none;
}
/* product brief information begin!*/
.info {
	float:left;
	width:46%;
}
.info label {
	display:inline;
}
.info-left {
	float:left;
	width:45%;
}
.info-left > div {
	text-align:center;
}
.info #change-os {
	text-align:center;
}
#product-logo {
	margin:0 auto;
	margin-bottom:5px;
	width:113px;
	height:152px;
}
.info-right {
	float:right;
	width:50%;
}
.info-right .property {
	font-weight:bold;
}
.info-right > div {
	margin:5px 0 5px 0;
}
.win {
	display:block;
}
.mac {
	display:none;
}
#freetrial {
	margin-bottom:2px;
}
#purchase {
	margin-top:2px;
}
#freetrial .win,#freetrial .mac,#purchase .win,#purchase .mac {
	width:146px;
	height:46px;
}
#freetrial .win a {
	margin:0 auto;
	display:block;
	width:145px;
	height:45px;
	background-image: url(https://www.moo-dao.com/images/freetrial.png);
	background-repeat: no-repeat;
	background-position: -4px -3px;
}
#freetrial .win a:hover {
	background-position: -4px -95px;
}
#freetrial .mac a {
	margin:0 auto;
	display:block;
	width:145px;
	height:45px;
	background-image: url(https://www.moo-dao.com/images/freetrial.png);
	background-repeat: no-repeat;
	background-position: -4px -49px;
}
#freetrial .mac a:hover {
	background-position: -4px -141px;
}
#purchase .win a {
	margin:0 auto;
	display:block;
	width:145px;
	height:45px;
	background-image: url(https://www.moo-dao.com/images/purchase.png);
	background-repeat: no-repeat;
	background-position: -4px -3px;
}
#purchase .win a:hover {
	background-position: -4px -95px;
}
#purchase .mac a {
	margin:0 auto;
	display:block;
	width:145px;
	height:45px;
	background-image: url(https://www.moo-dao.com/images/purchase.png);
	background-repeat: no-repeat;
	background-position: -4px -49px;
}
#purchase .mac a:hover {
	background-position: -4px -141px;
}
/* product brief information end!*/

/* product description begin!*/
.description {
	float:right;
	width:53%;
}
.description-top {
	font-size:15px;
    font-weight:bold;
	line-height:normal;
}
.description dl {
	padding:0;
	margin:10px 0 10px 0;
}
.description dd {
	background-image: url(https://www.moo-dao.com/images/dd-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:22px;
	margin:8px;
	line-height: normal;
}
/* product description begin!*/

/* text content begin!*/
#text-content {
	padding:0 10px;
}

#text-content h2 {
	font-size:20px;
	font-weight:bold;
	color:#444444;
	margin-bottom:28px;
}
#text-content h3 {
	color:#444444;
	font-size:15px;
	font-weight:bold;
	line-height:normal;
	margin:0;
}
#text-content .feature li {
	margin:12px 0;
	list-style-type: square;
}
#text-content p {
	margin:8px 0;
}