#spotPage {
	margin-top: 10px;
	width: 702px;
	float: left;
}

#spotPage .topicPath {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
	color: #333;
	font-size: 12px;
	font-weight: lighter;
}

#spotPage h2 {
	color: #B59D46;
	font-size: 1.5em;
}

#spotPage h2 .tweetCount {
	margin-left: 5px;
	font-size: 11px;
	font-weight: lighter;
}

.thumbnail {
	display: block;
	width: 70px;
	height: 70px;
	float: left;
}

#spotPage .description {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

#spotPage .description .about {
	width: 550px;
	float: left;
	margin-left: 15px;
}

#spotPage .description .visualInfo {
	float: left;
	width: 600px;
}

#spotPage .description .visualInfo img {
	margin: 5px;
}

#spotPage .description dl {
	width: 600px;
}

#spotPage .description dl dt {
	float: left;
	width: 100px;
	margin: 5px 0 5px 0px;
	clear: left;
	font-weight: bold;
}

#spotPage .description dl dd {
	margin-left: 100px;
	padding: 5px 0px 5px 0px;
}

#spotPage .owner_tweets,
#spotPage .spot_tweets {
	margin-bottom: 30px;
	width: 702px;	
}

#spotPage .owner_tweets h3,
#spotPage .spot_tweets h3 {
	width: 100%;
	height: 22px;
	text-indent: -5000px;
}

#spotPage .owner_tweets h3 {
	background: url(../img/title_tweet_owner.png) no-repeat;
}

#spotPage .spot_tweets h3 {
	background: url(../img/title_tweet_everybody_w100.png) no-repeat;
}

#spotPage .inner {
	padding: 10px 20px 20px;
	border-width: 0 1px 1px;
	border-color: #B59D46;
	border-style: solid;
}


























