/*--------------------------------------*/
/**/

.shop_box{
	float		: left;
	width		: 700px;
	border-width: 0 0 1px;
	border-style: dotted;
	border-color: #ccc;
	margin		: 20px 0 0;
	padding		: 0 0 20px;
	color		: #666;
}

.shop_box .left{
	width		: 200px;
	float		: left;
}

.shop_box .left p{
	text-align	: center;
}

.shop_box .left span img{
	margin-top	: 5px;
}

.shop_box .right{
	width		: 480px;
	float		: left;
	text-align	: left;
	margin		: 0 0 0 20px;
}

.shop_box .time{
	font-size	: 11px;
	margin		: 0 0 5px;
	color		: #c9a26a;
}

.shop_box .title{
	font-weight	: bold;
	color		: #67464f;
}

.shop_box .title a{
	color		: #f03d8f;
}

.shop_box .text{
	margin		: 20px 0 0;
	line-height	: 19px;
}


.search_page_text{
	float		: right;
	margin		: 15px 0;
	width		: 700px;
	text-align	: center;
	font-size	: 14px;
}


.search_page_text span{
	padding		: 7px;
	height		: 20px;
	line-height	: 20px;
	background	: #eee;
	border		: 1px solid #eee;
	color		: #333;
}

.search_page_text a{
	color		: #f4188a;
	padding		: 7px;
	height		: 20px;
	line-height	: 20px;
	border		: 1px solid #eee;
}

.search_page_text a:hover{
	color		: #fff;
	padding		: 7px;
	background	: #fbabc6;

}

