body {
	position: relative;
}

#rf-item-switcher {
	position: fixed;
	width: 100%;
	height: 53px;
	top: 0;
	background: #222;
	left: 0;
	text-align: center;
	background: url('images/bg.png') top center repeat-x;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.6;
	font-size: 12px;
	z-index: 9999;
}

#switcher-wrapper {
	display: block;
	position: relative;
}

#switcher-logo {
	position: absolute;
	top: 18px;
	left: 44px;
}

#switcher-themes {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -266px;
	width: 403px;
	height: auto;
	text-align: left;
}

#switcher-dropdown {
	width: 377px;
	height: 25px;
	color: #c8c8c8;
	background: url('images/themes_bg.png') top left no-repeat;
	display: inline-block;
	padding: 6px 0 0 22px;
	margin: 0 0 0 2px;
	text-shadow: 0px 1px 0px #2a2a28;
	overflow: hidden;
}

#switcher-themes-list {
	background: url('images/themes_top.png') top left no-repeat;
	padding: 7px 0 0 0;
	display: none;
}

#switcher-themes-list-bottom {
	background: url('images/themes_bottom.png') top left no-repeat;
	height: 8px;
	display: block;
}

#switcher-themes-list ul {
	background: url('images/themes_middle.png') top left repeat-y;
	display: block;
	margin: 0;
	padding: 2px 0 5px 0;
}

#switcher-themes-list ul li {
	display: block;
}

#switcher-themes-list ul li a {
	display: block;
	margin: 0 7px;
	padding: 5px 0 0 17px;
	height: 24px;
	color: #c8c8c8;
	text-shadow: 0px 1px 0px #2a2a28;
	text-decoration: none;
}
#switcher-themes-list ul li a:hover {
	background: url('images/themes_item.png') center center repeat-x;
	text-decoration: none;
}

a#switcher-purchase {
	position: absolute;
	display: inline-block;
	top: 9px;
	left: 50%;
	height: 34px;
	width: 108px;
	margin-left: 160px;
	background: url('images/purchase.png') 0px 0px no-repeat;
}
a#switcher-purchase:hover {
	background: url('images/purchase.png') 0px -35px no-repeat;
}

a#switcher-close {
	position: absolute;
	top: 18px;
	right: 44px;
}
/*a#switcher-close:hover {
	top: 19px;
}*/