/* style.scss */
html, body {
  height: 100%; }

body {
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #464646; }

h1 {
  font-weight: 500;
  font-size: 2em;
  color: #464646;
  font-weight: 500;
  letter-spacing: -0.047em; }
  h1 a {
    color: #464646; }
    h1 a:hover {
      text-decoration: none; }

.logo h2 {
  font-weight: 500;
  font-size: 2em;
  color: #464646;
  font-weight: 500;
  letter-spacing: -0.047em; }
  .logo h2 a {
    color: #464646; }
    .logo h2 a:hover {
      text-decoration: none; }

h2 {
  color: #666666;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  padding-top: 2px; }

h3 {
  margin-top: 1em;
  font-size: .9em;
  font-weight: normal; }
  h3 a {
    color: #464646;
    background: #FCF73A;
    padding: 2px; }

h4 {
  color: #666666;
  margin-bottom: 5px; }

a {
  font-weight: normal;
  color: #00b9ff;
  text-decoration: none; }
  a:hover {
    color: #00b9ff;
    text-decoration: underline; }

a.link-dark {
  color: #464646; }
  a.link-dark:hover {
    text-decoration: underline;
    color: #464646; }

ul {
  padding: 0; }
  ul li {
    line-height: 1.4em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.shadow {
  -moz-box-shadow: 0 0 4px #999999;
  -webkit-box-shadow: 0 0 4px #999999;
  box-shadow: 0 0 4px #999999;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#999999')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=180,Color='#999999'); }

.rule {
  border-top: 1px solid #e0e0e0; }

.divider {
  border-top: 1px dotted #e0e0e0;
  display: block;
  height: 1px; }

.bump-down {
  margin-bottom: 8px; }

.text-right {
  text-align: right; }

/* left */
menu {
  padding: 0;
  margin: 0; }
  menu ul {
    margin-bottom: 0.8em; }
    menu ul li {
      line-height: 1.4em; }

input {
  font-size: 1.3em;
  font-weight: normal;
  width: 100%; }

#search-box {
  padding: 20px 12px 15px; }

.inset {
  padding: 15px; }

.bsa-inset {
  background: #e9e9e9;
  text-shadow: 0px 1px 1px white;
  -moz-text-shadow: 0px 1px 1px white;
  -webkit-text-shadow: 0px 1px 1px white; }

.totals {
  text-align: right;
  display: block;
  font-weight: normal;
  font-size: .9em;
  color: #464646;
  padding: 4px 0 0; }

.count {
  float: right;
  background: #f1f1f1;
  color: #989898;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: .8em;
  padding: 0 3px;
  line-height: 1.4em;
  margin-top: .2em;
  text-decoration: none; }

.toggle-selected {
  color: #464646;
  font-weight: bold; }

.toggle-unselected {
  color: #00b9ff;
  font-weight: normal; }

.toggle-selected .toggle:hover {
  text-decoration: none; }

.toggle-unselected .toggle:hover {
  text-decoration: underline;
  cursor: pointer; }

#photos {
  position: relative;
  text-align: center;
  margin: 10px 0;
  min-height: 324px; }
  #photos a {
    color: white; }
  #photos hr {
    background: #E5E8ED;
    height: 1px;
    margin: 15px 11px 20px 0;
    border: none; }

.photo-block {
  overflow: hidden; }

.photo_container {
  float: left;
  min-height: 115px;
  margin-right: 11px; }

.photo {
  display: auto;
  position: relative; }

.photo a:hover {
  text-decoration: none; }

.photo img:hover, .photo-collaborator div img:hover {
  padding: -.2;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
  /*-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .12s;
  -webkit-transition-duration: .12s;
  -o-transition-duration: .12s;
  transition-duration: .12s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;*/ }

.photo img {
  margin: 0; }

.photo.original img {
  border-bottom: 3px solid #00b9ff; }

.photo.largest img {
  border-color: #00b9ff; }

.photo.largest .dimensions {
  background-color: #00b9ff;
  color: white; }

.photo .dimensions {
  display: block;
  display: none;
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 0;
  z-index: 1;
  white-space: nowrap;
  padding: 2px;
  font-size: 8pt;
  text-align: center; }

.photo a .dimensions {
  display: none; }

.photo a:hover .dimensions {
  display: block; }

#more {
  color: #00b9ff;
  font-weight: normal;
  clear: both;
  width: 100%;
  text-align: center;
  padding: 30px 0 45px 0;
  height: 100%;
  cursor: pointer; }
  #more p {
    margin: 0 30% 0 30%;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: #f1f1f1;
    /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e5e5e5');
    /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e5e5e5));
    /* for webkit browsers */
    background: -moz-linear-gradient(top, #f6f6f6, #e5e5e5);
    /* for firefox 3.6+ */ }
    #more p:hover {
      background: #f2f2f2;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f6f6f6');
      /* for IE */
      background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#f6f6f6));
      /* for webkit browsers */
      background: -moz-linear-gradient(top, #e5e5e5, #f6f6f6);
      /* for firefox 3.6+ */
      cursor: pointer; }

.photo-collaborator img.dreamstime {
  width: 110px; }

.no-collaborator {
  margin-right: 0 !important;
  border-right: none !important; }

#landing {
  height: 100%;
  width: 100%;
  background: #f2f2f2 url(../images/cf_pile_v0_1.jpg) 0 0 repeat; }
  #landing .inset {
    padding: 34px; }
  #landing #floater {
    position: relative;
    float: left;
    height: 50%;
    margin-bottom: -200px;
    width: 1px; }
  #landing #centered {
    position: relative;
    clear: left;
    height: 380px;
    width: 360px;
    margin: 0 auto; }
  #landing #header {
    width: 100%;
    display: block;
    color: #464646;
    height: 3em;
    font-weight: normal;
    min-width: 820px; }
    #landing #header .side-left {
      float: left; }
    #landing #header .side-right {
      float: right;
      text-align: right;
      height: 20px; }
    #landing #header .plus1 {
      margin-right: -20px; }
    #landing #header .stumble {
      padding-top: 2px;
      padding-right: 4px; }
    #landing #header div {
      padding: 8px 0 10px 0; }
    #landing #header .fb_iframe_widget span {
      height: 20px !important; }
    #landing #header .fb_edge_comment_widget, #landing #header .fb_send_button_form_widget {
      left: -200px !important; }
  #landing footer {
    width: 100%;
    min-width: 820px;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    clear: both;
    font-size: 1em;
    font-weight: normal;
    color: #666666;
    background: white; }
    #landing footer .inset {
      padding: 90px 34px 34px 34px; }
    #landing footer .popular {
      padding-left: 4px;
      color: #00b9ff; }
    #landing footer #samples {
      top: -22px;
      left: 0;
      height: 86px;
      position: absolute;
      overflow: hidden;
      max-width: 100%; }
      #landing footer #samples h4 {
        height: 16px;
        margin-left: 34px; }
      #landing footer #samples ul {
        position: relative;
        width: 100%;
        text-align: center;
        list-style-type: none;
        white-space: nowrap; }
        #landing footer #samples ul .first {
          margin-left: -50px; }
        #landing footer #samples ul li {
          background: white;
          outline: none;
          vertical-align: top;
          display: inline-block;
          width: 100px;
          height: 64px;
          margin: 0;
          padding: 0;
          overflow: hidden; }
          #landing footer #samples ul li a {
            position: absolute;
            top: 0;
            width: 100px;
            height: 64px;
            overflow: hidden; }
    #landing footer table {
      height: 114px;
      border: 0; }
      #landing footer table li {
        margin: 0 0 0 0; }
    #landing footer p {
      color: #464646; }
    #landing footer .copyright {
      color: #666666;
      line-height: 20px;
      font-size: 11px; }

