/* Style Panel Styles
================================================== */
#style-panel {
	position: fixed;
	top: 60px;
	right: -230px;
	width: 229px;
	background: #111;
	border:1px solid #555;
	border-right:none;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	z-index: 555555;
}
#style-panel-toggle {
	position:absolute;
	top:6px;
	left:-41px;
	width:40px;
	color: #ccc;
	font-size: 18px;
	line-height: 40px;
	cursor: pointer;
	z-index: 555555;
	background: #111;
	text-align:center;
	border:1px solid #555;
	border-right:none;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
#style-panel-toggle:hover {
	color: #fff;
}
#style-panel-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 7px;
	color: #ccc;
	background: #444;
	border-radius:2px;
}
#style-panel-close:hover {
	color: #111;
	background: #fff;
}
#style-panel h5 {
	margin: 6px 15px;
	height: 40px;
	padding: 0;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#style-panel h6 {
	margin-top: 15px;
	color: #d0cfcf;
	font-size: 14px;
	font-weight: normal;
}
/* section styles */
#style-panel a.section-header {
	display: block;
	position: relative;
	cursor: pointer;
	padding-left: 15px;
	height: 33px;
	font-size: 14px;
	line-height: 33px;
	color: #d0cfcf;
	text-decoration: none;
	background:#000;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#style-panel a.section-header:hover {
	background:#000 url(../img/section-header-gradient.png) no-repeat;
}
#style-panel i.settings-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 33px;
	background: url(../img/settings-icon.png) no-repeat bottom;
	opacity: 0.5;
}
#style-panel .section {
	padding: 10px 10px 15px 20px;
	overflow: hidden;
}

/*	skin settings
================================================== */
#style-panel select {width:194px}

/*	skin color settings
================================================== */
#style-panel ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
#style-panel li {
	display: inline-block;
}
#style-panel .skin-color li a {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	border: 2px solid #444;
}
#style-panel .skin-color li a:hover,
#style-panel .skin-color li a.active {border: 2px solid #fff}
#style-panel .skin-color li a.blue {background: #3498db}
#style-panel .skin-color li a.green {background: #72c02c}
#style-panel .skin-color li a.orange {background: #e67e22}
#style-panel .skin-color li a.red {background: #e74c3c}
#style-panel .skin-color li a.light {background: #ecf0f1}

/*	body background settings
================================================== */
#style-panel .body-background li a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 5px 5px 0;
	border: 2px solid #444;
}
#style-panel .body-background li a:hover,
#style-panel .body-background li a.active {
	border: 2px solid #fff;
}
/* light grey */
#style-panel .body-background li a.bg1 {background:#eee}
body.bg1 {background:#eee}
/* medium grey */
#style-panel .body-background li a.bg2 {background:#E4E6E5}
body.bg2 {background:#E4E6E5}
/* blue bg image */
#style-panel .body-background li a.bg3 {background:url(../img/bodybg/bg3-thumb.png) repeat}
body.bg3 {background:#15293e url(../img/bodybg/bg3.png) 0 135px repeat-x}
/* black */
#style-panel .body-background li a.bg4 {background:#000}
body.bg4 {background:#000}
/* dark wood */
#style-panel .body-background li a.bg5 {background: url(../img/bodybg/bg5.png) repeat}
body.bg5 {background:#fff url(../img/bodybg/bg5.png) repeat}
/* light wood */
#style-panel .body-background li a.bg6 {background: url(../img/bodybg/bg6.png) repeat}
body.bg6 {background:#fff url(../img/bodybg/bg6.png) repeat}
/* white */
#style-panel .body-background li a.bg7 {background:#fff}
body.bg7 {background:#fff}

/*	tooltips
================================================== */
#style-panel .tooltip-inner {
	background-color: #fff;
	color: #333;
}
#style-panel .tooltip.top .tooltip-arrow {
	border-top-color: #fff;
}
#style-panel .tooltip.right .tooltip-arrow {
	border-right-color: #fff;
}
#style-panel .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #fff;
}
#style-panel .tooltip.left .tooltip-arrow {
	border-left-color: #fff;
}