a:link {color: #333}
a:visited {color: #333}
a:hover {color: #000}
a:active {color: #333}
#toolbox p {margin-top: 0;}
.listing {}
/* Category Header */	
h1 {color: #000; font-size: 14px; margin: 0.5em 0;}
/* Listing Header */
h2 {color: #000; font-size: 14px; margin: 0.5em 0;}
/* Images */
.image {
	float: left;
	position: relative;
	width:286px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:292px;
	height: 1%;
	overflow: hidden;
	}	
.listing .imageleft,
.listing .imageright  { display: inline;}
.image div {height: 11px; width: 11px; position: absolute}
.image img {border: 4px solid #ccdff1; display: block;}
/* Rounded Corners */
.image-c-1 {top: 0; left: 0; background: url(assets/corners/top-left.gif) top left  no-repeat;}
.image-c-2 {top: 0; right: 0; background: url(assets/corners/top-right.gif) top right  no-repeat;}
.image-c-3 {bottom: 0; left: 0; background: url(assets/corners/bottom-left.gif) bottom left  no-repeat;}
.image-c-4 {bottom: 0; right: 0; background: url(assets/corners/bottom-right.gif) bottom right no-repeat;}

/*Image Captions */
.imagecaption {
	border-bottom: 1px solid #ccdff1;
	color: #0e2e52;
	font-size: 10px;
	padding: 0.5em 0;
	clear: left;	}

/* Aligning Category and Listing Images */
.imageright {
	float: right;
	position: relative;
	margin: 0 0 20px 20px;
	}
.imageleft {
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
	}
/* 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;}