/* toolbox */
#toolbox {
	margin: 0.5em 10px 0 30px;
	clear: left;
	color: #000;
	}
#toolbox p {margin-top: 0;}	
/* Category Header */	
#category h1 {color: #000; font-size: 16px; margin-bottom: 3px;}
/* Listing Header */
.listing h2 {color: #535353; font-size: 14px; margin-bottom: 3px;}
/*Image Captions */
.imagecaption {font-size: 11px; margin: 0 5px;}
/* 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;
	display: inline;
	}
.imageleft {
	float: left;
	position: relative;
	margin: 0 20px 10px 0;
	display: block;}
/* Clear line before each listing */
.listing {clear: both;}
/* Image Upload Icons */
.pdf, .txt, .doc, .ppt, .xls{
width:20px;
padding:0 20px 0 0;
}
.pdf{
background: url(images/file-ext/pdf.png) no-repeat right;
}
.txt{
background: url(images/file-ext/txt.png) no-repeat right;
}
.doc{
background: url(images/file-ext/doc.png) no-repeat right;
}
.ppt{
background: url(images/file-ext/ppt.png) no-repeat right;
}
.xls{
background: url(images/file-ext/xls.png) no-repeat right;
}
.zip{
width:23px;
padding:0 23px 0 0;
background: url(images/file-ext/zip.png) no-repeat right;
}
.amazon{
width:18px;
padding:0 18px 0 0;
background: url(images/file-ext/amazon.gif) no-repeat right;
}
