/* theme changer */
.theme-changer-wrap {
	position:fixed;
	width:215px;
	z-index:1000;
	top:100px;
	left:0
}

.theme-changer {
	float: left;
	background:#fff;
	border:1px solid #d2d2d2;
	width:168px;
}

span.panel-title {
    font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}

.changer-inner {
	width:150px;
	padding:20px;
}

.layout {
	float:left;
	display:block;
	margin-right:3px;
	margin-bottom:20px;
	width:26px;
	height:26px;
	border:1px solid #d2d2d2;
}


.layout#layout1 {
	background:url(../images/selector/l1.png) no-repeat;
	width:26px;
	height:26px;
}

.layout#layout2 {
	background:url(../images/selector/l2.png) no-repeat;
	width:26px;
	height:26px;
}

.layout#layout3 {
	background:url(../images/selector/l3.png) no-repeat;
	width:26px;
	height:26px;
}

.layout#layout4 {
	background:url(../images/selector/l4.png) no-repeat;
	width:26px;
	height:26px;
}

.layout#layout5 {
	background:url(../images/selector/l5.png) no-repeat;
	width:26px;
	height:26px;
}
.color-themes {
	float:left;
	display:block;
	margin-right:3px;
	margin-bottom:20px;
	width:26px;
	height:26px;
}

.color-themes#c1 {
	background:url(../images/selector/v1.png) no-repeat;
}

.color-themes#c2 {
	background:url(../images/selector/v2.png) no-repeat;
}

.color-themes#c3 {
	background:url(../images/selector/v3.png) no-repeat;
}

.color-themes#c4 {
	background:#7b5777;
}

.color-themes#c5 {
	background:#913944;
}

.changer-inner span {
	display: block;
	margin-bottom:10px;
}

a.open-close {
	position: relative;
	left:0;
	top:10px;
	display: block;
	width:45px;
	height: 42px;
	float: left;
	background: url(../images/selector/edit-panel.png) transparent no-repeat
}
