/** sx: custom styles for all shops */

.sxunderline {
    text-decoration: underline;
}

/** sx: fixes for pansoft css */
#searchInputContainer {
  background: #fff;
  position: relative;
}
.searchItem_inner {
  border-top: 0 !important;
  border-bottom: 1px solid #E1E1E1 !important;
}
#filter .filterHeadlineLink span.text { display: block; word-wrap: break-word; width: 230px; float: left; }
#filter .filterHeadlineLink span.arrowDown { display: block; float: left; margin-top: 5px; }
#filter .checkboxContainer2 { margin-left: 20px !important; }
#filter .checkboxContainer2 .checkboxTextRight { width: 104px !important; }

.mandatory {
    color: #C50050;
    font-weight: bold;
}
.form label.labelCheck input {
  margin-right: 7px;
}
.sxform div label.labelCheck input {
  margin-right: 5px;
}
.sxform label.labelCheck span {
  padding-right: 5px;
}

#loginFormContainer .sxloginFrm {
  padding: 8px 12px 12px 12px;
}
#loginFormContainer label {
}
ul.sxrating li {
  margin: 0 !important;
}

#loginWomanContainer h3, #loginWomanContainer p, #loginWomanContainer a {
  margin-bottom: 0px;
}
#loginWomanContainer a.more {
  margin-bottom: 5px;
}
#loginWomanContainer .form li {
  padding: 0 3px;
  margin-bottom: 5px;
}
#loginWomanContainer .sxauto .form li label {
  top: 6px !important;
}
#loginWomanContainer .form li.sxlisubmit {
  padding: 0 2px;
}
#loginWomanContainer .sxwelcome {
  margin-top:    7px;
  margin-bottom: 7px;
}

.product.details .productPriceBox .priceBoxContent { padding: 10px 0; }
.product.details .productPriceBox .sxpline { color: #808080; font-weight: bold; font-size: 12px; }
.product.details .productPriceBox .sxnewline { padding-bottom: 15px; }

.product.details .productPriceBox .priceBoxContent a { text-decoration: underline; }
.product.details .productPriceBox .buyBoxContent { }
.product.details .productPriceBox .buyBoxContent .sxfrmaddbasket { padding-bottom: 10px; }
.product.details .productPriceBox .buyBoxContent .sxdetailstest { margin-bottom: 10px; }
.product.details .productPriceBox .buyBoxContent .hjrButton { margin-bottom: 10px; }
.product.details .productPriceBox .priceBoxContent .mengenstaffeln {
  position: relative;
  cursor: pointer;
  display: inline;
}
.product.details .productPriceBox .priceBoxContent .functionslayer ul,
.product.details .productPriceBox .priceBoxContent .functionslayer {
  color: #7f7f7f;
}
.product.details .productPriceBox .priceBoxContent .functionslayer ul li { font-weight: bold; }

.product.details .productPriceBox .priceBoxContent .mengenstaffeln:hover .functionslayer {
  display: block;
}
.product.details .productMainInfo .desc .sxauthorlist {
  font-size: 16px;
  line-height: 16px;
}
.product.details .picture { position: relative; min-height: 333px; }
.product.details .productPriceBox { position: relative; min-height: 333px; }
.product.details .productPriceBox .sxvariante .sxcheckboxline { }
.product.details .productPriceBox .sxvariante .sxcheckboxline label { display: block; float: left; }
.product.details .productPriceBox .sxvariante .sxcheckboxline input { display: block; float: right; }
.product.details .productPriceBox .sxvariante .sxFirstVariantTitle { padding-bottom: 13px; }

.product.details .picture .sxprodleftlinks, .product.details .picture .sxprodleftlinks a span {
  text-align: left !important;
  padding: 0 10px;
}
a.ansprechpartner { width: 230px; }
a.ansprechpartner.sxcustombg:hover{
  background-position: 0 0;
}

.functionslayer.sxfltop {
  top: auto;
  bottom: 30px;
}
.functionslayer.sxfltop span.functionslayerpike{
  background-image: url("../../img/bg-functionslayer-pike-b.png");
  top: auto;
  bottom: -30px;
}

footer { margin-top: 10px; }

#sxonlineprodform label.labelCheck {
  padding: 0;
}

