#profile_friends, #profile_comments{
		position:relative;
		margin-top:-20px;
		}
		
#profile_friends{
		position:absolute;
		top:1460px;
		left:1012px;
		*left:1012px;
		_left:1012px;
		width:265px !important;
		float:right;
		z-index: 7;
		}
		
#profile_comments{
		position:absolute;
		top:1550px;
		left:330px;
		*left:330px;
		_left:330px;
		width:592px !important;
		float:left;
		height:650px;
		overflow-y: scroll;
		margin-top:90px;
		margin-right:55px;
		z-index:8;

		}
		
#profile_friends .heading, #profile_comments .heading{
		display:none;
		}
		
/*---------------------------------------------------------
Friends
-----------------------------------------------------------*/

div#profile_friends_7.friend, div#profile_friends_8.friend, div#profile_friends_9.friend, div#profile_friends_10.friend, div#profile_friends_11.friend, div#profile_friends_12.friend, div#profile_friends_13.friend, div#profile_friends_14.friend {display:none;}

/* Picture */
div.friend img, #profile_comments th img {
	width: 86px !important;
	left: 0 !important;
	margin: 0px !important;
	float:left;
	text-align:center;
	margin-top:8px !important;
}

div.friend {
	background: url(imagenes/friend_bg.gif) center top no-repeat !important;
	margin-top: 10px !important;
	width: 86px !important;
	margin-right:15px;
	padding: 10px !important;
}

div.friend:hover, #profile_comments th:hover {
	color:#ffffff;	
	background: url(imagenes/friend_bg_over.gif) center top !important;
}

/* Name */		
#profile_friends a:link, #profile_friends a:active, #profile_friends a:visited, #profile_comments th a, #profile_comments th a:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #2FB62F;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		height:10px !important;
		}
		
#profile_friends a:hover, #profile_comments th a:hover {
		color:#2FB62F;			
		text-decoration: underline;
		}
		
#ctl00_cpMain_ctl01_ctl01_pnlAllFriendsLink a.redlink:hover {
	color:#2FB62F;	
	text-decoration: underline !important;
	}

		
/* John has ... friends */
#profile_friends span.btext {
	display: none;
}
#profile_friends h4#amigos{
	display:inline; color:#575757; font-size:20px;
}
/* Friend number */
#profile_friends.section span.redbtext  {
	font-family: Arial, Helvetica, sans-serif!important;
	font-size: 1px !important;
	font-weight:bold !important;
	color: #575757 !important;
	display: none;

}
#profile_friends.section span.redbtext:after {
	content:" Amigos";
}





/*---------------------------------------------------------
Comments
-----------------------------------------------------------*/

/* Comment background */		
/*div#profile_comments.section table.cols tr td {
	background: url(img/comment_bg.gif) no-repeat -5px 20px;
	padding-left:25px;
	padding-right:10px;
}
*/

/*Avatar */
#profile_comments th {
	background: url(imagenes/comment_bg.gif) center top no-repeat !important;
	margin-top: 10px !important;
	width: 111px !important;
	height: 105px !important;
	margin-right:20px;
	padding: 10px !important;
	margin-bottom:20px;
}

#profile_comments th:hover {
	background: url(imagenes/comment_bg_over.gif) center top no-repeat !important;
}

#profile_comments.section table.cols {
	margin-bottom:20px !important;
	}

/* You are viewing...*/
#profile_comments.section, #profile_comments.section strong, #profile_comments.section a  {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#575757;
		font-weight:normal;
		text-decoration:none;
		} 	
			
#profile_comments a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:000000;
		color:#ffffff;
		font-weight:normal;
		text-decoration:none;
		}
		
#profile_comments a:hover{
		color:#fc7217;			
		}

/* Post text */	
#profile_comments td{
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#868686;
		line-height:18px;
		font-weight:normal;
		font-style:italic;
		text-align:justify;
		width:600px;
		}

/* Post text */	
#profile_comments td img,#profile_comments td object,#profile_comments td embed{
		max-width:400px !important;
		width: expression(this.width > 400 ? 400: true);
		}

/* Name */
/*#profile_comments th {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px !important;
		color: #000000;
		font-weight:normal;
		text-transform:uppercase;
		text-decoration:none;
		text-align:center;
		padding-top: 20px !important;
		width: 50px !important;
		}*/
		
/* Post date */
#profile_comments .cols h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#7d7d7d;
		font-weight:bold;
		font-style:italic;
		padding-top:15px;
		}
	
/* Add comment */
#profile_comments .right a{
		font-family: Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#2FB62F;
		font-weight:bold;
		margin-right:30px;
		_margin-right:50px; /* for IE */
		margin-top:30px;
		text-transform: capitalize;
		height:50px;
		}

#profile_comments .right a:hover{
		color:#2FB62F;
		text-decoration:underline;
		}

