/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0;
  padding: 0;
}
/*------------------------------------*\
  RESET
\*------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
.clear {
  clear: both;
}
.clearfix:after {
  /* für Firefox, IE8, Opera, Safari, etc. */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* + html .clearfix {
  /* für IE7 */
  display: inline-block;
}
* html .clearfix {
  /* für IE6 */
  height: 1%;
}
/*.transition(@property, @duration, @timingFunction, @delay: 0s) {
	-webkit-transition: @arguments;
	-moz-transition: @arguments;
	-ms-transition: @arguments;
	-o-transition: @arguments;
	transition: @arguments;
}*/
body {
  background: #e5efe5;
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #333833;
  line-height: 24px;
}
#main {
  /*p+p {
		text-indent: 2em;
		margin-top: -@magicNo;
	}*/
}
#main p {
  margin-bottom: 16px;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  font-family: Coda, 'Open Sans Condensed', 'Open Sans', Verdana, sans-serif;
  font-weight: normal;
  margin: 0px;
  line-height: 1.3em;
  margin-bottom: 0.2em;
}
#main h1 {
  font-size: 4.5em;
  line-height: 1.0em;
  margin-bottom: 14.2px;
  font-variant: small-caps;
}
#main h2 {
  font-size: 3.5em;
  line-height: 1.0em;
  margin-bottom: 11.2px;
  font-variant: small-caps;
}
#main h3 {
  font-size: 2.5em;
  line-height: 1.2em;
  margin-bottom: 8px;
  font-variant: small-caps;
}
#main h4 {
  font-size: 2em;
  margin-bottom: 6.4px;
}
#main h5 {
  font-size: 1.4em;
  margin-bottom: 4.48px;
}
#main h6 {
  font-size: 1em;
  margin-bottom: 3.2px;
}
.breadcrumbs {
  display: none;
}
.breadcrumbs {
  margin-left: -2px;
}
.breadcrumbs a {
  padding: 0px 2px;
}
.breadcrumbs .active {
  text-decoration: underline;
}
#main img {
  float: left;
  box-shadow: 1px 1px 4px #555555;
  margin: 7px 0px 16px 0px;
}
#site .inside {
  width: 720px;
  margin: 0px 0px 0px 100px;
}
#site #header {
  border: 1px solid #000000;
  border-left: none;
  border-right: none;
  border-bottom: none;
  height: 185px;
  /*position: relative;
	
		&:before {
			position: absolute;
			display: block;
			content: '';
			border: 1px solid @highlightLight;
			height: 100%;
			width: 100%;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}​*/
  position: relative;
}
#site #header .highlight {
  border: 1px solid #484c48;
  border-left: none;
  border-right: none;
  height: 131px;
  background: #333833;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333833), color-stop(100%, #171a17));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #333833 0%, #171a17 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #333833 0%, #171a17 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333833', endColorstr='#171a17', GradientType=0);
  /* IE6-9 */
  z-index: 100;
}
#site #header .inside {
  position: relative;
}
#site #header .inside h1 {
  position: absolute;
  top: 25px;
  left: 0px;
  width: 500px;
  height: 86px;
  background: url('../img/fendtfanclassiclogo.png') top left no-repeat;
}
#site #header .inside h1 span {
  visibility: hidden;
}
#site #header .inside .annotation {
  float: right;
  text-align: right;
  margin-top: 45px;
  line-height: 20px;
  font-family: Coda, Oxygen, Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  text-decoration: none;
  color: #bac5ba;
  text-shadow: 1px 1px 1px #000000;
}
#site #header .inside .annotation span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
}
#site #header .inside .login {
  position: absolute;
  top: -2px;
  right: -24px;
  width: auto;
  z-index: 9999;
  background: none;
  padding: 24px;
  padding-top: 4px;
  text-align: right;
  font-family: Coda, Oxygen, Verdana, Arial, sans-serif;
  font-family: 'Open Sans', Oxygen, Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  color: #bac5ba;
  text-shadow: 1px 1px 1px #000000;
  -webkit-border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 0px 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 4px 4px;
  background-clip: padding-box;
}
#site #header .inside .login a {
  color: #bac5ba;
}
#site #header .inside .login a:hover {
  text-decoration: underline;
}
#site #header .inside .login .login-form {
  display: none;
}
#site #header .inside .login .login-form p {
  margin: 2px 0px;
}
#site #header .inside .login .login-form input,
#site #header .inside .login .login-form button {
  width: 100%;
  margin: 0px;
}
#site #header .inside .login .login-form input[type="submit"],
#site #header .inside .login .login-form input[type="button"],
#site #header .inside .login .login-form button {
  margin-top: 4px;
}
#site #header .inside .login .login-form form#login-header {
  margin: 6px 0px 24px 0px;
}
#site #header .inside .login.opened {
  background-color: #111111;
  box-shadow: rgba(0,0,0, 0.5) 0px 2px 4px;
  color: rgba(0,0,0, 0.5) 0px 2px 4px;
}
#site #header #ffcCart {
  display: block;
  position: fixed;
  top: 240px;
  top: 30px;
  left: 100px;
  background: #EEEEEE url('../img/wmb/32/573.png') 8px 5px no-repeat;
  border: 1px solid #DDDDDD;
  box-shadow: rgba(0,0,0, 0.15) 2px 2px 4px;
  color: rgba(0,0,0, 0.15) 2px 2px 4px;
  margin-left: 50px;
  padding: 8px;
  z-index: 1000;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
