/* 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; }


/* 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; }

div.newsletter-signup p.small {
   font-size : 10px;
   }


/* 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; }


/* 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;
   }

