/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	Additional CSS for Shop Easy
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	

#content #shopEasy img.imageThumb,
#content #categoryImage img {
	padding: 1px;
	border: 1px solid #aaa;
}

#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;
}
	

/*	Categories
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content #shopEasy #categories h2.title {
	font-size: 0.8em;
}

#content #shopEasy #categories h2.title a:link,
#content #shopEasy #categories h2.title a:visited {
	display: block;
	clear: both;
	margin: 2px 0 1px 20px;
	line-height: 36px;
	height: 36px;
	padding: 0 0 0 33px;
	color: #ae8039;
	background: url(../images/h2_yellowBar.gif) no-repeat top left;
	text-decoration: none;
}

#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 .strike {
	font-size: 0.9em;
	color: #c53e3e;
	font-style: italic;
}

#content #shopEasy #products .quickBuy a:link,
#content #shopEasy #products .quickBuy a:visited {
	display: block;
	float: right;
	padding: 1px 3px;
	text-align: center;
	background: #f3d22d;
	border: 1px solid #d5b721;
	color: #996809;
	font: 12px Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#content #shopEasy #products .quickBuy a:hover {
	background: #ffeb34;
	border: 1px solid #eecd27;
	color: #ac7613;
}	
	


/*	-------------------------------------------------------------
	VIEW PRODUCT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content h2#productTitle {
	
}	

#content #productPrice {
	float: right;
	padding: 2px 0 7px 10px;
	font-size: 1.5em;

}

#content #shopEasy #productPrice .strike {
	font-size: 0.8em;
	color: #c53e3e;
	font-style: italic;
}

#content #shopEasy #productPrice .callPrice {
	font-size: 0.6em;
	font-weight: bold;
	color: #666;
	text-align: center;
}

/*	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;
}
	
