@font-face {
    font-family: 'gotham_rounded_book';
    src: url('../fonts/gotham_rounded_book/gotham-rounded-book.eot');
    src: url('../fonts/gotham_rounded_book/gotham-rounded-book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham_rounded_book/gotham-rounded-book.woff') format('woff'),
         url('../fonts/gotham_rounded_book/gotham-rounded-book.ttf') format('truetype'),
         url('../fonts/gotham_rounded_book/gotham-rounded-book.svg#gotham-rounded-book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proxima_nova_light/proximanova-light-webfont.eot');
    src: url('../fonts/proxima_nova_light/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_light/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_light/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proxima_nova_light/proximanova-light-webfont.svg#proxima-novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'variable_black';
    src: url('../fonts/variable/variable_black_regular-webfont.eot');
    src: url('../fonts/variable/variable_black_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/variable/variable_black_regular-webfont.woff') format('woff'),
         url('../fonts/variable/variable_black_regular-webfont.ttf') format('truetype'),
         url('../fonts/variable/variable_black_regular-webfont.svg#variable-black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'variable_bold';
    src: url('../fonts/variable/variable_bold_regular-webfont.eot');
    src: url('../fonts/variable/variable_bold_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/variable/variable_bold_regular-webfont.woff') format('woff'),
         url('../fonts/variable/variable_bold_regular-webfont.ttf') format('truetype'),
         url('../fonts/variable/variable_bold_regular-webfont.svg#variable-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'variable_light';
    src: url('../fonts/variable/variable_light_regular-webfont.eot');
    src: url('../fonts/variable/variable_light_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/variable/variable_light_regular-webfont.woff') format('woff'),
         url('../fonts/variable/variable_light_regular-webfont.ttf') format('truetype'),
         url('../fonts/variable/variable_light_regular-webfont.svg#variable_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'variable_regular';
    src: url('../fonts/variable/variable_regular-webfont.eot');
    src: url('../fonts/variable/variable_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/variable/variable_regular-webfont.woff') format('woff'),
         url('../fonts/variable/variable_regular-webfont.ttf') format('truetype'),
         url('../fonts/variable/variable_regular-webfont.svg#variable-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'websymbolsliga';
    src: url('../fonts/websymbolsliga/websymbolsligaregular.eot');
    src: url('../fonts/websymbolsliga/websymbolsligaregular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/websymbolsliga/websymbolsligaregular.woff') format('woff'),
         url('../fonts/websymbolsliga/websymbolsligaregular.ttf') format('truetype'),
         url('../fonts/websymbolsliga/websymbolsligaregular.svg#websymbolsliga') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vertexioregular';
    src: url('../fonts/vertexio/vertexio-webfont.eot');
    src: url('../fonts/vertexio/vertexio-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vertexio/vertexio-webfont.woff') format('woff'),
         url('../fonts/vertexio/vertexio-webfont.ttf') format('truetype'),
         url('../fonts/vertexio/vertexio-webfont.svg#vertexioregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
      
@font-face{
    font-family:'octicons';
    src:url('../fonts/octicons/octicons.eot');
    src:url('../fonts/octicons/octicons.eot#iefix') format('embedded-opentype'),
    url('../fonts/octicons/octicons.woff') format('woff'),
    url('../fonts/octicons/octicons.ttf') format('truetype'),
    url('../fonts/octicons/octicons.svg#octicons') format('svg');
    font-weight:normal;
    font-style:normal
}

/* *************************************************************** FORMULARIO */

.form-item label { padding: 0 0 5px; font-size: 12px; text-transform: uppercase; color: #1A171B; }

.form-item input.form-text {
  border: 1px solid #A0A0A0;
  border-radius: 5px;
  padding: 8px 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  color: #939393;
}

.form-item select.form-select { min-height: 35px; }

.form-item input.form-text:focus,
.form-item textarea.form-textarea:focus {
  border: 1px solid #1FBEE8;
  box-shadow: 0 0 4px rgba(19, 187, 231, 0.5);
  color: #1FBEE8;
}

input.form-submit { cursor: pointer; }

/* **** FILE **** */

.form-type-managed-file .image-widget { margin: 0 auto; padding: 0; width: 95%; min-height: 55px; position: relative; }
.form-type-managed-file .image-preview { float: left; margin: 0; padding: 0; width: 30%; }
.form-type-managed-file .image-widget-data { float: right; margin: 0; padding: 0; width: 85%;  }

.form-type-managed-file .image-widget-data input.form-file { position: absolute; left: 0; top: 0; background: #3178BD; border: none; cursor: pointer; display: block; vertical-align: middle; height: 42px; margin: 0; opacity: 0; position: absolute; text-indent: -999999px; width: 45px; z-index: 10; right: 0; top: 0; }
.form-type-managed-file .image-widget-data input.form-file + input.form-submit { position: absolute; right: 0; top: 0; background: #9ABC34; border: none; cursor: pointer; display: block; vertical-align: middle; height: 42px; margin: 0; opacity: 0; position: absolute; text-indent: -999999px; width: 45px; z-index: 10; right: 0; top: 0; }
.form-type-managed-file .image-widget .image-widget-data:first-child:before,
.form-type-managed-file .image-widget .messages + .image-widget-data:before { background: #3178BD; border: none; border-radius: 6px; box-shadow: 0 2px #225282; color: #FFFFFF; content: "\f02e"; cursor: pointer; display: block; font-family: 'octicons'; font-size: 29px; height: 42px; line-height: 45px; margin: 0; padding: 0; position: absolute; text-align: center; top: 0; left: 0; transition: all 0.3s ease-in-out 0s; vertical-align: middle; width: 46px; z-index: 1; }
.form-type-managed-file .image-widget .image-widget-data:first-child:after,
.form-type-managed-file .image-widget .messages + .image-widget-data:after { background: #9ABC34; border: none; border-radius: 6px; box-shadow: 0 2px #7E9B26; color: #FFFFFF; content: "\f00c"; cursor: pointer; display: block; font-family: 'octicons'; font-size: 38px; height: 42px; line-height: 45px; margin: 0; padding: 0; position: absolute; text-align: center; top: 0; right: 0; transition: all 0.3s ease-in-out 0s; vertical-align: middle; width: 46px; z-index: 1; }
.form-type-managed-file .image-widget .image-widget-data .archivo { position: relative; margin: 0 0 10px; padding: 0 60px 0 0; top: 5px; word-break: break-all; font-weight: bold; font-size: 14px; }
.form-type-managed-file .image-widget .image-widget-data .archivo:after { content: '\f03e'; position: absolute; top: -5px; right: 50px; font-family:'octicons'; font-size: 44px; color: #649DD7;
  animation-name:arrow;
  animation-duration:2s;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
  animation-direction:alternate;
  animation-play-state:running;
  /* Safari and Chrome: */
  -webkit-animation-name:arrow;
  -webkit-animation-duration:2s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:alternate;
  -webkit-animation-play-state:running;
}
@keyframes arrow {
  0%   {right:50px; opacity: 0;}
  50%  {right:70px; opacity: 1;}
  100% {right:50px; opacity: 0;}
}
@-webkit-keyframes arrow {
  0%   {right:50px; opacity: 0;}
  50%  {right:70px; opacity: 1;}
  100% {right:50px; opacity: 0;}
}

.form-type-managed-file .image-preview img { max-width: 95%; width: auto; height: auto; }
.form-type-managed-file .image-preview + .image-widget-data { padding: 0 15% 0 0; width: 55%; word-break: break-all; }
.form-type-managed-file .image-preview + .image-widget-data .file-size { display: block; clear: both; }
.form-type-managed-file .image-preview + .image-widget-data:after { background: #C41313; border: none; border-radius: 6px; box-shadow: 0 2px #8A0D0D; color: #FFFFFF; content: "Î"; cursor: pointer; display: block; font-family: 'websymbolsliga'; font-size: 43px; height: 42px; line-height: 40px; margin: 0; padding: 0; position: absolute; text-align: center; top: 0; right: 0; transition: all 0.3s ease-in-out 0s; vertical-align: middle; width: 46px; z-index: 1; }
.form-type-managed-file .image-preview + .image-widget-data input.form-submit { background: #C41313; border: none; cursor: pointer; display: block; vertical-align: middle; height: 42px; margin: 0; opacity: 0; position: absolute; text-indent: -999999px; width: 46px; z-index: 10; right: 0; top: 0; }

.form-type-managed-file .image-widget .ajax-progress { position: absolute; top: 0; right: 50px; width: 45px; height: 40px; background: #FFF; }
.form-type-managed-file .image-widget .ajax-progress .throbber { position: static; top: 0; left: 0; width: 45px; height: 40px; margin: 0; padding: 0; }
.form-type-managed-file .image-widget .ajax-progress .throbber:before { width: 45px; height: 40px; font-size: 46px; line-height: 40px; }

.form-type-managed-file .image-widget .messages { position: absolute; bottom: 75px; z-index: 100; width: 74%; padding: 4% 4% 4% 21%; }
.form-type-managed-file .image-widget .messages.error { background: rgba(255, 0, 0, 0.8); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }

.form-type-managed-file .image-widget input.form-text { width: 90%; }
.form-type-managed-file .image-widget div.warning:before { font-size: 2.0em; }

/* **** CUSTOM FORM **** */


/* **** CHECKBOXES **** */
.form-type-checkbox input[type="checkbox"] { display: none; }
.form-type-checkbox label { cursor: pointer; display: inline-block; padding: 3px 0 0 25px; position: relative; }
.form-type-checkbox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 1px;
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
    border: 1px solid #C2C2C2;
}
.form-type-checkbox input[type=checkbox]:checked + label:after {
    content: '\f03a';
    position: absolute;
    top: 1px;
    left: 3px;    
    font-family:'octicons';
    font-size: 18px;
    line-height: 1;
    color: #567685;
}
      
      
/* **** RADIOS **** */
.form-type-radio input[type="radio"] { display: none; }      
.form-type-radio label:before { border-radius: 8px; }
.form-type-radio label { cursor: pointer; display: inline-block; padding: 3px 3px 0 23px; position: relative; }
.form-type-radio label:before {
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0;
    margin: 4px;
    width: 14px;
    height: 14px;
    background: #FFF;
    content: "";
    border-radius: 50%;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
    border: 1px solid #C2C2C2;
}
.form-type-radio input[type="radio"]:checked + label:after {
    content: '\f052';
    position: absolute;
    top: 4px;
    left: 9px;    
    font-family:'octicons';
    font-size: 12px;
    line-height: 12px;
    color: #666;
}
      
/* **** SELECTS **** */
.form-type-select select {
    padding: 8px 6px;
    margin: 0 0 0 5px;
    background: #FFF;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    color: #939393;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .form-type-select select {padding-right: 26px}
}

.form-type-select{ position:relative; text-align: right; }
.form-type-select:before {
    content:'';
    right:0;
    top:27px;
    width:24px;
    height:23px;
    background:#FFF;
    position:absolute;
    pointer-events:none;
    display:block;
    border-left: 1px solid #DDD;
}
.form-type-select:after {
    color:#A8A8A8;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
    line-height: 1;
    
    font-family:"octicons";
    content: "\f0a3";
    font-size: 26px;
    top: 25px;
    right: 3px;
    
}

/* **** IZQUIERDA : Contactar con franquica **** */

#sidebar-right input.form-submit,
body.page-cart #center .commerce-line-item-actions input.form-submit {
  border: 1px solid #A0A0A0;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin: 8px auto 0 0;
  padding: 8px 50px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #692000;
  
  background: #ffb312; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffb312 0%, #ff9500 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb312), color-stop(100%,#ff9500)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffb312 0%,#ff9500 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffb312 0%,#ff9500 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffb312 0%,#ff9500 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffb312 0%,#ff9500 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb312', endColorstr='#ff9500',GradientType=0 ); /* IE6-9 */
}

.form-error {border: 2px solid red !important;}
/* ********************************************************************* TABS */

ul.primary { margin: 30px 0 0; padding: 0; border-bottom: 1px solid #CCC; }

ul.primary li { display: inline-block; }
ul.primary li.active { height: 41px; }

ul.primary li a {
  background: #2E2E2E;
  border: 0;
  margin: 0;
  padding: 15px 70px 15px 30px;
  font-family: 'proxima_novalight';
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #43C9EB;
}
ul.primary li.active a {
  border-color: #CCC #CCC #FFF;
  padding: 20px;
  color: #000;
}

ul.primary:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html ul.primary { height: 1%; }
*:first-child + html ul.primary { min-height: 1%; }

.node-type-franchise ul.primary li + li + li  { position: relative; top: 15px; padding: 0; }
.node-type-franchise ul.primary li + li + li a  { font-size: 11px; padding: 3px 5px; text-transform: none; }

ul.secondary { border-bottom: 1px solid #CCC; }
ul.secondary a { color: #43C9EB; }
ul.secondary a.active { border-bottom: 4px solid #CCC; }


/* ************************************************************* SOCIAL MEDIA */

.easy_social_box { padding: 20px 0; }

/* *************************************************************** PAGINATION */

.item-list .pager { margin: 10px 0 0; }
.item-list .pager li { margin: 1px; padding: 0; }
.item-list .pager li.pager-current {
  border: 1px solid #00C5FF;
  border-radius: 5px;
  background: #00C5FF;
  padding: 5px 10px;
  color: #FFF;
}
.item-list .pager li a {
  display: inline-block;
  border: 1px solid #A0A0A0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(31, 189, 231, 0.2) inset;
  padding: 5px 10px;
  text-decoration: none;
  color: #1FBDE7;
}
.item-list .pager li a:hover {
  border: 1px solid #00C5FF;
  background: #00C5FF;
  color: #FFF;
}

/* ***************************************************************** THROBBER */

.ajax-progress,
.flag-waiting { background: #FFF;  }

.ajax-progress .throbber,
.flag-waiting .flag-throbber {
  position: absolute;
  top: -2px;
  left: -4px;
  background: #FFF;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-align: center;
  
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: 2s infinite linear;
}
.ajax-progress .throbber:before,
.flag-waiting .flag-throbber:before { 
    content: "\f087";
    margin: 0 0 0 3px;
    font-family:"octicons";
    font-size: 22px;
    line-height: 22px;
    color: #999;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* ***************************************************************** MENSAJES */

h2.messages-label { display: none; }

div.messages {
    background: #03C6CD;
    position: relative;
    margin: 2% auto 2%;
    padding: 2% 2% 2% 13%;
    width: 80%;
    min-height: 43px;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    color: #FFF;
    
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.messages a { color: #FFF; }

div.status { background: #37960a; }
div.error { background: #ff3535; }
div.warning { background: #FEB426; }

#better-messages-default div.messages { font-size: 16px; text-align: left; padding: 10px 20px 10px 25px; }
#better-messages-default div.status { background: #37960a; }
#better-messages-default div.error { background: #ff3535; }
#better-messages-default div.warning { background: #FEB426; }

div.messages p { margin: 5px 0; }

div.messages ul { margin: 0 0 0 1em; padding: 0; }
div.messages ul li { list-style-image: none; }

div.messages:before {
    top: 40%;
    content: "s";
    display: block;
    position: absolute;
    margin: 0 0 0 -12%;
    padding: 0;
    width: 12%;
    font-family: 'websymbolsliga';
    font-size: 55px;
    color: #fff;
    line-height: 0;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.30);
}
#better-messages-default div.messages:before {  
  
  display: none;

  top: 0;
  width: auto;
  font-size: 135px;
  color: #FFF;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  line-height: 80%;
}

div.status:before { content: "ô"; }
div.error:before { content: "Í"; }
div.warning:before { font-size: 3.6em; content: "\\";  }

/* ****  VALIDACION **** */

.msgNewAlertStyle {
    position: fixed;
    top: 90px;
    left: 50%;
    z-index: 5000;    
    display: none;
    width: 300px;
}
.msgNewAlertStyle div.messages { padding: 9px 60px; }
.msgNewAlertStyle div.messages:before { font-size: 35px; }
.msgNewAlertStyle a.msgNewAlertCloseButton {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 5px;
  text-decoration: none;
}
.msgNewAlertStyle a.msgNewAlertCloseButton:before {
    content: "Î";
    font-family: 'websymbolsliga';
    font-size: 20px;
    color: #FFF;
    line-height: 0;
  text-decoration: none;
}

/*
.msgNewAlertStyle div {
    position: relative; 
    left: -50%;
    background-color: #37960a;
    border: 2px solid #777;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    padding: 20px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}
.msgNewAlertCloseButton 
{
    display: inline-block;
    width:10px;
    height:10px;
    background-image: url(http://i48.tinypic.com/1zovm6h.png);
}
.msgNewAlertCloseButton:hover
{
    background-image: url(http://i45.tinypic.com/34oat0m.png);
}
*/


/* ****************************************************************** LOADING */

.ajax-progress { position: relative; }
.ajax-progress .throbber,
.checkout-processing { background: none; position: absolute; margin: 5px 0 0 10px; }
.ajax-progress .message {
    background: none;
    position: absolute;
    margin: 11px 0 0 32px;
    white-space: nowrap;
    font-family: 'variable_black',Verdana,Geneva,sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    color: #A7CD38;
    line-height: 100%;
    text-shadow: 0 1px 1px #000;
}

.throbber:before,
.checkout-processing:before {
    content: "0";
    display: block;
    position: absolute;
    margin: 5px 0 0;
    padding: 0;
    font-family: 'websymbolsliga';
    font-size: 20px;
    color: #fff;
    line-height: 100%;
    
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* ******************************************************************** ADMIN */

div#admin-toolbar.vertical { top: 30px; }

/* *************************************************************** RESPONSIVE */

.responsive_ocultar { display: none; }

/* ***************************************************************** RESPETAR */

.more-link { text-align: left; padding: 20px 0; }
.more-link a {
    background: url("../images/sprite.png") no-repeat scroll left top transparent;
    padding: 0 0 0 13px;
    font-size: 14px;
    color: #1FBDE7;
}

/* **************************************************************** GENERICOS */

.orange { color: #FFAB00; }

.hidden,
.element-invisible { display: none; }

.no-border { border: 0; }

.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.arial { font-family: Arial, Verdana, Sans-serif; }

.form-item,
.form-actions { margin: 0; padding: 0; }

/*.tabs.primary { position: absolute; top: -30px; right: 0; z-index: 100; }
ul.action-links { position: absolute; top: 100px; right: 10px; }
#tabs-wrapper ul,
ul.action-links { margin: 0; padding: 0; list-style-type: none; list-style-image: none; border: 0; }
#tabs-wrapper li,
ul.action-links li { margin: 0; padding: 0; list-style-type: none; list-style-image: none; float: left; }
#tabs-wrapper a,
ul.action-links a { color: #FFF; text-decoration: none; text-align: center;   display: block; margin: 0 1px 0 0; padding: 2px 8px; background: #3CAA46; text-transform: uppercase; font-size: 75%; font-weight: bold; font-style: normal; font-family: Arial, Verdana, Sans-serif; border: 0; }
#tabs-wrapper a:hover,
ul.action-links a:hover { background: #000; }*/

.cleaner { clear: both; height: 1px; margin: 0px; padding: 0px; border: none; visibility: hidden; }

a { outline: 0; }
/*a:focus, a:active { outline: 1px dotted #666; }*/
p { padding: 0; margin: 0 0 10px; }

tbody { border: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; }

hr { border: 0; margin: 10px 0; padding: 0; height: 2px; background: #CCC; }

#admin-menu { margin: 0; padding: 0; z-index: 1000; }

.xhprof-ui { background: #000; font-size: 12px; font-weight: bold; left: 10px; padding: 5px 10px; position: absolute; text-transform: uppercase; top: 100px; }
.xhprof-ui:hover { background: #9C0; }
.xhprof-ui a { color: #FFF; text-decoration: none; }

.no-border { border: 0; }

.contextual-links-wrapper ul.contextual-links li { display: block !important; clear: both !important; float: none !important; }
