/*.hornet.media {
  overflow: visible;
}

.hornet.media .thumbs,
.hornet.media .tools,
.hornet.media form,
.hornet.media .image {
  margin: 10px;
}

.hornet.media .thumbs a {
  margin: 0 5px 0 0;
}

.hornet.media .thumbs .thumb {
  float: left;
}

.hornet.media .thumbs .thumb.nodrag {
  cursor: wait;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
}

.hornet.media .tools a {
  font-size: 13px;
}

.hornet.media .resize {
  width: 50%;
  overflow: hidden;
}

.hornet.media .resize .text.field {
  float: left;
  width: auto;
}

.hornet.media .resize .text.field label {
  float: none;
}

.hornet.media .resize .text.field input {
  width: 120px;
  margin: 0 10px 0 0;
}

.hornet.media .original {
  margin: 10px 0;
  border-top: 2px solid #000;
  background: url('/images/canvas-bg.png');
}

*/

.hornet.media.modal.dialog {
  overflow-y: hidden;
}

.hornet.media.left-pane {
  height: 100%;
  width: 30%;
/*  border-right: 1px solid #bbb;*/
  float: left;
  position: relative;
  z-index: 10;
  background: #fff;
  border-top: 1px solid #bbb;
}

.hornet.media.right-pane {
  height: 90%;
  width: 70%;
  border-top: 1px solid #bbb;
  float: left;
  position: relative;
  overflow: hidden;
  background: #eee;
}

.hornet.media.scrollable-items {
  position: absolute;
  width: 100000em;
  height: 100%;
}

.hornet.media.scrollable-item {
  border-left: 1px solid #bbb;
}

ul.hornet.media.tree {
  padding: 0;
  border-top: 1px solid #ddd;
}

ul.hornet.media.tree li {
  list-style: none;
}

ul.hornet.media.tree li .wrapper {
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #fff), color-stop(0.5, #f1f1f1), color-stop(1.0, #e6e6e6));
  padding: 4px 4px 4px 8px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  overflow: hidden;
}

ul.hornet.media.tree li .wrapper:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #fff), color-stop(0.5, #eaeaea), color-stop(1.0, #dcdcdc));  
  cursor: pointer;
}

ul.hornet.media.tree li .wrapper:active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #dcdcdc), color-stop(0.5, #eaeaea), color-stop(1.0, #fff));  
  cursor: pointer;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #cdcdcd;
}

ul.hornet.media.tree li .wrapper .icon {
  float: left;
  background-repeat: no-repeat;
  background-position: right top;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-image: url('/images/nodes/Node.png');
}

ul.hornet.media.tree li .wrapper .icon.saving {
  background-image: url('/images/ajax-loader.gif');
}

ul.hornet.media.tree li .wrapper a.node {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  padding: 3px 0;
  float: left;
  text-shadow: 1px 1px 1px #fff;
}

ul.hornet.media.tree li .wrapper a.node input {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
/*  padding: 3px 0;*/
/*  float: left;*/
  text-shadow: 1px 1px 1px #fff;
  border: none;
  background: none;
  width: 100%;
}

ul.hornet.media.tree li .wrapper.current a {
  font-weight: bold;
}

.hornet.media.thumbs {
  overflow: hidden;
  overflow-y: auto;
  float: left;
  width: 100em;
  height: 100%;
}

.hornet.media.thumbs .thumb {
  height: 100px;
/*  width: 250px;*/
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
  margin: 10px 0 10px 10px;
  -webkit-box-shadow: 1px 1px 3px #aaa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #fff), color-stop(0.5, #f1f1f1), color-stop(1.0, #e6e6e6));
  float: left;
  text-decoration: none;
}

.hornet.media.thumbs .thumb:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #fff), color-stop(0.5, #eaeaea), color-stop(1.0, #dcdcdc));  
  cursor: pointer;
}

.hornet.media.thumbs .thumb:active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #e6e6e6), color-stop(0.5, #f1f1f1), color-stop(1.0, #fff));  
  cursor: pointer;
}

.hornet.media.thumbs .thumb img {
  float: left;
  width: 80px;
  height: 80px;
  background: #eee;
  margin: 10px;
}

.hornet.media.thumbs .thumb span.name {
  float: left;
  display: block;
  height: 80px;
  width: 130px;
  margin: 10px 10px 10px 0;
  font-size: 12px;
  color: #333;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
  text-decoration: none;
}

.hornet.media.asset-wrapper {
  float: left;
  position: relative;
  overflow-x: hidden;
}

.hornet.media.scrollable-item h2,
.hornet.media.upload h2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #F0F0F0), color-stop(0.5, #DCDCDC), color-stop(1.0, #CDCDCD));
  border-bottom: 1px solid #bbb;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
  padding: 6px 10px;
}

.hornet.media.thumbs .tools,
.hornet.media.asset-wrapper .tools {
  margin: 10px;
}

.hornet.media.thumbs .tools a,
.hornet.media.asset-wrapper .tools a {
  text-shadow: 1px 1px 1px #fff;
  font-size: 12px;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  padding: 5px 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #F0F0F0), color-stop(0.5, #DCDCDC), color-stop(1.0, #CDCDCD));
}

.hornet.media.thumbs .tools a:hover,
.hornet.media.asset-wrapper .tools a:hover {
  color: #369;
}

.hornet.media.asset-wrapper .image-style {
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  margin: 12px 0;
  padding: 5px 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ddd), color-stop(0.02, #eee), color-stop(0.98, #fff));
}

.hornet.media.asset-wrapper .image-style h3 {
  padding: 5px 0 0 0;
  font-size: 12px;
  text-shadow: 1px 1px 1px #fff;
  color: #333;
}

.hornet.media.asset-wrapper .image-style .tools {
  margin: 6px 0 10px;
}

.hornet.media.asset-wrapper .image-style .tools a {
  padding: 2px 10px;
}

.hornet.media.upload {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 50%;
  height: 0;
  bottom: -100px;
  background: #fff;
}

.hornet.media.upload .close {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 5px 10px;
  text-decoration: none;
  color: #bbb;
  text-shadow: 1px 1px 1px #fff;
}

.hornet.media.upload .field {
  margin: 10px;
}

.hornet.media.upload .field label {
  width: 100%;
}

.hornet.media.upload .uploadifyQueueItem {
  width: auto;
}

.hornet.media.upload .tools {
  position: absolute;
  right: 10px;
  top: 45px;
}

.hornet.media.left-pane .tree.tools {
  margin: 0;
  padding: 9px 5px 12px;
}

.hornet.media.left-pane .tools a {
  text-shadow: 1px 1px 1px #fff;
  font-size: 12px;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  padding: 5px 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #F0F0F0), color-stop(0.5, #DCDCDC), color-stop(1.0, #CDCDCD));
}