.none {
	display: none;
}
.block {
	display: block;
}

section#location {
	width: 280px;
}

section#location hgroup {
	text-align: center;
	background: #4B380F;
	padding: 15px 0;
}

section#location hgroup h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 100;
}

section#location article {
	overflow: hidden;
	float: left;
}

section#location article ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

section#location article li {
	width: 80px;
	padding: 0 0 0 5px;
	margin: 5px 0;
}
	section#location article li:nth-child(1) {
		background: #aea86e;
	}
	section#location article li:nth-child(2) {
		background: #dea41c;
	}
	section#location article li:nth-child(3) {
		background: #7d0100;
	}
	section#location article li:nth-child(4) {
		background: #a62b26;
	}
	section#location article li:nth-child(5) {
		background: #f04705;
	}

section#location article li a {
	text-decoration: none;
	color: #fff;
	font-size:12px;
}

section#location article li ul {
	width: 190px;
	margin: 0;
	padding: 0;
}

.province {
	width: 190px;
	float: left;
	margin: 5px 0;
	padding: 0;
}

	.province ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.province li {
		width: 80px;
		float: left;
		text-align: left;
		padding-left:10px;
	}

	.province li a {
		color: #2c1913;
		font-size:12px;
	}