/*
Main stylesheet
Foster Group
Patch & Al @ popcorn 2005
*/

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

body, p, td {
   font-family: verdana, helvetica, sans-serif;
   font-size: 11px;
   color: #4f4f4f;
}

input,textarea,select {
  font-family: verdana, helvetica, sans-serif;
  font-size: 11px; 
  color: #4f4f4f;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}

select {
  padding: 0;
}

p {
  margin: 4px 0 8px 0;
  line-height: 15px;
}

h1 {
  margin:10px 0 10px 0;
  font-size: 13px;
  color: #0E0A67;
  font-weight: bold;
}

h2 {
  margin:5px 0 5px 0;
  font-size: 13px;
  color: red;
}

h3 {
  margin:0 0 5px 0;
  font-size: 14px;
  color: #0E0A67;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

img {
  border: 0px;
}

.spacer {
  font-size: 14px;
  padding: 0 5px 0 5px;
}

.light-grey {
  color: #D1CFD2;
}

/* Anchors */
a {
  color: #4f4f4f;
  text-decoration: underline;
}

.red {
  color: red;
}

.small {
  font-size: 10px;
}

/* Forms */

form {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 1px solid #4f4f4f;
  padding: 5px;
  margin-bottom: 10px;
}

legend {
  font-size: 13px;
  font-weight: bold;
  color: #0E0A67;
  margin-bottom: 10px;
}

p.category-description {
  padding: 5px 5px 0 5px;
}

/* Main Table */
#main-table {
  width: 800px;
}

/* Header Table */
#main-table .header-table {
  width: 100%;
}

#main-table .header-table .background td {
  height: 80px;
  vertical-align: bottom;
  background-image: url(/images/backgrounds/header.gif);
  background-repeat: repeat-x;
}

#main-table .header-table .buttons {
  text-align: right;
  padding: 0 15px 10px 0;
}

#main-table .header-table .buttons a {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

#main-table .header-table .buttons a:hover {
  color: #A7A7A7;
}

#main-table .header-table .customer-login {
  font-size: 10px;
  padding: 0 15px 25px 0;
  font-weight: bold;
  text-align: right;
}

#main-table .header-table .order-by-phone {
  color: #0E0A67;
  font-size: 13px;
  padding: 0 15px 1px 0;
  font-weight: bold;
  text-align: right;
}

#main-table .header-table .order-by-phone-30 {
  color: #0E0A67;
  font-size: 13px;
  padding: 0 15px 30px 0;
  font-weight: bold;
  text-align: right;
}

/* Button Table */
#main-table .button-table {
  width: 100%;
  background-color: #0E0A67;
}

#main-table .button-table .button a,
#main-table .button-table .button-selected a {
  color: #ffffff;
  display: block;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 7px 0 8px 0;
}

#main-table .button-table .button-selected a {
  color: #0E0A67;
  background-color: #F3F1F2;
}

#main-table .button-table .button a:hover {
  color: #0E0A67;
  background-color: #F3F1F2;
}

/* Breadcrumb Table */
#main-table .breadcrumb-table {
  width: 100%;
  margin-bottom: 8px;
}

#main-table .breadcrumb-table .background td {
  height: 30px;
  font-size: 10px;
  padding: 0 2px 0 2px;
  background-image: url(/images/backgrounds/breadcrumb.gif);
  background-repeat: repeat-x;
}

/* Body Table */
#main-table .body-table {
  width:100%;
}

#main-table .body-table .panel-left {
  width: 154px;
  padding: 0 8px 8px 8px;
}

#main-table .body-table .panel-right {
  width: 154px;
  padding: 0 0 8px 8px;
}

#main-table .body-table .panel-left .image,
#main-table .body-table .panel-right .image {
  padding-bottom: 5px;
}

#main-table .body-table .panel-left p,
#main-table .body-table .panel-right p {
  line-height: 14px;
  margin-left: 5px;
}

#main-table .mandatory-text {
  background-color: #E9E9E9;
  border-right: 1px solid #4f4f4f; 
  text-align: right;
  width: 40%;
  font-weight: bold;
}

#main-table .mandatory-field {
  background-color: #F3F1F2;
  color: #0E0A67;
}

#main-table .non-mandatory-text {
  background-color: #F3F1F2;
  border-right: 1px solid #4f4f4f; 
  text-align: right;
  font-weight: bold;
}

#main-table fieldset ul {
  font-size: 11px;
}

/* Contents Table */
#main-table .body-table .contents-table {
  width: 100%;
}

#main-table .body-table .contents-table .contents {
  padding: 0 8px 8px 8px;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
}

#main-table .body-table .contents-table .newsletter {
  padding: 2px 2px 2px 2px;
  border-top: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
}

#main-table .body-table .contents-table .newsletter table {
  width: 100%;
  padding: 4px;
  background-color: #E9E9E9;
}

#main-table .body-table .contents-table .cards {
  padding: 4px 8px 4px 8px;
  border-top: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
}

#main-table .body-table .contents-table .footer {
  text-align: center;
  color: #A2A2A2;
  padding: 5px 8px 0 8px;
  border-top: 1px solid #E9E9E9;
  font-size: 10px;
}

