.specifi ul {
	list-style-type: square;
}
.specifi ul .second_ul {
	list-style-type: disc;
}
.specifi {
	padding:10px 30px;
	position:relative;
	margin-bottom:20px
}
#tab3 .specifi {
	border-top:thin solid #CCC;
}
.specifi li {
	line-height:20px
}
#specifi_left {
	width:48%;
	float:left
}
#specifi_right {
	width:48%;
	float:right
}
.specifi_img_1 {
	position:absolute;
	left:75%;
	top:70%
}
.specifi_img_2 {
	position:absolute;
	right:20px;
	top:10px;
}
.specifi_img_2 img {
	width:90px
}
.specifi_img_3 {
	position:absolute;
	left:70%;
	top:0
}
.specifi_img_4 {
	position:relative;
}
/*.specifi_img_os {
	position:absolute;
	left:55%;
	top:28px
}*/

.compare_table {
	margin:0;
	width:100%;
	margin-top:20px;
}
.compare_table th {
	height:30px;
	color:#FFFFFF;
	padding:0 5px;
	background:#78b4c1;
	padding:5px 20px;
	border:1px solid #FFF;
}
.compare_table td {;
	height:20px;
	padding:5px 10px;
	border:1px solid #FFF;
}
.compare_table tr:nth-of-type(odd) {
	background:#e7eaf0;
}
.compare_table tr:nth-of-type(even) {
	background:#ffffff;
}
.compare_table button {
	height:20px;
	margin:0;
	padding:0 5px
}
.download_title {
	font-size:16px;
	font-weight:600;
	color:#006699;
	margin-top:20px
}
.download_link {
	background:url(../images/templates/12x12_download_arrow.png) no-repeat 0 5px;
	padding-left:16px;
	margin:7px 0;
}
.download_link a {
	text-decoration:none;
}
.download_link a:hover {
	text-decoration:underline
}
.compare_describe {
	margin:20px 20px 35px 5px
}