/* This is the H1 title used in the sample PHP files */
	.sampleTitle {
		text-align:center;
	}
/* This is one product grid cell (the box that contains each product image and text) */
	.gridCell {
		float:left;
		text-align:center;
		position:relative;
		overflow:hidden;
/*		margin-top:4px;*/
	}
/* This is the style given to the product image link by default */
	.gridCell .realviewLink {
/*		border:0px solid #000000; /*#AFD0F8; this is the OUTSIDE border when no hover*/
		display:block;
/*		padding:10px;*/
	}
/* This is the style given to the product image itself by default */
	.gridCell .realviewImage {
/*		border:0px solid #000!important;/*can't get this to do a damn thing, until added important*/
	}
/* This is the style given to the inside of the image link when hovering over the image */
	.gridCell .realviewLink:hover .realviewImage {
/*		border:0px solid #999!important;/*AFD0F8  FFCC99*/
	}
/* This is the style given to the outside of the image link when hovering over the image */
	.gridCell .realviewLink:hover {
/*		border:0px solid #030!important;*/
	}
/* This is the style given to the text underneath the image (title, description, price...) */
	.gridCellInfo {
		text-align:center;
		font-size:.75em;
		margin-top:-25px; /*pulls the grid info text up to the bottom of the image, this probably won't work if cell borders are on - BK*/
	}
/* Centers text under the product  */
	.gridCellInfo a, .gridCellInfo a span {
		text-align:center;
		color: #000;
	}
	.gridCellInfo a:hover {
		color: #360;
	}
/* This is the main container for the grid of products */
	.allGrids {
		float:left;
		width:100%;
/*		margin-left:-3px;
/*		margin: 0 10px 0 10px;*/
/*		padding-left:-3px;
/*		border:1px solid #000;*/
		text-align:center;
	}
/* Centers the grid of products inside allGrids */
	.centerGrids {
		 margin-left: auto;
		 margin-right: auto;
	}
	.error {
		border:1px solid #000;
		padding:18px;
		margin-bottom:23px;
	}
/* The currently selected sort method */
	.selectedSort, .selectedSort a {
		text-decoration:none;
	}
/* The pagination links */
	.count {
		margin-left:-2px;
		padding-top:6px;
		margin-bottom:0px;
		color: #000;
		font-size:12px;
		font-weight:bold;
		text-align:center;
		position:relative;
	}
	.count a:hover {
		color: #360;
	}
/* Powered by Zazzle logo */
	.pbimg {
		position:absolute;
		top:10px;
		left:3px;
	}
	.pbimg img {
		border:0px;
	}
/* Empty classes in case you want to change the look of the pagination and sort */
	.count a, .sortLinks a {
			color: #000;
	}
	.sortLinks {

	}
/* Used to stop product grids from floating to the left (at the end of the grid) */
	.clearMe {
		clear:both;
		margin:0px;
		padding:0px;
	}
/* Height of clearMe DIV */
	.short {
		height:10px;
	}
/* Fix for Mozilla browsers for floating elements...best not touch this! */
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.clearfix {display: block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

/* Empty class in case you want to style the currently selected page number */
	.current {
		
	}
/* The product description text. To show more than one line of the description, increase the height. */	
	.productDescription {		
		cursor: default;
		text-decoration: none;
		position:relative;
		overflow:hidden;
		height:8px;
	}
/* The product title text */
	.productTitle {
		display:block;
		height:15px;
		color: #000;
		overflow:hidden;
		font-weight:bold;
	}
	.productTitle:hover {
		color: #360;
	}

/* Product price text */
	.productPrice {
		cursor: default;
		text-decoration: none;
		font-size: 8pt;	
	}
/* The pagination arrows (previous/next)*/
	.paginationArrows {
		text-decoration: none;	
	}
	