﻿* {
    padding: 0;
    margin: 0;
    text-align: left;
}

a {
    color: #41484b;
    outline: none;
}
a:hover {
    color: #799daf;
}

img {
    border: none;
}

/* === Common Classes === */
.list li {
    margin-left: 30px;
}
.floatList li {
    margin-left: 30px;
    float:left;
    min-width:200px;
}

body {
    background: #EFEFEF url("Images/Core/bodyBg.png") repeat-x top center;
}

/* === Global Layout === */
#gHolder {
    font-size: 14px;
    font-family: "Segoe UI" , Arial, sans-serif;
    text-align: center;
    padding: 10px 5px;
}

#gContainer {
    /* Erw. Regeln für IE siehe ie.css */
    min-width: 980px;
    max-width: 1300px;
    border: 1px solid #434f75;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
    background-color: White;
}
#gHeader {
    height: 70px;
    background: #9BA8C3 url(Images/Core/HeaderBgLeft.jpg) no-repeat top left;
}
#gNav {
    background-color: #777;
}
#gBody {
    background: #fff;
    padding: 10px 10px 40px 10px;
    min-height: 400px;
}
#gFooter {
    height: 24px;
    background: #434f75 url(Images/Core/footerBg.png) repeat-x top left;
    text-align: center;
    border-top: 1px solid #434f75;
}

#gBodyError #gFooterAreas {
    margin-left: 10px;
}

#gBodyError #gFooterAreas li {
    float: left;
    text-align: left;
}

/* === Header Content === */
#gHeaderAreas {
    overflow: visible;
    list-style: none;
    margin: 0;
    padding: 0;
}
#gHeaderAreas #gPartner {
    float: left;
}
#gHeaderAreas #gUser, #gHeaderAreas #gOrderBasket, #gHeaderAreas #gVehicle, #gWerbas {
    float: right;
}

/* === Header Info Boxes === */
.gHeaderInfoBox {
    background: #FDFDFD url(Images/Core/HeaderBoxBg.png) repeat-x bottom left;
    border: 1px solid #434f75;
    padding: 4px 4px 10px 4px;
    margin: 6px 6px 0 0;
    position: relative;
    z-index: 40;
}

#gPartnerLogo {
    border: 1px solid #434f75;
}

#gPartnerLogo a
{
    height:100%;
    width:100%;
    display:block;
}

#gOrderBasketInfoBox ul {
    padding-left: 20px;
    background: transparent url(Images/icons/OrderBasket.png) no-repeat 0 55%;
}
#gOBBSub, #gVIBSub {
    width: 200px;
    display: none;
    z-index: 50;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 44px;
    right: 0px;
}
#gVIBSub {
    width: 280px;
}

#gOBBSub h2 {
    font-size: 0.9em;
}

#gVehicleInfoBox ul {
    padding-left: 20px;
    background: transparent url(Images/icons/CatalogVehicleSearch.png) no-repeat 0 55%;
}
#gUserInfoBox {
    z-index: 30;
}
#gUserInfoBox ul {
    padding-left: 20px;
    background: transparent url(Images/icons/User.png) no-repeat 0 55%;
}

#gWerbasInfoBox ul {
    padding-left: 20px;
    background: transparent url(Images/icons/Connected.png) no-repeat 0 55%;
}

#gWerbasInfoBox.busy ul {
    background-image: url(Images/icons/ConnectedBusy.png);
}

.gHeaderInfoBox ul {
    list-style: none;
}

.gHeaderInfoBox .topRow {
    font-size: 1.0em;
}

.gHeaderInfoBox .bottomRow {
    font-size: 0.8em;
}

/* === Footer === */
#gFooterAreas {
    overflow: visible;
    list-style: none;
    padding: 0;
    color: #FFF;
    font-size: 0.85em;
    line-height: 23px;
    margin: 0 auto;
    width: 960px;
}
#gFooterAreas a {
    color: #FFF;
    text-decoration: none;
}
#gFooterAreas a:hover {
    text-decoration: underline;
}

#gFooterAreas li {
    float: right;
    padding-right: 4px;
    padding-left: 4px;
    background: transparent url(Images/Core/footerSep.png) no-repeat 0 55%;
}
#gFooterAreas li.last {
    background: transparent;
}

