/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */
/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, serif;
  color: #6e6e78;
  font-size: 11px;
  line-height: 14px;
}

::-moz-selection {
  background: #f5999c;
  color: #fff;
}

::selection {
  background: #f5999c;
  color: #fff;
}

::-moz-selection {
  /* Code for Firefox */
  background: #f5999c;
}

input {
  font: 12px/100% Verdana, sans-serif;
  color: #6e6e78;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #6e6e78;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #6e6e78;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:active, a.active {
  color: #b11116;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #cccaca;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em;
  /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em;
  /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0;
  /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em;
  /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px 0.35em;
  /* LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em;
  /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px 0.35em;
  /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0 0.35em;
  /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0;
  /* LTR */
}

ol.task-list {
  margin-left: 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

ol.task-list li {
  padding: 0.5em 1em 0.5em 2em;
  /* LTR */
}

ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%;
  /* LTR */
}

ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0 50%;
  /* LTR */
}

ol.task-list li.active {
  margin-right: 1em;
  /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em;
  /* LTR */
}

dl dd {
  margin: 0 0 .5em 1.5em;
  /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #cccaca;
  color: #6e6e78;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #b11116;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #cccaca;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #f7f7f7;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #dfdfdf;
}

tr.even td.active {
  background-color: #f3f3f3;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #6e6e78;
  background-color: #d2d2d2;
  color: #424242;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffcd00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #6e6e78;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #6e6e78;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0;
  /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region .block {
  display: block;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region {
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

#header-region {
  width: 980px;
  margin: 0 auto;
}

#header .block-user {
  margin: 18px 0 0;
  float: right;
}

#header .form-item {
  margin: 0;
  float: left;
}

#header .form-item label {
  color: #6e6e78;
  font-size: 10px;
  line-height: 19px;
  font-weight: normal;
  padding: 0;
  background: none;
  text-align: left;
}

#header .form-item label span {
  display: none;
}

#header .form-item input {
  border: 1px solid #ececec;
  height: 28px;
  width: 130px;
  padding: 0 3px;
  margin-right: 10px;
}

* html #header .form-item input {
  height: 14px;
}

#user-login-form ul {
  display: none;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header h2 {
  margin: 0 1em 0 0;
  /* LTR */
  display: none;
}

#header h1 span {
  font-weight: bold;
  display: none;
}

#header .content {
  width: auto;
  overflow: hidden;
  margin-top: 25px;
}

#user-login-form .form-submit {
  width: 40px;
  height: 30px;
  background: url(images/login-submit.gif) no-repeat center #413b3b;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0 0 7px;
  float: left;
  text-indent: -9999px;
  margin: 19px 0 0 0;
}

#header-region h3, #header-region label, #header-region li {
  color: #6e6e78;
  font-size: 10px;
  line-height: 19px;
  font-weight: normal;
  padding: 0;
  background: none;
  text-align: left;
}

#header .block-dynapac_currency {
  margin: 105px 0 0 0;
  float: right;
  width: 150px;
}

#header .block-user + .block-dynapac_currency {
  margin: 105px -337px 0 0;
}

#header .block-dynapac_currency .content {
  margin-top: 0;
}

#header .block-dynapac_currency ul {
  overflow: hidden;
  width: 150px;
  margin: 0;
  padding: 0;
}

#header .block-dynapac_currency li {
  float: right;
  margin: 0 3px;
  padding: 0;
  background: none;
  list-style: none;
}

#header .block-dynapac_currency a {
  text-decoration: none;
}

#header .block-dynapac_currency a:hover {
  color: #b11116;
}

#wrapper #container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1270px;
  width: 980px;
}

#wrapper #container #header {
  overflow: hidden;
}

#header h3.used-machine {
  font-size: 34px;
  line-height: 34px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  width: 150px;
  margin: 28px 0 0 0;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
}

#wrapper #container #header h1 img {
  padding-top: 40px;
  float: left;
  /* LTR */
}

.logo-car {
  float: left;
  height: 114px;
  margin-left: 5px;
  margin-right: 10px;
}

#header .menu {
  background: #b11116;
  width: 100%;
  overflow: hidden;
  float: left;
  margin-top: 0;
}

#header .menu #search {
  float: right;
  padding: 0 0 0 8px;
}

#header .menu #search input {
  margin: 12px 0 0;
}

