@charset "gb2312";
/* CSS Document */
body {										/* 页面整体样式 */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background:#FFFFFF;
}
.word {										/* 页面常规文字样式 */
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.bword {									/* 页面常规文字加粗样式 */
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
}
.menutitle {								/* 新闻标题文字样式 */
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: bolder;
}
.youhuijia {								/* 优惠价文字样式 */
	font-size: 12px;
	line-height: 20px;
	color: #FF0000;
	font-weight: bold;
}
.shichangjia {								/* 市场价文字样式 */
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
	text-decoration: line-through;
}
.foot {										/* 底部版权文字样式 */
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.link:link {								/* 连接文字样式 */
	color: #333333;
	text-decoration:none;
	font-size: 12px;
	line-height: 20px;
}
.link:visited {
	color: #666666;
	text-decoration:none;
	font-size: 12px;
	line-height: 20px;
}
.link:hover {
	color: #666666;
	text-decoration:underline;
	font-size: 12px;
	line-height: 20px;
}
.link:active {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}