/* CSS Document */

#switcherwrap{ position:fixed; top:120px; right:-300px; z-index:9999; width:300px; height:280px;}

#openClose{ 
	position:absolute; top:30px; left:-28px; z-index:300;
	background:#fff;  text-align:center; padding-bottom:5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border:1px solid #ccc; border-right:none;
}
#openClose img { padding-top:10px;} 
#openClose img:hover { cursor:pointer; } 
#styleswitcher{ 
	width:230px; height:350px; position:absolute; top:0; 
	background:#fff; padding:10px;
	-moz-border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
	border-radius:8px 0 0 8px;
	-moz-box-shadow:0 0 25px #444;
	-webkit-box-shadow:0 0 25px #444;
	box-shadow:0 0 15px #999;
	font:normal 14px/18px Arial, Helvetica, sans-serif;
}
#styleswitcher h3{ font-size:18px; }
#styleswitcher ul { list-style-type:none; }
#stylecolor li, #styletexture li { float:left; margin:5px 5px; }