#header .menu #search input.form-text {
  width: 134px;
  height: 22px;
  border: none;
}

#header .menu #search input.form-submit {
  background: url(images/search-logo.png) no-repeat center #b11116;
  border: none;
  color: #fff;
  margin: 8px 5px 0;
  outline: none;
  cursor: pointer;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
}

#header .menu #search label {
  display: none;
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.two-sidebars {
  min-width: 980px;
}

/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -210px;
}

body.sidebar-right #center {
  margin-right: -210px;
}

body.sidebars #center,
body.two-sidebars #center {
  margin: 0 -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 210px;
}

body.sidebar-right #squeeze {
  margin-right: 210px;
}

body.sidebars #squeeze,
body.two-sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 10px 0 0;
  width: 190px;
  float: left;
  z-index: 2;
  position: relative;
}

#wrapper #container #sidebar-left h2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #b11116;
  margin: 10px 0 0;
  text-transform: uppercase;
}

#wrapper #container #sidebar-left input.form-submit {
  width: 183px;
  height: 30px;
  border: none;
  background: url(images/bg-find.gif) no-repeat 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  padding: 0 0 0 58px;
  cursor: pointer;
  text-align: left;
  margin-top: 5px;
}

#wrapper #container #sidebar-right {
  width: 195px;
  float: right;
}

#sidebar-right h2,
#sidebar-right .title {
  background: url(images/bg-title.gif) repeat-x 0 0;
  height: auto;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}

#sidebar-right .title {
  background: none;
}

#sidebar-right .title a {
  display: block;
  line-height: 32px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: url(images/bg-find.gif) no-repeat 0 0;
  text-align: left;
  padding: 0 0 0 20px;
  width: 183px;
  height: 30px;
}

#sidebar-right h2 {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #a2a2a2;
  margin: 0;
  text-align: center;
  padding: 10px 0 0;
  height: 34px;
}

#sidebar-right .saved-box img {
  margin: 7px 0 0;
}

#sidebar-right .title h3 {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #a2a2a2;
  margin: 10px 0 0;
}

#sidebar-right .saved-box {
  margin: 10px 0 0;
}

#wrapper #container .sidebar .block {
  margin: 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0;
}

#sidebar-right .block {
  padding: 0 0 0 15px;
}

.block .content {
  margin: 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0;
  /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0 0 15px;
  /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #f5999c;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  position: relative;
  width: 577px;
}

#wrapper #container #center .right-corner {
  position: relative;
  left: 10px;
}

#wrapper #container #center .right-corner .node-product .slider {
  float: left;
  width: 288px;
  overflow: hidden;
  margin: 0 20px 0 0;
  text-align: center;
}

#wrapper #container #center .right-corner .node-product .slider .bg-slideshow {
  border: 1px solid #e7e7e7;
  padding: 7px;
  overflow: hidden;
  width: 266px;
}

#wrapper #container #center .right-corner .node-product .slider .bg-slideshow img {
  height: 206px;
  width: 266px;
}

#wrapper #container #center .right-corner .node-product .slider .pager {
  text-align: center;
  width: 100%;
  overflow: hidden;
  margin: 12px 0 0;
  padding: 0 0 44px;
}

#wrapper #container #center .right-corner .node-product .slider .pager a {
  display: inline-block;
  overflow: hidden;
  margin: 0 1px;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
}

#wrapper #container #center .right-corner .node-product .slider .pager a.prev,
#wrapper #container #center .right-corner .node-product .slider .pager a.next {
  text-decoration: none;
  width: 20px;
  height: 20px;
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  float: left;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
  background-color: #F5F5F5;
}

#wrapper #container #center .right-corner .node-product .slider .pager a.prev:after,
#wrapper #container #center .right-corner .node-product .slider .pager a.next:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  margin-top: -8px;
}

#wrapper #container #center .right-corner .node-product .slider .pager a.next {
  float: right;
  margin-right: 6px;
}

#wrapper #container #center .right-corner .node-product .slider .pager a.next:after {
  border-top: 4px solid transparent;
  border-left: 5px solid #b11116;
  border-bottom: 4px solid transparent;
  margin-left: 9px;
}

#wrapper #container #center .right-corner .node-product .slider .pager a.prev:after {
  border-top: 4px solid transparent;
  border-right: 5px solid #b11116;
  border-bottom: 4px solid transparent;
  margin-left: 7px;
}

