/*==============================================================
文件说明：公用的css样式定义文件（包括主框架页面的所有非颜色定义的css和全系统公用的css，不包括登录页面的css）
===============================================================*/
body,div,a,td,span,select{
   font-family: Arial
}
/****************
author:huangyupeng
date:20060609
function:元素左对齐
****************/
.float_left {float:left;}
/****************
author:huangyupeng
date:20060609
function:元素右对齐：页面顶端右侧按钮样式
****************/
.float_right {float:right;}

/****************
author:huangyupeng
date:20060609
function:clear  不允许有浮动对象
****************/
.clear {clear:both;}

/****************
author:huangyupeng
date:20060609
function:clear  页面顶端右侧样式
****************/
.top_margin {margin:46px 8px 0 0;}

/************************* Global Setting / 全局设置 *************************/

/****************
author:huangyupeng
date:20060609
function:页面默认样式
****************/
* { 
margin:0; 
padding:0; 
} 
textarea{
	line-height: 150%;
}

/****************
author:huangyupeng
date:20060609
function:页面body样式
****************/
body {
	background:transparent;
	overflow:auto;
	overflow-x:hidden;
}

/****************
author:huangyupeng
date:20060609
function:页面 body div，td，span，p 字体样式
****************/
body,div,td,span,p {
font:12px "宋体",Tahoma;
}

/****************
author:huangyupeng
date:20060609
function:页面段落样式
****************/		
p {text-indent:2em;line-height:24px;font-size:13px;margin-bottom:12px;}


/****************
author:huangyupeng
date:20060609
function:页面图片样式
****************/
img {border:0;}

/****************
author:huangyupeng
date:20060609
function:页面链接样式
****************/
a {
text-decoration:none;
cursor:pointer;
}

/****************
author:huangyupeng
date:20060609
function:页面链接（鼠标置于该链接上）样式
****************/
a:hover {
text-decoration:none;
}

/****************
author:huangyupeng
date:20060609
function:页面 input 样式
****************/
input {
font:12px "宋体",Tahoma;
padding:1px 2px 0 2px;
}

/****************
author:huangyupeng
date:20060609
function:页面 input按钮样式
****************/
input.button {
padding:4px 10px 1px 10px;
border:0;
margin-right:10px;
}


/****************
author:huangyupeng
date:20060609
function:页面 select 样式
****************/	
select {font:12px "宋体",Tahoma;}

/****************
author:huangyupeng
date:20060609
function:页面 ul 样式？
****************/	
ul {
margin:0 0 6px 0;
list-style:outside square;
padding-left:17px;
font-weight:bold;
}

/****************
author:huangyupeng
date:20060609
function:页面 li 样式
****************/	
li {
margin:3px 0 0 0;
padding:1px 0;
font-weight:normal;
}

/****************
author:huangyupeng
date:20060609
function:一级菜单高显样式
****************/	
.menu1_on {
padding:5px 0 3px 0;
margin-bottom:-1px;
}

/****************
author:huangyupeng
date:20060609
function:一级菜单非高显样式
****************/	
.menu1_off {
padding:6px 0 1px 0;
}
/****************
author:huangyupeng
date:20060609
function:一级菜单样式
****************/	
.menu1_off,
.menu1_on {
width:85px;
text-align:center;
display:block;
float:left;
cursor:default;
font-size:13px;
font-weight:bold;
}
/****************
author:huangyupeng
date:20060609
function:二级菜单高显样式
****************/	
.menu2_on {
font-size:13px;
font-weight:normal;
}
/****************
author:huangyupeng
date:20060609
function:二级菜单非高显样式
****************/	
.menu2_off {
font-size:13px;
font-weight:normal;
}
/****************
author:huangyupeng
date:20060609
function:三级菜单样式
****************/	
.menu3_on {
	float:left;
	font-size:12px;
	font-weight: normal;
	background-image: url(../images/menu3_on_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom:-2px;
}

.menu3_on a,
.menu3_on a:visited {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom:6px;
	padding-left: 12px;
	background-image: url(../images/menu3_on_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:-2px;
}

.menu3_off {
	float:left;
	font-size:12px;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/menu3_off_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom:-2px;
	
}

.menu3_off a,
.menu3_off a:visited {
	display:block;
	color:#000000;
	text-decoration:none;
	padding-top: 8px;
	padding-right: 19px;
	padding-bottom: 3px;
	padding-left: 19px;
	background-image: url(../images/menu3_off_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	font-weight: normal;
	margin-bottom:-2px;

}
/****************
author:huangyupeng
date:20060609
function:四级菜单样式
****************/	
.menu4{
	background-image: url(../images5/menu4.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d0cfd4;
	border-right-color: #d0cfd4;
	border-left-color: #d0cfd4;
	width: 100%;
}
.menu4 td{
	padding-left:7px;
}
.menu4_on {
	float:left;
	font-size:12px;
	font-weight: normal;
	background-image: url(../images5/menu4_right.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

.menu4_on a,
.menu4_on a:visited {
	display:block;
	color:#e01823;
	text-decoration:none;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom:3px;
	padding-left:9px;
	background-image: url(../images5/menu4_left.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 12px;
	font-weight: bold;
}
.menu4_off {
float:left;
	font-size:12px;
	font-weight: normal;
	color: #000000;
	
}

.menu4_off a,
.menu4_off a:visited {
display:block;
	color:#000000;
	text-decoration:none;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	font-size: 12px;
	font-weight: normal;

}

.margin_top{
	background-color: #ef590e;
	height: 2px;
}
/*******************************
author:Lifeng
date:20060713
function:树菜单图片的大小
********************************/
.icon {
	HEIGHT: 12px; margin-right:5px; VERTICAL-ALIGN: top; WIDTH: 12px;

}
.shoppingcard{
	background-image: url(../images5/qinqing.jpg);
	background-repeat: no-repeat;
	height: 241px;
	width: 389px;
	font-family: "宋体";
}
.use_ins {
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
	text-indent: 2em;
}
.use_ins ul,
.use_ins li {
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
	text-indent: 2em;
	list-style-type: circle;
	vertical-align: middle;
}
.use_title {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.border_bot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c2c2;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.icon{
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-image: url(../images5/icon.gif);
	height: 18px;
	width: 20px;
	background-repeat: no-repeat;
	padding-top: 3px;
	text-decoration: none;
	float:left;

}

.icon a,
.icon a:visited{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.here{
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.here a,
.here a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.blue_link{
	font-size: 12px;
	font-weight: normal;
	color: #0a3f9d;
	text-decoration: none;
}
.blue_link a:link{
	font-size: 12px;
	font-weight: normal;
	color: #0a3f9d;
	text-decoration: none;
}
.blue_link a:visited{
	font-size: 12px;
	font-weight: normal;
	color: #0a3f9d;
	text-decoration: none;
}
.blue_link a:hover{
	font-size: 12px;
	font-weight: normal;
	color: #0a3f9d;
	text-decoration: none;
}