body {
	min-height: 700px;
}

/* Картинка страницы */
.page-img {
	right: 0;
	bottom: 0;
}




/* Разметка  */
.grid-wrap {
	max-width: 1000px;
	margin: 30px auto;
}




/* Игроки */
.find-player,
.sort {
	float: left;	
}

.find-player {
	float: left;
	width: 250px;
}

	.filter {
		background-color: #fffef0;
		border: 1px groove #c2c15d;
		width: 360px;
		height: 25px;
		display: block;
		margin-bottom: 20px;
	}
	
.sort-09,
.sort-90,
.sort-90-selected,
.sort-09-selected {
	display: block;
	float: left;
	width: 20px;
	height: 14px;
	background: url(../images/bg/buttons.png) no-repeat;
	text-decoration: none;
	border: none !important;
	margin-top: 10px;
}

.sort-90 {
	background-position: -37px -21px;
}

.sort-90:hover,
.sort-90:active,
.sort-90-selected {
	background-position: -37px 0;
}

.sort-09 {
	background-position: 0 -21px;
}

.sort-09:hover,
.sort-09:active,
.sort-09-selected {
	background-position: 0 0;
}



.players-list table {
	width: 340px;
	float: left;
}

	.players-list td,
	.players-list th {
		padding: 7px 5px;
	}
	
	.players-list .name {
		width: 100%;
	}

	.players-list .handicap {
		text-align: left;
	}

	.players-list a {
		color: #1e1e1e;
		border-bottom: 1px solid #bfbfbf;
		text-decoration: none;
	}
	
	.players-list a:hover {
		color: #5d7524;
		border-bottom: 1px solid #bbea4b;
	}
	
	
	
	
/* Авторизация */
.auth {
	display: block;
	margin-top: -15px;
}

.auth-field {
	background-color: #fffef0;
	border: 1px groove #c2c15d;
	display: block;
	margin-top: 15px;
	height: 22px;
	width: 200px;
}

.logon {
	width: 73px;
	height: 26px;
	background: url(../images/bg/buttons.png) no-repeat -95px 0;
	border: none;
	padding-bottom: 5px;
	margin-top: 15px;
	cursor: pointer;
}

.logon:hover {
	background-position: -95px -31px;
}

.reg-wrap {
	margin-top: 30px;
	padding-bottom: 2px;
}

	.reg {
		color: #5d7524;
		text-decoration: none;
		border-bottom: 1px dotted #95ba3f;
	}

.private {
	color: #1e1e1e;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	font-weight: bold;
}