#wrapper #container #center .right-corner .node-product .slider .pager #nav {
  display: inline-block;
  padding: 4px 0 0;
  vertical-align: top;
}

#wrapper #container #center .right-corner .node-product .slider .pager #nav a {
  border: 1px solid #D9D9D9;
  background-color: #D9D9D9;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

#wrapper #container #center .right-corner .node-product .slider .pager #nav a.activeSlide {
  background-color: #b11116;
  border-color: #b11116;
}

#wrapper #container #center .right-corner .node-product .info {
  font-size: 11px;
  line-height: 14px;
  color: #6e6e78;
  min-height: 235px;
  float: left;
  width: 260px;
}

#wrapper #container #center .right-corner .node-product .info h3 {
  font-size: 18px;
  line-height: 20px;
  color: #b11116;
  font-weight: normal;
}

#wrapper #container #center .right-corner .node-product .fields {
  overflow: hidden;
  width: 300px;
  clear: left;
  margin: 0;
}

.fields .field {
  padding: 7px 10px;
}

.fields .field:nth-child(2n+1) {
  background: #f7f7f7;
}

.fields .field .field-items {
  overflow: hidden;
}

#wrapper #container #center a.see-all {
  float: right;
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
  color: #777;
  font-weight: bold;
  background: url(images/bg-see-all.gif) no-repeat 100% 50%;
  padding: 0 15px 0 0;
}

#wrapper #container #center a.see-all:hover {
  text-decoration: underline;
}

a.back-product {
  width: 121px;
  height: 8px;
  display: block;
  margin: 3px 0 7px;
  text-indent: -9999px;
  background: url(images/back-next.gif) no-repeat 0 0;
  outline: none;
  overflow: hidden;
}

a.next-product {
  width: 121px;
  height: 8px;
  display: block;
  margin: 7px 0 0;
  text-indent: -9999px;
  background: url(images/back-next.gif) no-repeat 0 -8px;
  outline: none;
  overflow: hidden;
}

div.print {
  float: right;
  margin: 18px 0 0;
  width: 95px;
}

div.print ul.links li {
  background: none;
  margin: 7px 0 0;
  float: left;
}

div.print a.print-info {
  background: url(images/print-info.gif) no-repeat 0 0;
  padding: 5px 0 0 27px;
  text-decoration: none;
  float: left;
}

/*div.print a.share{
	background: url(images/share.gif) no-repeat 0 0;
}*/
div.print a:hover {
  text-decoration: underline;
}

div.bg-send-inquiry {
  width: 553px;
  height: 79px;
  background: url(images/bg-send-inquiry.gif) no-repeat 0 0;
  overflow: hidden;
  padding: 0 9px;
  float: left;
  margin: 8px 0 0;
}

div.bg-send-inquiry a.send {
  width: 106px;
  height: 49px;
  background: #d4d4d4;
  float: right;
  text-align: center;
  margin: 23px 0 0;
  text-decoration: none;
  font-size: 13px;
  line-height: 49px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

#wrapper #container #center .right-corner .field-label {
  float: left;
  width: 170px;
}

#wrapper #container #center .right-corner .field {
  width: 100%;
  overflow: hidden;
  font-size: 13px;
  line-height: 16px;
  margin: 2px 0 0;
}

#wrapper #container #center .right-corner .node-product-item {
  padding: 0 7px 5px;
  overflow: hidden;
  width: 563px;
}

#wrapper #container #center .right-corner .node-product-item a.imagecache {
  float: left;
  margin: 0 0;
}

#wrapper #container #center .right-corner .node-product-item a.imagecache img {
  width: 122px;
  height: 103px;
}

#wrapper #container #center .right-corner .node-product-item .image-block {
  width: 122px;
  height: 103px;
  margin: 9px 0 0;
  float: left;
  background: url(images/img-file-1.gif) repeat 0 0;
}

#wrapper #container #center .right-corner .node-product-item .content {
  float: none;
  margin-left: 122px;
}

#wrapper #container #center .right-corner .node-product-item .col-1 {
  float: left;
  padding: 0 7px 0 15px;
  line-height: 16px;
  width: 140px;
}

#wrapper #container #center .right-corner .node-product-item .col-2 {
  float: left;
  padding: 0 0 0 30px;
  width: 120px;
  color: #717171;
}

