#list_salon_content
{
	
}

.list_salons
{
	width:100%;
	border: 1px solid #CCCCCC;	
	float:left;
}
.salon_item
{
	width:233px;
	height:114px;
	padding:8px;
	float:left;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.s_vip
{
	background:#FFFFD9;
	
}
.s_vip .s_i2,.s_vip .s_spec
{
	color:#222;
}
.last_col
{
	width:224px;
	border-right: none;
}
.s_img
{
	width:65px;
	float:right;
	border:1px solid #DEDEDE;
	padding:1px;
	margin:2px;
	opacity:0.8;filter:alpha(opacity=80)
}
a:hover .s_img
{
	opacity:1;filter:alpha(opacity=100)
}
.s_title
{
	font-size:13px;
	font-weight:bold;
}
.s_i1
{
	height:85px;
}
.s_i2
{
	padding:3px 0;
	color:#444;
}
.s_spec
{
	font-style:italic;
	color:#666;
	padding-top:5px;
	font-size:11px;
}
