/* THE BIG GUYS */
* {
    margin: 0;
    padding: 0;
}
.clearit:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    height: 0;
}
.clearit {
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    height: 0;
}
html[xmlns] .clearit { display: block }
* html .clearit { height: 1% }
body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    background: #5c433a url(../img/bg_body.jpg);
    color: #444;
}
#popupwrap {
    background:#fff;
    padding:20px;
}
#popupwrap h1, #popupwrap h2 {
    padding:10px 0;
    margin:0;
}
#popupwrap p {
    margin:0;
    padding:.5em 0;
}
.parseTime {
    display:none;
}
strong { color: #222 }

/* HEADINGS */
h1 {
    color: #a18a6c;
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 28px;
    margin: 10px 0 4px 0;
    padding: 10px 12px 12px 12px;
    width: auto;
    line-height: 32px;
}
h2 {
    color: #a18a6c;
    font-weight: bold;
    font-size: 18px;
    margin: 16px 0px 8px 0px;
    padding: 0 12px 0 12px;
}
/* LINKS GLOBAL */
a,
a:link,
a:hover {
    text-decoration: underline;
    cursor: pointer;
}
a,
a:link { background: transparent }
a:link,
a strong { color: #3f9aca }
a:visited { color: #3f9aca }
a:hover,
a:active,
a strong:hover { color: #c64934 }
a img { border: none }
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
    padding: 2px;
    border: 1px solid #e3d9cf;
    width: 160px;
}
textarea {
    border: 1px solid #e3d9cf;
    padding: 2px;
    font-family: Arial, sans-serif;
}
select {
    border: 1px solid #e3d9cf;
    padding: 1px;
    width: 167px;
}
button { cursor: pointer }
label {
    display: block;
    color: #666;
    font-size: 11px;
}
ol {
    margin:12px;
}
ol li {
    border-bottom:1px solid #ddd;
    padding:1.5em 0;
}
form ul {
    list-style:none;
    margin:12px;
}
form ul li label {
    display:block;
    margin:.5em 0;
}
form ul li label span {
    display:block;
    width:100px;
    float:left;
}
/* PARAGRAPH GLOBAL */
p { margin: 18px 0px 18px 0px }
#content p {
    padding: 12px;
    margin: 0;
}
.float_left { float: left }
.float_right { float: right }
.box_small_img { margin: 0pt 2px 3px 0pt }
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    margin: 10px 20px 8px 0;
    border-top: 1px solid #eee8e3;
}
div.hrlightgrey {
    padding-top: 1px;
    height: 0;
    overflow: hidden;
    margin: 0;
    line-height: 0px;
    background-color: #eee;
}
div.hrproductpreview {
    padding-top: 1px;
    height: 0;
    overflow: hidden;
    margin: 12px 0px 12px 0px;
    display: inline;
    height: 0px;
    line-height: 0px;
    display: block;
    background-image: url(../img/hr_productpreview.gif);
}
/* TABLE GLOBAL */
table td { padding: 2px }
/* WHOLE SITE WRAPPER */
div.wrap {
    margin: 0 auto;
    width: 948px;
    background: #fff url(../img/g-old.gif);
    border-style: solid;
    border-color: #fff;
    border-width: 0px 12px 1px 12px;
    margin-bottom: 36px;
}
#socialbookmark img {
    padding: 2px;
    text-align: center;
}
#logo-space {
    margin: 16px auto;
    width: 964px;
    height: 86px;
    position: relative;
}
#service-nav {
    list-style: none;
    float: right;
    height: 36px;
    margin-top: 4px !important;
}
#service-nav li {
    display: inline;
    margin: 0;
    border-right: 1px solid #666;
}
#service-nav li.last { border-right: 0 }
#service-nav li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    margin: 0 10px 0 10px;
    line-height: 24px;
}
#service-nav li a:hover,
a.link-checkout-active { color: #a18a6c }
#service-nav .bigger {
    top: 28px;
    width: 400px;
    left: 516px;
    padding: 20px;
    color: #bbb;
    border: 0;
    font-size: 14px;
}
#service-nav li div span.cart {
    border-bottom: 1px solid #111;
    display: block;
}
#service-nav li div a {
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    padding: 0;
}
#link-cart {
    background: url(../img/bg-cart.png) no-repeat;
    padding-left: 28px;
}
.bigger ul.product-attr li {
    color:#fff;
    border:0 !important;
}
.bigger ul.product-attr {
    padding-bottom:1em;
}
a#logo {
    display: block;
    width: 240px;
    height: 92px;
    float: left;
    background: url("../img/seeadler_logo.png") no-repeat 0 0;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 0 0 10px;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
    height: 250px;
    background: #333 url("../img/bg-header.jpg") no-repeat;
    border-bottom: 3px solid #000;
    border-top: 12px solid #fff;
}