#wrapper #container #center .right-corner .node-product-item .col-2 strong {
  margin: 3px 0 0;
  color: #6e6e78;
}

#wrapper #container #center .right-corner .node-product-item .col-2 a.information {
  float: left;
  margin: 15px 0 0 -24px;
  padding: 3px 0 3px 24px;
  background: url(images/information.gif) no-repeat 0 50%;
  display: inline;
  font-size: 11px;
  line-height: 14px;
}

#wrapper #container #center .right-corner .node-product-item .col-3 {
  float: left;
  padding: 0 0 0 0;
  width: 120px;
}

#wrapper #container #center .right-corner .node-product-item .col-3 a.save-product {
  margin: 0;
  padding: 3px 0 3px 24px;
  background: url(images/save-product.gif) no-repeat 0 50%;
  float: left;
  display: inline;
  font-size: 11px;
  line-height: 14px;
}

#wrapper #container #center .right-corner .node-product-item .col-3 a.send-inquiry {
  margin: 24px 0 0;
  padding: 3px 0 3px 24px;
  background: url(images/send-inquiry.gif) no-repeat 0 50%;
  float: left;
  display: inline;
  color: #b11116;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  clear: left;
}

#wrapper #container #center .right-corner .node-product-item .col-3 a.send-inquiry:hover {
  text-decoration: underline;
}

#wrapper #container #center .right-corner .node-product-item .col-3 a.send-inquiry span {
/*  background: url(images/arrow.png) no-repeat center right;*/
  padding: 0 10px 0 0;
  display: block;
}

#wrapper #container #center .right-corner .node-product a.product-save {
  width: 115px;
  height: 32px;
  background: #d4d4d4;
  text-align: left;
  font-size: 9px;
  line-height: 29px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding: 0 0 0 20px;
  margin: 38px 0 0 0;
  float: left;
  background: url(images/bg-save-products.gif) no-repeat 0 0;
  display: inline;
}

#wrapper #container #center .right-corner .node-product a.product-save {
  margin: 38px 0 0 17px;
}

#wrapper #container #center .right-corner h2 {
  margin: 12px 0 0;
  padding: 0 0 3px 15px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}

#wrapper #container #center .right-corner h2 a {
  color: #b11116;
  text-decoration: none;
}

#wrapper #container #center .right-corner .left-corner {
  padding: 0 0 5em 0;
  position: relative;
  min-height: 400px;
  margin: 20px 0 0;
}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 4em 0 -3em;
  color: #6e6e78;
}

#wrapper #container .breadcrumb {
  height: 44px;
  background: url(images/bg-title.gif) repeat-x 0 0;
  padding: 0 15px;
  overflow: hidden;
}

#wrapper #container .breadcrumb a {
  color: #6e6e78;
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
}

body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.two-sidebars #footer {
  margin: 0 -210px;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  font-size: 1.5em;
}

#wrapper #container #header h1 {
  float: left;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  /* LTR */
  background: none;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0 3px 0 0;
  float: right;
  /* LTR */
  position: relative;
  z-index: 4;
  font-size: 13px;
  line-height: 46px;
  text-transform: uppercase;
}

ul.primary-links li {
  margin: 0;
  padding: 0 21px;
  float: left;
  /* LTR */
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  color: #fff;
  margin: 0;
  padding: 0 0 5px;
  text-decoration: none;
  border-bottom: 2px solid #b11116;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  text-decoration: none;
  border-bottom: 2px solid #efd0d2;
}

ul.primary-links li a:hover {
  color: #efd0d2;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right;
  /* LTR */
  clear: right;
  /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left;
  /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 0 1em;
  padding: 0;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}

ul.primary {
  padding: 0.5em 0 10px;
  float: left;
  /* LTR */
}

ul.secondary {
  clear: both;
  text-align: left;
  /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}

h2.with-tabs {
  float: left;
  /* LTR */
  margin: 0 2em 0 0;
  /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px;
  /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  display: inline-block;
}

ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}

ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  margin: 1px 0 0;
  padding: 0;
}

.border {
  border: 1px solid #e9eff3;
}

.border .clean-list {
  float: right;
  width: 23px;
  height: 20px;
  background: url(images/clean-list.gif) no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  margin: -31px -16px 0 0;
  display: inline;
  position: relative;
  z-index: 100;
}

.node .links, .comment .links {
  text-align: left;
  /* LTR */
}

