/* CSS Document */

/* 子页面右侧包含框 */
#pages_main {
	width:788px;
	padding-bottom:10px;
	float:right;
	border:solid 1px #CCCCCC;
	display:inline;	/*兼容IE6及以下版本BUG，清除浮动一侧垂直双外边距*/
}

#pages_main  li.time2 {
	position:relative;	
}
#pages_main  li.time2 div.shijian {
	position:absolute;
	top:0;
	right:20px;
	height:22px;
	line-height:22px;
}

#pages_main table {
	border-collapse:collapse;
	width:96%;
}

#pages_main td, #pages_main th {
	padding:5px;
	border:solid 1px #CCCCCC;
}

#pages_main a {
	color:#000000;
}

#pages_main a:hover {
	color:#FF0000;
}

#pages_main #about {
	margin-bottom:8px;
}

/* 中间标题条样式开始*/
#pages_main h2{
	background:url(../images/title_bg.gif) repeat-x;
}

#pages_main a.more {
	background:url(../images/title_bg_right.gif) no-repeat right;
	color:#111;
}

#pages_main h2.aboutus_title span {
	display:inline-block;
	width:198px;
	height:27px;
	background:url(../images/aboutus_title_left.png) no-repeat top left;
}

#pages_main h2.honor_title span {
	display:inline-block;
	width:198px;
	height:27px;
	background:url(../images/honor_title_bg.PNG) no-repeat top left;
}

#pages_main h2.news_title span {
	display:inline-block;
	width:198px;
	height:27px;
	background:url(../images/news_title_pages_bg.PNG) no-repeat top left;
}

#pages_main h2.jishu_title span {
	display:inline-block;
	width:198px;
	height:27px;
	background:url(../images/jishu_title_bg.PNG) no-repeat top left;
}


#pages_main h2.contact_title span {
	display:inline-block;
	width:198px;
	height:27px;
	background:url(../images/contact_title_pages_bg.PNG) no-repeat top left;
}

#pages_main h2.pro_title span {
	display:inline-block;
	width:198px;
	height:27px;
	background:url(../images/pro_title_bg.png) no-repeat top left;
}


#pages_main h2.orders_menu span {
	display:inline-block;
	width:198px;
	height:27px;
	background:url(../images/orders_title_bg.PNG) no-repeat top left;
}

/* 中间标题条样式结束 */

.show_pages {
	clear:both;
	height:22px;
	line-height:22px;
	text-align:right;
	margin-top:20px;
	padding:0 20px 0 0;
}

/*product_view页面样式*/
h1.pages_center {
	height:1.2em;
	line-height:1.2em;
	font-size:1.2em;
	font-weight:bold;
	margin-top:12px;
}

h1.pages_center, div.pages_center {
	text-align:center;
}

div.pages_main{
	margin:0;
	padding:8px 12px 8px 12px;
	text-align:left;
}

div.pages_main p {
			margin: 0 0 1.5em; 
			padding:0;
			text-indent:0;
}

div.pages_main div.pro_pic_box img {
	float:left;
	margin:3px 0 3px 10px;
	display:inline;
} 

div.pages_main img.right{
	float:right;
	margin:8px 0 8px 10px;
}

div.contact_now	{
	text-align:right;
	padding-right:30px;
}

/* -------------orders.asp页面表格设置-----------*/

table.border1px {
	width:95%;
	margin:0 auto;
	border-collapse:collapse;
}/* Tables
-------------------------------------------------------------- */

table.border1px      { margin:0 auto 1.4em auto; width:90%; border-collapse:collapse; }
table.border1px th          { font-weight: bold; background: #C3D9FF; }
table.border1px th, table.border1px td  { padding: 4px 10px 4px 5px; }
table.border1px td, table.border1px th { border: solid #CCCCCC 1px;}