/* CSS Document */

/* styles for main content */
#content p, ul { color: black;
             font-family: arial;
			 font-size: 12px;
			 padding: 0 20px 10px 20px;
			 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; }
.priceSlash { font-weight: bold;
              font-size: 17px;
			  text-decoration: line-through;
		    }
/* 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;
                     }
#content p.bigTitle { color: #A30000;
                       font-family: DINEngScrift, Myriad, arial;
					   font-weight: bold;
 	                   font-size: 24px;
                     }
#content p.pinkTitle { color: #A33377;
                       font-family: DINEngScrift, Myriad, arial;
 	                   font-size: 18px;
                     }
#content p.orangeTitle { color: #DF4400;
                       font-family: DINEngScrift, Myriad, arial;
 	                   font-size: 18px;
                     }
#content p.northTitle { color: #4444FF;
                       font-family: DINEngScrift, Myriad, arial;
 	                   font-size: 18px;
                     }
/* show titles as links */
#content p.showTitle a { color: #A30000;
                         font-family: DINEngScrift, Myriad, arial;
                         text-decoration: none;
 	                     font-size: 18px;
						 margin: 0;
						 padding: 0;
                       }
#content p.showTitle a#dgt { color: #107080; }
#content p.showTitle a#portrait { color: #000088; }
#content p.showTitle a:hover { color: #666666;
                               text-decoration: none;
                             }
#content p.showTitle a#dgt:hover { color: #666666; }
#content p.showTitle a#portrait:hover { color: #666666; }
/* sections to be filled with box set descriptions */
#content div ul { color: black;
             font-family: arial;
			 font-size: 12px;
			 line-height: 14px;
			 padding: 0 20px 10px 20px;
			 margin: 0;
			 list-style-type: none;
           }
/* links within main content */
#content p a { color: #666666;
			   font-family: Myriad, arial;
               font-weight: bold;
               text-decoration: none;
			   font-size: 12px;
			   margin: 0;
			   padding: 0;
			 }
#content p a.green { color: #006600; }
#content p a.fd { color: #005500; }
#content p a.redlink { color: #D50000; }
#content p a.avlink { color: #A30000; }
#content p a.spring { color: #A33377; }
#content p a:hover { color: #A30000; }
#content p a.avlink:hover { color: #666666; }
#content p a.green:hover { color: #00AA00; }
#content p a.fd:hover { color: #669966; }
#content p a.spring:hover { color: #730044; }
#content p a.north { color: #4444FF; }
#content p a.north:hover { color: #000088; }
#content p a.bluelink { color: #000088; }
#content p a.bluelink:hover { color: #3333FF; }
#content p a.fathers { color: #0000FF; }
#content p a.fathers:hover { color: #006600; }
/* episode title links */
#content div ul li a { color: #666666;
				   font-family: Myriad, arial;
                   font-weight: bold;
                   text-decoration: none;
			       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;
            }
p.copyright a { color: #555555;
               text-decoration: none; }			
p.copyright a:hover { color: #A30000;
                     text-decoration: underline; }			
.smallTxt { font-size: 9px;
          }
#special { font-weight: bold; }				 