/* FRAME */
body {
  margin: 0px;
  padding: 0px;
  background: rgb(243, 243, 243);
  background: -moz-linear-gradient(0deg, rgb(243, 243, 243) 0%,rgb(214, 214, 214) 47%, rgb(185, 185, 185) 83%) fixed;
  background: -webkit-linear-gradient(0deg, rgb(243, 243, 243) 0%,rgb(214, 214, 214) 47%, rgb(185, 185, 185) 83%) fixed;
  background: -o-linear-gradient(0deg, rgb(243, 243, 243) 0%,rgb(214, 214, 214) 47%, rgb(185, 185, 185) 83%) fixed;
  background: -ms-linear-gradient(0deg, rgb(243, 243, 243) 0%,rgb(214, 214, 214) 47%, rgb(185, 185, 185) 83%) fixed;
  background: linear-gradient(0deg, rgb(243, 243, 243) 0%,rgb(214, 214, 214) 47%, rgb(185, 185, 185) 83%) fixed;
  font-family: Tahoma, Arial, Liberation Sans, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #424242
}
body img {float:left;}
body div img {float:none;}

body.iFrame {
  background: #ffffff;
}

var {
  display: none
}

img {
  border: 0px none
}

a {
  color: #424242;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

a.plain-link:hover {
  text-decoration: none;
}

.arrowRight {
  padding-right: 12px;
  background: url(/pix/navigation/arrowRighttWithoutSpace.gif) right
    center no-repeat
}

.arrowLeft {
  padding-left: 12px;
  background: url(/pix/navigation/arrowRighttWithoutSpace.gif) left center
    no-repeat
}

.arrowList li {
  background: transparent url(/pix/navigation/arrowRight.gif) 0 top
    no-repeat;
  padding-left: 10px;
  font-size: 12px;
  line-height: 16px;
}

form {
  margin: 0px;
  padding: 0px;
  display: inline
}

label {
  cursor: pointer
}

p {
  margin: 5px 0;
  padding: 0px
}

ul {
  list-style: none outside none;
  margin: 0px;
  padding: 0px
}

.left {
  float: left
}

.right {
  float: right
}

.clear {
  clear: both;
  font-size: 0px;
  height: 0px;
  line-height: 0px
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

.mainName {
  line-height: 30px;
  margin: 8px 5px 0px 0px;
  padding: 0px;  
  font-weight: bold
}

.backLink {
  font-size: 12px;
  line-height: 14px;
  margin: 20px 0 0 0px;
  padding: 0px;
  font-weight: bold
}

h1 {
  font-size: 23px;
  line-height: 25px;
  margin: 8px 0px 16px 0px;
  padding: 0px
}

h2 {
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
  padding: 0px
}

h3 {
  font-size: 16px;
  line-height: 19px;
  margin: 0px;
  padding: 0px
}

h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  margin: 0px;
  padding: 0px
}

h5 {
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
  padding: 0px
}

h1 span.topsellerLabelSub {
  font-size:12px;
  font-weight:normal;
  display:block;
  padding-left:3px;
}

sup.smallSize {
  font-size: 8px;
}

/* no jS info/-error-box */
#noJSBox {
  background: #fff;
  color: #e52030;
  font-weight: bold;
  padding: 10px;
  border-bottom: 2px solid #000
}

#noJSBoxHead {
  font-size: 18px;
  margin-bottom: 5px
}

/* Border */
.borderTop2 td {
  border-top: 2px solid #c8c8c8;
}

.borderTop1 td {
  border-top: 1px solid #c8c8c8;
}

.borderTop1Bottom1 td {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

.borderTop2Bottom1 td {
  border-top: 2px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

/* List */
.dot {
  list-style: disc;
  margin-left: 13px;
}
/* Padding / Margin */
.top5 {
  padding-top: 5px;
}

.top10 {
  padding-top: 10px;
}

.top20 {
  padding-top: 20px;
}

.bottom10 {
  padding-bottom: 10px;
}

.bottom20 {
  padding-bottom: 20px;
}

.left10 {
  margin-left: 10px;
}

.right10 {
  margin-right: 10px;
}

.right20 {
  margin-right: 23px;
}

.margin10 {
  margin: 10px 0px;
}

.margin20 {
  margin: 20px 0px;
}

.marginTop10 {
  margin-top: 10px;
}

.marginBottom20 {
  margin-bottom: 20px;
}

.marginLeft20 {
  margin-left: 20px;
}

/* width */
.width140 {
  width: 140px;
}

.width170 {
  width: 170px;
}

.width220 {
  width: 200px;
}

.width220 {
  width: 220px;
}

.width250 {
  width: 250px;
}

.width250 {
  width: 250px;
}

.width320 {
  width: 320px;
}

.width380 {
  width: 380px;
}

.width390 {
  width: 390px;
}

.width450 {
  width: 450px;
}

.width520 {
  width: 520px;
}

/* line-height */
.lh24 {
  line-height: 24px;
}

/* LINES */
.clipline {
  border-top: 1px solid #e4e4e4;
  clear: both;
}

.captcha {
  float: left;
  width: 320px;
}

.captcha #recaptcha_response_field {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.pdf {
  background: url(/pix/logos/pdficon_small.gif) center left no-repeat;
  padding-left: 26px;
  padding-top: 5px;
}

#phoneInfo,#contactForm {
  margin: 10px;
}

#contactForm sup {
  font-size: 9px;
  line-height: 7px;
  vertical-align: top;
}

/* Teaser */
#teasers {
  overflow: hidden
}

.teaserBox {
  position: relative;
  margin: 8px auto;
  width: 170px
}

.teaserBox div {
  position: absolute;
}

.teaserBox .bg2010 {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
}

.teaserBox .org {
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.teaserBox .shd {
  white-space: nowrap;
  z-index: 0
}

.teaserBox .b {
  font-weight: bold
}

.teaserBox .l {
  text-decoration: underline
}

.teaserBox .lt {
  text-decoration: line-through
}

.teaserBox .k {
  font-style: italic
}

.teaserBox a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}

.teaser_pic {
  width: 168px;
  height: 220px
}

.teaserLink {
  z-index: 3
}

a.skyTeaser { display:block; }
/* /Teaser */

/* PRICE */
.price {
  color: #ad0109
}

.price sup {
  vertical-align: top
}

.relatedPrice {
  color: #ad0109;
  font-size: 11px
}

.relatedPrice sup {
  font-size: 9px;
  vertical-align: super
}

.productShort .strikedPrice {
  font-size: 15px;
  line-height: 15px;
  text-decoration: line-through
}

.productShort .msrp {
  font-size: 15px;
  line-height: 15px;
  height:15px;
  text-decoration: line-through;
  color: #424242;
  display:inline-block;
}
.productShort .msrp sup {
  line-height:10px !important;
}

.productdetail #pageContent .productShort .price .msrp sup {
  font-size: 9px;
}

