	
/* NEW CHANGES Jan 2009 */
.profile { text-align:left; }
.profile .profileHeading {
	padding: 0;
	padding-top: 10px;
	height: 68px;
}

	.profile .profileHeading h1 {
		font-size:20px;
		font-weight: bold;
		line-height:1em;
		margin-left: 10px;
		clear:none;	
	}
	.profile .profileHeading h3 {
		font-size:12px;
		margin-left: 10px;
		margin-bottom: 7px;
		font-weight: normal;
		clear:none;	
	}

.profile .profileHeading ul { clear:both; margin:0; padding: 0; }
.profile .profileHeading li { list-style:none; float:left; margin: 0; margin-top: 4px; margin-right:1px; padding:3px 8px 3px 8px; }
.profile .profileHeading li:hover { margin-top: 0;padding:5px 8px 5px 8px; cursor:pointer; }
.profile .profileHeading li.selected { margin-top: 0!important; background:white; color:#4a4a4a; padding:5px 8px 5px 8px; }

.profile a { text-decoration: none; }
.profile a:hover { text-decoration: underline; }


.profile .content {
	padding: 10px;
	height:auto;
	width:auto;
	background: white;
	border-left: 21px solid #e5e5e5;
}
.profile .content_hide {
	padding: 0;
	height:1px;
	width:1px;
	overflow: hidden;
	border-left: 21px solid #e5e5e5;
}
.profile .content p { margin-top: 0; }

.profile .listing td { border-bottom: 1px solid #e5e5e5; padding: 5px 0 5px 0; }

.profile .greenContainer { background: url(../images/profile-border-dots.png); }
.profile .greenContent { background: url(../images/profile-bg-dots.png); margin-left: 21px; padding: 10px; }
.profile h2 { font-weight: bold; }

.profile .greenContent li { padding-left: 20px; line-height:2em; list-style:none; background: url(../images/green-tick.png); background-repeat:no-repeat; background-position: center left; }  

.profile .gold { /*color: #b9961c;*/ font-weight: bold; }
.profile .silver { font-weight: bold; }
.profile .bronze { /*color: #793226;*/ font-weight: bold; }

.profile .align-left { float: left; margin-right:10px; margin-top: 3px; margin-bottom:5px; }
.profile .align-right { float: right; margin-left:10px; margin-bottom:5px; }