.shoppingCartListingText { overflow: hidden; }

.product.details .productPriceBox .additionalText {
  color: #808080;
}

.sliderSmallContainer {
  height: 350px;
  overflow: hidden;
}

#contentWrapper {
  min-height: 200px;
}

#filter .filterHeadlineLink:hover span {
  color: #c50050;
}

#loginCouterContainer { width: 248px; }
#loginFormContainer   { width: 246px; }
#loginInnerContainer  {  width: 232px; }
#loginCouterContainer .arrowDownIcon { padding-right: 15px; }
.loginFormContainerArrowTop { width: 246px; background-position: 0px 0px; }

#search .srchBtn input { width: 89px !important; }

.hjrButton.shoppingCartButton {
    line-height: 26px;
    height: 26px;
}

/*sx: general */
.clear, .inlineblock {
    display: inline-block;
}
* html .clear {
    height: 1%;
}
.clear {
    display: block;
}
.clear:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.jcarousel li { list-style: none; }

/** buttons */
.buttonSubmit, .hjrButton {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
    
  display: block;
  font-weight: bold;
  background-color: #c50050;
  color: #fff !important;
  border: 1px solid #c50050;
  height: 28px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  font-size: 100%;
  padding: 0 5px;
  text-shadow: none;
  text-decoration: none !important;
  /*font-family: 'RotisSansSerifW01-Bold', Arial, Helvetica, sans-serif;*/
}
.red-btn { line-height: 38px; text-decoration: none !important; }
button.buttonSubmit, button.hjrButton {
  height: auto;
}
.buttonSubmit span, .hjrButton span{
  line-height: 28px;
  height: 28px;
}
.buttonSubmit:hover, .hjrButton:hover, .buttonSubmit:focus, .hjrButton:focus {
  background-color: #fff;
  color: #c50050 !important;
  text-decoration: none !important;
  border: 1px solid #c50050;
}

.button-grey, .buttonGrey {
    border: 1px solid #C50050;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
}
.button-grey span, .buttonGrey span {
    background: #C50050;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
}
.button-grey:hover, .buttonGrey:hover {
    border-color: #C50050;
}
.button-grey:hover span, .buttonGrey:hover span {
    background: #fff;
    border-color: #C50050;
    color: #fff;
}

.submitButton {
    background: url("../../img/red-btn.png") repeat-x scroll;
    border: 1px solid #C70755;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-size: 19px;
    font-weight: normal;
    height: 38px;
    text-align: center;
    text-shadow: 0 -1px 0 #8D3357;
    font-family: 'RotisSansSerifW01-Bold', Arial, Helvetica, sans-serif;
}
.submitButton:hover {
    background: #fff !important;
    border: 1px solid #C50050;
}
.largeButton { width: 225px; padding: 0; }

.loadingicon.sxloadingbigicon2 {
    background-image: url(../../img/loading2.gif);
}


/* */
.product.details .productPriceBox .red-btn { }
.product.details .mengenstaffeln li { list-style-type: none;  list-style-image: none; background: none; }
.picture .wrap > a { position: relative; display: block; }
.picture .wrap > a .sxflag { position: absolute; left: 0; top: 0; }

