.StepOn
 {
 	font-size: 10px;
	float: left;
 	font-weight: bold;
 	padding: 4px 4px 4px 4px;
 	border: 1px solid  #999999;
 	background: #E0E0E0;
 	width: 112px;
	color: #000000;
	height: 40px;
 }	
 
.StepOff
 {
	 font-size: 10px;
 	float: left;
 	padding: 4px 4px 4px 4px;
 	border: 1px solid #ccc;
 	width: 114px;
	height: 40px;
 }	 
 
#Tab1
 {
 	margin: 3px 0px 5px 0px; 	
 }
 
#Tab2
 {
  	margin: 3px 0px 5px 5px;
 }

#Tab3
 {
  	margin: 3px 0px 5px 5px;
 } 

#Tab4
 {
  	margin: 3px 0px 5px 5px;
 } 

#Tab5
 {
  	margin: 3px 0px 5px 5px;
 } 

/*a.cartItem {
 	position: relative; 
	text-decoration: none;
}

a.cartItem  span {
	display: none;
	z-index: 5;
}

a.cartItem:hover {font-size: 100% !important;} /* IE/Win requires some link change on hover in order to show the tooltips */

/*html body a.cartItem:hover span { /*the span will display just on :hover state*/
/*	display: block !important;
	position: absolute;
	width: 150px;
	border: 1px solid #f00;
	background-color: #cff; 
	color: #000;
	padding: 10px;
	font-size: .8em;
}
*/

a.cartItem{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none}

a.cartItem:hover{z-index:25;background: #fff;}

a.cartItem span{display: none;}

a.cartItem:hover span{ /*the span will display just on :hover state*/
    display:block;
	padding:6px;
    position:absolute;
    top:2em; left:5em; width:250px;
    border:1px solid #666666;
    background-color:#FFFFFF; color:#666666;
    text-align: left;
}
a.cartItem:hover span p {
	padding: 5px;
	line-height: 20px;
	font-size: 11px;
}

.form_error {
		color: #CC0000;
}