/* STOCKSTATUS */
.stockStatus {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
.restrictedQuantityOutOfStock {
  color: #AD0109;
}
.restrictedQuantityInStock {
  color: #009824;
}
/* search/box/standard.html legacy formatter */
.availabilityInvalid { color:#424242 }              /* stockstatus 0 // Nicht mehr im Sortiment */

.stockStatus1,
.stockStatus8,
.stockStatus11,
.availabilityInStock { color:#009824 }              /* stockstatus 1+8+11 // Auf Lager */

.stockStatus2,
.availabilityOrderNow { color:#488A01 }             /* stockstatus 2 // Jetzt bestellen, versandfertig in 1-n Tagen */

.availabilityPreorderGetOnRelease { color:#72B0FF } /* stockstatus 7 + manufacturerDeliveryDate // Jetzt vorbestellen, zum Releasetermin erhalten */

.stockStatus7,
.availabilityPreorder { color:#72B0FF }             /* stockstatus 7 // Jetzt vorbestellen */

.stockStatus9,
.availabilityAssembly { color:#72B0FF }             /* stockstatus 9 // PC Fertigung */

.stockStatus12,
.stockStatus13,
.availabilityDeliveryShortly { color:#69CE80 }      /* stockstatus 12+13 // Ware neu eingetroffen, in Kürze versandfertig */

.stockStatus14,
.availabilityStoreOnly { color:#009824 }            /* stockstatus 14 // Exklusiver Shopverkauf */

.stockStatus16,
.availabilityWebOnly { color:#E4A100 }              /* stockstatus 16 // delivery time 4-8 days, only by shipping */

.stockStatus3,
.stockStatus5,
.stockStatus6,
.availabilityShippingInDays{ color:#488A01 }          /* stockstatus 3+5+6 // Jetzt bestellen, versandfertig in x Tagen */

.stockStatus4,
.stockStatus10,
.availabilityDeliveryUnknown { color:#AD0109 }      /* stockstatus 4+10 // deliveryUnknown */

/* /STOCKSTATUS */
/* PAGE */

/* INFO-, SUCCESS-, ERRORBOX */
.messageBox {
  padding: 10px
}

.messageBox a {
  text-decoration: underline;
}

.messageBox li.msgHead {
  font-weight: bold;
  font-size: 14px;
  line-height: 25px
}

.successBox {
  border: 2px solid #2d2;
  background-color: #efe;
  padding: 10px
}

.errorBox {
  border: 2px solid #d22;
  background-color: #fee;
  padding: 10px
}

.infoBox {
  border: 2px solid #ccc;
  background-color: #eee;
  padding: 10px
}

.messageBox.thanksBox {
  padding: 0px;
}

.errorText {
  color: #F00
}

/* BOXEN, TABBER, TOGGLE */
/* veraltet, tabberBox benutzen! */
.box .head {
  background: #ccc url(/pix/structure/boxHeaderBigBG.png) left top
    repeat-x
}

.box .head ul li {
  float: left;
  text-align: center;
  padding: 0px 8px;
  border-right: 1px solid #919191
}

.box .head ul li a {
  float: left
}

.box .head ul li:last-child {
  border-right: 0px
}

.box .head ul li.active,.box .head ul li:hover {
  background: url(/pix/structure/boxHeaderBigHoverBG.png) left bottom
    repeat-x
}

.box .head ul li a:hover {
  text-decoration: none
}

.box .head ul li.toggle a {
  background: url(/pix/navigation/arrowDown.png) center right no-repeat
}

.box .head ul li.toggle.open a {
  background: url(/pix/navigation/arrowUp.png) center right no-repeat
}
/* veraltet, tabberBox benutzen! */
.tabberBox {
  border: 2px solid #E4E4E4;
  margin: 8px 0;
}

.tabberBox .head {
  background: #ccc url(/pix/structure/boxHeaderBigBG.png) left top
    repeat-x;
  border-bottom: 1px solid #D4D4D4;
  height: 33px;
}

.tabberBox .head ul li {
  font-size: 14px;
  float: left;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-right: 1px solid #919191
}

.tabberBox .head ul li a {
  float: left;
}

.tabberBox .head ul li:last-child {
  border-right: 0px
}

.tabberBox .head ul li.active,.tabberBox .head ul li a:hover {
  background: url(/pix/structure/boxHeaderBigHoverBG.png) left bottom
    repeat-x;
  text-decoration: none
}

.tabberBox .head ul li .grey {
  font-weight: normal;
  color: #999;
}

.tabberBox .head ul li.deactive a {
  background: url(/pix/structure/boxHeaderBigGrey.png) left bottom
    repeat-x;
  text-decoration: none;
  color: #979797;
  cursor: default;
}

.smallTabberBox {
  border: 2px solid #E4E4E4;
  margin: 8px 0;
}

.smallTabberBox .head {
  background: #ccc url(/pix/structure/boxHeaderBG.png) left bottom
    repeat-x;
  height: 22px;
  border-bottom: 1px solid #D4D4D4;
  line-height: 22px;
}

.smallTabberBox .head ul li {
  float: left;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}

.smallTabberBox .head ul li.active,.smallTabberBox .head ul li a:hover {
  background: url(/pix/structure/boxHeaderHoverBG.png) left bottom
    repeat-x;
  text-decoration: none;
}

.smallTabberBox .head ul li a {
  float: left;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
}

#mailTabs .active a {
  color: #AD0109;
}
/* /BOXEN, TABBER, TOGGLE */
#page,#pageBig,#pageHuge,#pageRight {
  position: relative;
  z-index: 0;
  padding: 0px 24px 0px 24px;
  margin: 0px auto;
  width: 1032px;
  background: url(/pix/structure/shadowBG.png) 0px 0px repeat-y
}

#shadowBottom {
  margin: 0px auto;
  height: 21px;
  width: 1080px;
  background: url(/pix/structure/shadowBottomBG.png) 0px 0px
}

/* SELECT INPUT FIELDS */
select {
  display: none
}

select[name=companyType],select[name=salutation] {
  float: left
}

.sb_selectContainer {
  float: left;
  font-size: 13px;
  line-height: 19px;
  position: relative;
}

.sb_selectContainer .sb_select {
  background: url("/pix/navigation/arrowDown3.gif") no-repeat scroll right
    0 #FAFAFA;
  border: 1px solid #C0C0C0;
  cursor: pointer;
  display: block;
  height: 19px;
  margin: 4px 0;
  overflow: hidden;
  padding: 0 25px 0 4px;
}

.sb_selectContainer .sb_select .sb_matching {
  background-color: #CDD8E4;
}

.autocompleteContainer .autocompleteContent,.sb_selectContainer .sb_options
  {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  display: none;
  left: 0;
  line-height: 18px;
  margin: 0;
  max-height: 220px;
  min-width: 200px;
  overflow: auto;
  padding: 0;
  position: absolute;
  z-index: 100;
  top: 26px;
}

.sb_selectContainer .sb_options .sb_li {
  cursor: pointer;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0 2px;
  line-height: 22px;
}

.autocompleteContainer .autocompleteContent .active,.sb_selectContainer .sb_options .sb_selected { background-color: #EAF2FB}
.sb_selectContainer .sb_options .sb_disabled { color:#999 }

.autocompleteContainer .autocompleteContent li:hover,.sb_selectContainer .sb_options .sb_li.sb_hover,.sb_selectContainer .sb_options .sb_li:hover
  {
  background-color: #CDD8E4
}

.sb_selectContainer .sb_options .sb_optgroupLabel {
  background-color: #DDE8F4;
  font-weight: bold;
  display: block;
  padding: 2px 0 2px 10px;
  text-align: center;
}

.sb_selectContainer .sb_options .sb_optgroup .sb_li {
  padding-left: 10px
}

.autocompleteContainer .autocompleteContent {
  width: 200px
}

.autocompleteContainer {
  position: relative;
  float: left;
}

.autocompleteContainer .autocompleteContent li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}

.autocompleteContainer .autocompleteContent {
  top: 25px
}

#sb_ceoBirthdayDay,#sb_birthdayDay,#sb_requestBirthdayDay {
  padding: 0px 30px 0px 4px;
  margin: 4px 2px 0px 0px;
  width: 50px;
  float: left;
}

#sb_cardValidMonth,#sb_ceoBirthdayMonth,#sb_birthdayMonth,#sb_requestBirthdayMonth {
  padding: 0px 30px 0px 4px;
  margin: 4px 2px 0px 2px;
  width: 65px;
  float: left;
}

#sb_cardValidYear,#sb_ceoBirthdayYear,#sb_birthdayYear,#sb_requestBirthdayYear {
  padding: 0px 30px 0px 4px;
  margin: 4px 2px 0px 2px;
  width: 55px;
  float: left;
}

#birthdayDay,#birthdayMonth,#birthdayYear {
  float: left
}

.checkout select {
  background-color: #fafafa;
  border: 1px solid #c0c0c0;
  margin: 4px 0;
  padding: 2px;
}

input[type=text],input[type=password] {
  padding: 2px;
  border: 1px solid #c0c0c0;
  background-color: #fafafa;
  margin: 3px 0;
  font-size: 13px;
  line-height: 16px;
}

input[type=text]#deliveryCity,input[type=text]#city {
  width: 253px !important;
}

input[type=text]#deliveryZip,input[type=text]#zip {
  width: 50px !important;
  margin-right: 5px;
}

.spanlabel,
label {
  margin: 4px 0;
  font-size: 13px;
  line-height: 21px;
}
.spanlabel {
  float:left;
}

input[type=radio] {
  margin: 5px 10px 0 0;
}

input[type=radio]#pod {
  margin: 5px 10px 0 0;
}

input[type=radio]#creditcard {
  margin: 8px 10px 0 0;
}

input[type=radio]#prepay {
  margin: 4px 10px 0 0;
}

input[type=radio]#paypal {
  margin: 5px 10px 0 0;
}

input[type=radio]#financial {
  margin: 4px 10px 0 0;
}

input[type=checkbox] {
  margin: 10px;
}
textarea {
  border: 1px solid #c0c0c0;
  background-color: #FAFAFA;
  margin: 0px;
  padding: 2px;
  width: 520px;
  resize: none;
}

#lightboxDyn .address sup {
  font-size: 8px;
}

.lightboxFrame label {
  float: left;
  width: 210px;
}
.lightboxFrame label[for=packstationSearch] {
  width: 160px;
}

.lightboxFrame #ceoStreet,.lightboxFrame #ceoStreetNo, .lightboxFrame #ceoZip,
.lightboxFrame #ceoCity ,.lightboxFrame #zip,.lightboxFrame #city,
.lightboxFrame #deliveryCity,.lightboxFrame #deliveryZip,
.lightboxFrame #packstationCity,.lightboxFrame #packStationZip,
.lightboxFrame #packstationSearch {
  float: left;
}

.lightboxFrame input[type=text],.lightboxFrame input[type=password] {
  float: right;
  width: 314px;
}
.lightboxFrame textarea {
  width: 314px;
  height: 60px;
  resize: none;
}

/* Inputs und div-Elemente als Fehlerhaft markieren */
textarea.error,input.error,select.error,.sb_selectContainer .sb_error,select.error,captcha.error input {
  border: 1px solid red !important;
}

/* SELECT INPUT FIELDS */

/* HEADER */
#header {
  height: 80px;
  width:1032px;
  background-color: #262626;
  position: relative;
}
#header .headerFixed {
  height: 80px;
  width:1032px;
  background-color: #262626;
  background-image: url(/pix/header/headerBG_fixed.jpg);
  background-repeat: no-repeat;
  position: fixed;
  z-index: 999;
}

#header #headerLogo {
  position:absolute;
  bottom:26px;
  left:29px;
  width: 194px;
  height: 30px;
  background-image: url(/pix/header/alternateLogo_fixed.png);
  background-repeat: no-repeat;
}

.language_de.b2c #headerLogo.slogan{
  background-image: url(/pix/header/logo/slogan/alternate_de_fixed.png) !important;
  height: 50px !important;
  bottom:12px !important;
}

.language_de.b2b #headerLogo {
  background-image: url(/pix/header/alternateLogo_b2b_fixed.png) !important;
  height: 46px !important;
  bottom:16px !important;
}
.language_de.b2c #headerLogoCompare.slogan{
  background-image: url(/pix/header/logo/slogan/alternate_smaller_de.png);
}

body.b2b .hideB2B {
  display: none;
}

body.b2c .hideB2C {
  display: none;
}

#pageHuge.b2c .hideB2C,#lightboxDyn .b2c .hideB2C {
  display: none;
}

#pageHuge.b2b .hideB2B,#lightboxDyn .b2b .hideB2B {
  display: none;
}

#pageHuge.b2b .hideB2C,#lightboxDyn .b2b .hideB2C {
  display: block !important;
}

#pageHuge.b2c .hideB2B,#lightboxDyn .b2c .hideB2B {
  display: block !important;
}

#headerCompare {
  height: 70px;
  background-color: #262626;
  background-image: url(/pix/header/headerBG.jpg);
  background-repeat: no-repeat;
  position: relative;
  z-index: 50;
}

#headerLogoCompare {
  float: left;
  margin: 14px 0 0 25px;
  width: 230px;
  height: 54px;
  background-image: url(/pix/header/alternateLogoSmaller.png);
  background-repeat: no-repeat;
}

#cartBoxHover {
  margin-bottom: 10px;
}

#cartBoxHover nobr {
  float:left;
}

#headerLinks {
  position: absolute;
  right: 20px;
  color: #e7e7e7;
  font-size: 12px;
  line-height: 15px;
  height:100%;
}
#headerLinks .buttons{
  top:27px;
  right:0px;
  position:absolute;
  height:34px;
  width:275px;
}
#headerLinks .buttons a { 
  display:inline-block;
  float:right;
}
#headerLinks .buttons a.hidden { 
  display:none;
}
#headerLinks .buttons a.inactive, #headerLinks .buttons a.inactive span {
  color:#666 !important;
}
#headerLinks .buttons a.inactive #cartProductCount {
  display:none;
}
#headerLinks .buttons #toCartButton {
  position:relative;
  margin-right:8px;
}
#headerLinks .buttons #toCartButton .icon {
  background-image: url(/pix/cart/cart_header.png);
  background-repeat: no-repeat;
  margin-top:5px;
  width: 31px;
  height: 22px;
  display:block;
}
#headerLinks .buttons #toCartButton #cartProductCount {
  background:transparent;
  position:absolute;
  top:-9px;
  left:0px;
  width:52px;
  text-align:center;
  color: #0f930a;
  font-size:11px;
}