/* === Box (Styled) === */
div.styled {
    border: 1px solid #ddd;
    margin-bottom: 2px;
}
div.styled h2 {
    font-weight: normal;
    background: #434f75 url(Images/Core/h2.png) repeat-x center left;
    padding: 2px 10px;
    color: #ffe;
    font-size: 1.1em;
}

div.styled h3, div.area h3 {
    font-size: 1.1em;
    color: #434F75;
    font-style: italic;
    margin: 3px 5px 1px 5px;
}

div.styled p {
    padding: 2px;
}

/* = Box zentriert */

div.center {
    width: 99%;
    text-align: center;
}

div.center * {
    text-align: center;
}

div.center div {
    text-align: left;
    margin: 0 auto;
}

/* ==== Tabs ==== */

ul.tabpage {
    list-style-type: none;
    overflow: hidden;
    height: 1%; /* IE6 Clear Bug Fix */
    margin: 0px 2px;
}
ul.tabpage li {
    float: left;
    margin: 0;
    padding-left: 0px;
    margin-right: 2px;
    padding-right: 6px;
    background: url("Images/Core/tabItemRightBg.png") right -21px no-repeat;
}

ul.tabpage li.active {
    background: url("Images/Core/tabItemRightBg.png") right top no-repeat;
    color: #fff;
}

ul.tabpage li.active a, ul.tabpage li.active a:hover, ul.tabpage li.alt.active a {
    color: #fff;
}

ul.tabpage li.alt a {
    color: #604D0E;
}

ul.tabpage li.alt a:hover {
    color: #816D27;
}

ul.tabpage li span {
    display: block;
    padding: 1px 0 1px 5px;
    background: url("Images/Core/tabItemBg.png") left -21px no-repeat;
}

ul.tabpage li.active span {
    background: url("Images/Core/tabItemBg.png") left top no-repeat;
}

ul.tabpage li.alt, ul.tabpage li.alt.active {
    background-image: url("Images/Core/tabItemRightBgAlt.png");
}

ul.tabpage li.alt span, ul.tabpage li.alt.active span {
    background-image: url("Images/Core/tabItemBgAlt.png");
}

ul.tabpage li a {
    text-decoration: none;
    color: #ddd;
}
ul.tabpage li a:hover {
    color: #ccc;
}
div.tabpage {
    margin: 0px 2px;
    padding: 8px;
    border: 3px solid #434f75;
    background: #fff url("Images/Core/tabpageBg.png") top left repeat-x;
}

div.tabpage.alt {
    background-image:url("Images/Core/tabpageBgAlt.png");
    border-color: #C8A000;
}

p.text {
    margin: 3px 5px 3px 5px;
}

div.styled p.infoText {
    background: #ffd;
    padding: 6px 5px;
    margin: 0px;
    text-align: center;
}

div.styled p.infoText.big {
    margin: 15px 0px;
    font-size: 1.1em;
}

/* === Artikelliste ArticleFlags === */
.afs {
    display: none;
}
.afs a {
    display: block;
    height: 16px;
    width: 16px;
    margin: 2px 1px;
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: -999em;
}
.afs .HasImages {
    background-image: url("Images/icons/HasImages.png");
}
.afs .IsPartList {
    background-image: url("Images/icons/IsPartList.png");
}
.afs .IsReplaced {
    background-image: url("Images/icons/IsReplaced.png");
}
.afs .Replaces {
    background-image: url("Images/icons/Replaces.png");
}
.afs .HasContextImages {
    background-image: url("Images/icons/HasContextImages.png");
}
.afs .IsReplacementPart {
    background-image: url("Images/icons/IsReplacementPart.png");
}
.afs .IsPremiumArticle {
    background-image: url("Images/icons/express-star.png");
}

/* ATP - Express Artikelliste */

.expCol {
    width: 17px;
    vertical-align: top;
}

.expCol .star, .expCol .pic, .expCol .down, .expCol .text {
    display: block;
    height: 16px;
    width: 15px;
    margin: 2px 1px;
}

.expCol .star {
    background-image: url("Images/Icons/express-star.png");
}

.expCol .pic {
    background-image: url("Images/Icons/express-picture.png");
}

.expCol .text {
    background-image: url("Images/Icons/express-text.png");
}

.expCol .down {
    background-image: url("Images/Icons/express-download.png");
}


