/* =================================================================== */
/* Styles Switcherasdasd salam
====================================================================== */

	#style-switcher h3,#style-switcher1 h3,#style-switcher2 h3 {
		color:#fff;
		font-size:12px;
		margin: 5px 0 -3px 3px;
	}
	
	#style-switcher,#style-switcher1,#style-switcher2 {
		background: #222;
		width:195px;
		position:fixed;
		top:5px;
		z-index:9999;
		left:0px;
		border-radius: 0 0 3px 0;
	}
	
	#style-switcher div,#style-switcher1 div,#style-switcher2 div {
		padding: 4px 4px 0px 0px;
	}
	
	#style-switcher h2,#style-switcher1 h2,#style-switcher3 h2 {
		background: #333;
		color: #FFFFFF;
		font-weight: bold;
		padding: 0;
		font-size: 14px;
		padding: 6px 0 5px 10px;
	}
	
	#style-switcher h2 a,#style-switcher1 h2 a,#style-switcher2 h2 a {
		background: url("switcher.png") no-repeat scroll left center transparent;
		display: block;
		height: 41px;
		position: absolute;
		right: -39px;
		text-indent: -9999px;
		top: 0;
		width: 39px;
		border-radius: 0 3px 3px 0;
	}
	
	.colors { list-style:none; margin:0px 0px 10px 0px; overflow: hidden}
	.colors li { float:left; margin:2px; }
	.colors li a { display: block; width:15px; height:15px; cursor: pointer;} 
	
	.layout-style select {
		width: 100%;
		padding: 5px;
		border: none;
		margin:0 0 0 -5px;
		color: #666;
		cursor: pointer;
	}
	
	#reset {margin: 0 0 15px 2px;}
	#reset a {color: #fff; font-size: 12px;}
	
	.green, .green-bg { background: #72b626; }
	.blue, .blue-bg { background: #2db2ea; }
	.orange, .orange-bg {background: #fa5b0f; }
	.navy, .navy-bg { background: #495d7f; }
	.yellow, .yellow-bg { background: #ffb400; }
	.peach, .peach-bg { background :#fcab55; }
	.red, .red-bg { background: #c62020; }
	.beige, .beige-bg { background: #bfa980; }
	.pink, .pink-bg { background: #c71c77; }
	.cyan, .cyan-bg { background: #37b6bd;}
	.celadon, .celadon-bg { background: #74aea1;}
	.brown, .brown-bg { background: #784e3d; }
	.cherry, .cherry-bg { background: #911938;}
	.gray, .gray-bg { background: #666666;}
	.purple, .purple-bg { background: #6957af; }
	.olive, .olive-bg { background: #b3c211; }
	.dark, .dark-bg { background: #404040; }
	.dirty-green, .dirty-green-bg { background: #3b6e40; }

	.bg1 { background-image: url("noise.png"); }
	.bg2 { background-image: url("retina_dust.png"); }
	.bg3 { background-image: url("brushed_alu.png"); }
	.bg4 { background-image: url("crisp_paper_ruffles.png"); }
	.bg5 { background-image: url("dark_wall.png"); }
	.bg6 { background-image: url("darkdenim3.png"); }
	.bg7 { background-image: url("diamond_upholstery.png"); }
	.bg8 { background-image: url("egg_shell.png"); }
	.bg9 { background-image: url("light_toast.png"); }
	.bg10 { background-image: url("noise_pattern_with_crosslines.png"); }
	.bg11 { background-image: url("purty_wood.png"); }
	.bg12 { background-image: url("subtle_stripes.png"); }
	.bg13 { background-image: url("textured_stripes.png"); }
	.bg14 { background-image: url("tileable_wood_texture.png"); }
	.bg15 { background-image: url("scribble_light.png"); }
	.bg16 { background-image: url("vertical_cloth.png"); }
	.bg17 { background-image: url("vichy.png"); }
	.bg18 { background-image: url("washi.png"); }
	
	.bg19 { background-image: url("1_th.jpg"); }
	.bg20 { background-image: url("2_th.jpg"); }
	.bg21 { background-image: url("3_th.jpg"); }
	.bg22 { background-image: url("4_th.jpg"); }
	.bg23 { background-image: url("5_th.jpg"); }
	.bg24 { background-image: url("6_th.jpg"); }
	
	.bg25 { background-image: url("7_th.jpg"); }
	.bg26 { background-image: url("8_th.jpg"); }
	.bg27 { background-image: url("9_th.jpg"); }
	.bg28 { background-image: url("10_th.jpg"); }
	.bg29 { background-image: url("11_th.jpg"); }
	.bg30 { background-image: url("12_th.jpg"); }
	.bg31 { background-image: url("13_th.jpg"); }
	
	.bg32 { background-image: url("14_th.png"); }
	.bg33 { background-image: url("15_th.png"); }
	.bg34 { background-image: url("16_th.png"); }
	.bg35 { background-image: url("17_th.png"); }
	.bg36 { background-image: url("18_th.png"); }
	
	
	.colors li a.active { box-shadow:0 0 0 2px #404040 inset }
	
	@media only screen and (max-width: 1029px) {#style-switcher {display: none;}}
