/* CSS Document */

#div_product_topbar {
	margin: 16px 0px;
	margin-left: 10px;
}
#div_product_tab_buttons {
	float: right;
	text-align: right;
	font-size: 18px;
	padding: 5px 0px;
	line-height: 30px;
}
#div_product_title_share {
	display: none;
	float: left;
	margin-top: 6px;
	width: 300px;
	height: 30px;
	overflow: hidden;
}


.cls_tab_button {
	margin: 0px 8px;
	color: #006699;
	display: inline-block;
}
.cls_tab_button_focus {
	margin: 0px 8px;
	color: #505050;
	cursor: default;
	display: inline-block;
}


#div_product_content {
	margin-left: 10px;
}
#div_product_feature_top {
	width: 100%;
	height: 450px;
	margin-bottom: 36px;
}
#div_product_feature_topleft {
	float: left;
	width: 336px;
	height: 450px;
}
#div_product_feature_topright {
	float: right;
	width: 600px;
}
#div_product_feature_toptext {
	height: 340px;
	margin-bottom: 15px;
}
#div_product_feature_toptext h1 {
	font-size: 60px;
	font-weight: normal;
	margin: 0px;
	line-height: 60px;
}
#div_product_feature_toptext h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}
#div_product_feature_toptext ul {
	font-size: 16px;
	list-style-image: url(../img/list_dot.png);
	line-height: 24px;
}
#div_product_feature_toptext ul li {
	margin-bottom: 6px;
}
#div_product_feature_topcomment {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
}
#div_product_feature_topbutton {
	height: 45px;
	margin-top: 6px;
}

.cls_product_feature_topcomment_item {
	width: auto;
	float: left;
}


#div_product_feature_content {
}
.cls_product_feature_icon {
	width: 136px;
	text-align: center;
	vertical-align: middle;
}

#div_product_feature_bottom {
	margin: 16px auto;
	text-align: center;
	width: 460px;
}
#div_product_feature_bottom_logo {
	float: left;
	text-align: left;
	height: 45px;
}
#div_product_feature_bottom_button {
	float: right;
	height: 45px;
}

.cls_product_download_bar {
	margin: 30px auto;
	width: 660px;
	font-size: 14px;
}
.cls_product_download_bar_buttons {
	margin-top: 20px;
	width: 340px;
	float: right;
}


#div_watermark_feature {
	line-height: 30px;
}
#div_watermark_feature h3 {
	font-size: 20px;
	line-height: 30px;
}
.cls_product_feature_line {
	margin-top: 20px;
}
.cls_product_feature_left {
	float: left;
	width: 450px;
}
.cls_product_feature_left.text {
	margin-top: 20px;
}
.cls_product_feature_right {
	float: right;
	width: 450px;
}
.cls_product_feature_right.text {
	margin-top: 20px;
}


#product_guide_index {
	display: none;
}
#div_product_guide_left {
	float: left;
	width: 207px;
}
#div_product_guide_right {
	float: right;
	width: 728px;
}
#div_product_guide_right h1 {
	margin-top: 0px;
}


.cls_product_guide_menu {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 20px;
	text-align: right;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 4px;
}
.cls_product_guide_menu.default {
	color: #f5f5f5;
	background-color: #505050;
	cursor: pointer;
}
.cls_product_guide_menu.selected {
	color: #505050;
	background-color: #c8c8c8;
	cursor: default;
}
.cls_product_guide_menu_text {
	float: left;
	text-align: right;
	width: 85%;
}
.cls_product_guide_menu_mark {
	float: right;
	text-align: left;
	width: 10%;
}