.select_wrapper.standard_dd {
  background: url('./images/dropdown.png');
  background-repeat: no-repeat;
}
.select_wrapper.medium_dd {
  background: url('./images/dropdown_medium.png');
}

.select_wrapper.short_dd {
  background: url('./images/dropdown_short.png');
}

img {
  border: 0px none;
}

#debug {
  float: left;
  width: 1080px;
}

a.button, span.button {
  margin: 0px;
  padding: 0px;
  width: 120px;
  border: 0px none;
  height: 20px;
  line-height: 20px;
  background-color: rgb(160,172,2);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.buttons a {
  text-transform: uppercase;
}

* {
  font-family: Arial, "Arial MT", Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
}


body, html {
  padding: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-image: url('./images/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-width: 1080px;
}

html {
  overflow-y: scroll;
}

#body_wrapper {
  width: 1080px;
  margin: auto;
}
#top {
  float: left;
  clear: both;
  width: 1080px;
  height: 113px;
  background-image: url('./images/background_neutral.png');
}

#logo {
  background-image: url('./images/basic.png');
  display: block;
  float: left;
  width: 93px;
  height: 93px;
  margin-left: 48px;
  margin-top: 10px;
}

#top_links {
  color: #FFFFFF;
  float: right;
  margin-right: 33px;
  margin-top: 10px;
}
#top_links a {
  color: #FFFFFF;
  text-decoration: none;
}
#change_language {
  background: none;
  border: 0px;
  padding: 0px;
  color: #FFFFFF;
}
#change_language option {
  color: #000000;
}
#spacer_top {
  float: left;
  clear: both;
  width: 1080px;
  height: 43px;
  background-image: url('./images/background_nav.png');
  margin-top: 7px;
}
#spacer_top .languages {
  width: 127px;
  height: 43px;
  float: left;
  margin-left: 60px;
  margin-right: 13px;
}
#spacer_top .languages a {
  float: left;
  margin-top: 12px;
}
#spacer_top .languages a#language_EN {
  margin-left: 10px;
}
#spacer_top .languages a img {
  float: left;
  width: 30px;
  height: 20px;
}
#spacer_top .mid_wrapper {
  margin: 0px;
  float: left;
  color: #FFFFFF;
  line-height: 43px;
  text-align: center;
  width: 480px;
  margin-left: 100px;
}

#spacer_top .mid {
  margin: 0px;
  float: left;
  color: #FFFFFF;
  line-height: 43px;
  text-align: center;
  width: 480px;
  height: 43px;
  position: relative;
}

#spacer_top .mid .mid_2_categories {
  float: left;
  text-align: left;
  width: 230px;
  overflow: visible;
  position: relative;
}
#spacer_top .mid .mid_2_categories.first {
  text-align: right;
  width: 228px;
}

#spacer_top .mid .mid_2_categories span.wrapper {
  text-align: left;
  position: relative;
  text-align: center;
}
#spacer_top .mid .mid_2_categories.first span.wrapper {
  text-align: right;
}
#spacer_top .mid .mid_2_placeholder {
  float: left;
  width: auto;
  text-align: center;
  font-weight: bold;
}
#spacer_top .mid2 {
  width: 80px;
  margin-left: 0px;
  line-height: 16px;
  margin-top: -40px;
  position: absolute;
  right: 0px;
}

#spacer_top .mid a {
  float: none;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  height: 43px;
  line-height: 43px;
}

#spacer_top .mid2 a {
  height: 16px;
  line-height: 16px;
  display: block;
  text-align: left;
}
#spacer_top .mid2 a * {
  line-height: 20px; 
}

#spacer_top .right {
  margin: 0px;
  float: right;
  width: 166px;
  overflow: hidden;
}
#spacer_bottom {
  float: left;
  clear: both;
  width: 1080px;
  height: 43px;
  margin-top: 7px;
  background-image: url('./images/spacer_bottom.png');
  background-repeat: repeat-all;
}
#footer {
  float: left;
  clear: both;
  width: 1080px;
  height: 27px;
  margin-top: 0px;
  background-color: rgb(154,163,2);
}
#footer .left {
  margin: 0px;
  float: left;
  color: #FFFFFF;
  line-height: 27px;
  margin-left: 33px;
  width: 360px;
}
#footer .mid {
  margin: 0px;
  float: left;
  color: #FFFFFF;
  line-height: 27px;
  text-align: center;
  width: 294px;
}
#footer .right {
  margin: 0px;
  float: right;
  color: #FFFFFF;
  margin-right: 33px;
  line-height: 27px;
  text-align: right;
  width: 360px;
}
#footer .right a {
  color: #FFFFFF;
  text-decoration: none;
}

#content {
  float: left;
  clear: both;
  background: #FFFFFF;
  min-height: 335px;
  width: 1080px;
}

#login {
  background-image: url('./images/banner_neutral.jpg');
  width: 1080px;
  height: 335px;
  float: left;
  clear: both;
}

#login_box {
  width: 340px;
  height: auto;
  margin-top: 74px;
  float: right;
  background: #FFFFFF;  
  border-color: #FFFFFF;
  border-bottom: 15px solid #FFFFFF;
}

#login_box h2 {
  width: auto;
  margin-left: 110px;
  text-align: left;
  color: rgb(0,32,78);
  margin-bottom: 5px;
}
h2 {
  padding: 0px;
  font-size: 18px;
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}
#login_box form {
  display: block;
  padding: 0px;
}
#login_box form div.row {
  float: left;
  clear: both;
  height: 20px;
  margin-top: 5px;
}
#login_box form input {
  display: block;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  width: 213px;
  padding: 0px;
  padding-left: 5px;
  height: 18px;
  line-height: 18px;
  border: 1px rgb(218,218,218) solid;
  background-color: #FFFFFF;
}
#login_box form input#submit_hidden {
}
#login_box form label {
  padding: 0px;
  float: left;
  display: block;
  width: 100px;
  text-align: left;
  font-size: 12px;
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
}
#login_box #forgot_password {
  float: left;
  display: block;
  width: 220px;
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  color: rgb(160,172,2);
  text-decoration: none;
}
#login_box #forgot_password:hover {
  text-decoration: underline;
}
#login_box #login_button {
  float: left;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 5px;
}

#login_box #IhateIE {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#IhateIE {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#impressum {
  margin-left: 33px;
  margin-right: 33px;
  margin-bottom: 40px;
  height: 285px;
}
#impressum h2 {
  margin-left: 0px;
}
#impressum p {
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#impressum p a {
  font-weight: bold;
  text-decoration: underline;
  color: rgb(0,32,78);
}
#impressum p a:hover {
  text-decoration: none;
}
#shop {
  float: left;
  margin-bottom: 33px;
}
#shop .product {
  float: left;
  width: 490px;
  height: 194px;
  border: 1px rgb(218,218,218) solid;
  margin-left: 32px;
  margin-top: 33px;
  padding-bottom: 5px;
}
#shop .product.empty {
  border-color: #FFFFFF;
}

#shop .right {
  position: relative;
}
#shop .product a.button.shop_order_express {
  position: absolute;
  bottom: 40px;
  right: 0px;  
}
#shop .product a.button {
  color: #FFFFFF;
  font-size: 14px;
  float: right;
  text-align: center;
  width: 130px;
  height: 30px;
  line-height: 30px;
  margin-top: 40px;
}
#shop .product a.button span {
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
#shop .product a.button img {
  text-align: center;
  margin-left: 0px;
}

#shop .product h2 {
  float: left;
  margin: 0px;
  margin-top: 10px;
  font-size: 18px;
}

#shop .product h2 a {
  color: inherit;
  text-decoration: none;
  margin: 0px;
  font-size: 16px;
}
#shop .product img.shop_image {
  margin-left: 40px;
  margin-top: 10px;
  float: left;
  display: block;
  border: 0px none;
}

#shop .product div.right {
  float: right;
  width: 260px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: visible;
}
#shop .product div.short_description {
  margin-top: 5px;
  width: 250px;
  height: auto;
  float: right;
  display: block;
  margin-right: 10px;
  font-size: 12px;
  line-height: 17px;
}
#shop .product div.product_price {
  margin-top: 0px;
  margin-bottom: 10px;
  width: 250px;
  height: 18px;
  float: right;
  display: block;
  margin-right: 10px;
  font-size: 12px;
  line-height: 18px;
}
#login_error {
  color: #CC0000;
  font-weight: bold;
  margin-top: 15px;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -5px;
  float: left;
  clear: both;
  text-align: center;
  width: 420px;
  font-size: 11px;
}
#product_overlay .left div#product_error {
  width: 100%;
  line-height: 15px;
  height: 15px;
  color: #CC0000;  
  margin: 0px;
  text-align: center;  
  position: relative;
  float: left;
  margin-bottom: 20px;
  display: none;
  
}
#product_overlay .right .options {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#product_overlay .right .options .sizes_row #sizes_wrapper {
  height: auto;
  width: 260px;
  float: right;
  margin-bottom: 5px;
}
#product_overlay .right .options .options_row {
  margin-bottom: 4px;
}
#product_overlay .right .options .row_colour {
  margin-bottom: 0px;
}
#product_overlay .right .options .sizes_row {
  height: auto;
  margin-bottom: 0;
}
#product_overlay .right .sizes {
  float: left;
  clear: none;
  width: 37px;
  height: auto;
  margin-bottom: 2px;
}
#product_overlay .right .sizes label {
  float: left;
  clear: both;
  width: 24px;
  text-align: center;  
  padding: 0px;
  margin: 0px;
  margin-left: 3px;  
}
#product_overlay .right .sizes label.express {
  width: 26px;
}
#product_overlay .right .sizes label.express.yellow {
  background-color: rgb(244,204,46);
}
#product_overlay .right .sizes label.express.default {
  background-color: inherit;
}