.breadCrumb dd { color: #333; }

ul.produktInfoNavi {
    float: left;
    margin-right: 28px;
    margin-top: 0;
    width: 271px;
}

.error {
  border: 2px solid #C50050;
  color: #C50050;
  padding: 10px 10px 10px 20px;
  background: #fff;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.error a {
  color: #C50050;
}
.fieldWrapper.error {
  padding: inherit;
  border: inherit;
}
.fieldWrapper.error input {
  border: 1px solid #C50050 !important;
}
.fieldWrapper.error label {
  color: #C50050 !important;
}

.box.product-details {  width: auto; }

.sxprows p {
  display: block;
  float: none;
}
.sxpdotline {
  padding: 10px 0;
  background: url("../../img/line.jpg") repeat-x scroll left bottom;
  margin-bottom: 10px;
}
.sxpdotline.sxless {
  padding: 1px 0;
  margin-bottom: 5px;
}

/** sx fast classes */
.w30px { width: 30px !important; }
.w105px { width: 105px !important; }
.w190px { width: 190px !important; }
.w225px { width: 225px !important; }
.w300px { width: 300px !important; }
.w320px { width: 320px !important; }
.w100px { width: 100px !important; }
.wm100px { min-width: 100px !important; }
.p30_14px { padding: 30px 14px;}
.h37px { height: 37px; line-height: 37px; }
.h40px { height: 40px; line-height: 40px; }
.h24px { height: 24px; line-height: 24px; }
.sxtop30px { margin-top: 30px !important; }
.sxblack { color: #000 !important; }
.sxpaddright30px { padding-right: 30px; }
.sxbottom10px { padding-bottom: 10px; }
.sxfontnormal { font-weight: normal; }
.sxautomargin { margin: 0 auto; }
.sxcenter { text-align: center; }
.sxinline { display: inline !important; }
.sxgreen { color: darkgreen; }
.sxtop10px { padding-top: 10px; }

.sxborderbottom {  border-bottom: 1px solid #E1E1E1; }
.sxborder {  border: 1px solid #E1E1E1; }
.sxnobottomborder {  border-bottom: 0px !important; }
.sxsmaller {  font-size: smaller; }
.sxnomargin {  margin: 0 !important; }
.sxnopadding {  padding: 0 !important; }
.sxlrpadding {  padding: 0 5px !important; }
.sxnoborder {  border: 0 !important; }
.sxnobackground { background: none !important; }
.sxshow { display: block !important; }
.sxhidden { display: none !important; }
.sxfloatleft { float: left !important; }
.sxfloatright { float: right !important; }
.sxnowrap { white-space: nowrap !important; }
.sxtextright { text-align: right !important; }
.sxtextleft { text-align: left !important; }
.sx10px { font-size: 10px !important; }
.sx11px { font-size: 11px !important; }
.sx12px { font-size: 12px !important; }
.sxleft10px { padding-left: 10px; }
.sxleft20px { padding-left: 20px; }

.sxlarger {
  font-family: 'Rotis Sans Serif W01',Arial,Helvetica,sans-serif;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 1em;
  padding: 0;
}

/** form validation - errors, messages */
label.oxInValid, label.oxInValid a,
.oxInValid label,
.oxInValid p {
    color: #ff0000 !important;
}

.oxInValid input,
.oxInValid select,
.oxInValid input:focus {
    border-color: #e40000;
    background: #fff8f8;
}

.oxInValid select {
    border-style: solid;
    border-width: 1px;
}

.oxInValid .oxValidateError {
    display:block;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #FFF8F8;
    padding: 2px 4px;
}

/*
.oxValidateError {
  color: #C50050;
}
.oxInValid p {
    color: #C50050;
}
*/


/* multiple fields on same li */
.form .sxsplit {
  float: left;
  position: relative;
}
.form .sxsplit.sxtext,
.form .sxsplit .dash {
  padding: 0 2px;
  line-height: 27px;
}
.form .sxsplit label {
  width: auto;
  top: 6px;
}

.form .sxautolabel label {
  position: inherit;
  width: auto;
}

.form .sxcheckboxlist label {
  position: relative;
  line-height: 1.2em;
}

.form .sxradioshippaddress {
  color: #999;
  font-weight: bolder;
}

.form .sxradioshippaddress label {
  width: 40px;
}

.form .sxradioppaddr {
  color: #999;  
  font-weight: bolder;
}
    
.form .textboxSmall {
    width: 53px !important;
}
.form .textboxMiddle {
    width: 74px !important;
}

.form textarea {
  background: url("../../img/bg-input.jpg") repeat-x scroll center top #ffffff;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 13px;
  margin-right: 4px;
  padding: 3px 3px 3px 6px;
  height: 150px;
  width: 240px;
}

/* form: normal */
.form {
    width: 420px;
}
.form {
  margin: 0 !important;
}
.form li {
    width: 420px;
    padding: 5px 0;
}
.form input[type="password"], .form input[type="text"], .form select {
  width: 395px;
}

/* form: small - eg. topmenu login box */
.form.sxfsmall {
    width: 125px;
}
.form.sxfsmall li {
    width: 125px;
    padding: 3px 0;
}
.form.sxfsmall li label {
    width: 120px;
    top: 11px !important;
}
.form.sxfsmall input[type="password"], .form.sxfsmall input[type="text"], .form.sxfsmall select {
  width: 95px;
}
.form.sxfsmall .button-grey {
  width: 120px;
}


/* form: normal on 1 column - eg. sxcontactpartner */
.sxform.sx1cols input[type="password"], .sxform.sx1cols input[type="text"], .sxform.sx1cols select {

}
.sxform.sx1cols li.sxpdotline {
  padding: 2px 0 !important;
  margin: 0 0 2px 0;
}
.sxform.sx1cols .oxInValid .oxValidateError, .sxform.sx1cols .oxInValid .oxValidateError .js-oxError_postError {
  padding: 0;
  right: 4px;
  top: 9px;
  line-height: 19px;
}

.sxform.sxfullwidth ul { width: 100%; }
.sxform.sxfullwidth ul li { width: 100%; }

/* form: auto size - eg. start login */
.sxauto input {
  width: 94% !important;
  padding: 0 3% !important;
}
.sxauto select {
  width: 100%;
}
.sxauto ul, .sxauto ul li {
  width: auto !important;
}
.sxauto li label {
  top: 10px !important;
}
.sxauto button {
  width: 100% !important;
}


/* form: normal on 2 columns - eg. contact */
.sxform.sx2cols input[type="password"], .sxform.sx2cols input[type="text"], .sxform.sx2cols select {
  width: 345px;
}
.sxform.sx2cols select {
  width: 371px;
}
.sxform.sx2cols ul {
  width: 761px;
}
.sxform.sx2cols ul li {
  float: left;
  width: 380px;
}
.sxform.sx2cols li.sxpdotline {
  width: 755px !important;
}
.sxform.sx2cols textarea {
  width: 745px !important;
}
.sxform.sx2cols .sxfullrow {
  width: 755px !important;
}
.sxform.sx2cols .sxfullrow .submitButton {
  float: right;
}
.sxform.sx2cols .sxfullrow .submitButton:hover {
  background: #fff;
}

.form label.focus {
  color: #999;
}
.form label.active {
    display: none;
}

.form .sxcaptchadiv {

}

/* captcha */
.form .sxcaptchadiv .captchaText, .form .sxcaptchadiv img, .form .sxcaptchadiv input {
  display: block;
  float: left;
}
.form .sxcaptchadiv .captchaText { width: 280px; color: #999; }
.form .sxcaptchadiv img { padding: 6px 0; }

.form .sxfullrow .sxcaptchadiv .captchaText { width: 520px; }
.form .sxfullrow .sxcaptchadiv img { padding: 6px 10px; }


/*sx: fancybox */
#fancybox-content ul {
}

/*sx: topnavi */
#secondNavi {
  border-left: 1px solid #f2f2f2;
}
#secondNavi div.sxitm.sxrowfirst{ width: 261px; }
#secondNavi div.sxitm.sx2cols { width: 525px; }
#secondNavi div.sxitm.sx2cols.sxrowfirst { width: 524px; }
#secondNavi .row4>div.active a, #secondNavi .row3>div.active a{
  background-color: #c50050;
  border: 1px solid #c50050;
  color: #fff;
}
#secondNavi div.sxblank a:hover{
  background: #ccc;
  border: 1px solid #ccc;
}
#secondNavi .sxitm.sxmhide {
  border-color: #f2f2f2;
}
#secondNavi .sxitm.sxmhide>span {
  background: #f2f2f2;
  display: block;
  border: 0;
}

