div#profil-main div.avatar-container {
	width: 200px;
	text-align: center;
	float: left;
	margin: 0 10px 1em 0;
}

div#profil-main span.username {
	font-weight: bold;
	text-transform:capitalize;
	font-variant:small-caps;
	display: block;
	margin: 0 1em 1em 210px;
	border-bottom: 1px solid #A8BCC7;
}

div#profil-main div.actions {
	float: left;
	width: 190px;
	height: 160px;
	_height: 170px;
	padding: 10px 10px 0 0;
	margin: 0 10px 1em 0;
	border-right: 1px solid #A8BCC7;
}

div#profil-main div.ocena {
	margin-bottom: 1.5em;
}

div#profil-main div.ocena img {
	vertical-align:middle;
}

div#profil-main div.actions a {
	display: block;
	padding-left: 20px;
	line-height: 20px;
	font-weight: bold;
}

div#profil-main div.actions a.oceny { background: url("../img/icons/comments.icon.gif") center left no-repeat; }
div#profil-main div.actions a.send-pm { background: url("../img/icons/message.icon.gif") center left no-repeat; }
div#profil-main div.actions a.invite { background: url("../img/icons/friends.icon.gif") center left no-repeat; }
div#profil-main div.actions a.favs { background: url("../img/icons/mark-as-fav.icon.gif") center left no-repeat; }


div#profil-main div.info {
	float: left;
	height: 160px;
	_height: 170px;
	padding: 10px 0 0 10px;
	width: 200px;
	overflow: hidden;
}

div#profil-main div.info th,
div#profil-main div.info td,
div#profil-main div.info td a {
	font-weight: bold;
	line-height: 18px;
}

div#profil-main div.info th {
	text-align: right;
	padding-right: 1em;
}

div#profil-main div.info td,
div#profil-main div.info td a {
	color: #000;
}

div#profil-main hr {
	color: #A8BCC7;
	background: #A8BCC7;
	height: 1px;
	border: none;
	clear: both;
	margin: 1em 1em 1em 0;
}
