html, body {
  height: 100%; }

select {
  padding: 2px; }

td.cart_description {
  font-size: 12px !important;
  line-height: 16px; }
  td.cart_description h5 {
    font-size: 14px !important;
    text-decoration: underline;
    margin-bottom: 9px; }

#header_nav #shopping_cart {
  width: 219px; }

#header_home {
  position: absolute;
  width: 440px;
  height: 100px;
  background: transparent;
  display: block; }

#more_info_tabs li {
  height: 31px; }

#mya-social {
  position: absolute;
  z-index: 1000;
  top: 85px;
  width: 219px;
  right: 0px;
  height: 24px; }
  #mya-social .mya-sm-button {
    float: left; }
  #mya-social .facebook-like {
    float: right;
    padding-top: 3px; }

#footer-wrapper {
  width: 100%;
  height: 180px;
  bottom: 0px;
  background: url(../img/green/footer-bg.png); }

#footer {
  position: relative;
  width: 979px;
  left: 50%;
  height: 100px;
  margin-left: -490px;
  background-color: transparent !important;
  background: url(../img/green/myarto-logo.png) no-repeat 364px 45px !important;
  height: 180px; }
  #footer #footer-slogan {
    color: white;
    position: absolute;
    top: 116px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    text-shadow: 0 0 5px #ffce00, 0 0 35px #ffce00, 0 0 50px #ffce00; }

#footer-content {
  position: relative;
  height: 100%;
  width: 970px;
  margin: 0 auto; }
  #footer-content li {
    padding: 0;
    margin: 0;
    height: 4px; }
  #footer-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    position: absolute;
    top: 48px; }
  #footer-content a {
    color: #FFF5CA;
    font-weight: bold;
    font-size: 12px; }
  #footer-content #footer-list-left {
    left: 10px; }
  #footer-content #footer-list-right {
    right: 10px; }
  #footer-content #footer-list-right li {
    text-align: right; }
  #footer-content #list-head-right {
    text-align: right;
    width: 100%; }
  #footer-content h3 {
    position: absolute;
    top: 32px;
    padding: 0;
    color: #FFF1B5; }

#center_column {
  min-height: 472px; }

#page-wrapper {
  min-height: 100%;
  background-image: url(../img/green/body-bg.gif);
  background-repeat: repeat-x; }

