#console {
	width: 810px;
	height: 50px;
	background: #cccccc url(../images/nav/console.gif) no-repeat;
	position: relative;
	padding-bottom: 2px;
	z-index: 1;
}
#console ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: -1;
}
#console ul li {
	margin: 0;
	padding: 0;
}
li#console-li-0 a {
	position: absolute;
	top: 0;
	left: 271px;
	width: 133px;
	height: 24px;
	text-indent: -9999px;
	font-size: 0;
	background: url(../images/nav/logout.gif) no-repeat 0 0px;
}
li#console-li-0 a:hover {
	background: url(../images/nav/console.gif) no-repeat -271px -60px;
}

li#console-li-1 a {
	position: absolute;
	top: 26px;
	left: 271px;
	width: 133px;
	height: 24px;
	text-indent: -9999px;
	font-size: 0;
}
li#console-li-1 a#nav-register {
	background: url(../images/nav/login.gif) no-repeat 0 -26px;
}
li#console-li-1 a#nav-register:hover {
	background: url(../images/nav/login.gif) no-repeat 0 -86px;
}
li#console-li-1 a#nav-logout {
	background: url(../images/nav/logout.gif) no-repeat 0 -26px;
}
li#console-li-1 a#nav-logout:hover {
	background: url(../images/nav/logout.gif) no-repeat 0 -86px;
}

li#console-li-2 {
	position: absolute;
	top: 17px;
	left: 490px;
}
a#advanced-search {
	position: absolute;
	width: 161px;
	height: 24px;
	top: 26px;
	left: 0;
	text-indent: -9999px;
	font-size: 0;
}
html#advancedSearchPage a#advanced-search {
	background: url(../images/nav/console.gif) no-repeat 0 -86px;
}
a#advanced-search:hover {
	background: url(../images/nav/console.gif) no-repeat 0 -86px;
}
a#links-button {
	position: absolute;
	width: 106px;
	height: 24px;
	top: 26px;
	left: 163px;
	text-indent: -9999px;
	font-size: 0;
}
html#linksPage a#links-button {
	background: url(../images/nav/console.gif) no-repeat -163px -86px;
}
a#links-button:hover {
	background: url(../images/nav/console.gif) no-repeat -163px -86px;
}



#currency-holder {
	position: absolute;
	top: 2px;
	right: 10px;
	height: 40px;
}
#currency-holder h3 {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: -8px;
	background: url(../images/nav/currency-select.gif) no-repeat 0 0;
	text-indent: -9999px;
	width: 130px;
	height: 19px;
	border: none;
}
#currency-holder select {
	font-size: 11px;
	color: #4D4D4D;
	background: #CCC;
	margin: 20px 3px 0 0;
	padding: 0;
}
#no-currency-holder {
	color: #DADADA;
	width: 130px;
	position: absolute;
	top: 5px;
	right: 0;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
#search-holder {
	position: absolute;
	top: 3px;
	left: 135px;
}
#search-holder input {
	font-size: 11px;
	color: #4D4D4D;
}
button.button-go {
	text-indent: -9999px;
	background:  url(../images/go.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
	width: 27px;
	height: 16px;
	position: absolute;
	top: 1px;
	left: 103px;
}
button.button-go:hover {
	background: url(../images/go.gif) no-repeat 0 -16px;
	border: none;
	cursor: pointer;
}
a#nav-cart {
	color: #ffffff;
}
