/* 全局样式开始 */
body{
	margin:0px;
	background-color:#fff;
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
body,td{
	font-size:12px;
}
img{
	border:0px;
}
/* 全局样式结束 */


/* 字体样式开始 */
.line_height_120{
	line-height:120%;
}
.line_height{
	line-height:150%;
}
.f_red{
	color:#B3080E;
}
.f_white{
	color:#FFFFFF;
}
.f_14px{
	font-size:14px;
}
.f_16px{
	font-size:16px;
}
.f_18px{
	font-size:18px;
}
.b{
	font-weight:bold;
}
/* 字体样式结束 */


/* 背景样式开始 */
.bg_one{
	background-repeat:no-repeat;
	background-position:center center;
}
.bg_x{
	background-repeat:repeat-x;
}
.bg_x_center{
	background-repeat:repeat-x;
	background-position:center center;
}
.bg_y{
	background-repeat:repeat-y;
}
.bg_y_center{
	background-repeat:repeat-y;
	background-position:center center;
}
/* 背景样式结束 */


/* 链接样式开始 */
a:active,a:link,a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#FF6600;
	text-decoration:underline;
}
a.red:active,a.red:link,a.red:visited{
	color:red;
	text-decoration:none;
}
a.red:hover{
	color:red;
	text-decoration:underline;
}
a.white:active,a.white:link,a.white:visited{
	color:#fff;
	text-decoration:none;
}
a.white:hover{
	color:#fff;
	text-decoration:underline;
}
a.gory:active,a.gory:link,a.gory:visited{
	color:#555;
	text-decoration:none;
}
a.gory:hover{
	color:#555;
	text-decoration:underline;
}
a.blue:active,a.blue:link,a.blue:visited {
	color: #4986B2;
	text-decoration: none;
}
a.blue:hover {
	color: #4986B2;
	text-decoration: underline;
}
a.proname:active,a.proname:link,a.proname:visited{
	color:#555;
	text-decoration:underline;
}
a.proname:hover{
	color:#555;
	text-decoration:underline;
}
/* 链接样式结束 */


/* 表单样式开始 */
.form_input{
	border:1px solid #ccc;
	padding:1px;
	height:20px;
	behavior:url(#default#savehistory);
}
.form_area{
	border:1px solid #ccc;
	behavior:url(#default#savehistory);
}
.form_button{
	padding-top:2px;
	height:20px;
	border:1px solid #666;
}
.blue_button{
	background:url(/images/button-blue.gif);
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	width:130px;
	height:25px;
	font-weight:bold;
	line-height:25px;
	cursor:hand;
	color:#fff;
}
.gory_button{
	background:url(/images/button-gory.gif);
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	width:130px;
	height:25px;
	font-weight:bold;
	line-height:25px;
	cursor:hand;
}
/* 表单样式结束 */


/* 表格样式开始 */
.table_border{
	border:1px solid #ccc;
}
/* 表格样式结束 */


/* 其他样式开始 */
.hand{
	cursor:hand;
}
.top_4px{
	padding-top:4px;
}
.line{
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	height:1px;
}
.padding{
	height:5px;
	overflow:hidden;
}
.current_img{
	background:url(/images/img.jpg);
}
/* 其他样式结束 */

#zoom_img{width:340px; height:340px; border:1px solid #ccc; text-align:center;}
#zoom_img_path{border:0; max-width:340px; max-height:340px;}
#zoom_img_big_win{width:374px; height:340px; position:absolute; left:0px; top:0px; display:none; border:1px solid #ccc;}
#zoom_img_handle{display:none; opacity:0.6; filter:alpha(opacity=60); background:#E6EAF3; cursor:crosshair; width:50px; height:50px;}
#zoom_img_list{margin:0 auto; margin-top:10px;}
#zoom_img_list img{padding:1px; border:1px solid #cdcdcd; margin-right:10px; display:block; float:left; max-height:60px; max-width:60px;}
#zoom_img_list img.onzoom, #zoom_img_list img.on{padding:0px; border:2px solid #336699;}