/* 
////////////////////////////////////////////////////////////////
// 
//   namesuppressed Purchase Stylesheet 2.0.0
//   10 August 2006
//   by Kohan "SyneRyder" Ikin
//   www.namesuppressed.com/syneryder
//   syneryder@namesuppressed.com
//
//   Stylesheet designed for the Purchase order pages.
//
////////////////////////////////////////////////////////////////
*/



/***********************************************************
  Basic document style definitions
***********************************************************/

/* The only definitions that should appear in this section
   are defined HTML entities (like body, h1 and abbr, but
   not classes of these well-defined entities). nocss,
   spacer and .right & .left are exceptions. */

/* For items displayed when no CSS support is present. */
.nocss {
  display: none;
  visibility: hidden;
}

.hidden {
  display: none;
}

div.spacer {
  margin: 0px;
  padding: 0px;
  clear: both;
}

.right {
  float: right;
}
.left {
  float: left;
}

.center {
  margin: auto;
  text-align: center;
}

body {
  color:               #000000;
  background-color:    #0000c8;
  background-repeat:   repeat-x;
  background-image:    url("gfx/background.png");
  background-position: top;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

:link {
 color: #777755;
 background-color: transparent;
}

:visited {
 color: #555533;
 background-color: transparent;
}

h1 { font-size: 24px;  letter-spacing: -1px; }
h2 { font-size: 19px;  letter-spacing: -1px; }
h3 { font-size: 17px;  letter-spacing: -1px; }
th { font-weight: bold; }
ul, ol, li { font-size: 14px; }

form {
  margin:  0px;
  padding: 0px;
}

p, dl {
  text-align:  left;
  font-size:   14px;
  line-height: 17px;
}

abbr, acronym {
  border-bottom: 1px dotted #CCCC99;
  cursor: help;
}

a img {
  border: 0px;
}
input[type="text"], input[type="password"], textarea {
  font-weight: bold;
}
textarea:focus, input:focus {
  background-color: #ffffee;
}




/***********************************************************
  Header Definitions
***********************************************************/

#header {
  background: #000000;
  color: #cccccc;
  text-align: right;
  clear: both;
}

#header img {
  margin:  0px;
  padding: 0px;
}



/***********************************************************
  General layout definitions
***********************************************************/

#maincontent {
  width:        776px;
  padding:      0px;
  border:       0px;
  color:        #000000;
  margin-left:  auto;
  margin-right: auto;
  border-collapse: collapse;
  background-color: #ffffff;
  border-style: none;
}

#maincontent ol, #maincontent li {
  margin-bottom: 5px;
}

#bodytext {
  padding-top:       20px;
  padding-left:      5%;
  padding-right:     5%;
  padding-bottom:    20px;
  background-image:  url("gfx/texture-whiterocks.gif");
}

#copyright {
  background: #000000;
  color: #999999;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  padding: 5px;
  clear: both;
}



/*******************************************************************
  Order form
*******************************************************************/

table.order {
  font-size:  12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width:            450px;
  margin-left:      auto;
  margin-right:     auto;
  margin-bottom:    20px;
  background-color: #ffffff;
  border-collapse:  collapse;
  border: solid 1px #666666;
}

table.order tr th {
  background-repeat: repeat;
  background-image:  url("gfx/grey-aqua.gif");
}

table.order .name :link {
 color: #000099;
 background-color: transparent;
}

table.order .name :visited {
 color: #00004A;
 background-color: transparent;
}

table.order .space {
  background-color: #eeeeee;
  border-top: solid 1px #aaaaaa;
  background-repeat: repeat-x;
  background-image:  url("gfx/shadow.gif");
}

table.order .section {
  border-top: solid 1px #000000;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background-color: #aa0000;
  background-repeat: repeat;
  background-image:  url("gfx/red-aqua.gif");
}

table.order .quantity {
  text-align: left;
  padding-top:    4px;
  padding-bottom: 4px;
}

table.order .name {
  text-align: left;
  padding-top:    4px;
  padding-bottom: 4px;
}

table.order .price {
  text-align: right;
  padding-top:    4px;
  padding-bottom: 4px;
}

.note {
  width:            500px;
  margin-left:      auto;
  margin-right:     auto;
  margin-bottom:    20px;
  padding:          0px;
  font-size:        13px;
  border-width:     1px;
  border-style:     solid;
  border-color:     #9999CC;
  background-color: #CCCCFF;
  color:            #000000;
}

.note td {
  padding: 0px;
}

.note h3 {
  font-size:        15px;
  text-align:       center;
  margin:           0px;
  padding:          4px;
  margin-bottom:    6px;
  font-weight:      bold;
  background-color: #9999CC;
  color:            #000000;
}

.note select {
  margin-bottom: 4px;
}

.important {
  width:            500px;
  margin-left:      auto;
  margin-right:     auto;
  padding:          0px;
  font-size:        13px;
  border-width:     1px;
  border-style:     solid;
  border-color:     #CC9999;
  margin-bottom:    20px;
  background-color: #FFCCCC;
  color:            #000000;
}

.important h3 {
  font-size:        15px;
  text-align:       center;
  margin:           0px;
  padding:          4px;
  margin-bottom:    6px;
  font-weight:      bold;
  background-color: #CC9999;
  color:            #000000;
}

.important p {
  margin-top:     8px;
  margin-bottom:  8px;
  padding-left:   5px;
  padding-right:  5px;
}



/*******************************************************************
  Confirm form
*******************************************************************/

table.catalog {
  width:            500px;
  margin-left:      auto;
  margin-right:     auto;
  margin-bottom:    20px;
  font-size:        13px;
  border-width:     1px;
  border-style:     solid;
  border-color:     #CCCC99;
  border-collapse:  collapse;
  empty-cells:      show;
  padding:          0px;
  background-color: #FFFFCC;
  color:            #000000;
}

table.catalog th {
  padding:          2px;
  border-width:     1px;
  border-style:     solid;
  border-color:     #CCCC99;
  background-color: #FFFFCC;
  color:            #000000;
}

table.catalog td {
  padding:          2px;
  border-width:     1px;
  border-style:     solid;
  border-color:     #CCCC99;
  background-color: #FFFFCC;
  color:            #000000;
}

table.catalog th.heading {
  text-align:       center;
  background-color: #CCCC99;
  color:            #000000;
}

table.catalog h3 {
  margin-top:    2px;
  margin-bottom: 2px;
  padding:       0px;
}


table.catalog .name {
  width:      300px;
  text-align: left;
}

table.catalog .qty {
  width:      70px;
  text-align: center;
}

table.catalog .price {
  width:      80px;
  text-align: right;
}