#headerLinks #welcome {
  color:#A8A8A8;
  position:absolute;
  top:10px;
  right:0px;
  display:block;
  white-space: nowrap;
}

#headerLinks sup {
  vertical-align: text-top;
  line-height: 12px
}

#headerLinks p {
  line-height: 15px;
  margin: 8px 0
}

#headerLinks a {
  color: #e7e7e7;
}

/* /HEADER */
/* TABBERS */
body.country_be #tabberTab .tab {padding:0px 9.5px;}

#tabberTab .tab {
  font-size: 15px;
  text-decoration: none;
  height: 35px;
  line-height: 35px;
  margin: 0px;
  padding: 0 9px;
  display: block;
  border-right: 1px solid #a4a4a3;
}

#tabberTab li:last-child .tab {
  border-right: 0px;
}

body.b2b #tabberTab .tab {
  padding: 0 8px;
}

body.country_de.b2c #tabberTab .tab {
  padding: 0 6px !important;
}
body.country_de.b2b #tabberTab .tab {
  padding: 0 5px !important;
}

#tabberTab {
  background-image: url(/pix/structure/tabber/tabberBG.png);
  background-repeat: repeat-x;
  border-bottom: 1px solid #a4a4a3;
  height: 35px;
  overflow: hidden;
  width:1032px
}
#tabberFixedContainer {
  height:68px;
}
#tabberFixedContainer #tabbers {
  z-index: 800;
  position:fixed;
  box-shadow:0 0 3px 0 rgba(164,164,163,0.9);
  -webkit-box-shadow: 0 0 3px 0 rgba(164,164,163,0.6);
}

#tabberTab li {
  position: relative;
}

#tabberTab li .new {
  background-image: url("/pix/structure/tabber/tabberNew.png");
  background-repeat: no-repeat;
  background-position: right 1px;
}

#tabberTab li.left:hover {
  background-image: url(/pix/structure/tabber/tabberHoverBG.png);
  background-repeat: repeat-x;
}

/* SUB TABBER */
#tabberSub {
  background: rgb(203,212,218);
  background: -moz-linear-gradient( bottom, rgb(203,212,218) 92%, rgb(186,194,199) 97%, rgb(169,176,180) 97%, rgb(157,163,167) 100%, rgb(145,150,154) 100%);
  background: -webkit-linear-gradient( bottom, rgb(203,212,218) 92%, rgb(186,194,199) 97%, rgb(169,176,180) 97%, rgb(157,163,167) 100%, rgb(145,150,154) 100%);
  background: -o-linear-gradient( bottom, rgb(203,212,218) 92%, rgb(186,194,199) 97%, rgb(169,176,180) 97%, rgb(157,163,167) 100%, rgb(145,150,154) 100%);
  background: -ms-linear-gradient( bottom, rgb(203,212,218) 92%, rgb(186,194,199) 97%, rgb(169,176,180) 97%, rgb(157,163,167) 100%, rgb(145,150,154) 100%);
  background: linear-gradient( bottom, rgb(203,212,218) 92%, rgb(186,194,199) 97%, rgb(169,176,180) 97%, rgb(157,163,167) 100%, rgb(145,150,154) 100%);
  background-repeat: repeat-x;
  border-top: 1px solid #82878a;
  border-bottom: 1px solid #a4a4a3;
  height: 30px;
  line-height: 30px;
  width:1032px;
}
#tabberSub .permanentArea {
  float:right;
}
#tabberSub .dynamicArea { 
  height:30px; 
  overflow:hidden;
}

#search {
  top: 28px;
  left: 357px;
  position: absolute;
}
#suggestLayer {
  position: absolute;
  left: 357px;
  top: 55px;
}

#searchPortal {
  float: left;
  margin-top: 2px;
  height: 43px;
  border-right: 0px;
  position: relative;
}

#search .autocompleteContent,#searchPortal .autocompleteContent{
  top:34px;
}

#search img,#searchPortal img {
  margin: 5px 0 0 15px;
  float: left;
  background-color: #fefefe;
  border: 1px solid #aaa;
  border-right: 0px
}

#searchCriteria {
  float: left;
  height: 22px;
  font-size:15px;
  line-height: 22px;
  border: 1px solid #aaa;
  width: 336px;
  margin:0;
  color: #424242;
  padding: 1px 1px 1px 7px;
}

::-webkit-input-placeholder { color:#999; opacity:1 }
::-moz-placeholder { color:#999; opacity:1 } /* firefox 19+ */
:-ms-input-placeholder { color:#999; opacity:1 } /* ie */
:-moz-placeholder { color:#999; opacity:1 }

#searchCriteriaPortal {
  float: left;
  height: 20px;
  line-height: 20px;
  border: 1px solid #aaa;
  margin: 11px 0px 0px 5px;
  width: 250px;
  color: #424242;
  padding: 1px 1px 1px 15px;
  background: url("/pix/search/searchButton.gif") no-repeat #fefefe;
}

#search .miniSearchSubmit {
  float:left;
  margin-left:1px;
}
#searchPortal .miniSearchSubmit {
  float: left;
  margin: 13px 6px 0 6px;
}

#search .search-suggestions-header,#searchPortal .search-suggestions-header {
  color: #fff;
  background: #30424e;
  font-weight: bold;
  padding: 3px;
}
#search #suggest,#searchPortal #suggest {
  border: 1px solid #E4E4E4;
  z-index: 1000;
  position: absolute;
  background-color:#fff;
  top:35px;
  left:14px;
  display: none;
}
#searchOrderForm {
  float:left; margin: 10px 15px 0 0
}

#suggest a {
  line-height: 18px !important;
}
#suggest a:hover,
#suggest a.entry.selected {
  background-color: #CDD8E4;
}
#search #suggest .entry,#searchPortal #suggest .entry {
  overflow: hidden;
  display: block;
  width: 170px;
  border-right: 0 !important;
  height: auto
}
#search .search-suggestions-box,#searchPortal .search-suggestions-box {
  width: 194px;
  height: 220px;
  float: left;
  overflow-x: hidden;
  padding: 10px;
}

#search .search-suggestions-box:nth-child(even),#searchPortal .search-suggestions-box:nth-child(even) {
  border-left: 1px solid #E4E4E4;
}
#search .search-suggestions-box:nth-child(2) .entry,#searchPortal .search-suggestions-box:nth-child(2) .entry {
  width: 95px !important;
  height: 34px !important;
  overflow: hidden;
}

#search .productName .picture,#searchPortal .productName .picture {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 5px;
}

#search .productName .picture img,#searchPortal .productName .picture img {
  margin: 0;
  border: 0px;
}

#tabberSub a {
  font-size: 12px;
  line-height: 30px;
  color: #595959;
  text-decoration: none;
  height: 30px;
  padding: 0 18px;
  display: block;
  float: left;
}

#tabberSub a:hover {
  background: rgb(189,197,203);
  background: -moz-linear-gradient( bottom, rgb(189,197,203) 92%, rgb(174,181,186) 97%, rgb(158,165,168) 97%, rgb(147,152,156) 100%, rgb(135,139,143) 100%);
  background: -webkit-linear-gradient( bottom, rgb(189,197,203) 92%, rgb(174,181,186) 97%, rgb(158,165,168) 97%, rgb(147,152,156) 100%, rgb(135,139,143) 100%);
  background: -o-linear-gradient( bottom, rgb(189,197,203) 92%, rgb(174,181,186) 97%, rgb(158,165,168) 97%, rgb(147,152,156) 100%, rgb(135,139,143) 100%);
  background: -ms-linear-gradient( bottom, rgb(189,197,203) 92%, rgb(174,181,186) 97%, rgb(158,165,168) 97%, rgb(147,152,156) 100%, rgb(135,139,143) 100%);
  background: linear-gradient( bottom, rgb(189,197,203) 92%, rgb(174,181,186) 97%, rgb(158,165,168) 97%, rgb(147,152,156) 100%, rgb(135,139,143) 100%);
}
/* /SUB TABBER */

/* PageContent */
#content {
  position: relative;
  border-top: 1px solid #dfe2e4;
  width: 1032px;
  overflow:hidden;
  background: url(/pix/structure/pageContentTeaserBG.gif) 0px 0px repeat-y
}

#pageBig #content {
  background: #fff url(/pix/structure/pageContentBigBG.gif) 0px 0px
    repeat-y
}

#pageHuge #content {
  background: #fff
}

#pageRight #content {
  background: #fff url(/pix/structure/pageContentBigRightBG.gif) 0px 0px
    repeat-y
}

#contentWrapper {
  float: left;
}

#page #contentWrapper {
  background-color: #FFF
}

.help #contentWrapper {
  width: 836px;
}

#stage {
  width: 836px;
  margin-top: -1px;
}

.stage {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  width: 836px;
  position: relative;
}

#pageContent {
  float: left;
  padding: 8px;
  width: 624px
}

#pageBig #pageContent {
  width: 820px
}

#pageBig.themeworld #pageContent {
  float: left;
  width: 836px;
  padding: 0px;
  margin-top: -1px
}

#pageHuge #pageContent {
  width: 1016px
}

#pageHuge.recommendAddToCart #pageContent {
  width: 1032px
}

#pageRight #pageContent {
  width: 550px;
}

#pageContent > .headerOutbreak { margin:-8px -8px 0 -8px }

#pageBottomContent {
  background-color: #FFF;
  padding: 0 8px 8px 8px;
}

.breadCrumbs {
  padding-bottom: 8px
}

#pageContent .breadCrumbs {
  padding: 0 10px 3px;
}

.sideArea {
  width: 196px;
  float: left;
  margin-bottom:30px;
  overflow:hidden;
}

.sideAreaBig {
  padding-top: 8px;
  width: 270px;
  float: left;
}
/* HIGHLIGHTS */
.highlightMatrix a:hover {
  text-decoration: none;
  cursor: pointer;
}
/* 4x1 highlight */
.h4x1 {
  margin: 0 10px 8px 10px;
  display: block;
  width: 620px;
  height: 242px;
  position: relative;
}

