#list {
	float: left;
	width: 775px;
	padding-left: 12px;
}
#list a {
	color: #666666;
}
#list a:hover {
	color: #333333;
	text-decoration: none;
}
#product td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
	width: 145px;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#product a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 142px;
	text-align:left;
}
#product a:hover {
	color: #69BAB0;
	text-decoration: none;
}
#product img:hover {
	border: 1px solid #69BAB0;
}
#product img {
	border: 1px solid #fff;
	padding: 1px;
	float: left;
	/*margin-right: 7px;*/
}

#product .td_leftclear {
	border-left-style: none;
}
#product {
	float: left;
	padding-bottom: 15px;
}

#page {
	width: 775px;
}
.TabStoreMainConAll{
	width:auto;
	padding:6px;
	margin-top:-1px;
	text-align:left;
}
.TabStoreMainConAll #product td { text-align:left;}


.SearchListCon {border:1px solid #ccc; display:inline-block; padding:10px 5px; margin-bottom:15px;}
