@charset "utf-8";

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
form {
    margin: 0;
    padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}


/* 清除因浮动等行为导致“被移除流”的特性 */
.clear_fix {
	zoom: 1;
}
.clear_fix:before,
.clear_fix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
/* 布局 宽占比例 */
.width_6 {
	width: 60%;
}
.width_2 {
	width: 19%;
}
/* 文字对齐方向 */
.text_align_r {
	text-align: right;
}
.text_align_l {
	text-align: left;
}
.text_align_c {
	text-align: center；
}
/* 浮动方向 */
.float_right {
	float: right !important;
}
.float_left {
	float: left !important;
}



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
}


#box {
	height: auto;
	width: 950px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#top {
	height: auto;
	width: 100%;
}
#logo {
	float: left;
	
	height: 40px;
	width: 100px;
	
	background: url(../images/zbshareware_logo.gif) 0px -5px;	
}
#logo a {
	display: block;
	
	height: 100%;
	width: 100%;
	
	background: url(../images/zbshareware_logo.gif) 0px -5px;	
}

#top_right {
	float: right;
	line-height: 30px;
	text-align: right;
}
#top_right a {
	padding: 0 10px;
}



#menu {
	height: 30px;
	width: 948px;
	border: 1px solid #000;
	background: #333;
}
.menu_item {
	float: left;
	
	height: 100%;
	width: auto;
	padding: 0 15px;
}
.menu_item a {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.menu_item a:hover {
	color: #FFF;
}

#main {
	padding: 30px;
}
.main_title {
	padding: 0 0 30px 0;
	
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #1975D1;
}
.install_title {
	padding: 0 0 18px 0;
	
	font-size: 16px;
	line-height: 22px;
}
.install_step {
	padding: 0 0 10px 0;
	
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.install_download {
	width: 400px;
	height: 46px;
	
	margin: 0 0 30px 0;
	background: #1979c1;
	border: 1px solid #1569a8;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.install_download a {
	display: block;
	
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
	color: #FFF;
	text-align: center;
}
.install_download a:hover {
	color: #FFF;
}
.install_step_info {
	padding: 0 0 30px 20px;
	
	font-size: 16px;
	line-height: 22px;
	
}

#bottom {
	text-align: center;
	width: 950px;
	padding-top: 30px;
	clear: both;
}
#bottom div {
	color: #666;
	padding-bottom: 10px;
}
