/*
*
* This file contains all the interface icon settings
*
*/

#short-info li {
	list-style: none;
}


#date:before {
	content: "Päivämäärä";
	text-indent: -9999px;
	position: absolute;
	bottom: -20px;
	left: -40px;
	display: block;
	height: 25px;
	width: 23px;
	position: relative;	
	background: url("../img/interface/83-calendar.png");
}

#time:before {
	content: "Kellonaika";
	text-indent: -9999px;
	position: absolute;
	bottom: -20px;
	left: -40px;
	display: block;
	height: 25px;
	width: 25px;
	position: relative;	
	background: url("../img/interface/11-clock.png");
}

#location:before {
	content: "Sijainti";
	text-indent: -9999px;
	position: absolute;
	bottom: -20px;
	left: -40px;
	display: block;
	height: 21px;
	width: 26px;
	position: relative;	
	background: url("../img/interface/103-map.png");
}

#event-price:before {
	content: "Hinta";
	text-indent: -9999px;
	position: absolute;
	bottom: -20px;
	left: -40px;
	display: block;
	height: 23px;
	width: 28px;
	position: relative;	
	background: url("../img/interface/172-pricetag.png");
}



#event-author:before {
	content: "Kurssin vetäjä";
	text-indent: -9999px;
	position: absolute;
	bottom: -20px;
	left: -40px;
	display: block;
	height: 26px;
	width: 24px;
	position: relative;	
	background: url("../img/interface/145-persondot.png");
}

#event-prerequirities:before {
	content: "Esitietovaatimukset";
	text-indent: -9999px;
	position: absolute;
	bottom: -20px;
	left: -40px;
	display: block;
	height: 23px;
	width: 30px;
	position: relative;	
	background: url("../img/interface/140-gradhat.png");
}

#group-size:before {
	content: "Ryhmäkoko";
	text-indent: -9999px;
	position: absolute;
	bottom: -20px;
	left: -40px;
	display: block;
	height: 21px;
	width: 32px;
	position: relative;	
	background: url("../img/interface/112-group.png");
}

#event-apply-info:before {
	content: "Ilmoittaudu";
	text-indent: -9999px;
	position: absolute;
	bottom: -20px;
	left: -40px;
	display: block;
	height: 19px;
	width: 18px;
	position: relative;	
	background: url("../img/interface/117-todo.png");
}


#event-equipment:before {
	content: "Varusteet";
	text-indent: -9999px;
	position: absolute;
	bottom: -20px;
	left: -40px;
	display: block;
	height: 18px;
	width: 24px;
	position: relative;	
	background: url("../img/interface/86-camera.png");
}