.bsa_block {
  height: 120px; }

.bsa_it_d {
  font-size: 11px !important; }

.bsa_it_ad {
  font-family: Helvetica Neue, Arial, sans-serif !important;
  padding: 0px !important;
  margin: 0 0 0 0;
  background: none !important;
  border: none !important; }

.bsa_it_p {
  display: none !important; }

#landing footer .bsa_it_d {
  min-width: 260px;
  max-width: 300px; }

#spinner {
  clear: both;
  height: 16px;
  font-weight: normal;
  margin-left: 11px;
  line-height: 1em; }
  #spinner img {
    margin-right: 4px;
    vertical-align: middle; }

#error {
  max-width: 500px; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  /* This removes the border around the viewport in old versions of IE */
  width: 100%;
  background: #fff;
  min-width: 600px;
  /* Minimum width of layout - remove line if not required */
  /* The min-width property does not work in old versions of Internet Explorer */ }

.colmask {
  position: relative;
  /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear: both;
  float: left;
  width: 100%;
  /* width of whole page */
  overflow: hidden;
  /* This chops off any overhanging divs */ }

.fluid {
  background: #f2f2f2;
  /* Right column background colour */ }
  .fluid .colmid {
    float: left;
    width: 200%;
    margin-left: 0;
    /* Width of right column */
    position: relative;
    right: 100%;
    background: #fff;
    /* Centre column background colour */
    border-right: 1px dotted darkgrey; }
  .fluid .colleft {
    float: left;
    width: 100%;
    margin-left: -50%;
    position: relative;
    left: 170px;
    /* Left column width + right column width */
    border-right: 1px solid darkgrey;
    background: #fafafa; }
    .fluid .colleft .logo {
      margin: 0 auto;
      text-align: center;
      color: #464646;
      padding: 15px; }
  .fluid .col2wrap {
    float: left;
    width: 50%;
    position: relative;
    right: 170px;
    /* Width of left column */
    padding-bottom: 1em;
    /* Centre column bottom padding. Leave it out if it's zero */ }
    .fluid .col2wrap .col2 {
      margin: 0 0 0 184px;
                              	  /* Centre column side padding:
	Left padding = left column width + centre column left padding width
	Right padding = right column width + centre column right padding width */
      position: relative;
      left: 200%;
      overflow: hidden; }
      .fluid .col2wrap .col2 .bsa_728_ad_zone {
        margin-top: 10px; }
      .fluid .col2wrap .col2 footer {
        margin-bottom: 20px; }
      .fluid .col2wrap .col2 footer p {
        clear: both;
        font-weight: normal;
        text-align: center;
        margin-bottom: 4px;
        color: #666666; }
  .fluid .col1 {
    float: left;
    float: right;
    /* This overrides the float:left above */
    width: 170px;
    /* Width of left column content (left column width minus left and right padding) */
    position: relative;
    right: 15px;
    /* Width of the left-had side padding on the left column */ }
    .fluid .col1 .hold {
      position: fixed;
      top: 0;
      left: 0;
      width: 170px;
      height: 100%;
      min-height: 620px; }
    .fluid .col1 #patron {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 20.4em;
      display: block;
      width: 170px; }
      .fluid .col1 #patron h3 a {
        background: none;
        padding: 0; }
  .fluid .col3 {
    float: left;
    float: right;
    /* This overrides the float:left above */
    width: 0;
    /* Width of right column content (right column width minus left and right padding) */
    margin-right: 170px;
    /* Width of right column right-hand padding + left column left and right padding */
    position: relative;
    left: 50%; }
    .fluid .col3 .collaborator-logo {
      position: absolute;
      top: 0;
      right: 0;
      width: 70px;
      z-index: 9999; }
    .fluid .col3 #collaborator, .fluid .col3 #istock-collaborator, .fluid .col3 #shutterstock-collaborator {
      padding: 0 10px;
      margin-top: 11px; }