.h4x1 .highlights .item {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 620px;
  height: 200px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.h4x1 .highlights .item .highlight {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 620px;
  height: 200px;
  display:block;
}

.h4x1 .highlights .item sup {
  font-size: 24px;
  line-height: 27px;
  vertical-align: top;
}

#accordion .slider .item .dynamicPrice sup,.stageHighlightFade .highlights .item .dynamicPrice sup
  {
  font-size: 24px;
  line-height: 46px;
  vertical-align: top;
}

#accordion .slider .item .dynamicPrice span,.stageHighlightFade .highlights .item .dynamicPrice span
  {
  float: left;
}

#accordion .slider .item .dynamicPrice .left,.stageHighlightFade .highlights .item .dynamicPrice .left
  {
  height: 53px;
  width: 2px;
  background: url(/pix/product/dynamicPrice/dynamicPriceBgLeft.png) 0 0
    no-repeat;
}

#accordion .slider .item .dynamicPrice .center,.stageHighlightFade .highlights .item .dynamicPrice .center
  {
  height: 53px;
  padding: 0 10px;
  line-height: 50px;
  background: url(/pix/product/dynamicPrice/dynamicPriceBgCenter.png) 0 0
    repeat-x;
}

#accordion .slider .item .dynamicPrice .right,.stageHighlightFade .highlights .item .dynamicPrice .right
  {
  height: 53px;
  width: 4px;
  background: url(/pix/product/dynamicPrice/dynamicPriceBgRight.png) 0 0
    no-repeat;
}

#accordion .slider .item .dynamicPrice .textAddon,.stageHighlightFade .highlights .item .dynamicPrice .textAddon
  {
  padding-right: 10px;
}

.h4x1 .control {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: url(/pix/structure/greyBG-45.png);
  width: 620px;
  background-repeat: repeat-x;
}

.h4x1 .control .entry {
  width: 155px;
  height: 45px;
  float: left;
  color: #FFF;
  position: relative;
  border-right: 1px solid #494C52;
}

.h4x1 .control .entry:hover {
  cursor: pointer
}

.h4x1 .control .entry .image {
  width: 30px;
  height: 30px;
  margin: 4px 4px 0 4px;
  -moz-box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
  -o-box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
  -ms-box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
  box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
  background:#fff; 
  padding:3px;
}

.h4x1 .control .entry .name {
  position: absolute;
  overflow: hidden;
  top: 6px;
  left: 45px;
  font-size: 11px;
  line-height: 13px;
  vertical-align: top;
  white-space: nowrap;
  width: 100px;
}

.h4x1 .control .entry .price {
  position: absolute;
  bottom: 6px;
  left: 45px;
  font-size: 11px;
  line-height: 13px;
  color: #FFF;
  font-weight: bold;
}

.h4x1 .control .entry .themeworld {
  position: absolute;
  overflow: hidden;
  top: 6px;
  left: 6px;
  font-size: 11px;
  line-height: 13px;
  vertical-align: top;
  width: 143px;
}

.h4x1 .control .entry.active {
  background-image: url(/pix/structure/dark-greyBG-45.png);
}
/* /h4x1 highlight */
.highlightEyeCatcher {position:absolute; z-index:10; margin-bottom:4px}
/* 4x1 stageHighlightFade*/
.stageHighlightFade a:hover {
  text-decoration: none;
  cursor: pointer;
}

.stageHighlightFade {
  height: 320px;
  position: relative;
}

.stageHighlightFade.count1 {
  height: 280px;
}

.stageHighlightFade .item {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 836px;
  height: 280px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.stageHighlightFade .item .highlight {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 836px;
  height: 280px;
  display:block;
}

.stageHighlightFade .item sup {
  font-size: 24px;
  line-height: 27px;
  vertical-align: top;
}

.stageHighlightFade .control {
  width: 836px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: url(/pix/structure/light-greyBG-45.png);
  background-repeat: repeat-x;
  height: 45px
}

.stageHighlightFade.count1 .control {
  display: none;
}

.stageHighlightFade .control .entry {
  width: 209px;
  height: 45px;
  float: left;
  position: relative;
  border-right: 1px solid #a4a8b0
}

.stageHighlightFade .control .entry:hover {
  cursor: pointer
}

.stageHighlightFade .control .entry .image {
  width: 30px;
  height: 30px;
  margin: 4px 4px 0 4px;
  -moz-box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
  -o-box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
  -ms-box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
  box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.4) inset;
  background:#fff;
  padding:3px;
}

.stageHighlightFade .control .entry .name {
  position: absolute;
  overflow: hidden;
  top: 6px;
  left: 46px;
  font-size: 11px;
  line-height: 13px;
  vertical-align: top;
  white-space: nowrap;
}

.stageHighlightFade .control .entry .price {
  position: absolute;
  overflow: hidden;
  bottom: 3px;
  left: 46px;
  font-size: 11px;
  line-height: 13px;
  vertical-align: top;
  white-space: nowrap;
}

.stageHighlightFade .control .entry .themeworld {
  position: absolute;
  overflow: hidden;
  top: 6px;
  left: 6px;
  font-size: 11px;
  line-height: 13px;
  vertical-align: top;
}

.stageHighlightFade .control .entry.active {
  background-color: #bdbdbd;
}
/* 4x1 stageHighlightFade*/

/* outlet stage highlights */

.highlights .detailsContainer {
  padding:10px 0px 0 0; 
  width:410px;
  float:left;
}
.highlights .pictureContainer {
  width: 350px;
  position: relative;
  float: left;
  margin:20px 0 15px 40px;
}
.highlights .priceContainer {
  position: absolute;
  right:40px;
  bottom:15px;
  text-align:right;
  background-color:#FFF;
}
.highlights .detailsContainer .logoContainer {
  position: absolute;
  text-align:right;
  width:100px;
  right:20px;
  top:20px
}
.highlights .shortInfoContainer {
  position:absolute;
  bottom:20px;
  left:390px;
  width:250px;
  overflow:hidden
}
.highlights .shortInfoContainer ul {
  display:block
}
.highlights .shortInfoContainer sup {
  font-size:10px;
  line-height:12px;
  vertical-align: super;
}
.highlights .pictureContainer .pic {
  display: block;
  height: 230px;
  width: 230px;
  background-repeat:no-repeat;
}

.highlights .pictureContainer .eyeCatcherOutlet {
  position:absolute;
  margin-left:90px;
  margin-top:165px;
  padding:2px 5px;
  font-size:14px;
  line-height:16px;
}

.highlights .pictureContainer .eyeCatcherOutlet .top,
.highlights .pictureContainer .eyeCatcherOutlet .bottom {
  display: block;
  text-align:center
}
.highlights .pictureContainer .eyeCatcherOutlet .top {
  font-size:16px;
  line-height:20px;
}
.highlights .pictureContainer .eyeCatcherOutlet .top .discount,
.highlights .pictureContainer .eyeCatcherOutlet.refurbished .top {
  font-size:20px;
  line-height:22px;
}
.highlights .detailsContainer .manufacturerName {
  line-height: 30px;
  font-weight: bold;
  font-size: 25px
}
.highlights .detailsContainer .name {
  line-height: 23px;
  font-weight: bold;
  font-size: 20px;
  float:left;
  width:350px;
  padding-right:90px;
}
.highlights .detailsContainer .productNameSub {
  display:block;
  margin:5px 0 10px 0;
}

.highlights .detailsContainer .descriptionContainer .description {
  line-height: 13px;
  top: 5px;
  font-size: 12px;  
  width: 300px;
  height:100px
}

.highlights .shortInfoContainer .ratings {
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 70px;
}

.highlights .shortInfoContainer .shortInfo{
  
}

.highlights .priceContainer .price {
  line-height: 35px;
  font-weight: bold;
  font-size: 35px;
  margin-top: -5px;
  display:block;
}

.highlights .priceContainer .price sup {
  font-size: 15px;
  vertical-align: super;
}

.highlights .priceContainer .strikedPrice {
  line-height: 20px;
  font-weight: bold;
  font-size: 17px;
  vertical-align: text-bottom;
  
}

.highlights .priceContainer .strikedPrice sup {
  font-size: 10px;
  vertical-align: super;
}

.outlet #outletHeader {
  margin-left:0px !important;
}
.outlet .highlightMatrix {
  margin-left: 11px
}
/* 1x1 highlight */
.highlightMatrix .h1x1 {
  overflow: hidden;
  height: 245px;
  float: left;
  position: relative;
  margin: 0px 0px 8px 8px;
  padding: 10px 8px;
  width: 130px;
  border: 2px solid #e4e4e4;
}

.highlightMatrix .h1x1 .manufacturerName {
  color: #767676;
  display: block;
  overflow: hidden;
  height: 14px;
}

.highlightMatrix .h1x1 .name {
  overflow: hidden;
  max-height: 36px;
  font-size: 15px;
  display: block;
  line-height: 18px;
  color: #000;
}

.highlightMatrix .h1x1 .pic {
  display: block;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  margin: 7px auto;
}

.highlightMatrix .h1x1 .category {
  color: #767676;
  display: block;
  overflow: hidden;
  height: 26px;
  padding-bottom: 3px;
}

.highlightMatrix .h1x1 .strikedPrice {
  position: absolute;
  bottom: 4px;
  right: 10px;
  font-size: 12px;
  line-height: 14px;
}

.highlightMatrix .h1x1 .price {
  color: #ad0109;
  position: absolute;
  bottom: 20px;
  right: 10px;
  font-size: 18px;
  line-height: 20px;
}

.highlightMatrix .h1x1 .price sup {
  vertical-align: top;
  font-size: 13px;
  line-height: 12px;
}

.highlightMatrix .h1x1 .pricePerUnit {
  color: #888;
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-size: 10px;
  line-height: 12px;
}

.highlightMatrix .h1x1 .pricePerUnit sup {
  vertical-align: top;
  line-height: 8px;
}

.highlightMatrix .carousel {
  clear: both;
  padding: 10px;
  border: 2px solid #e4e4e4;
  background-image: url(/pix/structure/whiteToGrey-87.gif);
  background-repeat: repeat-x;
  background-position: 0px bottom;
}

.highlightMatrix .carousel .top {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}

.highlightMatrix .carousel .top .desc {
  color: #767676
}

