﻿* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  color: #666;
}

#privacy_policy_header, #print_friendly_header {
  height: 28px;
  text-align: right;
  background: url(../image/logotype.gif) no-repeat;
}

.heading {
  font-weight: bold;
  color: #F89828;
}

#layout {
  width: 1000px;
  margin: 0 auto;
  text-align: justify;
}

#layout_privacy, #layout_printable {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 30px
}

.panel_heading {
  font-family: "Arial Black", sans-serif;
  font-size: 9px;
  color: #F89828;
  letter-spacing: 2px;
}

.panel_subheading {
  font-family: "Arial Black", sans-serif;
  font-size: 11px;
  text-align: left;
}

.panel_text {
  font-family: "Arial", sans-serif;
  font-size: 11px;
}

.read_more {
  font-family: "Arial", sans-serif;
  font-size: 10px;
  color: #F89828;
}

.larger {
  font-size: 14px;
}

#content {
  width: 780px;
  height: 780px;
  text-align: justify;
}

#content_printable {
  width: 480px;
  height: 780px;
  text-align: justify;
}

#privacy_button {
  text-align: right;
  margin: 2px 0 0 10px;
  float:right;
}

#privacy_button a {
  width: 92px;
  height: 10px;
  background-image: url(../image/button_privacy_policy.png);
  background-position: 0 0;
}

#privacy_button a:hover {
  background-position: 0 -9px;
}

#vendor_button {
  text-align: right;
  margin: 2px 0 0 0;
}

#vendor_button a {
  width: 80px;
  height: 10px;
  background-image: url(../image/button_vendor_new.png);
  background-position: 0 0;
}

#vendor_button a:hover {
  background-position: 0 -9px;
}

a:link, a:visited, a:active {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: underline;
}

.panel_text a:link, .panel_text a:visited, .panel_text a:hover, .panel_text a:active {
  color: #F89828;
  text-decoration: none;
}
