/*
Template Name: Vancl MOD
Template URI: http://www.ecshop.com/
Description: vancl demo
Version: 2.6.1
Author: GUI：Shieh
Author URI: Shieh
Logo filename: logo.gif
*/

/*  ==================== 全局通用部分 ====================  */

* { margin: 0; padding: 0; }
img { border: none; }
img,input,select { vertical-align: middle; }
body,td,th { font-size: 12px; }
body { text-align: center; color: #444; }
/*  == 清除浮动 ==  */
.clear { clear: both; display: block; }
a { color: #444; text-decoration: none; }
a:hover { color: #900; text-decoration: underline; }
.textleft { text-align:left; }
.textright { text-align:right; }
.banner { margin:10px 0 0 0; }

/*  ==================== 页面头部样式 ====================  */

#head {
	width: 1000px; height: 60px;
	margin: 0 auto; padding: 10px 0 0 0; 
}
	/*  == Logo样式 ==  */
	#head .logo { float: left; }
	/*  == 400广告样式 ==  */
	#head .call400 { float: right; }
	/*  == 顶部链接样式 ==  */
	#head .toplink {
		height: 40px; width: 480px;
		float: right;
		margin:22px 0 0 0; padding: 0px 0 0 0;
		border-right: 0px #000 dashed;
	}
	#head .toplink li {
		line-height: 20px;
		list-style: none;
		float: right;
		text-align: left; text-indent: 9px;
		margin: 0 10px 0 0;
		background: url("images/arrowRed.jpg") 0 4px no-repeat;
		width: 70px;
	}

/*  ==================== 头部菜单样式 ====================  */
#menu {
	height: 32px; width: 1000px;
	margin: 0 auto;
	background: #393939;
}
	/*  == 主菜单样式 ==  */
	#menu ul li {
		list-style: none;
		float: left;
		height: 32px; width: 80px;
		line-height: 32px; text-align: center;
		border-right: 2px #fff solid;
	}
	#menu ul li a {
		color: #fff; text-decoration: none;
		display: block;
		background: #393939;
	}
	#menu ul li a:hover { background: #993300; }
	/*  == 当前菜单样式 ==  */
	#menu ul li.selectedpage a {
		color: #fff; text-decoration: none;
		display: block;
		background: #900;
	}
	/*  == 购物车栏目样式 ==  */
	#menu .cartlist {
		float: right;
		height: 32px; width: 262px;
		background: url("images/gwc.jpg") no-repeat;
		padding:0px;
		text-align: center; line-height: 32px;
	}
	#menu .cartlist a { color: #888; text-decoration: none; }

/*  ==================== 底部帮助样式 ====================  */
#help {
	background: #F7F7F7;
	border-top: 1px #ccc solid; border-bottom: 1px #888 solid;
	width:900px;
	padding: 10px 50px; margin: 20px auto 0 auto;
}
#help a { color: #444; text-decoration: none; }
#help a:hover { color: #c00; text-decoration: none; }
#help .help {
	float: left;
	width: 150px;
}
#help .help b {
	width: 150px;
	display: block;
	line-height: 25px; text-align: left; text-indent: 20px;
	background: url("images/redlink.gif") 10px 8px no-repeat;
}
#help .help p {
	width: 150px;
	text-indent: 20px; line-height: 18px; text-align: left;
}

/*  ==================== 页面底部 ====================  */
#foot {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#foot .pic { padding: 20px 0 10px 0; }
#foot span {
	line-height: 25px; height: 25px;
	border-right: 1px #888 dashed;
	width: 80px;
	padding: 0 10px;
}
#foot p {
	width: 1000px;
	text-align: center;
	padding: 10px 0;
	clear: both;
}

