/* Common styles */
body {
   margin : 0px;
   padding : 0px;
   background-color: #FFFFFF;
   color: #000000;
   }

body, td, p, div {
   font-family : Verdana, Tahoma, Arial, "Trebuchet MS", sans-serif;
   font-size : 11px;
   }

#container { width : 800px; }


/* Header Styles */
#header { 
        width : 100%;
        background : #353535 url(../images/skipsbg.gif);
        }
#headerNav { height : 25px; background-color : #000000; }
#headerNav table td { padding : 2px 10px; }
#headerNav a { 
           color : #FFF000; 
           font-size : 14px;
           text-decoration : none
           }
#headerNav a:hover, #headerNav a:active { text-decoration:underline; }

/* Left Column Styles */
#LeftCol {
   background-color : #3C3C3C;
   width : 180px;
   }
#LeftCol div { color : #FFFFFF; }
#LeftCol a { color : #FFFF00; }
div.smarty {
   font-family : "Times New Roman", serif;
   font-size : 12px;
   text-align : center;
   padding : 3px;
   }

div.left-links {
   text-align : right;
   font-size : 12px;
   margin-bottom : 12px;
   }
div.left-links a {
   display : block;
   padding : 3px 5px 3px;
   text-decoration : none;
   }
div.left-links a:hover, div.left-links a:active { background-color : #999999; }
div.left-links table.Ctable td span { color : #000000; }
div.left-links table.Ctable a { color : #0000CC; }

div.box-head {
   font-size : 13px;
   font-weight : bold;
   border-bottom : 1px solid #C3C3C3
   }

div.event-calendar { margin-bottom : 12px; }


/* Homepage Store Info Box */
div.store_info  {
   background-color : #3C3C3C;
   color : #FFFFFF;
   padding : 5px;
   margin : 10px 2px;
   text-align : center;
   }
div.store_info h1, div.store_info h2, div.store_info h3 {
   margin : 0px;
   }
div.store_info h1 { font-size : 16px; }
div.store_info h2, div.store_info h3 { font-weight : normal; }
div.store_info h2 {
   font-size : 14px;
   font-style : italic;
   }
div.store_info h3 { font-size : 12px; }
div.store_info h3 a { color : #FFFF00; }


/* Newsletter Signup Form */
div.newsletter_signup {
   margin : 10px 2px;
   background-color : #F3ECE0;
   }

div.newsletter_signup div.blurb {
   font-family: Georgia, "Times New Roman", serif;
   font-size : 12px;
   padding : 5px;
   }


/* Homepage styles */
table.rightprice { margin-bottom : 2px; } 

/* Homepage Product Listing Boxes */
table.homepage_listing {
   background-color : #336699;
   margin-left : 5px;
   margin-bottom : 10px;
   }
td.homepage_listing_head {
   background-color : transparent;
   }
td.homepage_listing_head div {
   font-weight : bold;
   font-size : 16px;
   color : #FFFFFF;
   padding-left : 2px;
   }
td.homepage_listing_product {
   background-color : #FFFFFF;
   width : 150px;
   }
td.homepage_listing_product div.artist {
   font-size : 11px;
   font-weight : bold;
   }
td.homepage_listing_product div.title {
   font-size : 10px;
   font-style : italic;
   }


