@charset "iso-8859-1";
body {
   margin: 10px 0 0 5px;
   background: #fff url(../graphics/background.gif) no-repeat top left;
   color: #000;
   font-family: Times New Roman;
   font-size: 14px;
}

th {
   font-size: 20px;
   font-weight: bold;
   color: #424876;
   border-bottom: 1px solid #ccc;
   text-align: left;
}

td {
   color: #000;
   font-size: 14px;
   vertical-align: top;
   padding: 2px 0 2px 0;
}

.bb {
   border-bottom: 1px solid #ccc;
}

.prodInfo {
   border: 1px solid #ccc;
}

.prodInfo p {
   margin: 4px 0 0 5px;
   color: #000;
   text-align: left;
}

.prodHead {
   background: #ccc;
   color: #000;
   border-right: 1px solid #424876;
   font-weight: bold;
}

.dpDesc {
   background: #424876;
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   font-family: Times New Roman;
   padding: 5px;
}

a img {
   border: 0;
}

table.form {
   margin: 0;
   color: #000;
   background: #fff;
   border: 1px solid #ccc;
}

input, select {
   font-family: Times New Roman;
   font-size: 14px;
   color: #000;
   background: #fff;
   border: 1px solid #774546;
}

.button {
   border: 1px solid #ccc;
   font-size: 12px;
   font-weight: bold;
   font-family: Times New Roman;
   color: #fff;
   background: #6A2F2F;
}

.buttonO {
   border: 1px solid #6A2F2F;
   font-size: 12px;
   font-weight: bold;
   font-family: Times New Roman;
   color: #000;
   background: #ccc;
   cursor: pointer;
}

.form td {
   padding-left: 4px;
   font-family: Times New Roman;
   background: #fff;
   color: #000;
   vertical-align: middle;
}

.formHeader td {
   padding-left: 4px;
   font-family: Times New Roman;
   text-align: left;
   font-weight: bold;
   background: #424876;
   color: #fff;
}

.addDetail {
   padding: 5px 0 10px 0;
   text-align: right;
   border-bottom: 1px solid #ccc;
}

.products td {
   border: 1px dashed #ccc;
   text-align: left;
}

.floater {
   float: left;
   padding: 5px;
}

.pinfo {
   text-align: right;
   font-weight: bold;
}

.pinfo input {
   font-weight: normal;
}

.pinfo tr {
   background: #ccc;
}