﻿body{
	margin:0;
	font-family:宋体;
	font-size:14px;
	color:#666;
	line-height:26px;
	text-align: center;
}
Table {
	FONT-FAMILY:"宋体";
	FONT-SIZE:14px;
	text-decoration: none;
	line-height: 26px;
}

A:link {text-decoration: none;color: #666;}
A:visited {text-decoration: none;color:#666;}
A:hover {text-decoration: none; color:#FA7706;}
/***** 常用基本样式 *******/
/** **/
.percent100_center
{
	width: 100%;
	text-align: center;
	float: none;
	display: table;	
}
.percent90_center
{
	width: 90%;
	text-align: center;
}
.percent100_left
{
	width: 100%;
	height:auto;
	text-align: left;
	display: table;	
}
.percent100_right
{
	width: 100%;
	text-align: right;
}
.percent90_left
{
	width: 90%;
	text-align: left;
}
.percent80_left
{
	width: 80%;
	text-align: left;
}
.div980
{
	width: 980px;
	text-align: center;
	vertical-align: top;
}
.div250
{
	float: left;
	width: 250px;
}
.div730{
	float: left;
	width: 730px;	
}
/** 空行 **/
.nullLine{
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	display: table;
	float:none;
	width:auto;
}
.nullLine3{
	height: 1px;
	font-size: 1px;
	line-height: 3px;
	display: block;
	float: none;
	width:auto;
}
/** 删除线 **/
.delLine{
	text-decoration: line-through;
	color: #999999;
}
/** 虚线 **/
.BrokenLine{
	height:5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	bottom: 15px;
	font-size: 5px;
	line-height: 5px;
}
/** 底部分隔线 **/
.BottomLine{
	background-image: url(images/bottombg.gif);
	background-repeat:repeat-x;
	width:980px;
	height:5px;
	background-position: center;
}
/** 结束float **/
.endFloat{
	float:none;
	height: 0px;
}
/** 输入框 **/
.input{
	background-color:transparent;
	background-image:url(images/mainSearch.Input.BG.jpg);
	border: 1px solid #999;
	font-size: 12px;
	line-height: 18px;
	height: 20px;
}

.price
{
	color: #FF3300;
	font-weight: bold;
}

//在线客服窗口
.serviceOnline{

}
.serviceOnline .body{
	background-image:url(images/serviceOnline.mid.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
}
.serviceOnline .top{
	background-image:url(images/ServiceOnline.Top.jpg);
	height: 33px;
	width: 128px;
	cursor: hand;
}
.serviceOnline .bottom{
	background-image:url(images/ServiceOnline.Bottom.jpg);
	height: 32px;
	width: 128px;
	cursor: hand;
}

/**按钮**/
.button1{
	background-color:transparent;
	background-image: url(images/button.green.gif);
	height:26px;
	visibility: visible;
	color: #000;
	cursor:hand;
	border: 1px solid #090;
	padding_top:20px;
	line-height: 22px;
}
.button2{
	background-color:transparent;
	background-image: url(images/button.gray.gif);
	height:26px;
	visibility: visible;
	color: #000;
	cursor:hand;
	border: 1px solid #999;
	padding_top:20px;
	line-height: 22px;
}
.button3{
	background-color:transparent;
	background-image: url(images/button.cart.gif);
	width:154px;
	height:30px;
	visibility: visible;
	color: #000;
	cursor:hand;
	text-indent: 15px;
	border: 0px solid #CCCCCC;
	padding_top:20px;
	line-height: 22px;
}


/************************************************************/
/* 页码条 */
/*
字色:#565662
背景:#f5f5f5
边框:#ccc

*/
.pager {float:right;margin-right:-3px;font-family:verdana;font-size:12px;padding:5px;height:25px;clear:both;word-break:keep-all}
.pager ul {padding:0;margin:0;list-style-type:none;line-height:1.2em}
.pager li {float:left;margin:0 5px 0 0;color:#f5f5f5}
.pager li.p_total {background:#fff; font-weight:700; color:#565662;border:1px solid #ccc; padding:3px 5px}
.pager li.p_current {background:#f5f5f5; font-weight:700; color:#565662;border:1px solid #ccc; padding:3px 5px}
.pager li.p_nolink {background:#fff; color:#ffc; border:1px solid #ccc; padding:3px 5px}
.pager li a:link, .pager li a:visited {float:left; color:#565662;background:#fff;border:1px solid #ccc;padding:3px 5px;text-decoration:none !important}
.pager li a:hover, .pager li a:active {background:#eee; color:#565662; border-color:#C4D8ED}
.pager li input {float:left;font-family:verdana;font-size:12px;border:1px solid #ccc;color:#565662;width:3em;height:22px;padding:2px 0;text-align:center}
.pager li input.p_button {float:left;font-family:verdana;font-size:12px;background:#f5f5f5;border:1px solid #ccc;color:#565662;width:3em;height:22px;padding:2px 0;text-align:center}