/* BREADCRUMB PATH AS LIST */
#breadcrumb {
    clear: both;
    padding: 6px 23px 5px 16px;
    background: #fff;
    margin: -12px 0 12px 0;
    border: solid #e3d9cf;
    border-width: 0 1px 1px 1px;
}
#breadcrumb ul { display: inline }
#breadcrumb ul li { display: inline }
#breadcrumb ul li a {
    padding: 0 8px 0 8px;
    font-size: 12px;
    text-decoration: none;
    color: #888;
}
/* TOPMENU AS LIST */
#topmenuwrap {
    background: #000;
    margin: 0 0 12px 0;
    border-bottom: 4px solid #000;
}
#topmenu {
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 36px;
    font-size: 12px;
}
#topmenu li {
    height: 36px;
    position: relative;
    float: left;
    padding: 0px 18px 0px 16px;
    margin: 0;
}
#topmenu li.order span {
    color:#aeaa6e;
    background:#222;
    padding:3px 8px;
    border-radius:5px;
    border:1px solid #444;
}
#topmenu a,
#topmenu a:link,
#topmenu a:visited,
#topmenu a:hover,
#topmenu a:active,
#topmenu span {
    line-height: 36px;
    vertical-align: baseline;
    text-decoration: none;
    color: #d1c09a;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: Georgia, serif;
    font-size: 13px;
}
#topmenu a:hover { color: #c64934 !important }
#topmenu li.active a { color: #c64934 !important }
#topmenu li ul,
#topmenu li div,
#service-nav li div {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 2000;
    display: none;
    background: #000;
    left: 0px;
    top: 35px;
    text-transform: none !important;
    opacity: .97; /* Standard: FF gt 1.5, Opera, Safari */;
    filter: alpha(opacity=97); /* IE lt 8 */
    -ms-filter: "alpha(opacity=97)"; /* IE 8 */
    #-khtml-opacity: .97; /* Safari 1.x */
    -moz-opacity: .97; /* FF lt 1.5, Netscape */
    border-bottom: 4px solid #111;
    font-family: Arial, sans-serif;
    box-shadow:0 0 8px rgba(0,0,0,.8);
}
#topmenu li div {
    padding: 16px 22px 10px 22px;
    font-size: 11px;
    line-height: 1.3em;
    width: 220px;
}
#topmenu li div a { color: #aaa !important }
#topmenu li ul li {
    float: none;
    list-style: none;
    border-top: 1px solid #111;
    width: 180px;
}
#topmenu li ul li a {
    color: #eee !important;
    font-weight: normal !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 14px !important;
}
/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
    text-align: right;
    height: 26px;
    font-size: 13px;
    padding: 10px 10px 0px 0px;
    margin: 0;
}
/* currency SELECTION IN TOPMENU LIST */
/* CONTENT WRAPPER */
#contentwrap {
    clear: both;
    width: 948px;
    padding: 0;
}
/* LEFT COLUMN */
#leftcol {
    float: left;
    width: 180px;
    padding: 0px 0px 15px 0px;
}
div.ad-box {
    padding: 16px 10px 0 12px;
    background: url(../img/bg-box.jpg) no-repeat 0 0;
    margin: 0 0 12px 0;
    height: 240px;
}
div.ad-box.categories {
    height: auto;
    padding: 16px 0 16px 16px;
}
div.ad-box.categories ul { list-style: none }
div.ad-box.categories ul a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: Georgia, serif;
    color: #d1c09a;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
}
div.ad-box.categories ul .active a { color: #c64934 }
div.ad-box.categories ul a:hover,
div.ad-box.categories .subnav li a:hover { color: #c64934 }
#topmenu ul.subnav { display: none !important }
div.ad-box.categories .subnav {
    margin: 1em 0 1.5em 0;
    color: #997d76;
    display: block;
}
div.ad-box.categories .subnav li a {
    text-transform: none;
    font-size: 12px;
    color: #887c76;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
}
div.ad-box h3 {
    font-family: Georgia, serif;
    color: #c9a45b;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 0 0;
}
div.ad-box h3 strong {
    font-family: Georgia, serif;
    color: #d1c09a;
    font-weight: normal;
    font-size: 21px;
    text-transform: uppercase;
}
div.ad-box p {
    color: #887c76;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    overflow: auto;
    overflow: hidden;
    font-weight: normal;
    margin-top: 12px;
}
div.ad-box p span.badge-return-de {
    display: block;
    float: left;
    width: 72px;
    height: 72px;
    background: url(../img/badge-return-de.png) no-repeat 0 0;
    margin: 0 10px 0 0;
}
div.ad-box p span.badge-return-en {
    display: block;
    float: left;
    width: 72px;
    height: 72px;
    background: url(../img/badge-return-en.png) no-repeat 0 0;
    margin: 0 10px 0 0;
}
div.ad-box p span.badge-guarantee-de {
    display: block;
    float: left;
    width: 72px;
    height: 72px;
    background: url(../img/badge-guarantee-de.png) no-repeat 0 0;
    margin: 0 10px 0 0;
}
div.ad-box p span.badge-guarantee-en {
    display: block;
    float: left;
    width: 72px;
    height: 72px;
    background: url(../img/badge-guarantee-en.png) no-repeat 0 0;
    margin: 0 10px 0 0;
}
div.ad-box p span.badge-shipping-de {
    display: block;
    float: left;
    width: 72px;
    height: 72px;
    background: url(../img/badge-shipping-de.png) no-repeat 0 0;
    margin: 0 10px 0 0;
}
div.ad-box p span.badge-shipping-en {
    display: block;
    float: left;
    width: 72px;
    height: 72px;
    background: url(../img/badge-shipping-en.png) no-repeat 0 0;
    margin: 0 10px 0 0;
}
a.read-more-de {
    display: block;
    width: 132px;
    height: 23px;
    text-indent: -999em;
    background: url(../img/read-more.png) no-repeat 0 0;
    margin: 10px 0 0 13px;
    padding: 0;
    overflow: hidden;
}
a.read-more-en {
    display: block;
    width: 132px;
    height: 23px;
    text-indent: -999em;
    background: url(../img/read-more-en.png) no-repeat 0 0;
    margin: 10px 0 0 13px;
    padding: 0;
    overflow: hidden;
}
a.teaserbox {
    display: block;
    width: 224px;
    float: left;
    height: 56px;
    margin: 12px 12px 12px 0;
    position: relative;
    color: #978881;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 15px;
    padding: 201px 8px 0 12px !important;
    text-decoration: none;
}
a.teaserbox:hover {
    color: #fff !important;
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
a.teaserbox.last { margin-right: 0 }
a.teaserbox img { margin: 0 }
a.teaserbox div.frame {
    border: 1px solid #e3d9cf;
    width: 180px;
    padding: 4px;
    margin: 0 auto;
}
a.teaserbox h3 {
    color: #9f8362;
    padding: 18px 12px 30px 12px;
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: url(../img/flower1.png) no-repeat center bottom;
}
/* RIGHT COLUMN */
#rightcol {
    float: right;
    width: 180px;
    padding: 0px 0px 15px 0px;
}
/* MAIN CONTENT */
#content {
    float: left;
    width: 742px;
    margin: 0px 0 0px 26px;
    padding: 0;
}
#contentfull {
    width: 948px;
    padding: 0;
    margin-bottom: 26px;
    background: #fff;
}
#contentfull p {
    padding: 0 0 0 24px;
    color: #666;
    line-height: 18px;
}
#contentfull p.p-head {
    color: #444;
    font-size: 12px;
}
#contentfull h1 { padding: 0 0 0 24px }
#contentfull select { margin: 0 0 0 24px }

