#profileServices {
	position: absolute;
	top: 365px;
	width: 590px;
	/* would like to use max-height, but IE6 doesn't play ball */
	height: 640px;
	overflow: auto;
}

#profileServicesInnerContainer {
	padding-left: 10px;
}

#profileServicesLowerContainer {
}

#profileServicesEbayToGoWidget {
	float: right;
}

#profileServicesEbayToGoWidgetInnerContainer {
	border: 1px solid #f78f1e;
	border-top: 0px;
	padding: 1px;
}

#profileServices span.header {
	font-weight: bold;
}

#profileServices div.item {
	margin-top: 15px;
}

#profileServices p {
	/* For some reason the user entered text contains <p> tags and that was messing up the layout. */
	margin: 0px;
	padding: 0px;
}
