/* 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;
	}
/* This is the style given to the product image link by default */
	.gridCell .realviewLink {
		border:1px solid #0D3A03;
		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 #24670A!important;
	}
/* This is the style given to the outside of the image link when hovering over the image */
	.gridCell .realviewLink:hover {
		border:1px solid #0D3A03!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: auto;
	}
	.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. */	
	.productDescription {		
		cursor: default;
		text-decoration: none;
		position:relative;
		overflow:hidden;
		height:15px;
	}
/* The product title text */
	.productTitle {
		display:block;
		height:15px;
		overflow:hidden;
		font-weight:bold; 
	}
/* Product price text */
	.productPrice {
		cursor: default;
		text-decoration: none;
		font-size: 8pt;	
	}
/* The pagination arrows (previous/next)*/
	.paginationArrows {
		text-decoration: none;	
	}

body {font-family: Verdana, Arial, Helvetica, sans-serif;}

a:link {color: 0D3A03; font-size: 14px; text-decoration: none; font-weight: bold; }
a:visited {color: 0D3A03; font-size: 14px; text-decoration: none; font-weight: bold; }
a:hover {color: 24670A; font-size: 14px; text-decoration: underline; font-weight: bold; }
a:active {color: 24670A; font-size: 14px; font-weight: bold;}

a.topbar:link {color: FFFFFF; font-size: 16px; text-decoration: none; font-weight: bold; }
a.topbar:visited {color: FFFFFF; font-size: 16px; text-decoration: none; font-weight: bold; }
a.topbar:hover {color: D5FFC5; font-size: 16px; text-decoration: underline; font-weight: bold; }
a.topbar:active {color: D5FFC5; font-size: 16px; font-weight: bold;}

a.side:link {color: 494949; font-size: 12px; text-decoration: none; }
a.side:visited {color: 494949; font-size: 12px; text-decoration: none; }
a.side:hover {color: 24670A; font-size: 12px; text-decoration: underline; }
a.side:active {color: 24670A; font-size: 12px;}

a.list:link {color: 0D3A03; font-size: 12px; text-decoration: none; }
a.list:visited {color: 0D3A03; font-size: 12px; text-decoration: none; }
a.list:hover {color: 24670A; font-size: 12px; text-decoration: underline; }
a.list:active {color: 24670A; font-size: 12px;}

div#side a {color: 000000; font-size: 12px; text-decoration: none; font-weight: bold; }

div#navigation a {color: white; font-size: 12px; text-decoration: none; font-weight: bold; }
div#links a {color: 3277C5; font-size: 10px; text-decoration: none; font-weight: bold; }
div#topbar a {color: FFFFFF; font-size: 12px; text-decoration: none; font-weight: bold; }
div#imagemxmin { max-height:150px; max-width:150px; }

p.sectiondesc {text-align: left;}
.bigblack {font-size: 16pt; color: 000000; }
.sidetop {font-size: 14px; color: FFFFFF; }
.sidetable {font-size: 12px; color: 494949; }
.softer {font-size: 10pt; color: 4b4b4b; font-weight: lighter; }

      table.white {
		border: 1px solid white;
      }

p.sectiondesc {text-align: left;}

img.wide {
  max-width: 160px;
  height: auto;
}

td {vertical-align: top;}
.mtop {vertical-align: middle}
.strikeOutText {
text-decoration: line-through;
padding-right: 5px;
}
.redBoldText  {
color: #FF0033;
}
