/** Props Default Styles **/

.props_container {
  border-bottom:1px solid #e0e5ed;
  padding:0 0 1px 0;
}

.props_container span {
  color:#999;
}

.props_container .props_on,
.props_container .props_off {
  background:url(/images/props_off.gif);
  background-repeat:no-repeat;
  background-position:0px 1px;
  border-right:1px solid #ccc;
  display:block;
  float:left;
  font-size:11px;  
  margin-right:6px;  
  padding:2px 6px 2px 20px;
}

.props_container .props_on {
  background-image:url(/images/props_on.gif); 
}

.props_container .props_off:hover {
  background-image:url(/images/props_hover.gif); 
}

.props_container p {
  padding-top:2px;
}

/** Start Per Page Custom Styles **/

.photo .props_container {
  margin:10px;
}

.notes_props .props_container {
  border-bottom-style:dotted;
  margin-left:-5px;
  margin-bottom:5px;
  padding-bottom:5px;
}

.notes_props .props_container p {
  margin:0;
}

.note_permalink .notes_props .props_container {
  margin-left:0;
}
