h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 12px;
}

#profiles {
	float: left;
	padding: 10px;
	cursor: default;
}

#profiles h1 {
}

#profiles ul {
	padding-top: 20px;
}

#profiles li { float: left; display:block; width: 410px; height: 100px; padding: 10px; }
#profiles li:nth-child(odd) { clear: left; }

.profile h2 {
	height: 20px;
	color: #000;
}

.profile p{
	display: block;
	height: 50px;
	overflow: hidden;
	color: #000000;
}

.profile img {
	float: left;
	padding: 5px;
}

#profile {
	float: left;
	padding: 10px;
	width: 400px;
}

#profile hr {
	border: 1px solid #fff;
}

#profile>h2 {
	color: yellow;
}

#profile p {
	color: #white;
	font-size: 11px;
	font-weight: normal;
}

.profileLink {
	float: right;
	color: #000;
	display:block;
	background-color:#cccccc;
	padding: 5px;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../images/site/profile/profile_enter_back.png);
	border: 1px solid #000;
}

.profileLink:hover {
	border: 1px solid #fff;
	color: #222;
}