/* ==== Availability Symbols (old) ==== */
.prtPrice {
    color: #093;
}
.avail {
    background-position: 95% 23px;
    background-repeat: no-repeat;
    padding-top: 46px;
    text-align: right;
    white-space: nowrap;
}
.avImmediately {
    background-image: url("Images/Icons/availSymbImmediately.png");
}
.av24h {
    background-image: url("Images/Icons/availSymb24h.png");
}
.avAsap {
    background-image: url("Images/Icons/availSymbAsap.png");
}

/* ==== Availability Symbols (new) ==== */
.aibx {
}
.aibx ul {
    list-style: none;
}
.aibx li {
    padding-left: 14px;
    background-repeat: no-repeat;
    background-position: 0% 1px;
    line-height: 13px;
    font-size: 11px;
}
.aibx li.Available, .aibx.Available {
    background-image: url("Images/Icons/asAvailable.png");
}
.aibx li.AvailablePremium, .aibx.AvailablePremium {
    background-image: url("Images/Icons/avPremium.png");
}
.aibx li.NotAvailable, .aibx.NotAvailable {
    background-image: url("Images/Icons/asNotAvailable.png");
}
.aibx li.AvailableAdditional {
    background-image: url("Images/Icons/asAvailableAdditional.png");
}
.aibx li.OtherDepot {
    background-image: url("Images/Icons/asOtherDepot.png");
}

span.aibx.Available, span.aibx.NotAvailable {
    background-position: 0% 4px;
    padding-left: 15px;
    line-height: 13px;
    background-repeat: no-repeat;
    text-align: right;
}

.aibx ul li div.info {
    margin: 0px;
    font-size: 1.1em !important;
    font-weight: bold;
    color: black !important;
    padding: 2px 1px;
    max-width: 200px;
}

div.priceRight {
    float: right;
}

span.glasses {
    line-height: 20px;
    padding: 10px 10px;
    margin: 2px 10px 2px 5px;
    background-image: url("images/icons/glasses.png");
    background-repeat: no-repeat;
    background-position: center 52%;
    cursor: pointer;
}

.aibx ul li div.info.small {
    font-size: 0.9em !important;
}

.articleDetails div.order .aibx ul li div.info {
    width: auto;
    float: none;
}

/* === Artikelliste: Warenkorbfunktionen === */
.wkBtns {
    padding: 2px; /*background: #fff url(Images/btnBg.png) repeat-x 0 10px;*/
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    width: 88px;
    clear: both;
    text-align: right;
}
.wkBtns input {
    /* Wird per Javascript via Hover eingefügt */
    margin-right: 3px;
    width: 33px !important;
}
.wkCtrl {
    float: right;
    text-align: right;
    background: #c3cbda;
    width: 94px;
}

.wkCtrl .qd {
    background: transparent url(Images/icons/Documents.png) no-repeat 3px 5px;
    font-size: 1.0em;
    font-weight: bold;
    padding: 2px 2px 2px 22px;
    float: right;
}

.wkCtrl .qu {
    background: transparent url(Images/icons/OrderBasket.png) no-repeat 3px 5px;
    font-size: 1.0em;
    font-weight: bold;
    padding: 2px 4px 2px 20px;
    float: right;
}

.wkCtrl .qu span {
    color: #090;
}

.wkCtrl .qu.hidden {
    display: none;
}

#wkAmount {
    width: 25px; /* text-align: right; */ /* irritiert etwas? */
}

a.wk, a.wk:hover, a.doc, a.doc:hover, a.ask, a.ask:hover {
    text-decoration: none;
    display: inline;
    padding: 4px 4px 4px 12px;
    line-height: 22px;
    text-indent: -999em;
}

a.wk, a.wk:hover {
    padding: 8px 4px 8px 12px;
    line-height: 26px;
}

a.wk.in {
    background: transparent url(Images/icons/OrderBasketPlus.png) no-repeat 50% 50%;
}
a.wk.out {
    background: transparent url(Images/icons/OrderBasketMinus.png) no-repeat 50% 50%;
}

a.doc.in {
    background: transparent url(Images/icons/DocumentPlus.png) no-repeat 50% 50%;
}

a.ask {
    background: transparent url(Images/icons/PriceUpdate.png) no-repeat 50% 50%;
}

a.ask.green {
    background: transparent url(Images/icons/PriceUpdateGreen.png) no-repeat 50% 50%;
}

