/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	Additional CSS for Shop Easy
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	

#content #shopEasy img.imageThumb,
#content #categoryImage img {
	padding: 1px;
	border: 1px solid #ddbdb4;
}

#content #shopEasy .price em {
	font-size: 0.9em;	
}

#content #shopEasy .price span {
	font-size: 0.8em;	
}
	
	
/*	-------------------------------------------------------------
	VIEW CATEGORY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content #categoryImage {
	float: left;
	padding: 5px 10px 5px 0;
}
	
#content #itemList #categories h2 {
	font-size: 1em;	
}

/*	Categories
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	


#content #shopEasy #categories .category .title {
	clear: both;	
	border-bottom: 0;
	padding: 10px 0 0 0;
}

#content #shopEasy #categories .category .image {
	float: left;
	padding: 3px 10px 2px 0;	
}



/*	Products
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content #shopEasy #products table {
	border-collapse: collapse;
}

#content #shopEasy #products table tr td {
	display: table-cell;
	text-align: left;
	padding: 3px 5px 4px 0;
	vertical-align: top;
}
	
#content #shopEasy #products h3 {
	font-size: 1.2em;	
	padding: 5px 0 0 0;
	margin: 0;
}
	
#content #shopEasy #products .image {

	padding: 10px 0 0 0;
	width: 95px;
}

#content #shopEasy #products .intro p {
	padding: 1px 0 3px 0;
}

#content #shopEasy #products .priceBuy {
	text-align: right;
	width: 60px;
	padding-top: 22px;
}

#content #shopEasy #products .price {
	font-size: 1.2em;
}

#content #shopEasy #products .quickBuy a:link,
#content #shopEasy #products .quickBuy a:visited {
	display: block;
	float: right;
	padding: 1px 3px;
	text-align: center;
	background: #ef8ebf;
	border: 1px solid #e4589f;
	color: #fff;
	font: 12px Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#content #shopEasy #products .quickBuy a:hover {
	background: #eb7cb4;
	border: 1px solid #dc4c95;
}	
	


/*	-------------------------------------------------------------
	VIEW PRODUCT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content h2#productTitle {
	
}	

#content #productPrice {
	float: right;
	padding: 2px 0 7px 10px;
	font: 1.6em Georgia, serif;
}

/*	Buy Button
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content #shopEasy #buyButton {
	clear: right;
	float: right;	
}

#content #shopEasy #buyButton a:link,
#content #shopEasy #buyButton a:visited {
	display: block;
	float: right;
	padding: 1px 5px;
	text-align: center;
	background: #ef8ebf;
	border: 1px solid #e4589f;
	color: #fff;
	font: 14px Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#content #shopEasy #buyButton a:hover {
	background: #eb7cb4;
	border: 1px solid #dc4c95;
}	

/*	Images
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content #shopEasy #productImages {
	clear: both;
	padding: 15px 10px 10px 10px;
}

#content #shopEasy #productImages .productImage {
	float: left;
	padding: 0 10px 10px 0;	
}


/*	Back Link
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content #shopEasy #backLink {
	clear: both;
	padding: 15px 0 10px 0;
	text-align: center;
}

#content #shopEasy #backLink a:link,
#content #shopEasy #backLink a:visited {
	font-size: 1.2em;
}
	