/*  ==================== 全局主内容框架 ====================  */
.wrap {
	width: 1000px;
	margin: 0 auto;
}
	/*  == 全屏框架 ==  */
	.wrap .wrap_center {
		width: 1000px;
	}
	/*  == 顶部框架 ==  */
	.wrap .wrap_top {
		width: 1000px;
	}
	/*  == 左浮动框架 ==  */
	.wrap .wrap_left {
		float: left;	
		width: 189px;
	}
	/*  == 右浮动框架 ==  */
	.wrap .wrap_right {
		float: right;	
		width: 225px;
	}
	/*  == 中间框架 ==  */
	.wrap .wrap_middle {
		float: left;
		margin: 0 0 0 20px;
		width: 546px;
	}
	/*  == 主内容框架 ==  */
	.wrap .wrap_main {
		background:url("images/bg_accountmain.png") -781px 0;
		float:right;
		width:781px;
		margin:10px 5px 0 0;
		text-align:left;
	}
	
/*  ==================== 路径及会员登录栏目 ====================  */
.wrap .wrap_top #userhere {
	background: url("images/bg_position.png") repeat-x;
	height: 25px; width: 998px;
	border: 1px #ccc solid;
	margin: 10px 0 0 0;
}
.wrap .wrap_top #userhere .here {
	background: url("images/ico_position.png") 25px 5px no-repeat;
	height: 25px;
	float: left;
	line-height: 25px; text-indent: 50px;
}
.wrap .wrap_top #userhere .user {
	float: right;
	margin: 0 25px 0 0;
	line-height: 25px;
	height: 25px;
}

/*  ==================== 侧边搜索 ====================  */
.wrap .wrap_left #globalSearch {
	border: 1px solid #CCC;
	margin: 10px 0 0 0; padding: 0 0 0 1px;
	height: 26px;
}
.wrap .wrap_left #globalSearch #category { display: none; }
.wrap .wrap_left #globalSearch input { margin: 2px; }
.wrap .wrap_left #globalSearch .search {
	border: 1px #000 solid;
	color: #000; line-height: 20px;
	width: 120px; height: 20px; 
	float: left;
}
.wrap .wrap_left #globalSearch .search_btn {
	background: url("images/searchbtn.gif");
	width: 49px; height: 22px;
	border: none; 
}

/*  ==================== 产品分类栏目 ====================  */
.wrap .wrap_left .product_tree {
	margin: 10px 0 0 0;
	text-align: center;
	background: url("images/bg_sidemdl2.png") -189px 0 repeat-y;
}
.wrap .wrap_left .product_tree h2 {
	background: url("images/bg_sidemdl2.png") no-repeat;
	height: 26px; width: 189px;
	color: #fff; text-indent: 20px; text-align: left; font-size: 12px; line-height: 26px;
}
.wrap .wrap_left .product_tree dl {
	width: 165px;
	margin: 0 12px;
	text-align: center;
}
.wrap .wrap_left .product_tree dt {
	width: 165px;
	text-align: left; text-indent: 20px; line-height: 25px; font-weight: bold;
	border-top: 1px #ccc dotted;
}
.wrap .wrap_left .product_tree dd {
	text-align: left; text-indent: 40px; line-height: 25px;
	width: 165px;
}
.wrap .wrap_left .product_tree_bottom {
	height: 11px; width: 189px;
	background: url("images/bg_sidemdl2.png") -378px -15px no-repeat;
}

/*  ==================== 销售排行栏目(左) ====================  */
.wrap .wrap_left .top10 {
	margin: 10px 0 0 0;
	width: 189px; text-align: center;
	background: url("images/bg_sidemdl2.png") -189px 0 repeat-y;
}
.wrap .wrap_left .top10 h2 {
	line-height: 26px; text-align: left; color: #fff; font-size: 12px; text-indent: 20px;
	width: 189px; height: 26px;
	background: url("images/bg_sidemdl2.png") no-repeat;	
}
.wrap .wrap_left .top10 p {
	line-height: 26px; text-align: left; font-size: 12px; text-indent: 40px;
	width: 165px; height: 26px;
	border-bottom: 1px #ccc dotted;
	margin: 0 12px;
}
.wrap .wrap_left .top10 p a {
	line-height: 26px; text-align: left; color: #444; font-size: 12px;
	width: 165px; height: 26px;
	display: block;
}
.wrap .wrap_left .top10 p a:hover { 
	font-weight: bold; color: #900; text-indent: 20px;
	background: #f8f8f8;
}
.wrap .wrap_left .top10_bottom {
	height: 11px; width: 189px;
	background: url("images/bg_sidemdl2.png") -378px -15px no-repeat;	
}

