/* ---> ajax basket begin <--- */ 

#banner_right_cart {

     position : relative;
}

#basket_container {

     position : absolute;
     width : auto;
     top : 207px;
     right : 55px;
     z-index : 3;
}

#toggle_button {

     position : absolute;
     right : 30px;
     cursor : pointer;
}

#ajax_basket_box {

     top : 15px;
     margin-top : 20px;
     padding : 5px;
     position : static;     
     background : url("ajax_pixel-trans.png");
     border : 1px solid #fefefe;
     white-space : pre;
}

#ajax_basket_box img {

     z-index : 4;
}

#ajax_basket_box ol,
#ajax_basket_box li {

     margin : 0px;
     padding : 0px;
     list-style-type : none;
}

#ajax_basket_box a {

     display : block;
     margin-top : 5px;
     text-align : center;
}

#ajax_basket_box ol a {

     display : inline;
}

#ajax_basket_box img {

  border : 0px;
}

/* ---> ajax basket end <--- */