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

	
	
#content #shopEasy strong {
	font-weight: bold;
	color: #333;
	background: 0;
}
	
/*	-------------------------------------------------------------
	MYCART
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #myCart {
	padding: 11px 0 11px 50px;
	background: #ecc986 url(../images/shopEasy/myCart_bg.gif) no-repeat 4px 4px;
	border: 1px solid #dfa73c;
	margin: 0 0 10px 0;
	font-size: 1.1em;
}

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

#content #shopEasy #categories li {
	padding: 3px 0 10px 15px;
}

#content #shopEasy #categories li a:link,
#content #shopEasy #categories li a:visited {
	font-size: 1.5em;
}


/*	-------------------------------------------------------------
	CATEGORY VIEW
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #shopEasy #products li {
	padding: 3px 0 4px 15px;
}
	

#content #shopEasy #products li a:link,
#content #shopEasy #products li a:visited {
	display: block;
	padding: 4px 0 0 30px;
	background: url(../images/shopEasy/product.gif);
	text-decoration: none;
	color: #444;
}
	
#content #shopEasy #products li img.productImage {
	display: block;
	float: left;
	margin-right: 10px;
	border: 1px solid #ec9d24;
}
	
#content #shopEasy #products li strong {
	display: block;
	text-decoration: underline;
	padding-bottom: 4px;
	background: none;
	font-size: 1.3em;
	color: #ec6f15;
}


/*	-------------------------------------------------------------
	PRODUCT VIEW
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #shopEasy h2.productTitle {
	font-size: 2.0em;
	color: #ec6f15;
}
	
#content #shopEasy #productDescription {
	width: 750px;
	float: left;
}

#content #shopEasy #productPrice {
	float: right;
	padding: 8px 0 5px 10px;
	font-size: 1.8em;
	color: #555;
}

#content #shopEasy #productPrice span {
	font-size: 0.65em;
	font-weight: bold;
}

#content #shopEasy #productImages {
	width: 160px;
	float: right;
}

#content #shopEasy #buyButton {
	font-size: 1.3em;
	float: right;
	clear: right;
	width: 160px;
	text-align: center;
	padding-top: 15px;
}

#content #shopEasy a.addToCart:link,
#content #shopEasy a.addToCart:visited {
	display: block;
	color: #fff;
	background: #dd6611 url(../images/shopEasy/addToCart_bg.gif) repeat-x;
	text-decoration: none;
	padding: 4px 0;
	border: 1px solid #ce5c0b;
}
