.noprint, #top_header, #top_menu, #left_pane {
    display: none;
}

.print_only {
	display: block;
}

body {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000 !important;
}

div#root {
	border: none;
	width: 100%;
}

#footer {
	border-top: solid 1px #999;
	position: absolute;
	bottom: 0px;
	width: 100%;
}


div#content_pane 
{
    border-bottom: solid 2px #FFF;
    background: #FFF;
    width: 100%;
}

#right_pane 
{
    float: none;
    width: 100%;
}


h1 {
    font-family: 'Arial','Helvetica','Sans-serif';
    font-size: 14px;
    text-align: right;
    color: #999;
    border-bottom: solid 1px #999;
    margin-bottom: 40px;
}

table.address, table.basket 
{
    border-collapse: collapse;
}
table.basket 
{
}
table.address caption, table.basket caption 
{
    font-weight: bold;
    background: #FFF;
    color: #000;
    padding: 3px 6px;
    text-align: center;
}
table.address td, table.basket td, table.address th, table.basket th
{
    padding: 3px 6px;
    border: solid 1px #999;
    background: #FFF;
    color: #000;
}




.content_block h2 
{
    font-family: 'Arial','Helvetica','Sans-serif';
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background: #FFF;
    padding: 4px 24px 3px;
    margin: 0;
    border-bottom: solid 2px #000;
}