.button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: 0.5em 2em 0.55em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  line-height: 17px; }
  .button:hover {
    text-decoration: none; }
  .button:active {
    position: relative;
    top: 1px; }
  .button.bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em; }
  .button.medium {
    font-size: 12px;
    padding: 0.4em 1.5em 0.42em; }
  .button.small {
    font-size: 11px;
    padding: 0.2em 1em 0.275em; }
  .button.normal {
    color: #ddd;
    border: solid 1px #e07800;
    background: #ff8800;
    background: -webkit-linear-gradient(top, #ff9b29, #d67200);
    background: -moz-linear-gradient(top, #ff9b29, #d67200);
    background: -o-linear-gradient(top, #ff9b29, #d67200);
    background: -ms-linear-gradient(top, #ff9b29, #d67200); }
    .button.normal:hover {
      background: #ba4b58;
      background: -webkit-linear-gradient(top, #f58300, #a35700);
      background: -moz-linear-gradient(top, #f58300, #a35700);
      background: -o-linear-gradient(top, #f58300, #a35700);
      background: -ms-linear-gradient(top, #f58300, #a35700); }
    .button.normal:active {
      color: white;
      background: -webkit-linear-gradient(top, #d67200, #ff9b29);
      background: -moz-linear-gradient(top, #d67200, #ff9b29);
      background: -o-linear-gradient(top, #d67200, #ff9b29);
      background: -ms-linear-gradient(top, #d67200, #ff9b29); }
  .button.into-cart {
    color: #ddd;
    border: solid 1px #146fc2;
    background: #177fde;
    background: -webkit-linear-gradient(top, #3493ea, #136ab9);
    background: -moz-linear-gradient(top, #3493ea, #136ab9);
    background: -o-linear-gradient(top, #3493ea, #136ab9);
    background: -ms-linear-gradient(top, #3493ea, #136ab9); }
    .button.into-cart:hover {
      background: #ba4b58;
      background: -webkit-linear-gradient(top, #167ad5, #0e4f8b);
      background: -moz-linear-gradient(top, #167ad5, #0e4f8b);
      background: -o-linear-gradient(top, #167ad5, #0e4f8b);
      background: -ms-linear-gradient(top, #167ad5, #0e4f8b); }
    .button.into-cart:active {
      color: #f9fafb;
      background: -webkit-linear-gradient(top, #136ab9, #3493ea);
      background: -moz-linear-gradient(top, #136ab9, #3493ea);
      background: -o-linear-gradient(top, #136ab9, #3493ea);
      background: -ms-linear-gradient(top, #136ab9, #3493ea); }
  .button.green {
    color: #ddd;
    border: solid 1px #759c22;
    background: #88b528;
    background: -webkit-linear-gradient(top, #a0d234, #6f9421);
    background: -moz-linear-gradient(top, #a0d234, #6f9421);
    background: -o-linear-gradient(top, #a0d234, #6f9421);
    background: -ms-linear-gradient(top, #a0d234, #6f9421); }
    .button.green:hover {
      background: #ba4b58;
      background: -webkit-linear-gradient(top, #82ad26, #506a17);
      background: -moz-linear-gradient(top, #82ad26, #506a17);
      background: -o-linear-gradient(top, #82ad26, #506a17);
      background: -ms-linear-gradient(top, #82ad26, #506a17); }
    .button.green:active {
      color: #eeeeee;
      background: -webkit-linear-gradient(top, #6f9421, #a0d234);
      background: -moz-linear-gradient(top, #6f9421, #a0d234);
      background: -o-linear-gradient(top, #6f9421, #a0d234);
      background: -ms-linear-gradient(top, #6f9421, #a0d234); }
  .button.red {
    color: #ddd;
    border: solid 1px #df4532;
    background: #e35d4c;
    background: -webkit-linear-gradient(top, #e97d6f, #dd3d29);
    background: -moz-linear-gradient(top, #e97d6f, #dd3d29);
    background: -o-linear-gradient(top, #e97d6f, #dd3d29);
    background: -ms-linear-gradient(top, #e97d6f, #dd3d29); }
    .button.red:hover {
      background: #ba4b58;
      background: -webkit-linear-gradient(top, #e25543, #b72e1d);
      background: -moz-linear-gradient(top, #e25543, #b72e1d);
      background: -o-linear-gradient(top, #e25543, #b72e1d);
      background: -ms-linear-gradient(top, #e25543, #b72e1d); }
    .button.red:active {
      color: white;
      background: -webkit-linear-gradient(top, #dd3d29, #e97d6f);
      background: -moz-linear-gradient(top, #dd3d29, #e97d6f);
      background: -o-linear-gradient(top, #dd3d29, #e97d6f);
      background: -ms-linear-gradient(top, #dd3d29, #e97d6f); }
  .button.normal, .button.into-cart, .button.green, .button.red {
    color: white !important;
    font-size: 14px !important;
    padding: 6px 15px 4px 15px !important; }

.ie7 .paiement_block {
  position: relative;
  margin-bottom: 30px; }
.ie7 .ie7back {
  position: relative;
  top: -10px; }
.ie7 .ie7next {
  position: relative;
  top: -40px; }
.ie7 #create-account_form .button, .ie7 #login_form .button {
  width: 190px; }
.ie7 .cart_navigation .exclusive {
  margin-top: 0px; }

#page-wrapper {
  min-height: 100%;
  position: relative; }

#page {
  padding-bottom: 180px; }

#footer-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 180px;
  /* Height of the footer */ }

#create-account_form h3,
#login_form h3 {
  padding: 8px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background: url(../img/bg_form_h3.png) repeat-x 0 0 #989898; }

#create-account_form fieldset, #login_form fieldset {
  height: 220px;
  position: relative; }
  #create-account_form fieldset .error, #login_form fieldset .error {
    padding: 0; }
  #create-account_form fieldset .auth-button, #login_form fieldset .auth-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0; }

#form_forgotpassword p.text label {
  display: inline-block;
  padding-right: 10px;
  font-weight: bold;
  font-size: 12px;
  text-align: right; }

#order-detail-content ul {
  list-style: none; }

#mya-cms-popart table {
  width: 100%; }
#mya-cms-popart .mya-popart-text {
  padding-right: 25px; }
#mya-cms-popart .mya-popart-image {
  text-align: center; }
#mya-cms-popart td {
  vertical-align: top; }

#mya-cms-preise table {
  margin-bottom: 15px; }
  #mya-cms-preise table th {
    font-weight: bold;
    padding: 4px; }
  #mya-cms-preise table td {
    padding: 4px; }

.mounting-add {
  margin-bottom: 25px; }
  .mounting-add .mounting-left {
    float: left;
    padding-right: 20px; }
  .mounting-add .mounting-right {
    float: right;
    padding-left: 20px; }

#artoaddbox {
  overflow: hidden;
  float: right !important;
  width: 190px !important;
  background-color: #EDEEF0;
  border: 1px solid #e6dbca;
  margin-top: 8px;
  margin-right: 6px;
  /* Blau */
  /*  background-color: #82AB02; /* Gruen */
  /*  background-color: #EE502E; /* Rot */
  border-radius: 7px; }

#artoaddbox h3 {
  font-size: 17px;
  margin-top: 12px;
  padding-bottom: 9px;
  text-align: center; }

#artoaddbox p {
  line-height: 18px; }

#artoaddbox-inner {
  width: 177px !important;
  height: 160px;
  margin: 7px 7px 7px 7px;
  border-radius: 6px; }
