/* This is the H1 title used in the sample PHP files */
	.sampleTitle {
		text-align:center;
	}
	body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
	}

	#wrapper {
		width:1100px;
		margin:0px auto;
		border:0px solid #bbb;
		padding:10px;
	}
#header {
		border:0px solid #bbb;
		height:200px;
		padding:0px;
	}
	#content {
		margin-top:10px;
		padding-bottom:10px;
	}
	#content div {
		padding:10px;
		border:0px solid #bbb;
		float:left;
	}
	#content-left {
		width:180px;
	}
	#content-main {
		margin-left:0px;
		width:700px;
	}
	#content-right {
		margin-left:10px;
		width:150px;
	}
	#footer {
		float:left;
		margin-top:0px;
		margin-bottom:10px;
		padding:10px;
		border:0px solid #bbb;
		width:900px;
	}
	#bottom {
		clear:both;
		text-align:right;
	}

/* 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 #000000;
		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 #000000!important;
	}
/* This is the style given to the outside of the image link when hovering over the image */
	.gridCell .realviewLink:hover {
		border:1px solid #000000!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;
	position:relative;
	overflow:hidden;
	height:15px;
	color: #000000;
	}
	.pageText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	}
/* The product title text */
	.productTitle {
	display:block;
	height:12px;
	overflow:hidden;
	font-weight:bold;
	color: #000000;	
	}
/* Product price text */
	.productPrice {
	cursor: default;
	text-decoration: none;
	font-size: 8pt;
	color: #666666;
	}
/* The pagination arrows (previous/next)*/
	.paginationArrows {
		text-decoration: none;	
	}
	
ul#list-nav {
list-style:none;
margin:20px;
padding:0;
width:600px
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
text-decoration:none;
padding:5px 5px;
width:120px;
background:#590a63;
color:#eee;
float:center;
text-align:center;
border-left:1px solid #fff;
}

ul#list-nav li a:hover {
background:#969497;
color:#000
}
	
mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	}
	