#floor {
	background-image: url(http://www.tamkithomes.com.au/images/panel_bg_small.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	padding-top: 12px;
	border: 1px solid #D6D6D6;
	margin-right: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 150px;
	-moz-border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#detail {
	background-image: url(http://www.tamkithomes.com.au/images/panel_bg_small.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	padding-top: 12px;
	border: 1px solid #D6D6D6;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 418px;
	-moz-border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.category_item {
	background-image: url(http://www.tamkithomes.com.au/images/panel_bg_small.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-left: 5px;
	width: 278px;
background-colour: #000;
height: 165px;
	text-align: center;
	padding-bottom: 5px;
	border: 1px solid #D6D6D6;
	-moz-border-radius: 10px;
}

.category_item a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #06F;
}
.category_item a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #F00;
}
.category_item a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#previous {
	height: 40px;
	margin-top: 20px;

}
#previous a {
	display: block;
	background-image: url(http://www.tamkithomes.com.au/images/panel_bg.jpg);
	padding: 10px;
	color: #604E00;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #D6D6D6;
	-moz-border-radius: 10px;
	/* IE-specific */
	    behavior: url(http://www.tamkithomes.com.au/border-radius.htc);
	border-radius: 10px;
}