#product_overlay .right .sizes label.express.red {
  background-color: rgb(255,70,40);
}
#product_overlay .right .sizes label.express.green {
  background-color: rgb(153,204,0);
}

#product_overlay .right .sizes input {
  float: left;
  clear: both;
  width: auto;
  width: 24px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  margin-left: 3px;  
  border: 1px #999999 solid;
}
#product_overlay .right .sizes.extra_long {
  width: 64px;
}
#product_overlay .right .sizes.extra_long label {
  width: 51px;
}
#product_overlay .right .sizes.extra_long input {
  width: 51px;
}

.colours {
  float: left;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  height: 30px;
}
.colours a {
  float: left;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px rgb(218,218,218) solid;
  margin-left: 1px;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-top: 1px;
}
.colours div.colour_selector {
  float: left;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px rgb(218,218,218) solid;
  margin-left: 1px;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-top: 1px;
}
.colours.small {
  width: 120px;
  margin-right: 0px;
  position: absolute;
  bottom: 0px;
  margin: 0px;
  height: auto;
}
.colours.small a {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-bottom: 4px;
}
.colours.small div.colour_selector {
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
}
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('./images/trans.png');
  background-repeat: repeat-all;
  display: none;
  z-index: 500;
}
#overlay #overlay_wrapper {
  margin: auto;
  background: #FFFFFF;
  width: 600px;
  height: auto;
  margin-top: 120px;
  position: relative;
}
#overlay #overlay_content {
  width: 100%;
  height: 100%;
  float: left;
  background: #FFFFFF; 
  padding-bottom: 10px;
}

#product_overlay {
  float: left;
  width: 700px;
  overflow: hidden;
  border: 1px rgb(218,218,218) solid;
  margin-left: 10px;
  margin-top: 10px;  
}
#product_overlay h2 {
  margin-top: 13px;
  margin-left: 0px;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0px;
}
#product_overlay .left {
  float: left;
  margin-left: 10px;
  width: 300px;
  position: relative;
}
#product_overlay .right {
  float: right;
  width: 370px;
  margin-top: 10px;
  margin-right: 11px;  
  overflow: hidden;
}
#product_overlay .right div {
  float: left;
  height: 23px;
  line-height: 20px;
  margin-bottom: 5px;
  overflow: visible;
}
#product_overlay .right div label {
  height: 20px;
  line-height: 20px;
  display: block;
  float: left;
  width: 110px;
  font-size: 13px;
}
#product_overlay .right div label span {
}
#product_overlay .right div label span.oblig {
}

#product_overlay .right div input {
  float: left;
  border: 1px #999999 solid;
  margin: 0px;
  padding: 0px;
  padding-left: 9px;
  width: 237px;
  height: 18px;
  line-height: 18px;
  font-size: 13px;
  margin-left: 3px;
}
#product_overlay .right div select#title {
  width: 85px;
}
#product_overlay .right div select#title.no_select {
  color: #999999;
}
#product_overlay .right div input#firstname, #product_overlay .right div input#lastname {
  width: 74px;
  margin-left: 5px;
  color: #999999;
}
#product_overlay .right div input#firstname.filled, #product_overlay .right div input#lastname.filled {

  color: inherit;
}
#product_overlay .right div #change_single_names {
  float: left;
  display: block;
  width: 90px;
  height: 20px;
  line-height: 20px;
  margin-left: 0px;
  text-decoration: none;
  text-align: center;
  color: rgb(160,172,2);
  font-weight: bold;
  text-transform: uppercase; 
}
#product_overlay .right div #change_single_names.hide {
  display: none;
} 
#product_overlay .right div .select_wrapper {
  width: 248px;
  height: 20px;
  overflow: hidden;
  margin-left: 3px;
  margin-bottom: 0px;
}
#product_overlay .right div .select_wrapper.short {
  width: 158px;
}
#product_overlay .right div .select_wrapper.short select {
  width: 175px;
}
#product_overlay .right div .select_wrapper.title {
  width: 68px;
}
#product_overlay .right div select {
  float: left;
  border: 0px none;
  margin: 0px;
  padding: 0px;
  width: 265px;
  height: 20px;
  line-height: 18px;
  font-size: 13px;
  padding-left: 5px;
  background: transparent;
}
#product_overlay .right div select.empty {
  margin-left: 110px;
  display: none;
}

.product_full_description {
  line-height: 23px;
  height: auto;
  font-size: 15px;
  margin-bottom: 36px;
}
.product_full_description.high_margin {
  margin-top: 0px;
}

.product_full_description * {
  font-size: 15px;
}

#product_overlay .button {
  color: #FFFFFF;
  font-size: 14px;
  float: left;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: 0px;
  background-repeat: no-repeat;
}

#product_overlay .button#product_back {
  width: 130px;
}
#product_overlay .button#product_add_cart {
  margin-left: 20px;
  width: 210px;
}
#product_overlay .button#product_back.change_product {
  width: 110px;
}
#product_overlay .button#product_add_cart.change_product {
  width: 230px;
}

#product_overlay div#product_buttons {
  float: left;
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 0px;
}
#product_overlay .button.product_pdf {
  margin: 0px;
  padding: 0px;
  right: 0px;
  margin-top: -39px;
  float: left;
  z-index: 1000;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
  padding-right: 5px;
  text-transform: none;
}
#product_overlay .button.product_pdf#product_pdf {
  width: auto;
  margin-right: 10px;
}

.close_button {
  height: 30px;
  display: block;
  position: absolute;
  line-height: 30px;
  width: 30px;
  background-color: rgb(160,172,2);
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin-left: 681px;
  margin-top: 11px;
  font-size: 18px;
  z-index: 1999;
}

.hide {
  display: none;
}

#head_logout {
  float: right;
  height: 28px;
  margin-right: 0px;
  margin-top: 8px;  
  background-image: url('./images/slice_logout_new.png');
  background-repeat: no-repeat;
  background-position: right;
}

#head_logout span {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  width: 133px;
  margin-top: 4px;
  padding-left: 10px;
  text-transform: uppercase;
}

#head_cart {
  float: right;
  clear: both;  
  height: 33px;
  margin-right: 2px;
  margin-top: 17px;
  background-image: url('./images/slice_cart_new.png');
  background-repeat: no-repeat;
  background-position: right;
}
#head_cart span#head_cart_span {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  width: 131px;
  margin-top: 1px;
  padding-left: 10px;
  text-transform: uppercase;
}
#your_cart {
  float: left;
  clear: both;
}

#your_cart .left {
  float: left;
  border: 1px rgb(218,218,218) solid;
  margin-left: 32px;
  margin-top: 33px;
  margin-bottom: 33px;
  width: 1014px;
}
#your_cart .left h2 {
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
  margin-top: 20px;
  line-height: 16px;
}
#your_cart .left h2.smaller {
  font-size: 16px;
  height: 18px;
}
#your_cart .left h2.smaller.req_01 {
  clear: none;
  width: 385px;
  overflow: hidden;
}
#your_cart .left h2.smaller.req_02 {
  clear: none;
  margin-left: 0px;
}

#your_cart .left .cart_row {
  float: left;
  clear: both;
  width: 1014px;
  padding-top: 10px;
  border-bottom: 1px rgb(218,218,218) solid;
}
#your_cart .left .cart_row.no_clearance {
  margin-bottom: 10px;
  border-bottom: 0px none;
  margin-left: 10px;
}

#your_cart .left .cart_row.header {
  background-color: rgb(218,218,218); 
  margin-top: 20px;
  padding-top: 0px;
  height: 33px;
  line-height: 33px;
  border-top: 0px none;
}
#your_cart .left .cart_row.message {
  display: none;
}
#your_cart .left .cart_row.message div.message_box {
  margin-left: 20px;
}
#your_cart .left .cart_row.message div.message_box #cart_comment {
  width: 398px;
  margin-bottom: 10px;
}
#your_cart .left .cart_row.message span.headline {
  float: none;
  margin: 0px;
  color: #A0AC02;
  font-weight: bold;
  padding-bottom: 5px;
  display: inline-block;  
}
#your_cart .left .cart_row.footer {
  margin: 0px;
  margin-top: 20px;
  min-height: 33px;
  padding: 0px;
  padding-bottom: 10px;
  line-height: 33px;
  border-top: 0px none;
}
#your_cart .left .footer .footer_left {
  float: left;
  min-height: 33px;
  line-height: 16px;
  height: auto;
  width: 385px;
  margin-left: 20px;
  margin-top: 0px;
}
#your_cart .left .cart_row.footer div span.headline {
  float: none;
  margin: 0px;
  color: #A0AC02;
  font-weight: bold;
  padding-bottom: 5px;
  display: inline-block;
}
#your_cart .left .footer .footer_mid {
  float: left;
  min-height: 33px;
  line-height: 16px;
  height: auto;
  width: 375px;
}
#your_cart .left .footer .footer_right {
  float: left;
  min-height: 33px;
  width: 214px;
}

#your_cart .left .cart_row.footer2 {
  background-color: rgb(218,218,218);
  height: 33px;
  padding: 0px; 
}

#your_cart .left .cart_row.footer .footer_right div {
  float: left;
  width: 214px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  padding-left: 5px;
}
#your_cart .left .cart_row.footer div span {
  float: right;
  margin-right: 5px;
}
#your_cart .left .cart_row.footer div#total_price {
  border-top: solid 1px #000000;
  margin-top: 5px;
}
#your_cart .left .cart_row.footer div#vat_free {
  font-size: 10px;
  color: #666666;
  width: 218px;
  margin-left: -2px;
}
#your_cart .left .cart_row.footer div#vat_free span {
  font-size: 10px;
  margin-right: 20px;
}
#your_cart .left .cart_row.footer div#vat {
  font-size: 11px;
}
#your_cart .left .cart_row.footer div#total_with_vat {
  border-bottom: double 3px #000000;
  border-top: solid 1px #000000;
  height: 23px;
  line-height: 23px;
}
#your_cart .left .cart_row.footer div#total_with_vat span {
  margin-top: 0px;
}
#your_cart .left .cart_row.footer div#delivery_cost {
  margin-left: -2px;
  margin-bottom: 10px;
  font-size: 11px;
}
#your_cart .left .cart_row .element {
  float: left;
  overflow: hidden;
}

