/*========CSS Reset========*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #555;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a{
text-decoration:none;
color:#555;
}
a:hover{
color:#1853a1;
text-decoration:underline;
}

/*====CLEARFIX====*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*========CSS Layout========*/

body{
background:#fff;
font:normal 12px/1.5em Calibri , Microsoft yahei;
}
#top_nav{margin:0 auto;
height:196px;
width:960px;}

#top_nav span{
	float:right;
	background:none;
	border-top:none;
	padding:0 10px;
	margin-top:10px;
	}
		#top_nav span a{
		margin:3px 5px;
		color:#fff;
		text-decoration:none;
		}
		#top_nav span a:hover{
			text-decoration:underline;
			}
#header{
background:#fff url(images/head-bg.jpg) no-repeat center top;
margin:0 auto;
height:223px;
width:960px;
position:relative;
z-index:-999;}

#topad{
margin:0 auto;
width:960px;
position:relative;
height:90px;
background:#0d012f;
}
#topflash{
position:absolute;
z-index:9999;
}
#topR{
float:right;}
.area{
margin:0 auto;
width:960px;
position:relative;
}
#footer{
margin:0 auto;
clear:both;
padding-bottom:15px;
width:960px;
}
.site-info{
padding:10px 20px;
border:1px solid #aec8d5;
}
.site-info span{
float:right;
}

/*========CONTENT========*/

#home-link{
display:block;
height:110px;
width:220px;
position:absolute;
text-indent:-9999px;
top:20px;
left:25px;
}
.column-left{
float:left;
width:590px;
position:relative;
}
.column-right{
float:right;
width:360px;
}
.blank10 {
clear:both;
display:block;
height:10px;
overflow:hidden;
}
.blank12 {
clear:both;
display:block;
height:12px;
overflow:hidden;
}
.blank13 {
clear:both;
display:block;
height:5px;
overflow:hidden;
}
.dotline-h{
background:url(images/dotline-h.gif) repeat-x;
height:1px;
display:block;
overflow:hidden;
clear:both;
}
.dotline-v{
float:left;
background:url(images/dotline-v.gif) repeat-y;
width:1px;
display:block;
overflow:hidden;}
.dv-1{
height:50px;
}
.dv-2{
height:162px;
margin-left:10px;
}
.dv-3{
height:210px;
}
.tit-bar-l{
background: transparent url(images/tit-bg-l.gif) no-repeat top center;
clear:both;
height:33px;
border-bottom:1px solid #aec8d5;
}
.tit-bar-r{
background: transparent url(images/tit-bg-r.gif) no-repeat top center;
clear:both;
height:33px;
border-bottom:1px solid #aec8d5;
}
.tit-bar-l h2, .tit-bar-r h2{
float:left;
padding:0 0 0 18px;
font:bold 14px/33px Calibri , Microsoft yahei;
color:#1853a1;
}
.content {
clear:both;
padding:0 12px;
}
.no-p{
padding:0;
}
#vs-web .content span img, #vs-app .content span img, #vs-info .content span img, #vs-highly .content span img{
float:left;
display:block;
margin:5px 0;
border:1px solid #eaeaea;
}
.content .content-list{
padding-left:15px;
float:left;
}
#vs-compare .content .vs-cp-first-li{
background:none;
padding-left:0;
padding-bottom:8px;
}
#vs-compare .content .vs-cp-first-li img{
display:block;
border:1px solid #eaeaea;
float:left;
margin:5px 18px 5px 0px;
}
.content .list-col{
width:278px;
}
#vs-compare .content .vs-cp-first-li h3{
float:left;
font-size:14px;
}
#vs-compare .content .vs-cp-first-li p{
float:left;
font:normal 12px/24px Calibri , Microsoft yahei;
width:125px;
}
#vs-compare .content .vs-cp-first-li p span a{
text-decoration:underline;
color:#1853a1;
}
#vs-compare .content .vs-cp-first-li p span a:hover{
text-decoration:none;
}
.content .content-list li{
font:normal 14px/28px Calibri , Microsoft yahei;
background:url(images/list-icon.gif) no-repeat 0px 13px;
padding-left:10px;
}
.content .noicon-list small{
font-size:10px;
}
.content .noicon-list li{
font:normal 14px/28px Calibri , Microsoft yahei;
display:block;
}
.content .pollinfo{
font:bold 12px/28px Calibri , Microsoft yahei;
}
.content .pollbutton{
text-align:center;
line-height:38px;
}
.content .pollbutton a{
color:#1853A1;
text-decoration:underline;
}
.content .pollbutton a:hover{
text-decoration:none;
}
.pollbar {
background-image:url(images/pollbarbg.jpg);
font-size:6px;
height:8px;
line-height:10px;
margin:1px;
border:1px solid #AEC8D5;
}
#vs-info, #vs-highly, #vs-app, #vs-features, #vs-web, #vs-compare, #vs-flashad{
overflow:hidden;
width:588px;
border:1px solid #aec8d5;
}
#vs-highly .content .column{
float:left;
width:150px;
padding-left:15px;
}
#vs-highly .content .column h3{
font:bold 14px/28px Calibri , Microsoft yahei;
}
#vs-highly .content .column p{
font:normal 12px/24px Calibri , Microsoft yahei;
margin-top:5px;
}
#vs-info .content .column{
float:left;
width:220px;
height:204px;
text-align:center;
}
#vs-info .content p{
float:left;
font:normal 14px/26px Calibri , Microsoft yahei;
width:325px;
text-indent:2em;
padding-left:15px;
}
#vs-info .content p span img{
border:none;
margin-left:42px;
margin-top:25px;
display:inline;
}
#vs-info .content .columnr{
float:left;
width:325px;}
#vs-info .content .column span{
font:normal 14px/30px Calibri , Microsoft yahei;
}
#vs-info .content .column span a{
}
#news, #study, #family, #forum{
overflow:hidden;
width:358px;
border:1px solid #aec8d5;
}

