tproduc/*  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:0 18px 18px 0;
		font-family: Verdana, Geneva,MS Sans Serif,sans-serif; font-size:12pt;
		
	}
/* This is the style given to the product image link by default */
	.gridCell .realviewLink {
		border:1px solid #AFD0F8;
		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 #AFD0F8!important;
	}
/* This is the style given to the outside of the image link when hovering over the image */
	.gridCell  .realviewLink:hover .realviewImage {
		border:1px solid #88a2c1!important;
	}
/* This is the style given to the text underneath the image (title, description, price...) */
	.gridCellInfo{
		text-align:center !important;
	font-size:.75em;
	}
/* Centers text under the product  */
	.gridCellInfo a:link, .gridCellInfo a span {
		text-align:center !important;
		


	}
	
	.gridCellInfo  a:visited{
	text-align:center !important;
		
	
}

.gridCellInfo   a:hover{

	
}
	
	
	
	
	
/* 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: auto;

	}
	
/* The currently selected sort method */
	.selectedSort, .selectedSort a {
		text-decoration:none;
		font-weight: bold;
	}
/* The pagination links */
	.count {
	
		text-align:left;
		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 */


	.sortLinks  {
	float: right;
	position: relative;
	}
	.sortLinksNotSelected  a{
		text-decoration: underline !important;
		font-weight: normal !important;
		
	
	}
	.count a  {
		text-decoration: underline;
	
		font-weight: normal;
	}
	
	
.count a:hover, .sortLinks a:hover{
	
	font-weight: bold; 
}
/* Used to stop product grids from floating to the left (at the end of the grid) */
	.clearMe {
		clear:both;
		margin:0px;
		padding:0px;
		
	}
	
	.clearColumns {
		clear:both;
		margin:0px;
		padding:0px;
		height:1px;
		
	}
/* 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 */	
	.productDescription {		
		cursor: default;
		text-decoration: none;
		position:relative;
		overflow:hidden;
		height:15px;
		font-size: 8pt;	
	}
/* The product title text */
	.productTitle {
		display:block;
		height: 15px;
		overflow:hidden;
		font-weight:bold; 
		
		
	}
	.productTitleFront {
		display:block;

		overflow:hidden;
		font-weight:bold; 
		
		
	}
/* Product price text */
	.productPrice {
		cursor: default;
		text-decoration: none;
		font-size: 8pt;	
		
	}
/* The pagination arrows (previous/next)*/
	.paginationArrows {
		
			font-size: 12px;
			text-align: right;
	}
	
		.paginationArrows a  {
		text-decoration: none;
		color: black;
		font-weight: normal;
	}
	
	
.paginationArrows a:hover{
	color: red; 
	font-weight: bold; 
}
	
	
/* This is one product grid cell (the box that contains each product image and text) */
	.gridCellFront1,  .gridCellFrontnb1{
		float:left;
		text-align:center !important;
		position:relative;
		overflow:hidden;
		width:170px; 
		
		margin: 0 15px 0 0px;
		height: 250px;
		

		
		font-family: Verdana, Geneva,MS Sans Serif,sans-serif; font-size:12pt;font-weight: normal;
	}
	
	.gridCellFront,  .gridCellFrontnb{
		
	
		float:left;
		text-align:center;
		position:relative;
		overflow:hidden;
		font-family: Verdana, Geneva,MS Sans Serif,sans-serif; font-size:12pt;
		
		
	
		

		
		
	}
	
	
/* This is the style given to the product image link by default */
	.gridCellFront, .realviewLinkFront {
		border:1px solid #AFD0F8;
		border:2px solid blue;
		
		
		display:block;
		padding:0px;
	}
	.gridCellFrontnb ,.realviewLinkFrontnb {
			overflow: hidden;	
		display:block;
		padding:0px;
	}
	
/* This is the style given to the product image itself by default */
	.gridCellFront, .realviewImage {
		
		border: 0;
		
	}

/* This is the style given to the outside of the image link when hovering over the image */

  .realviewLinkFrontnb:hover{
border:2px solid #88a2c1 !important;
		border:2px solid #AFD0F8 !important;
}

	 .realviewLinkFront:hover{
		border:2px solid #88a2c1 !important;
		border:2px solid #AFD0F8 !important;
	}	
/* This is the style given to the text underneath the image (title, description, price...) */
	.gridCellInfoFront{
		text-align:center !important;
		font-size:.75em;
		height: 100%;
		margin-left: auto; 
		margin-right: auto;
		
	}
/* Centers text under the product  */
	.gridCellInfoFront a, .gridCellInfoFront a span {
		text-align:center !important;
		text-decoration: none;


	}
	.gridCellInfoFront a:hover{
	
	text-decoration: underline;

	}
	.gridCellInfoFront .teasertext
	{
		font-weight: normal;
	
	}
	.teasertext
	{
		overflow: hidden;
		font-size: 8pt;	
	}
	#topAnnouncement{
	 width:100%;
	 position:relative;
	 margin-left: auto; 
	 margin-right: auto;
		overflow:hidden;
		margin-bottom:2em;
		text-align: center;
	}
	#topAnnouncement .theText {
		text-align:center !important;
		width: 80%;
		 margin-left: auto; 
	 margin-right: auto;
	
	 font-weight: bold; 
	
	 
	}
	
	 #topAnnouncement .innerstyle
	{
		
		position: relative;
		float:left;
	}
	 #topAnnouncement .paginationResults
	{
		
		position: relative;
	
		margin-left:0;
		
		clear:both;
	}
