#top-logo { position: absolute; top: 0px; left: 10px; }
#top-tools
{
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	color: white;
}
#top-tools li
{
	display: inline;
	float: left;
	margin: 0pt;
	padding: 0px 0px 0px 20px;
	white-space: nowrap;
	background: transparent url(/images/gui/bullet.gif) no-repeat scroll 10px 5px;
}
#top-tools a { color: white; text-decoration: none; }
#top-tools a:hover { color: white; text-decoration: underline; }
.cart_full, .cart_empty
{
	padding-right: 19px;
	background-repeat: no-repeat;
	background-position: center right;
}
.cart_full
{
	background-image: url(/images/gui/cart_full.gif);	
}
.cart_empty
{
	background-image: url(/images/gui/cart_empty.gif);		
}
/*#top-payments { position: absolute; top: 10px; left: 330px; text-align: right; }*/
#top-payments { position: absolute; top: 40px; right: 10px; text-align: right; }