.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right;
  /* LTR */
  clear: right;
  /* LTR */
  padding-left: 1em;
  /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right;
  /* LTR */
}

.terms {
  float: right;
  /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 0;
  background: none;
  border: 0;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px;
  /* LTR */
}

.comment h3 a.active {
  color: #b11116;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}

#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}

#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}

#aggregator .feed-item-categories {
  font-size: 0.92em;
}

#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #6e6e78;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}

#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}

tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #f5999c url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #ffcd00;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child + html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child + html fieldset > .description, *:first-child + html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

fieldset legend {
  text-shadow: 0 1px 2px #fff;
}

*:first-child + html fieldset legend, *:first-child + html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em;
  /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0 50%;
  /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0 50%;
  /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left;
  /* LTR */
  padding-right: 20px;
  /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right;
  /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right;
  /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}

#user-login-form ul {
  text-align: left;
  /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}

.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}

.profile dl {
  margin: 0;
}

.profile dt {
  font-weight: normal;
  color: #6e6e78;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}

.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left;
  /* LTR */
  width: 48%;
}

div.admin .right {
  float: right;
  /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}

div.admin-panel .description {
  margin-bottom: 1.5em;
}

div.admin-panel dl {
  margin: 0;
}

div.admin-panel dd {
  color: #6e6e78;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #cccaca;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #ccc;
}

/**
 * CSS support
 */
/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/
/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #fcc;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}

tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}

tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}

table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}

table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/*Custom*/
.ac_results {
  padding: 0;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results li {
  margin: 0;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  list-style: none;
  background: none;
  line-height: 16px;
  overflow: hidden;
}

.ac_results li.ac_loading {
  background: white url("indicator.gif") right center no-repeat;
}

.ac_results li.ac_odd {
  background-color: #eee;
}

.ac_results li.ac_over {
  background-color: #0a246a;
  color: white;
}

#dyn-search-used-machine-form .form-select {
  width: 182px;
  border: 1px solid #ececec;
  border-radius: 3px;
  background: #fff url(images/dropdown-arrow.png) no-repeat right 10px top 13px;
  background-size: 13px 10px;
  text-align: left;
  cursor: pointer;
  color: #6e6e78;
  padding: 8px 25px 8px 8px;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  margin-top: 5px;
}

#dyn-search-used-machine-form .form-text {
  width: 166px;
  border: 1px solid #ececec;
  padding: 8px;
  border-radius: 3px;
  margin-top: 5px;
}

.bg-slider-range {
  color: #222;
  height: 6px;
  border-radius: 5px;
  border: 1px solid #ececec;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0.5px 0.5px 1px 1px inset;
          box-shadow: rgba(0, 0, 0, 0.1) 0.5px 0.5px 1px 1px inset;
  padding: 0 15px 0 13px;
}

.ui-slider-handle {
  height: 1.2em;
  position: absolute;
  width: 1.2em;
  z-index: 200;
  background: #ccc;
}

.ui-slider-range {
  border: 0;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  border-radius: 10px;
  background: #f5999c;
}

#wrapper #container .sidebar .slider {
  overflow: hidden;
  width: 185px;
  margin: 0 -10px 0 0;
  padding-bottom: 5px;
}

#wrapper #container .sidebar .slider label {
  font-size: 11px;
  line-height: 14px;
  padding: 5px 0 0;
  font-weight: bold;
  display: block;
}

#wrapper #container .sidebar .slider span.min {
  float: left;
  color: #777;
  font-size: 9px;
  line-height: 12px;
  margin: 5px 0 0;
  padding: 0 0 5px;
}

.min-max {
  width: 100%;
  overflow: hidden;
}

#dyn-search-used-machine-form div.form-item {
  margin: 0;
  padding: 5px 0;
}

#dyn-search-used-machine-form input.price-end,
#dyn-search-used-machine-form input.price-start,
#dyn-search-used-machine-form input.year-start,
#dyn-search-used-machine-form input.year-end {
  float: right;
  border: 0;
  color: #777;
  font-size: 9px;
  width: 70px;
  margin-right: -5px;
  margin-top: -15px;
  text-align: right;
  line-height: 12px;
}

#dyn-search-used-machine-form input.price-start,
#dyn-search-used-machine-form input.year-start {
  float: left;
  margin-top: -5px;
  margin-right: 0;
  text-align: left;
}