/* Pages */
.stub {
  padding-top: 10em;
  text-align: center;
  font-weight: normal;
  width: 100%; }
  .stub h2 {
    font-size: 2em;
    font-weight: bold; }
  .stub p {
    color: #666666;
    margin: 1em 0 .6em 0; }
  .stub div {
    margin: auto;
    width: 50%; }

/* Pages */
#full {
  background: #fff;
  min-width: 1024px;
  margin-top: 20px; }
  #full h1 {
    margin: 0px; }
  #full h3 {
    font-size: 1.4em;
    margin-bottom: 6px; }
  #full p {
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 6px;
    color: #646464; }
  #full hr {
    background: transparent url(../images/cf_hr.png) 0 50% repeat-x;
    border: 0;
    clear: both;
    padding: 15px 0; }
  #full ul {
    margin: 10px 0;
    padding-left: 17px;
    font-weight: normal;
    color: #646464; }
  #full li {
    list-style: disc;
    margin: 0;
    font-weight: normal; }
  #full .col.side {
    margin: 40px 40px 0 0;
    width: 220px;
    /*position: fixed; left: 577px; top: 90px; margin: 0;*/ }
  #full .col {
    float: left;
    margin: 40px 30px 0 30px;
    width: 700px; }
  #full .aside {
    background-color: #edf3f7;
    /*border: 1px solid #d1d1d1;*/
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 8px;
    padding: 15px 15px 7px 15px;
    /*-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/ }
    #full .aside h3 {
      font-size: 12px;
      margin-bottom: 8px; }
    #full .aside p {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 8px; }
    #full .aside ul,
    #full .aside ol {
      padding-left: 17px;
      margin: 0; }
    #full .aside li {
      font-size: 12px;
      line-height: 16px;
      margin: 0 0 8px 0; }
    #full .aside a {
      text-decoration: none; }
    #full .aside a:hover {
      text-decoration: underline; }
  #full .flush-top {
    position: fixed;
    top: 0;
    left: 0; }
  #full .qa {
    margin-bottom: 20px; }

.tipsy {
  padding: 5px;
  font-size: 10px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-repeat: no-repeat;
  background-image: url(../images/cf_tipsy.gif); }

.tipsy-inner {
  padding: 5px 8px 4px 8px;
  background-color: black;
  color: white;
  max-width: 200px;
  text-align: center; }

.tipsy-inner {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.tipsy-north {
  background-position: top center; }

.tipsy-south {
  background-position: bottom center; }

.tipsy-east {
  background-position: right center; }

.tipsy-west {
  background-position: left center; }

#some_element_id iframe {
  position: static !important; }

.landing_page {
  background: #f2f2f2;
  /* Right column background colour */
  font-weight: normal; }
  .landing_page .colmid {
    float: left;
    width: 200%;
    margin-left: 0;
    /* Width of right column */
    position: relative;
    right: 100%;
    background: #fff;
    /* Centre column background colour */
    border-right: 1px dotted darkgrey; }
  .landing_page .colleft {
    float: left;
    width: 100%;
    margin-left: -50%;
    position: relative;
    left: 170px;
    /* Left column width + right column width */
    border-right: 1px solid darkgrey;
    background: #fafafa; }
    .landing_page .colleft .logo {
      margin: 0 auto;
      text-align: center;
      color: #464646;
      padding: 15px; }
  .landing_page .col2wrap {
    float: left;
    width: 50%;
    position: relative;
    right: 170px;
    /* Width of left column */
    padding-bottom: 1em;
    /* Centre column bottom padding. Leave it out if it's zero */ }
    .landing_page .col2wrap .col2 {
      margin: 0 0 0 184px;
                              	  /* Centre column side padding:
	Left padding = left column width + centre column left padding width
	Right padding = right column width + centre column right padding width */
      position: relative;
      left: 200%;
      overflow: hidden; }
      .landing_page .col2wrap .col2 .breadcrumb {
        background: #fafafa;
        border: 1px solid gainsboro;
        margin: 15px 14px 30px 0;
        font-size: 12px;
        overflow: hidden;
        -webkit-box-shadow: 2px 2px 1px #999;
        -moz-box-shadow: 2px 2px 1px #999;
        box-shadow: 2px 2px 1px #999; }
        .landing_page .col2wrap .col2 .breadcrumb div, .landing_page .col2wrap .col2 .breadcrumb h1 {
          font-size: 1em;
          display: block;
          float: left;
          padding: 9px 20px 9px 12px;
          background: url(/images/breadcrumb_spacer.png) no-repeat right top;
          line-height: 12px; }
        .landing_page .col2wrap .col2 .breadcrumb h1 {
          margin-top: -1px;
          font-weight: bold; }
      .landing_page .col2wrap .col2 .upper_text_box {
        width: 90%;
        margin: 10px auto 40px; }
        .landing_page .col2wrap .col2 .upper_text_box p {
          margin-bottom: 20px; }
      .landing_page .col2wrap .col2 footer {
        background: #fafafa;
        padding: 30px;
        border: 1px solid gainsboro;
        margin-left: -14px; }
        .landing_page .col2wrap .col2 footer .lower_text_box {
          margin-bottom: 30px; }
          .landing_page .col2wrap .col2 footer .lower_text_box p {
            margin-bottom: 20px; }
        .landing_page .col2wrap .col2 footer p {
          clear: both;
          font-weight: normal;
          margin-bottom: 4px;
          color: #666666; }
  .landing_page .col1 {
    float: left;
    float: right;
    /* This overrides the float:left above */
    width: 170px;
    /* Width of left column content (left column width minus left and right padding) */
    position: relative;
    right: 15px;
    /* Width of the left-had side padding on the left column */ }
    .landing_page .col1 .hold {
      position: fixed;
      top: 0;
      left: 0;
      width: 170px;
      height: 100%;
      min-height: 620px; }
    .landing_page .col1 #patron {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 20.4em;
      display: block;
      width: 170px; }
      .landing_page .col1 #patron h3 a {
        background: none;
        padding: 0; }
  .landing_page .col3 {
    float: left;
    float: right;
    /* This overrides the float:left above */
    width: 0;
    /* Width of right column content (right column width minus left and right padding) */
    margin-right: 170px;
    /* Width of right column right-hand padding + left column left and right padding */
    position: relative;
    left: 50%; }
    .landing_page .col3 .collaborator-logo {
      position: absolute;
      top: 0;
      right: 0;
      width: 70px;
      z-index: 9999; }
    .landing_page .col3 #collaborator, .landing_page .col3 #istock-collaborator, .landing_page .col3 #shutterstock-collaborator {
      padding: 0 10px;
      margin-top: 11px; }

