

body, p, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;}

.heading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #000000;}

.footerbg {
  background-attachment: fixed;
  background-image: url(images/newface/footer.jpg);
  background-repeat: no-repeat;}

a, a:link {
  color: #000000;
  text-decoration: none;}

a:visited {
  color: #000000;
  text-decoration: none;}

a:hover {
  color: #666666;
  text-decoration: none;
}
a:active {
  color: #000000;
  text-decoration: none;
}	

input.button {
  background-color: #c53910;
  color: #FFFFFF;
  cursor: pointer;
  border: 1px solid #333333; 
}

input.button:hover {
  color: #000000;
  background-color: #ff9900;
  cursor: pointer;
}

ul#links {
  list-style-type: none;
  margin-bottom: 43px;
}

ul#links p.link-name {
  font-size: 13px;
  font-weight: bold;
  color: #B70000;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.indexbg {
  background-attachment: fixed;
  background-image: url(img_2/Sh_r4_c2_guitar.jpg);
  background-repeat: no-repeat;
}

.heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #C80201;
}
.coursetitle {
  font-size: 14px;
  font-weight: bold;
  color: #B70000;
}
.imageborder {
  border: 1px solid #000000;
}
.underline {
  border-bottom:1px dotted #C31A07;
}

/*---------------------------------------------   
    cart
----------------------------------------------*/

#cart th {
  text-align: left;
  background: #ddd;
  color: #000;
  padding: 2px;
}

#cart table table td {
  padding: 2px;
  background: #fff;
  border-bottom: 1px dashed #DCD2DB;
}

#cart .right { text-align: right; }

#cart table table table td { border-bottom: 0; }

#cart td.totalprice {
  text-align: right;
  font-weight: bold;
  padding: 8px 0;
}

#cart td.buttons {
  padding-top: 10px;
  text-align: right;
}

td.download {
  text-align: center;
}

td.download a {
  padding: 5px;
  background: #FA901E;
}

td.download strong {
  padding: 5px;
  background: #FA901E;
}

td.download a:hover {
  background: #E67905;
  color: #000;
}