@charset "utf-8";

/* --- overview styles --- */

.overviewLink {
  width:692px;
  background:#e3e9f2;
  margin-bottom:14px;
  padding:17px 19px 17px 19px;
}

.overviewLink a {
  color:#666;
  text-decoration:none;
}

.overviewLink .overviewImage {
  float:left;
  margin-right:25px;
}

.overviewLink .overviewTitle {
  font-size:1.25em;
  font-weight:bold;
  text-transform:uppercase;
}

/* --- browse videos styles --- */

.browseVideoSection {
  background:#e3e9f2;
}

.browseVideoSection a {
  color:#666;
  text-decoration:none;
}

.browseVideoSection h2 {
  margin:0;
  padding:0;
  font-size:1.25em;
  text-transform:uppercase;
}

.browseVideoSection p {
  margin:0;
  padding:0;
}

.browseVideoSection {
  width:666px;
  margin-bottom:22px;
  padding:24px 32px 19px 32px;
}

.browseVideoSection .videoRow {
  float:left;
  width:666px;
}

.browseVideoSection .videoCallout {
  float:left;
  width:200px;
  margin-top:15px;
}

.browseVideoSection .videoCallout.rightMargin {
  margin-right:32px;
}

.browseVideoSection .videoDescription {
  font-size:.88em;
  line-height:1.38em;
}

.browseVideoSection .videoRunTime {
  display:block;
  width:200px;
  text-align:right;
  font-size:.88em;
  margin-top:-3px;
}

.browseVideoSection img {
  margin-bottom:3px;
}
