tr.sectiontableentry1 td, tr.sectiontableentry2 td { font-size: 140%; padding-left: 5px; }
tr.sectiontableheader th {padding-left: 10px;}
.indent {padding-left: 10px;}
#breadcrumbs {
	font-size: 100%;
	font-weight: bold;
	margin: 7px 15px;
}

#navigation
{
	background : #E4EAEF url(../images/nav_bg.gif) top repeat-x;
	border-top : 1px solid #B8C9D8;
	color : #425D8D;
	
	height: 25px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

#navigation a:link, #navigation a:visited
{
	color : #657FA6;
}

#navigation a:hover
{
	color : #455F8D;
	text-decoration : none;
}
#navigation span.current
{
	color : #204070;
	font-weight : bold;
}

/*****************
* Navigation Tabs 
******************/
ul.tabs
{
	float: right;
	height: 20px;
	margin-top: 10px;
}

ul.tabs li
{
	list-style-type: none;
	display: inline;
	margin: 0;
}

ul.tabs li a
{		
	float: left;
	font-size: 11px;
	line-height: 12px;

	padding: 4px 10px 4px 10px;
	margin-left: 4px;
	
	border-top: 3px double #ccc;
	border-left: 3px double #ccc;
	border-right: 3px double #ccc;
	
	background: white;
}

ul.tabs li a.selected
{
	border-bottom: 1px solid white;
	background: white;
}

ul.tabs li a span
{
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -3px;
	
	padding: 2px 5px 2px 16px;
}

ul.tabs li a span.basket
{
	background-image: url(../images/icons/basket.jpg);
}

ul.tabs li a span.checkout
{
	background-image: url(../images/icons/basket_go.jpg);
}

ul.tabs li a span.error
{
	background-image: url(../images/icons/cross.jpg);
}

ul.tabs li a span.complete
{
	background-image: url(../images/icons/accept.jpg);
}

ul.tabs li a span.voucher
{
	background-image: url(../images/icons/tag_orange.jpg);
}

.with_id
{
	margin-left: 30px;
}
