@CHARSET "UTF-8";

/**
 * (c) Firma JAKUBIAK 2007
 * Antoni Jakubiak
 * http://www.jakubiak.biz/
 */ /**
 * Korzystajac z tego, ze style bazaaru ladowane sa po stylach forum,
 * przedefinowujemy niektore kolory
 */

#theCountryProfiles {
	display: block;
}

#theCountryProfiles a.profile {
	margin: 5px;
	float: left;
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	vertical-align: bottom;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #5686c6;
}
#theCountryProfiles a.profile:hover {
	border: 1px solid #ed125a;
}
#theCountryProfiles a.profile .nick {
	margin-top: 90px;
	margin-bottom: 2px;
	display: block;
	white-space: nowrap;
	color: #b6b6b6;
}
#theCountryProfiles a.profile .profession {
	color: #737373;
	font-size: 9px;	
}
