.spa
{
	background-image: url(../../images/style-panel/style-panel-sprite.png);
	background-repeat: no-repeat;
}
.stylepanel-floating-a
{
	display: block;
	height: 44px;
	width: 40px;
	background-position: -6px -110px;
	text-indent: -9999px;
	position: fixed;
	top: 105px;
	left: 229px;
	z-index: 9998;
}
#style-panel
{
	position: absolute;
	top: 125px;
	left: 25px;
}
.style-panel
{
	background: #F5F5F5;
	/*+box-shadow: 0px 0px 5px #AFAFAF;*/
	-moz-box-shadow: 0px 0px 5px #AFAFAF;
	-webkit-box-shadow: 0px 0px 5px #AFAFAF;
	box-shadow: 0px 0px 5px #AFAFAF;
	width: 223px;
	position: fixed;
	z-index: 9997;
	padding: 0 0 10px;
}
.style-panel-header
{
	background: #E7E7E7;
	color: #808080;
	font-size: 15px;
	font-family: "Pt Sans";
	line-height: 27px;
	padding: 5px;
}
.style-panel .header-icon
{
	display: inline-block;
	height: 22px;
	width: 22px;
	background-position: -7px -81px;
	text-indent: -9999px;
	margin: 3px 5px 0 0;
	float: left;
}
.style-panel .header-versiyon
{
	font-size: 10px;
	color: #B5B5B5;
	position: absolute;
	right: 20px;
}
.style-panel .style-floating-a
{
	right: 0;
}
.style-panel .colors
{
	overflow: hidden;
}
.style-panel .colors UL
{
	padding: 0;
	margin: 0 0 5px 10px;
	overflow: hidden;
}
.style-panel H2
{
	font-size: 12px;
	padding: 0 0 5px;
	border-bottom: 1px solid #CFCFCF;
	margin: 10px;
}
.style-panel .colors LI
{
	float: left;
	margin: 0 0 1px 1px;
}
.style-panel .colors A
{
	display: block;
	width: 28px;
	height: 28px;
	/*+opacity:70%;*/
	filter: alpha(opacity=90);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.style-panel .colors A:hover
{
	/*+opacity: 100%;*/
	-filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.style-panel .color-turquoise
{
	background-color: #00BC9A;
}
.style-panel .color-blue
{
	background-color: #2499E0;
}
.style-panel .color-purple
{
	background-color: #9D5ABB;
}
.style-panel .color-night
{
	background-color: #324960;
}
.style-panel .color-yellow
{
	background-color: #F3C300;
}
.style-panel .color-orange
{
	background-color: #EA7D00;
}
.style-panel .color-red
{
	background-color: #EC4C35;
}
.style-panel .color-pink
{
	background-color: #FF4081;
}
.style-panel .color-gray
{
	background-color: #757575;
}
.style-panel .color-dark
{
	background-color: #212121;
}
.style-panel .color-white
{
	background-color: #FFF;
}
.style-panel .color-brown
{
	background-color: #795548;
}
.style-panel .color-blood
{
	background-color: #B71C1C;
}
.style-panel .color-bluesky
{
	background-color: #00BCD4;
}
.style-panel .animations
{
}
.style-panel .animations UL
{
	padding: 0;
	margin: 0 0 5px 6px;
	overflow: hidden;
}
.style-panel .animations LI
{
	float: left;
	margin: 0 0 0 1px;
}
.style-panel .animations A
{
	display: block;
	width: 28px;
	height: 34px;
	/*+opacity:70%;*/
	filter: alpha(opacity=70);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.style-panel .animations A:hover
{
	/*+opacity: 100%;*/
	-filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.style-panel .animations .anim-1
{
	background-position: -2px -42px;
}
.style-panel .animations .anim-2
{
	background-position: -30px -42px;
}
.style-panel .animations .anim-3
{
	background-position: -57px -42px;
}
.style-panel .animations .anim-4
{
	background-position: -84px -42px;
}
.style-panel .animations .anim-5
{
	background-position: -111px -42px;
}
.style-panel .animations .anim-6
{
	background-position: -138px -42px;
}
.style-panel .animations .anim-7
{
	background-position: -166px -42px;
}
.style-panel .coming-soon
{
	background: #FDFDFD;
	margin: 0 0 5px;
	text-align: center;
}
.style-panel .coming-soon .text
{
	font-size: 15px;
	display: block;
	text-align: center;
	position: absolute;
	margin: 30px 0;
	font-weight: bold;
	width: 100%;
	opacity: 0.1;
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	transition: 1s all ease;
	cursor: default;
}
.style-panel .coming-soon:hover .text
{
	opacity: 1;
}
.style-panel .fonts
{
	margin: 0 10px 20px 0;
}
