/*CSS brought over from Info Type: WYSIWYG*/
#storeInfoContainer {
	width: 650px;
	padding-right: 10px;
	padding-left: 10px;
	}

#storebox {
	width: 33%;
	float:left;
	padding-bottom: 5px;
	padding-top: 10px;
	}

#mapBox {
	width: 63%;
	float:right;
	padding-bottom: 5px;
	padding-top: 10px;
	}

.spacer {
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cell-content {
	width: 260px;
	padding-left: 25px;
}
.bio-spacer {
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 8px;
}
.headshot { padding-bottom: 10px;}
.info-bar {padding: 3px;}
.name, .position, .rider { font-weight: bold; }
.about-yourself { padding-left: 5px; padding-top: 7px;}