a.ask.gray {
    background: transparent url(Images/icons/PriceUpdateGrey.png) no-repeat 50% 50%;
}

a.doc.out {
    background: transparent url(Images/icons/DocumentMinus.png) no-repeat 50% 50%;
}

/* Währung */
span.eur {
    font-size: 0.7em !important;
    float: none !important;
}

/* === Button Box === */

.buttonArea {
    background: #ebebe7 url(Images/Core/fieldsetBlueBg.png) repeat-x 0 -35px;
    padding: 4px 3px;
    border: 3px solid #434f75;
    margin: 3px 0px;
}

.buttonArea a.button, .buttonArea a.sbutton, .buttonArea a.button:hover, .buttonArea a.sbutton:hover {
    border: 1px solid #434f75;
}

.defaultSplitLayout div.contentBox {
    overflow: hidden;
}

.buttonArea div.left, .buttonArea div.right {
    margin: 0px 2px;
}

.buttonArea .left {
    float: left;
}

.buttonArea .right {
    float: right;
}
/* === Button Link, Button Listen === */

a.button {
    background: #fff url(Images/Core/btnBg.png) repeat-x top left;
    line-height: 22px;
    padding: 1px 3px;
    border: 1px solid #aaa;
    color: #333;
    text-decoration: none;
    margin: 1px 2px;
}

a.button:hover {
    background-position: 0px -25px;
    border: 1px solid #8dc8f1;
}

a.button.pressed, a.button:active {
    background-position: 0 -50px;
    border: 1px solid #aaa;
}

a.button.ajaxClick, a.button.ajaxClick:hover, a.button.ajaxClick.expanded, a.button.ajaxClick.expanded:hover {
    background: #fff url(Images/Core/btnOpenerBg.png) no-repeat right 0px;
    padding-right: 30px;
}

a.button.ajaxClick:hover {
    background-position: right -26px;
}

a.button.ajaxClick.expanded {
    background-position: right -51px;
}

a.button.ajaxClick.expanded:hover {
    background-position: right -76px;
}

/* === Button Link, Button Listen === */
a.sbutton {
    background: #fff url(Images/Core/btnBg.png) repeat-x 0 -2px;
    border: 1px solid #aaa;
    color: #333;
    text-decoration: none;
    margin: 2px 2px;
    display: block;
    width: 22px;
    padding: 2px 4px;
    white-space: nowrap;
    line-height: 18px;
}

a.sbutton:hover {
    background-position: 0 -28px;
    border: 1px solid #8dc8f1;
    color: #000;
}

a.sbutton.pressed, a.sbutton:active {
    background-position: 0 -54px;
    border: 1px solid #aaa;
}