.highlightMatrix .highlight-simple-small {
  float: left;
  margin: 0px 0px 8px 8px;
  width: 146px;
  height: 265px;
  border: 2px solid #e4e4e4
}

.highlightMatrix span.highlight-simple-small {
  padding: 5px 0px;
}

.highlightMatrix.portalHighlights{
  width:632px;
}
.highlightMatrix.portalHighlights a:first-child{
  margin-left:0px;
}

/* jcarousel */
.carousel .jcarouselHorizontal {
  height: 50px;
  overflow: hidden
}
.carousel .jcarousel-clip-horizontal {
  margin: 0px 30px
}

.carousel ul {
  height: 50px
}
.carousel li {
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  margin: 0 25px 0 5px;
}

.carousel li a {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}
.carousel .jcarousel-next-horizontal {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 50px;
  cursor: pointer;
  background: url(/pix/navigation/carousel-arrow-right.png) no-repeat
    center center
}

.carousel .jcarousel-prev-horizontal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 50px;
  cursor: pointer;
  background: url(/pix/navigation/carousel-arrow-left.png) no-repeat
    center center
}

.carousel .jcarousel-prev-disabled {
  background: none;
}

.carousel .jcarousel-next-disabled {
  background: none;
}
/* /jcarousel*/

/* /HIGHLIGHTS */

/* DISPLAYNAMEINPUTPAGE */
.chooseDisplayName #displayname {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.chooseDisplayName #displayname .head {
  margin-bottom: 10px;
}

.chooseDisplayName #displayname .errorBox {
  width: 510px;
}
.chooseDisplayName #displayname #submitDisplayName {
  margin-left: 50px
}
.chooseDisplayName #input
  {
  width: 233px;
  float: left;
  margin-top: 0px;
}

#displayNameLightBox .info,#displayname .info {
  background: url(/pix/icons/infoSmall.png) 0 0 no-repeat;
  width: 15px;
  height: 15px;
  float: left;
  margin: 0px 18px 11px 5px;
  cursor: wait;
}
/* DISPLAYNAMEINPUTPAGE */
label .info {
  background: url(/pix/icons/infoSmall.png) right center no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
}
/* Login */
#loginFormContent input[name=loginname],
#loginFormContent input[name=password] {
  float: right;
  width: 314px;
}
#loginFormContent label {
  float:left;
  width:200px;
  margin-right:10px;
}
#loginFormContent #labelLoginname { 
  line-height: 18px;
}
#loginFormContent .button {
  float: right;
}
#loginFormContent .actions {
  float:right;
  line-height: 21px;
  text-align: right;
  margin-right:15px
}
#loginFormContent .actions a {
  display:block
}
.loginpageDefault #loginFormContent input[name=loginname],
.loginpageDefault #loginFormContent input[name=password] {
  margin-right:30px;
}
.loginpageDefault #loginFormContent .button {
  margin-right:28px;
}
.loginpage .tabberBox .head ul li {
  padding: 0 10px;
}
.simpleLogin .lock {
  background: url(/pix/icons/lock.png) right 0 no-repeat;
  padding: 0px 25px 0px 0;
  float: left;
  line-height: 30px;
}
.loginForCheckout .leftBox {
  width: 500px;
  float: left;
  padding-right: 15px;
  border-right: 2px solid #CBCBCB;
  min-height:200px
}
.loginForCheckout #loginFormContent input[name=loginname],
.loginForCheckout #loginFormContent input[name=password]{
  width: 284px;
}
.loginForCheckout #loginFormContent #toRegisterPage {
  display:none;
}
.loginForCheckout .rightBox {
  width: 245px;
  padding:0 0 10px 15px;
  float: left;
  height: 182px;
  text-align: right;
}
.loginForCheckout .rightBox .button {
  float: right;
}
.loginB2B {
  width: 495px;
  margin: 30px 0 0 30px;
}
.loginB2B #registerB2B {
  float: right;
}
.loginB2B #loginFormContent label {
  width: 165px
}
.loginB2B #loginFormContent #toRegisterPage,
.loginB2B #loginFormContent #getRegisterLink {
  display:none
}
/* Login */
/* Password Forgotten */
#page.newPassword .tabberBox ul li,#page.passwordForgotten .tabberBox ul li,#page.getRegisterLink .tabberBox ul li,#page.pageAs .tabberBox ul li
  {
  padding: 0 10px;
}

#page.newPassword .tabberBox .content,#page.passwordForgotten .tabberBox .content,
#page.getRegisterLink .tabberBox .content,#page.pageAs .tabberBox .content,
#page.sendCustomerRegisterLink .tabberBox .content,#page.registerCustomer .tabberBox .content
  {
  padding: 10px
}

#page.passwordForgotten .tabberBox label {
  float: left;
  width: 140px;
}

#page.newPassword .tabberBox input[type=password],
#page.passwordForgotten .tabberBox input[type=text]
  {
  float: left;
  width: 300px;
  margin: 3px 10px
}

#page.newPassword .tabberBox .button,#page.passwordForgotten .tabberBox .button
  {
  float: right;
  margin: 3px 0
}

#page.newPassword .tabberBox label {
  float: left;
  width: 190px;
}
/* /Register again */

#page.getRegisterLink .tabberBox input[type=text],#page.pageAs .tabberBox input[type=text],#page.pageAs .tabberBox input[type=password],
#page.sendCustomerRegisterLink .tabberBox input[type=text],#page.sendCustomerRegisterLink .tabberBox input[type=password],
#page.registerCustomer .tabberBox input[type=text],#page.registerCustomer .tabberBox input[type=password]
  {
  float: left;
  width: 200px;
  margin: 3px 10px
}

#page.getRegisterLink .tabberBox label,#page.pageAs .tabberBox label,#page.sendCustomerRegisterLink .tabberBox label,#page.registerCustomer .tabberBox label
{
  float: left;
  width: 140px;
}




/* TEASERS */
.sideArea .box {
  background-color: #FFF;
  margin: 8px auto;
  padding: 10px;
  width: 150px;
  border: 2px solid #E4E4E4;
}

.sideArea .box ul {
  margin: 2px 0;
}

.sideArea .box ul li {
  margin: 2px 0;
}

#navTree.sideArea .box h5 {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px
}

#navTree.sideArea .box ul li div,#navTree.sideArea .box ul li a {
  font-size: 13px;
  line-height: 20px;
  color: #767676;
  display: block;
}

a.phone-link,a:hover.phone-link {
  cursor: default;
  text-decoration: none;
}

/* STARTPAGE TREE */
.sideArea .box ul li a.openArea {
  background: url(/pix/navigation/arrowRight.gif) right center no-repeat;
}

.sideArea .box a.logo {
  margin: 0 4px;
  float: left;
}

.sideArea .box a.ehi {
  width: 65px;
  height: 43px;
  background-image: url(/pix/logos/ehi_small.png)
}

.sideArea .box a.internetPrice {
  width: 60px;
  height: 31px;
  background-image: url(/pix/logos/deutscherInternetPreis.gif)
}

.sideArea .box a.paypal {
  width: 67px;
  height: 31px;
  background-image: url(/pix/logos/paypal.gif)
}

.country_es .sideArea .box a.paypal {
  width: 90px;
  height: 31px;
  background: url(/pix/logos/paypal_std.gif) no-repeat center center;
}

.sideArea .box a.trustedShops {
  width: 61px;
  height: 37px;
  background-image: url(/pix/logos/trustedShops.gif)
}

.sideArea .box a.zackzack {
  width: 155px;
  height: 25px;
  background: url(/pix/logos/zackzack.gif) 0 0 no-repeat
}

.sideArea .box a.micrositeWin7Prof {
  width: 155px;
  height: 60px;
  background: url(/pix/logos/win7Prof.png) center 0 no-repeat;
  display: block;
}

/* social Media Links */
.sideArea .social {
  position: relative;
}

.sideArea .social .links a {
  float: left;
  margin: 3px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}

.sideArea .social .facebook {
  background-image: url(/pix/logos/socialNetwork/facebook.gif)
}

.sideArea .social .twitter {
  background-image: url(/pix/logos/socialNetwork/twitter.png)
}

.sideArea .social .googlePlus {
  background-image: url(/pix/logos/socialNetwork/googlePlus.png)
}

.sideArea .social .blog {
  background-image: url(/pix/logos/socialNetwork/alternateBlog.png)
}

.sideArea .social .rss {
  background-image: url(/pix/logos/socialNetwork/rss.gif)
}

.sideArea .social a.more {
  position: absolute;
  right: 10px;
  bottom: 8px;
  height: 14px;
  width: 14px;
  background: url(/pix/navigation/arrowDown.gif) center center no-repeat
}

.sideArea .teaser {
  margin: 8px auto;
  border: 2px solid #E4E4E4;
  position: relative;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
}

.sideArea a.teaser:hover {
  text-decoration: none;
  cursor: pointer;
}

.sideArea .teaser span {
  position: absolute;
}

.sideArea .teaser .org {
  position: relative;
  white-space: nowrap;
  z-index: 1;
}

.sideArea .teaser .shd {
  white-space: nowrap;
  z-index: 0;
}

.sideArea .teaser .b {
  font-weight: bold;
}

.sideArea .teaser .l {
  text-decoration: underline;
}

.sideArea .teaser .lt {
  text-decoration: line-through;
}

.sideArea .teaser .k {
  font-style: italic;
}

.sideArea .teaser a {
  position: absolute;
  z-index: 1;
}

/* Änderungen für die Cloud, die es ja momentan nicht gibt */
.tagging .m1 {
  font-size: 11px;
  color: #777E84
}

.tagging .m2 {
  font-size: 13px;
  color: #636A70
}

.tagging .m3 {
  font-size: 15px;
  color: #596066
}

.tagging .m4 {
  font-size: 17px;
  color: #4F565C
}

.tagging .m5 {
  font-size: 19px;
  color: #454C52
}

.tagging a {
  margin: 2px 1px 1px 2px;
  color: #777E84;
  float: left;
}

/* FOOTER */
.additionalSmall {
  color: #767676;
  margin-left: 10px;
  font-size: 11px
}

.additionalSmall sup {
  font-size: 7px;
}

.additionalSmall .text {
  float: left
}

#page .additionalSmall .text {
  width: 590px
}

#pageBig .additionalSmall .text,#pageRight .additionalSmall .text {
  width: 790px
}

#pageHuge .additionalSmall .text {
  width: 990px
}

#pageBig.themeworld #footer {
  margin: 0 8px 8px 8px
}

