#toolbox {color: #463b31; margin: 20px;}
h1, h2 {color: #1a5560; font-size: 14px; margin-bottom: 0.5em;}
h1 {
	padding: 5px 0 10px 40px;
	background: url(assets/bg-h1.gif) no-repeat;
	height: 1%;
	}
#category {}
.listing {
	height: 1%;
overflow: hidden;
clear: both;
margin-top: 1em;
}
#toolbox p {
	margin-top: 1em;
}
.imageright, .imageleft {
	font-size: 11px;
	color: #218092;
	}
.imageright img, .imageleft img {border: 1px solid #6dabb7;}
.imageleft {
	float: left;
	margin: 0 10px 10px 0;
	}
.imageright {
	float: right;
	margin: 0 0 10px 10px;
	}
.imagecaption {padding: 2px 0;}	


/* Image Upload Icons */
.file-download, .download {
	background-repeat: no-repeat;
	background-position: left;
	padding: 1px 2px;	
	padding-left: 18px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
/*	float: left;
	clear: left; */
	float: left;
}
.file-download {
	width: 150px;
	float: left;
	clear: left;
}	
.avi	{ background-image: url(images/file-ext/avi.gif);}
.doc, .docx	{ background-image: url(images/file-ext/doc.gif);}
.gif	{ background-image: url(images/file-ext/gif.gif);}
.html	{ background-image: url(images/file-ext/html.gif);}
.jpg	{ background-image: url(images/file-ext/jpg.gif);}
.mov	{ background-image: url(images/file-ext/mov.gif);}
.mp3	{ background-image: url(images/file-ext/mp3.gif);}
.pdf	{ background-image: url(images/file-ext/pdf.png);}
.ppt	{ background-image: url(images/file-ext/ppt.gif);}
.txt	{ background-image: url(images/file-ext/txt.png);}
.wmv	{ background-image: url(images/file-ext/wmv.gif);}
.xls	{ background-image: url(images/file-ext/xls.gif);}
.zip	{ background-image: url(images/file-ext/zip.png);}
.dwg 	{ background-image: url(images/file-ext/cad.gif);}
.download {  background-image: url(images/file-ext/download.gif); clear: none; background-repeat: no-repeat;}