#your_cart .left .cart_row.header .element {
  font-weight: bold;
  color: rgb(154,163,2);
}

#your_cart .left .cart_row .element.cart_product {
  width: 170px;
  margin-right: 10px;
  overflow: visible;
  text-align: center;
}
#your_cart .left .cart_row .element.cart_product .product_image {
  margin-top: -5px;
}
#your_cart .left .cart_row .element.cart_description {
  width: 205px;
  margin-left: 20px;
}
#your_cart .left .cart_row .element .buttons {
  margin-bottom: 10px;
  width: 400px;
  text-align: left;
  margin-top: 8px;
  margin-left: 0px;
  float: left;
}
#your_cart .left .cart_row .element .buttons a {
  color: rgb(160,172,2);
  text-decoration: none;
  margin-right: 20px;
  font-weight: bold;
}

#your_cart .left .cart_row .element.cart_product span {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 0px;
}
#your_cart .left .cart_row .element.cart_size {
  text-align: left;
  width: 60px;
}
#your_cart .left .cart_row .element.cart_amount {
  text-align: right;
  width: 67px;
}
#your_cart .left .cart_row .element.cart_ennobl {
  width: 152px;
}
#your_cart .left .cart_row .element.cart_colour {
  width: 100px;
}
#your_cart .left .cart_row.header .element.cart_address {
  font-size: 12px;
}
#your_cart .left .cart_row .element.cart_address p {
  font-weight: normal;
  font-size: 11px;
}

#your_cart .left .cart_row .element.cart_address .alternate_address_div {
  margin-top: 15px;
  margin-bottom: 5px;
  height: 12px;
  padding-top: 2px;
}
#your_cart .left .cart_row .element.cart_address .alternate_address_div input {
  margin: 0px;
  padding: 0px;
  height: 12px;
  width: 12px;
  line-height: 12px;
  background: none;
  background-color: #FFFFFF;
  border: 1px black solid;
  float: left;
}
#your_cart .left .cart_row .element.cart_address .alternate_address_div a {
  margin: 0px;
  padding: 0px;
  height: 12px;
  line-height: 12px;
  font-size: 11px;
  float: left;
  margin-left: 5px;
}

#your_cart .left .cart_row .element.cart_price {
  width: 100px;
  text-align: right;
}
#your_cart .left .cart_row .element.cart_price_total {
  width: 110px;
  text-align: right;
}

#your_cart .left .cart_row .element.cart_table {
  width: auto;
  float: left;
  overflow: visible; 
}
#your_cart .left .cart_row .element.cart_table .cart_table_element {
  width: auto;
  float: left;
  clear: both;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
#your_cart .left .cart_row .element.cart_table .cart_table_element.single_names {
  margin-top: 28px;
}
#your_cart .left .cart_row .element.cart_table .cart_table_element.single_names.less_space {
  margin-top: 12px;
}
#your_cart .left .cart_row .element.cart_table .cart_table_element.single_names .cart_single_names {
  width: 213px;
  margin-left: -153px;
}
#your_cart .left .cart_row .element.cart_table .cart_table_element.single_names .cart_single_names span {
  clear: both;
  float: left;
}
#your_cart .left .cart_row .element.cart_table .cart_table_element.single_names .cart_single_names a {
  color: rgb(160,172,2);
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  clear: both;
}
#your_cart .left .cart_row .element.cart_table .cart_table_element.total .element {
  border-top: 1px #CCCCCC solid;
}
#your_cart .left .cart_row .element.cart_table .cart_table_element.total .cart_size {
  border-top: 0px none;
}
#your_cart .left .cart_row .element.cart_table .cart_table_element.total .cart_amount {
  margin-left: 23px;
  width: 44px;
  overflow: visible;
}
#cart_buttons {
  float: right;
  clear: both;
  width: 100%;
  height: 50px;
}
#cart_buttons span b {
  font-size: 16px;
}
#cart_buttons .button {
  height: 30px;
  line-height: 30px;
  float: left;
  margin-top: 10px;
  width: 220px;
}

#cart_buttons span#order_comment {
  width: 140px;
  float: left;
  display: block;
}
#cart_buttons a#order_comment {
  width: 120px;
  float: left;
  margin-top: 10px;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
  color: rgb(160,172,2);
  font-weight: bold;
  margin-right: 0px;
  margin-left: 20px;
  text-transform: uppercase;  
}

#cart_buttons a#clearance_comment {
  width: 300px;
  float: left;
  margin-top: 10px;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
  color: rgb(160,172,2);
  font-weight: bold;
  margin-right: 0px;
  margin-left: 20px;
  text-transform: uppercase;  
}

#cart_buttons .button#clearance_delay {
  margin-left: 20px;
}

#cart_buttons .button#checkout {
  margin-left: 20px;
  width: 240px;
}
#cart_buttons .button#close_cart {
  width: 200px;
}

img.white_arrow {
  margin-right: 5px;
  background-image: url('./images/arrow_white_new.png');

}
img.green_arrow {
  background-image: url('./images/arrow_green.jpg');
  margin-right: 5px;
}
img.green_arrow_trans {
  background-image: url('./images/arrow_green_new.png');
  margin-right: 5px;
}
img.black_arrow {
  margin-right: 5px;
}

#overlay_messagebox {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('./images/trans.png');
  background-repeat: repeat-all;
  display: none;
  z-index: 2000;
}
#overlay_messagebox #overlay_wrapper_messagebox {
  margin: auto;
  background: #FFFFFF;
  width: 502px;
  height: 162px;
  margin-top: 120px;
}
#overlay_messagebox #overlay_content_messagebox {
  width: 480px;
  height: 140px;
  border: 1px #CCCCCC solid;
  margin-left: 10px;
  margin-top: 10px;
  float: left;
  vertical-align: middle; 
}

#overlay_messagebox #overlay_content_messagebox p {
  width: 100%;
  height: 50px;
  margin-top: 50px;
  margin-left: 20px;
  display: block;
  float: left;
  font-size: 12px;
}
#overlay_messagebox .close_button {
  margin-top: 11px;
  margin-left: 461px;
}


#overlay_pdf {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('./images/trans.png');
  background-repeat: repeat-all;
  display: none;
  z-index: 2000;
}
#overlay_pdf #overlay_wrapper_pdf {
  margin: auto;
  background: #FFFFFF;
  width: 1080px;
  margin-top: 20px;
}
#overlay_pdf #overlay_pdf_content {
  width: 1058px;
  float: left;
  margin: 10px;
  border: 1px #CCCCCC solid; 
}
#overlay_pdf a.close_button#close_pdf {
  margin-top: 11px;
  margin-left: 1039px;
}
#pdf_viewer {
  margin: 30px;
}

.left #product_price {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

#product_overlay .right div.obligatory_info {
  margin-top: 0px;
  margin-bottom: 0px;
}
.obligatory_info span {
}
.id_wrapper {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.id_wrapper .obligatory {
  float: left;
  clear: both;
  margin-top: 10px;
  margin-left: 20px;
  color: #999999;
}
.id_wrapper .buttons {
  float: left;
  clear: both;
  margin-left: 100px;
  margin-top: 0px;
}
.id_wrapper .buttons .button {
  float: left;
  margin: 10px;
  margin-bottom: 0px;
  height: 30px;
  line-height: 30px;
}
.id_wrapper #id_wrapper_text {
  display: block;
  float: left;
  font-size: 14px;
  margin: 0px;
  margin-left: 20px;
  line-height: 20px;
  margin-top: 5px;
  height: 20px;
  font-weight: bold;
}
.id_wrapper a.add_row {
  position: absolute;
  width: 24px;
  height: 20px;
  line-height: 20px;
  margin-left: 416px;
  text-align: center;
  color: #FFFFFF;
  background-color: rgb(160,172,2);
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  display: block;
}
.id_wrapper textarea#comment {
  float: left;
  clear: both;
  padding: 10px;
  margin: 20px;
  margin-top: 15px;
  margin-bottom: 0px;
  border: 1px #CCCCCC solid;
  width: 418px;
  height: 173px;
}

.id_wrapper .close_button {
  margin-top: 0px;
  margin-left: 450px;
}

.aa_span {
  text-decoration: none;
  color: #000000;
  margin-left: 5px;
}
.id_wrapper #aa_error {
  text-align: center;
  width: 100%;
  color: #CC0000;
  float: left;
  clear: both;
  margin-top: 20px;
  display: none;
}
.id_wrapper .row {
  float: left;
  clear: both;
  height: 20px;
  margin-left: 20px;
  margin-top: 20px;
}
.id_wrapper .row.hidden {
  display: none;
}

.id_wrapper .row input {
  float: left;
  height: 20px;
  border: 1px #999999 solid;
  padding-left: 5px;
  padding-right: 5px;
  height: 16px;
  line-height: 16px;
  width: 428px;
  color: #999999;
}
.id_wrapper .row input.short {
  width: 164px;
  margin-left: 10px;
}
.id_wrapper .row input.filled {
  color: #000000;
}

.id_wrapper .row .select_wrapper.short select {
  width: 85px;
  border: 0px none;
  margin: 0px;
  padding-left: 5px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  background: none;
}
.id_wrapper .row .select_wrapper.short select.no_select {
  color: #999999;
}
.id_wrapper .row .select_wrapper.short {
  width: 68px;
  overflow: hidden;
  float: left;
}


.id_wrapper .row input#aa_zip {
  width: 68px;
  margin-left: 10px;
}
.id_wrapper .row input#aa_city {
  width: 260px;
  margin-left: 10px;
}