/* home page */
.box348.sxwoman {
  background:url(../../img/index/womanBack.png) repeat-y;
}

.onlineprodPage ul {
  margin: 0;
}
.onlineprodPage .wholeRow ul li .thirdCol {
  width: 200px;
}
.onlineprodPage .wholeRow ul li .imgWrapper {
  border-bottom: 0 !important;
  background: none;
  width: 500px;
}
.onlineprodPage .wholeRow ul li .imgWrapper img {
  border: 0;
  max-width: 60px;
  min-height: 40px;
}
.onlineprodPage .wholeRow ul li .alignright {
  width: 420px;
}


/* header */
.breadCrumb dt { font-weight: normal; float: left; }
.breadCrumb dd { font-weight: normal; float: left; }


/*    ****     */
.listRow .productImage { position: relative; }
.listRow .productImage > a .sxflag { position: absolute; right: 10px; }
.listRow .productText .price { }
.listRow .productText .price .sxsmaller { font-size: 12px; font-weight: normal; }

.listRow .productText .buyBoxContent { margin: 0 5px 0 0; float: left; }
.listRow .productText .buyBoxContent div { margin: 0; padding: 0; }
.listRow .productText .shoppingCartButton {
    background-color: #C50050;
    border: 1px solid #C50050;
    border-radius: 0;
    color: #FFFFFF;
    padding: 3px 4px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    margin-top: -1px;
}
.listRow .productText .shoppingCartButton:hover {
    background-color: #fff;
    color: #C50050;
    border: 1px solid #C50050;
}
.productRow .prodcutImage { position: relative; min-height: 120px; }
.productRow .prodcutImage .sxflag { position: absolute; right: 10px; }
.productRow .productPrice { }
.productRow .productPrice .sxsmaller { font-size: 12px; font-weight: normal; }


