body {
  background-image: url(/images/layout/background.gif); }

#header {
  margin-top: -8px;
  height: 76px;
  background-image: url(/images/layout/header-background.gif); }
  #header img {
    padding-left: 9px;
    padding-top: 22px; }

#account-links ul {
	margin-top: 3.4em;
	padding-bottom: 0;
	list-style-type: none;
	color: #1795d8;
	float: right;
	z-index: 100;
}
  #account-links ul li {
	display: inline;
	z-index: 100;
}
    #account-links ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0.2em 0.6em;
	font-weight: bold;
	z-index: 100;
}
      #account-links ul li a:hover {
	color: #ffffff;
	background-color: #1795d8;
	z-index: 100;
}

#main_nav {
  margin-top: 10px; }
  #main_nav ul {
    height: 23px;
    padding-top: 0;
    margin-bottom: 0; }
    #main_nav ul li {
      display: block;
      float: left;
      font-weight: bold;
      font-size: larger; }
      #main_nav ul li a {
        padding-right: 1em;
        padding-left: 1em;
        text-decoration: none;
        color: #000000; }
        #main_nav ul li a:hover {
          text-decoration: underline;
          color: #1795d8; }

#main_search {
  margin-top: 10px;
  height: 30px; }
  #main_search form {
    padding-top: 2px;
    padding-left: 14px; }
    #main_search form input.searchfield {
      width: 120px;
      border: 2px solid #1795d8; }

#actions {
  margin-top: 23px;
  font-size: larger; }
  #actions ul {
    list-style-type: none;
    background-color: #5e5e5e;
    margin-left: 10px;
    margin-bottom: 0; }
    #actions ul li {
      padding-bottom: 5px; }
      #actions ul li a {
        text-decoration: none;
        color: #ffffff;
        margin-left: 0.5em;
        border-left: 2px solid #1795d8;
        margin-left: 2px;
        padding-left: 0.5em;
        padding-right: 0.5em; }
        #actions ul li a:hover {
          background-color: #1795d8; }

#cart-wrapper {
  margin-top: 18px;
  background-color: #ffffff;
  border: 2px solid #5e5e5e; }
  #cart-wrapper img {
    padding: 2px 6px; }
  #cart-wrapper span {
    font-size: larger; }
  #cart-wrapper table {
    width: 95%;
    margin: 0 auto; }
    #cart-wrapper table thead th {
      background: none;
      border-bottom: 1px solid #cccccc; }
    #cart-wrapper table thead th.qty {
      padding-left: 16px; }
    #cart-wrapper table thead tr {
      border-bottom: 1px solid #5e5e5e; }
    #cart-wrapper table tfoot tr td {
      text-align: right;
      border-top: 1px solid #cccccc; }

#repro-powered {
  margin-top: 13px;
  font-size: 6pt; }
  #repro-powered img {
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 6px; }
  #repro-powered .powered-by {
    padding-left: 13px; }
  #repro-powered .contact {
    text-align: left;
    padding-left: 11px;
    padding-top: 0px; }
  #repro-powered .website {
    text-align: right;
    padding-right: 12px; }
  #repro-powered .website a {
    text-decoration: none;
    color: #ffffff; }
    #repro-powered .website a:hover {
      color: #ffffff;
      background-color: #1795d8; }

#layout-wrapper {
  margin-top: 0;
  background-color: #ffffff;
  border: 1px solid #5e5e5e; }

#layout {
  padding: 1em; }

#tabrow {
  margin-top: -16px;
  margin-bottom: -12px;
  background-image: none;
  background-color: transparent; }

.titlebar {
  color: #ffffff;
  background-color: #5e5e5e;
  padding: 3px; }
  .titlebar td,
  .titlebar th {
    background-color: #5e5e5e; }

.nowrap {
  white-space: nowrap; }

#bid_information .nowrap {
  width: 20%; }