a.sbutton span {
    white-space: nowrap;
    font-size: 12px;
    display: block;
    line-height: 14px;
    margin: 0;
    padding: 1px 1px 1px 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

a.sbutton.up, a.sbutton.down {
    float: left;
    width: 16px;
}

a.sbutton.plus, a.sbutton.minus {
    width: 20px;
    line-height: 16px;
    padding: 1px 4px;
    float: right;
}

span.sbuttonDummy {
    margin: 2px 15px;
    float: right;
}

a.sbutton.del span {
    background-image: url("Images/icons/smallBtnSymbRemoveFromOrder.png");
}
a.sbutton.det span {
    background-image: url("Images/icons/smallBtnSymbDetails.png");
}
a.sbutton.tyre span {
    background-image: url("Images/icons/smallBtnSymbTyre.png");
}
a.sbutton.callcenter span {
    background-image: url("Images/icons/callcenter.png");
}
a.sbutton.info span {
    background-image: url("Images/icons/info.png");
}
a.sbutton.clean span {
    background-image: url("Images/icons/clean.png");
}
a.sbutton.new span {
    background-image: url("Images/icons/New.png");
}

a.sbutton.download span {
    background-image: url("Images/icons/Downloads.png");
}

a.sbutton.plus span {
    background-image: url("Images/icons/OrderBasketPlus.png");
}

a.sbutton.minus span {
    background-image: url("Images/icons/OrderBasketMinus.png");
}

a.sbutton.up span {
    background-image: url("Images/icons/arrow_up.png");
    padding-left: 10px;
}

a.sbutton.down span {
    background-image: url("Images/icons/arrow_down.png");
    padding-left: 10px;
}

a.sbutton.plus span {
    background: url("Images/icons/GlasPlus.png") 55% 55% no-repeat;
}

a.sbutton.plus span {
    background: url("Images/icons/GlasPlus.png") 55% 55% no-repeat;
}

a.sbutton.minus span {
    background: url("Images/icons/GlasMinus.png") 55% 55% no-repeat;
}

a.sbutton.del span {
    background-image: url("Images/icons/Delete.png");
}

a.sbutton.rve span {
    background: transparent url(Images/icons/reverse.png) no-repeat 50% 50%;
}

/* Default Split Layout */

.defaultSplitLayout .leftBox {
    width: 300px;
    float: left;
}

.defaultSplitLayout .contentBox {
    margin-left: 304px;
    table-layout: fixed;
    overflow-x: hidden;
    padding-left: 1px; /* display:table-cell;  Chrome - Fix */
}

.defaultSplitLayout.small .leftBox {
    width: 200px;
}

.defaultSplitLayout.small .contentBox {
    margin-left: 204px;
}

/* Default Split Layout - Option Box */

.defaultSplitLayout .leftBox div.options ul {
    list-style: none;
    margin: 5px 2px;
}

.defaultSplitLayout div.options ul, div.options ul li {
    margin: 0;
    padding: 0;
}

.defaultSplitLayout .leftBox div.options ul li {
    background: #fff url(Images/Core/btnBg.png) repeat-x 0 -2px;
    border: 1px solid #aaa;
    line-height: 20px;
    color: #333;
    height: 20px;
    padding: 0px 1px 2px 0px;
    text-decoration: none;
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 2px;
}

.defaultSplitLayout .leftBox div.options ul li:hover {
    background-position: 0 -28px;
    border: 1px solid #8dc8f1;
    color: #000;
}

.defaultSplitLayout .leftBox div.options ul li a {
    margin: 0;
    padding: 0;
    display: block;
    padding-left: 18px;
    text-decoration: none;
}

.defaultSplitLayout .leftBox div.options a.sbutton {
    display: block;
    padding: 0px 2px 0px 10px;
    font-size: 0.9em;
    text-align: left;
    margin: 2px;
}

.defaultSplitLayout div.options ul li.pressed, .defaultSplitLayout div.options ul li:active {
    background-position: 0 -54px;
    border: 1px solid #aaa;
}

/* Wizard */

ul.wizard {
    list-style: none;
    padding: 2px;
}

ul.wizard li {
    background: url("Images/icons/dot.png") 4px 55% no-repeat;
    padding: 2px 0px 2px 25px;
    font-size: 1.00em;
}

ul.wizard li.okay {
    background: url("Images/Icons/checked.png") 4px 55% no-repeat;
}

ul.wizard li.selected {
    background: url("Images/Icons/arrow-right.png") 4px 55% no-repeat;
    font-weight: bold;
}

/* Fieldsetbox */

div.styled.fieldsetBox {
    margin-top: 0px;
    border: 3px solid #434f75;
}

div.styled.fieldsetBox form.styled fieldset {
    margin: 0px;
    border: none;
    width: 100%;
}

div.styled.fieldsetBox form.styled fieldset label {
    margin-left: 0px;
}

div.styled.fieldsetBox form.styled fieldset div.sequence input {
    padding: 4px 2px;
}

div.styled.fieldsetBox form.styled a.sbutton {
    float: right;
    margin-top: 4px;
}

/* BlueBox */

div.styled.blueBox {
    border: 3px solid #434f75;
    background: #FFF url("Images/Core/fieldsetBlueBg.png") top left repeat-x;
    margin-bottom: 0px;
}

div.styled.blueBox span.head {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
}

/* BottomBgBox */

div.styled.bottomBgBox {
    background: #FFF url("Images/Core/boxBg.png") bottom right repeat-x;
    min-height: 50px;
}

div.styled.bottomBgBox a.button {
    margin: 1px 0px 2px 4px;
    line-height: 21px;
    padding: 0px 3px;
}

div.styled.bottomBgBox a.sbutton {
    margin-left: 5px;
}

div.styled.bottomBgBox a.button, div.styled.bottomBgBox a.sbutton {
    float: left;
}

div.styled.bottomBgBox a.button.right, div.styled.bottomBgBox a.sbutton.right {
    float: right;
    margin-right: 3px;
}