.sxreviews_form { }

#write_review #test_reviewSave {
  width: 300px;
}

#content_container {
  float: left;
  width: 780px;

}

/* popups */
#layer_delitem .content {
  width: 420px;
}

a.buttonSmall, a.buttonSmall:hover {
  text-decoration: none !important;
}


/*    ****     */
.listRow .productText.sxautowidth{
  float:none;
  width:100%;
}
.myhjrContentWrapper a {
  text-decoration: underline;
}

.myhjrContentWrapper {
  padding-top: 22px;
}
.myhjrContentWrapper .myhjrSpecial {
  padding-bottom: 22px;
}
.myhjrContentWrapper .myhjrSpecial h1 {
  padding: 10px 0;
}
.myhjrContentWrapper.sxcontwrap {
  padding-top: 0px;
}
.myhjrContentWrapper.sxcontwrap .myhjrSpecial {
  padding-bottom: 5px;
}

.myhjrContentWrapper h2 {
  margin: 1em 0 0.8em 0;
}

.myhjrContentWrapper h3 {
  margin: 0.8em 0 0.5em 0;
}

.myhjrContentWrapper ol li {
    list-style: decimal;
}

.myhjrContentWrapper ul ul, ol ul {
    margin: 10px 20px;
}

.myhjrContentWrapper ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

.myhjrContentWrapper ol ol {
    list-style: upper-alpha;
}

.myhjrContentWrapper ol ol ol {
    list-style: lower-roman;
}

.myhjrContentWrapper ol ol ol ol {
    list-style: lower-alpha;
}

.myhjrContentWrapper ul li {
    list-style: square;
    list-style-position: outside;
    margin-left: 10px;
}

.myhjrContentWrapper ul li li {
    list-style: square;
}

.sxborder > .myhjrContentWrapper { border: 0px; }