.product-attr {
    margin:0;
    list-style:none;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
    display: table;
    width: 100%;
}
#productinfoimages {
    float: left;
    background-color: #fff;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin: 0px 10px 10px 0px;
}
#productinfoimages .main-image img { border: solid 2px #fff }

#productinfoimages li {
    list-style-type: none;
    min-height: 120px;
    min-width: 120px;
} /* min-height & min-width define for firefox */
#productinfo_desc,
#productinfo_media,
#productinfo_reviews { clear: both }
#productinfopricewithimages { float: left }
#productinfopricewithimages img { cursor: pointer }
#productinfopricewithoutimages { width: 100% }
#productinfopricewithoutimages img { cursor: pointer }
#productinfoprice { padding: 5px }
#productinfoprice .hrlightgrey {
    margin-top: 6px;
    margin-bottom: 6px;
}
#productinfoprice .productprice {
    margin: 0;
    padding: 0;
    font-size: 12px !important;
    font-weight: bold;
}
#productinfoprice .productOldPrice {
    color: #FF0000;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
}
#productinfoprice .taxandshippinginfo {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #999999;
}
#productinfoprice .taxandshippinginfo a {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #999999;
}

div.shopitem {
    margin: 0 0 0 12px;
    height: 200px;
}
div.shopitem.div3 { margin: 0 0 26px 0 }
div.shopitem img { margin: 0 0 12px 0 }
div.shopitem h2 {
    padding: 0 12px 0 12px !important;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Georgia, serif;
    letter-spacing: 0.5px;
}
div.shopitem h2 a {
    text-decoration: none;
    color: #9f8362;
}
div.shopitem h2 a:hover { text-decoration: underline }
div.shopitem p {
    padding: 12px 12px 0 12px !important;
    margin: 0;
    color: #555;
}
div.shopitem form {
    padding: 0 12px 0 12px !important;
    margin: 18px 0 0 0;
}
div.shopitem p.price {
    padding: 12px 12px 0 12px !important;
    font-weight: bold;
    font-size: 14px;
    color: #222;
}
div.shopitem p.taxandshippinginfo,
div.shopitem p.taxandshippinginfo a {
    font-size: 10px;
    color: #9f8362;
    padding-top: 0 !important;
}
div.shopitem p.stockimage img {
    margin: 0 0 0 -2px !important;
    border: 0;
}

