/* SPECIAL DESIGN FOR PRINT */
/***********************
*** GENERAL SETTINGS ***
************************/
/* Global presets */
body {
	font-family:'times new roman',times,serif !important;
    font-size:12pt !important;
    }


/********************************
*** HIDING/UN-HIDING ELEMENTS ***
*********************************/
div#skiplinks {
	display:none !important;
    }
div#banner {
	display:none !important;
	}
div#topnavigation {
	display:none !important;
	}
div#navigation {
	display:none !important;
	}
div#column_border {
	display:none !important;
	}


/***********************
*** VARIOUS SETTINGS ***
************************/
div#breadcrumbs p {
	color:#000 !important;
    border-bottom:1px solid #000 !important;
    padding:0 !important;
    }

/***
General Design
***/
h1,
h2,
h3,
h4,
h5,
h6,
p,
dt,
dd,
table,
th,
td,
legend,
caption {
	color:#000 !important;
    background-color:#fff !important;
    }
/* Avoid pagebreaks after headers */
h1,
h2,
h3,
h4,
h5,
h6,
dt,
th {
	page-break-after:avoid !important;
    }

/***
Links
***/
a,
a:link,
a:visited {
    color:#000 !important;
	text-decoration:none !important;
	}
div#content p a,
div#content p a:link,
div#content p a:visited {
    color:#0000ff !important;
	text-decoration:underline !important;
	}

/* Footer */
div#footer {
    border-top:1px solid #000 !important;
    }


/*************************
*** EXTENSION SETTINGS ***
**************************/
/* tt_products minibasket */
div.tt_products_minibasket {
    background-color:#fff !important;
	background-image:none !important;
    border:none !important;
    margin:0 !important;
	}
