@CHARSET "ISO-8859-1";

/*   Profile Page Layout Styles
	DO NOT put colors and other customizable styles here
	They will end up in a separate dynamic stylesheet because
	they will be set by the user
*/

ul
{
     list-style: none;
     font-family: Arial,Helvetica,Serif;
     font-size: 12px;
     padding: 0px;
}
#profile_col
{
	float: left;
	width: 745px;
	background-color:#EBEBEB;
	padding: 10px;
	-moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}
#profile_top
{
	background: #FFFFFF;
	padding: 10px;
	width: 725px;
	float: left;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}
#profileSpace,#profile_videos, #profile_favorites {
	background: #FFFFFF;
	padding: 10px;
	width: 725px;
	float: left;
	margin-top: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}	
#profileCard {
	background: #C6D3D5;
	color: #333333;
	height: 221px;
	width: 400px;
	float: left;
}
#profileImage {
	float: left;
	height: 221px;
}
#profileDetails {
	float: left;
	height: 221px;
}
#profileFriends {
	float: left;
	color: #333333;
	padding-left: 10px;
}
#profile_title
{
	float:left;
}
.profileBoxContent
{
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
	background: #FFFFFF;
	color: #333333;
	width: 720px;
	float: left;
	margin: 0 0 10px 15px;
}

.profileBoxContent h4
{
	font-size: 14px;
}

.profileBoxContent .memberPhoto
{
     float: left;
     margin-right: 10px;
}

.friend {	
	width: 150px;
	float: left;
	margin: 10px 0;
	padding: 0 13px;
	min-height: 150px;
	_height: 150px;
}
.friend a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	
}
.friend p {
	text-align: left;
	margin: 0;
	font-size: 11px;
}
.friend .memberPhoto
{
     float: none;
     margin: 0 auto;
	 width: 65px;
}
/*
Profile customizable styles.
These will eventually be moved to a dynamic style sheet
They are put here for now just to get the css down
*/
