/* 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 {
		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;	
	}
	
body 

{
	background-image: ;
	background-color: white;
      	background-repeat: ;
}



#container {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	background-color: ;
	background-image: url(http://www.free-digital-photography-tips.com/images/white-container-gray-graduated-sides-1010px-20px-lighter.jpg);
	background-repeat: repeat-y;
	border-style: ridge
	border-width: 0px;
  	border-color: #acacac;	
}

#header {
	height: 110px;
	width: 988px;
	font-family: times, Verdana, Arial, Helvetica, sans-serif, paramount, beach;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.free-digital-photography-tips.com/images/black-gray-header-990x110.jpg);
	background-repeat: no-repeat;
	border-style: ridge;
	border-width: 0px;
  	border-color: #0000FF;	
}


#spaceunderheader {
	height: ;
	width: 988px;
	font-family: times, Verdana, Arial, Helvetica, sans-serif, paramount, beach;
	margin-right: auto;
	margin-left: auto;
	background-image: ;
	background-repeat: no-repeat;
        background-color: #ffffff;
	border-style: ridge;
	border-width: 0px;
  	border-color: #0000FF;	
}



#content {
	padding: 0px 0px 0px 0px;
	width: 988px;
	float: left;
	margin-right: auto;
	margin-left: 11px;
	background-color: #ffffff;
	background-image: ;
	background-repeat: ;
	border-style: ridge;
	border-width: 0px;
  	border-color: #0000FF;	
}



#rightcolumn
{
	align: center;
	margin-right: 12px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 310px;
	background-image: url(http://www.free-digital-photography-tips.com/images/white-container-gray-graduated-side-310px-20px.jpg);
	background-repeat: repeat-y;
	background-color: #efefef;
        height: auto;
	border-style: ridge;
	border-width: 0px;
  	border-color: #000000;	
}




#rightcolumnstuff
{
	align: center;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 300px;
	background-color: #efefef;
}


#footer 
{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	color:#ffffff;
	text-align:center; 
	background-color: #232121;
	background-image: ;
	background-repeat: ;
	border-style: ridge
	border-width: 0px;
  	border-color: #acacac;	
	padding: 10px;
	clear: both;
}



#footer a   
{
	color:#c0c0c0;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover
{
	text-decoration: underline;
	color: #ffffff;
}


#hori-text-navbar ul
{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

#hori-text-navbar a
{
	float:center;
	width:7em;
	text-decoration:none;
	color:#ffffff;
	font-size: 13px;
	background-color:#000000;
	padding:0.2em 0.6em;
	border-right:2px solid white;
}

#hori-text-navbar a:hover 
{
	background-color:#cd0205;
	color:#ffffff;
}


li 
{
	display:inline;
}



#small-header-hori-text-navbar ul
{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	position:relative;
	left:690px;
	top:0px;
	overflow:hidden;
}

#small-header-hori-text-navbar a
{
	float: ;
	width: ;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #c0c0c0;
	text-decoration:none;
	background-color: ;
	padding:0.2em 0.6em;
	border-left:1px solid #c0c0c0;
}

#small-header-hori-text-navbar a:hover 
{
	background-color: ;
	text-decoration:underline;
	color:#ffffff;
}


li 
{
	display:inline;
}



#head-hori-text-navbar ul {
margin: 0;
padding: 0;
list-style-type: none;
background-image: url(http://www.free-digital-photography-tips.com/images/shiny-black-reflection-button-1x35px.png);
height: 35px;
width: 988px;
margin: auto;
position:relative;
left:0px;
top:52px;
}


#head-hori-text-navbar li {
float: left;
}


#head-hori-text-navbar ul a {
background-image: url(http://www.free-digital-photography-tips.com/images/nav-bar-divider-2x33px-gray.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 6px;
padding-left: 7px;
display: block;
line-height: 35px;
text-decoration: none;
font-family: Times,serif;
font-size: 15px;
color: #c0c0c0;
align:center;
position:relative;
left:0px;
top:-20px;

}


#head-hori-text-navbar ul a:hover {
color: white;
text-decoration: underline;
background-image: url(http://www.free-digital-photography-tips.com/images/shiny-bluish-black-reflection-button-1x35px.png);
background-repeat: repeat-x;
}




#head-google-search
{
position:relative;
left:690px;
top:0px;
overflow:hidden;
}



#head-google-link-ad
{
padding: 8px 104px 8px 104px;
}




#top-hdr-page-banner-rotation
{
position:absolute;
left:649px;
top:30px;
}



h1 
{
	margin-right: 20px;
	margin-left: 20px;
	font-family: paramount, beach;
	font-size: 30px;
	font-weight: normal;
	color: black;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

h1 a   
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

h1 a:hover
{
	text-decoration: underline;
	color: #000000;
}



h2 
{
        font-family: paramount, times, verdana, beach;
	font-size: 20px;
	font-weight: normal;
	color: black;
	line-height: 20pt;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

h2 a   
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

h2 a:hover
{
	text-decoration: underline;
	color: #000000;
}

h3 
{
	font-family: paramount, times, verdana, beach;
	font-size: 25px;
	font-weight: normal;
	color: black;
	line-height: 20pt;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

h3 a   
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

h3 a:hover
{
	text-decoration: underline;
	color: #000000;
}

h4 
{
	font-family: verdana, paramount, beach;
	font-size: 13px;
	font-weight: normal;
	color: black;
	line-height: 13pt;
}

h4 a   
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

h4 a:hover
{
	text-decoration: underline;
	color: #000000;
}

p 
{
	font-family: times, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: black;
	line-height: 16pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 1px 18px 10px 18px;
	text-align: ;
}

p a   
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

p a:hover
{
	text-decoration: underline;
	color: #000000;
}


p.AdSenseBoxLeft
{
	float: left; 
	padding: 0px 7px 0px 15px;
}


p.AdSenseBoxright
{
	float: right; 
	padding: 0px 15px 0px 7px;
}


p.smalltext 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#c0c0c0;
	padding: 1px 20px 1px 20px;
    	margin: 3px 0;
	line-height: 12pt;
}


p.imagecaption 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
	padding: 1px 1px 1px 1px;
    	margin: 0px 0px;
	line-height: 12pt;
}


p.fdptsearch
{
	background-color: white;
	width: 200px;
	text-align: center;
	padding: px;
	font-family: times;
	color: red;
	font-size: 17px;
	font-weight: bold;
	line-height: 15pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

p.topgooglead
{
	background-color: ;
	width: px;
	text-align: center;
	padding: px;
	font-family: ;
	color: ;
	font-size: ;
	font-weight: ;
	line-height: ;
	margin-left: 0px;
	padding: 0px 3px 0px 3px;
}

pre 
{
	font-family: times, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: black;
	line-height: 16pt;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding: 0px 20px 1px 20px;
	text-align: ;
}



a:link img, a:visited img, a:focus img, a:hover img, a:active img 
{
border: 0px black solid;
}



img 
{
border-width: 0px;
border-color: #000000;
border-style: solid;
}


table.photoalbum
{
border: 20px solid #424041;
background: #000000;
width: 90%; 
padding: 1em; 
text-align: center; 
margin-left: auto; 
margin-right: auto;
}


table.bannerphotoalbum
{
border: 0px solid #424041;
background: #00000;
width: 100%; 
padding: 0px 25px 0px 25px; 
text-align: ; 
margin-left: ; 
margin-right: ;
}


#leftnav {
	float: left;
	width: 500px;
	height: auto;
	padding: 0px 0px 0px 30px;
	background-color: #ffffff;
		
}

#leftnav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, verdana, Times new roman, Helvetica, sans-serif;
	font-size: 18px;
}

#leftnav a
{
	display: block;
	width: 500px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-bottom-width: 1px;
}

#leftnav a  
{
	color: black;
	text-decoration: underline;
	font-weight: none;
}

#leftnav a:visited
{
   	color: black;
   	text-decoration: underline;
   	font-weight: none;
}

#leftnav a:hover
{
	text-decoration: underline;
	color: gray;
}


#youtubevideos
{
        padding: 0px 7px 0px 8px;
}

