@CHARSET "ISO-8859-1";

#anglo_logo img {
width:184px;
height:112px;
}
#wrapper {
  width: 100%;
}
#inner_wrapper {
  width: calc( 100% - 5px );
  height: 100%;
  min-width: 730px;
}
#telephone_order_box {
  left: auto;
  right: 287px;
  top: 28px;
  }
#user_register {
  top: 6px;
  left: auto;
  right: 184px;
  background-color: white;
}
#sign_in {
  top: 34px;
  left: auto;
  right: 184px;
  background-color: white;
}
#basket_total {
  left: auto;
  right: 22px;
}
#page_right {
  left: auto;
  right: 0px;
  width: 187px;
 }
 #content_pane {
   width: auto;
   right: 187px;
   left: 187px;
 }
 #side_menu {
 	width: 150px;
 	top: 120px;
 }
 #top_menu {
   left: 184px;
 }
 #search_block {
   left: 184px;
 }
 #admin_menu {
   left: 184px;
 }
 #prod_list {
   width: auto;
   margin-right: 132px;
 }
 #prod_list table {
 	width: 100%;
 }
 #basket_total {
   right: 2px;
 }
 #sign_in, #sign_out, #user_register {
   left: auto;
   right: 184px;
 }
 #content_pane_wide {
   width: calc( 100% - 200px );
/*   min-width: auto;*/
 }
 
 
 
 @media all and (max-width:1022px) {
   #inner_wrapper { overflow: hidden; }
   #side_menu { display: none; }
   #content_pane { left: 0px; margin-left: 10px; margin-right: 10px; }
   #prod_selection { display: none; }
   #promotional_items { display: none; }
   #minibasket { margin-top: 38px; }
   #prod_list { left: 2px; margin-right: 5px; }
 }
 