
/**********common**********/
/*去除A标签点击后的虚线框 begin*/
a {
	outline: none;
}

a:active {
	star: expression(this.onFocus = this.blur () );
}

:focus {
	outline: 0;
}

/*end*/ /*透明背景*/
.lev_opcty {
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/*end*/
.lev_ie6fixed {
	position: fixed;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop +  
		document.documentElement.scrollTop *   0) );
}
pre p.pre {
	height: auto;
	overflow: hidden;
	text-align: justify;
	word-wrap: break-word;
	white-space: pre-wrap;
}

#imghor .sa a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border: 2px solid #FFF;
	text-align:center;
	margin:2px;
}
#imghor .sa a img {border:1px solid #ddd;width:65px;height:65px;}
#imghor .sa a:hover {border: 2px solid #006A92;}
#imghor .sa a.simg {border: 2px solid #006A92;}
#imghor .sa a.simg em {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: -1px;
	bottom: -1px;
	overflow: hidden;
	background: url(../img/temper_120718.gif) no-repeat;
}

/**********common**********/
