/* CSS Document */

table.page table#navigation_cart td{
	padding:0px;
}

table.page table#navigation_cart td.nav_title,
table.page table#navigation_cart td a.nav_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7f98b2;
	font-weight: bold;
	text-align:center;
	background-color:#ffffff;
	width: 130px;
	font-variant: small-caps;
}

table.page table#navigation_cart a {
	width:130px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	height: 15px;
	padding: 2px 2px 2px 2px;
	text-align: right;
	white-space:nowrap;
}

table.page table#navigation_cart_sub{
	border-left:1px solid #7f98b2;
	border-right:1px solid #7f98b2;
	border-bottom:1px solid #7f98b2;
	background-color:#ffffff;
}

table.page table#navigation_cart_sub a {
	width:110px;
	display:block;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #213223;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	text-align: left;
	white-space:nowrap;
}

table.page table#navigation_cart a:hover,
table.page table#navigation_cart a.selected {
	color: #003300;
	background-color:#7f98b2;
}
