/* 
----------------------------------------------------------------------
  SKEPPSHOLMEN - PRINT
  Author(s): Music Bay AB, www.musicbay.se
  Created: 2006-10-31
----------------------------------------------------------------------
*/

* {margin: 0; padding: 0;}

body {
  background: #fff;
  color: #000;
  font: 11px Arial, Helvetica, Verdana, sans-serif;
}


/*
  WRAP + SHADOW
------------------------------------------------------------------- */

div#wrap {
  border: 1px solid #ccc;
  padding: 10px;
}

div#navHolder {display: none;}

div#objNav {display: none;}

/*
  COLUMNS
------------------------------------------------------------------- */

table#print {
  border: 0;
  margin: 0;
  padding: 0;
}

table#print td.printLogo {
  background-color: #841116;
}

table#print td.footer {text-align: center;}

table#print td.tdLeft {padding: 10px 0 0 20px;}

table#print td.tdRight {width: 360px; padding-top: 10px;}

table#print td {
  text-align: left; 
  vertical-align: top; 
  height: 100%;
}

table#print td.tdLeft img, table#print td.tdRight img {padding: 5px 0 5px 0;}

a.download {display: none;}


/*
  TYPO
------------------------------------------------------------------- */

h1, h2 {color: #000;}
h1 {font-size: 13px; text-transform: uppercase; padding-bottom: 5px;}
h2 {font-size: 12px; padding-bottom: 5px;}

p {padding: 0 0 15px 0; line-height: 16px;}
p.objDesc span {font-weight: bold; color: #666; padding-right: 10px;}

a {text-decoration: underline; color: #000; font-weight: bold;}
a:hover {text-decoration: underline; color: #000;}

/*
  GLOBALS
------------------------------------------------------------------- */

img {border: 0;}

.clear {font-size: 0; height: 0; line-height: 0; clear: both;}
