.columnOne{
	width: 390px;
	float: left;
}

.columnTwo{
	width: 390px;
	margin-left: 15px;
	float: left;
}

.columnThree{
	width: 390px;
	margin-left: 15px;
	float: left;
}

.box{
	background-color: #F7F7F7;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 10px 10px 20px;
	font-size: 12px;
    line-height: 135%;
	overflow: hidden;
}

.box h2{
	color: #096FC7;
    font-size: 18px;
}

.box .h2_like{
	color: #096FC7;
    font-size: 18px;
    font-family: "Segoe UI","Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
	display: block;
	border:none;
}

.box h3 {
    font-size: 12px;
    margin: 9px 0 5px;
    padding: 0;
}

.box p{
	margin: 12px 0 0 0;
}

.map{
	border-radius: 20px 20px 20px 20px;
	width: 100%;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;

}

a.button{
	display: block;
	float: left;
	padding: 5px 10px;
	background: url("images/filter_row_button_bg_yellow.png") repeat-x #E8E8E8;
	border: 1px solid #C8C8C8;
	border-radius: 4px;
	color: #363636;
	margin: 7px 0 0;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FDFFDB;
	box-shadow: 0px 0px 2px  #D8D8D8;
}

a.button:hover{
	text-decoration: none;
	box-shadow: 0 0 3px 1px #C8C8C8;
}

.auctionOver{
	background-image: url("../img/hammerDown_icon.png");
	background-position: right 21px top 21px;
	background-repeat: no-repeat;
}

.auction-column{
	padding-top: 7px;
	padding-bottom: 7px;
}
.auction-row{
	padding-top: 7px;
	padding-bottom: 7px;
}