/*

AUTHOR:		Troy Dean 
WEBSITE:   	http://www.guardianwebdesign.com.au
CLIENT NAME:	Living Music
CLIENT SITE:	http://www.livingmusic.com.au
VERSION:		1.0  
        	
*/ 

.none
 {
	display: block;
	padding: 15px 0 15px 60px;
	}
	
.page
 {
	display: block;
	padding: 15px 0 15px 60px;
	background: url('images/page-icon.gif') no-repeat center left;
	}

.pdf
 {
	display: block;
	padding: 15px 0 15px 60px;
	background: url('images/pdf-icon.gif') no-repeat center left;
	}
	
.mp3
 {
	display: block;
	padding: 15px 0 15px 60px;
	background: url('images/mp3-icon.gif') no-repeat center left;
	}
	
.video
 {
	display: block;
	padding: 15px 0 15px 60px;
	background: url('images/vid-icon.gif') no-repeat center left;
	}
	
.website
 {
	display: block;
	padding: 15px 0 15px 60px;
	background: url('images/web-icon.gif') no-repeat center left;
	}
