.top_logo
{
	float: left;
	width: 547px;
	padding: 0px;
}
.top_shipping
{
	float: left;
	width: 180px;
	padding-left: 20px;
}
.top_nav
{
	clear: both;
	background-image: url(/images/gui/topnav_bg.jpg);
	background-repeat: no-repeat;
	background-color: white;
	height: 40px;
	text-align: center;
	color: white;
	font-family: georgia, serif;
	font-size: 20px;
	line-height: 40px;
}
.top_nav select
{
	width: 200px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}
.top_nav .topnavLeft
{
	float: left;
	margin: auto;
	padding: 10px;
}
.top_nav .topnavRight
{
	display: inline;
	float: right;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
.top_nav ul
{
	height: 34px;
	padding: 0pt;
	line-height: 12px;
}
#top_nav_filler
{
	background-image: none;
	float: right;
	display: inline;
	color: #4E4E4E;
	font-size: 12px;
	font-weight: bold;
}
.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: 9px 25px 10px 26px;
	white-space: nowrap;
	line-height: 12px;
}
.top_nav a
{
	color: #4E4E4E;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.top_nav a:hover
{
	color: #4E4E4E;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.top_right
{
	float: right;
	position: relative;
	width: 400px;
	height: 80px;
}
.top_tools
{
	float: right;	
	padding: 10px;
}
.top_tools li
{
	display: inline;
	float: left;
	margin: 0pt;
	padding: 0px 0px 0px 20px;
	white-space: nowrap;
	font-size: 12px;	
	background: transparent url(/images/gui/bullet.gif) no-repeat scroll 10px 5px;
}
.top_slogan
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0px 10px 0px 0px;
	font-family: Georgia, serif;
	font-size: 16px;
	color: gray;
	line-height: 20px;
}
.cart_full, .cart_empty
{
	padding-right: 19px;
	background-repeat: no-repeat;
	background-position: center right;
	font-size: 12px;
}
.cart_full
{
	background-image: url(/images/gui/cart_full.gif);	
}
.cart_empty
{
	background-image: url(/images/gui/cart_empty.gif);		
}