td {
	font-family: "宋体";
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	line-height: 120%;
}
a {
	font-family: "宋体";
	font-size: 9pt;
	text-decoration: none;
	color: #333333;
	line-height: 120%;
}
a:hover {
	font-family: "宋体";
	font-size: 9pt;
	color: #FF9900;
	text-decoration: none;
}
.TextFont12 {
	font-family: "宋体";
	font-size: 12pt;
	color: #333333;
	text-decoration: none;
}
.Input {
	font-family: "宋体";
	font-size: 9pt;
	text-decoration: none;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;

}
.p10 {
	font-family: "宋体";
	font-size: 10pt;
	line-height: 180%;
	text-decoration: none;
}
.p9 {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 15pt;
	text-decoration: none;
}
.ProFont {
	font-family: "Verdana", "Arial", "宋体";
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.TextFontGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	text-decoration: none;
	line-height: 100%;

}
.relative{position: relative;}
.SaleFont9 {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 160%;
	color: #CA815E;
}
.p10:hover {
	font-family: "宋体";
	font-size: 10pt;
	color: #FF9900;
	text-decoration: none;
}
.dashed {
	border: 1px dashed #999999;
}
div#MainPromotionBanner{
	width:200px;
	height:150px;
	background:#ffffff;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 150px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 200px;
	height: 150px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 200px;
	height: 150px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 125px; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #74a8ed;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: url(../images/slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(../images/slide_trigger_c.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}