#footer .tab {
  background: url(/pix/structure/footer-bg.gif) 1px 0px repeat-y;
  margin-top: 8px;
  line-height: 28px
}

#footer #footerLangList { background-color:#e8e8e8; margin:2px 1px 0 1px; padding:7px 10px 5px 15px }
#footer #footerLangList div { text-align:center; padding:0px 40px }
#footer #footerLangList a { font-size:11px; line-height:20px;color:#000; background-repeat:no-repeat; background-position:left center; padding:0 0 0 20px; margin:0 6px }

#page #footer .tab {
}
#pageBig #footer .tab {
  background-image: url(/pix/structure/footer-bg-big.gif);
}

#pageHuge #footer .tab {
  background-image: url(/pix/structure/footer-bg-huge.gif);
}

#pageRight #footer .tab {
  background-image: url(/pix/structure/footer-bg-right.gif);
}

#footer .item {
  float: left;
  font-size: 13px;
  color: #000
}
#footer .item a {
  color: #000
}

#page #footer .item {
  width: 156px
}

#pageBig #footer .item {
  width: 205px
}

#pageHuge #footer .item {
  width: 254px
}

#pageRight #footer .item {
  width: 186px
}

#pageRight #footer .item.last {
  width: 262px
}

#footer .item span {
  background: url(/pix/structure/footerTabBG.gif) repeat-x;
  padding-left: 15px;
  display: block;
}

#footer .item .desc:hover {
  text-decoration: none
}

#footer ul {
  margin: 0px 1px;
  padding: 15px;
  border-top: 1px solid #d3d3d3;
}

#footer .item ul li {
  line-height: 18px
}

#footer .item ul li a {
  line-height: 18px;
  padding: 0px;
  font-size: 11px;
  display: block;
}

#footer .item ul li.section {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #DDD
}

#footer .item ul li.section:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border: none
}

#page.highlights #pageContent {
  padding: 8px 8px 8px 0px;
  width: 632px
}

/** STARTPAGE - INDEX **/
#page.home #pageContent {
  padding: 8px 8px 8px 0px;
  width: 632px
}

#page.b2b #pageContent {
  padding: 8px 8px 8px 0px;
  width: 632px
}

#page.home .additionalSmall,#page.home #footer {
  margin-left: 8px
}

#page.home .carousel {
  margin: 0px 0px 8px 8px
}

/* Glossary */
a.glossary {
  background: url(/pix/help/glossaryLink.png) no-repeat right top;
  padding-right: 8px;
  text-decoration: none;
}

/* /Glossary */

/* History (Zeitspiegel) */
#history {
  margin-left: 5px;
}

#history #head {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0px;
}

#history .head {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

#history .content {
  margin-top: 5px;
  margin-bottom: 30px;
}
/* /History (Zeitspiegel) */

/* BuyVoucher */
#pageBig.buyVoucher #pageContent {
  padding: 0px;
}

#pageBig.buyVoucher #pageContent .smallHelp {
  margin-left: 8px;
}

#buyVoucher .voucherBox {
  width: 836px;
}

#buyVoucher .voucherBox .head {
  font-weight: bold;
  font-size: 16px;
}

#buyVoucher .voucherBox .content {
  height: 341px;
}

#buyVoucher .voucherBox .content .buyForm .elements {
  float: left;
  font-size: 22px;
  font-weight: bold;
}

#buyVoucher .voucherBox .content .buyForm {
  margin-left: 315px;
  padding-top: 286px;
}

#buyVoucher .voucherBox .content .buyForm .button {
  margin-left: 20px
}
/* /BuyVoucher */

/* productList */
.contentListHead,.productListHead {
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  font-weight: bold;
  line-height: 24px;
  padding: 0 10px
}

.myAlternate.orderHistory .contentListHead {
  font-size: 13px;
}

.contentListRow,.productListRow {
  border-bottom: 1px solid #C8C8C8;
  padding: 5px 10px;
}

.contentListRow .price,.productListRow .price {
  font-size: 14px;
  line-height: 16px;
}

.productListRow .price sup {
  font-size: 12px;
  line-height: 10px;
  vertical-align: top;
}

.contentListRow:hover,.productListRow:hover { 
  background: -moz-linear-gradient(left, #ffffff 20%, #e3e9ee 100%); 
  background: -webkit-linear-gradient(left, #ffffff 20%, #e3e9ee 100%);
  background: -o-linear-gradient(left, #ffffff 20%, #e3e9ee 100%);
  background: -ms-linear-gradient(left, #ffffff 20%, #e3e9ee 100%);
  background: linear-gradient(left, #ffffff 20%, #e3e9ee 100%); 
}
/* /productList */

/* NEWSLETTER */
#page.newsletter .tabberBox .head {
  padding: 0 10px;
}

#page.newsletter .tabberBox .content {
  padding: 10px;
}

.newsletterForm label {
  float: left;
  width: 140px;
}

.newsletterForm input[type=text] {
  float: left;
  width: 300px;
  margin: 3px 0;
}

.newsletterForm .button {
  float: right;
  margin: 3px 0
}

.newsletter iframe {
  border: 0px;
  overflow: hidden;
  width: 100%
}
/* /NEWSLETTER */

/* tabberBox closeable*/
.tabberBox.closeable .content {
  display: none;
  margin: 10px;
}

.tabberBox.closeable .head {
  cursor: pointer
}

.tabberBox.closeable .head .arrow {
  float: right;
  width: 8px;
  margin-right: 10px;
  height: 33px;
}

.tabberBox.closeable .head .arrow {
  background: url(/pix/navigation/arrowDown.png) right center no-repeat
}

.tabberBox.closeable.active .arrow {
  background: url(/pix/navigation/arrowUp.png) right center no-repeat
}

.tabberBox.closeable.active .content {
  display: block
}
/* /tabberBox closeable*/

/* LIGHTBOX DELIVERY ADDRESS PACKSTATION */
#lightboxDyn #geoLocation iframe {
  border: none;
  width: 530px;
  height: 690px;
}
/* /LIGHTBOX DELIVERY ADDRESS PACKSTATION */

/* ACCORDION */
#accordion {
  width: 836px;
  overflow: hidden;
  height: 280px;
  position: relative;
}

#accordion .slider {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 836px;
  height: 280px;
  box-shadow: 0px 0px 15px #000;
  -moz-box-shadow: 0px 0px 15px #000;
  -webkit-box-shadow: 0px 0px 15px #000;
}

#accordion .slider a:hover {
  text-decoration: none;
}

#accordion .slider .highlight {
  width: 836px;
  height: 280px;
  display: block;
}
#accordion .slider .item {
  width: 836px;
  height: 280px;
  display: block;
}

/* /ACCORDION */
.specialBundle .bundleMainContent {
  background: url(/pix/promotion/bundle/sharkoon_main.jpg) 0px 0px
    no-repeat;
  width: 836px;
  height: 1969px;
  position: relative;
  color: #fff;
  font-weight: bold;
}

.specialBundle .bundleSlaveContent {
  background: url(/pix/promotion/bundle/sharkoon_slave.jpg) 0px 0px
    no-repeat;
  width: 835px;
  height: 380px;
  position: relative;
  color: #000;
  font-weight: bold;
}

.specialBundle .bundleMainContent .top.more {
  position: absolute;
  top: 740px;
  color: #fff;
}

.specialBundle .bundleMainContent .top.choose {
  position: absolute;
  top: 755px;
}

.specialBundle .bundleMainContent .top.price {
  position: absolute;
  top: 790px;
  color: #fff;
}

.specialBundle .bundleMainContent .bottom.more {
  position: absolute;
  color: #064b99;
}

.specialBundle .bundleMainContent .bottom.choose {
  position: absolute;
  color: #000;
}

.specialBundle .bundleMainContent .bottom.price {
  position: absolute;
  color: #ad0109;
}

.specialBundle .watt {
  font-weight: bold;
  font-size: 16px;
}

.specialBundle #pageContent {
  padding: 0px;
}

#bundleFormSlave .box {
  float: left;
  margin-left: 50px;
  font-weight: bold;
}

#bundleFormSlave .more {
  display: block;
  margin-top: 10px;
  color: #064b99;
}

#bundleFormSlave .price {
  display: block;
  margin: 15px 0px;
}

#bundleFormSlave .cart {
  margin-right: 10px;
  float: right;
}

#rightFixedFeedbackButton {
  height: 115px;
  width: 27px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -58px;
  background: url(/pix/structure/feedbackButton.png) no-repeat 0 0;
}

.lotteryWinnerTab {
  border-bottom: 1px solid #f2f2f2;
}

.lotteryWinnerTab.active .head {
  background-color: #f8f8f8;
  font-weight: bold;
}

.lotteryWinnerTab .head {
  font-size: 13px;
  padding: 5px 0px 5px 30px;
  cursor: pointer;
}

.lotteryWinnerTab .head .arrow {
  float: right;
  height: 10px;
  width: 8px;
  margin-right: 25px
}

.lotteryWinnerTab .head .arrow {
  background: url(/pix/navigation/arrowDown.png) right center no-repeat
}

.lotteryWinnerTab.active .arrow {
  background: url(/pix/navigation/arrowUp.png) right center no-repeat
}

.lotteryWinnerTab .content {
  font-size: 13px;
  padding: 10px 0px 0px 30px;
  display: none;
}

.lotteryWinnerTab .content .manufacturerLogo {
  float: left;
  width: 170px;
  height: 70px;
}

.lotteryWinnerTab .content .title {
  font-weight: bold;
  float: left;
  font-size: 15px;
}

.lotteryWinnerTab .content .winnersPrizes {
  float: left;
  width: 550px;
  margin-top: 30px;
}

.lotteryWinnerTab .content .prize {
  float: right;
  font-size: 12px;
  width: 200px;
}

.lotteryWinnerTab .content .winners {
  float: left;
  width: 350px;
  font-size: 12px;
}

.lotteryWinnerTab .content .lottery {
  margin-top: 20px;
}

/* Blog */
#blogContent {
  float: left;
  width: 600px;
}

#sidebar {
  float: right;
  position: relative;
  width: 200px;
}

#sidebar .tabHead .tabIcon {
  padding: 3px 0px 0px 20px;
}

#sidebar .listEntry {
  margin-top: 20px;
  padding: 10px 4px;
  position: relative;
}

#sidebar .listEntry .headTab {
  height: 21px;
  left: 10px;
  position: absolute;
  width: 165px;
}

