@charset "utf-8";
/* CSS Document */

<!--  background-image : url(../images/calogbck.jpg); -->

 <!--background: #EEEEEE;   -->

*  <!-- this will keep everything in defualt the way we want and keeps browsers doing their own. -->
	{
		padding: 0 0;
		margin: 0 0;
		font-family:  Arial, Tahoma, sans-serif;
	}

body

	{
		 background-image : url(http://www.collectibleandantiques.com/functions/images/calogbck.jpg); 
	}

.wrapper
	{
		 width: 680px;
		 padding: 4px;
		 background: #FFF;
		 border: 1px solid #EFEFEF;
		 margin: 0 auto;
		 text-align: center;
	}
	
.nav
	{
		padding: 10px;
		margin: 5px;
		font-family:  Arial, Tahoma, sans-serif;
	}
			
	 .nav a
	 {
		 color: #222;
		 padding: 4px;
		 border: 1px solid #AAA;
		 background: #EFEFEF;
		 text-decoration: none;
     }
	
	
	 .nav a:hover
	 {
		 background: #FFF;

 	 }
	  

	 .nav a:active
	 {
		 color: #4466CC;
		 font:bold;

 	 }	
	
	

	 	  
	  
.us
	{
		font-family:  'comic san MS', Arial, Tahoma, sans-serif;
		color : #832E2C; 
	}



.dropCap:first-letter { 
font : bold 200% 'party let', 'comic san MS', fantasy; 
margin-right : -8px; 
color : #b8860b; 
padding : 5px; 
line-height : 10px; 
} 



	 
.tabletop
	{
		 padding: 0px;
		 background: #EFEFEF;	
		 margin: 0 auto;		 
	}	 
	 
	 
	 
	 
/**  store  **/	 



/*** Shopping Cart***/

.shoppingCart
{
	width: 600px;
	border: 1px solid #CCC; /* gray*/
	border-collapse: collapse; /* border next to each other collapse no space */
	margin: 0 auto; /* to center it */
}
	.shoppingCart tr th
	{
		background: #EAEAEA; /* lighter gray */
		border: 1px solid #CCC;
		padding: 5px;
	}
	
	/** actual cells **/
	.shoppingCart tr td
	{
		border: 1px solid #CCC;
		padding: 5px;
	}	

  
.products
{
   margin: 0 auto;
}	
	.product
	{
	   font-family:   Arial, Tahoma, sans-serif;
       border: 1px solid #555;
	   padding: 2px;
	   height: 150px;
	}
	
	.productdes
	{
	
	font-size:13px;

	}
	
	   .product img
	   {
		   float: left;
	   }
	   
	   .price
	   {
		   width: 100%;
		   text-align: right;
		   clear: both;
		   font-size:13px;
	   }
	   
	   .addToCart
	   {
		   width: 100%;
		   display: block;  /** to be on its own line **/
		   text-align: right;
		   font-size:13px;
	   }
	   

	   .address
	   {
	   font-family:   Arial, Tahoma, sans-serif;
	   text-align: center;
	   font-size:13px;
	   }


.clock
{
   text-align: left;
}	

.temp
{
   text-align: right;
}	

	 
	 
	 
	 
	 
	 