

.StepOn
 {
 	font-size: 10px;
	float: left;
 	font-weight: bold;
 	padding: 3px 0px 4px 3px;
 	width: 101px;
	color:#fff;
	height: 49px;
	background: url(../cs-images/stepOn.gif) no-repeat left top;
 }	
 
.StepOff
 {
	font-size: 10px;
	float: left;
 	font-weight: normal;
 	padding: 3px 0px 4px 3px;
 	width: 105px;
	color:#000;
	height: 49px;
	background: url(../cs-images/stepOff.gif) no-repeat left top;
 }	 
 
#Tab1
 {
 	margin: 3px 0px 5px 0px;
	width:100px; 	
 }
 
#Tab2,
#Tab3,
#Tab4,
#Tab5 {
  	margin: 3px 0px 5px 3px;
	width:100px; 
	
 }


/* wishlist product list hover details */

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

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

a.cartItem span{display: none;}

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

.form_error {
		color: #CC0000;
}

.creditTable {
	font-weight: normal!important;
}
.creditTable td {
	padding: 3px;
	text-align: center;
}
.creditTable td span {
	font-weight:bold!important;
}
.creditTable th {
	background: #6390C8;
	color: #fff;
	padding: 3px;
	text-aling: center;
}

.creditTable .creditTableTitle {
	background: #fff;
	color: #444;
	font-weight: bold !important;
	font-size: 14px;
}

.creditTable .odd {
	background: #fff;
}
.creditTable .even {
	background: #eee;
}

.fieldInfo {
	background: url(../cs-images/info-icon.jpg) no-repeat top left;
	padding: 0 0 0 30px !important;
	font-weight: normal;
	color: #666;
}

.userAccountTable p {
	font-size: 11px;
	color: #444;
	padding: 5px;
}