#site #header #ffcCart .container {
  display: none;
}
#site #header #ffcCart .opener {
  cursor: pointer;
  font-size: 1.3em;
  font-weight: bold;
  background: url('../img/wmb/32/995.png') top right no-repeat;
  padding-right: 40px;
  padding-left: 32px;
  border-bottom: 2px solid #DDDDDD;
  margin-bottom: 0px;
  padding-bottom: 12px;
}
#site #header #ffcCart .opener.opened {
  background: none;
}
#site #header #ffcCart .opener.opened:hover {
  background: url('../img/wmb/32/994.png') top right no-repeat;
}
#site #header #ffcCart .content {
  overflow-y: scroll;
  font-size: 0.85em;
}
#site #header #ffcCart .content .components table.table-components {
  margin-top: 4px;
}
#site #header #ffcCart .content .components table.table-kits {
  margin-top: 12px;
}
#site #header #ffcCart .content .components table tbody tr td:first-child {
  letter-spacing: 0px;
}
#site #header #ffcCart .content .components table tbody tr td:nth-child(2) {
  letter-spacing: 1px;
}
#site #header #ffcCart .content .components table tbody tr td:nth-child(4) {
  letter-spacing: 0px;
}
#site #header #ffcCart .content .components table tbody tr td.component-cart-actions,
#site #header #ffcCart .content .components table tbody tr td.kit-cart-actions {
  white-space: nowrap;
}
#site #header #ffcCart .content .components table tbody tr td.component-cart-actions div,
#site #header #ffcCart .content .components table tbody tr td.kit-cart-actions div {
  width: 25px;
}
#site #header #ffcCart .content .components table tbody tr img {
  opacity: 0.1;
}
#site #header #ffcCart .content .components table tbody tr:hover img {
  opacity: 1.0;
}
#site #header #ffcCart .controls {
  display: none;
  border-top: 2px solid #DDDDDD;
  margin-top: 0px;
  padding-top: 12px;
  min-width: 380px;
}
#site #header #ffcCart .controls button {
  padding-left: 8px;
  padding-right: 8px;
}
#site #header #ffcCart .controls .reset {
  float: right;
}
#site #navigation {
  border-top: 1px solid #000000;
  height: 52px;
  background: url('../img/navigationbg.png') top left repeat-x;
  margin-top: 132px;
  z-index: 200;
}
#site #navigation .inside {
  overflow: visible;
}
#site #navigation .inside ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 54px;
}
#site #navigation .inside ul li {
  display: table-cell;
  text-align: center;
  position: relative;
  vertical-align: top;
}
#site #navigation .inside ul li a {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 300;
  margin: 0px 1px;
  line-height: 50px;
  display: block;
  text-decoration: none;
  font-family: 'Open Sans', Verdana, sans-serif;
  font-size: 18px;
  color: #e5efe5;
  font-weight: 300;
  text-shadow: 1px 1px 0px #000000;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top: none;
}
#site #navigation .inside ul li a.active,
#site #navigation .inside ul li a:hover {
  border: 1px solid #000000;
  border-top: none;
  background: #171a17;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #171a17), color-stop(100%, #0a0c0a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #171a17 0%, #0a0c0a 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #171a17 0%, #0a0c0a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171a17', endColorstr='#0a0c0a', GradientType=0);
  /* IE6-9 */
}
#site #navigation .inside ul li a.active {
  top: 0px;
  line-height: 54px;
}
#site #navigation .inside ul li a.active:after {
  content: "";
  height: 8px;
  width: 25px;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -12px;
  background: url('../img/navigationtriangle.png') no-repeat 0 0;
  z-index: 500;
}
#site #main {
  background: url('../img/topbg.png') top left repeat-x;
  min-height: 500px;
}
#site #main #content {
  padding: 48px 0px 32px 0px;
}
#site #main #content .search-bar {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
#site #main #content .search-bar input {
  box-sizing: border-box;
  width: 100%;
  padding-left: 36px;
}
#site #main #content .search-bar .search-bar-button {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border: none;
  padding: 8px 7px 10px 10px;
  margin: 0;
  color: #000000;
  text-shadow: none;
  box-shadow: none;
  cursor: pointer;
  opacity: 0.25;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
