@CHARSET "UTF-8";

#prices_buttons {
	height: 40px;
	margin: 0 0 12px 0;
	padding: 0;
	background: #4db5ff;
}

	.prices_button {
		width: 92px;
		height: 40px;
		display: block;
		float: left;
		background-color: #4db5ff;
	}
	
		.prices_button a {
		 	display: block;
		 	width: 92px;
		 	height: 40px;
			text-decoration: none; 
		 }
	 
		 .prices_button a:hover {
		 	background-position: top !important;
		 }

	#priceslinktitle {
			width: 30px; 
			height: 40px; 
			display: block; 
			float: left; 
			background: url(../images/elements/prices_00.png) bottom;
	}

	#priceslink01 a {background: url(../images/elements/prices_01.png) bottom;}
	#priceslink02 a {background: url(../images/elements/prices_02.png) bottom;}
	#priceslink03 a {background: url(../images/elements/prices_03.png) bottom;}
	#priceslink04 a {background: url(../images/elements/prices_04.png) bottom;}
	#priceslink05 a {background: url(../images/elements/prices_05.png) bottom;}
	#priceslink06 a {background: url(../images/elements/prices_06.png) bottom;}
	#priceslink07 a {background: url(../images/elements/prices_07.png) bottom;}
	#priceslink08 a {background: url(../images/elements/prices_08.png) bottom;}
	#priceslink09 a {background: url(../images/elements/prices_09.png) bottom;}
	#priceslink10 a {background: url(../images/elements/prices_10.png) bottom;}

	.prices_button span {
		position: relative;
		left: -2000px;
	}
	
.price_selector {
	width: 592px;
	height: 592px;
	margin-left: 60px;
	padding: 0;
}

	.price_selector a {
		display: block;
		width: 246px;
		height: 246px;
		float: left;
		margin: 0;
		padding: 0;
	}
	
	.price_selector_english {background: url(../images/prices/index/select-english_out.png) top;}
	.price_selector_music {background: url(../images/prices/index/select-music_out.png) top;}
	.price_selector_yoga {background: url(../images/prices/index/select-yoga_out.png) top;}
	.price_selector_computer {background: url(../images/prices/index/select-computer_out.png) top;}
	
	.price_selector a:hover {
		background-position: bottom;
	}