﻿.characteristics
{
	float: left;
	width:680px;
	background: transparent url(../images/design/characteristics-bg.png) repeat-x;
	height: 53px;
	margin-bottom: 10px;
}
.characteristics .first_row
{
	float: left;
	width: 660px;
	padding: 5px 10px;
	height: 15px;
}
.characteristics .second_row
{
	margin-top: 3px;
	float: left;
	width: 660px;
	padding: 5px 10px;
	height: 15px;
}
.characteristics .characteristic
{
	width:220px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}
.characteristic div
{
	margin-right: 15px;
}
.characteristic sup
{
	margin-right: 22px;
}
.biggest_jump_img
{
	background: transparent url(../images/design/characteristic-50-up.png);
	height: 12px;
	width: 9px;
	float: left;
	margin: 2px 4px;
}
.biggest_jump_red_img
{
	background: transparent url(../images/design/characteristic-50-down.png);
	height: 12px;
	width: 9px;
	float: left;	
	margin: 2px 4px;
}
.day_winner_img
{
	background: transparent url(../images/design/characteristic-medal.png);
	height: 16px;
	width: 10px;
	float: left;	
	margin: 0 3px;
}
.old_leader_img
{
	background: transparent url(../images/design/characteristic-shirt.png);
	height: 13px;
	width: 15px;
	float: left;	
	margin: 1px 0;
}
.subleague_ranking_leader_img
{
	background: transparent url(../images/design/characteristic-cup.png);
	height: 16px;
	width: 16px;
	float: left;
}
.search_bar
{
	float:left;
	width: 650px;
	padding: 15px;
	overflow:hidden;
	background: url(../images/registration/register_search_bar_bg.png) repeat-x;
	margin-bottom: 10px;
}
.search_bar .criterias
{
	float: left;
}
.search_bar .criterias div
{
	float: left;
	font-size:12px;
	padding-right:30px;
}
.search_bar .criterias div span {
	color:White;
	display:block;
	padding-bottom:8px;
}
.search_bar .criterias div input {
	float:left;
	height:16px;
	width:425px;
}
.search_bar .criterias div.search {
overflow:hidden;
padding:5px 0 0;
}
.search_bar .criterias div.search input {
	background:transparent url(../images/registration/search_button.gif) no-repeat scroll 0 0;
	border:none;
	cursor:pointer;
	float:left;
	height:40px;
	margin:0;
	padding:0;
	width:180px;
}