#site #main #content .search-bar .search-bar-button .fa {
  display: block;
}
#site #main #content .search-bar .search-bar-button:hover,
#site #main #content .search-bar .search-bar-button:active {
  opacity: 0.6;
}
#site #main #content .search-bar .search-bar-button:focus {
  outline: none;
}
#site #main #content .search-results .search-limit-hint {
  font-size: 0.8125em;
}
#site #main #content .search-results table {
  margin-bottom: 24px;
  width: 100%;
}
#site #main #content .search-results table td,
#site #main #content .search-results table th,
#site #main #content .search-results table .action a {
  padding: 6px 12px;
}
#site #main #content .search-results table .action {
  padding: 0;
}
#site #main #content .search-results table .action a {
  display: block;
}
#site #main #content .search-results table .action a,
#site #main #content .search-results table .action a:hover,
#site #main #content .search-results table .action a:active {
  text-decoration: none;
}
#site #main #content .search-results table .action .fa {
  display: block;
}
#site #main #content .search-results table th {
  font-weight: bold;
}
#site #main #content .search-results table .search-result-item td {
  vertical-align: top;
}
#site #main #content .search-results table .search-result-item td.k-identifier,
#site #main #content .search-results table .search-result-item td.k-name,
#site #main #content .search-results table .search-result-item td.action {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
#site #main #content .search-results table .search-result-item td.action {
  vertical-align: middle;
}
#site #main #content .search-results table .search-result-item.next td {
  border-top: 1px solid #000000;
}
#site #main #content .search-results table .search-result-item.odd {
  background-color: rgba(255, 255, 255, 0.45);
}
#site #main #content .search-results table .c-identifier {
  font-weight: bold;
}
#site #main #content .page-kit .kit-img {
  /*width: 300px;
					height: 300px;*/
  box-shadow: 1px 1px 4px #777777;
  margin-right: 1em !important;
}
#site #main #content .page-kit .manufacturers,
#site #main #content .page-kit .components {
  margin-bottom: 48px;
}
#site #main #content .page-kit .manufacturers {
  display: none;
  float: right;
}
#site #main #content .page-kit .manufacturers .manufacturer-box {
  padding: 14px 11px;
  box-shadow: 1px 1px 4px #AAAAAA;
  background: #f9f9f9;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f9f9f9 0%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */
}
#site #main #content .page-kit .manufacturers h6 {
  font-weight: bold !important;
}
#site #main #content .page-kit .manufacturers ul {
  list-style-type: none;
  margin-right: -8px;
}
#site #main #content .page-kit .manufacturers ul li {
  float: left;
  margin-right: 8px;
}
#site #main #content .page-kit .manufacturers ul li h6 {
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 7.992px !important;
}
#site #main #content .page-kit .manufacturers ul li ul {
  font-size: 1.1em;
  line-height: 1.1em;
  opacity: 0.75;
}
#site #main #content .page-kit .manufacturers ul li ul li {
  float: none;
  margin-left: 0px;
}
#site #main #content .page-kit button.add-kit-to-cart {
  margin: 16px 0px;
}
#site #main #content .page-kit .components {
  /** OLD end **/
}
#site #main #content .page-kit .components ul {
  display: none;
  list-style-position: inside;
  list-style-type: circle;
  font-size: 1.0em;
  line-height: 1.15em;
  font-weight: normal;
}
#site #main #content .page-kit .components ul li {
  margin: 2px 0px 2px 8px;
}
#site #main #content .page-kit .images ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-left: -30px;
}
#site #main #content .page-kit .images ul li {
  margin-left: 30px;
  float: left;
}
#site #main #content .page-kit .images ul li img {
  width: 220px;
  height: 165px;
  float: none;
  margin: 0px 0px 24px 0px !important;
}
#site #footer {
  border-top: 2px solid #000000;
  color: #aab5aa;
  text-shadow: 1px 1px 1px #000000;
  font-size: 0.9em;
  line-height: 1.5em;
}
#site #footer .highlight {
  border-top: 1px solid #383b38;
  height: 264px;
  background: url('../img/footerbg.png') top left repeat;
  position: relative;
}
#site #footer .highlight .inside {
  position: relative;
}
#site #footer .highlight .inside #websites {
  position: absolute;
  top: 48px;
  left: 42px;
  text-align: center;
  font-size: 18px;
  line-height: 1.9em;
}
#site #footer .highlight .inside #websites p {
  padding: 20px 0px 0px 0px;
}
#site #footer .highlight .inside #websites a {
  color: inherit;
}
#site #footer .highlight .inside #callback {
  /*.icon-callback {
						width: 64px;
						height: 64px;
						margin: 0px 0px 20px 55px;
						float: left;
					}*/
  position: absolute;
  top: 0px;
  left: 250px;
  text-align: left;
  margin-left: 0px;
  padding-left: 48px;
  background: url('../img/phone.png') -15px 48px no-repeat;
  /*input {
						border: none;
						background: -moz-linear-gradient(center top , #3E4348 0%, #43484E 100%) repeat scroll 0 0 transparent;
						border-bottom: 1px solid #4F5359;
						border-radius: 3px 3px 3px 3px;
						border-top: 1px solid #2B2E32;
						color: #BDC8CE;
						margin-bottom: 8px;
						padding: 5px 10px;
						text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
					}
					input:focus {
						background: -moz-linear-gradient(center top , #484D52 0%, #4C5156 100%) repeat scroll 0 0 transparent;
						border-bottom: 1px solid #575B61;
						color: white;
					}

					input[type=submit] {
						background: -moz-linear-gradient(center top , #0C8DA9 0%, #056C8C 100%) repeat scroll 0 0 transparent !important;
					    border-color: #0C829C #056C8B #16738F !important;
					    border-radius: 3px 3px 3px 3px;
					    border-style: solid !important;
					    border-width: 1px !important;
					    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
					    color: #D2F5FF !important;
					    display: inline-block;
					    font-size: 1em;
					    line-height: 19px;
					    margin-bottom: 20px;
					    margin-top: 8px;
					    padding: 5px 15px !important;
					    position: relative;
					    text-decoration: none;
					    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.7);
					    //width: auto !important;
					}*/
}
#site #footer .highlight .inside #callback h2 {
  font-size: 24px;
  line-height: 2em;
  margin-left: -48px;
}
#site #footer .highlight .inside #callback form {
  width: 182px;
}
#site #footer .highlight .inside #callback input[type="text"],
#site #footer .highlight .inside #callback input[type="tel"] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4pdXJsKCcuLi9pbWcvaW5wdXRiZy5wbmcnPC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-90deg, rgba(0,0,0, 0.7) 0%, rgba(0,0,0, 0.5) 90%), url('../img/inputbg.png');
  background-image: -webkit-linear-gradient(top, rgba(0,0,0, 0.7) 0%, rgba(0,0,0, 0.5) 90%), url('../img/inputbg.png');
  background-image: linear-gradient(180deg, rgba(0,0,0, 0.7) 0%, rgba(0,0,0, 0.5) 90%), url('../img/inputbg.png');
  color: #dfdfdf;
  text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 0px;
  margin-bottom: 5px;
}
#site #footer .highlight .inside #callback input[type=submit] {
  margin: 7px 0px 0px 0px;
  font-weight: 400;
  text-shadow: #000000 0px -1px 0px;
  color: #cacaca;
}
#site #footer .highlight .inside #contact {
  position: absolute;
  top: 56px;
  left: 555px;
  text-align: center;
}
#site #footer .highlight .bottombar {
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#site #footer .highlight .bottombar .inside {
  line-height: 38px;
  text-align: center;
  color: #666666;
}
.link-list a,
.link-list a:link {
  display: inline-block;
  padding: 1.0em 1.5em;
  color: #e5efe5 !important;
  background: url('../img/footerbg.png') top left repeat;
}
a,
a:link,
a:active,
a:visited {
  text-decoration: none;
  color: #354237;
}
a img,
a:link img,
a:active img,
a:visited img {
  vertical-align: -2px;
  margin-right: 3px;
}
a:hover {
  text-decoration: underline;
}
.m-fendt {
  color: #47773D;
}
.m-deutz {
  color: #57B658;
}
.m-schlueter {
  color: #BB1A12;
}
/* qTip ! */
.tooltip-callback {
  font-size: 0.95em !important;
  line-height: 1.5em;
}
.caption-image {
  box-shadow: 1px 1px 4px #555555;
  margin: 7px 0px 16px 0px;
  margin: 0px;
  position: relative;
}
.caption-image .caption {
  position: absolute;
  bottom: 0px;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  width: 100%;
  font-size: 1em;
  line-height: 1.4em;
  padding: 13px 0px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.9px;
  text-shadow: 1px 1px 1px #000000;
  text-align: right;
}
.caption-image .caption span {
  display: block;
  margin: 0px 18px;
}
.caption-image img {
  box-shadow: none !important;
  margin: 0px !important;
}
.caption-image a:hover .caption,
.caption-image a:active .caption {
  background-color: rgba(0, 0, 0, 0.8);
}
#categoryListing ul {
  list-style-type: none;
  margin-top: -6px;
}
#categoryListing ul li {
  margin-bottom: 48px;
  float: none;
}
#categoryListing ul li .caption-image {
  margin-top: 6px;
  float: left;
  font-size: 1.6em;
}
#categoryListing ul li .caption-image img {
  width: 400px;
}
#categoryListing ul li ul {
  margin-left: 440px;
  list-style-type: square;
  list-style-position: outside;
  font-size: 1.20em;
  line-height: 1.4em;
}
#categoryListing ul li ul li {
  margin: 0px;
}
#categoryListing ul li ul li .numKits {
  color: #999999;
  padding: 0px 6px;
  font-size: 0.7em;
  vertical-align: bottom;
}
#categoryList ul {
  list-style-type: none;
  width: 760px;
}
#categoryList ul li {
  margin-bottom: 2em;
  float: left;
  width: 380px;
}
#categoryList ul li .caption-image {
  width: 340px;
  height: 228px;
  overflow: hidden;
  padding: 0px 0px 10px 0px;
  background-color: #FFFFFF;
}
#categoryList ul li .caption-image img {
  width: 340px;
}
#kitList ul {
  list-style-type: none;
  width: 720px;
}
#kitList ul li {
  margin-bottom: 2em;
}
#kitList ul li .caption-image {
  font-size: 1.4em;
}
#kitList ul li .caption-image span.num-components {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  margin: 0px;
  position: absolute;
  right: 15px;
  top: 10px;
  left: 15px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.7;
  color: #333833;
  text-shadow: 1px 1px 1px #AAAAAA;
}
#kitList ul li .caption-image img {
  width: 720px;
  float: none !important;
}
#kitList ul li .caption-image a:hover .num-components,
#kitList ul li .caption-image a:active .num-components {
  opacity: 1.0;
}
#kitList ul li p {
  margin-top: 16px;
}
.kit-detailed table {
  width: 100%;
}
.kit-detailed table tr {
  /*td {
				width: 200px;
				height: 200px;
			}*/
}
.kit-detailed table tr td.components {
  font-size: 12px;
}
.kit-detailed table tr td.components table {
  margin-right: 15px;
}
.kit-detailed table tr td.components table td {
  padding: 2px 3px;
  line-height: 1.5em;
  width: 10px;
}
.kit-detailed table tr td.components table td:first-child {
  text-align: right;
}
.kit-detailed table tr td.components table tr.odd {
  background-color: none;
}
.kit-detailed table tr td.components table tr.even {
  background-color: rgba(0, 0, 0, 0.05);
}
.kit-detailed table tr > td {
  vertical-align: top;
}
.kit-detailed table img {
  width: auto;
}
.pretty {
  width: 100%;
  /*tr.odd {
							background-color: rgba(255, 255, 255, 0.45);
						}
						tr.even {

						}*/
}
.pretty td,
.pretty th {
  padding: 0px 6px;
}
.pretty thead th {
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
}
.pretty tbody tr.odd,
.pretty tbody tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.pretty tbody tr.even,
.pretty tbody tr:nth-child(even) {
  border-bottom: 1px solid #E5EFE5;
}
.pretty tbody tr {
  /*td:first-child {
									letter-spacing: 0px;
								}
								td:last-child {
									letter-spacing: 1px;
								}

								td.quantity {
									color: #888888;
									text-align: right;
								}*/
}
.pretty tbody tr:hover {
  border-bottom: 1px solid #e0e0e0;
}
.cart-log {
  max-height: 300px;
  overflow-y: auto;
  padding: 8px 8px;
  background: rgba(255, 255, 255, 0.45);
}
.cart-log .cart-log-entry {
  font-size: 0.9em;
  line-height: 1.2em;
}
.cart-log .cart-log-entry .datetime {
  float: right;
  padding-left: 16px;
  font-size: 0.9em;
  line-height: 1.2em;
  opacity: 0.5;
}
.cart-log .cart-log-entry .counter {
  opacity: 0.5;
}
.cart-log-add-comment textarea {
  width: 708px;
  height: 160px;
  margin-bottom: 10px !important;
}
.cart-log-add-comment img {
  border: none !important;
  box-shadow: none !important;
  float: none !important;
  margin-top: 0px !important;
}
.components table,
#site #main #content .page-kit .components table {
  width: 100%;
  /*tr.odd {
							background-color: rgba(255, 255, 255, 0.45);
						}
						tr.even {

						}*/
}
.components table td,
#site #main #content .page-kit .components table td,
.components table th,
#site #main #content .page-kit .components table th {
  padding: 0px 6px;
}
.components table thead th,
#site #main #content .page-kit .components table thead th {
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
}
.components table tbody tr.odd,
#site #main #content .page-kit .components table tbody tr.odd,
.components table tbody tr:nth-child(odd),
#site #main #content .page-kit .components table tbody tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.components table tbody tr.even,
#site #main #content .page-kit .components table tbody tr.even,
.components table tbody tr:nth-child(even),
#site #main #content .page-kit .components table tbody tr:nth-child(even) {
  border-bottom: 1px solid #E5EFE5;
}
.components table tbody tr,
#site #main #content .page-kit .components table tbody tr {
  /*td:first-child {
									letter-spacing: 0px;
								}
								td:last-child {
									letter-spacing: 1px;
								}

								td.quantity {
									color: #888888;
									text-align: right;
								}*/
}
.components table tbody tr:hover,
#site #main #content .page-kit .components table tbody tr:hover {
  border-bottom: 1px solid #e0e0e0;
}
.components table tbody tr.anchor:target,
#site #main #content .page-kit .components table tbody tr.anchor:target {
  background: rgba(255, 255, 0, 0.4);
}
.components table tbody tr td:first-child,
#site #main #content .page-kit .components table tbody tr td:first-child {
  letter-spacing: 0px;
}
.components table tbody tr td:nth-child(4),
#site #main #content .page-kit .components table tbody tr td:nth-child(4) {
  letter-spacing: 1px;
}
.components table tbody tr td.quantity,
#site #main #content .page-kit .components table tbody tr td.quantity {
  color: #888888;
  text-align: right;
}
.components table tbody tr td.component-cart-actions,
#site #main #content .page-kit .components table tbody tr td.component-cart-actions,
.components table tbody tr td.kit-cart-actions,
#site #main #content .page-kit .components table tbody tr td.kit-cart-actions {
  text-align: right;
  white-space: nowrap;
  color: #BBBBBB;
}
.components table tbody tr td.component-cart-actions img,
#site #main #content .page-kit .components table tbody tr td.component-cart-actions img,
.components table tbody tr td.kit-cart-actions img,
#site #main #content .page-kit .components table tbody tr td.kit-cart-actions img {
  box-shadow: #DDDDDD 1px 1px 0px;
  float: none;
  margin: 0px 1px;
  margin-right: 4px;
  cursor: pointer;
  vertical-align: -1px;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.components table tbody tr td.component-cart-actions img:last-child,
