/* CSS Document */
#profiles {
	width: 550px;
	}
.singleprofile, .groupprofile {
	width: 530px;
	margin: 0 0 8px 0;
	border-top: 2px solid #999;
	display: block;
	position: relative;
	padding: 10px 10px;
	background-color: #EEE;
    float: left;
}
.singleprofile img {
	width: 140px;  
	float: left;
	padding: 5px;
	display: block;
        margin-right:10px;
	background-color: #CCC;
	border: 0;
}

.singleprofile .desc h1{
margin:0;
}

.groupprofile img {
	border: 0;
	padding: 5px;
	background-color: #CCC;
}
#profileFooterDivider {
float: left;
width: 530px;
height: 2px;
color: #999;
background-color: #999;
}


#profiles .anchors{margin:0 0 20px 0; padding:0; float:left; width:550px; border-bottom:1px solid #ccc; font-size:11px;}
#profiles .anchors a{text-decoration:none; cursor:pointer;}
#profiles .anchors li{list-style-type:none; display:block; border-top:1px solid #ccc; clear:both;}
#profiles .anchors li:hover {background:#eee;}
#profiles .anchors li .entry{width:490px; padding:6px 5px; display:block; color:#333;}
#profiles .anchors li .name{font-weight:bold;}
#profiles .anchors li .title{font-style:italic;}
#profiles .anchors li .more{position:absolute; padding:8px 5px 0 0; font-size:11px; margin-top:-28px; right:0;}
#profiles .top{text-align:right; font-size:10px; margin:0 2px 2px 0;}