#price_single {
  float: right;
  text-align: right;
  margin-top: -23px;
  margin-right: 10px;
}
#price_single_poa {
  float: right;
  text-align: left;
  margin-top: -23px;
  margin-right: 10px;
}
#price_single_poa #price_indication {
  text-align: left;
  margin: 0px;
}
#price_single_poa #price_single {
  text-align: left;
  margin: 0px;
  float: none;
}
#price_single_poa img {
  background-image: url('./images/info.png');
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
  float: right;
  margin-left: 8px;
  border: 0px none;
  margin-top: 2px;
}

#body_cart_span {
  margin-left: 18px;
  margin-top: 2px;
  float: left;
  clear: both;
  font-weight: bold;
}

#privacylegal {
  margin-left: 33px;
  margin-right: 33px;
}

#privacylegal h2 {
  margin-left: 0px;
}
#privacylegal p {
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#privacylegal ul {
  padding: 0px;
  margin: 0px;
  margin-left: 12px;
}
#privacylegal ul li {
  margin: 0px;
  padding: 0px;
  margin-bottom: 16px;
}

#contact {
  margin-left: 171px;
  margin-right: 171px;
  margin-top: 35px;
  height: 300px;
}
#contact .left {
  float: left;
  width: 250px;
  margin-left: 0px;
  margin-top: 16px;
}
#contact .left .text {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
#contact .left .text#headline {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
#contact .left .text#phone {
  padding-left: 40px;
  background-image: url('./images/contact_phone.png');
  background-repeat: no-repeat;
  height: 37px;
  line-height: 37px;
}

#contact .left .text#company {
  padding-left: 40px;
  background-image: url('./images/contact_company.png');
  background-repeat: no-repeat;
}

#contact .left .text#email {
  padding-left: 40px;
  background-image: url('./images/contact_email.png');
  background-repeat: no-repeat;
  height: 37px;
  line-height: 37px;
}

#contact .right {
  float: right;
  width: 461px;
  height: 252px;
  background-image: url('./images/contact_background.png');
  background-color: rgb(154,163,2);
  margin-bottom: 20px;
}

#checkout_confirm {
  margin: 10px;
  border: 1px rgb(218,218,218) solid;
  width: 459px;
  height: 140px;
  float: left;
  padding-left: 20px;
  position: relative;     
}

#checkout_confirm .close_button {
  margin-left: 0px;
  right: 0px;
  margin-top: 0px;
}
#checkout_confirm input {
  float: left;
  margin: 0px;
  padding: 0px;
  line-height: 18px;
  margin-right: 5px;
  margin-top: 0px;
}
#checkout_confirm label {
  float: left;
  height: 14px;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}

#checkout_confirm #order_confirm_accept_wrapper {
  float: left;
  clear: both;
  margin-left: 45px;
  margin-bottom: 4px;
  margin-top: 46px;
  width: 360px;
}
#checkout_confirm #order_confirm_accept_wrapper_payment {
  margin-top: 20px;
  margin-bottom: 0px;
}
#checkout_confirm #clearance_confirm_accept_wrapper {
  margin-top: 37px;
  margin-bottom: -3px;
  padding-left: 110px;
}
#checkout_confirm #order_confirm_custom_price_special {
  text-align: center;
  margin-top: 37px;
  margin-bottom: -3px;
}

#checkout_confirm #order_confirm_text {
  float: left;
  clear: both;
  margin-top: 20px;
  margin-left: 20px;
}

#checkout_confirm #order_confirm_buttons {
  float: right;
  clear: both;
  margin-top: 0px;
  margin-right: 109px;
}
#checkout_confirm #order_confirm_buttons.order_confirm_buttons_clearance {
  margin-right: 49px;
}
#checkout_confirm #order_confirm_buttons a {
  height: 30px;
  line-height: 30px;
  float: left;  
  margin-left: 20px;
  width: 120px;
}
#checkout_confirm #order_confirm_buttons a#order_now_clearance {
  width: 240px;
}

#category_women {
  float: left;
  display: block;
  width: 131px;
  height: 300px;
  margin-top: 20px;
  background-image: url('./images/category_women.png');
}

#home_category_links {
  float: left;
  clear: both;
  margin-left: 220px;
}

#home.textiles #home_category_links {
  margin-left: 264px;
}

#category_men {
  float: left;
  display: block;
  width: 151px;
  height: 320px;
  margin-left: 286px;
  background-image: url('./images/category_men.png');
}

#home_category_headline {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

#order_confirm_error {
  width: 440px;
  text-align: center;
  display: block;
  float: left;
  clear: both;
  height: 26px;
  color: #CC0000;
  visibility: hidden;
  margin-bottom: 10px;
}

#comment_wrapper {
  border: 1px rgb(218,218,218) solid;
  width: 480px;
  height: 285px;
  margin: 10px;
}

#alternate_address_wrapper {
  border: 1px rgb(218,218,218) solid;
  width: 480px;
  margin: 10px;
  height: auto;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

#budget_wrapper {
  border: 1px rgb(218,218,218) solid;
  width: 480px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
#budget_wrapper .row {
  float: left;
  margin-left: 0px;
  clear: both;
  width: 480px;
}
#budget_wrapper .row.account {
  margin-top: 20px;
}
#budget_wrapper .row.available .element.left, #budget_wrapper .row.available .element.center {
  border-top: 1px #000000 solid;
}
#budget_wrapper .row.total {
  margin-top: 10px;
}

#budget_wrapper .row .element {
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  padding-left: 2px;
}

#budget_wrapper .row .element.left {
  float: left;
  width: 100px;
  margin-left: 105px;
}
#budget_wrapper .row .element.center {
  float: left;
  width: 170px;
  text-align: right;
  margin-left: 0px;
  overflow: visible;
}
#budget_wrapper .row .element.right {
  float: left;
  width: 80px;
  text-align: right;
  margin-left: 0px;
}
#budget_wrapper .row .element.none {
  color: #CC0000;
}
#budget_wrapper .row.date {
  margin-left: -2px;
  margin-bottom: 20px;
  line-height: 14px
}

#budget_wrapper .row.date .element {
  font-size: 12px;
  line-height: 14px
}

#budget_wrapper .buttons {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
#budget_wrapper .buttons .button {
  float: left;
  height: 30px;
  line-height: 30px;
}
#budget_wrapper .buttons .button#budget_ok {
  margin-left: 180px;
}
#budget_wrapper .buttons .button#budget_abort {
  width: 180px;
  margin-left: 20px;
}
#budget_wrapper .buttons .button#budget_abort.center {
  width: 180px;
  margin-left: 150px;
}
#budget_wrapper .buttons .button#budget_commence {
  margin-left: 20px;
  width: 240px;
}

#budget_wrapper .error {
  text-align: center;
  margin-bottom: 20px;
  color: #CC0000;
}

#budget_wrapper .close_button {
  margin-top: 0px;
  margin-left: 450px;
}

#user_name_arrow {
  float: left;
  margin-left: 0px;
  margin-top: 17px;
}

#spacer_top #head_budget {
  float: left;
  margin-left: 0px;
  height: 16px;
  line-height: 16px;
  margin-top: 5px;
}

#spacer_top #head_budget span {
  display: block;
  float: left;
  clear: both;
  font-size: 12px;
  height: inherit;
  line-height: inherit;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
}
#spacer_top div#user_wrapper {
  float: left;
}
#spacer_top #top_user_name {
  color: #FFFFFF;
  padding-left: 11px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 2px;
  margin-top: 3px;
  float: left;  
}
#spacer_top #head_user {
  float: left;
  clear: both;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.global_alternate_address_div {
  float: left;
  margin-top: 17px;
  margin-left: 60px;
  margin-bottom: 5px;
  height: 15px;
  line-height: 15px;
  width: 334px;
  display: inline-block;
}

.global_alternate_address_div a {
  text-decoration: none;
  color: rgb(160,172,2);
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  display: inline-block;
  line-height: 16px;
  height: 15px;
  margin: 0px;
  margin-left: 5px;
  margin-top: 0px;
}


div.checkbox_wrapper {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px;
  padding: 0px;
  background-image: url('./images/checkbox_unchecked.png');
  background-repeat: no-repeat;
  background-color: rgb(160,172,2);
  float: left;
}
div.checkbox_wrapper.checked {
  background-image: url('./images/checkbox_checked.png');
}

div.checkbox_wrapper * {
  display: none;
}

#home {
  background-image: url('./images/home_background.jpg');
  background-repeat: repeat-x;
  height: 396px;
  overflow: hidden;
  position: relative;
}

#overlay_single_name {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('./images/trans.png');
  background-repeat: repeat-all;
  display: none;
  z-index: 505;
}
#overlay_single_name #overlay_wrapper_single_name {
  margin: auto;
  background: #FFFFFF;
  width: 400px;
  height: auto;
  margin-top: 120px;
  position: relative;
}
#overlay_single_name #overlay_wrapper_single_name .close_button {
  margin-left: 359px;
}
#overlay_single_name #overlay_wrapper_single_name #overlay_single_name_content {
  width: 100%;
  height: 100%;
  float: left;
  background: #FFFFFF;
}
#overlay_single_name #single_names_editor {
  margin: 10px;
  border: 1px rgb(218,218,218) solid;
  float: left;
  width: 378px;
}
#overlay_single_name #single_names_editor #single_names_headline {
  margin-left: 20px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 15px;
  height: 15px;
  font-weight: bold;

}
#single_names_table {
  margin-top: 10px;
  margin-left: 20px;
  float: left;
  height: auto;
  max-height: 353px;
  border-top: 1px #999999 solid;
  border-bottom: 1px #999999 solid;
  border-left: 1px #999999 solid;
  border-right: 1px #999999 solid;
}

#single_names_table .row {
  float: left;
  clear: both;
  border-top: 1px #999999 solid;
}
#single_names_table .row.top {
  border-top: 0px none;
}