/*  ==================== 文章树栏目(左) ====================  */
.wrap .wrap_left .article_tree {
	margin: 10px 0 0 0;
	text-align: center;
	background: url("images/bg_sidemdl2.png") -189px 0 repeat-y;
}
.wrap .wrap_left .article_tree h2 {
	background: url("images/bg_sidemdl2.png") no-repeat;
	height: 26px; width: 189px;
	color: #fff; text-indent: 20px; text-align: left; font-size: 12px; line-height: 26px;
}
.wrap .wrap_left .article_tree ul {
	width: 165px;
	margin: 0 12px;
	text-align: center;
	list-style:none;
}
.wrap .wrap_left .article_tree li {
	width: 165px;
	text-align: left; text-indent: 20px; line-height: 25px; font-weight: bold;
	border-top: 1px #ccc dotted;
}
.wrap .wrap_left .article_tree_bottom {
	height: 11px; width: 189px;
	background: url("images/bg_sidemdl2.png") -378px -15px no-repeat;
}

/*  ==================== 历史记录栏目(左) ====================  */
.wrap .wrap_left .history {
	margin: 10px 0 0 0;
	text-align: center;
	background: url("images/bg_sidemdl2.png") -189px 0 repeat-y;
}
.wrap .wrap_left .history h2 {
	background: url("images/bg_sidemdl2.png") no-repeat;
	height: 26px; width: 189px;
	color: #fff; text-indent: 20px; text-align: left; font-size: 12px; line-height: 26px;
}
.wrap .wrap_left .history ul {
	width: 165px;
	margin: 0 12px;
	text-align: center;
	list-style:none;
}
.wrap .wrap_left .history li {
	width: 165px;
	text-align: left; text-indent: 20px; line-height: 25px; font-weight: bold;
	border-top: 1px #ccc dotted;
}
.wrap .wrap_left .history_bottom {
	height: 11px; width: 189px;
	background: url("images/bg_sidemdl2.png") -378px -15px no-repeat;
}

/*  ==================== 价格范围栏目(左) ====================  */
.wrap .wrap_left .price_grade {
	margin: 10px 0 0 0;
	text-align: center;
	background: url("images/bg_sidemdl2.png") -189px 0 repeat-y;
}
.wrap .wrap_left .price_grade h2 {
	background: url("images/bg_sidemdl2.png") no-repeat;
	height: 26px; width: 189px;
	color: #fff; text-indent: 20px; text-align: left; font-size: 12px; line-height: 26px;
}
.wrap .wrap_left .price_grade ul {
	width: 165px;
	margin: 0 12px;
	text-align: center;
	list-style:none;
}
.wrap .wrap_left .price_grade li {
	width: 165px;
	text-align: left; text-indent: 10px; line-height: 25px;
	border-top: 1px #ccc dotted;
}
.wrap .wrap_left .price_grade_bottom {
	height: 11px; width: 189px;
	background: url("images/bg_sidemdl2.png") -378px -15px no-repeat;
}

/*  ==================== 商品属性栏目(左) ====================  */
.wrap .wrap_left .filter_attr {
	margin: 10px 0 0 0;
	text-align: center;
	background: url("images/bg_sidemdl2.png") -189px 0 repeat-y;
}
.wrap .wrap_left .filter_attr h2 {
	background: url("images/bg_sidemdl2.png") no-repeat;
	height: 26px; width: 189px;
	color: #fff; text-indent: 20px; text-align: left; font-size: 12px; line-height: 26px;
}
.wrap .wrap_left .filter_attr ul {
	width: 165px;
	margin: 0 12px;
	text-align: center;
	list-style:none;
}
.wrap .wrap_left .filter_attr li {
	width: 165px;
	text-align: left; text-indent: 10px; line-height: 25px;
	border-top: 1px #ccc dotted;
}
.wrap .wrap_left .filter_attr_bottom {
	height: 11px; width: 189px;
	background: url("images/bg_sidemdl2.png") -378px -15px no-repeat;
}

