/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2010
	
	ITEM LIST
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


/*	-------------------------------------------------------------
	Defaults
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	


#itemList h2 {
	clear: both;
	margin: 10px 0;
	padding: 10px 0 10px 10px;
	font: 1.6em Arial, Verdana sans-serif;
	font-weight: bold;
	color: #fff;
	background: #73a2bb;
}


/*	Product Table
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#itemList table.item_specifications {
	border-collapse: collapse;
}
#itemList .item_details .item_specification,
#itemList table.item_specifications tr td {
	margin: 10px 0;
	padding: 5px 20px 5px 10px;
	color: #323d41;
	background: #d9e5ed;
}

#itemList table.item_specifications tr td {
	display: table-cell;
}

#itemList table.item_specifications tr td.code {
	font-weight: bold;
}



/*	-------------------------------------------------------------
	CATEGORY VIEW
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

/*	Category
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#itemList #categories .category h2.title a:link,
#itemList #categories .category h2.title a:visited {
	font-weight: bold;
	color: #fff;
}


/*	Products
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#itemList .item_details {
	float: left;
	width: 340px;
}

#itemList .item_details.last {
	float: right;
}

#itemList h3.title {
	padding: 5px 10px;
	width: 320px;
	font-size: 1.1em;
	color: #fff;
	background: #8a8e8f;
}

#itemList h3.title a:link,
#itemList h3.title a:visited {
	text-decoration: none;
	color: #fff;
}

#itemList h3.title a:hover {
	text-decoration: underline;
}

#itemList .specifications {
	margin: 5px 0 10px 0;
	color: #323d41;
}


#itemList .features {
	margin: 10px 0 0 0;
	padding: 5px 12px;
	border-left: 10px #5aa6c2 solid;
	background: #d9e5ed;
}

#itemList .thumb {
	text-align: center;
}

#itemList .divider {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px #b7ccda dashed;
}

#itemList .custom_made {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 15px;
	width: 658px;
	height: 130px;
	text-align: center;
	color: #4e6f83;
	border: 1px #c2d6e2 solid;
	background: #e6eff5 url("../images/custom_bg.gif") no-repeat top left ;
}


/*	Custom Made
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#itemList .custom_made h3 {
	font-size: 1.8em;
	font-weight: bold;
}

#itemList .custom_made h3 span {
	font-style: italic;
	font-weight: bold;
	color: #e05206;
}

#itemList .custom_made p {
	font-size: 1em;
}


/*	-------------------------------------------------------------
	PRODUCT VIEW
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#itemList.product .item_details {
	float: left;
	width: 340px;
}

#itemList.product p.backLink {
	font-size: 0.9em;
}

/*	Details
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#itemList.product h1 {
	border-bottom: 1px #aaa solid;
}
	
/*	Images
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#itemList.product .thumb p.image {
	width: 340px;
}

#itemList.product .thumb p.enlarge {
	text-align: center;
	border-bottom: 1px #aaa dotted;
}

.thumb p.enlarge {
	text-align: right;
	color: #666;
}

.thumb p.enlarge span {
	padding: 0 0 0 14px;
	background: url("../images/enlarge_img.gif") no-repeat left;
}





