/**
 * TheThe Sliding Panels - Right Panel CSS
 */
#tspRightFixed {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
}
.contentRP {
    position: absolute;
    margin-top: 20px;;
    z-index: 1000;
}
.contentRP h3 {
    color: #FFFFFF;
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-shadow: 0 1px 0 #000000;
    text-transform: none;
}
#tspAbsoluteRP {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1001;
}.tspTriggerRP {
    width: 23px;
    height: 118px;
	top:52% !important;
	margin-top:-59px !important;
}

#tspAbsoluteRP .contentSP,
#tspAbsoluteRP .tspTriggerRP .tspTriggerC{
	border-right:none !important;
}
.tspTriggerRP .tspTriggerC {
    height: 118px;
    width: 23px;
    line-height: 22px;
}
