
#addressbox {
	float: left;
	padding-left: 10px;
	width: 300px;
}

#addressbox h1 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

#addressbox h2 {
	clear: both;
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

#addressbox .addline {
	display: block;
	float: left;
	padding-right: 3px;
}

#buttonbox {
	float: left;
	position: relative;
	top: -4px;
	width: 90px;
}

#catbtn {
	float: right;
}

#cologo {
	float: left;
	text-align: center;
	width: 140px;
}

#map {
	height: 300px;
	width: 500px;
}

#reviewbtn {
	float: left;
	margin: 0px 10px 10px 10px;
}

#reviewhead {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#reviewsbox label {
	float: left;
	width: 80px;
}

#tabs {
	text-align: center;
}

#tabs #aboutbox #txt {
	float: right;
	width: 350px;
}

#tabs #aboutbox #pic1ut {
	float: left;
	width: 240px;
}

#tabs #findusbox h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

#tabs #offersbox #voupanel {
	width: 240px;
}

#tabs #offersbox #offpanel {
	float: right;
	width: 360px;
}

#tabs #offersbox h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

#tabs .content {
	background-image: url(/images/listing/contentback.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: left;
	width: 611px;
}

#tabs .content img {
	float: left;
}

#tabs .content .clear {
	clear: both;
	height: 1px;
}

#tabs .content .featcol {
	float: left;
	padding: 10px 15px 0px 15px;
	width: 150px;
}

#tabs .content .featcol h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

#tabs .content .featcol ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#tabs .content .vspace {
	height: 200px;
	float: right;
	width: 1px;
}

#tabs .ulpbtn {
	cursor: pointer;
	cursor: hand;
}

.review {
	border-top: 1px solid #ccc;
	float: right;
	margin-top: 10px;
	padding-bottom: 5px;
	width: 490px;
}

.review .reviewby {
	font-weight: bold;
	margin-top: 6px;
}

.review .reviewby img {
	position: relative;
	top: -2px;
}

