﻿/*	
	Custom Class Style Sheet
	Web Development: The Web Company
	CSS Version 1.0
	
*/

.pdf
{
	padding-left: 20px;
	background: transparent url(Images/icon-pdf.gif) no-repeat left center;
}

.email
{
	padding-left: 20px;
	background: transparent url(Images/icon-email.gif) no-repeat left center;
}

.print
{
	padding-left: 20px;
	background: transparent url(Images/icon-print.gif) no-repeat left center;
}

.link
{
	padding-left: 20px;
	background: transparent url(Images/icon-link.gif) no-repeat left center;
}

.document
{
	padding-left: 20px;
	background: transparent url(Images/icon-doc.gif) no-repeat left center;
}

.tick
{
	padding-left: 20px;
	background: transparent url(Images/icon-tick.gif) no-repeat left center;
}