@charset "utf-8";
/* CSS Document */

.routes {}
	.routes a  { color:#333; font-size:13px; padding-left:20px; background:url(../images/list.gif) 0 4px no-repeat; }
		.routes a:hover { color:#000; }
	.routes li { width:295px; margin:0 0 5px 15px; float:left; }

.stars { background:url(../images/stars.gif) no-repeat; width:74px; height:14px; }
	.stars.level0 { background-position:0px 0px; }
	.stars.level1 { background-position:0px -14px; }
	.stars.level2 { background-position:0px -28px; }
	.stars.level3 { background-position:0px -42px; }
	.stars.level4 { background-position:0px -56px; }
	.stars.level5 { background-position:0px -70px; }