/*
http://www.w3schools.com/css/default.asp
*/
a:link {
  text-decoration: none;
  color: blue;
}
a:visited {
  text-decoration: none;
  color: blue;
}
a:active {
  text-decoration: none;
  color: blue;
}
a:hover {
  font-weight: normal;
  color: black;
  background-color: #dddddd;
  text-decoration: underline;
}
body {
  background-color: #ffffff;
  color: #000000;
}
font.filesize {
  color: red;
  font-size: xx-small;
}
font.links {
  color: blue;
  font-size: normal;
  /*
  font-size: 14px;
  */
}
img.guit {
  width: 113;
  height: 200;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}
img.hand {
  width: 18;
  height: 12;
  padding-left: 2px;
  padding-right: 2px;
}
input {
  border-width: 1px;
  border-style: none;
  border-color: #000000;
  /*
  border-style: dashed;
  */
}
input.oLink {
  width: 14;
  height: 14;
}
p.pics {
  width: 600px;
  background-color: #dddddd;
  border-style: none;
  text-align: center;
}
ul.equipDesc {
  padding-left: 15px;
  font-size:smaller;
}
ul.miscEquip {
  margin-left: 40px;
  padding-left: 0;
  color: black;
  list-style-image: url(../images/handpntg.gif);
  /*
  list-style-type: none;
  margin-left: 15px;
  font-size: smaller;
  */
}
ul.none {
  list-style-type: none;
  margin-left: 15px;
  padding-left: 0;
  /*
  list-style-image: url(images/squareaqua.gif);
  */
}
ul.tunes {
  margin-left: 40px;
  padding-left: 0;
  list-style-image: url(../images/handpntg.gif);
  /*
  list-style-type: none;
  height: 12px;
  */
}
#blank {
  position: absolute;
  width: 200px;
  /*
  height: 70px;
  */
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
  background-color: #dddddd;
  margin-top: 10px;
  left: 400px;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}
#blank b {
  font-style: normal;
  font-weight: bold;
  font-size: larger;
}
#blank img {
  width: 20;
  height: 20;
}

#divDescription {
  position: absolute;
  width: 150;
  visibility: hidden;
  z-index: 200;
  /*
  */
}
.clDescription {
  width: 150;
  height: 100;
  font-family: verdana,arial,helvetica;
  font-size: 11px;
  background-color: #cccccc;
  padding: 3px;
  border: 1px solid black;
  /*
  visibility: hidden;
  border: 1px solid #999999;
  */
}
#divlinks {
  position:absolute;
  left: 100;
  top: 200;
  z-index: 1;
}
#colLeft {
  z-index: 10;
  position: absolute;
  margin-left: 10px;
  left: 0;
  width: 300px;
  height: 360px;
  border-right: thin solid #cccccc;
  /*
  background-color: gray;
  margin-top: 0px;
  color: #000;
  padding: 3px;
  */
}
#colRight {
  position: absolute;
  left: 330px;
  width: 305px;
  height: 565px;
  /*
  background-color: gray;
  margin-top: 0px;
  padding-left: 10px;
  z-index: 3;
  color: #000;
  padding: 3px;
  */
}
#colLeft a.me {
  text-decoration: underline;
  color: black;
  /*
  */
}
#meLeft {
  display: none;
}
#meLeft img {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 300px;
  /*
  border-right: thin solid #cccccc;
  margin-left: 10px;
  */
}
#meRight {
  display: none;
}
#meRight img {
  z-index: 2;
  position: absolute;
  left: -20;
  width: 300px;
  /*
  border-right: thin solid #cccccc;
  margin-left: 10px;
  */
}
