/* theme changer */
.theme-changer-wrap {
	position:fixed;
	z-index:5000;
	top:90px;
	left:-158px;
}

.theme-changer {
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	float: left;
	background-color:#000;
	opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);	
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	font-family:Helvetica, Arial;
	padding:15px 10px;
	border-bottom-right-radius: 3px;	
	-moz-border-bottom-right-radius: 3px;	
	-webkit-border-bottom-right-radius: 3px;	
	box-shadow: #efefef 1px 1px 2px;	
}

.changer-inner {
	overflow:hidden;
	width:134px;
	
}

#layouts li {
	float:left;
	padding-right:9px;
	padding-left:6px;
	padding-bottom:5px;		
}
ul#layouts li a {
	width:45px;
	height:31px;
	display:inline-block;
	text-indent:-9999px;
	cursor:pointer;
}

a.layout-wide {
	background: url(../images/fullwidth.jpg) no-repeat;
	
}
a.layout-boxed {
	background: url(../images/boxed.jpg) no-repeat;
	
}

.theme-changer-wrap a {
	float:left;
	display:inline-block;
}
a#theme1 {
	height:32px;
	width:45px;
	margin-bottom:5px;
	float:left;
	display:block;
	box-shadow: #efefef 1px 1px 0px;		
	margin-right:7px;
	margin-left:3px;	
	background:#fff;
}
a#theme2 {
	height:32px;
	width:45px;
	margin-bottom:5px;
	float:left;
	display:block;
	box-shadow: #000 1px 1px 0px;		
	margin-right:3px;
	margin-left:3px;	
	background:#3f3f3f;
	opacity:1;
	z-index:1000;
}
a#theme3 {
	box-shadow: #000 1px 1px 0px;		
	margin-right:7px;
	margin-left:3px;	
	opacity:1;
	z-index:1000;
}

ul#colors li a {
	width:40px;
	height:40px;
	display:inline-block;
	text-indent:-9999px;
}
ul#colors li {
	float:left;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:14px;	
}

a.color-themes {
	cursor:pointer;
}

a.color-yellow {
	background:#ffb141
}

a.color-skyblue {
	background:#0fccc5
}

a.color-blue {
	background:#67b8de
}

a.color-green {
	background:#82ad0e
}
a.color-red {
	background:#fb7745
}
a.color-purple {
	background:#ea88ce
}

.changer-inner span {
	display: block;
	margin-bottom:10px;
	margin-left:-2px;
	color:#fff;
	text-align:center;
	background: #000;
	padding: 5px 0;
}

div.open-close {
	position: relative;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-top-right-radius: 3px;	
	border-bottom-right-radius: 3px;	
	-moz-border-top-right-radius: 3px;	
	-moz-border-bottom-right-radius: 3px;	
	-webkit-border-top-right-radius: 3px;	
	-webkit-border-bottom-right-radius: 3px;	
	box-shadow: #efefef 1px 1px 2px;	
	left:-1px;
	z-index:1000;
	display: block;
	width:45px;
	height: 45px;
	float: left;
	cursor:pointer;
	background:url(../images/sett1.png) #000 no-repeat 50% 50%;
	opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);	
}