.maincontent {
display:block;
width:auto;
top:expression((3) + "px") !important;
margin-left:29px;
margin-top:-1px;
margin-top:expression((4) + "px") !important;
padding-top:0px;
padding-bottom:9px;
float:left;
font-family: Georgia,Times New Roman,Times,serif;
line-height: 1.25em;
color:#393535;
}
.bottom_cart {
display:block;
position:relative;
width: 160px;
margin:auto;
margin-top: 9px;
margin-bottom: 9px;
}

/* 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 {

		/*text-align:center;
		position:relative;
		overflow:hidden;
		*/
		display:inline-block;
		vertical-align: text-top;
		position:relative;
		width:216px !important;
		padding:0px;
		text-align:center;
		background-color:#FFF5E4;
		color:#524041;
		border-style:double;
		border-color:#CFCACA;
		border-width:3px;
		margin-bottom:5px;
		margin-left:3px !important;
		margin-right:3px !important;
		font-size:1em;
 		
	}
/* This is the style given to the product image link by default */
	.gridCell .realviewLink {
		display:block;
		position:relative !important;
		padding:0px;
	}
/* This is the style given to the product image itself by default */
	.gridCell .realviewImage {

	}
/* This is the style given to the inside of the image link when hovering over the image */
	.gridCell .realviewLink:hover .realviewImage {

	}
/* This is the style given to the outside of the image link when hovering over the image */
	.gridCell .realviewLink:hover {

	}
/* This is the style given to the text underneath the image (title, description, price...) */
	.gridCellInfo {
		text-align:center;
		padding-top:5px;
		padding-left:10px;
		border-top: 3px double #CFCACA;
		min-height:48px;
	}
/* 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%;
		margin-left: auto;
		margin-right: auto;
	}
/* Centers the grid of products inside allGrids */
	.centerGrids {
		width:100%;
		text-align:center;
		margin-left: auto;
		margin-right: auto;
	}
	.error {
		padding:18px;
		margin-bottom:23px;
	}
/* The currently selected sort method */
	.selectedSort, .selectedSort a {
		text-decoration:none;
	}
/* The pagination links */
	.count {
	margin:auto;
	margin-bottom:3px;
	margin-top:11px;
	width:auto;
	max-width:652px;
	text-align:center;
	display:inline-block;
	position:relative;
	background-color:#FFF5E4;
	border-style:solid;
	border-width:1px;
	border-color:#A57D7E;
	padding-bottom:4px;
	padding-top:8px;
	padding-left:20px;
	padding-right:20px;
	font-size:1em;
	} 
/* Powered by Zazzle logo */
	.pbimg {
		display:none;
		position:absolute;
		top:1px;
		left:2px;
	}
	.pbimg img {
		border:0px;
	}
/* Empty classes in case you want to change the look of the pagination and sort */
	.count a, .sortLinks a {
		
	}
	.sortLinks {
		
	}
/* 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;
		float:left;
		width:190px !important;
        height:auto;
        min-height:61px;
        margin:auto;
		margin-bottom:5px;
		overflow:hidden;
		font-size:.95em;
	}
/* Product price text */
	.productPrice {
		cursor: default;
		text-decoration: none;
		display:none;
		float:right;
	}
/* The pagination arrows (previous/next)*/
	.paginationArrows {
		text-decoration: none;	
	}
	
.price {
float:right;
}