.avatar
{
	float: left;
	width: 200px;
	margin-top: -3px;
}

.avatar .frame-t, .avatar .frame-b { width: 187px; }
.avatar .frame-l { width: 187px; }
.avatar .frame-r { width: 186px; }

.description
{
	float: left;
	width: 355px;
	height: 85px;
}

.description p
{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #6e6e6e;
	line-height: 15px;
}

.uspesnost
{
	width: 125px;
	height: 90px;
	float: right;
	text-align: center;
	color: rgb(51,51,51);
	font-size: 16px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.uspesnost p { font-size: 2em; }

.vip { background: url(../img/vipstar.png) 145px 8px no-repeat; }

.actions
{
	float: left;
	width: 355px;
	height: 120px;
}

* html .actions { margin-top: -70px }

.rating
{
	width: 113px;
	height: 22px;
	float: left;
	background: url(../img/rate.png) no-repeat;
	margin-bottom: 5px;
}

.stars
{
	width: 75px;
	height: 15px;
	margin-left: 40px;
	margin-top: 2px;
}

.actions .options a
{
	float: left;
	clear: left;
	height: 14px;
	width: 150px;
	background: url(../img/bullet.gif) 0 3px no-repeat;
	padding-left: 10px;
	margin-top: 6px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1d8ec2;
	text-decoration: none;
}

.actions .options a:hover { color: #666; }

table.profile-table
{
	margin: 0;
	width: 562px;
}

table.profile-table td
{
	height: 8px;
	font-size: 11px;
	line-height: 11px;
	padding: 6px;
	margin: 0;
	border: none;
	border-left: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

table.profile-table td.ltd, table.profile-table td.bltd
{
	border-left: none;
	width: 140px;
	text-align: right;
}

table.profile-table td.bltd
{
	width: 480px;
	text-align: left;
}

.profile-table .ltr td { border-bottom: none; }

.titlebar
{
	float: left;
	clear: left;
	height: 22px;
	margin-top: 10px;
	width: 564px;
	background: url(../img/th.png) repeat-x;
}

.titlebar .tl, .titlebar .tr
{
	float: left;
	width: 3px;
	height: 4px;
	background: url(../img/thl.png) no-repeat;
}

.titlebar .tr
{
	float: right;
	background: url(../img/thr.png) no-repeat;
}

.titlebar span
{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #fff;
	margin-top: 5px;
	margin-left: 3px;
	float: left;
}

table.profile-table td.ratetd
{
	background: url(../img/ratetd.png) no-repeat;
}

.ratetd-stars
{
	margin-top: -20px;
	margin-left: 35px;
}

.ratetd-stars[class]
{
	margin-top: -15px;
	margin-left: 29px;
}

.ratetd-stars .star { margin-left: -4px; }

.friend-list
{
	margin-left: 9px;
	margin-top: 14px;
	width: 550px;
	float: left;
}

.friend-list[class]
{
	margin-left: 14px;
	width: 550px;
}

.friend
{
	float: left;
	width: 64px;
	height: 87px;
	margin-right: 13px;
	background: url(../img/avatar.png) no-repeat;
	text-align: center;
}

.friend[class] { margin-right: 14px; }

.friend img
{
	width: 56px;
	height: 56px;
	margin: 4px;
}

.friend a
{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1d8ec2;
	text-decoration: none;
}

.friend a:hover { color: #666; }

.status
{
	padding-left: 10px;
	position: relative;
	top: -2px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.online { color: #4cc185; }
.offline { color: #bb5456; }


.dark-block .whosonline .friend img { margin:0; border:0; width: auto; }
.dark-block .whosonline .friend { background: transparent;  }