#transaction {
	visibility:hidden;
}
.object {
	height:340px;
	width:185px;
	float:left;
	margin-left:10px;
	border:1px solid silver;
	padding:5px;
	margin-bottom:10px;
}
.object img {
	float:left;
	margin-right:20px;

}
.object .imagewrapper {
	height:150px;
	width:inherit;
}
.object .imagewrapper .image {
	position:absolute;
	z-index:9;
}
.object .imagewrapper .image img {
	height:140px;
	width:185px;
}
.object .imagewrapper .overlay {
	background-image: url('images/trans.png');
	position:absolute;
	z-index:10;
	width:inherit;
	color:white;
	margin-top:92px;
	text-align:center;
	width:185px;
}
.object .imagewrapper .overlay div {
	margin:10px;
	font-weight:bold;
}
.object .address {
	font-weight:bold;
	height:50px;
}
.object .description {
	height:85px;
	line-height:13px;
}
.object .price {
	height:40px;
}
.object .status {
	height:30px;
}

#filter select, #searchbar input[type=text], #searchbar select {
	width:150px;
}
.setpage {
	text-decoration:none;
}
.currentpage {
	font-weight:bold;
	text-decoration:underline;
}
#searchbar {
	width:260px;
	float:left;
}
#filter {
	width:300px;
	float:left;
}
.pageselect {
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
}
.balloon {
	color:black;
	width:380px;
}
.balloon img {
	float:left;
	margin-right:10px;
}
.balloon .info {
	float:left;
	width:170px;
	margin-top:20px;
}

/* general */
.headerpic {
	float:left;
	width:250px;
	margin-right:40px;
}
.headerinfo {
	float:left;
	width:250px;
	line-height:17px;
}
.objectnavigation {
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	border-bottom:1px solid silver;
	margin-top:20px;
}
.details td {
	padding:4px;
}
.history {
	clear:both;
	margin-top:40px;
}
.history .thumbwrapper {
	float:left;
	width:135px;
	margin:10px;
}
.history .thumb {
	height:100px;
}

.overlay {
	cursor:pointer;
}

#card {
	border: 1px solid gray;
}

.tabs {
	margin:0px;
	padding:0px;
	height:18px;
	height:18px;
}

.tabs li {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	margin-right:5px;
}

.tabs li a {
	text-decoration:none;
}

.tabs li a {
	padding:5px;
	background-color:silver;
}

.tabs li a.current {
	padding:5px;
	background-color:white;
	border:1px solid silver;
	border-bottom:1px solid white;
}