#single_names_table .row.top .left {
  border-right: 0px none;
}
#single_names_table .row.top .right {
  padding-left: 8px;
  width: 227px;
  line-height: 18px;
  padding-top: 5px;
  height: auto;
  min-height: 90px;
  border-left: 1px #999999 solid;
  padding-bottom: 10px;
}
#single_names_table .row.middle .left {
  font-weight: bold;  
}
#single_names_table .row.middle .right {
  padding-left: 8px;
  width: 227px;
  font-weight: bold;
}

#single_names_table .row .left {
  float: left;
  width: 100px;
  text-align: center;
  border-right: 1px #999999 solid;
  height: 22px;
  line-height: 22px;
}
#single_names_table .row .left img {
  float: left;
  width: 100px;
  height: 100px;
}
#single_names_table .row .right {
  float: left;
  width: 235px;
  height: 22px;
  line-height: 22px;
}
#single_names_table .row .right.no_edit {
  padding-left: 8px;
  width: 227px;
}

#single_names_table .row input {
  float: left;
  width: 70px;
  margin: 0px;
  padding: 0px;
  border: 1px #999999 solid;
  margin: 2px;
  height: 16px;
  line-height: 16px;
  padding-left: 5px;
  width: 224px;
}
#single_names_table .row input.empty {
  color: #999999;
}

#overlay_single_name .hint {
  margin-top: 10px;
  float: left;
  margin-left: 20px;
  text-align: center;
  width: 340px;
  font-size: 11px;
}

#overlay_single_name .button {
  float: left;
  clear: both;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 160px;
  height: 30px;
  line-height: 30px;
  margin-left: 109px;
}
#overlay_single_name .button#ol_change_single_names {
  margin-top: 20px;
}
#single_names_table.overflow {
  height: 353px;  
}

#single_names_table.overflow .row.top .right {
  width: 212px;
}
#single_names_table.overflow .row.middle .right {
  width: 212px;
}

#single_names_table.overflow .row .right {
  width: 220px;
}
#single_names_table.overflow .row .right.no_edit {
  padding-left: 8px;
  width: 212px;
}

#single_names_table.overflow .row input {
  width: 209px;
}

#password_changer {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  width: 378px;
  border: 1px rgb(218,218,218) solid;
}

#password_changer .close_button {
  float: left;
  margin-left: 348px;
  margin-top: 0px;
}

#password_changer .row {
  float: left;
  clear: both;
  margin-left: 20px;
  margin-bottom: 5px;
}
#password_changer .row#password_headline {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

#password_changer .row label {
  float: left;
  width: 150px;
  height: 22px;
  line-height: 22px;
}

#password_changer .row input {
  float: left;
  width: 181px;
  height: 18px;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  margin-top: 1px;
  border: 1px #999999 solid;  
}

#password_changer .row .button {
  float: left;
  height: 30px;
  line-height: 30px;
  width: 200px;
  margin-top: 24px;
  margin-bottom: 5px;
}
#password_changer .row .button.center {
  margin-left: 69px;
}

#password_changer .row .button#close_password {
  margin-right: 20px;
  width: 120px;
  margin-left: 0px;
}

#password_changer #password_error {
  float: left;
  clear: both;
  color: #CC0000;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  width: 340px;
  margin-bottom: 10px;
  display: none;
}

#remove_Order {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  width: 378px;
  border: 1px rgb(218, 218, 218) solid;
}

#remove_Order .close_button {
  float: left;
  margin-left: 348px;
  margin-top: 0px;
}

#remove_Order .row {
  float: left;
  clear: both;
  margin-left: 20px;
  margin-bottom: 5px;
}

#remove_Order .row#removeOrder_headline {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

#remove_Order .row label {
  float: left;
  width: 150px;
  height: 22px;
  line-height: 22px;
}

#remove_Order .row input {
  float: left;
  width: 181px;
  height: 18px;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  margin-top: 1px;
  border: 1px #999999 solid;
}

#remove_Order .row .button {
  float: left;
  height: 30px;
  line-height: 30px;
  width: 200px;
  margin-top: 24px;
  margin-bottom: 5px;
}

#remove_Order .row .button.center {
  margin-left: 69px;
}

#remove_Order .row .button#close_removeOrder {
  margin-right: 20px;
  width: 120px;
  margin-left: 0px;
}

#remove_Order #removeOrder_error {
  float: left;
  clear: both;
  color: #CC0000;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  width: 340px;
  margin-bottom: 10px;
  display: none;
}

#remove_Order #infobox {
  font-weight: bold;

}
#remove_Order #infobox td{
  padding-right: 15px;
}

#remove_Order #infobox tbody{
  font-weight: 100;
}

#product_overlay .right .scale_price {
  float: left;
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  font-size: 13px;
  margin-bottom: 3px;
}
#product_overlay .right .scale_price .scale_price_left {
  float: left;
  display: block;
  width: 80px;
  font-size: 13px;
}
#product_overlay .right .scale_price .scale_price_right {
  display: block;
  float: right;
  width: 248px;
  margin-right: 9px;
  height: auto;
  border-top: 1px #999999 solid;
  overflow: visible;
}
#product_overlay .right .scale_price .scale_price_right div {
  float: left;
  display: block;
  border-bottom: 1px #999999 solid;
  border-left: 1px #999999 solid;
  height: 20px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  padding-right: 7px;
  font-size: 13px;
  text-align: right;
}
#product_overlay .right .scale_price .scale_price_right .scale_right_left {
  width: 115px;
}
#product_overlay .right .scale_price .scale_price_right .scale_right_right {
  width: 116px;
  border-right: 1px #999999 solid;
  margin-right: 0px;
}

#product_overlay .right div #single_amount_error {
  display: block;
  float: left;
  line-height: 14px;
  margin-top: -2px;
  margin-left: 10px;
  width: 140px;
  overflow: visible;
  font-size: 12px;
}
#product_overlay .right div #single_amount_error span {
  color: #CC0000;
}

#product_overlay .right div#single_amount_info {
  margin-left: 5px;
  border: 1px #989898 solid;
  height: 18px;
  line-height: 18px;
  width: 115px;
  padding-left: 5px;
  position: relative;
}
#product_overlay .right div#single_amount_info a {
  background: url('./images/info.png');
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin: 0px;
  margin-top: -18px;
  margin-left: 88px;
  width: 20px;
  height: 18px;
  line-height: 17px;
  font-size: 14px;
  text-align: center;
  color: #999999;
  text-decoration: none;
  font-weight: bold;
  font-family: Times New Roman;
  cursor: pointer;
  position: absolute;
}
#product_overlay .right div#single_amount_wrapper {
  border: 1px #999999 solid;
  height: 18px;
  padding-right: 5px;
  margin-left: 3px;
  width: 114px;
  font-size: 13px;
  line-height: 18px;
}
#product_overlay .right div#single_amount_wrapper input {
  border: 0px none;
  margin: 0px;
  padding-right: 0px;
  text-align: right;
  width: 66px;
  float: right;
}

#product_overlay .right div#single_amount_wrapper.long {
  width: 78px;
  margin-left: 166px;
}

#product_overlay .right div#single_amount_wrapper.long input {
  width: 30px;
}

#product_overlay .right div#single_amount_wrapper span {
  float: right;
  font-size: 13px;
  line-height: 18px;
}

#product_overlay .right .options .options_row#single_amount_info_text {
  height: auto;
  border: 1px #989898 solid;
  margin-left: 113px;
  width: 246px;
  padding: 0px;
}
#product_overlay .right .options .options_row#single_amount_info_text {
  height: auto;
  border: 1px #989898 solid;
  margin-left: 113px;
  width: 246px;
  padding: 0px;
  display: none;
}

#product_overlay .right .options .options_row#single_amount_info_text .min_order_wrapper {
  float: left;
  margin: 0px;
  margin-left: 5px;
  height: auto;
}
#product_overlay .right .options .options_row#single_amount_info_text .min_order_wrapper span {
  height: 18px;
  line-height: 18px;
  float: left;
  text-align: right;
  font-size: 12px;
  width: 85px;
}
#product_overlay .right .options .options_row#single_amount_info_text .min_order_wrapper span.min_order {
  width: 150px;
  text-align: left;
}
#your_cart .left .cart_row.no_size .element.cart_size {
  display: none;
}
#your_cart .left .cart_row.no_size .element.cart_name {
  width: 125px;
}
#your_cart .left .cart_row.no_size .element.cart_colour {
  width: 100px;
}
#your_cart .left .cart_row.no_size.header .element.cart_address {
  font-size: 12px;
}
#your_cart .left .cart_row.no_size .element.cart_address {
  width: 209px;
}
#your_cart .left .cart_row.no_size .element.cart_price {
  width: 95px;
}
#your_cart .left .cart_row.no_size .element.cart_price_total {
  width: 105px;
}
#your_cart .left .cart_row.no_size .element.cart_table .cart_table_element.total .cart_size {
  display: none;
}

#your_cart .left .cart_row.no_size .element.cart_table .cart_table_element.single_names .cart_single_names {
  margin-left: -102px;
  width: auto;
}


#address_clearance_placeholder {
  width: 294px;
  float: left;
}



#category_advertising {
  float: left;
  display: block;
  width: 188px;
  height: 300px;
  margin-top: 20px;
  background-image: url('./images/category_adv.png');
  background-repeat: no-repeat;
}

#category_advertising span.circle {
  display: block;
  float: left;
  width: 130px;
  height: 130px;
  background-image: url('./images/circle_green_140.png');
  background-repeat: no-repeat;
  margin-left: 170px;
  margin-top: 70px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 130px;
  color: #FFFFFF;
  text-transform: uppercase;
}

