
body {
  background-color: #161616;
}

body, table {
  font-family: arial, helvetica, sans serif;
  font-size: 12px;
}

a {
  cursor: pointer;
  color: #1351F2;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div.pageFrame {
  background-color: #FCF4E1;
  margin-top: 30px;
  width: 760px;
  border: solid 1px #343435;
}

* html div.pageFrame {
  width: 690px; /* for IE5 and IE6 in quirks mode */
}

div.menu {
  border-top: solid 1px #000000;
}

div.menu img {
  border: none;
  cursor: pointer;
}

#pageHeader {
  text-align: left;
  margin-left: 30px;
  margin-top: 15px;
  font-family: arial, helvetica, sans serif;
  font-size: 36px;
  color: #730610;
  text-transform: lowercase;
}

#pageSubHeader {
  text-align: left;
  color: #7A2F2F;
  font: italic 24px "Times New Roman", Times, serif; 
  margin-left: 30px;
}

div.pageContent {
  text-align: left;
  margin: 20px 20px 0 20px;
}

.hint { 
	font: normal 10px Tahoma, sans-serif; 
	text-transform: uppercase;
	padding: 0px;
    cursor: pointer;
}

span.lg, span.md, span.sm {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0px;
}
span.lg { font-size: 12px; padding: 0; color: #CCC; }
span.md { font-size: 12px; padding: 0; color: #AAA; }
span.sm { font-size: 12px; padding: 0; color: #888; }

div.cdPageHeader {
  padding-bottom: 2px;
}


.cdTitle {
    font-family: arial, helvetica, sans serif;
    font-size: 36px;
    color: #730610;
    margin-bottom: 8px;
}

.cdDescription {
    color: #7A2F2F;
    font: italic 24px "Times New Roman", Times, serif; 
}

#cdTitle-balance, #cdTitle-when {
    margin-bottom: 15px;
}

div.cdExtraLine {
    margin-left: 200px;
    font-family: arial, helvetica, sans serif;
    font-size: 16px;
    color: #001FAA;
}

.cdPageLeftColumn {
    vertical-align: top;
}

.cdTextZone {
    vertical-align: top;
    padding-left: 10px;
}

.cdReview {
    padding: 5px;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 15px;
}

div.reviewer {
    padding-top: 3px;
}

.reviewerName {
    font-weight: bold;
}

.reviewerTitle {
    font-style: italic;
}

div.featuring {
    padding-bottom: 10px;
}

div.featuringTitle {
    padding-bottom: 3px;
    color: #7A2F2F;
    font-weight: bold;
}

.featureMusicianName {
    font-weight: bold;
    padding-left: 5px;
}

.priceLabel {
    font-weight: bold;
}

.price {
    margin-left: 10px;
    margin-top: 4px;
}

.discountPrice {
    color: #001FAA;
}

.cartButton {
    margin-left: 10px;
    margin-top: 5px;
    background-color: #0DED42;
    color: #010234;
    font-weight: bold;
    font-size: 16px;
}

td.cdSamples {
    width: 340px;
    vertical-align: top;
}

div.cdSamples {
    padding-top: 10px;
}

div.samplesTitle {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 5px 5px;
}

div.samplesInstruction {
  font-style: italic;
  margin: 0 0 5px 10px;
}

div.cdPage {
  margin-top: 40px;
}

div.bioPage {
  margin: 0 20px 0 20px;
}

table.samples {
    margin-left: 6px;
    width: 400px;
    border: solid #CACACA;
    border-width: 1px 1px 0 0;
}

table.samples td {
    border-bottom: solid 1px #CACACA;
}

table.samples td.left {
    border-left: solid 1px #CACACA;
}

table.samples td {
    padding: 2px;
}

table.samples td.play:hover {
    text-decoration: underline;
}

table.samples tr.row0, table.samples tr.row1, table.samples tr.row0-highlight, table.samples tr.row1-highlight {
    cursor: pointer;
}

table.samples tr.row0 {
    background-color: #FFFFFF;
}

table.samples tr.row1 {
    background-color: #FFFFFF;
}

table.samples tr.row0-highlight, table.samples tr.row1-highlight {
    background-color: #F4F4F4;
}

.cdNotes {
    padding-left:15px;
}

.cartBox {
    width: 300px;
    background-color: #FAF9F4;
    margin-bottom: 15px;
}

table.cart {
    border-top: solid 1px black;
    border-left: solid 1px black;
    background-color: #D1EDD3;
}

table.cart td {
    padding: 0;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

table.cart tr.header td {
    font-weight: bold;
    text-align: center;
}

table.cart td {
    padding-left: 10px;
    padding-right: 10px;
}

table.cart td.number {
    text-align: right;
}

table.cart td.subtotal {
    text-align: right;
}

table.cart td.total {
    text-align: right;
    font-weight: bold;
}

.cartButtons {
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: left;
}

.cartButtons button {
    margin-left: 5px;
}

div.cdSelector {
    background-color: #EDEBDD;
    border: solid 1px black;
    text-align: center;
}

.cdSelector .boxTitle {
    font: bold 14px Arial, sans-serif;
    text-align: center;
    font-weight: bold;
    color: #221414;
}

.cdSelector .cdThumbTitle {
    font: 12px Arial, sans-serif;
}

.cdSelector .cdThumb, .cdSelector .cdThumb-selected {
    margin-bottom: 2px;
    padding-top: 4px;
    cursor: pointer;
}

.stopLink {
    text-decoration: underline;
    color: blue;
}

div.playerControls {
  display:none;
}

.player {
  text-align: center;
}

td.label {
  text-align: right;
  font-weight: bold;
}

label.missing {
  color: #E5110C;
}

.small {
  font-size: 10px;
}

.smallInputWidth {
  width: 225px;
}

div.errorBox {
  border: solid 1px black; 
  margin: 0 100px 20px 100px;
  padding: 10px;
  background-color: #FCF1B7;
}

div.errorBox table {
  color: red;
}

div.shipToHeader {
  font-weight: bold;
  margin-bottom: 5px;
}

table.orderConfirmation {
  width: 600px;
}

.firstLetter {
  font-size: 24px;
  font-weight: bold;
}

.welcome {
  font: 27px "Times New Roman", Times, serif;
}

.welcomeLine2 {
  font-size: 14px;
}

table.homeTable {
  margin-top: 20px;
  font: 12px Verdana, sans-serif;
  line-height: 1.5;
}

table.homeTable td {
  vertical-align: top;
}

div.homeNote {
  width: 226px;
  padding: 20px 20px 4px 20px;
  background-color: #F5E4C8;
  background-image: url(../images/note-bg-top.gif);
  background-repeat: none;
  background-position: top left;
}

ul.homeBullets {
  padding-left:10px;
}

* html div.homeNote {
  width: 266px; /* for IE5 and IE6 in quirks mode */
}

div.homeNoteBottom {
  background-image: url(../images/note-bg-bottom.gif);
  width: 226px;
  padding: 0 15px 0px 20px;
  height: 20px;
  margin-bottom: 2px;
}

* html div.homeNoteBottom {
  width: 266px; /* for IE5 and IE6 in quirks mode */
}

div.homeNote div.title {
  color: #730610;
  font: 19px "Times New Roman", Times, serif;
  margin-bottom: 10px;
}

table.homeAnnouncement {
  margin-left: 15px;
  font: 12px Verdana, sans-serif;
  line-height: 1.5;
  padding-bottom: 10px;
}

table.homeAnnouncement td.separator {
  border-bottom: dashed 1px #AFA999;
}

table.homeAnnouncement td {
  padding-left: 5px;
}

table.homeAnnouncement td.image, table.homeAnnouncement td.text {
  padding: 5px;
}

table.homeAnnouncement td.image img {
  border: none;
}

table.homeAnnouncement td.title {
  padding-top: 5px;
  color: #730610;
  font: 19px "Times New Roman", Times, serif;
}

div.homeAnnouncement div.text {
  padding-left: 20px;
  border: solid 1px red;
}

div.homeAnnouncement div.image {
  padding: 20px;
}

div.cdAnnouncement {
  border: solid 1px #161515;
  padding: 6px;
  width: 500px;
  margin-top: 30px;
  text-align: left;
  margin-bottom: 30px;
}

table td.announcementCell {
  vertical-align: top;
  padding-top: 5px;
}

table td.announcementCell div.title {
  font: 18px "Times New Roman", Times, serif;
  margin-bottom: 20px;
}

div.footer {
  margin-bottom: 30px;
}

div.footerMenu {
  margin-bottom: 10px;
  font-size: 14px;
}

div.copyRight {
  font-size: 10px;
}

div.contactCard {
  margin: 10px;
  border: solid 1px #161515;
  width: 250px;
  text-align: left;
  background-color: #F6F3E9;
  padding: 5px;
}

div.contactCard table tr td.icon {
  padding-right: 10px;
  padding-left: 5px;
}

div.contactCard td.contactName {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
}





#sampleTabs {
  float:left;
  width:100%;
  background:#FCF3E2 url("../images/samplesMenu/bg.gif") repeat-x bottom;
  line-height:normal;
  font-family: georgia, times new roman, serif;
  font-size: 16px;
  }
#sampleTabs ul {
  margin:0;
  padding:10px 10px 0 0;
  list-style:none;
  }
#sampleTabs li {
  float:left;
  background:url("../images/samplesMenu/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#sampleTabs a {
  float:left;
  display:block;
  background:url("../images/samplesMenu/right.gif") no-repeat right top;
  padding:5px 20px 8px 11px;
  text-decoration:none;
  font-weight:bold;
  color: #3E2F12;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#sampleTabs a {float:none;}
/* End IE5-Mac hack */
#sampleTabs a:hover {
  color:#C06700;
  }
#sampleTabs #current {
  background-image:url("../images/samplesMenu/left_on.gif");
  border-width:0;
  }
