/* theme changer */
.theme-changer-wrap {position:fixed;z-index:5000;top:80px;left:-158px;}

.theme-changer {float: left;background-color:#fff;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100); font-size:12px;padding:15px 20px;border-bottom-right-radius: 3px;-moz-border-bottom-right-radius: 3px;-webkit-border-bottom-right-radius: 3px;}

.changer-inner {overflow:hidden;width:124px; }
.changer-inner ul{ width:124px; height:auto; float:left; }
.changer-inner ul li { width:114px; height:30px; line-height:30px; border-bottom:1px dotted #ccc; text-align:left;}
.changer-inner ul li a {float:left;display:inline-block; width:124px; height:30px; line-height:30px; font-size:13px; text-align:center; color:#000; }
.changer-inner ul li a:hover { background:#f5f5f5;}
.changer-inner span { font-weight:bolder; font-size:14px; font-weight:bold; }


a.layout-wide {background:url(images/1col.png) no-repeat;}
a.layout-boxed {background:url(images/3cm.png) no-repeat;}


a#theme1 {height:32px;width:45px;margin-bottom:5px;float:left;display:block;box-shadow: #efefef 1px 1px 0px;margin-right:7px;margin-left:3px;background:#fff;}
a#theme2 {height:32px;width:45px;margin-bottom:5px;float:left;display:block;box-shadow: #000 1px 1px 0px;margin-right:3px;margin-left:3px;background:#3f3f3f;opacity:1;z-index:1000;}
a#theme3 {box-shadow: #000 1px 1px 0px;margin-right:7px;margin-left:3px;opacity:1;z-index:1000;}

ul#colors li a {width:30px;height:30px;display:inline-block;text-indent:-9999px;}
ul#colors li {float:left;padding-right:3px;padding-left:3px;padding-bottom:5px;}


.changer-inner span {display: block;margin-bottom:15px;margin-left:-2px;color:#444;text-align:center;}

.theme-changer-wrap a.pat {float:left;}


div.open-close {position: relative;border-top:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-top-right-radius: 3px;border-bottom-right-radius: 3px;-moz-border-top-right-radius: 3px;-moz-border-bottom-right-radius: 3px;-webkit-border-top-right-radius: 3px;-webkit-border-bottom-right-radius: 3px;left:-1px;z-index:1000;display: block;width:38px;height: 36px;float: left;cursor:pointer;background:url(images/sett1.png) #fff no-repeat 50% 50%;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);}