/* CSS Document design:johnny_chen,QQ:40623660 */
*{margin:0;padding:0;border:0;}
body{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 780px;
	margin:0 auto;
}
/*top*/
#top{
	float:left;
	background-image: url(../images/top1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	width: 100%;
	padding-top: 15px;
	margin: 0px;
}
#top #logo{ 
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 90px;
	/*width: 380px;*/
	padding-left:96px;
}

#top #login{width: 310px; height:90px;float:right;}

#top #menu{ clear:both;
	background-color: #CC0000;
	height: 25px;
	width: 100%;
	text-align: left;
}
#top #menu dl{margin:0px;}
#top #menu dd{
	float:left;
	margin-left:18px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
	width: auto;
}
#top #menu a{color: #FFFFFF;}
#top #menu a:link,a:visited{text-decoration: none;}
#top #menu a:hover{	text-decoration: underline;}
/*main*/
#main{/*自适应高度，背景，高度不要定义。*/
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/navBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFF7D8;
}
/*main left*/
#main #left{
	float:left;
	background-image: url(../images/menuBg.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height: 600px;
	width: 190px;
	margin: 0px;
}

/*leftMenu*/
/************************************************************************/
/*CSS Code for Menu Begin:*/
/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
margin: 0px;
border: 0px none;
padding: 0px;
width: 160px; /*For KHTML*/
list-style: none;

}
ul#navmenu li {
display: block !important; /*For GOOD browsers*/
display: inline; /*For IE*/
position: relative;
}
/* Root Menu */
ul#navmenu a {
/*border: 1px solid #FFFFCC;
border-right-color: #B6EA93;
border-bottom-color: #B6EA93;*/
padding: 0px 5px;
display: block;
/*background-color: #FFCC00;*/
color: #666;
font: bold 11px/22px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
height: auto !important;
height: auto; /*For IE*/
}
/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a{
	background: #B6EA93;
	color: #CC0000;
border: 1px solid #B6EA93;
border-right-color: #FFFFCC;
border-bottom-color: #FFFFCC;
}
/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
background: #FFFFCC;
color: #666;
}
/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #B6EA93;
	color: #CC0000;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
display: none;
position: absolute;
top: 0;
left: 160px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
display: none;
}
ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
display: block;
}
ul#navmenu li.iehover ul {
filter:alpha(opacity=85); /* IE */
-moz-opacity:0.85; /* Moz + FF */
opacity: 0.85; /* 支持CSS3的浏览器（FF 1.5也支持）*/
}
/********************************************************************/
/*main right*/
#main #right{
	float:left;
	width:590px;
	background-color: #FFF7D8;	/*margin-left: 190px;*/
}
#main #right #right1{
	width:590px;
	height:211px;
	background-image: url(../images/rightBg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#main #right #right2{
	width:590px;
	height:212px;
	background-image: url(../images/rightBg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#main #right #right3{
	width:590px;
	height:177px;
	background-image: url(../images/rightBg3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#welcome{
	color: #FF6600;
	width: 311px;
	height: 77px;
	z-index: 99;
	margin-top: 160px;
	margin-left: 170px;
	position: absolute;
}
#main #right #products{
	width: 590px;
}

#main #right #products dl,#search dl{
	margin-bottom: 10px;
}
#main #right #products dt,#search dt{
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	padding-left: 20px;
}
#main #right #products dd,#search dd{
	color: #333333;
	float: left;
	height: 165px;
	width: 150px;
	margin-left: 20px;
	border: 1px solid #A0E474;
	margin-top: 10px;
	overflow: hidden;
}

.product_normalbackground {
	BACKGROUND-COLOR: #FFF7D8;
	border: 1px solid #999999;
}
.product_Specialbackground {
	BACKGROUND-COLOR: #ADE886;
	border: 1px solid #80DB42;
}
.buySubmit{
	line-height: 23px;
	float: right;
	height: 23px;
	width: 500px;
	margin-right: 10px;
}
.itemno{
	font-size: 11px;
	color: #CC0000;
}
#productsShow{/*hotitem css*/
	background-color: #999999;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}/*hotitem css end*/
.h4{
	font-size: 14px;
	color: #993300;
	line-height: 50px;
}
.showinfo{
	line-height: 1.5em;
	color: #666666;
	padding: 5px;
	height:260px;
}
#pageId{
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
	height: 20px;
	line-height:20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#pageId a,a:link,a:visited{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#pageId a:hover{
	color: #CC0000;
	text-decoration: none;
}
#pageId span{
	border: 1px solid #FF99CC;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}
#about,#contact,#hotitem,#help,#Search,#order, p{
	margin-left: 5px;
	line-height: 2em;
}
#contact ul{list-style-type: none;}
.dd{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

.dl{
	border: 1px solid #FACBED;
	margin: 10px;
}
.dl1{
	border: 1px solid #AAE99A;
	margin: 10px;
}
.dl2{
	border: 1px solid #FFBE93;
	margin: 10px;
}
.dt{
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	padding-left: 20px;
	background-color: #FACBED;
}
.dt1{
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	padding-left: 20px;
	background-color: #AAE99A;
}
.dt2{
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	padding-left: 20px;
	background-color: #FFBE93;
}
#help dd {
	display: block;
	margin-left: 10px;
	line-height: 20px;
	margin-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFBE93;
}

#help dd a{ 
	line-height: 20px;
	
}
#Search form label,.dt{
	line-height: 25px;
	text-align: left;
	height: 25px;
	padding-left: 10px;
	font-weight: bold;
	background-color: #FACBED;
	display: block;
}
#Search .input{
	border: 1px solid #FFBE93;
	line-height: 25px;
	height: 25px;
	color: #009900;
	font-size: 16px;
}

#Search .select{
	border: 1px solid #FFBE93;
	width: 170px;
}
#Order_from ol{
	list-style-type: none;
}
#Order_from label{
	width:300px;
	display: block;
	font-size: 1.1em;
	text-align: right;
	margin-bottom: 5px;
}
#Order_from textarea,#Order_from input{
	background-color: #FFFFCC;
	width: 200px;
	border: 1px solid #FFCCFF;
}
#Order_from .submit{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	padding: 5px;
	width: 80px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #808080;
	border-bottom-color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 200px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 5px;
}
/*buttom*/
#buttom{
	clear:both;
	height: 20px;
	width: 100%;
	text-align: center;
	margin: 0px;
}
#buttom dl{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#buttom dl dd{
	line-height: 20px;
	text-align: center;
	display: block;
	float: left;
	height: 20px;
	width: auto;
	margin-left: 5px;
	font-size: 10px;
}
#buttom dl dd a{
	color: #666666;
	text-decoration: none;
}
/*对联广告*/
#lovexin12,#lovexin14{
	width:150px;
	height:204px;

}