#navcontainer {
  width: 100%;
}
#checkout fieldset.order_history { 
  clear: both;
}
#checkout fieldset
{
	clear: both;
}
#navcontainer ul {
  padding: 1em;
	text-transform: lowercase;
	margin-bottom:10px;
}

#navcontainer li {
  display: inline;
  padding: 5px 8px;
	margin-right:3px;
	border: 1px solid #d1c29b;
}

#navcontainer li  {
  background: #f1eacf;
}

#navcontainer li.current {
  font-weight: bold;
  background: #7c882f;
	color: #fff;
	margin-right:3px;
	border: 1px solid #656e2c;
}
#navcontainer li.current a{color: #fff;}
#navcontainer li:hover,
#navcontainer li.current:hover{
  background: #e3dfd0;
margin-right:3px;
	
}
.billing-shipping strong{
	font-weight: bold;
}
.tnc-link{
	text-transform: inherit;
}
