/*
-----------------------------------------------------
Print CSS file for print media [Caravan Club]

File		: print.css
Author	: Joshua Marshall (joshua.marshall@tmg.co.uk)

Notes		: 
-----------------------------------------------------
*/



body
{
    background: #fff;
    color: #000;
    font-size: 12pt !important;
    font-family: "bitstream vera serif" ,garamond, "times new roman" ,times,serif !important;
}
h1, h2, h3, h4
{
    font-family: "bitstream vera serif" ,garamond, "times new roman" ,times,serif !important;
    margin-bottom: 10px;
}
h1
{
    font-size: 20pt;
}
h2
{
    font-size: 14pt;
}
h3
{
    font-size: 12pt;
}
h4
{
    font-size: 11pt;
}
table, table th, table td
{
    font-family: "bitstream vera serif" ,garamond, "times new roman" ,times,serif !important;
}

h1
{
    color: #650942;
}
h2
{
    color: #650942;
}
h3, h4
{
    color: #650942;
}

.accessibility, #breadcrumb, #language, #headerSearch, #headerNav, #primaryNav, #secondaryNav, #crumb, #subContent, #footer, #login, #titleFirstPortOfCall, /*#relatedInfo,*/ .li, .button, .liView, .liNext, .liPrev, .aToZ, .paginationWrapper, #search2, .sortForm, .archive, #contentTabs, .progressTracker, .instructions, #explorer
{
    display: none;
}

img
{
    border: none;
}

a:link, a:visited
{
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
}

/*#contentWrapper a[href^="/"]:link:after,
#contentWrapper a[href^="/"]:visited:after {
  content: " (http://www.caravanclub.co.uk" attr(href) ") ";
  font-size: 90%;
}

#contentWrapper a:link:after,
#contentWrapper a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}*/

dt, dd
{
    margin: 0;
}
dt
{
    font-weight: bold;
    width: 150pt;
}
dd
{
    margin-top: -12pt;
    margin-left: 160pt;
}

