/* CSS Document */

.img_float_left {
  margin: 0 5px 2px 0;
  float: left;
  border: 1px solid #999999;
}

.clear_float {
  clear: both;
}



/* GTE MAGAZINE SUBSCRIPTION FORMS (PAYPAL) */
.subscribe {
  margin: 10px 0;
  padding: 0;
}


/* GTE MAGAZINE FEATURED EDITONS */
#content p.featured_mag {
  margin: 0 0 20px 0;
  width: 210px;
  padding-right: 30px;
  float: left;
  font-size: 11px;
}
#content p.featured_mag strong {
  font-size: 13px;
}
.featured_mag_img {
  margin-bottom: 20px;
}

/* GLORY TRAIN & HILL TOPPER ARTISTS PAGES */
#content div.artist-block { 
  margin-left: 20px;
  padding-bottom: 10px;
  width: 250px;
  float: left;
  color: #FFFFFF;
  font-size: 13px;
}

#content br.clear-float {
  float: none;
}

#content marquee.img-marquee-scroller {
  /*background-color: #000000;*/
  /*border: #999999 1px dotted;*/
  width: 100%;
  height: 180px;
}


/* RELEASES PAGES */

#content p.releaseTitle {
  font-size: 18px;
  color: white;
}

#content div.releaseTracks {
  position: relative;
  left: 20px;
  width: 300px;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 15px;
}

/* HOME PAGE ABOUTS */

#content p.about-title {
  margin-top: 20px;
  font-size: 16px;
  color: white;
  border-bottom: 1px #999999 dotted;
  width: 60%;
  text-align: left;
}

#content p.about-desc {
  font-size: 12px;
  color: #CCCCCC;
  margin-bottom: 20px;
  width: 60%;
  text-align: left;
  border-bottom: 1px #999999 dotted;
  padding-bottom: 3px;
}

/* ABOUT PARAGRAPHS FOR EACH PAGE */

#content p.p-about {
  color: #FFFFFF;
}

/* SERVICES PAGE */

#content div.serviceDiv {
  margin-top: 40px;
  width: 400px;
  border: 1px solid grey;
  padding: 2px 10px 2px 5px;
}

#content span.serviceTitle {
  font-weight: bold;
  font-size: 16px;
}

/* ADVERTISING RATES */

#content h3.rateSectionTitle {
  margin-top: 30px;
  color: #CCCCCC;
}

#content div.rateWrapper {
  width: 500px;
  padding: 5px 2px 2px 8px;
  text-align: left;
  margin-bottom: 20px;
}

#content p.insideWrapper1 {
  width: 337px;
  float: left;
}

#content form.insideWrapper2 {
  border: 0px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 150px;
  float: left;
}

#content span.rateTitle {
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: underline;
}

#content span.ratePrice {
  font-size: 14px;
  color: #FFFFFF;
}

#content span.rateDescription {
  font-size: 10px;
  color: #666666;
}

#content br.rateClearFloat {
  clear: both;
}

div.clearer {clear: left; line-height: 0; height: 0;}

/* SAMPLES PAGE */

#content p.sampleCatTitle {
  font-size: 14px;
  font-weight: bold;
}


/* CHARTS PAGE */

#adContainer {
  margin: 20px auto;
  padding: 10px;
  width: 596px;
}
#adContainer img {
  margin-bottom: 14px;
}

#content p.chartAnchorMenu {
  font-size: 12px;
}

#content h3.chartTitle {
  color: white;
}

#content p.chartDesc {
  font-size: 12px;
  color: #FFFFFF;
  width: 70%;
}

#content table.chartTable {
  width: 70%;
  border: 1px solid #CCCCCC;
}

#content table.chartTable th {
padding: 2px;
  background-color: #CCCCCC;
  color: #000000/*#970110*/;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  width: 30%;
}

#content table.chartTable tr {
  text-align: left;
}

#content table.chartTable td {
  color: #CCCCCC;
  font-size: 12px;
  padding: 5px 13px 5px 0px;
}

/* SERVICES PAGES */

#content h3.serviceTitle {
  color: white;
}

#content form.serviceForm {
  width: 150px;
}

#content p.serviceAddress {
  width: 200px;
  border-left: #999999 1px dotted;
  border-top: #999999 1px dotted;
  padding-left: 5px;
  padding-top: 3px;
}

#content p.serviceDescription {
  font-style: italic;
  font-size: 14px;
}

#content p.p-black {
  /*color: black;*/
}