

html, body {
height:100%;
}


  

body {
-x-system-font:none;
background-image: url('images/background_pb_white.png');
background-position: center top;
background:#F1F1F0 none repeat scroll 0 0;
color:#000000;
font-family:"Verdana";
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
color: #a9a5a5;
height:100%;
line-height:normal;
margin:0;
padding:0;
position: absolute;
left: 160px;
top: 5px;
}



	body {
background-color:#ffffff;
background-position: center top;
background-image:url(images/background_pb_white.png);
background-repeat:no-repeat;
height:100%;

}


top {		
        background-image:url(images/toprepeat.png);
}



.inner   {	
        background:transparent url('') 
        no-repeat top left;	
        height:245px; 
        visibility: hidden;
}
        


/*div#pages {	
        font-family: "Verdana";	
        background-image: url(images/bar3.png);	
        margin: 0px auto 0px;	
        position:absolute;	
        top:200px;	
        height: 25px;	
        width:100%; 
}*/

.bottom {	
        background: #fbfad1;	
        padding: 20px;
}

.credit {	

        
        color: #a9a5a5;	
        font-size: 11px;	
        margin: 0;	
        padding: 10px 3px 3px 3px;	
        text-align: center;}

.credit a:link, .credit a:hover , .credit a:visited {	
        color: #a9a5a5;
}

/* 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 #717171;
		display:block;
		padding:0px;
	}
/* This is the style given to the product image itself by default */
	.gridCell .realviewImage {
		border:2px #717171;
	}
/* This is the style given to the inside of the image link when hovering over the image */
	.gridCell .realviewLink:hover .realviewImage {
		border:2px solid #717171!important;
	}
/* This is the style given to the outside of the image link when hovering over the image */
	.gridCell .realviewLink:hover {
		border:1px solid #717171!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;
		color:#717171;
	}
/* This is the main container for the grid of products */
	.allGrids {
		text-align:center;
		width:100%;
		color: #717171;
	}
/* 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:left;
		margin-left:5px;
		margin-bottom:7px;
		text-align:left;
		position:relative;
	}
/* Powered by Zazzle logo */
	.pbimg {
		position:absolute;
		top:-5px;
		left:0px;
	}
	.pbimg img {
		border:0px;
		position: absolute;
		top: 0px;
		left: 700px;
	}
/* Empty classes in case you want to change the look of the pagination and sort */
	.count a, .sortLinks a {
	color:#717171;
		
	}
	.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;	
	}
	