/* This is the H1 title used in the sample PHP files */
	.sampleTitle {
	text-align:center;
	font-family: Papyrus, Georgia, "Times New Roman";
	font-weight: normal;
	}
/* 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;
	}
/* This is the style given to the product image link by default */
	.gridCell .realviewLink {
		border:1px solid #333333;
		display:block;
		padding:0px;
	}
/* This is the style given to the product image itself by default */
	.gridCell .realviewImage {
		border:2px;
	}
/* This is the style given to the inside of the image link when hovering over the image */
	.gridCell .realviewLink:hover .realviewImage {
		border:2px solid #333333!important;
	}
/* This is the style given to the outside of the image link when hovering over the image */
	.gridCell .realviewLink:hover {
		border:1px solid #333333!important;
	}
/* This is the style given to the text underneath the image (title, description, price...) */
	.gridCellInfo {
		text-align:center;
		font-size:.75em;
	}
/* Centers text under the product  */
	.gridCellInfo a, .gridCellInfo a span {
		text-align:center;
	}
/* This is the main container for the grid of products */
	.allGrids {
		text-align:center;
		width:100%;
	}
/* Centers the grid of products inside allGrids */
	.centerGrids {
		 margin-left: auto;
		 margin-right: 55px;
	}
	.error {
		border:1px solid;
		padding:18px;
		margin-bottom:23px;
	}
/* The currently selected sort method */
	.selectedSort, .selectedSort a {
		text-decoration:none;
	}
/* The pagination links */
	.count {
		float:right;
		margin-left:-2px;
		margin-bottom:7px;
		text-align:right;
		position:relative;
	}
/* Powered by Zazzle logo */
	.pbimg {
		position:absolute;
		top:-5px;
		left:0px;
	}
	.pbimg img {
		border:0px;
	}
/* Empty classes in case you want to change the look of the pagination and sort */
	.count a, .sortLinks a {
		
	}
	.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: inline-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. changed from 15 to 60*/	
	.productDescription {
	cursor: default;
	text-decoration: none;
	position:relative;
	overflow:hidden;
	height:32px;
	color: #000;
	}
/* The product title text */
	.productTitle {
	display:block;
	height:15px;
	overflow:hidden;
	font-weight:bold;
	color: #006666;
	}
/* Product price text */
	.productPrice {
	cursor: default;
	text-decoration: none;
	font-size: 7pt;
	color: #060;
	}
/* The pagination arrows (previous/next)*/
	.paginationArrows {
		text-decoration: none;	
	}
	
.mainpage {
	font-family: "Tempus Sans ITC", "Palatino Linotype", "Comic Sans MS";
	background-color: #ccffcc;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(../Images/StorePageLeaves.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 14px;
}
.mainpage #apDiv2 #home {
	width: 50px;
	float: left;
	text-align: center;
	top: 7px;
	position: absolute;
	left: 288px;
	vertical-align: middle;
}
.mainpage #apDiv2 #store {
	width: 39px;
	text-align: center;
	float: left;
	left: 481px;
	position: absolute;
	top: 7px;
	vertical-align: middle;
}
.mainpage #apDiv2 #blog {
	text-align: center;
	float: left;
	left: 653px;
	position: absolute;
	top: 6px;
	vertical-align: middle;
	width: 65px;
}
.mainpage #apDiv2 #google_translate_element {
	font-family: "Tempus Sans ITC", Georgia, "Times New Roman";
	float: left;
	position: absolute;
	top: -2px;
}
.mainpage #Instruction {
	font-family: "Tempus Sans ITC", Georgia, "Times New Roman";
	font-size: 13px;
	font-style: normal;
	line-height: 23px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 100px;
	right: 195px;
	width: 760px;
}
.mainpage #error {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 362px;
	right: 135px;
	font-size: x-small;
	width: 875px;
	color: #900;
	line-height: 18px;
	font-family: "Tempus Sans ITC", Georgia, "Times New Roman";
}