.shopitem-small {
  border:1px solid #c7baa0;
  float:left;
  width:293px;
  margin:12px;
  padding:20px;
  border-radius:3px;
}
.shopitem-small .category-image-container {
  display:block;
  width:240px;
  height:200px;
  margin:0 0 20px 20px;
}
.shopitem-small img {
  width:240px;
}
.shopitem-small h3 a {
  font-family:"Times New Roman", Georgia, serif;
  font-style:italic;
  font-weight:normal;
  font-size:21px;
  text-decoration:none;
  color:#957b63;
}
.shopitem-small h3 a:hover {
  color:#8c2c14;
}
.shopitem-small span.price {
  line-height:2em;
  font-size:16px;
  color:#6b1100;
  font-weight:bold
}

div#productinfoimages {
    margin:0 0 12px 12px;
    padding:5px;
    background-color:#eee8e3;
}
div#productinfoimages img {
    width:240px;
}
img.zoom-in {
    position: absolute;
    right: 4px;
    top: 4px;
    margin: 0 !important;
    border: none !important;
}
div#productinfoprice {
    float: right;
    width: 420px;
}
div#productinfoprice.masterprice p.productprice {
    color: #222;
    line-height: 16px;
    font-size: 14px !important;
}
div#productmoreimages {
    background:#eee8e3;
    width:246px;
    margin:-2px -2px 0 0;
}
div#productmoreimages a.thickbox {
    display:block;
    background:#fff;
    overflow:hidden;
    width:80px;
    height:60px;
    float:left;
    margin:2px 2px 0 0;
}
div#productmoreimages img {
    vertical-align:center;
    width:80px;
    max-height:60px;
}
p.master-short-desc {
    padding: 6px 12px 12px 0 !important;
    color: #444;
    line-height: 18px;
    font-size: 11px;
}
table.itemlist {
    width: 400px;
    line-height: 14px;
    margin: 0 12px 0 0;
}
table.itemlist th {
    text-align: left;
    padding: 12px;
}
table.itemlist td {
    background: #eee8e3;
    padding: 2px 0 0 0;
}
table.itemlist p { margin: 0 }
table.itemlist p a {
    text-decoration: none;
    color: #333;
}
table.itemlist h2 a:hover { text-decoration: underline }
table.itemlist p.price {
    padding: 0 !important;
    color: #333;
}
table.itemlist p.taxandshippinginfo {
    padding: 0 !important;
    font-size: 10px;
    color: #888;
}
table.itemlist p.taxandshippinginfo a { color: #888 }
.addtobasketlisting { }
ul.tabNavigation { margin: 0 0 0 0 }
ul.tabNavigation li {
    float: left;
    list-style: none;
    margin: 0 3px 0 0;
}
ul.tabNavigation a {
    text-decoration: none;
    border: solid #e3d9cf;
    border-width: 1px 1px 0 1px;
    display: block;
    padding: 4px 12px 4px 12px;
    border-bottom: 0px solid #fff;
    font-family: Georgia, serif;
    font-size: 11px;
    font-weight: bold;
}
ul.tabNavigation.bigsize {
    margin: 0 0 0 12px;
    border-bottom: 1px solid #d5d0cc;
    height: 27px;
    width: 706px;
}
ul.tabNavigation.bigsize a {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #a18a6c;
}
ul.tabNavigation a.selected {
    color: #222;
    background: #eee8e3;
    border: solid #eee8e3;
    border-width: 1px 1px 0 1px;
}
ul.tabNavigation a:hover {
    color: #222;
    background: #eee8e3;
    border: solid #eee8e3;
    border-width: 1px 1px 0 1px;
}
#sizetable { margin: 0 0 0 0 }
div.tabs-product div {
    width: 680px;
    clear: both;
    margin: 0 0 0 12px;
    padding-top: 24px;
    color: #444;
}
div.tabs-product div p {
    line-height: 1.6em;
    padding-top: 0 !important;
}
ul.product_size li a {
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #a18a6c;
}
#tab-desc {
    font-size: 13px;
    line-height: 1.5em;
    padding: 0 10px 0 10px;
}
#tab-desc div { width: 600px }
#teaser_buy {
    background: url(../img/teaser_kauf.png);
    width: 180px;
    height: 280px;
    margin: 0 0 12px 0;
}
#teaser_buy a {
    width: 180px;
    height: 280px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
}
button.button-refresh-de,
button.button-refresh-en {
    display: block;
    float: left;
    width: 150px;
    height: 23px;
    background: url(../img/button-refresh.png);
    border: 0;
    text-indent: -999em;
    margin: 12px 12px 0 0;
}
button.button-refresh-de { background: url(../img/button-refresh.png) }
button.button-refresh-en { background: url(../img/button-refresh-en.png) }
button.button-login-de,
a.button-login-de,
button.button-login-en,
a.button-login-en {
    display: block;
    float: left;
    width: 150px;
    height: 23px;
    border: 0;
    text-indent: -999em;
    margin: 0 12px 0 0;
    overflow: hidden;
}
button.button-login-de,
a.button-login-de { background: url(../img/button-login.png) }
button.button-login-en,
a.button-login-en { background: url(../img/button-login-en.png) }
button.button-next-de,
button.button-next-en {
    display: block;
    float: left;
    width: 150px;
    height: 23px;
    border: 0;
    text-indent: -999em;
    margin: 0 12px 0 0;
}
button.button-next-de { background: url(../img/button-next.png) }
button.button-next-en { background: url(../img/button-next-en.png) }
button.button-save-de,
button.button-save-en {
    display: block;
    float: left;
    width: 150px;
    height: 23px;
    border: 0;
    text-indent: -999em;
    margin: 0 12px 0 0;
}
button.button-save-de { background: url(../img/button-save.png) }
button.button-save-en { background: url(../img/button-save-en.png) }
button.button-cart {
    width: 180px;
    height: 23px;
    background: url(../img/button-cart.png);
    border: 0;
    text-indent: -999em;
    margin: 0 12px 0 0;
}
button.button-confirm-de,
button.button-confirm-en {
    width: 180px;
    height: 23px;
    border: 0;
    text-indent: -999em;
    margin: 0 14px 0 0;
    float: right;
}
button.button-confirm-de { background: url(../img/button-confirm.png) }
button.button-confirm-en { background: url(../img/button-confirm-en.png) }
a.button-change-de,
a.button-change-en {
    display: block;
    float: left;
    width: 150px;
    height: 23px;
    border: 0;
    text-indent: -999em;
    margin: 0 12px 0 0;
    overflow: hidden;
}
a.button-change-de { background: url(../img/button-change.png) }
a.button-change-en { background: url(../img/button-change-en.png) }
a.button-delete-de,
a.button-delete-en {
    display: block;
    float: left;
    width: 150px;
    height: 23px;
    border: 0;
    text-indent: -999em;
    margin: 0 12px 0 0;
    overflow: hidden;
}
a.button-delete-de { background: url(../img/button-delete.png) }
a.button-delete-en { background: url(../img/button-delete-en.png) }
a.button-new-address-de,
a.button-new-address-en {
    display: block;
    float: left;
    width: 150px;
    height: 23px;
    border: 0;
    text-indent: -999em;
    margin: 0 12px 0 0;
    overflow: hidden;
}
a.button-new-address-de { background: url(../img/button-new-address.png) }
a.button-new-address-en { background: url(../img/button-new-address-en.png) }
a.button-new-bank-de,
a.button-new-bank-en {
    display: block;
    float: left;
    width: 180px;
    height: 23px;
    border: 0;
    text-indent: -999em;
    margin: 0 12px 0 0;
    overflow: hidden;
}
a.button-new-bank-de { background: url(../img/button-new-bank.png) }
a.button-new-bank-en { background: url(../img/button-new-bank-en.png) }
a.button-more-orders-de,
a.button-more-orders-en {
    display: block;
    float: left;
    width: 180px;
    height: 23px;
    border: 0;
    text-indent: -999em;
    margin: 0 12px 0 0;
    overflow: hidden;
}
a.button-more-orders-de { background: url(../img/button-more-orders.png) }
a.button-more-orders-en { background: url(../img/button-more-orders-en.png) }
a.button-continue-de,
a.button-continue-en {
    display: block;
    float: left;
    width: 150px;
    height: 23px;
    border: 0;
    text-indent: -999em;
    margin: 12px 12px 0 0;
    overflow: hidden;
}
a.button-continue-de { background: url(../img/button-continue.png) }
a.button-continue-en { background: url(../img/button-continue-en.png) }
a.button-gocart {
    display: block;
    float: left;
    width: 180px;
    height: 23px;
    background: url(../img/button-gocart.png);
    border: 0;
    text-indent: -999em;
    margin: 20px 12px 20px 0 !important;
    overflow: hidden;
}
a.button-gocart-de,
a.button-gocart-en {
    display: block;
    float: left;
    width: 180px;
    height: 23px;
    border: 0;
    text-indent: -999em;
    margin: 20px 12px 20px 0 !important;
    overflow: hidden;
}
a.button-gocart-de { background: url(../img/button-gocart.png) }
a.button-gocart-en { background: url(../img/button-gocart-en.png) }
a.button-previous-de,
a.button-previous-en {
    display: block;
    width: 150px;
    height: 23px;
    border: 0;
    text-indent: -999em;
    margin: 0 12px 12px 0;
    overflow: hidden;
}
a.button-previous-de { background: url(../img/button-previous.png) }
a.button-previous-en { background: url(../img/button-previous-en.png) }
a.button-checkout-de,
a.button-checkout-en {
    display: block;
    float: right;
    width: 150px;
    height: 23px;
    border: 0;
    text-indent: -999em;
    margin: 12px 12px 0 0;
    overflow: hidden;
}
a.button-checkout-de { background: url(../img/button-checkout.png) }
a.button-checkout-en { background: url(../img/button-checkout-en.png) }
button.button-send-de,
button.button-send-en {
    display: block;
    float: left;
    width: 180px;
    height: 23px;
    border: 0;
    text-indent: -999em;
    margin: 24px 12px 0 8px;
}
button.button-send-de { background: url(../img/button-send.png) }
button.button-send-en { background: url(../img/button-send-en.png) }
a.title-link {
    text-decoration: none;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}
