﻿@charset "utf-8";

/* CSS Document */
body {
	font-size:12px;
	font-family:Arial, Geneva, sans-serif;
	line-height:22px;
	margin:1px 0 0 0;
	padding:0;
	text-align:center;
}

img{
	border:none;
}

td {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:20px;
}

h1,
h2,
h3,
h4,
ul,
dl,
ol,
li,
dd,
dt,
p {
	padding:0;
	margin:0;
	list-style:none;
}
a{ color:#666; text-decoration:none}

img {
	border:none;
}

/*main*/
#container {
	width:980px;
	margin:0 auto;
	text-align:left;
}

.subHead {
	background:#949494;
	height:16px;
}

.leftBox {
	float:left;
	width:755px;
}

.rightBox {
	float:right;
	width:214px;
}

.clearFix {
	clear:both;
}

#foot {
	background:#949494;
	color:#fff;
	text-align:right;
	border-bottom:2px solid #4a4a4a;
	padding-right:6px;
}

/*home*/
.bgs {
	width:980px;
	height:186px;
	position:relative;
	overflow:hidden
}

.menuBg {
	background:#949494;
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
	width:980px;
	height:25px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}

.menus {
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	z-index:100;
	padding-left:1em;
	font-weight:bold;
}

.logo {
	position:absolute;
	right:0px;
	top:50px;
	background:url(../images/logo.jpg) no-repeat;
	width:227px;
	height:57px;
	display:block;
}

.logo h1 {
	text-indent:-9999px;
}

#mainBox {
	border:1px solid #ccc;
	padding:2px;
	margin:3px 0;
	
}

.menus a:link,
.menus a:visited {
	color:#fff;
	text-decoration:none;
	line-height:25px;
	height:25px;
	display:block;
	float:left;
	padding:0 10px;
}

#foot a:link,
#foot a:visited {
	color:#fff;
	text-decoration:none;
}

.menus a:hover,
a.selected,
a.selected:visited {
	color:#949494;
	text-decoration:none;
	background:#fff;
	padding:0 10px;
	height:25px;
	line-height:25px;
}

.descript {
	position:relative;
}

.descripTxt {
	width:210px;
	height:411px;
	position:absolute;
	right:90px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	background:#fff;
	padding:20px;
	word-break:break-word;
	overflow:hidden;
	text-align:justify
}

.titles {
	background:#949494;
	color:#fff;
	font-weight:bold;
	padding-left:6px;
}
.titles a:link,.titles a:visited{color:#fff; text-decoration:none;}
.rightBox dl {
	position:relative;
	height:114px;
	overflow:hidden;
}

.rightBox dd {
	padding-top:3px;
}

.smallTxt {
	font-size:11px;
	line-height:16px;
	padding-left:3px;
	color:#949494;
	font-weight:normal;
	position:absolute;
	right:0;
	top:20px;
	width:112px;
}

.more a:link,.more a:visited {
	color:#efca00;
	text-decoration:none;
}

.margintop5 {
	margin-bottom:12px;
}

.productList,
.sarch {
	margin:2em 0 0 3em;
}

.productList li {
	width:200px;
	height:154px;
	float:left;
	margin-right:3em;
}

.productList li p,
.page {
	text-align:center;
}
