/* WeeFolkOutfitters.com Main Style Sheet
=========================================*/

body {
  background: #ede7e1;
  background-image: url(images/page_background.jpg);
  margin: 0px;
  font-family: Tahoma,sans-serif;
  font-size: 11px;
  color: #000000;
  }
  
img {
  border: 0px;
  }
  
/* Standard Text Styles
=======================================*/

.header {
  font: Tahoma,sans-serif;
  font-size: 14px;
  font-weight: 900;
  }

.regular-text {
  font: Tahoma,sans-serif;
  font-size: 12px;
  }

.product-price {
  font: Tahoma,sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: maroon;
  }

a.regular-link:link {
  font: Tahoma,sans-serif;
  color: #065800;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 900;
  }

a.regular-link:visited {
  font: Tahoma,sans-serif;
  color: #065800;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 900;
  }
 
a.regular-link:hover {
  font: Tahoma,sans-serif;
  color: #3f803a;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 900;
  }

a.product-listing:link {
  font: Tahoma,sans-serif;
  color: #065800;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  }

a.product-listing:visited {
  font: Tahoma,sans-serif;
  color: #065800;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  }
 
a.product-listing:hover {
  font: Tahoma,sans-serif;
  color: #3f803a;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  }

.product-listing-price {
  font: Tahoma,sans-serif;
  color: #953524;
  font-size: 12px;
  font-weight: 900;
  }

a.add-to-order:link {
  font: Tahoma,sans-serif;
  color: #065800;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  }

a.add-to-order:visited {
  font: Tahoma,sans-serif;
  color: #065800;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  }
 
a.add-to-order:hover {
  font: Tahoma,sans-serif;
  color: #3f803a;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  }
     
/* Footer Styles
=======================================*/

.footer-text {
  font: Tahoma,sans-serif;
  font-size: 10px;
  color: #000000;
  }

/* Standard Form Styles
=======================================*/

.form-label {
  font: Tahoma,sans-serif;
  font-size: 10px;
  font-weight: 900;
  color: #000000;
  }

  
.form-input {
  font: Tahoma,sans-serif;
  font-size: 12px;
  color: #000000;
  border: 1px solid #000000;
  }

.form-button {
  font: Tahoma,sans-serif;
  font-size: 11px;
  font-weight: 900;
  color: black;
  border: 1px solid #333333;
  }  
