/* php nav */

.navcontainerment {font-size: 12px;}

.navcontainerment a {color: #555;
text-decoration: none;}

.navcontainerment ul {list-style-type: none;
padding: 0px;}

.ul1 {list-style: none;
padding: 1px;
margin-left: 0;
margin-bottom:0;
margin-right:0;
font-size: 11px;
border: 2px solid;
border-color: #AAA #666 #666 #AAA;
background: #fbdbf0;}

.li1 {text-indent:-8px;
margin: 0;
padding: 0.25em 1em;
border: 1px solid;
border-color: #FFF #AAA #AAA #FFF;}

.ul2 {font-size: 9px;
margin: 3px 0px;
padding: 0px;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #000000;
border-bottom-color: #000000;}

.li2 {background-color: #fe81fe;
padding: 3px 0px 3px 8px;
font-weight: normal;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000;}

.li2 a {color:#222;} /* Checkout Progress Indicator  ------------------------------------------------ */ 

p.checkout-progress-heading { 
width: 300px; 
margin: 10px auto; 
} 

#checkout-progress-indicator { 
width: 300px; 
height: 19px; 
background-image: url('cpi-background.gif'); 
margin: 0 auto 20px auto; 
} 

.checkout-progress-0 { 
width: 75px; 
height: 19px; 
background-color: #fe81fe; 
background-image: url('cpi-main.gif'); 
float: left; 
} 

.checkout-progress-1 { 
width: 150px; 
height: 19px; 
background-color: #fe81fe; 
background-image: url('cpi-main1.gif'); 
float: left; 
} 

.checkout-progress-2 { 
width: 225px; 
height: 19px; 
background-color: #fe81fe; 
background-image: url('cpi-main2.gif'); 
float: left; 
} 

.checkout-progress-3 { 
width: 292px; 
height: 19px; 
background-color: #fe81fe; 
background-image: url('cpi-main3.gif'); 
float: left; 
}

.checkout-progress-4 { 
width: 292px; 
height: 19px; 
background-color: #fe81fe; 
background-image: url('cpi-main4.gif'); 
float: left; 
}

#checkout-progress-indicator .cpi-end {
width: 8px; 
padding: 0; 
margin: 0; 
border: 0; 
height: 19px; 
background-image: url('cpi-end.gif'); 
background-position: right; 
background-repeat: no-repeat; 
float: left; 
}