﻿body { 

	background: #d1bd9a; 
	font:Verdana, Tahoma, Arial, 黑体, 宋体; 
	line-height: 1.6em; 
	color: #fff;
	padding:0px;
	border:0px;
	margin:0px; 
}
a.{
font:10px;}
a:link,a:visited {
color:#fff;
text-decoration:none;
font:10px;
}

a:hover,a:active {
color:#fff;
text-decoration:none;
}

#zishu_test li {
float:left;
width:19%;
text-align:center;
margin:auto;
list-style:none;
}

#zishu_test li a {
width:100px;
height:170px;
display:block;
padding-top:10px;
margin:auto;
}

#zishu_test li img {
width:75px;
height:75px;
display:block;
text-align:center;
margin:auto;
padding:3px;
border:1px solid #D8A18B;
}

#zishu_test li span {
display:none;
}

#zishu_test li a:hover span {
margin-top:-10px;
display:block;
background:#FA9000;
width:100px;
color:#603526;
position:absolute;
}

* html #zishu_test li a:hover span {
margin-left:-8px;
}

/* IE6 */
*+html #zishu_test li a:hover span {
margin-left:-8px;
}

/* IE7*/
#zishu_test li a:hover {
width:100px;
height:170px;
background:#F5F5F5;
display:block;
padding-top:10px;
color:#603526;
}