/* CSS Document */

/* styles for main content */
#content p, ul { color: black;
             font-family: arial;
			 font-size: 12px;
			 padding-left: 20px;
			 padding-right: 20px;
			 padding-bottom: 10px;
			 padding-top: 0;
			 margin: 0;
           }
/* keep height of each line consistent when displaying list items */
#content ul { line-height: 14px;
              list-style-type: none; }
/* create form parameters within content */		   
#content form { padding-bottom: 10px;
			    padding-top: 5px;
			    margin: 0;
			  }
#content form table tr td { font-family: arial;
			                font-size: 12px;			    
			              }			  
#content form select { color: black;
                       font-family: arial;
			           font-size: 11px; }
/* pricing styles (darker text) */					   
.price { font-weight: bold; }
.priceHeader { font-weight: bold;
               font-size: 17px; }
/* style for New Item header (store) */
.new { font-weight: bold;
       font-size: 17px;
	   color: white; }
/* styles for show titles (main content) */	
#content p.showTitle { color: #A30000;
                       font-family: DINEngScrift, Myriad, arial;
 	                   font-size: 18px;
                     }
/* show titles as links */
#content p.showTitle a { color: #A30000;
                         text-decoration: none;
                         font-family: DINEngScrift, Myriad, arial;
 	                     font-size: 18px;
						 margin: 0;
						 padding: 0;
                       }
#content p.showTitle a:hover { color: #666666;
                               text-decoration: none;
                             }
/* sections to be filled with box set descriptions */
#content div ul { color: black;
             font-family: arial;
			 font-size: 12px;
			 line-height: 14px;
			 padding-left: 20px;
			 padding-right: 20px;
			 padding-bottom: 10px;
			 padding-top: 0;
			 margin: 0;
			 list-style-type: none;
           }
/* links within main content */
#content p a { color: #666666;
               font-weight: bold;
               text-decoration: none;
               font-family: DIN, Myriad, arial;
			   font-size: 12px;
			   margin: 0;
			   padding: 0;
			 }
#content p a:hover { color: #A30000; }
/* episode title links */
#content div ul li a { color: #666666;
                   font-weight: bold;
                   text-decoration: none;
                   font-family: DIN, Myriad, arial;
			       font-size: 12px;
				   margin: 0;
				   padding: 0;
                 }
#content div ul li a:hover { color: #A30000; }
/* styles for "Close List" and "Buy Now" buttons in Catalog */
#content div p a.closeBtn { color: white;
                            background-color: #666666;
						    border-bottom: 1px solid black;
						    border-right: 1px solid black;
						    border-left: 1px solid #AAAAAA;
						    border-top: 1px solid #AAAAAA;
						    text-decoration: none;
						    padding: 2px;
						    margin-top: 5px;
					      }
#content div p a.closeBtn:hover { background-color: #A30000;
                                  text-decoration: none;
						          color: white;
					            }
/* copyright info at bottom */								
p.copyright { font-size: 10px;
              font-family: arial;
			  color: #555555;
			  padding-top: 15px;
            }
.smallTxt { font-size: 9px;
          }
				 