.top_logo
{
	float: left;
	padding: 0px;
	margin-left: 10px;
}
.top_nav
{
	clear: both;
	background-color: #0066CB;
	background-image: url(/images/gui/topnav_spacer.gif);
	background-repeat: no-repeat;
	background-position: -11px 0px;
}
.top_nav ul
{
	height: 26px;
	padding: 0px 0px 0px 12px;
	line-height: 12px;
	background-image: url(/images/gui/topnav_spacer.gif);
	background-repeat: no-repeat;
	background-position: 948px 0px;	
}
#top_nav_filler
{
	background-image: none;
	float: right;
	display: inline;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding-right: 12px;
}
.top_nav li
{
	background-image: url(/images/gui/topnav_spacer.gif);
	background-position: right top;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	margin: 0pt;
	padding: 7px 23px 7px 0px;
	white-space: nowrap;
	line-height: 12px;
}
.top_nav a
{
	color: white;
	font-size: 11px;
	text-decoration: none;
}
.top_nav a:hover
{
	color: white;
	font-size: 11px;
	text-decoration: underline;
}
.top_right
{
	float: right;
	position: relative;
	width: 400px;
	height: 58px;
}
.top_tools
{
	position: absolute;
	bottom: 5px;
	right: 10px;
	text-align: right;
}
.top_tools li
{
	display: inline;
	float: left;
	margin: 0pt;
	padding: 0px 0px 0px 20px;
	white-space: nowrap;
	font-size: 10px;	
	background: transparent url(/images/gui/bullet.gif) no-repeat scroll 10px 5px;
}
.cart_full, .cart_empty
{
	padding-right: 19px;
	background-repeat: no-repeat;
	background-position: center right;
	font-size: 10px;
}
.cart_full
{
	background-image: url(/images/gui/cart_full.gif);	
}
.cart_empty
{
	background-image: url(/images/gui/cart_empty.gif);		
}
.top_subnav
{
	border-width: 1px;
	border-style: solid;
	border-color: #0066CB;
	margin-bottom: 5px;
	text-align: left;
	padding: 3px;
	background-image: url(/images/gui/subnav_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.top_subnav form {
	clear: both;
}