/* Картинка страницы */
.page-img {
	width: 90%;
	max-width: 163px;
	position: relative;
}




.grid-wrap {
	margin: 30px 60px 0 60px;
}




/* Фильтр турниров */
.filter {
	height: 2.5em;
	min-width: 300px;
	margin-bottom: 1em;
}
	
	.filter ul {
		float: none;
		left: 0;
	}
	
	.filter li {
		left: 0;
		padding: 0 10% 0 0 !important;
	}
	
	.filter a {
		text-decoration: none;
		color: #707070;
		border-bottom: 1px dashed #c0c0c0;
	}
	
	.filter .selected {
		color: #1e1e1e;
		font-size: 100%;
		font-weight: bold;
		border: none;
		cursor: default;
	}


aside h4,
aside ul {
	margin-left: 40px;
}

h4 {
	margin: 3.4em 0 .5em 0;
}

aside li {
	margin-bottom: .5em;
}

aside a {
	color: #1e1e1e;
	border-bottom: 1px solid #c0c0c0;
	text-decoration: none;
}

aside .selected {
	font-weight: bold;
}
	
	


/* Таблица турниров */
.tournaments {
	width: 100%;
	max-width: 700px;
	margin-top: -2em;
}

.tournaments td {
	padding: 0 30px 15px 0;
}

.tournaments a {
	text-decoration: none;
	border-bottom: 1px solid #c0c0c0;
	color: #1e1e1e;
}

.margin td {
	padding-top: 2em;
}

.bold td {
	font-weight: bold;
	font-size: 105%;
}

