/*通用栏目*/
body {
	font-size: 12px;
	font-family: Verdana, Arial
	background-color: white;
	margin: 0px;
	padding: 0px;
}
table {
	font-family:  Verdana, Arial
	color: #000000;
	font-size: 12px;
}

a:link,
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color:#F60;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
textarea { 
	font-size: 12px;  
	font-family: Verdana,Tahoma, Arial; 
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
select { 
	font-size: 12px;  
	font-family: Verdana,Tahoma, Arial; 
	color: #000000; 
	background-color: #FFFFFF;
}

/*新品上架*/
#NewOfferTable
{	border:0;
	text-align: center;
	width: 95%;
}
/*每一个新品表格*/
.NewOfferTable
{
}
/*新品名称等对齐方式*/
.NewOfferLeft
{
}
.NewOfferRight
{
}
.NewOfferPic
{
	height: 102px;
	width: 130px;
}
/*产品展示*/
#ProductsListTable
{	border:0;
	text-align: center;
	width: 95%;
}
.ProductsPic
{
	height: 102px;
	width: 130px;
}
/*产品详细页*/
.ProductsTitle
{ 	word-break: break-all; 
	line-height:1.8em;
	font-size: 14px;
	text-align: center;
}
.BigPic
{
	width: 500px;
	/*width:expression(width>500?"500px":width); */
}