
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;	
}

#steps ul li.white a span {
	background: url(/images/layout/tabs/v2/tab-right-white-sel.gif) no-repeat bottom right;
}

div.button-area-steps {
	background: #E7E7E7;
	text-align: right;
	border-bottom:1px solid #ACAEAD;
	border-left:1px solid #ACAEAD;
	border-right:1px solid #ACAEAD;
}

div.button-area-steps input {
	margin: 20px 5px 5px 5px;	
}

/* style tabs */
div.stepsv2 {
	margin: 0px -9px 10px -9px;
	width: 698px;
	height: 35px;
	background: url(/images/gsm/informatie/steps/stap_back.jpg) repeat-x;	
}
						
div.stepsv2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 35px;
	width:100%;
	margin-left:10px;
	margin-right:10px;
}
div.stepsv2 ul li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 35px;
}
			
div.stepsv2 ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 5px 15px;
}

div.stepsv2 li.tabactive {
	cursor: pointer;

	padding-right: 10px;
	background: url(/images/over-unitedconsumers/informatie/veilige-afzenders/Tabjes_04.gif) no-repeat right bottom;
	height: 35px;
}
			
div.stepsv2 li.tabactive a {
	background: url(/images/over-unitedconsumers/informatie/veilige-afzenders/Tabjes_01.gif) no-repeat left top;
	margin-top: 1px;
	height: 23px;
}

div.stepsv2 li.tabinactive a {
	height: 23px;
}