/*
Theme Name: Tradevine Developer API
Author: DA
*/
/* Theme for www.tradevine.com */
/* FONTS */
/* DIMENSIONS */
/* COLOURS */
/* Link colours */
/* Buttons */
/* Gradients used in sidebar, header-container, table rows */
/* BORDERS */
/*---------------------------------------
RESET
---------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, fieldset, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  min-height: 100.2%;
  /* force a vertical scrollbar on short pages */ }

body {
  background: transparent;
  color: #333;
  font-size: 87.5%;
  line-height: 1.0;
  font-family: Arial, Helvetica, sans-serif; }

p, ul, ol, dl, table, img {
  font-size: 1em; }

.content ul {
  margin-left: 1.5em;
  padding-left: 1em; }

img {
  border: 0; }

a {
  cursor: pointer;
  text-decoration: none; }

a:active, a:hover, a:focus {
  text-decoration: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

fieldset {
  border: 0px none; }

table {
  border-collapse: collapse;
  caption-side: top; }

body {
  background: #eee; }

.wrapper, .site-header, .site-tools, .main, .main-inner, .primary-tools, .secondary-tools, .content {
  overflow: hidden;
  zoom: 1; }

.wrapper {
  margin: 0 auto;
  width: 960px; }

/* site nav */
.site-tools {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  background-color: #ee4723;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f47e20), to(#ee4723));
  background-image: -webkit-linear-gradient(top, #f47e20, #ee4723);
  background-image: -moz-linear-gradient(top, #f47e20, #ee4723);
  background-image: -ms-linear-gradient(top, #f47e20, #ee4723);
  background-image: -o-linear-gradient(top, #f47e20, #ee4723);
  background-image: linear-gradient(top, #f47e20, #ee4723);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#f47e20', EndColorStr = '#ee4723'); }

.sitenav {
  float: left;
  list-style: none;
  position: relative;
  width: 75%;
  overflow: hidden;
  zoom: 1;
  margin: 0; }

.sitenav li {
  float: left;
  padding: 0; }

.sitenav a,
.sitenav a:visited,
.sitenav span {
  border: none;
  color: #FFF;
  font-family: "Ubuntu", Tahoma, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 8px 17px 10px 12px;
  -moz-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4); }
  .sitenav a:hover,
  .sitenav a:visited:hover,
  .sitenav span:hover {
    background-color: #be5a09;
    border: none;
    color: #fff; }

.sitenav .current {
  background-color: #753706;
  cursor: pointer; }
  .sitenav .current:hover {
    background-color: #a64e08;
    border: none; }

.site-header {
  background: url(../images/tradevine-api-sprite.png?v=12-12) no-repeat 380px -70px; }

.site-logo, .site-logo:visited, .site-logo:focus, .site-logo:hover {
  display: block;
  background: url(../images/tradevine-api-sprite.png?v=12-12) no-repeat 20px 10px;
  width: 425px;
  height: 82px;
  margin: 0;
  border-bottom: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.support {
  border: none;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: right;
  width: 16%; }

.support a,
.support a:visited {
  background: transparent url(../images/tradevine-api-sprite.png?v=12-12) no-repeat 24px -164px;
  border: none;
  color: #F9FAFE;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 11px 17px 7px 0;
  text-decoration: none;
  -moz-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4); }
  .support a:hover,
  .support a:visited:hover {
    background-color: #be5a09;
    border: none;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0; }

.primary-tools {
  width: 210px;
  float: left;
  _margin-right: -3px; }

.secondary-tools {
  width: 210px;
  float: right;
  _margin-left: -3px; }

.main {
  background: transparent;
  position: relative; }

.main-inner {
  background: #fff;
  border: 1px solid #CCCCCC;
  border-top: 0px;
  padding-top: 5px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box; }

.content {
  padding-bottom: 30px; }

.hide {
  position: absolute;
  top: -9999px;
  left: -9999px; }

/* ====== Specific form styles ====== */
/* This is the base box, all other containers extend this */
.box {
  margin: 12px 15px;
  overflow: hidden;
  zoom: 1; }

.box .inner {
  padding-top: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.hd, .bd, .ft {
  overflow: hidden;
  _overflow: visible;
  _zoom: 1; }

.b {
  display: block;
  background-repeat: no-repeat;
  font-size: 1%;
  position: relative;
  z-index: 10; }

.top {
  background-position: center top; }

.bottom {
  background-position: center bottom;
  _zoom: 1; }

.solid {
  background-color: #cccccc; }

.solid .inner {
  border: 1px solid #cccccc; }

.solid .b {
  background-image: url(../images/standard.gif); }

.standard {
  background-color: #fbfbfb; }

.standard .inner {
  border: 1px solid #cccccc; }

.standard .b {
  background-image: url(../images/standard.gif); }

/* special case */
.solid .standard .b {
  background-image: url(../images/standard-inside-solid.gif); }

.cool {
  background-color: #FDFCE6; }

.cool .inner {
  border: 1px solid #FFE57A; }

.cool .b {
  background-image: url(../images/cool.gif); }

body {
  font-family: Arial, Helvetica, sans-serif; }

.summary {
  color: #CC6600;
  font-size: 16px; }

/* **************** CONTENT OBJECTS ***************** */
/* ====== Default spacing ====== */
p, ul, ol, dl {
  padding: 0 15px;
  margin: 12px 0;
  line-height: 21px; }

blockquote {
  margin: 0 15px 12px; }

h1, h2, h3, h4, h5, h6 {
  color: #666;
  font-family: "Ubuntu", Tahoma, Helvetica, sans-serif;
  padding: 0 15px; }

/* ====== Elements ====== */
em {
  font-style: italic; }

strong {
  font-weight: bold; }

sup {
  font-size: 9px;
  line-height: 1em;
  vertical-align: super; }

sub {
  font-size: 9px;
  line-height: 1em;
  vertical-align: sub; }

pre {
  border: 1px solid #ccc;
  background: #f7f5f3;
  margin: 12px 15px;
  padding: 15px;
  font: normal 12px/21px Arial, Helvetica, sans-serif;
  overflow: auto;
  _word-wrap: break-word;
  white-space: pre-wrap; }

pre span {
  color: #630;
  font-weight: bold; }

/* links */
a {
  color: #0033CC;
  text-decoration: none; }

a:visited {
  color: #800080;
  text-decoration: none; }

a:focus, a:hover {
  color: #ff6600;
  text-decoration: none;
  border-bottom: 1px solid #ff6600; }

/* ====== Headings ====== */
/* .h1-.h6 classes should be used to maintain the semantically appropriate heading levels - NOT for use on non-headings */
h1, .h1 {
  font-size: 22px;
  line-height: 1.1;
  font-weight: bold;
  font-style: normal;
  margin: 18px 0 9px;
  color: #666; }

h2, .h2 {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  font-style: normal;
  margin: 12px 0;
  color: #CC6600; }

h3, .h3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  font-style: normal;
  margin: 12px 0 -6px;
  color: #CC6600; }

h4, .h4 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  font-style: normal;
  margin: 9px 0; }

h5, .h5 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  font-style: normal;
  margin: 9px 0;
  color: #CC6600; }

h6, .h6 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  font-style: normal;
  margin: 9px 0; }

/* ====== Lists ====== */
/* Bookmarks */
.content .bookmarks {
  margin: 4px 0 20px 40px;
  padding: 0 0 0 6px; }

.on-this-page {
  font-size: 13px;
  line-height: 1em;
  margin-left: 29px;
  padding: 0; }

.bookmarks li {
  font-size: 14px;
  line-height: 1.4; }

.lookups-menu ul {
  float: left;
  width: 300px;
  margin: 0 20px 20px; }

/* numbered list */
ol {
  margin-left: 22px;
  *margin-left: 25px; }

ol.simple {
  margin-left: 0; }

ol.simple li, ul ol.simple li {
  background-image: none;
  padding: 0 0 5px 0;
  margin-left: 22px;
  *margin-left: 25px; }

/* standard lists */
ul ul, ol ol {
  margin-top: 0;
  margin-bottom: 0; }

.simple li, ul ol .simple li {
  background: transparent url(../images/simple.gif) no-repeat 3px 9px;
  padding: 0 0 5px 17px;
  zoom: 1; }

.tick li {
  background: transparent url(../images/tick.gif) no-repeat left 5px;
  padding: 0 0 5px 17px;
  zoom: 1; }

.detail li {
  background: transparent url(../images/detail.gif) no-repeat 1px 8px;
  padding: 0 0 5px 17px;
  zoom: 1; }

.jump li {
  background: transparent url(../images/jump.gif) no-repeat left 8px;
  padding: 0 0 4px 14px;
  zoom: 1; }

/* modifier for branded related links */
.related li {
  background: transparent url(../images/related.gif) no-repeat left 8px;
  padding: 0 0 5px 17px;
  zoom: 1; }

/*extends related*/
.help li {
  background: transparent url(../images/help.gif) no-repeat left 8px;
  padding: 0 0 5px 17px;
  zoom: 1; }

/* breadcrumb lists */
.content .breadcrumbs {
  margin-left: 0; }

.breadcrumbs li {
  color: #666;
  display: inline;
  font-size: 11px; }

.breadcrumbs a,
.breadcrumbs a:visited {
  color: #666;
  border-bottom: solid 1px #666; }
  .breadcrumbs a:hover,
  .breadcrumbs a:visited:hover {
    color: #f58223;
    border-bottom-color: #f58223; }

.breadcrumbs .current {
  background: transparent; }

.options li {
  padding: 0 6px 0 11px;
  border-left: 1px solid #cccccc; }

.options li.first {
  border-left: 0 none;
  padding-left: 0; }

/*extends options*/
.bonus li {
  font-size: 14px; }

/* definition lists */
dl.quick dt {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #CC6600;
  margin: 9px 0 5px;
  -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6); }

dl.quick dd {
  padding: 0 0 5px 7px; }

dl.quick a {
  border-bottom-width: 0px; }

dl.quick a:focus, dl.panel a:hover {
  border-bottom-width: 1px; }

/* nav lists - this is a bit messy at the moment */
.nav a, .nav a:visited, .nav a:hover, .nav a:focus {
  border-bottom: 0px none; }

/* sub nav */
.subnav {
  list-style: none; }

.subnav li {
  font: 12px Verdana,sans-serif;
  line-height: 18px;
  margin: 0 0 5px 0;
  zoom: 1; }

.subnav .current {
  background: transparent;
  font-weight: normal;
  text-decoration: underline; }
  .subnav .current strong {
    font-weight: normal; }

.subnav a {
  border-bottom: none; }
  .subnav a:hover {
    border-bottom: solid 1px #f58223; }

.subnav .divider {
  border-bottom: dotted 1px #999;
  margin-bottom: .5em;
  padding-bottom: .5em; }

.separator {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 21px 15px; }

/* TABLES */
table {
  margin: 0 15px 12px; }

th, td {
  vertical-align: top;
  border: 1px solid #bbb;
  text-align: left; }

td {
  padding: 4px; }

.data {
  clear: both;
  padding: 0 15px;
  margin: 12px 0;
  position: relative;
  zoom: 1;
  vertical-align: top; }

.data table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  border: 1px solid #cccccc;
  margin: 0;
  padding: 0; }

.data caption {
  background: #FFDB48;
  font-weight: bold;
  text-align: left;
  padding: 6px 10px; }

.data th, .data td {
  font-weight: normal;
  line-height: 1.2em;
  padding: 5px 10px 10px; }

.data thead th, .data thead td, .data .th {
  background-color: #e0e0e0;
  color: #333; }

.data tbody th {
  background-color: #f7f7f7; }

.data table table th {
  background-color: #e8e8e8; }

.data table table table th {
  background-color: #dedede; }

.data tr.alt td {
  background: #eee; }

.api-cv-values .data .col1 {
  width: 75px; }

.api-cv-values .data .col2 {
  width: auto; }

/* TABLES nested level 2 (.t2) */
.data .nesthead {
  padding: 0;
  margin: 4px 0; }

.data .t2 {
  background-color: #fff; }

.data .t2 th {
  font-weight: normal; }

/* keep columns aligned when nested to 4 levels */
.data .t2 .t2 .t2 .col1 {
  width: 235px; }

.data .t2 .t2 .col1 {
  width: 245px; }

.data .t2 .col1 {
  width: 255px; }

.data .col1 {
  width: 265px; }

.data .col2 {
  width: 75px; }

.copyright {
  font-size: 11px;
  text-indent: 0px;
  background: transparent url("../images/trademe-logo-2016-130x18.png?v=12-12") 110px 0px;
  background-repeat: no-repeat;
  padding: 2px 0 4px;
  width: 300px;
  margin: 10px auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  margin: 0 auto; }

.size-full {
  margin: 15px; }

.content .syntaxhighlighter {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: auto;
  margin: 12px 15px;
  zoom: 1; }

.syntaxhighlighter .toolbar a {
  border-bottom: 0px; }

/* Reference pages */
table.dense th, table.dense td {
  padding: 4px;
  font-size: 12px; }

table.dense td p {
  padding: 0;
  margin: 0; }

table.dense div.data {
  padding: 0;
  margin: 0; }

table.dense th, table.dense td {
  word-break: normal; }

table.dense pre {
  margin: 2px;
  padding: 2px; }

.switch-to-json-link {
  font-size: 12px; }

.switch-to-xml-link {
  font-size: 12px; }

/* WP reloaded table CSS */
/*************************************************
*  This CSS file belongs to WP-Table Reloaded!   *
*  DO NOT make any changes here, add them to the *
* "Custom CSS" textarea in the "Plugin Options"! *
*************************************************/
.wp-table-reloaded {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #CDCDCD;
  margin: 10px 0px 15px 0px;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 10pt;
  width: 100%;
  text-align: left; }

.wp-table-reloaded th {
  background-color: #E6EEEE;
  border: 1px solid #FFFFFF;
  padding: 4px;
  color: #3D3D3D !important; }

.wp-table-reloaded td {
  color: #3D3D3D;
  padding: 4px;
  background-color: #FFFFFF;
  vertical-align: top; }

.wp-table-reloaded .even td {
  background-color: #FFFFFF; }

.wp-table-reloaded .odd td {
  background-color: #F0F0F6; }

.wp-table-reloaded .row-hover tr:hover td {
  background-color: #D0D0D6 !important; }

.wp-table-reloaded-table-description {
  clear: both;
  display: block; }

/* Scroll to top button*/
#scroll-up-btn {
  background: url("../images/top-button.png") no-repeat scroll 0 0 transparent;
  height: 30px;
  width: 30px; }

/* TREEVIEW CSS */
.json-format {
  background: #f7f5f3;
  border: 1px solid #ccc;
  color: #000;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  margin: 12px 15px;
  padding: 15px;
  overflow: auto; }

#treeview, .json-format .treeview,
.treeview, .json-format .treeview ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#treeview ul,
.json-format .treeview ul {
  margin-top: 4px; }

#treeview .hitarea,
.json-format .treeview .hitarea {
  background: url(../images/treeview/treeview-default.gif) -64px -25px no-repeat;
  height: 16px;
  width: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer; }

/* fix for IE6 */
* html .hitarea {
  display: inline;
  float: none; }

#treeview li,
.treeview li {
  margin: 0;
  padding: 3px 0 3px 16px; }

#treeview a.selected {
  background-color: #eee; }

#treecontrol {
  background-color: #fff;
  border: solid 1px #ccc;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 10px 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: right;
  position: relative; }

#treecontrol > span {
  display: block;
  line-height: 1em;
  margin: 0 0 .5em;
  padding: 0; }

#treecontrol p {
  margin: 0;
  padding: 0; }

#treeview .hover {
  color: red;
  cursor: pointer; }

#treeview li, .treeview li {
  background: transparent url(../images/treeview/treeview-default-line.gif) 0 0 no-repeat;
  line-height: 1em; }

#treeview li.collapsable, #treeview li.expandable {
  background-position: 0 -176px; }

#treeview .expandable-hitarea {
  background-position: -80px -3px; }

#treeview li.last {
  background-position: 0 -1766px; }

#treeview li.lastCollapsable, #treeview li.lastExpandable {
  background-image: url(../images/treeview/treeview-default.gif); }

#treeview li.lastCollapsable {
  background-position: 0 -111px; }

#treeview li.lastExpandable {
  background-position: -32px -67px; }

#treeview div.lastCollapsable-hitarea, #treeview div.lastExpandable-hitarea {
  background-position: 0; }

#treeview-red li {
  background-image: url(../images/treeview/treeview-red-line.gif); }

#treeview-red .hitarea, #treeview-red li.lastCollapsable, #treeview-red li.lastExpandable {
  background-image: url(../images/treeview/treeview-red.gif); }

#treeview-black li {
  background-image: url(../images/treeview/treeview-black-line.gif); }

#treeview-black .hitarea, #treeview-black li.lastCollapsable, #treeview-black li.lastExpandable {
  background-image: url(../images/treeview/treeview-black.gif); }

#treeview-gray li {
  background-image: url(../images/treeview/treeview-gray-line.gif); }

#treeview-gray .hitarea, #treeview-gray li.lastCollapsable, #treeview-gray li.lastExpandable {
  background-image: url(../images/treeview/treeview-gray.gif); }

#treeview-famfamfam li {
  background-image: url(../images/treeview/treeview-famfamfam-line.gif); }

#treeview-famfamfam .hitarea, #treeview-famfamfam li.lastCollapsable, #treeview-famfamfam li.lastExpandable {
  background-image: url(../images/treeview/treeview-famfamfam.gif); }

.filetree li {
  padding: 3px 0 2px 16px; }

.filetree span.folder, .filetree span.file {
  padding: 1px 0 1px 16px;
  display: block; }

.filetree span.folder {
  background: url(../images/treeview/folder.gif) 0 0 no-repeat; }

.filetree li.expandable span.folder {
  background: url(../images/treeview/folder-closed.gif) 0 0 no-repeat; }

.filetree span.file {
  background: url(../images/treeview/file.gif) 0 0 no-repeat; }

/* colour coding for property values */
.json-format .number {
  color: #900090; }

.json-format .string {
  color: #00a000; }

.json-format .boolean {
  color: #f58223; }

.json-format .null {
  color: #666; }

/*# sourceMappingURL=styles.css.map */