/*  ==================== 促销信息栏目(左) ====================  */
.wrap .wrap_left .promotion_info {
	margin: 10px 0 0 0;
	width: 189px; text-align: center;
	background: url("images/bg_sidemdl2.png") -189px 0 repeat-y;
}
.wrap .wrap_left .promotion_info h2 {
	line-height: 26px; text-align: left; color: #fff; font-size: 12px; text-indent: 20px;
	width: 189px; height: 26px;
	background: url("images/bg_sidemdl2.png") no-repeat;	
}
.wrap .wrap_left .promotion_info p {
	line-height: 26px; text-align: left; font-size: 12px; text-indent: 5px;
	width: 165px; height: 26px;
	border-bottom: 1px #ccc dotted;
	margin: 0 12px;
}
.wrap .wrap_left .promotion_info p a:hover { font-weight: bold; color: #900; }
.wrap .wrap_left .promotion_info a.snatch { color: #d60000; font-weight: bold; }
.wrap .wrap_left .promotion_info a.group { color: #0054ff; font-weight: bold; }
.wrap .wrap_left .promotion_info a.auction { color: #ff8400; font-weight: bold; }
.wrap .wrap_left .promotion_info a.favourable { color: #039f3a; font-weight: bold; }
.wrap .wrap_left .promotion_info_bottom {
	height: 11px; width: 189px;
	background: url("images/bg_sidemdl2.png") -378px -15px no-repeat;	
}

/*  ==================== 促销商品栏目(左) ====================  */
.wrap .wrap_left .promotion {
	margin: 10px 0 0 0;
	width: 189px; text-align: center;
	background: url("images/bg_sidemdl2.png") -189px 0 repeat-y;
}
.wrap .wrap_left .promotion h2 {
	line-height: 26px; text-align: left; color: #fff; font-size: 12px; text-indent: 20px;
	width: 189px; height: 26px;
	background: url("images/bg_sidemdl2.png") no-repeat;	
}
.wrap .wrap_left .promotion h2 span {
	float:right;
	margin: 0 10px 0 0 ; *margin: -25px 10px 0 0;		/*万恶的IE6*/
}
.wrap .wrap_left .promotion .promotion_list {
	border-bottom: 1px #ccc dotted;
}
.wrap .wrap_left .promotion h2 span a { color:#fff; font-weight:blod; }
.wrap .wrap_left .promotion p {
	line-height: 26px; text-align: center; font-size: 12px;
	width: 165px;
	margin: 0 12px;
}
.wrap .wrap_left .promotion p i {
	text-decoration: line-through;
	font-style: normal;
}
.wrap .wrap_left .promotion p a:hover { font-weight: bold; color: #900; }
.wrap .wrap_left .promotion_bottom {
	height: 11px; width: 189px;
	background: url("images/bg_sidemdl2.png") -378px -15px no-repeat;	
}

/*  ==================== 文章相关商品栏目(左) ====================  */
.wrap .wrap_left .related {
	margin: 10px 0 0 0;
	width: 189px; text-align: center;
	background: url("images/bg_sidemdl2.png") -189px 0 repeat-y;
}
.wrap .wrap_left .related h2 {
	line-height: 26px; text-align: left; color: #fff; font-size: 12px; text-indent: 20px;
	width: 189px; height: 26px;
	background: url("images/bg_sidemdl2.png") no-repeat;	
}
.wrap .wrap_left .related h2 span {
	float:right;
	margin: 0 10px 0 0 ; *margin: -25px 10px 0 0;		/*万恶的IE6*/
}
.wrap .wrap_left .related .related_list {
	border-bottom: 1px #ccc dotted;
}
.wrap .wrap_left .related h2 span a { color:#fff; font-weight:blod; }
.wrap .wrap_left .related p {
	line-height: 26px; text-align: center; font-size: 12px;
	width: 165px;
	margin: 0 12px;
}
.wrap .wrap_left .related p i {
	text-decoration: line-through;
	font-style: normal;
}
.wrap .wrap_left .related p a:hover { font-weight: bold; color: #900; }
.wrap .wrap_left .related_bottom {
	height: 11px; width: 189px;
	background: url("images/bg_sidemdl2.png") -378px -15px no-repeat;	
}

/*  ==================== 在线调查栏目(左) ====================  */
.wrap .wrap_left .vote {
	margin: 10px 0 0 0;
	width: 189px; text-align: center;
	background: url("images/bg_sidemdl2.png") -189px 0 repeat-y;
}
.wrap .wrap_left .vote h2 {
	line-height: 26px; text-align: left; color: #fff; font-size: 12px; text-indent: 20px;
	width: 189px; height: 26px;
	background: url("images/bg_sidemdl2.png") no-repeat;	
}
.wrap .wrap_left .vote h3 {
	line-height: 16px; text-align: center; font-size: 12px;
	width: 179px;
	margin: 5px 0 0 5px;
}
.wrap .wrap_left .vote h4 {
	line-height: 26px; text-align: right;  font-size: 12px; font-weight:normal;
	width: 179px; 
	margin: 0 0 0 5px;
	border-bottom: 1px #ccc dotted;
}
.wrap .wrap_left .vote table {
	border: none; width: 179px;
	margin: 0 0 0 5px;
	line-height:16px;
}
.wrap .wrap_left .vote th {
	width: 24px; text-align:right;
	border-bottom: 1px #ccc dotted;
	padding:7px 0; *padding:2px 0;		 /*万恶的IE6*/
}
.wrap .wrap_left .vote td {
	text-align:left;
	border-bottom: 1px #ccc dotted;
	padding:5px 0 5px 5px;
}
.wrap .wrap_left .vote_bottom {
	height: 11px; width: 189px;
	background: url("images/bg_sidemdl2.png") -378px -15px no-repeat;	
}

/*  ==================== 品牌列表栏目 ====================  */
.wrap .wrap_left #brands {
	width:189px;
	margin: 10px 0 0 0;
	background: url("images/bg_sidemdl2.png") -189px 0 repeat-y;
}
.wrap .wrap_left #brands h2 {
	line-height: 26px; text-align: left; color: #fff; font-size: 12px; text-indent: 20px;
	width: 189px; height: 26px;
	background: url("images/bg_sidemdl2.png") no-repeat;	
}
.wrap .wrap_left #brands #brandScroller {
	overflow: hidden;
	height:300px; width:109px;
	margin: 5px 25px 0 25px; *margin:0;
	text-align: center;
}
.wrap .wrap_left #brands #ordersnscroller p {
	margin: 5px auto;
	width: 139px; height: 50px;
}
.wrap .wrap_left .brands_bottom {
	height: 11px; width: 189px;
	background: url("images/bg_sidemdl2.png") -378px -15px no-repeat;	
}

/*  ==================== 满屏通用主栏目 ====================  */
.wrap_center {
	width:1000px;
	text-align:center; color:#444;
	padding:30px 0 0 0;
}
.wrap_center h2 {
	width:980px;
	text-align:left; font-size:14px;
	margin:0 auto;
}
.wrap_center p {
	text-align:left; line-height:16px;
	margin:5px 0;
}
	/*  ==================== 产品列表主栏目 ====================  */
	.wrap_center .tablelist {
		width:100%;
		background:#ccc;
		margin:10px 0 0 0;
	}
	.wrap_center .tablelist img { vertical-align:middle; }
	.wrap_center .product_cate th {
		text-align:center;
		background:#eee;
		height:25px;
	}
	.wrap_center .product_cate td {
		background:#fff;
		height:25px;
	}
	.wrap_center .product_compare th {
		text-align:right;
		background:#eee;
		height:25px;
	}
	.wrap_center .product_compare td {
		background:#fff;
		height:25px;
	}
	.activity_product {
		float: left; margin:5px 0 0 10px;
	}

/*  ==================== 产品列表栏目 ====================  */	
.wrap .wrap_productlist { 
	float:right;
	width:790px;
}
.wrap .wrap_productlist .liststyle {
	margin-top:10px;
	border-bottom:1px #990000 solid;
	height:30px; width:790px;
}
.wrap .wrap_productlist .liststyle .urhere {
	float:left;
	text-indent:20px; line-height:30px;
}
.wrap .wrap_productlist .liststyle .product_style {
	height:25px;
	padding:3px 0 0 0; margin: 0 10px 0 0 ;
	float:right;
}
.wrap .wrap_productlist .liststyle .product_style img,.wrap .wrap_productlist .liststyle .product_style input,.wrap .wrap_productlist .liststyle .product_style select { vertical-align:middle; }
.wrap .wrap_productlist .products {
	width:790px;
}
.wrap .wrap_productlist .products .product_list {
	width:196px;
	text-align:center; line-height:20px;
	float:left;
	border-bottom: 1px #ccc dotted;
}
.wrap .wrap_productlist .products .product_list .product_border {	
	border-right: 1px #ccc dotted;
	margin:15px 0;
}
.wrap .wrap_productlist .products .product_list .product_border .market-price {	
	text-decoration:line-through;
}
.wrap .wrap_productlist .products .product_list1 {
	width:395px;
	text-align:center; line-height:20px;
	float:left;
	border-bottom:1px #ccc dotted;
	margin-top:20px;
	padding:0 0 10px 0;
}
.wrap .wrap_productlist .products .product_list2 {
	width:790px;
	text-align:center; line-height:20px;
	border-bottom:1px #ccc dotted;
	margin-top:20px;
	padding:0 0 10px 0;
}
.wrap .wrap_productlist .products .left_pic {
	float:left;
}
.wrap .wrap_productlist .products .right_info {
	float:left;
	margin:0 0 0 10px;
	text-align:left;
}
.wrap .wrap_productlist .products .right_info i {
	color:#aaa;
	font-style:normal;
}
.wrap .wrap_productlist .products .right_info .green { color:green; }
.wrap .wrap_productlist .products .right_info .blue { color:blue; }
.wrap .wrap_productlist .products .right_info .red { color:red; }

	/*  ==================== 品牌介绍栏目 ====================  */
	.wrap .wrap_productlist #globalMiddle {
		border-bottom:1px #ccc dashed;
		margin:10px auto 0 auto; padding: 10px 0;
		width:98%;
	}
	.wrap .wrap_productlist #globalMiddle h3 {
		text-align:left; text-indent:20px; line-height:25px;
		height:25px;
	}
	.wrap .wrap_productlist #globalMiddle p { text-indent:20px; text-align:left; line-height:20px; }
	.wrap .wrap_productlist #globalMiddle a { color:#900; font-weight:bold; }
	.wrap .wrap_productlist .pagebar { width:95%; margin:0 auto; text-align:center; padding:10px 0; }

/*  ==================== 主栏目2 ====================  */
.wrap .wrap_main .top {
	background:url("images/bg_accountmain.png") no-repeat;
	width:781px; height:8px;
}
.wrap .wrap_main .middle {
	padding:10px 20px;
}
.wrap .wrap_main .middle h2 {
	width:95%; height:25px;
	margin:10px auto 0 auto;
	text-align:left; text-indent:10px; font-size:14px; line-height:25px;
	background:url("images/title_longline.gif") 0 23px no-repeat;
}
.wrap .wrap_main .middle h3 {
	width:95%;
	margin:20px auto 0 auto;
	text-align:center;
}
.wrap .wrap_main .middle p {
	width:95%;
	margin:10px auto;
	line-height:18px;
}
.wrap .wrap_main .middle p.post {
	width:95%;
	margin:10px auto;
	line-height:20px; text-align:right;
	border-bottom: 1px #ccc solid;	
}
.wrap .wrap_main .middle p.next {
	width:95%;
	margin:10px auto;
	line-height:20px; text-align:left;
	border-top: 1px #ccc solid;	
	padding:10px 0 0 0;
}
.wrap .wrap_main .middle .globalModuleInfo .tableList { width:95%; margin:10px auto; }
	/*  ==================== 评论栏目 ====================  */
	#comments h2 {
		width:95%; height:25px;
		margin:10px auto 0 auto;
		text-align:left; text-indent:10px; font-size:14px; line-height:25px;
		background:url("images/title_longline.gif") 0 23px no-repeat;
	}
	#comments table {
		width:95%;
		margin:10px auto;
	}
	#comments td {
		height:25px;
	}
	#comments .commentsLine {
		border-bottom: 1px #ccc dotted;
		text-align:center;
	}
	/*  ==================== 团购列表栏目 ====================  */
	.wrap .wrap_main .middle .products {
		border-bottom:1px #ccc dashed;
		width:95%;
		margin:10px auto 0 auto; padding:0 0 10px 0;
	}
	.wrap .wrap_main .middle .products .groundpic {
		float:left;
		padding:5px;
		border:1px #ccc solid;
	}
	.wrap .wrap_main .middle .products .groundinfo { 
		float:left;
		margin-left:30px;
	}
	.wrap .wrap_main .middle .products .groundinfo p,.wrap .wrap_main .middle .products .groundinfo table {
		margin:5px 0;
	}
	.wrap .wrap_main .middle .products .groundinfo th {
		border-bottom:2px #ccc solid;
		padding:0 10px;
		line-height:20px;
	}
	.wrap .wrap_main .middle .products .groundinfo td {
		border-bottom:1px #ccc solid;
		padding:0 10px;
		line-height:20px;
	}
	.wrap .wrap_main .middle .products .globalGroupProperties h3 {
		width:100%; height:25px;
		margin:10px auto 0 auto;
		text-align:left; text-indent:10px; font-size:14px; line-height:25px;
		background:url("images/title_longline.gif") 0 23px no-repeat;
	}
	.wrap .wrap_main .middle .products .globalGroupProperties td {
		height:30px;
	}
	
	.wrap .wrap_main .middle .products .globalModuleContent {
		padding:15px 0;
	}