.innenContentWrapper  h2 {
  border: none;
  padding: 0;
  margin-bottom: 6px;
  color: #666666;
  font-family: 'Rotis Sans Serif W01', Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: normal;
}
.innenContentWrapper  h3 {
  /*
  padding: 6px 0 15px 0;
  margin-bottom: 0px;
  margin-top: 25px;
  */
  color: #333333;
  font-family: 'RotisSansSerifW01-Bold', Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: normal;
}
.myhjrContentWrapper p { margin-bottom: 1em; }
.innenContentWrapper a { text-decoration: underline; }

.innenContentWrapper .sxcontactformnav { }
.innenContentWrapper .sxcontactformnav a.active { font-weight: bold; }

.innenContentWrapper h1 a, .innenContentWrapper h2 a, .innenContentWrapper h3 a,
.innenContentWrapper h4 a, .innenContentWrapper h5 a { text-decoration: none; }

.innenContentWrapper.contact h3 {
  border-bottom: 1px solid #e1e1e1;
}
.innenContentWrapper.contact p {
  padding: 6px 0 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.sxrightbanner {
  position: absolute;
  top: 0;
  overflow: hidden;
  right: -180px;
  width: 160px;
}

.price .small, .productRow .productPrice .small {
  color: #7f7f7f;
  font-size: 12px;
}


/* my account */
.searchItem_outer .htitle {
  color: #333333;
  font-size: 19px;
  font-weight: normal;
  font-family: 'RotisSansSerifW01-Bold', Arial, Helvetica, sans-serif;
  padding: 4px 4px 4px 14px;
}
.sxaccount {
  padding: 10px;
}
.sxaccount .sxwelcomehead h2 {
  font-size: 30px;
}
.sxaccount .myhjrSpecial h2 {
  color: #333333;
  margin-bottom: .7em;
  margin-top: .2em;
  font-size: 30px;
  font-weight: normal;
  font-family: 'RotisSansSerifW01-Bold', Arial, Helvetica, sans-serif;
  line-height: normal;
}
.sxaccount h1 {
  font-size: 19px;
  margin: 0.4em 0;
}
.sxaccount .myhjrSpecial p, .sxaccount .myhjrSpecial h3 {
  padding: 0;
  margin-bottom: 1em;
  color: #666;
  font-size: 20px;
  line-height: normal;
  font-family: 'Rotis Sans Serif W01', Arial, Helvetica, sans-serif;
}

.sxaccount .orderitems { border-bottom: 1px solid #d3d3d3; width: 750px; }
.sxaccount .orderitems dl dd { line-height: 20px; clear: both; }
.sxaccount .orderitems dl dd strong { display: block; float: left; width: 150px; }
.sxaccount .orderitems dl dd span { display: block ; float: left; }
.sxaccount .orderitems dl dd span:after { clear: both; }
.sxaccount .orderitems dl dd:after { clear: both; }
.sxaccount .orderitems td { padding: 1px; vertical-align: top; }
.sxaccount .orderitems td.sxcol1 { width: 330px; padding-right: 20px; }
.sxaccount .orderList li { margin-bottom: 20px; }
.sxaccount .orderitems td hr { margin: 2px 0; }

.sxaccount .downloadList {  }
.sxaccount .downloadList li { margin-bottom: 30px; padding-bottom: 10px; border-bottom: 1px solid #d3d3d3; }
.sxaccount .downloadList dl { }
.sxaccount .downloadList dt { width: 300px; float: left; }
.sxaccount .downloadList dt div { line-height: 2em;  }
.sxaccount .downloadList dt div strong { width: 150px; float: left; }
.sxaccount .downloadList dt div span { width: 150px; float: left; }
.sxaccount .downloadList dd { margin-left: 10px; float: left; width: 440px; }
.sxaccount .downloadList .downloadableFile { color: #808080; font-weight: bold; text-decoration: underline; }
.sxaccount .downloadList .downloadableFile.expired { text-decoration: none; }
.sxaccount .downloadList dd div { line-height: 2em;  }

/* navigation - 2nd option */
#secondNavi .sxnicons {

}
#secondNavi .sxnicons .row3 > div, #secondNavi .sxnicons .row4 > div{
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
#secondNavi .sxnicons .row4 > div:last-child {
  border-right: none;
}
#secondNavi .sxnicons a {
  background: url("../../img/nav-icons.png") no-repeat scroll 0 0 #CCCCCC;
}
#secondNavi .sxnicons a:hover {
  background: url("../../img/nav-icons.png") no-repeat scroll 0 0 #fff;
}
#secondNavi .sxnicons a.sxc_t11hjr01 span {
  background-position: 0 -23px;
}