#sidebar .listEntry:first-child {
  margin-top: 0px;
}

#blog #pageContentBig div:last-child {
  display: none;
}

#blog #pageContentBig div div:last-child {
  display: block;
}

#blogContent .post .entrytext {
  margin-top: 15px;
}

#blogContent .post .timestamp {
  text-align: right;
  border-top: 1px solid #ccc;
  padding-top: 5px;
}

#blogContent .post {
  margin-top: 20px;
}

#sidebar .headTab .tabHead {
  float: left;
  height: 21px;
}

#blogContent .navigation {
  margin: 50px 0px 20px 0px;
}

/* Builder Help */
#pageBig.builder.help.pcbuilder #components .item {
  width: 204px
}

.builder.help .list li {
  border-bottom: 1px solid #E4E4E4;
}

.builder.help .list li .rightBoxComponents {
  width: 715px;
}

.builder.help .list li .leftBoxComponents {
  text-align: center;
  margin: 17px 8px 0px 7px;
}

.builder.help .list li {
  padding: 15px 0px;
}
/* /Builder Help */

/* Components */
.additionalSmall .text {
  float: left
}

#page .additionalSmall .text {
  width: 590px
}

#pageBig .additionalSmall .text {
  width: 790px
}

#pageHuge .additionalSmall .text {
  width: 990px
}

#components .tab {
  margin-top: 8px;
  line-height: 28px
}

#page #components .tab {
  width: 624px
}

#pageBig #components .tab {
  width: 820px
}

#pageHuge #components .tab {
  width: 1016px
}

#pageRight #components .tab {
  width: 820px
}

#components .item {
  float: left;
  font-size: 13px;
  color: #424242
}

#page #components .item {
  width: 156px
}

#pageBig #components .item {
  width: 205px
}

#pageHuge #components .item {
  width: 254px
}

#pageRight #components .item {
  width: 262px
}

#components .item span {
  background: url(/pix/structure/footerTabBG.gif) repeat-x;
  padding-left: 15px;
  display: block;
}

#components .item .desc:hover {
  text-decoration: none
}

#components ul {
  margin: 0px 1px;
  padding: 15px;
  border-top: 0px solid #d3d3d3;
}

#components .item ul li {
  line-height: 18px
}

#components .item ul li a {
  line-height: 18px;
  padding: 0px;
  font-size: 11px;
  display: block;
}

#components .item ul li a:hover {
  background-color: #e9edf1;
  text-decoration: none;
}

#pageContent .ptx_block .ptx_set .ptx_item ul li {
  margin-left: 16px;
}

.chart {
  height: 200px;
  width: 200px;
  position: relative;
}

.chart .percent {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 20px;
}

.chart.percent {
  font-size: 50px;
  line-height: 51px;
}

.liveTicker {
  padding: 9px;
  width: 152px;
  border: 2px solid #E4E4E4;
  margin: 8px auto;
  position: relative;
  background:#fff;
}

.liveTicker .headline {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

.liveTicker .headline span {
  color: #ad0109;
}

.liveTicker .products {
  overflow: hidden;
  margin-top: 10px;
}

.liveTicker .products .product {
  padding: 5px 0 0 55px;
  width: 97px;
  display: block;
  text-align: left;
  display: block;
  background-position: 0px 10px;
  background-repeat: no-repeat;
  min-height: 70px;
  overflow: hidden;
  direction: ltr;
}

.liveTicker .products .product strong {
  float: left;
}

.liveTicker .products a.product:hover strong {
  text-decoration: underline;
}

.liveTicker .products ul {
  width: 1000px;
}

.liveTicker .products li {
  float: left;
}

.liveTicker .products .product strong {
  color: #000000;
}

.liveTicker .footer {
  margin-top: 10px;
}

/*Outlet Neuheiten Liveticker */
.outletNoveltiesLiveTicker {
  padding: 9px;
  width: 152px;
  border: 2px solid #E4E4E4;
  margin: 8px auto;
  position: relative;
  background:#ffffff;
}

.outletNoveltiesLiveTicker .headline {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

.outletNoveltiesLiveTicker .headline span {
  color: #ad0109;
}

.outletNoveltiesLiveTicker .products {
  overflow: hidden;
  margin-top: 10px;
}

.outletNoveltiesLiveTicker .products .product {
  width:152px;
  display: block;
  text-align: left;
  overflow: hidden;
  height:179px;
  position:relative;
  background-position: center 5px;
  background-repeat: no-repeat;
}

.outletNoveltiesLiveTicker .products ul {
  height: 179px;
  overflow: hidden;
}

.outletNoveltiesLiveTicker .products li {
  float: left;
}

.outletNoveltiesLiveTicker .products .product a {
 width:152px;
 position:absolute;
 padding-top:135px;
}

.outletNoveltiesLiveTicker .products .product a:hover {
 text-decoration:none; 
}  

.outletNoveltiesLiveTicker .products .product a .name {
  height:28px;
  display:block;
  overflow:hidden;
}

.outletNoveltiesLiveTicker .showNovelties {
 color:#af0000;
 display:block;
 text-align:right;
}
/*Outlet Neuheiten Liveticker */

#availability .colorText {
  font-weight:bold;
}

.CableFinder .tabberBox .head ul li {
  padding: 0 10px
}

.CableFinder .tabberBox .content {
  padding: 8px
}

.CableFinder .tabberBox label {
  float: left;
  width: 160px
}

.CableFinder .tabberBox input[type=text] {
  float: left;
  width: 250px;
}

.CableFinder .tabberBox .content .actions .button {
  float: right
}

#page.inkAndTonerFinder .tabberBox .content .clipline {
  border-top: 2px solid #E4E4E4;
  background: none;
  margin: 10px 0;
}

.CableFinder .tabberBox {
  border: 2px solid #E4E4E4;
  margin: 8px 0;
}

.CableFinder .tabberBox .head {
  background: #FFFFFF url(/pix/structure/boxHeaderBigBG.png) left top
    repeat-x;
  border-bottom: 1px solid #D4D4D4;
 
}

.CableFinder .tabberBox .head .active .actionStep {
  background: #D4D4D4 url(/pix/structure/boxHeaderBigBG.png) left top
    repeat-x;
  border-bottom: 1px solid #D4D4D4;
  height: 33px;
  color: red;
  background: transparent;
  border: none;
}

.CableFinder .tabberBox .head .selected .actionStep {
  background: #ccc url(/pix/structure/boxHeaderBigBG.png) left top
    repeat-x;
  border-bottom: 1px solid #D4D4D4;
  height: 33px;
  color: black;
  border: none;
}

.CableFinder .tabberBox .head .disabled .actionStep {
  background: #ccc url(/pix/structure/boxHeaderBigBG.png) left top
    repeat-x;
  border-bottom: 1px solid #D4D4D4;
  height: 33px;
  color: #B3B3B3;
  border: none;
}

.CableFinder .tabberBox .head ul li {
  font-size: 14px;
  float: left;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-right: 1px solid #919191
}

.CableFinder .tabberBox .head ul li:last-child {
  border-right: 0px
}

.CableFinder .tabberBox .head ul li.active,.CableFinder .tabberBox .head ul li a:hover
  {
  background: url(/pix/structure/boxHeaderBigHoverBG.png) left bottom
    repeat-x;
  text-decoration: none;
  background: transparent;
}

.CableFinder .tabberBox .head ul li .grey {
  font-weight: normal;
  color: #999;
}

.CableFinder .tabberBox .head ul li.deactive a {
  background: url(/pix/structure/boxHeaderBigGrey.png) left bottom
    repeat-x;
  text-decoration: none;
  color: #979797;
  cursor: default
}

.CableFinder .tabberBox .content {
  float: left;
  color: #000000;
  padding-top: 10px;
  padding-left: 5px;
  font-size: 12px;
  height: 30px;

}

.CableFinder .itemBox {
  background-color: #edf3f4;
  width: 150px;
  height: 85px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #cecece;
}

