


.switcher {	width: 43px; height: 41px; position: fixed; left: 0; z-index: 200; top: 38px; cursor: pointer; background: url(../images/switcher/button.png) no-repeat 0 0; }
.switcher_box .lastli { margin-bottom: 8px; }
.switcher_box_top { background: url(../images/switcher/bg_top.png) no-repeat 0 0; height: 37px; width: 200px; float: left; }
.switcher_box_bottom { background: url(../images/switcher/bg_bottom.png) no-repeat 0 0; height: 11px; width: 200px; float: left;  }
.switcher_box { position: fixed; top: 18px; left:-200px; z-index: 200; width: 200px; height: 536px;  }
.switcher_box_content { float: left; width: 200px;  padding: 0 0px; background: url(../images/switcher/content.png) repeat-y; }
.switcher_box_border { float: left; width: 15px; height: 290px; /*background: url(../images/switcher/feedback_border.png) no-repeat;*/ }

.switcher_box_content {  }
.switcher_box_content p { font-weight: bold; color: #ffffff; font-size: 10px; text-transform: uppercase; padding: 5px 0 4px 0px; width: 192px; background: url(../images/switcher/p_bg.jpg) repeat-x 0 0; margin: 11px 0 4px 0; }
.switcher_box_content p.top { background: none; margin: -30px 0 4px 0;  }
.switcher_box_content p span { background: url(../images/switcher/tip.png) no-repeat 12px 1px; padding-left: 29px; }

.switcher_box_content ul { width: 192px; }
.switcher_box_content ul li a { display: block; float: left; width: 18px; height: 15px; margin: 8px 0px 0 12px;  }

form input#layout-fixed, form input#layout-liquid{background-repeat: no-repeat; border:none; width:80px; height:21px; cursor:pointer; float:left; margin:10px 0 0 10px}
form input#layout-fixed{background-image:url('../images/switcher/fixed_inactive.png')}
form input#layout-liquid{background-image:url('../images/switcher/liquid_active.png')}
form input#layout-liquid.inactive-layout{background-image:url('../images/switcher/liquid_inactive.png')}
form input#layout-fixed.active-layout{background-image:url('../images/switcher/fixed_active.png')}

.leftLink { margin: 10px 5px -5px 10px; }
.rightLink { margin: 10px 0px -5px 2px; }