fieldset#edit-extra-filters{
  padding-bottom: 20px;
}

#edit-container div.op-container{
  position: relative;
  width: 48%;
  float: left;
}
#edit-container div.op-container label{
  width: 17em !important;
}

#edit-container div.op div.form-item{
  float:none;
  width:100px;
}

#edit-container div.form-item input{
  width:200px;
}

#edit-container div.op{
  position: absolute;
  right: 0;
  top:0;
}
#edit-container div.op select{
  width:50px;
}
#edit-actions-container{
  clear: both;
  padding-top: 20px;
}
#edit-actions-container .form-item{
  margin-bottom: 20px;
}
#edit-actions-container .form-item select{
  width: auto;
}

.node-form .form-type-checkboxes{
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #EBEBEB;
  display: block;
  height: 140px;
  margin-bottom: 10px;
  overflow-y: scroll;
  padding: 4px 3px;
  width: 100%;
  clear: both;
}
.node-form .form-type-checkboxes .form-type-checkbox{
  float: left;
  margin-bottom: 3px;
  margin-right: 10px;
  width: 180px;
}
.field-name-field-news-id,.field-name-field-feature-id{
  display:none;
}

/**
 * Ubercart css fixes
*/
td.subtotal{
  background: #f1f1f1;
  color: #3a3a3a;
  border-top: 1px solid #b3b3b3;
  font-size: 14px;
}
div#block-system-main{
  position: relative;
}
.page-cart-checkout form fieldset#cart-pane{
  top: 127px;
}
.page-cart-checkout form fieldset#cart-pane,.page-cart-checkout form fieldset#help-pane{
  position:absolute;
  right:0;
  width: 300px;
}

.page-cart-checkout form fieldset#customer-pane a{
  color: #ed1c24;
}
.page-cart-checkout form fieldset#customer-pane a:hover{
  text-decoration: underline;
}
.page-cart-checkout form div.fieldset-description{
  margin-bottom: 15px;
}
.page-cart-checkout form fieldset{
  margin-bottom: 30px;
  clear:none;
}
.page-cart-checkout form .cart-review{
  border:none;
}
div#cart-form-pane div#cart-form-products{
  border:none;
}
div#cart-form-pane div#cart-form-products thead,.cart-review thead{
  font-weight: normal;
  font-family: 'Georgia', 'Times New Roman';
  color: #303030;
  font-size:14px;
}
.cart-review thead{
  font-size: 12px;
}
div#cart-form-pane div#cart-form-products td{
  padding:10px 5px;
}
div#cart-form-pane div#cart-form-buttons a{
  color: #ed1c24;
}
div#cart-form-buttons{
  height:40px;
  border:none;
}
div#checkout-form-bottom{
  border:none;
}
div#cart-form-buttons div#edit-actions{
  clear: none;
}
div#cart-form-pane div#cart-form-buttons a:hover{
  text-decoration: underline;
}
div.pane-thedrum-admin-hp-video div.video{
  margin:0;
}
form.node-drum_basic_article-form div.form-item-title input,
form.node-drum_creative_review-form div.form-item-title input{
  width:50%;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Georgia', 'Times New Roman';
  color: #303030;
  padding: 5px;
}
div.field-name-field-address-single legend{
  display: none;
}
div.field-name-field-address-single fieldset{
  border:none;
  position: static;
  margin: 0 !important;
  padding: 0 !important;
  clear:both !important;
  background: none;
}
div.field-name-field-address-single fieldset .fieldset-wrapper{
  padding: 0;
  margin: 0;
}
#customer_altered-pane label{
  text-align: right;
  width: 15em;
  padding: 5px 6px 6px;
}
div.field-name-field-address-single fieldset .addressfield-container-inline .form-item{
  margin-bottom: 0;
}
table.cart-review{
  width: 100%;
}
.page-cart-checkout fieldset[id*='customer_altered-pane'] input.form-text,
.page-cart-checkout fieldset[id*='billing_altered-pane'] input.form-text,
.page-cart-checkout fieldset[id*='delivery_altered-pane'] input.form-text{
  width:250px;
}
.page-cart-checkout fieldset[id*='customer_altered-pane'] select.form-select,
.page-cart-checkout fieldset[id*='billing_altered-pane'] select.form-select,
.page-cart-checkout fieldset[id*='delivery_altered-pane'] select.form-select{
  width:260px;
}
.page-cart-checkout .form-item-panes-customer-altered-new-account-field-freelancer-und input[type="checkbox"],
.page-cart-checkout .form-item-panes-customer-altered-new-account-field-student-und input[type="checkbox"]{
  margin-right: 62%;
  margin-top:8px;
}
.page-cart-checkout .form-item-panes-billing-altered-copy-address label,
.page-cart-checkout .form-item-panes-delivery-altered-copy-address label{
  float:none;
}
.bue-ui input[type="button"] {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  height:30px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.bue-ui input[type="button"]:hover,
.bue-ui input[type="button"]:active,
.bue-ui input[type="button"].active,
.bue-ui input[type="button"].disabled,
.bue-ui input[type="button"][disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.bue-ui input[type="button"]:active,
.bue-ui input[type="button"].active {
  background-color: #cccccc \9;
}
.bue-ui input[type="button"]:first-child {
  *margin-left: 0;
}
.bue-ui input[type="button"]:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  border-bottom:1px solid #a2a2a2;
}
.bue-ui input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  border-bottom:1px solid #a2a2a2;
}
.bue-ui input[type="button"].active,
.bue-ui input[type="button"]:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  border-bottom:1px solid #a2a2a2;
}
.bue-ui input[type="button"].disabled,
.bue-ui input[type="button"][disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bue-ui input[type="button"] {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.bue-ui input[type="button"]:hover,
.bue-ui input[type="button"]:active,
.bue-ui input[type="button"].active,
.bue-ui input[type="button"].disabled,
.bue-ui input[type="button"][disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
  border-bottom:1px solid #0044cc;
}
.bue-ui input[type="button"]:active,
.bue-ui input[type="button"].active {
  background-color: #003399 \9;
  border-bottom:1px solid #0044cc;
}
.bue-ui > input[type="button"] {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bue-ui > input[type="button"] + input[type="button"] {
  margin-left: -1px;
}
.bue-ui > input[type="button"]:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.bue-ui > input[type="button"]:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.comment-form .bue-ui,
.field-name-field-video .bue-ui,
.field-type-creative-review div[class*="video-video-src"] .bue-ui{display:none}