body {
	text-align: center;
	background-color: #B0C4DE;
	margin: 0;
	padding: 0;
}

img { 
	border: none; 
}

hr {
	width: 50%;
	text-align: center;
	margin: 5px auto 5px auto;
}

#container {
	width: 900px;
	padding: 0;
	margin: 5px auto 5px auto;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-width: 2px;
	border-color: #696969;
	border-style: solid;
	background-color: #fff;
}

.banner {
	text-align: center;
}

.vintage {
	background: #D3D3D3;
}

.navigation {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	background-color: #E6E6FA;
}

.navigation ul{
	list-style: none;
	margin: 1px;
	padding: 0;
}

.navigation li {
	display: inline;
}

.navigation a:link, .navigation a:visited {
	padding: 2px 10px 2px 10px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	border: 4px double Navy;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.navigation a:hover {
	padding: 2px 10px 2px 10px;
	color: #000;
	background-color: #B0C4DE; 
	text-decoration: none;
	border: 4px double #fff;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#content {
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	text-align: left;
	font-size: 1em;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content h3{
	font-size: 1.1em;
	text-align: center;
	color: Navy;
}

#content a:link{
	text-decoration: none;
	color: #99001B;
	font-weight: bold;
	font-size: 13px;
}

#content a:visited{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 13px;
}

#content a:hover{
	text-decoration: underline;
	color: #333;
	font-weight: bold;
	font-size: 13px;
}

#content a:active{
	text-decoration: underline;
	color: #333;
	font-weight: bold;
	font-size: 13px;
}

.full {
	float: none;
	width: 888px;
	padding: 0;
	margin: 5px;
	background-color: #fff;
	border: 1px solid Navy;
	text-align: center;
	font: 1em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.full h3{
	text-align: center;
	font: 1em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.full a:link{
	text-decoration: none;
	color: Navy;
	font-weight: bold;
	font-size: 1em;
}

.full a:visited{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 1em;
}

.full a:hover{
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	background-color: Navy;
}

.full a:active{
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	background-color: Navy;
}

.left {
	float: left;
	width: 435px;
	padding: 0;
	margin: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	font: 1em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.left h3{
	text-align: center;
	font: bold 1em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.left a:link{
	text-decoration: none;
	color: Navy;
	font-weight: bold;
	font-size: 1em;
}

.left a:visited{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 1em;
}

.left a:hover{
	background-color: Navy;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

.left a:active{
	background-color: Navy;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

.right {
	float: right;
	width: 435px;
	padding: 0;
	margin: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	font: 1em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.right h3{
	text-align: center;
	font: bold 1em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.right a:link{
	text-decoration: none;
	color: Navy;
	font-weight: bold;
	font-size: 1em;
}

.right a:visited{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 1em;
}

.right a:hover{
	background-color: Navy;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

.right a:active{
	background-color: Navy;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

.imagebox {
    width: 215px;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
	 background-color: transparent;
}

#footer {
	clear: both;
	margin: 2px;
	padding: 2px;
	background-color: #ffffff;
	text-align: center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a:link {
	text-decoration: none;
	color: Navy;
	font-weight: bold;
	font-size: 10px;
}

#footer a:visited { color: #666; }

#footer a:hover, a:active {
	background-color: #000033;
	color: White;
}

/* This is one product grid cell (the box that contains each product image and text) */
	.gridCell {
	float: left;
	text-align: left;
	position: relative;
	overflow: hidden;
}

/* This is the style given to the product image link by default */
	.gridCell .realviewLink {
		border:0 solid #AFD0F8;
		display:block;
		padding:0px;
	}
/* This is the style given to the product image itself by default */
	.gridCell .realviewImage {
		border:0;
	}
/* This is the style given to the inside of the image link when hovering over the image */
	.gridCell .realviewLink:hover .realviewImage {
		border:2px solid #ffff00!important;
	}
/* This is the style given to the outside of the image link when hovering over the image */
/*	.gridCell .realviewLink:hover {
		border:1px solid #8E4711!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;
	}
	
/*My attempt to change the a link etc*/
	.gridCellInfo a:link, .gridCellInfo a:link span{
		color: #99001B;
	}
	.gridCellInfo a:visited, .gridCellInfo a:visited span{
		color: #000;
	}
	.gridCellInfo a:hover, .gridCellInfo a:hover span{
		color: #fff;
		background-color: #99001B;
	}
	
/* 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:5px;
	}
	.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;	
	}	
