.profilelink { color: #fff; text-decoration:none; }
.profilelink hover { color:#F6014F; }

.contactdata { color: #FFFFFF; }

#profilewrapper {
	width: 					500px;
	margin: 				0 auto 0 auto;
	font: 					11px "Lucida Grande", Verdana, Arial, sans-serif;
}

#slideshow {
	width: 					500px;
	height: 				350px;
	float: 					none;
}

#profilecontent {
	font-size: 				10px;
	line-height: 			18px;
	text-align: 			justify;
	color:					#C0C0C0;
	padding: 				15px;
}

#contentleft { /*  FLOAT THE PROFILE CONTENT LEFT OF CONTACT FORMS */
	width: 					210px;
	float: 					left;
}

#listingtitle {
	color: 					#F6014F;
	font-size: 				14px;
	font-weight: 			bold;
	padding-top: 			30px;
}

.listingMootabsTitle {
	list-style-image: 		none;
	list-style-type:		none;
	margin: 				0;
	padding: 				0;
	height: 				24px;
	text-align: 			center;
	float: 					right;
}

.listingMootabsTitle li {
	color: 					#fff;
	font-size: 				10px;
	background-image: 		url(images/listing/tab.jpg);
	background-position: 	top left;
	background-repeat: 		no-repeat;
	width: 					105px;
	line-height: 			28px;
	height: 				29px;
	padding: 				5px 0;
	float:					left;
	margin-right: 			2px;
}

.listingMootabsTitle li.active {
	display: 				block;
	font-size: 				10px;
	float: 					left;
	background-image: 		url(images/listing/tab.jpg);
	background-position: 	bottom left;
	background-repeat: 		no-repeat;
	width: 					105px;
	line-height: 			28px;
	height: 				29px;
	padding: 				5px 0;
	margin-right:			2px;
	color: 					#000;
}

.mootabs_panel {
	display: 				none;
	position: 				relative;
	clear: 					both;
}

.mootabs_panel.active { display: block; }

.listingMootabsTitle li.over {
	cursor: 				pointer;
	color: 					#000;
	font-size: 				10px;
	float: 					left;
	background-image: 		url(images/listing/tab.jpg);
	background-position: 	bottom left;
	background-repeat:		no-repeat;
	width: 					105px;
	line-height: 			28px;
	height: 				29px;
	padding: 				5px 0;
	margin-right:			2px;
}

h2 {
	color: 					#fff;
	font-size: 				14px;
	font-weight: 			bold;
	padding-bottom: 		10px;
}






/*
============================================================================================================================
CSS FOR THE NEW PACKAGES
============================================================================================================================
*/


#profile {
	width:					500px;
	border:					7px solid #F6014F;
	background-color:		#000;
	height:					auto;
	float: 					left;
	padding-bottom: 		15px;
	min-height: 800px;
}