/* 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 #AFD0F8;
		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 #AFD0F8!important;
	}
/* This is the style given to the outside of the image link when hovering over the image */
	.gridCell .realviewLink:hover {
		border:1px solid #88a2c1!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 {
		padding-left:15px;
		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;	
	}
	
/* old css  */
a:link, a:active, a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#66cc33;
	text-decoration:underline;
}

a:hover {
	color:#8f22eb;
}

body {
	background-color:#d3c478;
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}

.form_contact
{
	margin:10px auto 20px auto;
}

.form_contact_button
{
	margin:auto;
}

.form_contact_button
{
	height:25px;
	width:70px;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
}

.form_contact_field
{
	width:550px;
	margin:5px;
	background-color:#eaebe9;
}

.form_contact_message
{
	font-family: "Times New Roman", Times, serif;
	color:#000000;
	display:block;
	width:550px;
	height:250px;
	overflow:auto;
	margin:5px;
	background-color:#eaebe9;
}

.form_error
{
	display:block;
	padding: 3px 6px 3px 6px;
	font-size:0.8em;
	color:#0066cc;
}

.form_field_label
{
	vertical-align:top;
	padding:8px 0px 0px 8px;
}

.form_field_required
{
	vertical-align:top;
	padding:8px 0px 0px 0px;
	font-weight:bold;
	color:#66cc33;
}

img {
	border:none;
	margin:0px;
	padding:0px;
}

#logo {
	padding:0px;
	width:722px;
	text-align:center;
	
}


#nav {
	word-spacing:10px;
	padding:5px 0px 5px opx;
	
}

#parent_center {
	background-color:#ffffff;
	padding:0px 0px 0px 7px;
	vertical-align:top;
	width:722px;
}

#parent_left {
	padding:0px;
	vertical-align:top;
	background-image:url('/images/left_bottom.jpg');
	background-repeat:repeat-y;
	width:22px;
}

#parent_right {
	vertical-align:top;
	background-image:url('/images/right_bottom.jpg');
	background-repeat:repeat-y;
	width:25px;
}

#parent {
	padding:0px;
	margin:auto;
	width:789px;
}

.shopping {
	margin:auto;
	text-align:center;
	font-weight:bold;
	width:150px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom: 20px;
}

.shopping_large {
	padding:10px;
	margin:auto;
	text-align:center;
}


#title {
	font-size:32px;
	font-weight:bold;
	padding-bottom:10px;
}
