/* CSS Document */

/* styles for main content */
#content p { color: black;
             font-family: arial;
			 font-size: 12px;
			 padding-left: 20px;
			 padding-right: 20px;
			 padding-bottom: 10px;
			 padding-top: 0;
			 margin: 0;
           }
/* make prices darker than the rest of the text */
.price { font-weight: bold; }
/* links within main content */
#content p a { color: #666666;
               text-decoration: none;
               font-family: DIN, Myriad, arial;
			   font-size: 12px;
			   font-weight: bold;
             }
#content p a:hover { color: #A30000;
                     text-decoration: underline;
                   }
/* section title style */
#content p.title { color: #A30000;
                   font-family: DINEngScrift, Myriad, arial;
 	               font-size: 18px;
				   padding-top: 15px;
                 }
/* copyright info at bottom of page */				 
p.copyright { font-size: 10px;
              font-family: arial;
			  color: #555555;
			  padding-top: 15px;
            }
/* image display parameters (spacing) */			
img.rightImg { padding: 0;
               border: 0;
			   margin: 5px;
             }
/* episode title colour */
.ep { color: #A30000; }
form p#searcher { margin: 0;
                  padding-top: 0;
                  padding-bottom: 0;
                }		  

