#toolbox {
	margin: 10px 10px 20px 10px;
	}
#toolbox p {
	margin-top: 0;
	text-align: justify;
	}		
#toolbox h1, #toolbox h2 {
	color: #da4a52;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 0.5em;
	}
	
.imageleft img, .imageright img {
  border:3px solid #ffd858;
  display:block;
}
body#chamber /* Chamber style */ 
.imageleft img,
body#chamber /* Chamber style */ 
.imageright img {
  border:3px solid #f28234;
  display:block;
}

/* Images with rounded Corners... */
.imageleft, imageright {position: relative;}
.image {
	float: left;
	position: relative;

  width: 266px;
	height: 1%;
	overflow: hidden;
}
.image div {
  height:10px;
  position:absolute;
  width:10px;
	background-repeat: no-repeat;
}
.imageright {
	float: right;
	margin: 0 0 10px 10px;
	 display: inline;}
.imageleft {
	float: left;
	margin: 0 20px 10px 0;
	}
.listing {
	position:relative;
	height: 1%; 
/*	overflow: hidden; */
	clear:both; 
	margin-top: 2em; 
	margin-bottom: 1em;
	}	
#topleft 			{top: 0; left: 0; background: url(assets/corners/topleft.gif) top left no-repeat;}
#topright 		{top: 0; right: 0; background: url(assets/corners/topright.gif) top right no-repeat;}
#bottomleft 	{bottom: -1px; left: 0; background: url(assets/corners/bottomleft.gif) bottom left no-repeat;}
#bottomright 	{bottom: -1px; right: 0; background: url(assets/corners/bottomright.gif) bottom right no-repeat;}

body#chamber /* Chamber style */ 
#topleft 			{top: 0; left: 0; background: url(assets/corners/topleftC.gif) top left no-repeat;}
body#chamber /* Chamber style */ 
#topright 		{top: 0; right: 0; background: url(assets/corners/toprightC.gif) top right no-repeat;}
body#chamber /* Chamber style */ 
#bottomleft 	{bottom: -1px; left: 0; background: url(assets/corners/bottomleftC.gif) bottom left no-repeat;}
body#chamber /* Chamber style */ 
#bottomright 	{bottom: -1px; right: 0; background: url(assets/corners/bottomrightC.gif) bottom right no-repeat;}

.imagecaption {
	font-size: 11px;
	color: #2955a5;
	padding: 5px 0;
	border-bottom: 1px solid #184d84;
	clear: both;
	}
/* 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;
	}
.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; background-repeat: no-repeat;}	
