@charset "utf-8";
/* CSS Document */
/**CCE 详细页内容定义**/
/**建立日期：2008-11-10**/


.table_2{ width:97%;} /*为了商品详细页内的表格*/

/*布局*/
.left {
	float:left;
	width:710px;
	height:auto;
}
.right {
	height:auto;
}
.grid_2 {
	margin-bottom:10px;
	height:1%;
}






/**/
/*标题*/
.h1 {
	font-size:24px;
	color:#000;
	line-height:160%;
	padding:10px;
	margin:10px;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
}
/*作者*/
.author {
	font-size:12px;
	text-align:center;
	color:#666;
	height:25px;
	line-height:25px;
	padding:0 0 10px 0;
	border-bottom:1px solid #DDD;
	margin:0 0 10px 0;
}
.author strong {
	padding:0 15px;
	font-weight:bold;
	color:#333;
}

/*内容*/
#content {
	text-align:left;
	clear:both;
}
#content {
	font-size:14px;
	margin:20px;
	color:#333333;
	line-height:200%;
}
#content p {
	margin-bottom:20px;
}
#content strong {
	border-bottom:1px solid #F00;
	margin:0 5px;
}
#content a {
	color:#0000FF;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content h1 {
	font-size:24px;
	font-weight: normal;
	padding:0px;
	margin:10px 0px;
}
#content h2 {
	font-size:22px;
	font-weight: normal;
	line-height:200%;
}
#content h3 {
	font-size:18px;
	font-weight: normal;
	line-height:200%;
}
#content h4 {
	font-size:16px;
	font-weight: normal;
	line-height:200%;
}
#content h5 {
	font-size:14px;
	line-height:200%;
}
#content h6 {
	font-size:12px;
	line-height:200%;
}
/*工具*/
#tool {
	font-size:12px;
	line-height:20px;
	border-top:1px solid #DDD;
	height:20px;
	margin:10px 0;
	padding:10px 0 0 10px;
	overflow: hidden;
}
#tool ul {
	float:left;
}
#tool ul li {
	float:left;
	width:90px;
}
#tool .commentary, #tool .print, #tool .copy, #tool .email, #tool .close, #tool .rss_2, #tool .t_1, #tool .t_2, #tool .t_3 {
	background-image: url(tool.gif);
	background-repeat: no-repeat;
	background-position: left -20px;
	height:20px;
	padding:0 0 0 25px;
	display:block;
	margin:0 10px 0 0;
	color:#333;
}
#tool .print {
	background-position: left -40px;
}
#tool .copy {
	background-position: left -80px;
}
#tool .email {
	background-position: left -100px;
}
#tool .close {
	background-position: left -60px;
}
#tool .rss_2 {
	background-position: left -120px;
}
#tool .t_1 {
	background-position: left -140px;
}
#tool .t_2 {
	background-position: left -160px;
}
#tool .t_3 {
	background-position: left -180px;
}




/*上一篇下一篇*/
#updown {
	border-top:#DDD 1px solid;
	padding:10px;
	text-align:left;
	line-height:200%;
}
#updown a {font-size:90%;
}
#updown a:hover {
	text-decoration: underline;
}

#updown strong{font-size:105%;}

