﻿body{
	color:#000000;
	margin:0px;
	font-size:12px;
	line-height:150%;
	text-align:center;
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
pre{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#00F;
}
a:active {
	text-decoration:none;
	color:#000000;
}
ul{list-style-type:none;margin:0px;}
li{list-style-type:none;margin:0px;}
img{border-color:#CCCCCC;}
/*Content Css*/
#webtop{
	width:1002px;
	height:105px;
}
#topmain{
	background-image:url(../images/topbg.jpg);
	background-repeat:no-repeat;
	height:130px;
	width:1002px;
}
#menu{
	background-image:url(../images/MenuBg.jpg);
	background-repeat:no-repeat;
	width:1002px;
	height:35px;
	padding:8px 0px 0px 0px;
}
#menu span{
	display:block;
	float:left;
	color:#FFFFFF;
	padding-left:40px;
}
#MyMenu{
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}
#MyMenu a{
	color:#FFFFFF;
}
#MyMenu a:hover{
	color:#FFFF00;
}
#content{
	width:1002px;
	padding-bottom:20px;
	overflow:hidden;
	background-image:url(../images/sidebg.jpg);
	background-repeat:repeat-y;
}
#leftcontent{
	float:left;
	width:215px;
	height:auto;
	background-image:url(../images/Leftbg.jpg);
	background-repeat:repeat-x;
	background-color:#E0E0E0;
	clear:right;
}
#maillogin{
	padding:10px;
	height:80px;
}
#maillogin span{
	color:#C80033;
	display:block;
	margin:6px;
}
#ProList{
	height:230px;
	margin-top:10px;
}
#ProList ul{list-style-type:none;margin:0px;}
#ProList li{
	list-style-type:none;
	height:19px;
	width:160px;
	border-bottom:1px #999 dashed;
	text-align:left;
	padding:3px 0px 0px 15px;
	background-image:url(../images/note.gif);
	background-position:0px 6px;
	background-repeat:no-repeat;
}
.title {
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	color:#F00;
	margin-top:30px;
}
#wenzi{
	text-align:center;
	width:736px;
}
#wenzi li{
	float:left;
	width:188px;
	height:139px;
	margin:10px;
	_display:inline;
}
#wenzi ul {
	width:624px;
	margin:10px auto;
}
#wenzi img{
	border:4px #CCCCCC solid;

}
#index2{
	width:736px;
	text-align:left;
}
#index21{
	float:left;
	width:490px;
}
#index21 img{
	height:120px;
	overflow:hidden;
	margin:4px;
}
#index22{
	float:left;
	margin:10px 10px 10px 20px;
}
#rightcontent{
	width:736px;
	float:left;
	margin:10px 0px 0px 30px;
}
#bottom{
	width:1002px;
	height:30px;
	padding:20px 0px 10px 0px;
	background-color:#F2F2F2;
	border-top:1px solid #CCCCCC;
	text-align:center;
	margin:0px 0px 0px 0px;
	clear:both;
}
.ProdRecordTotal {
	height: 20px;
	line-height: 20px;
	padding-top:10px;
	margin-top:20px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color:gray;
	border-top:1px gray dashed;
	clear:both;
}
.ProdRecordTotal a {
	padding:2px 5px 1px 5px;
	border:1px silver solid;
	background-color: #F7F7F7;
	margin:0px 3px;
	height: 18px;
	line-height: 20px;
	text-decoration:none;
}
.ProdRecordTotal a:hover {
	background-color: #FFFFFF;
	border:1px #0065CA solid;
	color:#0065CA;
}