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

	#style-switcher h3 {
		color: #848688;
		font-size: 13px;
		margin: 5px 0 -5px 1px;
	}
	
	#style-switcher {
		background-color: #fff;
		width: 205px;
		position:fixed;
		top: 234px;
		z-index: 999;
		border-radius: 0 0 3px 0;
		left: -206px;
		border: 1px solid #e4e4e4;
		border-left: 0;
		border-top: 0;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
	}
	
	#style-switcher div {
		padding: 2px 18px 0px 14px;
	}
	
	#style-switcher h2 {
		    background-color: #fff;
    color: #848688;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 0 5px 0px;
    border-top: 1px solid #eee;
    color: #007b47;
    text-align: center;
       
		
	}
	
	#style-switcher h2 a {
		background: url("../img/arrow_gif.gif") no-repeat 10px center transparent;
		background-color: #fff;
		display: block;
		height: 50px;
		position: absolute;
		right: -53px;
		text-indent: -9999px;
		top: 0;
		width: 44px;
		border-radius: 0 2px 2px 0;
		border-top:1px solid #eee;
		border-right:1px solid #eee;
		border-bottom:1px solid #eee;
		border-left:0px solid #eee;



	}
.btn12 {
    padding-left: 3px;
    padding-right: 3px;
    color: white;
    padding: 5px 11px;
    border-radius: 3px;
    border: 1px solid #007b47;
    background-color: #007b47;
}
	
			
	@media only screen and (max-width: 1023px) { #style-switcher { display: none; } }
	   