#category_textiles {
  float: left;
  display: block;
  width: 203px;
  height: 270px;
  margin-left: 266px;
  margin-top: 50px;
  background-image: url('./images/category_textiles.png');
  background-repeat: no-repeat;
}

#category_textiles span.circle {
  display: block;
  float: left;
  width: 130px;
  height: 130px;
  background-image: url('./images/circle_blue_140.png');
  line-height: 130px;
  margin-left: -100px;
  margin-top: 110px;
/* alternate style
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-image: url('./images/circle_blue.png');
  margin-left: -65px;
  margin-top: 115px;
*/
  background-repeat: no-repeat;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}
#category_advertising span.circle span {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

#category_textiles span.circle span {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

#top_open_requisitions {
  float: left;
  position: absolute;
  width: 280px;
  margin-left: 400px;
  text-align: center;
  margin-top: 22px;
}
#top_open_requisitions span, #top_open_requisitions a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#top_pdfoverview {
  float: left;
  position: absolute;
  width: 280px;
  margin-left: 400px;
  text-align: center;
  margin-top: 64px;
}
#top_pdfoverview span, #top_pdfoverview a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.row.highlight_row {
  color: red;
}

.highlight_deleted {
  text-decoration: line-through;
  font-style: italic;
}
.row.highlight_deleted {
  text-decoration: line-through;
  font-style: italic;
}
.row.highlight_row_green {
  color: #008000 !important;
}


.row.highlight_row a {
    color: red !important;
}

.highlight_deleted a {
  text-decoration: line-through;
  font-style: italic;
}
.row.highlight_deleted a {
  text-decoration: line-through;
  font-style: italic;
}

.row.highlight_row_green a {
  color: #008000 !important;
}


#top_evaluation {

  float: left;
  position: absolute;
  width: 280px;
  margin-left: 377px;
  text-align: center;
  margin-top: 2px;
}

#top_evaluation span, #top_evaluation a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
#top_settings {
  
  float: left;
  position: absolute;
  width: 280px;
  margin-left: 382px;
  text-align: center;
  margin-top: 25px;
}
#top_settings span, #top_settings a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#top_budget_wrapper {
  float: left;
  position: absolute;
  width: 280px;
  margin-left: 400px;
  text-align: center;
  margin-top: 22px;
}
#top_budget_wrapper span, #top_budget_wrapper a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#overlay_requisition {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('./images/trans.png');
  background-repeat: repeat-all;
  display: none;
  z-index: 505;
}
#overlay_requisition #overlay_wrapper_requisition {
  margin: auto;
  background: #FFFFFF;
  width: 400px;
  height: auto;
  margin-top: 120px;
  position: relative;
}
#overlay_requisition #overlay_wrapper_requisition .close_button {
  margin-left: 359px;
}
#overlay_requisition #overlay_wrapper_requisition #overlay_requisition_content {
  width: 100%;
  height: 100%;
  float: left;
  background: #FFFFFF;
}
#overlay_requisition #overlay_wrapper_requisition #overlay_requisition_content #overlay_requisition_border {
  border: 1px #CCCCCC solid;
  float: left;
  margin: 10px; 
  width: 378px;
}
#overlay_requisition #requisition_list {
  margin: 10px;
  border-bottom: 1px #999999 solid;
  float: left;
  width: 358px;
}
#overlay_requisition #requisition_list h2 {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  line-height: 15px;
  margin-bottom: 15px;
  margin-top: 0px;
  text-transform: capitalize;
}
#overlay_requisition #requisition_list .open_req_row {
  float: left;
  clear: both;
  width: 100%;
}
#overlay_requisition #requisition_list .open_req_row div {
  line-height: 20px;
}
#overlay_requisition #requisition_list .open_req_row.first div {
  font-weight: bold;
}
#overlay_requisition #requisition_list .open_req_row div a {
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}
#overlay_requisition #requisition_list .open_req_row div.date {
  float: left;
  width: 80px;
  text-align: center;
  border-top: 1px #999999 solid;
  border-left: 1px #999999 solid;
}
#overlay_requisition #requisition_list .open_req_row div.name {
  float: left;
  width: 265px;
  padding-left: 10px;
  border-top: 1px #999999 solid;
  border-left: 1px #999999 solid;
  border-right: 1px #999999 solid;
}
#overlay_requisition #requisition_list_close_button {
  float: left;
  margin-bottom: 10px;
  width: 120px;
  margin-left: 140px;
  height: 30px;
  line-height: 30px;
}

.clearance_abort {
  float: left;
  margin: 10px;
  border: 1px #CCCCCC solid;
  width: 480px;
  height: 240px;
}

.clearance_abort p {
  float: left;
  clear: both;
  margin-left: 10px;
  margin-top: 10px;
  padding: 0px;
}

.clearance_abort textarea {
  margin: 0px;
  padding: 10px;
  float: left;
  clear: both;
  margin-left: 10px;
  margin-top: 15px;
  border: 1px #CCCCCC solid;
  width: 438px;
  height: 98px;
}
.clearance_abort .buttons {
  float: left;
  clear: both;
  margin-top: 10px;
  margin-left: 10px;
}

.clearance_abort .buttons .button {
  float: left;
  height: 30px;
  line-height: 30px;
  width: 120px;
}
.clearance_abort .buttons .button#abort_clearance_abort {
  margin-left: 100px;
}
.clearance_abort .buttons .button#confirm_clearance_abort {
  margin-left: 20px;

}

#forgot_password_wrapper {
  float: left;
  width: 480px;
  margin: 10px;
  margin-bottom: 0px;
  border: 1px rgb(218,218,218) solid;
}

#forgot_password_wrapper p {
  margin: 10px;
  margin-top: 6px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

#forgot_password_wrapper .row {
  float: left;
  clear: both;
  height: 20px;
  margin-top: 10px;
}

#forgot_password_wrapper .row label {
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  margin-left: 80px;
  width: 100px;
  float: left;
}

#forgot_password_wrapper .row input {
  width: 208px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  height: 18px;
  line-height: 18px;
  border: 1px rgb(218,218,218) solid;
}

#forgot_password_wrapper .row.buttons {
  margin-top: 20px;
  margin-bottom: 10px;
}

#forgot_password_wrapper .row.buttons .button {

    margin: 10px;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
  float: left;
  width: 140px;
  margin-left: 40px;
}

#forgot_password_wrapper .row.buttons .button#abort_forgot_password {
  margin-left: 80px;
}

#forgot_password_wrapper #forgot_password_error {
  float: left;
  clear: both;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  color: #CC0000;
  display: none;
}

#group_budget_wrapper {
  border: 1px rgb(218,218,218) solid;
  width: 700px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}

#group_budget_wrapper .row {
  float: left;
  clear: both;
}
#group_budget_wrapper .row.head_row {
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: bold;
}
#group_budget_wrapper .row.head2_row .element {
  border-bottom: 1px #000000 solid;
}

#group_budget_wrapper .row.foot_row .element {
  border-top: 1px #000000 solid;
}

#group_budget_wrapper .row.underline .element {
  border-bottom: 1px #000000 solid;
}
#group_budget_wrapper .row.overline .element {
  border-top: 1px #000000 solid;
}

#group_budget_wrapper .row .element {
  float: left;
  width: 115px;
  padding-left: 20px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  text-align: right;
  overflow: visible;
  white-space: nowrap;
}

#group_budget_wrapper .row .element.lefter {
  text-align: left;
  padding-left: 0px;
  margin-left: 20px;
  width: 135px;
}

#group_budget_wrapper .row .element.left {
  text-align: left;
}

#group_budget_wrapper .row .element.center {
  overflow: visible;
}
#group_budget_wrapper .row .element.right {
  width: 115px;
  padding-right: 20px;
  padding-left: 0px;
}
#group_budget_wrapper .row .element.center.fix_position {
  padding-right: 15px;
  width: 120px;
}
#group_budget_wrapper .row .element.right.fix_position {
  padding-right: 15px;
  width: 100px;
}

#group_budget_wrapper .row .element.righter {
  border-left: 1px #000000 solid;
  width: 109px;
  padding-left: 10px;
}
#group_budget_wrapper .row .element.righter.hidden {
  color: #FFFFFF;
}
#group_budget_wrapper .row .element.righter.error {
  color: #CC0000;
}
#group_budget_wrapper .close_button {
  margin-top: 0px;
  margin-left: 670px;
}
#group_budget_wrapper .buttons {
  float: left;
  clear: both;
  margin-top: 15px;
  margin-bottom: 20px;
}

#group_budget_wrapper .buttons .button {
  float: left;
  height: 30px;
  line-height: 30px;
}

#group_budget_wrapper .buttons .button#budget_ok {
  margin-left: 290px;  
}

#group_budget_wrapper .buttons .button#budget_abort {
  width: 320px;
  margin-left: 20px;
}
#group_budget_wrapper .buttons .button#budget_abort.center {
  margin-left: 190px;  
}
#group_budget_wrapper .buttons .button#budget_commence {
  width: 320px;
  margin-left: 20px;  
}


#group_budget_wrapper .error_div {
  float: left;
  clear: both;
  text-align: center;
  width: 700px;
  margin-bottom: 20px;
  color: #CC0000;
}

#group_budget_wrapper #order_confirm_accept_wrapper {
  display: none;
  float: left;
  clear: both;
  margin-top: 15px;
  margin-bottom: 5px;
  width: 360px;
  margin-left: 180px;
}

#group_budget_wrapper #order_confirm_error {
  float: left;
  clear: both;
  width: 700px;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 5px;
  height: 20px;
  line-height: 20px;
  display: none;
}

#home .circle {
  width: 130px;
  height: 130px;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  border-radius: 65px;
  float: left; 
}

#home .circle a {
  float: left;
  clear: both;
  text-align: center;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-decoration: none;
  background-image: url('./images/circle_shade.png');
}
#home .circle a span {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  display: inline;
  text-align: left;
}

