.goal-top-detail
{
	float: left;
	width: 440px;
}

	.goal-top-detail .category
	{
		border-bottom: 1px solid #cfcfcf;
		color: #353535;
		line-height: 27px;
		margin-bottom: 8px;
	}

	.goal-top-detail .status
	{
		border-bottom: 1px solid #cfcfcf;
		font-size: 11px;
		line-height: 24px;
		margin-bottom: 4px;
		padding-bottom: 4px;
	}

		.goal-top-detail .achieved-status
		{
			background: url(../images/goals/gold-star.png) no-repeat 0 1ex;
			line-height: 24px;
			padding-left: 30px;
			padding-top: 1ex;
			padding-bottom: 1ex;
		}

	.goal-top-detail .action-list, .goal-top-detail .action-list li
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.goal-top-detail .action-list
		{
			height: 24px;
			padding-bottom: 6px;
		}

		.goal-top-detail .action-list li
		{
			display: block;
			float: left;
			font-size: 11px;
			line-height: 18px;
			padding-right: 8px;
		}

			.goal-top-detail .action-list li a
			{
				background-repeat: no-repeat;
				color: #787878;
				display: block;
				padding-left: 20px;
			}

				.goal-top-detail .action-list li a:hover
				{
					color: #47971c;
				}

			.goal-top-detail .action-list li.add a
			{
				background-image: url(../images/goals/add.png);
			}

			.goal-top-detail .action-list li.bookmark a
			{
				background-image: url(../images/goals/bookmark.png);
			}

			.goal-top-detail .action-list li.cheer a
			{
				background-image: url(../images/goals/cheer.png);
			}

			.goal-top-detail .action-list li.progress a
			{
				background-image: url(../images/goals/progress.png);
				padding-left: 22px;
				padding-right: 30px;
			}

			.goal-top-detail .action-list li.share a
			{
				background-image: url(../images/goals/share.png);
				padding-left: 24px;
			}

.goal-detail-action-list a
{
	background-repeat: no-repeat;
	color: #787878;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 18px;
	padding-left: 20px;
}

	.goal-detail-action-list a.friend
	{
		background-image: url(../images/goals/friend.png);
	}

		.goal-detail-action-list a.friend-hover
		{
			background-image: url(../images/goals/friend-hover.png);
			color: #47971c;
			text-decoration: none;
		}

	.goal-detail-action-list a.print
	{
		background-image: url(../images/goals/print.png);
		padding-left: 22px;
		padding-right: 24px;
	}

		.goal-detail-action-list a.print-hover
		{
			background-image: url(../images/goals/print-hover.png);
			color: #47971c;
			text-decoration: none;
		}

	.goal-detail-action-list a.edit
	{
		background-image: url(../images/goals/edit.png);
		padding-right: 24px;
	}

		.goal-detail-action-list a.edit-hover
		{
			background-image: url(../images/goals/edit-hover.png);
			color: #47971c;
			text-decoration: none;
		}

	.goal-detail-action-list a.delete
	{
		background-image: url(../images/goals/delete.png);
	}

		.goal-detail-action-list a.delete-hover
		{
			background-image: url(../images/goals/delete-hover.png);
			color: #ff0000;
			text-decoration: none;
		}

.site-left-content ul.step-list,
.site-left-content ul.step-list li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

	.site-left-content ul.step-list
	{
	}

	.site-left-content ul.step-list li
	{
		background: url(../images/elements/icons/step.png) no-repeat;
		padding-left: 24px;
		padding-bottom: 12px;
	}

		.site-left-content ul.step-list li.completed
		{
			background: url(../images/elements/icons/completed-step.png) no-repeat;
		}

.goal-list, .goal-list li
{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

	.goal-list li
	{
		background: white;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		font-size: 11px;
		line-height: 18px;
		padding: 0 7px;
		padding-top: 4px;
	}

		.goal-list li .title
		{
			font-size: 13px;
			font-weight: bold;
			overflow: hidden;
			width: 510px;
		}

	.goal-list .alternate
	{
		background: url(../images/elements/main-list-item-bg.png) repeat-x top center;
	}

	.goal-list .hover
	{
		border-top-color: #cfcfcf;
		border-bottom-color: #cfcfcf;
	}

	.goal-list .picture-frame-box
	{
		background: url(../images/elements/frames/goal-list.png) no-repeat top left;
		height: 53px;
		padding-right: 3px;
		width: 53px;
	}

		.goal-list .picture-frame-box img
		{
			display: block;
			margin: 5px auto;
		}

.goal-cheers-highlight
{
	background: url(../images/goals/cheers-bg.png) no-repeat top center;
	color: #353535;
	font-size: 11px;
	height: 35px;
	padding-left: 1px;
	padding-bottom: 5px;
	text-align: center;
	width: 57px;
}

	.goal-cheers-highlight .count
	{
		font-size: 18px;
		line-height: 21px;
		padding-top: 2px;
	}

		.goal-cheers-highlight .count-many
		{
			font-size: 18px;
			padding-left: 2px;
		}

			.goal-cheers-highlight .count-many .plus
			{
				font-size: 16px;
			}

.goal-share-link
{
	background: url(../images/goals/share.png) no-repeat left center;
	padding-left: 24px;
}

.goal-sharing-box .close-icon
{
	margin: 0;
	position: absolute;
	top: -8px;
	right: 12px;
	z-index: 3;
}

.main-box .picture-frame-box .close-icon
{
	margin: 0;
	position: absolute;
	top: 1px;
	right: 6px;
	z-index: 3;
}

#goals-nav-other
{
	color: #707070;
	display: block;
	float: right;
	font-size: 10px;
	padding-right: 20px;
	padding-top: 7px;
}

	#goals-nav-other a
	{
		color: #707070;
	}

	#goals-nav-other a:hover
	{
		color: #47971c;
	}
