@charset "utf-8";
/*文件信息，分别为标题、作者、URL、描述、创建日期、最后修改日期- -

Title : xilo's station
Author : xilo
URL : www.xilo.cn

Description : global css style

Created : 2008-02-01
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

* {padding:0;margin:0;}
html {}
body {
	font-size: 12px;color: #000;
	background: #fff;
	font-family:Hei,san-serif;
}
a { color: #000; text-decoration: underline; }
img { border:0; }

/* ----- IDS ----- */

#all{
}
#navigation{
float:left
}
div .nav_top {
	margin-top:192px;
	margin-left:18px;
}
div a .logo {
}
span.title {
	font-size:18px;
	font-weight:bold
}
p.info {
	font-size:14px;
	color:#dedede;
	margin-left: 120px;
}
div.nav {
	margin-left:18px;
	margin-top:12px;
	padding-left: 80px;
}

div.nav ul {
	padding-left:22px;
	list-style-type: circle;
}		
#primaryContent{
}

div .box {
	float:left;
	padding-bottom:6px;
	font-size: 11px;
	background-color: #fff;
	border-width: 5px 0px 0px 5px;
	border-color: #ffffff;
	border-style: solid;
	overflow: hidden;}
		
	div .box a,
	div .box a:visited {
		display: block;
		color: #333;
		padding: 4px 6px 6px 6px;
		width: 106px;
		height: 108px;
		border: solid 1px #B8B8B8;
		background-image: none;}
		
	div .box a:hover {
		display: block;
		color: #000;
		padding: 4px 6px 6px 6px;
		width: 106px;
		height: 108px;
		border: solid 1px #333;}
	
	div .box p {
		display: inline;}
				
	.des .icon {
		background-image: url(icon_box.png);
		background-repeat: no-repeat;
		height: 17px;
		width: 14px;
		margin: -4px -2px 0px 2px;
		float: right;}
	
	.des {
		background-color: #e7e7e7;
		display: block;
		margin: -3px -5px 2px -5px;
		padding: 2px 5px 3px 5px;
		color: #333;
		font-weight: bold;}
	.ab_a {
	position:absolute;
	left: 350px;
	top: 100px;
}	
	.ab_b {
	position:absolute;
	left: 490px;
	top: 100px;
}	
	.ab_c {
	position:absolute;
	left: 630px;
	top: 100px;
}	
	.ab_d {
	position:absolute;
	left: 350px;
	top: 235px;
}	
	.ab_e {position:absolute; left: 630px; top: 235px;}	
	.ab_f {position:absolute; left: 490px; top: 370px;}	
#secondaryContent{
	float:left;
	margin-left:16px;
	margin-top:560px;
}	
#footer{
float:right;
margin-top:12px;
margin-right:12px;
}
span.copy { color:#dedede;}
div.middle {
	float:left;
	margin-left:6px;
	height:500px;
	padding-top: 66px;
	margin-right: 12px;
}
/* ----- CLASSES 类----- */

.hide{
}
.show{
}

/* ----- HEADINGS 标题----- */

h1{
}
h2 {
	padding-left:6px;
	padding-bottom:6px;
	font-size:16px;
	color:#999999;
}
h3{
}
h4{
}

/* ----- PARAGRAPHS 段落----- */

p{
}
#primaryContent p{
}
#secondaryContent p{
}

/* ----- QUOTES 引用----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE 代码----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS 列表----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

#navigation li{
}

#navigation ul{
}

#navigation ul li{
}

#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES 图像----- */

img{
}
img a{
}
img a:hover{
}

/* ----- BREAK 断行----- */

hr{
}

/* ----- TEXT FORMATTING 文本格式----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS 连接----- */

a{
}
a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES 表格----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS 表单----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS 自定义列表----- */

dl{
}
dt{
}
dd{
}