#home.big_circles .circle {
  width: 160px;
  height: 160px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;  
}
#home.big_circles .circle a {
  width: 160px;
  height: 160px;
  line-height: 160px;
  background-image: url('./images/circle_shade_160.png');
}

#home .circle.long_text_2 a {
  line-height: 18px;
  text-align: left;
}
#home .circle.long_text_2 a img {
  margin-top: 60px;
  margin-left: 12px;
}
#home .circle.long_text_2 a span { 
  line-height: 18px;
  margin-left: 24px;
  margin-top: -27px;
  display: block;
}

 
#home.big_circles .circle.long_text_2 a {
  line-height: 18px;
  text-align: left;
}
#home.big_circles .circle.long_text_2 a img {
  margin-top: 75px;
  margin-left: 8px;
}
#home.big_circles .circle.long_text_2 a span { 
  line-height: 18px;
  margin-left: 20px;
  margin-top: -27px;
  display: block;
}

#home_category_links.count_4 {
  margin-left: 198px;
  width: auto;
  margin-top: 133px;
}
#home_category_links.count_4 .circle {
  margin-right: 48px;
}

#home_category_links.count_3 {
  margin-left: 270px;
  width: auto;
  margin-top: 133px;
}
#home_category_links.count_3 .circle {
  margin-right: 65px;
}

#home.big_circles #home_category_links.count_3 {
  margin-left: 235px;
  margin-top: 118px;
}
#home.big_circles #home_category_links.count_3 .circle {
  margin-right: 65px;
}

#home_category_links.count_2 {
  margin-left: 378px;
  width: auto;
  margin-top: 133px;
}
#home_category_links.count_2 .circle {
  margin-right: 64px;
}

.head_subcategory {
  position: absolute;
  top: 0px;
  visibility: hidden;
  cursor: pointer;
  z-index: 10;
}
.head_subcategory .subcategory_greyed {
  margin-top: 29px;
  float: left;  
}
#spacer_top .head_subcategory a {
  float: left;
  clear: both;
  background: rgba(220, 220, 220, 0.5);
  color: rgb(160,172,2); 
  text-align: left;
  width: 100%;
  padding: 0px; 
  padding-left: 12px;
  padding-right: 6px;
  height: 30px;
  line-height: 30px;
  margin: 0px;
  margin-left: -10px;
  overflow: hidden;
  white-space: nowrap;
}
#spacer_top .head_subcategory a span {
  overflow: visible;
  white-space: nowrap;
  float: left;
}

.mid.count_3 {
  text-align: center;
}
.mid.count_3 .head_category {
  position: relative;
}

.mid.count_4 {
  text-align: center;
}
.mid.count_4 .head_category {
  position: relative;
}

#home_category_links.textiles {
  position: absolute;
  bottom: 0px;
}

#category_women span.circle {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  margin-left: 130px;
  margin-top: 60px;
}

#category_men span.circle {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  margin-left: -95px;
  margin-top: 90px;
}

#home_category_links.textiles span.circle span.text {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 100px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-image: url('./images/circle_shade_100.png');
}

#pdfoverview {
    margin-left: 33px;
    margin-right: 0px;
    margin-bottom: 40px;
    float: left;
    width: 1016px;
}
#pdfoverview .header {
    
    width: 400px;
    float: left;
    
}
#pdfoverview .header h2{
    font-size: 16px;
    margin-left: 2px;
    margin-bottom: 10px;
    
}
#pdfoverview .years {
   margin-top: 10px;
  float: right;
}
#pdfoverview .years a {
  text-decoration: underline;
  color: #000000;
}

#pdfoverview_table {
  float: left;
  width: 100%;
}
#pdfoverview_table .row {
  float: left;
  clear: both;
  width: 100%;
}
#pdfoverview_table .row .element {
  float: left;
  width: 200px;
  display: block;
  line-height: 20px;
  padding-left: 2px;
  overflow: hidden;
}
#pdfoverview_table .row .element.order {
  width: 100px;
}
#pdfoverview_table .row .element.date {
  width: 130px;
}
#pdfoverview_table .row .element.name {
  width: 140px;
}
#pdfoverview_table .row .element.actions {
  width: 60px;
}
#pdfoverview_table .row.head .element {
  font-weight: bold;
}
#pdfoverview_table .row .element a {
  text-decoration: underline;
  color: #333333;  
}
#pdfoverview_table .row.odd {
  background: #DDDDDD;
}


#express_info_popup {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px #DADADA solid;
  width: 480px;
  height: 140px;
  float: left;  
}
#express_info_popup .text {
  float: left;
  clear: both;
  margin-left: 170px;
  margin-top: 20px;
  height: 70px;
}
#express_info_popup .buttons {
  float: left;
  clear: both;
  margin-top: 10px;
  margin-left: 90px; 
}

#express_info_popup .buttons a {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 20px;
}
#options_row_sizes {
  position: relative;
}
#express_info_box_wrapper {
  position: absolute;
  width: auto;
  display: none;
  display: block;
  top: -30px;
  left: 112px;
  z-index: 10000;
  display: none;
}
#express_info_box_wrapper #express_info_box {
  float: left;
  clear: both;
  border: 1px #999999 solid;
  height: 20px;
  line-height: 20px;
  width: 120px;
  text-align: center;
  background: #FFFFFF;
}
#express_info_box_wrapper #express_info_box_arrow {
  float: left;
  clear: both;
  width: 20px;
  height: 6px;
  width: 9px;
  margin-top: -5px;
  margin-left: 8px;
  background-image: url('./images/express_info_arrow.png');
  background-repeat: no-repeat;
}
#express_info_box_wrapper #express_info_box_arrow.right {
  margin-left: 104px;
}

#express_info_box_wrapper #express_info_box_arrow.lower {
  background-image: url('./images/express_info_arrow2.png');
  margin-top: -32px;
}

#product_overlay .right .options .options_row.express_hint_row a {
  margin-left: 114px;
  float: left;
  text-decoration: none;
  color: #000000;
}

#express_hint_window {
  float: left;
  position: relative;
  margin: 0px;
  padding-top: 10px;
}
#express_hint_window .close_button {
  margin-left: 450px;
  margin-top: -20px;
}
#express_hint_window .row.row_hint {
  margin-left: 10px;
  margin-right: 10px;
}
#express_hint_window .row {
  float: left;
  clear: both;
  margin-left: 136px;
  margin-bottom: 10px;
} 
#express_hint_window .row .box {
  float: left;
  display: block;
  width: 22px;
  height: 16px;
  border: 2px #FFFFFF solid;
}

#express_hint_window .row .colour {
  float: left;
  line-height: 20px;
  height: 20px;
  margin-left: 20px;
  width: 20px;
}
#express_hint_window .row .text {
  float: left;
  line-height: 20px;
  height: 20px;
  margin-left: 20px;
  width: auto;
}
#express_hint_window .buttons {
  float: left;
  clear: both;
}
#express_hint_window .buttons .button {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 180px;
  margin-bottom: 10px;
}


#express_warning_window {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 0px;
}
#express_warning_window .buttons {
  float: left;
  margin-bottom: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#express_warning_window .buttons .button {
  float: left;
  width: auto;
  height: 30px;
  line-height: 30px;
}
#express_warning_window .buttons .button#order_all {
  width: 160px;
  margin-left: 40px;
}
#express_warning_window .buttons .button#order_only_express {
  width: 220px;
  margin-left: 20px;
}

.express_edit_placeholder {
  float: left;
  display: block;
  width: 84px;
  height: 20px;
}

span.price_on_application_price {
  float: left;
}

img.price_on_application_i {
  background-image: url('./images/info.png');
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
  float: right;
  margin-left: 2px;
  border: 0px none;
}

#overlay_poa {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('./images/trans.png');
  background-repeat: repeat-all;
  display: none;
  z-index: 1500;
}
#overlay_poa #overlay_poa_wrapper {
  margin: auto;
  background: #FFFFFF;
  width: 502px;
  height: auto;
  margin-top: 120px;
  position: relative;
}
#overlay_poa #overlay_poa_content {
  width: 100%;
  height: 100%;
  float: left;
  background: #FFFFFF; 
  padding-bottom: 10px;
}
#overlay_poa #overlay_poa_content .poa_wrapper {
  float: left;
  border: 1px solid #DADADA;
  margin: 10px;
  margin-bottom: 0px;
  width: 480px;
  height: auto;
}

#overlay_poa #overlay_poa_content .poa_content {
  margin-left: 60px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  font-size: 12px;
}

#overlay_poa #overlay_poa_content .poa_button {
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
    margin-left: 10px;
}
#overlay_poa #overlay_poa_content .poa_button .button {
    padding-left: 10px;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 180px;
}

.price_on_application {
  font-weight: bold;
  float: left;
  clear: both;
  height: 18px;
  line-height: 18px;
}

.price_on_application img {
  background-image: url('./images/info.png');
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
  margin-left: 8px;
  border: 0px none;
  float: right;
}


#product_overlay .right .scale_price .scale_price_right .scale_right_left.hide_border {
  border-left-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
#product_overlay .right .scale_price .scale_price_right .scale_right_right.hide_border {
  border-left-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  padding: 0px;
  width: 120px;
}
#product_overlay .right .scale_price .scale_price_right a {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
}

.black_arrow {
  margin-right: 5px;
  background-image: url('./images/arrow_black.png');
}
#product_overlay .right .scale_price .scale_price_right div#wrapper_more_scales_button {
  border: 0px none;
  margin: 0px;
  padding: 0px;
  width: auto;
  height: auto;
  overflow: hidden;
  margin-bottom: -6px;
}
#product_overlay .right .scale_price .scale_price_right div#wrapper_more_scales {
  display: none;
  border: 0px none;
  margin: 0px;
  padding: 0px;
  width: auto;
  height: auto;
}


