/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #itemList p.backLink {
	display: block;
	clear: both;
	font-size: 1.2em;
	text-align: center;
	padding: 18px 0 5px 0;
}


/*	-------------------------------------------------------------
	VIEW CATEGORY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content #itemList #categories {
	clear: both;
	padding: 5px 0 0 0;
}

#content #categoryImage {
	float: right;
	padding: 5px 0 5px 10px;
}



/*	Categories
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content #itemList #categories .category {
	clear: both;
	padding: 5px 0 5px 0;
}

#content #itemList #categories h2 a:link,
#content #itemList #categories h2 a:visited {
	display: block;
	font-size: 1.4em;
	padding: 2px 0 6px 18px;
	background: url(../images/icons/category.gif) no-repeat 0 40%;
	text-decoration: none;
}

#content #itemList #categories h2 a:hover {
	text-decoration: underline;
}

#content #itemList #categories .category .image {
	float: right;
	padding: 3px 0 2px 10px;	
}


/*	Items
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content #itemList #items {
	clear: both;
	padding: 6px 0 5px 0;
}

#content #itemList #items .item {
	clear: both;
	padding: 10px 0 15px 10px;
}

#content #itemList #items h3 a:link,
#content #itemList #items h3 a:visited {
	display: block;
	font-size: 1.3em;
	line-height: 1.1em;
	padding: 0 0 3px 0;
	text-decoration: none;
}

#content #itemList #items h3 a:hover {
	text-decoration: underline;
}


	
/*	-------------------------------------------------------------
	ITEM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content #itemList #itemImages,
#content #itemList #itemAttachments {
	clear: right;
	float: right;
	width: 210px;
	padding: 0 0 10px 0;
}

#content #itemList #itemImages ul ,
#content #itemList #itemAttachments ul {
	padding: 0;
	margin: 0;
}

#content #itemList #itemImages ul li ,
#content #itemList #itemAttachments ul li {
	padding: 3px 0 5px 0;
	margin: 0;
	background: 0;
}

/*	Images
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content #itemList #itemImages img {
	display: block;
}

/*	Attachments
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content #itemList #itemAttachments a:link,
#content #itemList #itemAttachments a:visited {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	background: no-repeat 0 0;
	padding: 5px 0 15px 36px;
}

#content #itemList #itemAttachments a:hover {
	background-position: 1px 0;
}