/* 重写css文件*/

/* 解决品牌库页面(show_brand_library.jsp)上浮出的左侧菜单被footer遮盖的问题*/
/* 杨宁修正 2013/03/13*/
.wrap .content1 {
	height: 100%;
	width: 950px;
}

.add_shop_info {
	border: 1px solid #cbcbcb;
	background: #D3D3D3;
	padding: 3px 20px;
	cursor: pointer;
	border-radius: 5px;
	position: absolute;
	left: 13px;
	top: 18px;
	z-index: 10;
	display: none;
}

.list_con_cate li label:HOVER {
	color: #f4bc49;
}

.list_con_cate li.cur {
	background: white;
	color: #1262db;
}

.list_con_cate li label.cur {
	background: #4298d3;
	color: #fff;
}

/* 解决部分页面上，数量控件的+和-样式问题*/
/* 杨宁修正 2013/03/31*/
.minus {
	border: 1px solid #cbcbcb;
	width: 20px;
	display: inline-block;
	background: #eef3f3;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.plus {
	border: 1px solid #cbcbcb;
	width: 20px;
	display: inline-block;
	background: #eef3f3;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.search2 {
	background: url(../images/main_bg.png) no-repeat;
	width: 474px;
	height: 41px;
	position: relative;
	margin-top: 25px;
}

.search5 {
	float: right;
	width: 250px;
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
}

.search5 .btn {
	background: url(../images/search_area.png) 0 -445px;
	width: 32px;
	height: 25px;
	display: block;
	position: absolute;
	right: -12px;
	top: -1px;
	display: block;
}

.search5 .txt input {
	padding: 4px 10px 2px 3px;
	width: 200px;
	color: #7b8b9a;
	border: 0;
}