a.title-link:hover { text-decoration: underline }
a.button-add {
    display: block;
    float: right;
    width: 24px;
    height: 16px;
    text-indent: -999em;
    background: url(../img/add2.png) no-repeat 8px 0;
    margin: 2px 16px 0 0;
    border-left: 1px dotted #666;
    overflow: hidden;
}
a.button-edit {
    border-left: 1px dotted #666;
    padding-left: 8px;
    margin-left: 6px;
}
a.button-edit img { margin-bottom: -2px }
p.cart-sum {
    display: block;
    width: 260px;
    float: right;
    clear: both;
    border-bottom: 1px solid #e1dacf;
    margin-right: 14px !important;
    padding: 6px 12px 6px 12px !important;
    text-align: right;
    color: #888;
}
p.cart-sum.final { color: #444 !important }
p.cart-sum span {
    float: right;
    display: block;
    width: 80px;
}
p.p-form { padding: 0 0 10px 12px !important }
p.p-head {
    font-weight: bold;
    text-transform: uppercase;
    color: #222 !important;
}
table tr td.right { text-align: right }
.form-checkbox {
    width: auto;
    margin: 0 8px 0 0;
}
.select-nomargin { margin: 0 !important }
.table-textarea {
    border: 1px solid #e1dacf;
    margin: 0 0 0 24px;
    width: 320px;
    height: 100px;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
    background-color: #eee8e3;
    width: 220px;
    margin: 0 24px 0 24px;
}
table.shippingblock tr td.header {
    background-color: #fff;
    border-bottom: 1px dotted #aaa;
    padding: 0 0 10px 0 !important;
}
table.shippingblock tr td { vertical-align: top }
table.shippingblock tr td.description {
    vertical-align: top;
    padding-left: 6px;
}
table.shippingblock tr td.radiobutton {
    vertical-align: top;
    white-space: nowrap;
    padding: 4px;
}
table.shippingblock tr td.radiobutton input {
    margin: 0;
    padding: 0;
}
table.shippingblock tr td.price {
    vertical-align: top;
    white-space: nowrap;
}
/* ORDER DETAILS */
table.tabledetails {
    background-color: #fff;
    border: 0;
    width: 728px;
}
table.tabledetails tr td { padding: 12px }
table.tabledetails tr.headerrow td {
    background-color: #eee8e3;
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 20px solid #fff;
    border-top: 10px solid #fff;
}
table.tabledetails tr.headerrow td.left { text-align: left }
table.tabledetails tr.headerrow td.center { text-align: center }
table.tabledetails tr.headerrow td.right { text-align: right }
/* ORDER DETAILS CONTENT ROW 1 */
table.tabledetails tr.contentrow1 td {
    background-color: #fff;
    vertical-align: top;
    border-bottom: 1px solid #e1dacf;
}
table.tabledetails tr.contentrow1 td.left { text-align: left }
table.tabledetails tr.contentrow1 td.center { text-align: center }
table.tabledetails tr.contentrow1 td.right { text-align: right }
/* ORDER DETAILS CONTENT ROW 2 */
table.tabledetails tr.contentrow2 td {
    background-color: #fff;
    vertical-align: top;
    border-bottom: 1px solid #e1dacf;
}
table.tabledetails tr.contentrow2 td.left { text-align: left }
table.tabledetails tr.contentrow2 td.center { text-align: center }
table.tabledetails tr.contentrow2 td.right { text-align: right }
/* ORDER DETAILS SUBTOTAL */
table.tabledetails tr td.subtotal {
    background-color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-family: Georgia, serif;
    text-align: right;
    border-top: 16px solid #fff;
    padding-bottom: 24px;
    border-bottom: 1px solid #e1dacf;
}

/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
    margin-bottom: 26px;
    height: 64px;
}
ul#checkoutnavigation li {
    height: 40px;
    line-height: 14px;
    list-style-type: none;
    float: left;
    width: 180px;
    margin-right: 12px;
    padding: 12px 24px 12px 24px;
}
ul#checkoutnavigation li.last { margin-right: 0 }
ul#checkoutnavigation li.active {
    background-color: #920;
    color: #eee8e3;
}
ul#checkoutnavigation li.active .number {
    font-size: 20px;
    font-weight: bold;
}
ul#checkoutnavigation li.active .title {
    font-size: 14px;
    font-weight: bold;
}
ul#checkoutnavigation li.active .description {
    font-size: 11px;
    display: block;
    margin: 12px 0 0 0;
}
ul#checkoutnavigation li.inactive {
    color: #9c948b;
    background-color: #eee8e3;
}
ul#checkoutnavigation li.inactive .number {
    font-size: 20px;
    font-weight: bold;
}
ul#checkoutnavigation li.inactive .title {
    font-size: 14px;
    font-weight: bold;
}
ul#checkoutnavigation li.inactive .description {
    font-size: 11px;
    display: block;
    margin: 12px 0 0 0;
}
button.login {
    display: block;
    height: 23px;
    width: 132px;
    border: 0;
    text-indent: -999em;
    padding: 0;
    background: transparent url(../img/button-login.png) no-repeat 0 0;
    margin: 18px 0 0 0;
}
button.cart-small {
    display: inline;
    height: 23px;
    width: 32px;
    border: 0;
    text-indent: -999em;
    padding: 0;
    background: transparent url(../img/button-cart-small.png) no-repeat 0 0;
    margin: 0;
}
/* PAYMENT */
#payment-methods {
    background: #eee;
    padding: 0 10px;
    float: left;
    width: 210px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#payment {
    margin: 0 0 0 0 !important;
    background: #fff;
    padding: 8px;
    text-align: center;
    border: solid #e3d9cf;
    border-width: 1px 1px 0 1px;
}
#payment img { margin: 0 4px 0 4px }
#payment p {
    margin: 0;
    padding: 0 0 12px 0;
    font-family: Georgia, serif;
    color: #64594a;
    letter-spacing: 1px;
    font-size: 13px;
    font-variant: small-caps;
}
div.payment-infos {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
div.payment-infos strong {
    font-weight: normal;
    color: #666;
}
div.payment-infos span.radio input {
    width: auto;
    margin-right: 8px;
}
div.payment-infos img { margin: 10px 0 0 20px }
div.payment-infos select { margin: 0 !important }
/* FOOTER */
#footer {
    height: 18px;
    margin: 0 0 12px 0;
    padding: 8px;
    text-align: center;
    font-size: 11px;
    color: #666;
    background: #111;
}
#footer a {
    color: #a49f95;
    text-decoration: underline;
    padding: 0 6px 0 6px;
}
#footer p {
    padding: 0;
    margin: 0;
    line-height: 18px;
}
/* xt:Commerce COPYRIGHT */
.copyright { display: none }
/* xt:Commerce ParseTime */
.parseTime {
    margin: 0 auto;
    background-color: #FFFFFF;
    text-align: center;
    color: #666666;
    font-size: 11px;
}

