body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-repeat:repeat-x;
	background-color: #E1E5E7;
	background-image: url(../images/bg.jpg);
	background-position: center top;
}
body,td,th,div,ul,li{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif,'宋体';
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}
input,select,textarea{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif,'宋体';
	color:#000000;
	font-size:12px;
	padding:0px;
	margin:0px;
}
div,ul,li{
	margin:0px;
	padding:0px;
	text-align: left;
}
ul,li{
	list-style:none;
}
form,img{
	border:0;
	margin:0;
}
a{
	font-size:12px;
	text-decoration: none;
	outline:none;
}
a:link, a:visited{
	color: #333333;
	blr:expression(this.onFocus=this.blur())
}
a:hover{
	color: #005A7D;
	blr:expression(this.onFocus=this.blur())
}

.left{ float:left;}
.right{ float:right;}
.clear{ clear:both; height:0px; overflow:hidden; padding:0px; margin:0px; border:0px;}

.products-name {
	margin:auto;
	width: 145px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*.tb div{ padding:10px;}*/
.mypngimg { 
azimuth: expression( 
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", 
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", 
this.src = "/tpl/2012/p/www.pnlcn.com/zh-CN/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), 
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", 
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true); 
} 