.theme-color-chooser {
	position: absolute;
	z-index: 2000;
	
}
.theme-color-chooser table {
	border-collapse: collapse;
	border-spacing: 0;
    
    table-layout: fixed; 
    width: 100%;
}
.theme-color-chooser td {
	padding: 0;
	overflow: hidden;
	font-size: 1px;
	background-image: url(../images/theme_color_picker.png);
	_background-image: url(../images/theme_color_picker.png);
	background-repeat: no-repeat;
}
.theme-color-chooser td.ne {
	width: 30px;
	height: 18px;
	background-position: left top;
}
.theme-color-chooser td.n {
	height: 18px;
	background-position: center top;
}
.theme-color-chooser td.ne {
	width: 30px;
	height: 18px;
	background-position: right top;
}
.theme-color-chooser td.w {
	width: 30px;
	background-position: left center;
}
.theme-color-chooser td.c {
	background-position: center center;
	overflow: visible;
	vertical-align: middle;
}
.theme-color-chooser td.e {
	width: 30px;
	background-position: right center;
}
.theme-color-chooser td.sw {
	width: 30px;
	height: 18px;
	background-position: left bottom;
}
.theme-color-chooser td.s {
	height: 18px;
	background-position: center bottom;
}
.theme-color-chooser td.se {
	width: 30px;
	height: 18px;
	background-position: right bottom;
}
.theme-color-chooser-content {
	position: relative;
/* 	top: 9px; */
	padding: 2px;
	width: 97px;
/* 	margin: 0px -27px 0; */
	margin-left:-30px;
}
.theme-color-square {
	position: relative;
/* 	left: 2px; */
	float: left;
	width: 23px;
	height: 17px;
/* 	margin: 2px 4px 3px 0; */
	margin: 2px;
	cursor: pointer;
	border: 1px solid #555;
}
.theme-color-square-selected {
/* 	left: 1px; */
	border: 1px solid #fff;
	margin: 2px;
/* 	margin: 1px 2px 2px 0; */
}