/* PRODUCTS Sorting */
p.products_sort {
    padding: 5px;
    background-color: #FFF2CC;
    border: solid #E9D28F 1px;
    margin-bottom: 8px;
}
.products_sort {
    height: 25px;
    padding: 5px;
    background-color: #FFF2CC;
    border: solid #E9D28F 1px;
    margin-bottom: 8px;
}
.products_sort form { float: left }
/*AGB*/
div#checkout_agb {
    height: 200px;
    width: 100%;
    overflow: auto;
    padding: 2px;
    border: solid #000000 1px;
    text-align: left;
}
div#checkout_rescission {
    height: 200px;
    width: 100%;
    overflow: auto;
    padding: 2px;
    border: solid #000000 1px;
    text-align: left;
}
/*Adthis*/
div.addthis_toolbox {
    float: right;
    margin: 0 -14px 0 0;
}
div.addthis_toolbox a.addthis_button_compact {
    padding-right: 10px;
    text-decoration: none;
    color: #999;
}
/*Client Feedback*/
#client-feedback {
    list-style: none;
    width: 750px;
}
#client-feedback li {
    display: block;
    width: 240px;
    height: 151px;
    float: left;
    margin: 20px 10px 10px 0;
    text-indent: -999em;
}
#client-feedback li.client-feedback1 { background: url(../img/client-feedback1.png) }
#client-feedback li.client-feedback2 { background: url(../img/client-feedback2.png) }
#client-feedback li.client-feedback3 { background: url(../img/client-feedback3.png) }
#client-feedback li.client-feedback4 { background: url(../img/client-feedback4.png) }
#client-feedback li.client-feedback5 { background: url(../img/client-feedback5.png) }
#client-feedback li.client-feedback6 { background: url(../img/client-feedback6.png) }
#client-feedback li.client-feedback7 { background: url(../img/client-feedback7.png) }
#client-feedback li.client-feedback8 { background: url(../img/client-feedback8.png) }

.info_warning {
    list-style:none;
    padding:10px;
}