#site #main #content .page-kit .components table tbody tr td.component-cart-actions img:last-child,
.components table tbody tr td.kit-cart-actions img:last-child,
#site #main #content .page-kit .components table tbody tr td.kit-cart-actions img:last-child {
  margin-left: 4px;
  opacity: 0.2;
  cursor: default;
}
.components table tbody tr td.component-cart-actions img.disabled-loading,
#site #main #content .page-kit .components table tbody tr td.component-cart-actions img.disabled-loading,
.components table tbody tr td.kit-cart-actions img.disabled-loading,
#site #main #content .page-kit .components table tbody tr td.kit-cart-actions img.disabled-loading {
  cursor: default;
}
.components table tbody tr td.component-cart-actions div,
#site #main #content .page-kit .components table tbody tr td.component-cart-actions div,
.components table tbody tr td.kit-cart-actions div,
#site #main #content .page-kit .components table tbody tr td.kit-cart-actions div {
  width: 30px;
  display: inline-block;
  text-align: center;
}
.components table tbody tr td.component-cart-actions.in-cart,
#site #main #content .page-kit .components table tbody tr td.component-cart-actions.in-cart,
.components table tbody tr td.kit-cart-actions.in-cart,
#site #main #content .page-kit .components table tbody tr td.kit-cart-actions.in-cart {
  color: #333333;
}
.components table tbody tr td.component-cart-actions.in-cart img:last-child,
#site #main #content .page-kit .components table tbody tr td.component-cart-actions.in-cart img:last-child,
.components table tbody tr td.kit-cart-actions.in-cart img:last-child,
#site #main #content .page-kit .components table tbody tr td.kit-cart-actions.in-cart img:last-child {
  opacity: 1;
  cursor: pointer;
}
.components table tbody tr.start-kits td,
#site #main #content .page-kit .components table tbody tr.start-kits td {
  padding-top: 16px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
