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

.theme-changer {
	float: left;
	background-color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	font-family:Helvetica, Arial;
	padding:15px 20px;
	border-bottom-right-radius: 3px;	
	-moz-border-bottom-right-radius: 3px;	
	-webkit-border-bottom-right-radius: 3px;	
	box-shadow: #e3e3e3 1px 1px 2px;	
}

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

.theme-changer-wrap a {
	float:left;
	display:block;
	box-shadow: #f1f1f1 1px 1px 0px;		
	margin-right:5px;
	margin-bottom:5px;
	width:30px;
	height:30px
}

a.color-themes {
	cursor:pointer;
}

a.col2 {
	background:#feea75
}

a.col1 {
	background:#5fceee
}

a.col3 {
	background:#fe6165
}

a.col4 {
	background:#febe4c
}

a.col5 {
	background:#aae35b
}

a.col6 {
	background:#f367eb
}

a.col7 {
	background:#eeeeee
}
a.col8 {
	background:#6c6c6c;
}	
a.col9 {
	background:#006dc2;
}	
.changer-inner span {
	display: block;
	margin-bottom:15px
}

.theme-changer-wrap a.pat {
	float:left;
}

.theme-changer-wrap a.pat#pat1 {
	background:url(images/test/diagonal-noise.png);
}

.theme-changer-wrap a.pat#pat2 {
	background:url(images/test/bgnoise_lg.png);
}

.theme-changer-wrap a.pat#pat3 {
	background:url(images/test/wood4.png);
}

.theme-changer-wrap a.pat#pat4 {
	background:url(images/test/concrete_wall_3.png);
}

.theme-changer-wrap a.pat#pat5 {
	background:url(images/test/45degreee_fabric.png);
}

.theme-changer-wrap a.pat#pat6 {
	background:url(images/test/double_lined.png);
}

.theme-changer-wrap a.pat#pat7 {
	background:url(images/test/fancy_deboss.png);
}

.theme-changer-wrap a.pat#pat8 {
	background:url(images/test/light_alu.png);
}
.theme-changer-wrap a.pat#pat9 {
	background:url(images/test/wood3.png);
}
.theme-changer-wrap a.pat#pat10 {
	background:url(images/test/noise.png);
}
.theme-changer-wrap a.pat#pat11 {
	background:url(images/test/roughcloth.png);
}
.theme-changer-wrap a.pat#pat12 {
	background:url(images/test/soft_wallpaper.png);
}
.theme-changer-wrap a.pat#pat13 {
	background:url(images/test/subtle_freckles.png);
}
.theme-changer-wrap a.pat#pat14 {
	background:url(images/test/white_texture.png);
}
.theme-changer-wrap a.pat#pat15 {
	background:url(images/test/wood_pattern.png);
}
.theme-changer-wrap a.pat#wide-image {
	background:url(images/patterns/bg-light-thumb.jpg) no-repeat;
}


div.open-close {
	position: relative;
	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: #e3e3e3 1px 1px 2px;	
	left:0;
	display: block;
	width:38px;
	height: 36px;
	float: left;
	cursor:pointer;
	background:url(images/sett.png) #fff no-repeat 50% 50%
}