/* Theme Selector Style */

#theme {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 120px;
	height: 100px;
	z-index: 1500;
}
#theme p {
	color: #fff;
	text-align: center;
	margin: 0;
	font-weight: bold;
}
#theme img {
	display: inline-block;
	width: 105px;
	height: 45px;
	margin: 0 auto;
	border: 2px solid #000;
}
#theme_window {
	display: none;
	float: right;
	width: 360px;
	margin-top: -83px;
	padding: 18px;
	min-height: 200px;
	background: black;
	border: 2px solid #555;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
#theme_window ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#theme_window ul li {
	float: left;
	width: 105px;
	margin: 0 23px 10px 0;
}
#theme_window ul li img {
	border: 2px solid #555;
}
#theme_window ul li p {
	text-align: center;
	color: #fff;
}
