table#detail{
	width:545px;
	background-color:#EEEEFF;
	margin:10px auto;
	padding:15px;
	font-family:arial,sans-serif;
	font-size:13px;
}

table#detail td {
	vertical-align:top;
}

table#detail th{
	font-size:16px;
	text-align:center;
}

table#detail tr#attributes{
	border:1px solid #CCCCCC;
	text-align:center;
}

table#detail tr#attributes td{
	padding:0px 10px 20px;
}

table#detail td.right {
	/*width:250px;*/
}

table#detail td.left {
	width:70%;
}

img.listingimage {
	width:280px;
	cursor:pointer;
}

table#images {
	width:100%;
	border:1px solid #CCCCCC;
}

table#images td{
	width:33%;
	text-align:center;
	padding:5px 0;
}

table#images td img{
	width:200px;
	height:150px;
	cursor:pointer;
}

span.label {
	font-weight:bold;
}

a#maplink {
	display:block;
	border:1px outset #222288;
	padding:4px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	background-color:#DDDDDD;
	width:75px;
	margin:3px;
}