﻿
/*anzeige der bestellschritte im shop mittels fuenf einzelner ebenen*/

/*erster bestellschritt warenkorb*/
.cartwidth{width:144px;}

/*zweiter bestellschritt adressen*/
.adresswidth{width:116px;}

/*dritter bestellschritt bezahlung*/
.paymentwidth{width:160px;}

/*vierter bestellschritt versandoptionen*/
.deliverywidth{width:170px;}

/*fuenfter bestellschritt bestaetigung*/
.confirmationwidth{width:130px;}


/*anonymer Shop Bereich*/
/*erster bestellschritt warenkorb*/
.cartwidthanonym{width:186px;}

/*zweiter bestellschritt adressen*/
.adresswidthanonym{width:158px;}

/*dritter bestellschritt bezahlung*/
.paymentwidthanonym{width:202px;}

/*fuenfter bestellschritt bestaetigung*/
.confirmationwidthanonym{width:174px;}


/*definition bestellschritt allgemein*/
.cartsteps
{height:40px; 
background-image:url(images/cartstep_background.jpg);
background-repeat: repeat-x;
float:left;
text-align:center;
padding-top:21px;
text-transform:uppercase;
font-size:12px;}

/*aktiver bestellschritt*/
.cartactive{background-image:url(images/checkout_cart_blank.png); float:left; height:40px;}
.adressactive{background-image:url(images/checkout_addresses_blank.png); float:left; height:40px;}
.paymentactive{background-image:url(images/checkout_payment_blank.png); float:left; height:40px;}
.deliveryactive{background-image:url(images/checkout_delivery_blank.jpg); float:left; height:40px;}
.confirmationactive{background-image:url(images/checkout_confirmation_blank.png); float:left; height:40px;}

.cartactive, .adressactive, .paymentactive, .deliveryactive, confirmationactive{color:#000!important;}

/*erledigter bestellschritt*/
.cartfinished{height:40px; 
background-image:url(images/cartstep_background_brown.jpg);
background-repeat: repeat-x;
float:left;
text-align:center;
padding-top:21px;
text-transform:uppercase;
font-size:12px;}



/*Container mit Link*/
.cartlinkcontainer{z-index:2;}