@charset "utf-8";/************************************** 文件名称：common.css* 作   者：界面设计制作部* 创建日期：2009-4-10* 最后修改：name/ 第X行 / yyyy-mm-dd* 文件版本：UI CSS Frameworks Beta* 内容概要: 框架公用样式文件*************************************//*引入jquery-ui的css，目前使用其中的日期控件*//*商品列表弹出图片*/
/*@import url("style.css");*/
/*@import url("pages_spcy.css");*/
body {
	background:#fff;
	/*background-attachment:fixed;
	background-image:url(../images/indexbg.jpg);
	background-position:center top;
	background-repeat:repeat-x;*/
	color:#303336;
	font-family:Microsoft YaHei, "微软雅黑", Ariel, 微軟正黑體, Verdana;
	font-size:12px;
	margin:0 auto;
	padding:0;
	text-align:left;
}/* 重置 */
div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin: 0;
	padding: 0;
	border:0;
}

em, i, dfn{
	font-style: normal;
}
p, li, div {/* add */
	line-height: 24px;
}/* 标题样式 */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}/* 列表样式 */
ul, ol, li, dl, dt, dd {
	list-style: none;
}/* 图片样式 */
img, a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}/* 链接样式 */
a:link {
	color: #4f4f4f;
	text-decoration: none;
}
a:visited {
	color: #4f4f4f;
	text-decoration: none;
}
a:hover {
	color: #e60013;
	text-decoration: none;
}
a:active {
	color: #4f4f4f;
	text-decoration: none;