#sampleTabs #current a {
  background-image:url("../images/samplesMenu/right_on.gif");
  color: #C06700;
  padding-bottom:9px;
  }
#sampleTabs-bottom {
  clear: both;
  width: 100%;
  border: solid #947F52;
  border-width: 0 1px 0 1px;
  background-image:url("../images/samplesMenu/border-bottom.gif");
  height: 7px;
}

div.sampleCatDescr {
  margin: 5px;
  padding: 10px;
  background-color:#FCF4E1;
  border: solid 1px #A9A7A3;
  font: 12px Verdana, sans-serif;
}

table.sampleTable {
  border-left: solid 1px #947F52;
  border-right: solid 1px #947F52;
  border-bottom: solid 1px #947F52;
  width: 100%;
}

table.sampleTable td {
  padding: 6px 10px 6px 10px;
}

table.sampleTable td {
  border-bottom: 1px solid #EEEADE;
}

table.sampleTable tr.row0 {
  background-color: #FBF7EB;
}

table.sampleTable tr.row1 {
  background-color: #FFFFFF;
}

table.sampleTable td.listen {
  text-align: right;
  width: 120px;
}

table.sampleTable td.listen img {
  float: left;
}

table.sampleTable span.listen {
  padding-left: 12px;
  background:url("../images/samplesMenu/listen.gif") no-repeat left;
  color: #416DFF;
  font: bold 12px Verdana, sans-serif;
  cursor: pointer;
}

table.sampleTable span.listen:hover {
  text-decoration: underline;
}

table.sampleTable div.sampleTitle {
  color: #750919;
  font: bold 14px Verdana, sans-serif;
  padding-bottom: 2px;
  cursor: pointer;
}

table.sampleTable div.sampleTitle:hover {
  text-decoration: underline;
}

table.sampleTable div.sampleDesc {
  color: black;
  font: 11px Verdana, sans-serif;
}

table.musiciansTable td {
  padding: 1px 8px 1px 2px;
}

div.newsDate {
  font-size: 9px;
  color:gray;
}

div.newsItem {
  padding-bottom: 8px;
}