#style-switcher h3 {  
	color: #888888;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin: 10px 0 10px 1px;
}

#style-switcher {
	background-color: #fff;
	width: 167px;
	position:fixed;
	top: 160px;
	z-index: 99999;
	border-radius: 0 0 3px 0;
	left: -167px;
	border: 1px solid #e4e4e4;
	border-left: 0;
	border-top: 0;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
	outline: none;
	padding-bottom: 10px;
}

#style-switcher div {
	padding: 3px 18px 5px 18px;
}

#style-switcher h2 {
	background-color: #777;
	color: #fff;
	outline: none;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 0 20px;
	margin:0;
	line-height:40px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
}


#style-switcher h2 a {
	
	background-color: #555;
	display: block;
	outline: none;
	height: 40px;
	position: absolute;
	right: -43px;
	font-size:26px;
	text-align:center;
	color:#fff;
	top: 0;
	width: 43px;
	text-decoration:none;
	border-radius: 0 3px 3px 0;
}	
/*/*************/
#style-switcher ul {
    list-style:none;
    margin:0;
    padding:0 0 0 10px;
}

#style-switcher ul li{
    display:block;
    width:29px;
    height:29px;
    margin:10px 10px 0 0;
    float:left;
    /*border-radius:5px;*/
	cursor:pointer;
}

#style-switcher ul li#green{
    background:#86CCCC;
}
#style-switcher ul li#golden{
    background:#F9C828;
}
#style-switcher ul li#red{
    background:#F05557;
}
#style-switcher ul li#blue{
    background:#2AAFC3;
}
#style-switcher ul li#nohimage{
    background-image: url("../img/nohimage.png"); 
}
#style-switcher ul li#himage{
    background-image: url("../img/himage.png");
}

