/* Main Style */
.switcher h3 {
	font-size:13px;
	margin: 1px 0 6px 0;
	color:#626064;
}

.switcher {

	background: url(../images/headerbg.png);
	border-radius: 5px 0 5px 5px;
	left: 0;
	/* Baner a la derecha
    right:0;
	*/
	width:300px;
    padding: 10px;
    position: fixed;
    top:180px;
    z-index: 1000;
	font-family: "Segoe UI";
}
.switcher-inner{
	background: none repeat scroll 0 0 #EFEFEF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 8px rgba(50, 50, 50, 0.5);
    padding:5px 15px;
}


.switcher h3 a {
	background: url(../images/Setting-icon.png) no-repeat 0 0;
	border-radius: 0 4px 4px 0;
    display: block;
    height: 47px;
    position: absolute;
		right: -35px;
  /*
		BAner a la derecha
	 left: -30px;
	*/
	  text-indent: -9999px;
    top: 35px;
    width:45px;
	outline:none;
}

.switcher .content {
	padding:5px 0 5px 0;
	overflow:hidden;
}

/* Layout Box */
.layout-switcher {
	margin:0 0 10px 0;
	overflow:hidden;
}

.layout-switcher a.layout {
	padding: 6px 7px 8px 7px;
	border-radius: 2px;
	color: #797878;
	border: 2px solid #EAEAEA;
	width: 39px;
	cursor: pointer;
	float: left;
	display: block;
	margin: 0 6px 0 0;
	text-align: center;
	background: white;
}

/*.layout-switcher a.layout.selected3 {
	color: #474646;
	cursor: default;
	border: 2px solid #474646;
}

*/

/* Color Box */
.switcher-box {
	height:auto;
	overflow:hidden;
	margin-bottom:6px;
}
