
table.steps{
	border-top: none;
}

table tr.steps td {
	border-top: none;
	padding-top: 10px;
}

#steps {
	width: 440px;
	height: 25px;
	background: url(/images/layout/tabs/v2/tab-back.gif) repeat-x top left;
}

#steps-content {
	border-left: 1px solid #e1e1e1;
}

#steps ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#steps ul li {
	display: inline;
	padding: 0;
	margin: 0px 0px 0px 0px;	
}

#steps ul li a {
	text-decoration: none;
	color: #000;	
	margin: 0;
	padding: 0;
	float: left;
	background: url(/images/layout/tabs/v2/tab-left.gif) no-repeat bottom left;
	cursor: hand;
}

#steps ul li a span {
	padding: 7px 5px 3px 3px;
	margin: 0px 0px 0px 1px;;
	display: block;
	float: left;
	background: url(/images/layout/tabs/v2/tab-right.gif) no-repeat bottom right;	
}

#steps ul li.active a {
	background: url(/images/layout/tabs/v2/tab-left-sel.gif) no-repeat bottom left;
	font-weight: bold;
}

#steps ul li.active a span {
	background: url(/images/layout/tabs/v2/tab-right-sel.gif) no-repeat bottom right;	
}