/* Icerinks */

/* Main icerinks page with map */

#icerinks_map {
	background: transparent url(/images/theme/ukraine_map.png) repeat scroll 0%;
	display: block;
	height: 368px;
	margin: 0pt auto 2em;
	position: relative;
	width: 600px;
}

a#icerinks_map_city:hover {
	background: transparent url(/images/theme/bullet_red_ball.png) no-repeat scroll 0% 0%;
	overflow: visible;
}

a#icerinks_map_city {
	background: transparent url(/images/theme/bullet_blue_ball.png) no-repeat scroll 0% 0%;
	width: 16px;
	cursor: default;
	display: block;
	height: 16px;
	padding-top: 0px;
	position: absolute;
}

#icerinks_cities ul {
	display: inline;
	list-style-type: none;
}

#icerinks_cities li {
	display: inline;
	list-style-type: none;
}


#icerinks_cities ul li:after {
	content: ", ";
}

#icerinks_cities ul li last:after {
	content: ". ";
}


/* Icerinks pages */

.icerink_city_name a {
	text-decoration: underlined;
	color: blue;
}

.icerink_city_address {
	font-style: italic;
	margin-bottom: 20px;
}

.icerink {
	background: transparent url(/images/theme/icerink_bg.png) no-repeat;
	padding: 15px;
	font-family: Verdana,Arial,Helvetica,Sans-Serif,serif;
}

.icerink_header {
	margin-bottom: 30px;
}

.icerink_header h1 {
	color: blue;
	padding-left: 75px;
	padding-top: 5px;
}

.icerink_header em {
	color: grey;
	font-style: italic;
}

.icerink_sidebar a {

}

.icerink_sidebar li {
	background: url(/images/theme/bullet_ball.png) left center no-repeat;
}