#wordpress-popup {
  display: none;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 440px;
  height: 190px;
  padding: 40px; }
  #wordpress-popup h3 {
    font-size: 24px;
    margin: 0;
    font-weight: bold; }
  #wordpress-popup p {
    font-size: 18px;
    font-weight: normal;
    color: #676767;
    margin: 10px 0px 20px 0px; }
  #wordpress-popup a.button {
    float: left;
    padding: 10px 0px;
    display: block;
    width: 150px;
    height: 25px;
    text-align: center;
    font-size: 19px;
    background: #00b9ff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
    color: white;
    text-shadow: 0px 1px 1px #00a3e1;
    margin: 10px 40px 10px 0px; }
  #wordpress-popup p.suppress {
    float: left;
    color: #676767;
    padding-top: 12px;
    font-size: 15px;
    margin-left: -2px; }
  #wordpress-popup p.suppress input {
    width: auto;
    margin-right: 3px; }
  #wordpress-popup a.close {
    position: absolute;
    top: -10px;
    right: -10px; }

#pop_up_toggle {
  margin-top: 13px; }
  #pop_up_toggle label {
    margin-right: 4px; }
  #pop_up_toggle span.toggle {
    text-transform: uppercase;
    font-size: 0.9em;
    margin-right: 2px; }

