
.menu ul li a{
		background-image: url(../images/menu-product.png);
}
#shop1 a {
		width: 95px;
		background-position: 0 0;
}
#shop1 a:hover,#shop1 a.stay {
		background-position: -175px 0;
}
.txt1, .txt2, .txt3 {
		height: 12px;
		padding: 6px;
		border: 0;
		color: #999;
}
.txt1 {
		margin-right: 2px;
		width: 170px;
		background: url(../images/txt.png) no-repeat;
}
#search {
		border-bottom: 1px dotted #666;	
		padding-bottom: 15px;		
		margin-bottom: 15px;
		width: 86%;
}
#searchbtn {
		cursor: pointer;
		width: 51px;
		height: 25px;
		border: 0;
		background: url(../images/btnsubmit.png) 0 0 no-repeat;
}
#content {
		height: 76%;			
}
#content ul {
		list-style-type: none;
}
#content ul li {
		float: left;
		border: 1px solid #999;
		margin: 5px 12px 5px 0;
		padding: 5px 5px;
		width: 170px;
		height: 60px;
}
.searchitem {
		position: relative;
}
.searchitem img {
		width: 60px;
		height: 60px;
		background-color: #fff;
}
.searchitem .info {
		position: absolute;
		top: 0;
		left: 70px;
		width: 100px;
		text-align: right;
}
.searchitem .info a {
		line-height: 1.1;
}
.searchitem .info div {
		margin-top: 5px;
}
.wrong {
		font-weight: bold;
}