.jquery-ui-themeswitcher {
}
.notheme .jquery-ui-themeswitcher-button {
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-family: "Trebuchet MS, Verdana, sans-serif";
	font-size: 11px;
	color: #666;
	background: #eee url("images/buttonbg.png") 50% 50% repeat-x;
	text-decoration: none;
	outline: 0;
	display: block;
}
.jquery-ui-themeswitcher-button {
	width: 150px;
	height: 14px;
	padding: 3px 3px 3px 8px;
}
.notheme .jquery-ui-themeswitcher-button:hover {
	border-color:#bbb;
	background: #f0f0f0;
	cursor: pointer;
	color: #444;
}
.notheme .jquery-ui-themeswitcher-button.active {
/*	color: #aaa;
	background: #000;
	border: 1px solid #ccc;
	border-bottom: 0px;
*/	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	outline: 0;
}

.jquery-ui-themeswitcher-button-icon {
	float: right;
}
.notheme .jquery-ui-themeswitcher-button-icon {
	background: url("images/icon_color_arrow.gif") 50% 50% no-repeat;
	width: 16px;
	height: 16px;
}


.jquery-ui-themeswitcher-switcherpane {
	position: absolute;
	float: left;
	z-index: 999999;
	width: 150px;
	height:300px;
	overflow: auto;
	text-align: center;
}
.notheme .jquery-ui-themeswitcher-switcherpane {
/*	font-family: "Trebuchet MS, Verdana, sans-serif"";
	font-size: 12px;*/
	background: #eee;
/*	background: #000;*/
	color: #333;
	padding: 0px;
	padding-bottom:5px;
	border: 1px solid #ccc;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top: 0;
	width:160px;
}

.jquery-ui-themeswitcher-switcherpane ul {
	list-style: none;
	margin: 3px;
/*	width:95%;*/
	padding: 0;
	overflow: auto;
/*	height: 120px;*/
}
.jquery-ui-themeswitcher-switcherpane li {
	width:100%;
}

.notheme .jquery-ui-themeswitcher-switcherpane li {
	cursor: auto;
	-moz-border-radius: 4px;
	clear: left;
	text-align:center;
	float: left;
}
.jquery-ui-themeswitcher-switcherpane li.hover {
	border-color:#555;
/*	background: #ddd url("images/menuhoverbg.png") 50% 50% repeat-x;*/
	background-color:#ddd;
	cursor: pointer;
}
.jquery-ui-themeswitcher-switcherpane li a {
	color: #333;
	text-decoration: none;
	width: 100%;
	outline: 0;
	text-align:center;
}
.jquery-ui-themeswitcher-switcherpane li .themeName {
	float: left;
	margin: 3px 0;
	display:block;
	width:100%;
}
.jquery-ui-themeswitcher-switcherpane li a img {
	border: 1px solid #333;
	margin: 0 2px;
}
