@charset "utf-8";

.body
{
    /*整个页面*/
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-image: url(images/index2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #999999;
}

a:link,
a:visited {		/*页面超链接*/
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color:#333333;
}

.container
{
    /*页面容器*/
    width: 1000px;
    height: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    top: 0px;
}

.menu {			/*菜单区*/
	/*float: left;*/
	margin-top: 110px;
	margin-left: 278px;
	height: 105px;
}

.menu1 {        /*大字菜单*/
	font-size: 14px;
	line-height: 25px;
}
.menu2 {        /*小字菜单*/
	font-size: 10px;
	padding-left: 20px;
	line-height: 15px;
}
.menu3 {        /*中文小字菜单*/
	font-size: 12px;
	padding-left: 20px;
	line-height: 15px;
}

.content {		/*内容部分*/
	padding-left: 300px;
	padding-top: 5px;
	padding-right: 30px;
}

.lbTitle
{
    border-style: dotted;
    border-width: 1px;
    padding: 15px;
    font-size: 14px;
    background-color: #EFEFEF;
    margin-right: 5px;
    margin-bottom: 5px;
}

.lbContent {
	line-height: 23px;
}

.adminbox
{
    border-style: dotted;
    border-width: 1px;
    padding: 15px;
    font-size: 12px;
    background-color: #EFEFEF;
    margin-right: 5px;
    margin-bottom: 5px;
}

.prodiv {		/*产品分类DIV*/
	float:left;
	margin: 30px;
	text-align: center;
}

.prophoto {		/*产品分类图片*/
	width: 140px;
	border: 5px double #efa8a8;
	padding: 5px;
}

.textlist
{
    font-size: 14px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    padding: 5px;
    vertical-align: middle;
}

.textlistdel
{
    font-size: 14px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    padding: 5px;
    vertical-align: middle;
    color: #FF0000;
    border-bottom-color: #000000;
    text-decoration: line-through;
}

.pagenum
{
    margin: 10px;
    text-align: right;
}

.footer
{
    font-size: 12px;
    text-align: center;
    clear: both;
}   
