.link-switcher {
    width:225px;
    text-align:center;
    position:fixed;
    top:120px;
    right:-225px;
    z-index:99;
    border-radius:0px 0px 0px 3px;
    background-color:#FFF;
    box-shadow:0px 0px 1px rgba(0,0,0,0.4);
	display:none;
}
body#bphe .link-switcher,
body#nc_product .link-switcher,
body#bpheinquiry .link-switcher{display:block;}

.link-switcher p{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    line-height:40px;
    height:40px;
    background-color:#E60020;
    font-size:12px;
    color:#FFF;
    margin-bottom:10px;
    text-transform:uppercase;
}

.link-switcher .category-list {
    margin-top:46px;
    margin-bottom:10px;
    padding:0px 6px 0px 16px;
	text-align:left;
	font-size:13px;
}

.link-switcher .category-list a{display:block;padding:2px 8px;}
.link-switcher .category-list .maincategory:hover a{background-color:#E60020;color:#FFF;}

.link-switcher .switcher-control-link {
    position:absolute;
    left:-40px;
    top:0px;
    color:#FFF;
    display:block;
    width:40px;
    height:90px;
    line-height:14px;
    background-color:#E60020;
    border-radius:2px 0px 0px 2px;
    box-shadow:0px 0px 1px rgba(0,0,0,0.4);
	cursor:pointer;
	padding-top:0px;
	text-align:center;
}

.link-switcher .switcher-control-link i {font-size:14px;}
.switcher-control-link span{color:#FFF;font-size:12px;display:block;-webkit-transform: rotate(-90deg);-moz-transform:rotate(-90deg);margin:20px 0px 0px 0px;}
.switcher-control-link .fa{margin-top:12px;}