#news .content .news-bar{
float:left;
width:118px;
text-align:center;
}

#news .content .news-bar span a, #study .content  span a{
display:block;
margin:2px 0 3px;
}
#news .content ul{
float:left;
width:200px;
}
#news .content ul li{
font:normal 12px/24px Calibri , Microsoft yahei;
}
#news .content ul li.first-news{
background:none;
font:bold 14px/28px Calibri , Microsoft yahei;
}
#news .content img {
width:115px;
height:71px;
margin:0;
display:block;
border:1px solid #eaeaea;
}
#study .content .study-barL{
float:left;
width:155px;
text-align:center;
}
#study .content .study-barR{
float:left;
width:155px;
margin-left:20px;
text-align:center;
}
#study .content img{
width:155px;
height:116px;
margin:0;
display:block;
border:1px solid #eaeaea;
}
#study .content .wideimg{
width:332px;
height:49px;
margin:0;
display:block;
border:1px solid #eaeaea;
}

#family .content span img{
float:left;
width:115px;
height:105px;
margin:0;
display:block;
border:1px solid #eaeaea;
margin-right:15px;
}
#family .content span h3{
font:bold 14px/28px Calibri , Microsoft yahei;
}
#family .content span p,#forum .content p{
margin-top:3px;
line-height:24px;
}
#family .content p span a, #forum .content p span a, #vs-highly .content .column p a, #vs-info .content  span a, #news .content  span a, #study .content  span a{
text-decoration:underline;
color:#1853a1;
}
#family .content p span a:hover, #family .content p span a:hover, #vs-highly .content .column p a:hover, #vs-info .content span a:hover, #news .content  span a:hover{
text-decoration:none;
}
#forum h3{
font:bold 16px/32px Calibri , Microsoft yahei;
margin-top:10px;
}
.content #PDI_container2935087 .pds-votebutton-outer.pds-link .pds-pd-link {
display:none;}
.download{
position:relative;
top:10px;
left:60px;
width:250px;
display:block;
text-indent:0;}