.CableFinder .itemBox:hover {
  cursor: pointer;
  border: 1px solid #a90109;
  width: 150px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.CableFinder a:hover {
  text-decoration: none;
}

.CableFinder .componentLink .top {
  height: 26px;
  line-height: 26px;
  padding: 0px 8px;
  display: block;
  font-weight: bold;
  background: #cfcfcf url(/pix/structure/boxHeaderBigBG.png) left top
    repeat-x;
  overflow: hidden;
}

.CableFinder .componentLink .item {
  display: block;
  height: 59px;
  width:142px;
  background-image: url("/pix/product/missingProdpic/noPic50x50.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.CableFinder .headerPic {
  width: 828px;
  height: 214px;
}

.CableFinder .CableFinder .headline {
  font-size: 20px;
  color: black;
  padding-top: 10px;
  padding-bottom: 20px;
}

.CableFinder .componentLink .item.av_receiver {
  background: url("/pix/product/cableFinder/av_receiver.gif") no-repeat
    scroll 0 0 transparent;
  width: 142px;
  height: 59px;
}

.CableFinder .componentLink .item.beamer {
  background: url("/pix/product/cableFinder/beamer.gif") no-repeat scroll
    0 0 transparent;
  width: 142px;
  height: 59px;
}

.CableFinder .componentLink .item.bluRayPlayer {
  background: url("/pix/product/cableFinder/bluRayPlayer.gif") no-repeat
    scroll 0 0 transparent;
}

.CableFinder .componentLink .item.cd_player {
  background: url("/pix/product/cableFinder/cd_player.gif") no-repeat
    scroll 0 0 transparent;
}

.CableFinder .componentLink .item.dvd_player {
  background: url("/pix/product/cableFinder/dvd_player.gif") no-repeat
    scroll 0 0 transparent;
}

.CableFinder .componentLink .item.lautsprecher {
  background: url("/pix/product/cableFinder/lautsprecher.gif") no-repeat
    scroll 0 0 transparent;
}

.CableFinder .componentLink .item.playstation_3 {
  background: url("/pix/product/cableFinder/playstation_3.gif") no-repeat
    scroll 0 0 transparent;
}

.CableFinder .componentLink .item.receiver_ka_sat_terr {
  background: url("/pix/product/cableFinder/receiver_ka_sat_terr.gif")
    no-repeat scroll 0 0 transparent;
}

.CableFinder .componentLink .item.tuner {
  background: url("/pix/product/cableFinder/tuner.gif") no-repeat scroll 0
    0 transparent;
}

.CableFinder .componentLink .item.tv {
  background: url("/pix/product/cableFinder/tv.gif") no-repeat scroll 0 0
    transparent;
}

.CableFinder .componentLink .item.verstaerker {
  background: url("/pix/product/cableFinder/verstaerker.gif") no-repeat
    scroll 0 0 transparent;
}

.CableFinder .componentLink .item.xbox_360 {
  background: url("/pix/product/cableFinder/xbox_360.gif") no-repeat
    scroll 0 0 transparent;
}

.CableFinder .componentLink .item.dvi_a {
  background: url("/pix/product/cableFinder/dvi_a.gif") no-repeat scroll 0
    0 transparent;
}

.CableFinder .componentLink .item.dvi_i {
  background: url("/pix/product/cableFinder/dvi_i.gif") no-repeat scroll 0
    0 transparent;
}

.CableFinder .componentLink .item.dvi_d {
  background: url("/pix/product/cableFinder/dvi_d.gif") no-repeat scroll 0
    0 transparent;
}

.CableFinder .componentLink .item.hdmi {
  background: url("/pix/product/cableFinder/hdmi.gif") no-repeat scroll 0
    0 transparent;
}

.CableFinder .componentLink .item.scart {
  background: url("/pix/product/cableFinder/scart.gif") no-repeat scroll 0
    0 transparent;
}

.CableFinder .componentLink .item.spdifOpt {
  background: url("/pix/product/cableFinder/spdifOpt.gif") no-repeat
    scroll 0 0 transparent;
}

.CableFinder .componentLink .item.stereoCinch {
  background: url("/pix/product/cableFinder/stereoCinch.gif") no-repeat
    scroll 0 0 transparent;
}

.CableFinder .componentLink .item.svid {
  background: url("/pix/product/cableFinder/svid.gif") no-repeat scroll 0
    0 transparent;
}

.CableFinder .componentLink .item.vga {
  background: url("/pix/product/cableFinder/vga.gif") no-repeat scroll 0 0 transparent;
}

.CableFinder .componentLink .item.yuv {
  background: url("/pix/product/cableFinder/yuv.gif") no-repeat scroll 0 0
    transparent;
}

.CableFinder .componentLink .item.videoCinch {
  background: url("/pix/product/cableFinder/composite.gif") no-repeat scroll 0 0 transparent;
}

.CableFinder .componentLink .item.spdifKoax {
  background: url("/pix/product/cableFinder/composite.gif") no-repeat scroll 0 0 transparent;
}

.CableFinder .componentLink .item.playstation_4 {
  background: url("/pix/product/cableFinder/PS_4.gif") no-repeat scroll 0 0 transparent;
}

.CableFinder .componentLink .item.xbox_one {
  background: url("/pix/product/cableFinder/XBox_One.gif") no-repeat scroll 0 0 transparent;
}

#skyscraper {
  position:absolute;top:120px;left:1072px;
}

#skyscraper .sideArea {
  float:none;
  width:auto;
}
#skyscraper .sideArea .teaser {
  margin:0px;
}
#specialArea {
  position:absolute;top:120px;left:1072px;
}

#specialAreaLeftSide {
  position:absolute;top:120px;left:-190px;
}

#specialArea .sideArea, #specialAreaLeftSide .sideArea {
  float:none;
  width:auto;
}
#specialArea .sideArea .teaser, #specialAreaLeftSide .sideArea .teaser {
  margin:0px;
}
.myAlternate #showOrdererPersonFields,
#lightboxInvoiceAddress #showOrdererPersonFields{
  display:none;
}

#cheapestShippingCosts  {
  margin-top: -10px !important;
  font-size: 11px;
  line-height: 14px;
}
#cheapestShippingCosts a {
  text-decoration: underline;
}

#relatedProductLink, #mainProductLink  {
  font-size: 11px;
  line-height: 17px;
  vertical-align: bottom;
}
.productdetail #pageContent .productShort,
.productdetail #pageContent #relatedProductLink .price,
.productdetail #pageContent  #mainProductLink .price {
  font-size: 11px;
  line-height: 14px;
  vertical-align: bottom;
}

.disabledRate {
  color: #ABABAB
}

.productNameContainer {
  font-size: 26px
}

#relatedProductLink a .relatedPrice {
  vertical-align: baseline;
}
a.error{
  color: red;
}
#queryUnderlay,#queryPortalUnderlay {
  display: none;
}
#searchPortalContainer {
  position:relative;
}
#suggestLayerPortal {
  position: absolute;
  top: 37px;
  left: 5px;
}
#tabberSub .zackzack,#tabberSub .zackzack:hover {
  background:url(/pix/promotion/ZackZack/logo.gif) no-repeat center 1px transparent;
  background-size: 28px auto;
  width:47px;  
  border-right:0px; 
  float:right;
  padding-left:10px;
  padding-right:0;
  
}
.country_de #pageContent .addressInfo {
  background:url(/pix/icons/info.png) right center no-repeat;
  float:left;
  width:20px;
  height:20px;
  margin:4px;
  cursor:pointer;
}
.country_de #pageContent .error .addressInfo {
  background:url(/pix/icons/infoError.png) right center no-repeat;
}
.country_de #pageBig.promotion #pageContent input[type=text]#street,
.country_de #pageHuge.checkout #pageContent input[type=text]#street {width:286px; float:left}
.country_de #pageHuge.myAlternate.register input[type=text]#street {width:252px}

.tabberTree .entry.first {
  float:left;
  margin-right:20px;
}
.tabberTree .entry.first a, .tabberTree .entry.first span {
  display:block !important;
  font-weight:bold;
  line-height:20px;
}
.tabberTree .subLevel a, .tabberTree .subLevel span {
  display:block !important;
  font-weight:normal !important;
  padding-left:0px;
}
.tabberTree .subLevel .subLevel a, .tabberTree .subLevel .subLevel span {
  display:none !important;
}
.country_nl #cheapestShippingCostsFooter { display:none }

#pageRight .additionalSmallTable {width:809px;}
.additionalSmallTable {display:table;}
.additionalSmallTable .row {display:table-row;}
.additionalSmallTable .row .cell{display:table-cell; vertical-align: top;padding: 0 4px 0 0;}


#pageBig.newsletterLottery .messageBox { margin: 10px 20px; }
#pageBig.newsletterLottery #pageContent { float: left; width: 836px; padding: 0px; margin-top: -1px }
#pageBig.newsletterLottery #footer { margin: 0 8px 8px 8px }

#pageBig.newsletterLottery #pageContent .newsletterSection { border-bottom: solid 1px #c1c1c1; padding: 25px 20px 20px; line-height: 22px; }
#pageBig.newsletterLottery #pageContent .newsletterSection a { text-decoration: underline; }
#pageBig.newsletterLottery #pageContent .newsletterSection .head { font-size: 14px; font-weight: bold; }
#pageBig.newsletterLottery #pageContent .newsletterSection.dataProtection { font-size: 12px; line-height: 14px; }
#pageBig.newsletterLottery #pageContent .newsletterSection.dataProtection .head { font-size: 13px; }
#pageBig.newsletterLottery #pageContent .newsletterSection.participationConditions { border: 0; }

#pageBig.newsletterLottery #pageContent .newsletterSection.request { border-top:solid 2px #c1c1c1; padding-top: 15px; ;background: url('/pix/newsletter/request/form_bg.png') bottom left no-repeat; }
#pageBig.newsletterLottery #pageContent .newsletterSection.request .head { font-size: 16px; }

#pageBig.newsletterLottery #pageContent .newsletterSection .newsletterForm .element { margin-top: 10px; }
#pageBig.newsletterLottery #pageContent .newsletterSection .newsletterForm .element:FIRST-CHILD { margin-top: 15px; }
#pageBig.newsletterLottery #pageContent .newsletterSection .newsletterForm .sb_selectContainer span { margin-right: 10px; }

#pageBig.newsletterLottery #pageContent .newsletterSection .newsletterForm label { width: 95px; }
#pageBig.newsletterLottery #pageContent .newsletterSection .newsletterForm label.salutationLabel { float: none; margin-right: 25px; }
#pageBig.newsletterLottery #pageContent .newsletterSection .newsletterForm input[type="radio"] { margin-right: 5px; }
#pageBig.newsletterLottery #pageContent .newsletterSection .newsletterForm .button { float: none; margin-left: 18px; }
#pageBig.newsletterLottery #pageContent .newsletterSection.request .newsletterForm .button { margin-left: 45px; }
#pageBig.newsletterLottery #pageContent .newsletterSection.request .newsletterForm div.requiredField { clear: both; padding: 0px; margin: 0px; font-size: 10px; line-height: 2px; }

#pageBig.productDownload #pageContent {
  float: left;
  width: 836px;
  padding: 0px;
}
#pageBig.productDownload #footer {
  margin: 0 8px 8px 8px
}
.deliveryTime { display:block; font-size:12px }
#page.productdetail .productShort .deliveryTime { margin:0 0 10px 0 }
.row .deliveryTime,
.productListRow .deliveryTime,
.contentListRow .deliveryTime,
.listRow .deliveryTime,
.listingMosaic .deliveryTime,
.listingGallery .deliveryTime { display:none }
.deliveryTime sup { 
  display:none; 
  font-size: 10px;
  line-height: 12px;
  vertical-align: text-top;
}
.tooltipContainer:hover .tooltipContainerContent,
.tooltipContainer:hover .toolTipArrow {
  visibility: visible;
}
.tooltipContainer .toolTipArrow {
   visibility: hidden;
   z-index: 1000;
   -webkit-transition-property: visibility;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: visibility;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-property: visibility;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -ms-transition-property: visibility;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease;
  transition-property: visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
.tooltipContainer .tooltipContainerContent {
  visibility: hidden;
  -webkit-transition-property: visibility;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: visibility;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-property: visibility;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -ms-transition-property: visibility;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease;
  transition-property: visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  background-color:#FFF;
  overflow: hidden;
  border: 1px solid grey;
  position: absolute;
  padding: 10px;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.28);
  z-index:1000;
 }
 
@media (max-width: 1280px) and (max-resolution: 120dpi) {
  #header .headerFixed { position: absolute }
  #tabberFixedContainer #tabbers { position: absolute }
}
@media (orientation: portrait) {
  #header .headerFixed { position: absolute }
  #tabberFixedContainer #tabbers { position: absolute }
}
@media (max-device-width: 1280px) and (orientation: landscape) {
  #header .headerFixed { position: absolute }
  #tabberFixedContainer #tabbers { position: absolute }
}
