/* toolbox */
#toolbox {
	margin: 0.5em 10px 0 0;
	clear: left;
	color: #000;
	}
/* Category Header */	
#category h1 {color: #334d80; font-size: 14px; text-align: center; margin-bottom: 0.5em;}
/* Listing Header */
.listing h2 {color: #334d80; font-size: 12px; text-align: left; margin-bottom: 0.5em;}
/*Image Captions */
.imagecaption {font-style: italic;}
/* Common image borders, if any */
.imageright img, .imageleft img {border: 0px solid white;}
/* Aligning Category and Listing Images */
.imageright {
	float: right;
	position: relative;
	margin: 0 0 10px 20px;
	}
.imageleft {
	float: left;
	position: relative;
	margin: 0 20px 10px 0;
	}
/* Clear line before each listing */
.listing {clear: both;}
/* Image Upload Icons */
.pdf, .txt, .doc, .ppt, .xls, .mp3, .download {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	line-height: 22px;
	display: block; 
	}
.pdf	{ background-image: url(images/file-ext/pdf.png)}
.txt	{ background-image: url(images/file-ext/txt.png)}
.doc	{ background-image: url(images/file-ext/doc.png) }
.ppt	{ background-image: url(images/file-ext/ppt.png) }
.xls	{ background-image: url(images/file-ext/xls.png) }
.mp3	{ background-image: url(images/file-ext/mp3.gif) }
.zip	{ background-image: url(images/file-ext/zip.png) }
.download {  background-image: url(images/file-ext/download.gif);}