.components table tbody tr.kit,
#site #main #content .page-kit .components table tbody tr.kit {
  font-weight: bold;
  line-height: 2.2em;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */
}
.components table tbody tr.kit img,
#site #main #content .page-kit .components table tbody tr.kit img {
  vertical-align: -3px !important;
}
.components table tbody tr.kit .kit-opener,
#site #main #content .page-kit .components table tbody tr.kit .kit-opener {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin: 7px 10px 0px 0px;
  cursor: pointer;
  background: url('../img/icon/modMinus.gif') top left no-repeat;
}
.components table tbody tr.kit .kit-opener.closed,
#site #main #content .page-kit .components table tbody tr.kit .kit-opener.closed {
  background: url('../img/icon/modPlus.gif') top left no-repeat;
}
.components table tbody.kit-content tr td:first-child,
#site #main #content .page-kit .components table tbody.kit-content tr td:first-child {
  padding-left: 20px;
}
#kit-detailed-modal td.component-cart-actions div,
#kit-detailed-modal td.kit-cart-actions div {
  width: 24px !important;
}
#kit-detailed-modal td.components .inside {
  height: 100%;
  overflow-y: auto;
}
.info-box {
  padding: 12px 14px;
  box-shadow: 1px 1px 4px #AAAAAA;
  background: #f9f9f9;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f9f9f9 0%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */
}
.info-box span {
  font-weight: bold;
}
#cart-complete {
  margin-top: 24px;
  /*input, textarea {
						width: 220px;
						border: 1px solid #DDDDDD;
						margin: 1px 0px;
						padding: 2px 6px;
						-webkit-border-radius: 4px;
						-moz-border-radius: 4px;
						border-radius: 4px;

						font-family: inherit;
						font-size: 1.2em;

						.background-image(~"linear-gradient(180deg, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%)");
					}

					input[type=submit], input[type=button] {
						margin-top: @magicNo * 2;
						width: 234px;
						font-weight: bold;

						color: #333833;

						.background-image(~"linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%)");
					}*/
}
#cart-complete table tr td:last-child {
  padding-left: 24px;
}
#cart-complete table tr td:last-child input {
  width: 280px;
}
#cart-complete textarea {
  width: 450px;
  height: 250px;
  font-size: 0.9em;
}
/*button img, #site #main #content button img {
	margin: 0px;
	float: none;
	display: inline;
	box-shadow: none;
	vertical-align: middle;
}*/
body input,
#site #main #content input,
body textarea,
#site #main #content textarea,
body select,
#site #main #content select,
body button,
#site #main #content button {
  padding: 6px 9px;
  margin: 0px 0px;
  border: none;
  box-shadow: rgba(0,0,0, 0.3) 0px 1px 1px inset;
  color: rgba(0,0,0, 0.3) 0px 1px 1px inset;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-90deg, #efefef 0%, #ffffff 80%);
  background-image: -webkit-linear-gradient(top, #efefef 0%, #ffffff 80%);
  background-image: linear-gradient(180deg, #efefef 0%, #ffffff 80%);
  font-family: 'Open Sans', Verdana, sans-serif;
  font-weight: normal;
  font-size: 1.125em;
  color: #333833;
  line-height: 1.3em;
  box-sizing: border-box;
}
body input.stretch,
#site #main #content input.stretch,
body textarea.stretch,
#site #main #content textarea.stretch,
body select.stretch,
#site #main #content select.stretch,
body button.stretch,
#site #main #content button.stretch {
  width: 100%;
}
body input option,
#site #main #content input option,
body textarea option,
#site #main #content textarea option,
body select option,
#site #main #content select option,
body button option,
#site #main #content button option {
  padding: 0px 6px;
}
body input[type="submit"],
#site #main #content input[type="submit"],
body input[type="button"],
#site #main #content input[type="button"],
body input[type="reset"],
#site #main #content input[type="reset"],
body button,
#site #main #content button {
  text-align: center;
  font-weight: 600;
  background: #047b26;
  color: #f5f5f5;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwyNTUsMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMjU1LDI1NSwyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMCIvPil1cmwoJy4uL2ltZy9mb290ZXJiZy5wbmcnPC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-90deg, rgba(255,255,255, 0.25) 0%, rgba(255,255,255, 0.0) 100%), url('../img/footerbg.png');
  background-image: -webkit-linear-gradient(top, rgba(255,255,255, 0.25) 0%, rgba(255,255,255, 0.0) 100%), url('../img/footerbg.png');
  background-image: linear-gradient(180deg, rgba(255,255,255, 0.25) 0%, rgba(255,255,255, 0.0) 100%), url('../img/footerbg.png');
  border: none;
  box-shadow: rgba(0,0,0, 1.0) 0px -1px 0px inset;
  color: rgba(0,0,0, 1.0) 0px -1px 0px inset;
  text-shadow: #000000 0px -1px 0px;
  padding: 12px 25px;
  /*&.light {
			color: #333333;
			text-shadow: rgba(0,0,0, 1.0) 0px -1px 0px;
			.background-image(~"linear-gradient(180deg, rgba(255,255,255, 0.25) 0%, rgba(255,255,255, 0.0) 100%)");

			&:hover {
			//.background-image(~"linear-gradient(180deg, #05982f 0%, #047b26 100%)");
			.background-image(~"linear-gradient(180deg, rgba(255,255,255, 0.3) 0%, rgba(255,255,255, 0.0) 100%), url('../img/footerbg.png')");
			}
			&:active {
				//background: url('../img/footerbg.png');
				.background-image(~"linear-gradient(180deg, rgba(255,255,255, 0.1) 0%, rgba(255,255,255, 0.0) 100%), url('../img/footerbg.png')");
			}

			&[disabled] {
				.background-image(~"linear-gradient(180deg, rgba(255,255,255, 0.25) 0%, rgba(255,255,255, 0.0) 100%), url('../img/footerbg.png') !important");
			}
		}*/
}
body input[type="submit"] img,
#site #main #content input[type="submit"] img,
body input[type="button"] img,
#site #main #content input[type="button"] img,
body input[type="reset"] img,
#site #main #content input[type="reset"] img,
body button img,
#site #main #content button img {
  margin: 0px;
  float: none;
  display: inline;
  box-shadow: none;
  vertical-align: 0px;
}
body input[type="submit"] img.left,
#site #main #content input[type="submit"] img.left,
body input[type="button"] img.left,
#site #main #content input[type="button"] img.left,
body input[type="reset"] img.left,
#site #main #content input[type="reset"] img.left,
body button img.left,
#site #main #content button img.left {
  margin-right: 6px;
}
body input[type="submit"] img.right,
#site #main #content input[type="submit"] img.right,
body input[type="button"] img.right,
#site #main #content input[type="button"] img.right,
body input[type="reset"] img.right,
#site #main #content input[type="reset"] img.right,
body button img.right,
#site #main #content button img.right {
  margin-left: 6px;
}
body input[type="submit"]:hover,
#site #main #content input[type="submit"]:hover,
body input[type="button"]:hover,
#site #main #content input[type="button"]:hover,
body input[type="reset"]:hover,
#site #main #content input[type="reset"]:hover,
body button:hover,
#site #main #content button:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwyNTUsMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsMjU1LDI1NSkiIHN0b3Atb3BhY2l0eT0iMC4wIi8+KXVybCgnLi4vaW1nL2Zvb3RlcmJnLnBuZyc8L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(-90deg, rgba(255,255,255, 0.3) 0%, rgba(255,255,255, 0.0) 100%), url('../img/footerbg.png');
  background-image: -webkit-linear-gradient(top, rgba(255,255,255, 0.3) 0%, rgba(255,255,255, 0.0) 100%), url('../img/footerbg.png');
  background-image: linear-gradient(180deg, rgba(255,255,255, 0.3) 0%, rgba(255,255,255, 0.0) 100%), url('../img/footerbg.png');
}
body input[type="submit"]:active,
#site #main #content input[type="submit"]:active,
body input[type="button"]:active,
#site #main #content input[type="button"]:active,
body input[type="reset"]:active,
#site #main #content input[type="reset"]:active,
body button:active,
#site #main #content button:active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwyNTUsMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsMjU1LDI1NSkiIHN0b3Atb3BhY2l0eT0iMC4wIi8+KXVybCgnLi4vaW1nL2Zvb3RlcmJnLnBuZyc8L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(-90deg, rgba(255,255,255, 0.1) 0%, rgba(255,255,255, 0.0) 100%), url('../img/footerbg.png');
  background-image: -webkit-linear-gradient(top, rgba(255,255,255, 0.1) 0%, rgba(255,255,255, 0.0) 100%), url('../img/footerbg.png');
  background-image: linear-gradient(180deg, rgba(255,255,255, 0.1) 0%, rgba(255,255,255, 0.0) 100%), url('../img/footerbg.png');
}
body input[type="submit"].inline,
#site #main #content input[type="submit"].inline,
body input[type="button"].inline,
#site #main #content input[type="button"].inline,
body input[type="reset"].inline,
#site #main #content input[type="reset"].inline,
body button.inline,
#site #main #content button.inline {
  padding: 6px 20px;
}
body input[type="submit"][disabled],
#site #main #content input[type="submit"][disabled],
body input[type="button"][disabled],
#site #main #content input[type="button"][disabled],
body input[type="reset"][disabled],
#site #main #content input[type="reset"][disabled],
body button[disabled],
#site #main #content button[disabled] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwyNTUsMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMjU1LDI1NSwyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMCIvPil1cmwoJy4uL2ltZy9mb290ZXJiZy5wbmcnKSAhaW1wb3J0YW48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(-90deg, rgba(255,255,255, 0.25) 0%, rgba(255,255,255, 0.0) 100%), url('../img/footerbg.png') !important;
  background-image: -webkit-linear-gradient(top, rgba(255,255,255, 0.25) 0%, rgba(255,255,255, 0.0) 100%), url('../img/footerbg.png') !important;
  background-image: linear-gradient(180deg, rgba(255,255,255, 0.25) 0%, rgba(255,255,255, 0.0) 100%), url('../img/footerbg.png') !important;
}
form .label,
#site #main #content form .label {
  margin: 0px 0px 1px 0px;
  padding: 0px 1px;
  color: #576057;
}
form .annotation,
#site #main #content form .annotation {
  margin: 3px 0px 0px 0px;
  padding: 0px 1px;
  font-size: 0.8em;
  color: #707b70;
}
form label.error,
#site #main #content form label.error {
  font-size: 0.8em;
  color: #cc0000;
  display: block;
  margin: 0px;
  padding: 0px 1px;
}
form table {
  margin: 0px;
}
form table tr td {
  vertical-align: top;
  padding: 7px 12px;
}
form table tr td:first-child {
  padding-left: 0px;
}
form table tr td:last-child {
  padding-right: 0px;
}
form table tr td input,
form table tr td textarea,
form table tr td select,
form table tr td button {
  width: 100%;
}
form table tr td input .inline,
form table tr td textarea .inline,
form table tr td select .inline,
form table tr td button .inline {
  width: auto;
}
form table tr.section-head td {
  font-family: Coda, 'Open Sans Condensed', 'Open Sans', Verdana, sans-serif;
  font-weight: normal;
  line-height: 1em;
  font-size: 2em;
  border-bottom: 1px solid #484c48;
  padding-top: 24px;
}
#register table {
  width: 580px;
}
#register table tr td {
  width: 50%;
}
#register table tr td .input-salutation,
#register table tr td .input-zip {
  width: 100px;
}
#register table tr td input[type="submit"],
#register table tr td input[type="button"],
#register table tr td button {
  margin-top: 24px;
}
form#login,
form#registration-link,
form#forgotpwd {
  width: 320px;
}
form#registration-link {
  float: right;
  padding-top: 68px;
}
#sessionMessages {
  margin-bottom: 36px;
}
.statusMessage {
  padding: 14px;
  /*margin: 10px 0px;*/
  margin: 9px 4px 18px 4px;
  background: #F1F1F1;
  color: #444444;
  /*'Verdana';*/
  border: 2px solid #DDDDDD;
  line-height: 1.5em;
  text-align: center;
  /*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;*/
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.statusMessage img {
  vertical-align: bottom;
  margin: 0px 5px 0px 0px;
}
.statusMessage.error {
  /*background: #ffe2e5;
		border: 2px solid #ffb6bb;*/
  color: #d20039;
  background: #F5F5F5;
  border: 1px solid #ffb6bb;
  outline: 5px solid #ffe2e5;
}
.statusMessage.notice {
  /*background: #dff4ff;
		border: 2px solid #c2e1ef;*/
  color: #336699;
  background: #F5F5F5;
  border: 1px solid #c2e1ef;
  outline: 5px solid #dff4ff;
}
.statusMessage.ok {
  /*background: #E6EFC2;*/
  /*border: 2px solid #C6D880;*/
  color: #82B41A;
  background: #F5F5F5;
  border: 1px solid #C6D880;
  outline: 5px solid #E6EFC2;
}
.signature {
  font-family: 'Herr Von Muellerhoff', cursive;
  font-size: 72px;
  color: #182e7e;
  line-height: 96px;
}
#main .account-overview span {
  font-weight: normal;
  color: #888888;
  margin-right: 0px;
  text-decoration: none;
  font-size: 0.9em;
  vertical-align: baseline;
}
#main .account-overview ul {
  list-style: square inside;
  margin: 0px 0px 1em 0px;
  padding: 0px;
}
#main .account-overview ul li {
  margin-left: 0.5em;
  font-weight: bold;
}
#main .account-overview ul.tractor-list li:hover img {
  visibility: visible;
}
#main .account-overview ul.tractor-list li img {
  visibility: hidden;
  float: none;
  display: inline;
  box-shadow: none;
  margin: 0px 0px 0px 5px;
  cursor: pointer;
  vertical-align: middle;
}
#main .account-overview h3 {
  margin-top: 1em;
}
#main .account-overview section {
  margin-bottom: 2em;
}

/*# sourceMappingURL=style.css.map */
