/*
Theme Name: Borders Scrap Store Print
Theme URI: http://www.bordersscrapstore.org.uk/
Description: Borders Scrap Store - ReDesign 2007
Version: 1.0
Author: Gareth J M Saunders
Author URI: http://www.garethjmsaunders.co.uk/
*/

body, #container {
    background: white;
    border: 0;
    float: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
  	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
    width: auto;
	}

/* #header {
    background: transparent url('images/logo_bss.gif') no-repeat top right;
    height: auto;
    margin: 0px;
    width: auto;
    }
*/

#header p {
    font-size: 10pt;
    }

#header, #menu, #sidebar, .hide, .donotprint {
    display: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, Arial, sans-serif;
    text-decoration: none;
    }

a {
    color: black;
    text-decoration: underline;
    }

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   }

form {
    margin: 0;
    padding: 0;
    }

legend {
    color: #000;
    font-size: 11pt;
    font-weight: bold;
    padding: 0;
    margin: 0;
    }

input, select {
    display: block;
    width: 90%
    }

input[type="radio"], input[type="button"], input[type="reset"] {
    display: inline;
    margin-right: 10px;
    width: 10%;
    }

input.fat {
    height: 3.5em;
    }

label {
    display: block;
    font-weight: normal;
    }


.pagebreak {
	page-break-before: always;
    }