/* this CSS used for no right MENU*/
#content {
/* min-width: 585px; */
}

#content-center {
margin-right: 10px;
}

html>body #content-center {
margin-right: 10px;
}

#content-right {
display : none;    /* acts like a text or <p> ni that it creates auto block and can embed */
} 

#content-right-button-pos {
position: absolute;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
right: 9px; 
top: 230px;
width: 10px;
height: 25px;
border-right: 0px;
display : block;    /* acts like a text or <p> ni that it creates auto block and can embed */
z-index:3; 
} 

#content-right-button-neg {
display : none;  
}
