/*
Style Name:山东仁和生物有限公司
Author: Fifthmouse
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#fffff7;
	font-family:Tahoma, Arial, "宋体";
	background-color: #FFF;
    font-size: 12px;
}
/*===============================基本=====*/
h1, h2, h3, h4, h5, h6, p, ul, dl, table, form {
	font-family:Tahoma, Arial, "宋体";
}
h3 {
	font-size:14px;
}
h3 .title,
h4 .title {
	float:left; 
}
h3 .more,
h4 .more{
	float:right; 
}
img {
    border:0;
}
ul { list-style: none;}
dl dt { float: left;}
dl dd { float: right;}
/*===============================链接=====*/
a {outline:none;/*= FF下去除虚线框 =*/}
a:link, a:visited {
    padding: 0 0 1px 0;
	color:#000; 
    text-decoration: none;
}
a:hover {
	color:#900; 
    text-decoration: underline;
}
a.more {
    padding-right: 7px;
}
/*===============================表单内样式=====*/
input {
	color:#000; 
	font-size:12px;
} 
label {
}
textarea {/*文本域*/
	width:400px;
	border:1px solid #b3b3b3;
	font-size:12px;
}
select {/*下拉条*/
	font-size:12px;
}
input[type="text"] {
	height:18px;
	border:1px solid #b3b3b3;
	line-height:18px; 
}
input[type="password"] {
	height:18px;
	border:1px solid #b3b3b3;
	line-height:18px; 
}
input[type="checkbox"] {
}
input[type="radio"] {
}
input[type="file"] {
	height:18px;
}
input[type="submit"] {
	width:50px; 
	height:20px;
	border:1px solid #b3b3b3;
	background-color:#fff;
	background-image: url(../images/btnBg.gif);
	background-position:left top;
	line-height:20px; 
}
input[type="reset"] {
	width:50px; 
	height:20px;
	border:1px solid #b3b3b3;
	background-color:#fff;
	background-image: url(../images/btnBg.gif);
	background-position:left top;
	line-height:20px; 
}
* html .input_text {/* 针对IE6以下 输入框*/
	height:18px;
	border:1px solid #b3b3b3;
	line-height:18px; 
} 
* html .input_checkbox {/*复选框*/
}
* html .input_radio {/*单选框*/
}
* html .input_file {/*浏览提交*/
	height:18px;
}
* html .btn { /*按钮*/
	width:50px; 
	height:20px;
	border:1px solid #000;
	line-height:20px; 
	background-image: url(../images/btnBg.gif);
	background-position:left top;
}
/*===============================自定义=====*/
.special {/*- 必填字 -*/
	color:#900; 
}
.yesno {
	height:50px; 
	padding-top:10px; 
	text-align:center;
}
.list {
	font-size:12px;
}
.list ul {
}
.list li {
	clear:both;
}
.list li a {
	float:left; 
	color:#000;
	text-decoration:none;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.list li a:hover {
}
.list li .date {
	float:right;
}
