@charset "utf-8";
/* CSS Document 通用样式 */

/*################################基础布局################################
 *|---------------------|
 *|       #header       |
 *|---------------------|
 *|       #menu         |
 *|---------------------|
 *| #ad  |    #col1     | <--- #cola
 *|---------------------|
 *|      |              |
 *|      |              |
 *|      |              |
 *|#coll |     #colr    | 
 *|      |              |
 *|      |              |
 *|      |              |
 *|---------------------|
 *|       #footer       |
 *|---------------------|
 *################################@end################################
 */
/*
 *全局样式整理
 */
	* {margin:0px; padding:0px;}
	body{font-family: Verdana, Geneva, sans-serif;font-size: 12px;color: #333;}
	body {margin:0 auto;width:1000px;text-align:left; }
	/*
	_position:relative;
	 *清理ul,li默认样式
	 */
	ul,li{list-style-type:none;}
	/*
	 *修正bug
	 */
	select option{padding-right:3px;}
	/*
	 *默认链接样式
	 */
	a:link {color: #000; text-decoration:none;}
	a:hover {color: #C00; text-decoration:none;}
	a:visited{color:#000; text-decoration:none;}
	/*
	 *清除有连接图片边框
	 */
	img{border:0 none;}
	/*
	 *清理浮动
	 */
	.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
	/*
	 *占位空白
	 */
	.blank{height:13px; content: "."; clear:both; _height:0;}
	/*
	 *着重连接红色
	 */
	.red{color:#F00;}
	/*
	 *重定义标签
	 */
	 b{color:#F00; font-size:12px; font-weight:normal;}
	 
	 .but{ background:url(../images/btn.png); width:82px; height:20px; border:0px; line-height:20px; color:#666; font-weight:bold;}
/*
 *全局样式整理结束
 */
.photo .imgdiv {overflow:hidden;}
.photo .imgdiv img{max-width:160px;max-height:120px;_width:160px;}
.info_show img{max-width:700px;autoimg:expression(onload=function(){this.style.width=(this.offsetWidth > 700)?"700px":"auto";});}
/*this.style.width=(this.offsetWidth > 160)?"160px":"auto";this.style.height=(this.offsetHeight > 120)?"120px":"auto"});}*/

.zoominner{padding:5px 10px 10px;background:#FFF;text-align:left;}
.zoominner p{padding:8px 0;color:#999}
.zoominner p a{float:left;margin-left:10px;width:17px;height:17px;background:url(/images/imgzoom_tb.gif) no-repeat 0 0;line-height:100px;overflow:hidden;}
.zoominner p a:hover{background-position:0 -39px;}
.zoominner p a.imgadjust{background-position:-40px 0;}
.zoominner p a.imgadjust:hover{background-position:-40px -39px;}
.zoominner p a.imgclose{background-position:-80px 0;}
.zoominner p a.imgclose:hover{background-position:-80px -39px;}
.zoominner #zoomimgbox{text-align:center;}
