/* toolbox */
#toolbox {
	margin: 12px;
	margin-left: 24px;
	color: #05367d;
	}
/* Category Header */	
/* #category h1 {color: #663f66; font-size: 14px; text-align: center; margin-bottom: 0.5em;} */
/* Listing Header */
/* .listing h2 {color: #663f66; 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 {
	width:23px;
	padding:0 23px 0 0;
	background-repeat: no-repeat;
	background-position: right;
	}
.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);}
.zip {background-image: url(images/file-ext/zip.png);}