#wrapper #container .sidebar .slider span.max {
  float: right;
  color: #777;
  font-size: 9px;
  line-height: 12px;
  margin: 5px 0 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 20000;
  width: 15px;
  height: 15px;
  display: block;
  overflow: hidden;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  float: left;
}

.ui-slider-horizontal {
  height: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  background: #b11116;
  border-radius: 10px;
  -webkit-box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.1);
  margin-left: 0;
  outline: none;
}

.ui-slider-horizontal .first {
  background: #b11116;
  border-radius: 10px;
  -webkit-box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.1);
  margin-left: -13px;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  padding: 0 2px;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.popup {
  display: none;
  left: 50%;
  margin: -200px 0 0 -252px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 507px;
  z-index: 100;
}

.popup .title {
  overflow: hidden;
  background: url(images/popup-top.png) no-repeat 0 0;
  padding: 0 5px 0 4px;
  width: 498px;
  height: 44px;
}

.popup .title h4 {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  float: left;
  color: #6e6e78;
  margin: 13px 0 0;
  padding-left: 34px;
}

.popup .title a.close {
  float: right;
  width: 33px;
  height: 33px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 6px 10px 0 0;
}

.popup .inquiry-form {
  overflow: hidden;
  padding: 0 25px 0 27px;
  width: 455px;
  background: url(images/popup-body.png) repeat-y 0 0;
}

.popup .bottom-popup {
  width: 100%;
  height: 20px;
  overflow: hidden;
  background: url(images/popup-btm.png) no-repeat 0 0;
}

.popup .inquiry-form h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin: 33px 0 0;
  padding: 0 0 22px;
}

.popup .inquiry-form h3 a {
  color: #b11116;
  text-decoration: none;
}

.popup .inquiry-form h3 a:hover {
  text-decoration: underline;
}

.popup .inquiry-form .form-item {
  margin: 4px -5px 0;
  overflow: hidden;
  width: 100%;
  padding: 5px;
}

.popup .inquiry-form .form-item label.error {
  float: left;
  line-height: 23px;
  padding: 0 0 0 8px;
  color: #b20f0b;
}

.popup .inquiry-form .form-item input {
  width: 233px;
  height: 20px;
  padding: 8px;
  border: 1px solid #ececec;
  border-radius: 3px;
  font: 11px Arial, san-serif;
  float: left;
  margin: 2px 0 0;
}

.popup .inquiry-form .form-item select {
  width: 243px;
  height: 38px;
  font: 11px Arial, san-serif;
  float: left;
  margin: 2px 0 0;
  border: 1px solid #ececec;
  border-radius: 3px;
  background: #fff url(images/dropdown-arrow.png) no-repeat right 10px top 13px;
  background-size: 13px 10px;
  text-align: left;
  cursor: pointer;
  color: #6e6e78;
  padding: 8px 25px 8px 8px;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}

.popup .inquiry-form .form-item label {
  font-size: 11px;
  line-height: 16px;
  display: block;
}

.popup .inquiry-form #edit-message-wrapper.form-item {
  background: url(images/bg-textarea-popup.gif) no-repeat 0 20px;
  padding-bottom: 7px;
}

.popup .inquiry-form #edit-message-wrapper.form-item label.error {
  position: absolute;
  bottom: 19px;
  left: 19px;
}

.popup .inquiry-form .form-item textarea {
  width: 324px;
  height: 49px;
  min-width: 324px;
  max-width: 334px;
  min-height: 49px;
  max-height: 49px;
  border: none;
  background: none;
  float: left;
  overflow: auto;
  padding: 0 0 0 5px;
  margin: 22px 0 0 9px;
}

.popup .inquiry-form input.form-submit {
  float: right;
  overflow: hidden;
  margin: -55px 12px 0;
  font: bold 13px Arial, san-serif;
  color: #fff;
  background: #b11116;
  border: 0;
  border-radius: 3px;
  height: 47px;
  width: 105px;
  cursor: pointer;
}

.ajax-loader {
  width: 128px;
  height: 15px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 18px 10px 0 10px;
  float: left;
  background: url(images/ajax-loader.gif) no-repeat 50% 0;
}

#header .menu {
  position: relative;
}

div.pager-bottom .item-list .pager,
div.pager-top .item-list .pager {
  margin: 0;
  padding: 0;
}

