html,
body {
	background: #eaeade;
	color: #222222;
	font: 12px arial, sans-serif; }

	a {
		color: #222222;
		text-decoration: none; }

		a:hover {
			text-decoration: underline; }


div.toolbar {
	background: #eeeeee;
	border-bottom: 1px solid #acacac;
	height: 36px;
	line-height: 36px; }

	div.toolbar div.location {
		float: left;
		height: 22px;
		line-height: 22px;
		padding: 7px 0px 0px 10px; }

		div.toolbar div.location a.arrow {
			display: block;
			float: left;
			height: 22px;
			line-height: 22px;
			text-decoration: none;
			width: 28px; }

			div.toolbar div.location a.arrow-left {
				background: url('../../images/toolbar/location-items.gif') repeat-x 0px -22px; }

			div.toolbar div.location a.arrow-right {
				background: url('../../images/toolbar/location-items.gif') repeat-x 0px -44px; }

			div.toolbar div.location a.arrow:hover {
				text-decoration: none; }

		div.toolbar div.location div.pages {
			background: url('../../images/toolbar/location-items.gif') repeat-x;
			cursor: default;
			float: left;
			font-size: 11px;
			height: 22px;
			padding: 0px 7px; }

	div.toolbar div.links {
		float: left;
		padding-left: 10px; }

		div.toolbar div.links select.select {
		    background: #ffffff;
		    border: 1px solid #999999;
			color: #222222;
			font: 11px verdana, sans-serif;
			margin-top: 7px;
		    padding: 3px; }

	div.toolbar div.actions {
		float: left;
		height: 16px;
		padding: 10px 0px 0px 10px; }

		div.toolbar div.actions a.icon {
			float: left;
			display: block;
			height: 16px;
			width: 16px; }

			div.toolbar div.actions a.icon-window {
				background: url('../../images/icons/window.png') no-repeat 0px 50%;
				margin-right: 10px; }

			div.toolbar div.actions a.icon-windows {
				background: url('../../images/icons/windows.png') no-repeat 0px 50%; }

			div.toolbar div.actions a span {
				display: none; }

	div.toolbar div.branding {
		font-size: 12px;
		float: right;
		padding-right: 20px; }

	div.toolbar div.powered {
		background: #e4e4e4;
		border-left: 1px solid #acacac;
		color: #444444;
		font-size: 11px;
		float: right;
		padding: 0px 10px; }

		div.toolbar div.powered a {
			color: #444444; }


/* shortcuts */
div.clear {
	clear: both; }