.wrap .wrap_main_bottom {
	background:url("images/bg_accountmain.png") -1562px 0 no-repeat;
	width:781px; height:8px;
	float:right;
	margin:0 5px 0 0;
}
.wrap .wrap_main .middle .globalModuleInfo .pagebar { width:95%; margin:0 auto; text-align:right; }

/*  ==================== 通用表格样式 ====================  */
.tablerow th {
	text-align:center;
	background:#eee;
	height:25px;
}
.tablerow td {
	text-align:center;
	background:#fafafa;
	height:25px;
}
/*  ==================== 补充 ====================  */
.top10-1-1 {
	margin: 10px 0 0 0;
	width: 189px; text-align: center;
	background: url("images/bg_sidemdl2.png") -189px 0 repeat-y;
}

.top10-1-1 h2 {
	line-height: 26px; text-align: left; color: #fff; font-size: 12px; text-indent: 20px;
	width: 189px; height: 26px;
	background: url("images/bg_sidemdl2.png") no-repeat;	
}
.top10-1-1 p {text-align:center; width: 185px; border-bottom: 1px #ccc dotted; margin:0 0 5px 0;}
.top10-1-1 p a {text-align:center; color: #444; display: block;}
.top10-1-1 p a:hover { font-weight: bold; color: #900;background: #f8f8f8;}