.sxauthorlist .listRow .productImage {
  width: 150px;
  min-height: 75px;
}

.sxtopPopList.sxlanglist { position: absolute; padding: 0; margin: 8px; right: 250px; z-index: 1010; }
.sxtopPopList.sxlanglist ul { display: block; }
.sxtopPopList.sxlanglist ul li { float: left; margin-left: 10px; width: 35px; padding: 0 !important; line-height: 18px !important; }
.sxtopPopList.sxlanglist ul li span { text-indent: -5000px; display: block; }
.sxtopPopList.sxlanglist ul li .selected span { background-position: 0 -18px; }
.sxtopPopList.sxlanglist ul li span:hover { background-position: 0 -18px; }

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.breadCrumb {
    line-height: 30px;
  margin:0 auto;
    width: 1050px;
  padding:3px 0;
}


.breadCrumb dt {
    color: #999999;
    display: block;
    float: left;
}

.breadCrumb dd {
    display: block;
    float: left;
    padding-left: 12px;
}


.breadCrumb dd a {
    background: url(../../img/arrow.png) no-repeat left 4px ;
    color: #333333;
    padding-left: 18px;
  text-decoration:none;
}

.breadCrumb dd a:hover{color:#c50050;}

#detailsMain sup {
    vertical-align: super;
  font-size: 0.7em;
}
#detailsMain sub {
    vertical-align: sub;
    font-size: 0.7em;
}
.sxnewsletterinfo {
    border: 5px solid #c50050;
    position: relative;
    padding: 10px;
    width: 465px;
}
.sxnewsletterinfo .img {
    position: absolute;
    left: -12px;
    top: -30px;
}
.sxnewsletterinfo .img img {
    width: 80px;
}
.sxnewsletterinfo .txt {
    font-size: 16px;
    color: #000;
    margin-left: 60px;
    text-align: center;
    width: 255px;
    padding: 0 5px;
}
.sxnewsletterinfo .btn {
    line-height: 35px;
}
.sxnewsletterinfo > div {
    float: left;
}

#footer .footerContentColl {
    float: left;
    margin: 0 10px 10px 0;
    width: 200px;
}

#sxaccpwdsecure ul.sxpasswordvalidate li.sxok {
    font-weight: bold;
    color: green;
    position: relative;
    list-style-type: none;
}
#sxaccpwdsecure ul.sxpasswordvalidate li.sxok:before {
    content: "";
    border: 2px solid green;
    display: block;
    width: 8px;
    height: 5px;
    border-right: 0;
    border-top: 0;
    transform: rotate(-45deg);
    position: absolute;
    top: 3px;
    left: -17px;
}

/** PRINT */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  body {
    background: #fff !important;
  }
  a, a:visited {
    text-decoration: underline;
    color: #000
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  p, h1, h2, h3, h4, h5, h6 {
    color: #000;
  }
  h2, h3 {
    page-break-after: avoid;
  }

  #productDetailContent {
    border-bottom: 1px solid #ddd;
  }
  #search, #secondNavi, #loginCouterContainer, nav, footer .sxfooterlinks {
    display: none;
  }
  .buyBoxContent, #ansprechpartnerContainer, .produktInfoNavi, .searchItem_outer .more, .sxprodleftlinks {
    display: none;
  }

  .myhjrContentWrapper { width: 100%; }
  #filterRight, #filter { display: none !important; }
  .searchWrapper, .myhjrContentWrapper { border: none; }
  .listRow .productText .buttonContainer { display: none; }

}

