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

/*	-------------------------------------------------------------
	CATEGORIES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

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

#content #itemList #categories ul {
	margin: 0;
	padding: 0 0 0 5px;
}

#content #itemList #categories ul li {
	margin: 0;
	padding: 2px 0 10px 0;
	background: 0;
}

#content #itemList #categories a.title:link,
#content #itemList #categories a.title:visited {
	display: block;
	font-size: 1.3em;
	padding: 2px 0 6px 38px;
	background: url(../../../modules/itemList/images/icons/folder2.gif) no-repeat 0 0;
	text-decoration: none;
}

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

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

#content #itemList #items ul li {
	margin: 0;
	padding: 2px 0 15px 10px;
	background: 0;
}

#content #itemList #items a.title:link,
#content #itemList #items a.title:visited {
	display: block;
	font-size: 1.3em;
	padding: 0 0 4px 32px;
	background: url(../../../modules/itemList/images/icons/item2.gif) no-repeat 0 0;
	text-decoration: none;
}

#content #itemList #items a.title: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;
	border: 1px solid #aaa;
	padding: 1px;
}

/*	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;
}

/*	-------------------------------------------------------------
	-------------------------------------------------------------
	Custom CSS
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #itemList #categories {
	width: 300px;
	float: left;
}
	
#productsSide {
	clear: both;
	float: right;
	width: 520px;
	height: 400px;
	padding: 8px 0 0 0;
}
	
/*	-------------------------------------------------------------
	CATEGORIES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content #itemList #categories a.title:link,
#content #itemList #categories a.title:visited {
	color: #fff;
	background: #165b92;
	padding: 2px 0 0 10px;
	line-height: 1.5em;
	height: 1.7em;
}


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

#itemList #itemDescription {
	width: 500px;
}

#content #itemDescription table {
	font-size: 1em;
	margin: 10px 0;
	border-collapse: collapse;
}

#content #itemDescription table tr td {
	display: table-cell;
	vertical-align: top;
	border: 1px solid #0d4673;
	padding: 4px 5px;
}

#content #itemDescription table tr td.tableTop {
	background: #0d4673;
	color: #fff;
	font-weight: bold;
}

/*	Side
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content #itemList #itemSide {
	float: right;
	width: 205px;
}

#content #itemList #itemSide h3 {
	text-align: center;
}

#content #itemList #itemSide table {
	width: 100%;
	margin: 0 0 18px 0;
}

#content #itemList #itemSide table tr td {
	font-size: 0.8em;
	color: #111;
	border: 0;
	border-bottom: 1px solid #0d4673;
}
