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

#banner_right_cart {

     position : relative;
}

#basket_container {

     position : absolute;
     width : auto;
     top : 63px;
     right : 47px;
     z-index : 3;
}

#toggle_button {

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

#ajax_basket_box {

     top : 20px;
     margin-top : 25px;
     padding : 5px;
     position : static;     
     background : #E6ECF3;
     border : 1px solid #96AEC9;
     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 <--- */

.radio-fake, .checkbox-fake {

     width : 13px;
     height : 13px;
     margin : 0 3px;
     cursor : pointer;
     vertical-align : middle;
}
