/* CSS Document */

body {
  background-image: url(../images/main/main_frame_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0px 0px;
  font-family: "Trebuchet MS", verdana, helvetica, sans-serif;
  font-size:100%;
  margin: 0px;
  padding: 0px;
}

p {
  font-size: .75em;
  color: #000000;
  text-align: left;
  font-weight: normal;
  line-height: 16px;
  margin: 0px 15px 0px 10px;
  padding: 15px 0px 15px 0px;
  border-top: 1px dotted #ec008c;
}

span {
  color: #ec008c;
  font-weight: normal;
}

em {
  font-size: .95em;
  color: #ffffff;
  background-color: #000000;
  line-height: 120%;
}

.top {
  margin: 10px 15px 0px 10px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #ffffff;
}

.bottom {
  margin: 0px 15px 0px 10px;
  padding: 12px 0px 0px 0px;
  border-top: 1px dotted #ec008c;
}

.vinyl {
  color: #ffffff;
  background-color: #0095d9;
}

div#topnavbar {
  width: 412px;
  height: 25px;
  margin: 10px 15px 10px 10px;
  padding: 0px 0px 0px 0px;
}

div#bottomnavbar {
  width: 412px;
  height: 25px;
  margin: 0px 15px 0px 10px;
  padding: 12px 0px 0px 0px;
  border-top: 1px dotted #ec008c;
}

div#navbar {
  width: 412px;
  height: 25px;
  margin: 0px 15px 0px 10px;
  padding: 15px 0px 10px 0px;
  border-top: 1px dotted #ec008c;
}

div#container {
  width: 435px;
  margin: 0px;
  padding: 0px;
}

div#toptable {
  margin: 0px;
  padding: 0px;
}

div#bottomtable {
  margin: 0px;
  padding: 0px;
}

img {
  margin: 0px;
  padding: 0px;
}

a.product:link {
  text-decoration: none;
  border: 1px solid #000000;
}

a.product:visited {
  text-decoration: none;
  border: 1px solid #000000;
}

a.product:hover {
  text-decoration: none;
  border: 1px solid #ec008c;
}

a.product:active {
  text-decoration: none;
  border: 1px solid #000000;
}

a:link {
  color: #ec008c;
  text-decoration: underline;
}

a:visited {
  color: #ec008c;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:active {
  color: #ec008c;
  text-decoration: underline;
}