div#userToolbar{
	width: 705px;
	height: 40px;
	margin-left: 255px;
	background: url(images/userToolbar_bg.gif);
	border-bottom: 3px solid #331c0e;
}

div#userToolbar span{
	font-size: 11px;
	color: #241207;
}

div#userToolbar span strong{
	font-size: 11px;
	color: #e6b171;
	font-weight: bold;
}

div#userToolbar span#logout{
	background: transparent url(images/userToolbar_spacer.gif) top right no-repeat;
	height: 27px;
	width: 235px;
	padding: 13px 0 0 15px;
	display: block;
	float: left;
}

div#userToolbar span#logout.register{
	text-align: center;
	padding: 13px 8px 0 7px;
}

div#userToolbar span#logout.register a{
	color: #e6b171;
	font-weight: bold;
}

span#logout a, span#logout a:visited,
span#logout a:hover, span#logout a:active{
	color: #241207;
	text-decoration: none;
}

span#logout a:hover{
	text-decoration: underline;
}

div#userToolbar span#yourCart{
	background: transparent url(images/userToolbar_spacer.gif) top right no-repeat;
	height: 27px;
	width: 280px;
	padding: 13px 5px 0 15px;
	display: block;
	float: left;
}
div#userToolbar span#showCart{
	height: 27px;
	width: 140px;
	padding: 13px 0 0 15px;
	display: block;
	float: left;
	position: relative;
}

span#showCart a, span#showCart a:visited,
span#showCart a:hover, span#showCart a:active{
	color: #e6b171;
	text-decoration: none;
}

span#showCart a:hover{
	text-decoration: underline;
}

span#showCart span, span#showCart span.empty{
	width: 57px;
	height: 55px;
	position: absolute;
	top: -4px;
	left: 95px;
	z-index: 120;
	background: transparent url(images/smallBasket.png) top left no-repeat;
}

span#showCart span.empty{
	background: transparent url(images/smallBasket_empty.png) top left no-repeat;
}
