/* @override http://otekgallery.efront.com.au/otek.css */



#left_content a.pdf_link,
#left_content a.excel_link,
#left_content a.word_link,
#left_content a.ppt_link,
a.ppt_link,
a.excel_link,
a.word_link,
a.ppt_link
{
	
	border: none;
	padding: 5px 5px 5px 22px;
	color: #666;
	text-decoration: none;
}



#left_content a.pdf_link, a.pdf_link{
	background: #fff url(/images/pdf_thumb.jpg) no-repeat left center;
}

#left_content a.excel_link, a.excel_link{
	background: #fff url(/images/excel_thumb.jpg) no-repeat left center;
}

#left_content a.ppt_link, a.ppt_link{
	background: #fff url(/images/powerpoint_thumb.jpg) no-repeat left center;
}

#left_content a.word_link, a.word_link{
	background: #fff url(/images/word_thumb.jpg) no-repeat left center;
}

#left_content a.pdf_link:hover,
#left_content a.excel_link:hover,
#left_content a.word_link:hover,
#left_content a.ppt_link:hover,
a.ppt_link:hover,
a.excel_link:hover,
a.word_link:hover,
a.ppt_link:hover
{
	
	color: #000;
}