/* external stylesheet for printing catalog */


body{
	 padding: 0px;
     margin: 0px;
     size: 8.5in 11in;
     background-color: #ffffff;
     }
     
     
.content {
        position: relative;
		margin: 0px;
		margin-top: -80px;
        width: 110%;
		text-align: center;
        background-color: #ffffff;
        padding: 0px;
          } 
		  
     
.title {
    position: relative;
    font-size: 120%;
    font-style: italic;
    padding: 0;
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
    font-type: italic;
    background-color: #ffffff;
    color: #000066;
    width: auto;
    text-align: center;
    clear: all;
    text-decoration: underline;
     }   
				
div.cat {
  			margin: 0;
			width: 20%;
			float: left;
			position: relative;
			font-size: 70%;
			}	
			
			    
 div.cat1  {
		  margin-left: -5%;
		  width: 20%;
			float: left;
			position: relative;
			font-size: 70%;
			}
.store {
        visibility: visible;
        } 
		
.strike {
		 visibility: hidden;
		 }		
        
h1 {
    font-size: 110%;
    text-align: center;
    }
    
         
 h1.top1 {
        top: 0px;
        text-align: center;
		font-weight: 600;
		font-size: 140%;
        }
h2.top2{
		top: 0px;
        text-align: center;
		font-weight: 600;
		font-size: 120%;}
        
        
.printonly {display: none;}                       
        
p {
   orphans: 3;
   widows: 3;
   }        
.break { page-break-before: always;}                                                    
     
@page { size 8.5in 11in; margin: .6cm; }