#overlay_more_scales {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('./images/trans.png');
  background-repeat: repeat-all;
  display: none;
  z-index: 1500;
}
#overlay_more_scales #overlay_more_scales_wrapper {
  margin: auto;
  background: #FFFFFF;
  width: 502px;
  height: auto;
  margin-top: 120px;
  position: relative;
}
#overlay_more_scales #overlay_more_scales_content {
  width: 100%;
  height: 100%;
  float: left;
  background: #FFFFFF; 
  padding-bottom: 10px;
}


.more_scales_content {
  border: 1px #DADADA solid;
  margin: 10px;
  margin-bottom: 0px;
  float: left;
  width: 480px;
}

.more_scales_content .more_scales_text {
  margin: 20px;
}
.more_scales_content .more_scales_scales {
  border-top: 1px #999999 solid;
  margin-left: 20px;
  margin-right: 20px;
  float: left;
}
.more_scales_content .more_scales_scales .more_scales_row {
  border-bottom: 1px #999999 solid;
  height: 20px;
  line-height: 20px;
  float: left;
  width: 440px;
}

.more_scales_content .more_scales_scales .more_scales_row .more_scales_left {
  border-left: 1px #999999 solid;
  border-right: 1px #999999 solid;
  height: 20px;
  line-height: 20px;
  width: 215px;
  float: left;
  padding-left: 5px;
}
.more_scales_content .more_scales_scales .more_scales_row .more_scales_right {
  border-right: 1px #999999 solid;
  height: 20px;
  line-height: 20px;
  width: 212px;
  float: left;
  text-align: right;
  padding-right: 5px;
}
.more_scales_content .more_scales_scales .more_scales_row .more_scales_right input {
  border: 0px none;
  line-height: 20px;
  height: 20px;
  text-align: right;
  margin-right: 5px;
  padding: 0px;
}
.more_scales_content .more_scales_new {
  float: right;
  margin-top: 5px;
}
.more_scales_content .more_scales_new a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
.more_scales_content #more_scales_comment {
  padding: 5px;
  margin-left: 20px;
  margin-top: 5px;
  border: 1px #999999 solid;
  width: 428px;
  height: 100px;
}

.more_scales_content .more_scales_buttons {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;  
}
.more_scales_content .more_scales_buttons .button {
  float: left;
  height: 30px;
  line-height: 30px;
  width: 210px;
  margin-left: 20px;  
}


.more_scales_content .row {
  float: left;
  clear: both;
  margin-left: 20px;
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.more_scales_content label {
  float: left;
  height: 20px;
  line-height: 20px;
  width: 192px;
}

.more_scales_content .select_wrapper {
  background-repeat: no-repeat;
  width: 248px;
  height: 20px;
  overflow: hidden;
  margin-left: 3px;
  margin-bottom: 0px;
  float: left;
}

.more_scales_content select {
  float: left;
  border: 0px none;
  margin: 0px;
  padding: 0px;
  width: 265px;
  height: 20px;
  line-height: 18px;
  font-size: 13px;
  padding-left: 5px;
  background: transparent;
}

.more_scales_content .select_wrapper.title {
  width: 68px;
}
.more_scales_content .select_wrapper.title select {
  width: 85px;
}
.more_scales_content .row.hide {
  display: none;
}
.more_scales_content .row input {
  width: 73px;
  float: left;
  display: block;
  height: 16px;
  line-height: 16px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
} 

.more_scales_content .row input#ms_lastname {
  width: 74px;
}

#alternate_address_wrapper .save_address {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}
#alternate_address_wrapper .save_address input {
  line-height: 18px;
}
#alternate_address_wrapper .save_address a {
  height: 14px;
  line-height: 14px;
  text-decoration: none;
  color: #000000;
  margin-left: 5px;
}
.id_wrapper #alternate_address_wrapper .obligatory {
  float: right;
  margin: 0px;
  margin-top: 20px;
  margin-right: 20px;
  height: 14px;
  line-height: 14px;
  
  clear: none;
  color: #999999;
}

.product_small_elements {
  position: absolute;
  width: 250px;
  margin-top: 99px;
}

#checkout_confirm.checkout_confirm_payment {
  height: 190px;
}
#checkout_confirm.checkout_confirm_payment #order_confirm_buttons {
  margin-top: 9px;
}
.payment {
  float: left;
  clear: both;
  height: 20px;
  margin-left: 50px;
}
.payment.big {
  font-size: 13px;
}
.payment.legal {
  margin-top: 30px;
  margin-bottom: 5px;
}
#order_confirm_error.payment_error {
  margin-bottom: 0px;
}

#order_payment_error {
  width: 440px;
  text-align: center;
  display: block;
  float: left;
  clear: both;
  height: 26px;
  color: #CC0000;
  visibility: hidden;
  margin-bottom: -6px;
}



#paypal_form {
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px;
  margin-top: -105px;
  margin-left: 153px;
}

#change_orders {
  margin: 33px;
}

a.change_order_link {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

#change_order_confirm {
  position: relative;
  float: left;
  border: 1px rgb(218,218,218) solid;
  margin: 10px;
  margin-bottom: 0px;
  width: 480px;
  height: auto;
}

#change_order_confirm .close_button {
  margin: 0px;
  right: 0px;
}
#change_order_confirm #change_order_text {
  margin: 20px;
  text-align: center;
}
#change_order_confirm #change_order_buttons {
  margin-bottom: 20px;
  float: left;
}

#change_order_confirm #change_order_buttons .button {
  float: left;
  height: 30px;
  line-height: 30px;
  width: 210px;
  margin-left: 20px;
}
#change_order_confirm #change_order_buttons .button.abort {
}
#change_order_confirm #change_order_buttons .button.continue {
}


#cart_buttons #close_cart.button.change_order_button {
  width: 105px;
}
#cart_buttons #cancel_order.button.change_order_button {
  width: 115px;
  margin-left: 10px;
}
#cart_buttons #reset_order.button.change_order_button {
  width: 105px;
  margin-left: 10px;
}
#cart_buttons #checkout.button.change_order_button {
  width: 115px;
  margin-left: 10px;
}

#product_overlay .right div input#firstname.disabled, #product_overlay .right div input#lastname.disabled, 
#product_overlay .right div input#pnumber.disabled, #product_overlay .right div input#additional_email.disabled {
  background: white;
  color: #696969;
}



/*Overlay Gast Modus Registrierung*/
.id_wrapper #ru_error {
  text-align: center;
  width: 100%;
  color: #CC0000;
  float: left;
  clear: both;
  margin-top: 20px;
  display: none;
}
.id_wrapper #ru_error_pw {
  text-align: center;
  width: 100%;
  color: #CC0000;
  float: left;
  clear: both;
  margin-top: 20px;
  display: none;
}

#guestContainer{
    padding: 10px;
    width: 940px;
    height: 600px;
}

.loginBox{
    margin: 20px;
    border: 1px rgb(218,218,218) solid;
    float: left;
    width: 420px;
    height: 500px;
    
}
.registrationBox{
      margin: 20px;
    border: 1px rgb(218,218,218) solid;
    float: left;
    width: 420px;
    height: 500px;
}

.registration_Head{
  margin-top: -8px;
font-size: 1.2em;
 font-weight: bold;
}

.generalContent{
    padding: 10px;
}

.guestInput{
    color: black !important;
    width: 360px !important;
    margin-left: 0px !important;
}

#guestLogin_button {
  float: left;
  width: 100px;
  margin-left: 0px;
  margin-top: 0px;
  margin-top: 5px;
}
 #guestForgot_password {
  float: left;
  display: block;
  width: 220px;
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  color: rgb(160,172,2);
  text-decoration: none;
}
#guestForgot_password:hover {
  text-decoration: underline;
}

.guestButtons{
    margin-left: 236px !important;
}

#um_content{
    margin-top: 40px;
}

#um_content h3{
    margin-top: 40px;
    padding-bottom: 20px;
}

#um_content table{
    border: 1px solid #E4E4E4;
    width: 100%;
}

#um_content thead{
    font-weight: 700;
}
.id_wrapper .row input#aa_zip {
  width: 68px;
  margin-left: 10px;
}
.id_wrapper .row input#ru_zip {
  width: 68px;
  margin-left: 10px;
}
.id_wrapper .row input#aa_city {
  width: 260px;
  margin-left: 10px;
}
.id_wrapper .row input#ru_city {
  width: 260px;
  margin-left: 10px;
}

#user_management{
     margin-left: 33px;
    margin-right: 0px;
    margin-bottom: 40px;
    float: left;
    width: 1016px;
}
#user_management .header{
    float: left;
    width: 350px;
}
#user_management .header h2{
    margin-left: 0px;
}

#user_management .new_user{
    float: right;
   margin-top: 10px;
}
#user_management .new_user a{
    text-decoration: underline;
    color: #000;
}

#user_management .header_registered{
    padding-top: 20px;
}

#user_management_table {
  float: left;
  width: 100%;
}
#user_management_table .row {
  float: left;
  clear: both;
  width: 100%;
}
#user_management_table .row .element {
  float: left;
  width: 150px;
  display: block;
  height: 20px;
  line-height: 20px;
  padding-left: 2px;
  overflow: hidden;
}
#user_management_table .row .elementwide {
  float: left;
  width: 300px;
  display: block;
  height: 20px;
  line-height: 20px;
  padding-left: 2px;
  overflow: hidden;

}
#user_management_table .row .element.id {
  width: 40px;
}
#user_management_table .row .element.email {
  width: 250px;
}

#user_management_table .row .element.company {
  width: 170px;
}
#user_management_table .row .element.action {
    float: right;
  width: 58px;
}
#user_management_table .row .element.action_no_unlock {
    float: right;
  width: 42px;
}
#user_management_table .row.head .element {
  font-weight: bold;
}
#user_management_table .row .element a {
  text-decoration: underline;
  color: #333333;  
}
#user_management_table .row.odd {
  background: #DDDDDD;
}