#detail-popup {
  display: none;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 730px;
  height: 825px;
  padding: 30px;
  font-weight: normal;
  color: #555; }
  #detail-popup .bsa_728_ad_zone {
    margin-bottom: 20px; }
  #detail-popup div.image {
    float: left;
    width: 450px; }
    #detail-popup div.image img {
      max-width: 450px;
      max-height: 450px;
      margin: 0 auto; }
  #detail-popup div.steps {
    float: right;
    width: 258px; }
    #detail-popup div.steps h3 {
      font-size: 16px;
      margin: 0 0 13px;
      font-weight: bold; }
    #detail-popup div.steps table.detail {
      width: 100%;
      margin-bottom: 23px; }
      #detail-popup div.steps table.detail td {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 6px 0; }
      #detail-popup div.steps table.detail td.rights {
        padding-top: 8px;
        width: 20px; }
    #detail-popup div.steps table.detail.sizes td:first-child {
      padding-left: 10px; }
    #detail-popup div.steps div.html {
      word-wrap: break-word;
      font-size: 11px;
      border: 1px solid #ddd;
      background: #FDFFC5;
      padding: 7px 10px; }
    #detail-popup div.steps div.caption {
      margin-top: 10px; }
  #detail-popup p {
    font-size: 18px;
    margin: 10px 0px 20px 0px; }
  #detail-popup a.button {
    float: left;
    padding: 10px 0px;
    display: block;
    width: 150px;
    height: 25px;
    text-align: center;
    font-size: 19px;
    background: #00b9ff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
    color: white;
    text-shadow: 0px 1px 1px #00a3e1;
    margin: 10px 40px 10px 0px; }
  #detail-popup p.suppress {
    float: left;
    color: #676767;
    padding-top: 12px;
    font-size: 15px;
    margin-left: -2px; }
  #detail-popup p.suppress input {
    width: auto;
    margin-right: 3px; }
  #detail-popup a.close {
    position: absolute;
    top: -10px;
    right: -10px; }
  #detail-popup div.patron {
    clear: both;
    overflow: hidden; }
    #detail-popup div.patron .collaborator-message {
      font-size: 16px;
      font-weight: bold;
      margin: 20px 0 13px 0; }
    #detail-popup div.patron div.row {
      clear: left;
      float: left;
      position: relative; }

.external-image-row {
  position: relative;
  overflow: hidden;
  border-bottom: 1px dotted #333; }
  .external-image-row .collaborator-logo {
    position: absolute;
    right: 0; }
  .external-image-row .collaborator-message {
    text-align: left !important;
    color: #888;
    font-size: 11px;
    font-weight: normal;
    margin: 10px 0 5px 0; }
  .external-image-row #collaborator, .external-image-row div[id*='istock-collaborator'], .external-image-row div[id*='shutterstock-collaborator'] {
    clear: left;
    float: left;
    position: relative; }
