.css_switcher {
	z-index: 2000;
	position: fixed;
	top: 100px;
	left: 0px;
	min-height: 20px;
}
html.touch .css_switcher {
	display: none;
}
.css_switcher div{
	list-style-type: none;
	list-style-image: none;
}
.css_switcher div .css_switch_item {
	width: 20px;
	height:20px;
	cursor:pointer;
	color: #000;
	display: inline-block;
	zoom: 1;
	margin: 0px 20px 10px 0px;
}
.css_switcher_close {
	width: 24px;
	height: 40px;
	cursor: pointer;
	background: url(../png/arrow.png) ;
}
.css_switcher_open{
	width: 34px;
	height: 34px;
	cursor: pointer;
	background: url(../png/settings.png) ;
}
.css_switcher_items {
	width: 200px;
	padding: 10px;
	background: #444;
	margin-left: -220px;
}
.bg_patern_item {
	display: inline-block;
	zoom:1;
	cursor: pointer;
	width: 28px;
	height: 28px;
	border: 1px solid #ddd;
	margin: 0px 20px 20px 0px;
}
.css_switch_default {
	background-color: #ff8c19;
}
.css_switch_yellow {
	background-color: #f6cc00;
}
.css_switch_blue {
	background-color: #00bfd7;
}
.css_switch_red {
	background-color: #eb2c46;
}
.css_switch_teal {
	background-color: #8bcbc4;
}
.css_switch_green {
	background-color: #7dc500;
}
.css_switch_pink {
	background-color: #f8a4bc;
}
.css_switch_dark_blue {
	background-color: #0073b0;
}
.css_switch_gray {
	background-color: #cccccc;
}
.css_switch_purple {
	background-color: #c94e98;
}
.css_switch_gold {
	background-color: #f0c374;
}
.css_switch_light_green {
	background-color: #c0df54;
}
