/* Research section styles for SkinCare Physicians site */



/* BODY */

#divbody {
  background-image: url(../img/research/gradient.gif);
}



/* TEXT */

/* graphical heading */
#divtext h1 {
  color: #e4a04c;
}
/* subheads */
#divtext h2, #divtext h3 {
  color: #e4a04c;
}
/* bulleted lists */
#divtext ul li {
  background-image: url(../img/research/bullet.gif);
}
/* headed lists - lists that look like paragraphs with headings*/
#divtext ul.headedlist strong {
  color: #e4a04c;
}

/* book covers, titles, authors */
#divtext h2, #divtext h3, #divtext p, #divtext ul {
  clear: both;
}
#divtext p.book {
  display: block;
  width: 147px;
  float: left;
  clear: none;
  padding: 4px 16px 4px 0px;
  font-size: 0.65em;
}
#divtext p.book img {
  margin-bottom: 1px;
}
/* used on first book in every row to get it all the way to the left */
div.bookrow {
  margin-bottom: 4px;
  clear: both;
}

/* table listing doctor names with links to their publications */
#divtext table.publisttable {
  border: none;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}
#divtext table.publisttable td {
  padding: 0px 40px 0px 0px;
}
#divtext table.publisttable td p {
  line-height: 180%;
}
