body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}
h1 {
    margin: 0;
}
h2 {
    font-size: 14pt;
    margin-top: 4mm;
}
p, ul, ol, table {
    font-size: 10pt;
    line-height: 15pt;
}
#Navigation, #Footer, #PrintPage, .InlineProductPhotograph span, #CategoryList, #SearchForm, #Header form {
    display: none;
}
#Header {
    text-align: center;
    border: 5mm solid #FC0;
    padding: 5mm;
}
#Header p.ContactInformation {
    position: static;
    text-align: center;
    width: auto;
    margin-bottom: 0;
}
h2.CatalogueTitle {
    page-break-after: always;
    border: 5mm solid #FC0;
    padding: 5mm;
    margin-top: 20mm;
    text-align: center;
}
p.ContactInformation {
    position: absolute;
    top: 0mm;
    right: 5mm;
    text-align: right;
    width: 60mm;
    line-height: normal;
    color: #808080;
}
.Product {
    position: relative;
    border: 5mm solid #FC0;
    padding: 5mm;
    margin-bottom: 5mm;
    page-break-after: always;
}
img {
    border: none;
}
ul, ol {
    list-style-position: inside;
}
.ProductPrice {
    font-weight: bold;
}
.ProductPhotographContainer br {
    display: none;
}
.InlineProductPhotograph {
    float: left;
    margin-right: 5mm;
    margin-bottom: 5mm;
    border: 4px solid #0099CC;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

table.PriceList {
    font-size: 8pt;
    border-collapse: collapse;
}
table.PriceList a {
    text-decoration: none;
    color: #000;
}
table.PriceList td, table.PriceList th {
    border: thin solid #FFCC00;
    padding: 1mm;
}
span.NoDescription {
    color: #dddddd;
}