@charset "utf-8";/************************************** 文件名称：common.css* 作   者：界面设计制作部* 创建日期：2009-4-10* 最后修改：name/ 第X行 / yyyy-mm-dd* 文件版本：UI CSS Frameworks Beta* 内容概要: 框架公用样式文件*************************************//*引入jquery-ui的css，目前使用其中的日期控件*//*商品列表弹出图片*/
@import url("index_spcy.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:#f1d69b;
	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;
}
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: #f1d69b;
	text-decoration: none;
}
a:visited {
	color: #ffcdc2;
	text-decoration: none;
}
a:hover {
	color: #f30;
	text-decoration: none;
}
a:active {
	color: #f1d69b;
	text-decoration: none;
}
#footer_sub01 a:link {
	color: #fff;
	text-decoration: none;
}
#footer_sub01 a:visited {
	color: #fff;
	text-decoration: none;
}
#footer_sub01 a:hover {
	color: #fff;
	text-decoration: none;
}
#footer_sub01 a:active {
	color: #fff;
	text-decoration: none;
}/** 图片链接效果 **/
.pic a {
	padding: 0px;
	border: 0px solid #e6e7e7;
	display: inline-block;
}
.pic a:hover {
	border: 1px solid #F60;
	background: #fff4ce;
	display: inline-block;
}/**字体颜色**/
.fontred {
	color: #f00;
}
.fontgray {
	color: #999;
}
.fontblack {
	color: #000;
}/**输入框颜色样式**/
.input-gray {
	color: #999;
}
.input-black {
	color: #000;
}
.inputsou{ background:url(../images/tmh/souans.jpg) no-repeat left top; width:98px; height:36px; line-height:36px; font-weight:bold; text-align:center; color:#fff; cursor:pointer;}
.inputsou:hover {background:url(../images/tmh/souanx.jpg) no-repeat left top;}
.inputsou1{ width:234px; height:30px; line-height:30px; padding-left:2px; background:url(../images/tmh/soubg.jpg) repeat-x left top; margin-top:2px; color:#666;}
/*浮动*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatNone {
	float: none;
}/* 清除浮动 */
.clearBoth {
	clear: both;/*控制分类后，各行高度不一样对不齐问题*/
	width: 100%;
	height: 1px;
	font-size: 0;
	overflow: hidden;/*控制分类后，各行高度不一样对不齐问题*/
	line-height: 0;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: Right;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {/*content: ".";  兼容ie8 */
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* 页面宽度 */
.pageWidth{
	height: auto;
	margin: 0 auto;
	width: 1250px;
}
/** 输入框 **/
.input {
	border: 1px solid #ddddde;
	height: 18px;
	line-height: 18px;
	padding: 0 2px;
}/** 输入框 宽度 **/
.input-width {
	width: 200px;
}/** 输入框 鼠标滑过 **/
.input-up {
	border: 1px solid #06c;
}
.feiye{ clear:both; }
