@import url("base.css");
.merber_top {
  width:840px;
  height:10px;
  margin-top:8px;
  background:url(merberbg_bar.gif) no-repeat top;
}
.merber_main {
  width:840px;
  height:374px;
  background:url(merberbg.gif) repeat-y;
}
.merber_bottom {
  width:840px;
  height:9px;
  background:url(merberbg_bar.gif) no-repeat bottom;
}
.merber_left {
  width:186px;
  padding:0 17px;
  float:left;
}
.merber_right {
  width:590px;
  height:374px;
  float:right;
  margin-right:6px;
}

/* 会员中心菜单CSS样式
/*=============================================================================================*/
.memberMenu {
  width:186px;
}
.memberMenu ul li {
  width:170px;
  height:26px;
  line-height:26px;
  float:left;
  padding-left:16px;
  margin-top:2px;
  background:url(title_bg.gif) no-repeat;
  font-weight:bold;
}
/* 商品收藏CSS样式
/*=============================================================================================*/
.items {/*商品条目循环项*/
	width:550px;
	height:80px;
	padding:10px 0px;
	border-bottom:1px dotted #ccc;
}

.items .goodpic{/*商品图片*/
    width:90px;
	height:72px;
	padding:4px 5px;
	float:left;
	background:url(goodpic_bg.gif)
}

.items .goodinfo{
    width:280px;
	float:left;
	margin-left:10px;
}
.items h1 a{
	font-weight:bold;
	color:#666;
	margin-bottom:10px;
	font-size:12px;
}
.items .intro{
	color:#369;
}
.items .goodbuy {
    width:150px;
	float:left;
	margin-left:10px;
}
.items .p14redb {
	color:#f60;
	font-size:14px;
	font-weight:700;
}
.items .goodbuy ul{
    display:block;
}
.items .goodbuy li{
	color:#000;
	float:none;
}
.items .goodbuy .button{
	margin:4px 0;
	float:left;
	
}

/*定义table类型，需要在td上设置*/
.t_list1              { margin-top:6px; text-align:center; }
.t_list1 a.lnk        { text-decoration:none;}
.t_list1 thead th     { font-size:12px; background:#f7f7f7; padding:4px 3px; color:#474747;}
.t_list1 tbody td     { background:#FFFFFF; line-height:26px; }

.t_list2 { text-align:center; margin-top:6px}
.t_list2 th { line-height:26px; background:#f7f7f7; border-bottom:#dddddd 1px solid;}
.t_list2 td { line-height:26px; background:#ffffff;}

.cat_title { line-height:20px; font-weight:bold; color:#996600; text-indent:5em; letter-spacing:2px; text-align:left;}

.function span{
	cursor: pointer;
}

.orderCtl{
		width:60px;
		text-align:left;
		padding:5px;
		background: #fff;
		position: absolute;
		border:1px solid #ccc;
		z-index:999;
}