.more {
  clear: both;
  padding: 20px 10px 10px;
  margin: 50px 5px 0;
  border-top: 1px dashed #d4eef2;
}
.more p {
  clear: both;
  padding: 2px;
}

.more .list {
  padding: 0 5px;
  margin: 10px 0;
  border: 1px solid #e9e9e9;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.more .list p {
  clear: none;
}
.more .list ul {
  overflow: hidden;
  list-style-type: none;
  font-size: 0.95em;
  margin: 0 0 10px;
}
.more .list dl {
  font-size: 0.95em;
  margin: 0 0 10px;
  padding: 0 15px;
}
.legible-url {
  font-family: "Andale Mono", "Lucida Console", "Courier New", Courier, fixed;
}
.more .list dt {
  padding: 5px 0 0 0;
}
.more .list ul li {
  float: left;
  width: auto;
  padding: 5px 0;
}
.more .list ul li a {
  background: top left no-repeat;
  padding: 0 0 0 20px;
}
.more .list ul li span {
  background: top left no-repeat;
  padding: 0 0 0 20px;
  font-weight: bold;
  width: 3.5em;
  display: block;
}

/*------------------
	Further Actions
--------------------*/
#further-actions {
  position: relative;
  overflow: hidden;
}
#further-actions .content h3 {
  border-style: none;
  padding: 0 25px;
}
#more-tab, #more-content.selected .content {
  background: #fef4e0;
}
#share-tab, #share-content.selected .content {
  background: #f5f9e0;
}
#help-tab, #help-content.selected .content {
  background: #ecf6f7;
}
#interact-tab, #interact-content.selected .content {
  background: #f1dce0;
}
/* share, help, interact */
#further-actions ul#further-tabs {
  list-style-type: none;
  width: 25%;
  float: left;
  padding: 5px 0;
  position: absolute;
  left: 1px;
}
ul#further-tabs li {
  margin: 5px 0;
  border: 1px solid #ccc;
  -moz-border-radius-topleft: 5px; -webkit-border-radius-top-left: 5px;
  -moz-border-radius-bottomleft: 5px; -webkit-border-radius-bottom-left: 5px;
}
#further-actions.js ul#further-tabs li.selected {
  border-right-color: transparent;
  position: relative;
  z-index: 2;
}
ul#further-tabs li a {
  display: block;
  width: 100%;
  color: #222;
  font-size: 0.9em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: underline;
  padding: 10px;
  border: 1px solid #fff;
  -moz-border-radius-topleft: 5px; -webkit-border-radius-top-left: 5px;
  -moz-border-radius-bottomleft: 5px; -webkit-border-radius-bottom-left: 5px;
}
ul#further-tabs li a:focus, ul#further-tabs li a:active {
  outline: none;
}
#further-actions.js ul#further-tabs li a {
  background: rgba(255, 255, 255, 0.5);
  color: #444;
}
#further-actions.js ul#further-tabs li a:hover {
  background: none;
  color: #222;
}
#further-actions.js ul#further-tabs li.selected a {
  background: none;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  border-color: transparent;
}
#further-actions ul#further-content {
  list-style-type: none;
  width: 75%;
  float: right;
  position: relative;
  z-index: 1;
}
#further-actions ul#further-content h3 {
  margin: 0;
}
#further-actions ul#further-content li {
  padding: 0 0 5px;
}
#further-actions.js ul#further-content li {
  display: none;
  padding: 0;
}
#further-actions.js ul#further-content li ul li {
  display: inline;
}
#further-actions.js ul#further-content li.selected {
  display: block;
}
ul#further-content .content {
  min-height: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
ul#further-content .content div.noborder {
  padding: 0 25px;
  margin: 0;
}
ul#further-content .content div.border {
  padding: 5px 25px;
  margin: 10px 0;
  border: 1px solid #ccc;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#further-actions.js ul#further-content li .form ul li {
  padding: 5px 10px;
  display: block;
}
#further-actions.js ul#further-content li .form ul .radio_list li,
#further-actions.js ul#further-content li .form ul .checkbox_list li{
  padding: 5px 0;
  margin: 0 20px 0 0;
}
#further-actions.js ul#further-content form input {
  margin: 2px 0 0;
}