#color-switcher {
	position: fixed;
	top: 20px;
	right: -250px;
	width: 280px;
	z-index: 9999!important;
	overflow: hidden;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: normal;
	color: #444;
}

#color-switcher .color-switcher-button {
	float: left;
	width: 30px;
	height: 40px;
	margin-top: 30px;
}

#color-switcher .color-switcher-button a {
	display: block;
	width: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background-color: #d2d2d2;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #444;
}

#color-switcher .color-switcher-button a:hover {
	color: #000;
}

#color-switcher .color-switcher-bar {
	float: right;
	width: 210px;
	height: 100%;
	padding: 30px 20px;
	background: #f5f5f5 url(bg.png) repeat-y top left;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#color-switcher h4 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	margin: 1.4em 0 1em 0;
	padding: 0;
}

#color-switcher h4:first-child {
	margin-top: 0;
}

#color-switcher .button-buy-template {
	background-color: #000!important;
	color: #fff!important;
}

#color-switcher .button-buy-template:hover {
	background-color: #27ae60!important;
	color: #fff!important;
}

#color-switcher .switcher-list {
	width: 210px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#color-switcher .switcher-list li {
	float: left;
	margin: 0 10px 10px 0;
}

#color-switcher .switcher-list li.last {
	margin-right: 0;
}

#color-switcher .switcher-list li a {
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid #fff;
	text-indent: -9999px;
}

#color-switcher .switcher-list li a:hover {
	border: 1px solid #000;
}

#color-switcher .switcher-text-list { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; list-style-type: none; }

#color-switcher .switcher-text-list a { color: #000; }
#color-switcher .switcher-text-list a:hover { color: #27ae60; }

@media screen and (max-width: 800px) {
	#color-switcher { display: none; }
}