@charset "utf-8";
/* CSS Document */

.leftSide {
	width:220px;
	float:left;
}

#mainPhoto {
	width:200px;
	-ms-interpolation-mode: bicubic;	
}

.rightSide {
	width:160px;
	float:left;
}

.middle {
	width:570px;
	float:left;
}

.profileComment {
	width:100%;
	overflow:hidden;
	border-bottom:1px #cdcdcd solid;
	padding:5px 0px;
}

.profileComment .details {
	width:150px;
	float:left;
}

.profileComment .timestamp {
	font:11px arial;
}

.actionLinks span.messageIcon {
	width:16px;
	height:14px;
	display:inline-block;
	background:url("../images/template-layout-sprite.png") no-repeat -75px -0px;
	vertical-align:middle;
}

.actionLinks span.hotPhotoIcon {
	width:16px;
	height:14px;
	display:inline-block;
	background:url("../images/template-layout-sprite.png") no-repeat -76px -16px;
	vertical-align:middle;
}



#page .leftSide .actionLinks a {
	font:bold 11px arial;
	display:inline-block;
	width:200px;
	border-bottom:1px #9ebffb solid;
}