@CHARSET "UTF-8";

.boxflow { width: 700px; }
.boxflow a { outline: 0; }

.boxflow .tag-heading { padding-bottom: 20px; }
.boxflow .tag-heading * { font-size:13pt;  font-weight: bold; }
.boxflow .tag-heading h2 { color:#F550AD; display: inline; }
.boxflow .tag-heading h2 a { color:#F550AD; text-decoration: none; }
.boxflow .tag-heading span { color: #fff; font-weight: normal; }

.boxflow .sized { height: 100px; width: 100px; float: left; };

.boxflow .user-loading { position: absolute; z-index: 100; }

.boxflow .user-image { position: absolute; z-index: 200 }
.boxflow .user-image img { border: 0; }
.boxflow .user-image a { display: block;}

.boxflow .user-info { position: absolute; z-index: 300; margin-top: 77px; height: 23px; width: 100px; background: #000; opacity: 0.8 }
.boxflow .user-info div { padding: 4px; font-size: 10px; }
.boxflow .user-info a { color: #fff; text-decoration: none; display: block; overflow:hidden; white-space:nowrap; }

.boxflow .user-wall { clear: both; }

.boxflow .user-about {
	position: absolute; z-index: 500;
	margin-left: 100px; height: 99px; width: 200px; 
	border-top: 1px solid #333; border-bottom: 1px solid #333;
	color: #fff; background: #000; opacity: 0.8 
}
.boxflow .user-about img { vertical-align: middle; }
.boxflow .user-about div { padding: 4px; }
.boxflow .user-about span { display: block; }
.boxflow .user-about-name { color: #F550AD }
.boxflow .user-about-loc img { padding-left: 4px; padding-right: 3px; }
.boxflow .user-about-text { font-size: 11px; color: #aaa; padding-left: 4px; padding-top: 2px; }

.boxflow .user-wall .border-right { border-right: 1px solid #333; }
.boxflow .user-wall .border-left  { border-left: 1px solid #333; }