/* Category Table */
#main-table .body-table .contents-table .category-table {
  width: 100%;
}

#main-table .body-table .contents-table .category-table .category {
  width: 25%;
  padding: 10px 0 10px 0;
}

#main-table .body-table .contents-table .category-table .category h2.link {
  padding-top: 5px;
  font-size: 11px;
  margin: 0px;
}

#main-table .body-table .contents-table .category-table .category h2.link a {
  text-decoration: none;
  font-weight: normal;
}

/* Products Table */
#main-table .body-table .contents-table .products-table {
  width: 100%;
}

#main-table .body-table .contents-table .products-table .product {
  width: 50%;
  border: 1px solid #E9E9E9;
}

#main-table .body-table .contents-table .products-table .product .image {
  float: left;
  padding: 2px 5px 2px 2px;
}

#main-table .body-table .contents-table .products-table .product .information {
  padding-top: 4px;
}

#main-table .body-table .contents-table .products-table .product .information img {
  padding-right: 5px;
}

/* Details table */
#main-table .body-table .contents-table .details-table {
  width: 100%;
  margin-top: 10px;
}

#main-table .body-table .contents-table .details-table .image {
  width: 220px;
  padding-right: 10px;
}

/* Basket Table */
#main-table .body-table .contents-table .basket-table {
  width: 100%;
}

#main-table .body-table .contents-table .basket-table .header td {
  padding: 6px 5px 6px 4px;
  font-weight: bold;
  background-color: #E9E9E9;
}

#main-table .body-table .contents-table .basket-table .header-sub td {
  padding: 3px 0 3px 4px;
  font-weight: bold;
  background-color: #F3F1F2;
}

#main-table .body-table .contents-table .basket-table .row td {
  height: 22px;
  padding: 2px 5px 2px 4px;
  /*border-bottom: 1px solid #E9E9E9;*/
}

#main-table .body-table .contents-table .basket-table .divide td {
  border-bottom: 1px solid #E9E9E9;
}

#main-table .body-table .contents-table .basket-table .price {
  background-color: #F8F8F8;
}

/* Basket Table */
#main-table .body-table .panel-basket-table {
  width: 100%;
  margin-bottom: 10px;
}

#main-table .body-table .panel-basket-table .header td {
  font-weight: bold;
  padding: 3px 6px 4px 3px;
  background-color: #E9E9E9;
}

#main-table .body-table .panel-basket-table .row td {
  padding: 3px 6px 4px 4px;
  border-bottom: 1px solid #E9E9E9;
  /*background-color: #E9E9E9;*/
}

/* Client selection */
#main-table .body-table .contents-table .client-selection {
  width: 100%;
  margin-top: 2px;
  background-color: #F3F1F2;
  border: 1px solid #666666;
}

#main-table .body-table .contents-table .client-selection .image {
  width: 80px;
  padding: 5px;
}

#main-table .body-table .contents-table .client-selection .info {
  padding: 5px 5px 5px 0;
}

#main-table .body-table .contents-table .client-selection .added td {
  padding: 0 5px 2px 0;
  vertical-align: top;
}

#main-table .body-table .contents-table .client-selection .title td {
  font-weight: bold;
  padding: 5px 0 5px 4px;
  background-color: #E5FFDF;
}

#main-table .body-table .contents-table .client-selection .header td {
  padding: 2px;
  color: #ffffff;
  font-weight: bold;
  background-color: #527F47;
}

#main-table .body-table .contents-table .client-selection .row td {
  padding: 2px;
  border-top: 1px solid #527F47;
}

#main-table .body-table .contents-table .page-count-table {
  width: 100%;
  padding: 5px 5px 7px 5px;
  background-color: #F3F1F2;
}

/* Divs */
div.grey-header {
  font-weight: bold;
  margin-bottom: 5px;
  padding: 4px 4px 5px 8px;
  background-color: #F3F1F2;
}

div.grey-header-sub {
  font-size: 11px;
  padding: 6px 5px 7px 6px;
  background-color: #F3F1F2;
}

div.blue-header {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 0 5px 8px;
  background-color: #0E0A67;
}

h1.breadcrumb-header {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 0 8px 6px;
  background-color: #0E0A67;
  margin: 0px;
}

div.breadcrumb-header a {
  color: #ffffff;
}

div.red-header {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 0 5px 8px;
  background-color: red;
}

div.green-header {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 0 5px 8px;
  background-color: green;
}

ul.info-list {
  padding-left: 5px;
  line-height: 16px;
  margin-left: 5px;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 11px;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 2px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

div.product-block {
  float: left;
  width: 95%;
  margin: 4px;
  padding: 5px;
  border: 1px solid #cccccc;
}

div.selected,
.selected td {
  background-color: #E5FFDF;
}

div.product-block .image {
  float: left;
  padding-right: 5px;
}

.selection-block {
  margin: 4px;
  padding: 5px;
  border: 1px solid #cccccc;
}

.selection-block .image {
  width: 90px;

}