div.pager-bottom .item-list .pager li,
div.pager-top .item-list .pager li {
  margin: 0;
  margin-right: 15px;
  padding: 0;
}

div.pager-bottom .item-list .pager a,
div.pager-top .item-list .pager a {
  color: #6e6e78;
}

div.pager-bottom {
  height: 15px;
  margin-top: 15px;
}

div.pager-top {
  display: none;
}

div.pager-top .item-list .pager li.pager-previous a {
  background: url("images/back-next.gif") no-repeat scroll 0 0 transparent;
  display: block;
  height: 8px;
  margin: 3px 0 7px;
  outline: medium none;
  overflow: hidden;
  text-indent: -9999px;
  width: 121px;
}

body.page-requests .breadcrumb,
body.node-type-request .breadcrumb {
  display: none;
}

body.page-requests #wrapper #container #center .right-corner,
body.node-type-request #wrapper #container #center .right-corner {
  left: auto;
}

body.page-requests #wrapper #container #center #squeeze,
body.node-type-request #wrapper #container #center #squeeze {
  width: auto;
}

#wrapper #container #center .right-corner .requests-title {
  margin: 17px 0 0;
  padding: 0;
  font: normal 22px/27px Helvetica, Arial, Tahoma;
  color: #b11116;
}

#wrapper #container #center .right-corner .requests-notes {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  color: #666;
}

.page-requests .item-list .pager {
  margin: 15px 0 0;
  color: #999;
}

.page-requests .item-list .pager a {
  color: #999;
}

.requests-table {
  margin: 36px 0 0;
  border: 1px solid #e5e5e5;
}

.requests-table tr {
  background: none;
}

.requests-table img {
  max-width: 400px;
  height: auto;
}

.requests-table td,
.requests-table th {
  background: none;
  border: 1px solid #e5e5e5;
  padding: 16px 13px 13px;
  font-size: 11px;
  line-height: 14px;
  vertical-align: top;
}

.requests-table th {
  padding: 8px 13px;
  font-size: 12px;
  line-height: 15px;
  color: #999;
  text-transform: uppercase;
}

.requests-table .last-post {
  width: 120px;
  padding: 8px 26px;
  color: #999;
}

.requests-table td.last-post {
  padding: 16px 26px 13px;
}

.requests-table span.datetime {
  display: block;
}

.requests-table p {
  margin: 0;
}

.requests-table a {
  color: #b11116;
}

.node-request {
  margin-top: 40px;
  border: 1px solid #e5e5e5;
}

.node-request span.submitted {
  float: right;
  padding: 8px 16px 9px;
  font-size: 11px;
  line-height: 14px;
  color: #999;
}

#wrapper #container #center .node-request .header-line h2 {
  margin: 0;
  padding: 8px 0 8px 16px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #6e6e78;
}

.node-request .content {
  border-top: 1px solid #e5e5e5;
  padding: 16px 16px 0;
}

.node-request .content p {
  margin: 0 0 15px;
  font-size: 12px;
  line-height: 15px;
  color: #6e6e78;
}

#dynapac-requests-form {
  margin: 46px 15px 22px;
  overflow: hidden;
}

#dynapac-requests-form .form-title {
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 17px;
}

#dynapac-requests-form .form-item {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 0;
}

#dynapac-requests-form .form-text {
  float: right;
  margin: 0;
  width: 387px;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
  border: 1px solid #ececec;
  padding: 8px;
  border-radius: 3px;
}

#dynapac-requests-form .form-item label {
  float: left;
  font-size: 12px;
  line-height: 26px;
  color: #6e6e78;
}

#dynapac-requests-form .resizable-textarea {
  width: 99%;
}

#dynapac-requests-form textarea {
  width: 696px;
  border: 1px solid #ececec;
  padding: 8px 0 8px 8px;
  border-radius: 3px;
}

.two-sidebars #dynapac-requests-form textarea {
  width: 486px;
}

#dynapac-requests-form .form-submit {
  float: right;
  width: 181px;
  height: 42px;
  border: 0;
  background: url("images/save-product-button.gif") no-repeat scroll 0 0 transparent;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 42px;
  margin: 10px 0 0;
  padding: 0 50px 0 20px;
  text-align: center;
  text-decoration: none;
}

a.export {
  font-weight: bold;
  margin: 15px 0 0 0;
  float: left;
  color: #b11116;
}

.form-item-extra-email {
  display: none;
}

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