#toolbox {
	padding: 0 0px;
	padding-bottom: 1em;
	}
/* #toolbox ul {list-style-position: inside;}	 */
.listing {margin-top: 1em;}
.imageright {float: right; margin: 0 0 15px 15px; position: relative;}
.imageleft {float: left; margin: 0 15px 15px 0;}
.imageright, .imageleft {position: relative; } 
.imageleft img, .imageright img {
	border: 3px solid #7c8f7e;
	display: block;
position: relative;
}
.imagecaption {
	clear: left;
	color: #000;
	font-size: 11px;
	padding: 3px 5px;
	}
h1 {
	color: #292D74;
	font-size: 16px;
	margin: 0;
	}
h2 {
	color: #292D74;
	font-size: 14px;
	margin: 0;
	}
	
/* IE Italic bug Fix */

/* Image Upload Icons */
.file-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;
	}
.avi	{ background-image: url(images/file-ext/avi.gif);}
.doc	{ 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);}
.download {  background-image: url(images/file-ext/download.gif); clear: none;}

