.property-set-sale a{
	position:relative;
	float:left;
	min-width:50px;
	padding:0 2px;
	margin:0 6px 10px 0;
	background-color:#fff;
	white-space:nowrap;
	line-height:32px;
	border:1px solid #dcdcdc;
	border-radius:2px;
	color:#666;
	text-align:center;
	text-decoration:none
}
.property-set-sale a.selected {
	border:1px solid #FF0036;
}
.property-set-sale a.selected i{
	position:absolute;
	bottom:0;
	right:0;
	width:12px;
	height:12px;
	overflow:hidden;
	text-indent:-99em;
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(selected.png)
}
.property-set-sale a.disabled {
	cursor:default;
	border-color:#e0e0e0;
	border-style:dashed;
	color:#e0e0e0
}
.property-set-sale .vm-sale-img {
	position:relative;
	height:38px;
	min-width:inherit;
	line-height:38px;
	padding-left:50px;
	padding-right:8px
}
.property-set-sale .vm-sale-img img {
	position:absolute;
	top:3px;
	left:10px
}
.property-set-sale .vm-sale-img span {
	display:inline-block
}
.property-set-sale .vm-sale-img.disabled img {
	opacity:.5;
	filter:alpha(opacity=50)
}
.property-set-sale dd {
	overflow:hidden
}
