html, body
{
    height: auto !important;
}

body
{
    background: white;
    font-size: 12pt;
}

a:link, a:visited 
{
    color: #11609D;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
}

.main_container
{
    height: auto !important;
    min-height: auto !important;
}

.sub_container
{
    height: auto !important;
    min-height: auto !important;
}

.main_div
{
    padding-bottom: 0 !important;
    height: auto !important;
    min-height: auto !important;
}

.top_menu
{
    display: none;
}

.footer
{
    display: none;
}

.right_panel
{
    display: none;
}

.content
{
    background: transparent;
    color: black;
    float: none !important;
    margin: 0 5%;
    width: auto;
}

.noprint
{
    display: none;
}

div.step_content
{
  padding-left: 0px;
  margin-left: 0px;
}

body a.print_link
{
  display: none;
}

body .shopping_cart_menu
{
  width: 810px;
}

div.payment_information .title, div.items .title
{
  background: none;
  border-bottom: 1px solid #000;

}

body div.payment_information_wrapper
{
  border: 1px solid #000;
  border-radius: 0px;
}

body div.payment_information_wrapper .items
{
  border-top: 1px solid #000;
}

body div.payment_information_wrapper table.product_table tr.product_info td
{
  border-bottom: 1px solid #000;
}

body .sub_container
{
  width: auto;
}

body .order_status p.order_name
{
  font-family: Arial;
}

body .order_status h2
{
  font-family: Arial;
}