/* =================================================================== */
/* Styles Switcher
====================================================================== */

	#style-switcher h3 {
		color:#000;
		font-size:12px;
		margin: 0px 0 -3px 3px;
		border-bottom:3px;
              
	}
	
	#style-switcher {
		background: #3a261d;
		width:180px;
		height:111px;
		position:fixed;
		left:0px;
		z-index:9999;
        top: 130px;
		border-radius:0;
        margin-top:0px;
		-webkit-box-shadow: -4px 4px 8px rgba(50, 50, 50, 0.34);
		-moz-box-shadow:    -4px 4px 8px rgba(50, 50, 50, 0.34);
		box-shadow:         -4px 4px 8px rgba(50, 50, 50, 0.34);
	}
	
	#style-switcher div {
		padding:5px 10px;
	}
	
	#style-switcher h2 {
		background: #3a261d;
		color: #FFFFFF;
		font-weight: bold;
		padding: 0;
		font-size: 14px;
		padding: 1px 0 1px 10px;
        text-align : center;
        margin-top:0px;
		width:100%;
	}
	
	#style-switcher h2 a {		
		display: block;
		height: 25px;
		position: absolute;
		right: -19px;
        top:0;
		width: 20px;
		border-radius: 0 5px 5px 0;
        background: #638247;
		font-weight: bold;
		padding: 0;
		font-size: 14px;
		color:#fff;
		text-decoration:none;
	}


/*right switcher for feadback*/


	#style-switcher2 h3 {
		color:#000;
		font-size:12px;
		margin: 0px 0 -3px 3px;
		border-bottom:3px;
              
	}
	
	#style-switcher2 {
		background: #fff;
		width:180px;
		position:fixed;
		right:0px;
		z-index:9999;
        top: 35%;
		border-radius: 0 1px 0 0;
        margin-top:0px;
		-webkit-box-shadow: -4px 4px 8px rgba(50, 50, 50, 0.34);
		-moz-box-shadow:    -4px 4px 8px rgba(50, 50, 50, 0.34);
		box-shadow:         -4px 4px 8px rgba(50, 50, 50, 0.34);
	}
	
	#style-switcher2 div {
		padding:5px 10px;
	}
	
	#style-switcher2 h2 {
		background: #FFFFFF;
		color: #000;
		font-weight: bold;
		padding: 0;
		font-size: 14px;
		padding: -1px 0 5px 10px;
        text-align : center;
        margin-top:0px;
		width:100%;
	}
	
	#style-switcher2 h2 a {		
		display: block;
		height: 25px;
		position: absolute;
		left: -34px;
        top:0;
		width: 30px;
		border-radius: 0 5px 5px 0;
        background: #862224;
		font-weight: bold;
		padding: 0;
		font-size: 14px;
		color:#fff;
		text-decoration:none;
	}