#search_results { margin-top: 8px}

#search_results .head {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: #000000;
	line-height: 42px;
	padding: 0 10px;
}

.results_news .result a {
	text-decoration: none;
	color: #353535;
	font-size: 14px;
}

.results_news .result a:hover strong {
	text-decoration: underline
}

.results_news .result { margin-bottom: 4px}
.results_news .result:last-child { margin-bottom: 0px}

.results_players .result {
	width: 290px
}

.results_players .result .name {
	color: #0b202e;
	font-size: 18px;
	font-weight: bold;
}

.results_players .result .info {
	width: 195px;
}

.results_players .result .image {
	width: 79px;
	position: relative;
	padding-top: 3px;
	height: 76px;
	text-align: center;
	overflow: hidden
}

.results_players .result .image .shape03 {
	position: absolute;
	top: 0;
	width: 79px;
	height: 79px;
	background: url(../images/bg.shape03.png) no-repeat 0 0;
	left: 0;
	z-index: 99;
}

.results_players .result .position {
	font-size: 14px;
	color: #353535;
}
