body {
  margin: 0px;
  padding: 0px;
  background: #c4b49d url(/images/body_pattern.gif) left top repeat;
  color: black;
  font-family: tahoma,arial,sans-serif;
  font-size: 0.75em;
  text-align: center;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: #a82400;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus, a.active {
  text-decoration: underline;
}

a.external {
  padding-right: 13px;
  background: transparent url(/images/external_link.gif) right center no-repeat;
}

h1, h2, h3, p, hr, ul, li, form {
  margin: 0px;
  padding: 0px;
}

p {
  margin-bottom: 15px;
  text-align: justify;
}

label {
  cursor: pointer;
}

input {
  width: auto;
  padding: 2px;
  border: 1px solid silver;
  color: black;
  font-size: 0.92em;
  vertical-align: middle;
}

input.submit {
  padding: 2px 5px;
  border: 1px solid #605444;
  background: #897862 url(/images/button_pattern.gif) left center repeat-x;
  overflow: visible;
  color: white;
  cursor: pointer;
}

textarea {
  padding: 2px;
  border: 1px solid #808080;
  font-size: 0.92em;
  vertical-align: middle;
  width: 150px;
  font-family: tahoma,arial,sans-serif;
}

em {
  display: block;
  color: #a82400;
  font-size: 0.9em;
  font-style: normal;
}

.right {
  float: right;
}

.textright {
  text-align: right;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

strong.price {
  color: #c72d00;
  font-size: 1.1em;
}

strong.unavailable {
  color: #ff0000;
}

table.normal {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  border-right: none;
  border-bottom: none;
}

table.normal td, table.normal th {
  padding: 3px;
  border: 1px solid #dddddd;
  border-top: none;
  border-left: none;
  font-size: 0.85em;
  text-align: center;
}

table.normal th {
  background-color: #e0e0e0;
  font-size: 1em;
}

#container {
  width: 980px;
  margin: 5px auto;
  border: 5px solid white;
  text-align: left;
}

/*** HEADER ***/

#header {
  height: 220px;
  background: white url(/images/header_bg.jpg) left top no-repeat;
}

#header #logo {
  float: left;
  padding: 15px 0px 0px 5px;
}

#header #user_menu {
  float: right;
  margin-top: 2px;
  padding: 3px 7px 7px 7px;
  border-top: 4px solid #8a1e00;
  background-color: #a82400;
  color: white;
  font-size: 0.83em;
  font-weight: bold;
}

#header #user_menu a {
  color: white;
}

#login {
  padding-top: 5px;
  font-size: 1.14em;
  text-align: right;
}

#login input {
  width: 100px;
  margin: 2px;
}

#login input.submit {
  width: auto;
}

/*** MAIN MENU ***/

#main_menu {
  height: 35px;
  background: #ececec url(/images/main_menu_pattern.gif) left top repeat-x;
  overflow: hidden;
  font-size: 0.9em;
}

#main_menu ul {
  list-style-type: none;
}

#main_menu li {
  float: left;
}

#main_menu a {
  display: block;
  float: left;
  height: 25px;
  padding: 10px 8px 0px 10px;
  background: #ececec url(/images/main_menu_pattern.gif) left top repeat-x;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#main_menu a:hover, #main_menu a:focus, #main_menu a.active {
  background-position: left bottom;
  color: #5a5a5a;
}

#main_menu form {
  float: right;
  padding: 5px 5px 0px 0px;
}

#main_menu form input#search {
  width: 150px;
}

/*** LEFT MENU ***/

#wrap {
  background-color: #ececec;
  clear: both;
}

#left_menu {
  float: left;
  width: 205px;
}

#left_menu .panel {
  margin: 3px 3px 15px 3px;
  border: 2px solid white;
  background-color: #f7f7f7;
  font-size: 1.1em;
}

#left_menu .panel .title {
  padding: 3px 3px 6px 5px;
  border-top: 6px solid #8a1e00;
  background-color: #a82400;
  color: white;
  font-weight: bold;
}

#left_menu .panel .content {
  color: black;
  font-size: 0.82em;
}

#left_menu .panel.cart .content {
  padding: 10px 5px 5px 5px;
}

#left_menu .panel.cart table {
  width: 100%;
}

#left_menu .panel.cart table td.textright {
  padding: 0px;
  text-align: right;
}

#left_menu .panel.cart .content a {
  display: block;
  margin-top: 2px;
  padding: 3px 0px 2px 0px;
  border-top: 1px solid #dddddd;
  text-align: right;
}

#left_menu .panel form {
  padding: 3px;
  text-align: right;
}

#left_menu .panel form label {
  text-align: left;
  display: block;
}

#left_menu .panel form textarea {
  width: 180px;
  height: 70px;
}

#left_menu .panel.filters .content, #left_menu .panel.contact .content {
  padding: 5px;
  text-align: justify;
}

#left_menu .panel.contact .content img {
  margin: 3px 5px 3px 0px;
}

#left_menu .panel.contact .content a {
  color: black;
}

#left_menu ul li {
  padding: 4px 5px 4px 8px;
  list-style-type: none;
  font-size: 1.2em;
}

#left_menu ul li li {
  padding: 0px 0px 0px 12px;
  font-size: 0.83em;
}

#left_menu ul li a {
  display: block;
  height: 1%;
  padding: 3px 2px 3px 13px;
  background: transparent url(/images/left_menu_arrow.gif) left center no-repeat;
  color: #82a334;
  font-weight: bold;
}

#left_menu ul li.open li a {
  padding: 3px 2px 3px 10px;
  background-image: url(/images/left_menu_arrow.gif);
}

#left_menu ul li.open a {
  background-image: url(/images/left_menu_minus.gif);
}

#left_menu ul li.closed a {
  background-image: url(/images/left_menu_plus.gif);
}

#left_menu ul li li a {
  color: black;
  font-weight: normal;
}

/*** CONTENT ***/

#content {
  float: left;
  width: 775px;
  padding: 5px 0px;
  font-size: 1.1em;
}

#content h1 {
  padding: 5px;
  color: black;
  font-size: 1.3em;
}

/*** TEXT PAGE ***/

#textpage {
  height: 100%;
  margin: 0px 5px;
  padding: 0px 10px 45px 10px;
  border: 1px solid #d6d6d6;
  background-color: white;
}

#textpage img.product, #textpage img.right {
  float: right;
  margin: 0px 0px 5px 10px;
}

#textpage ul {
  padding-left: 50px;
}

#textpage ul ul {
  padding: 0px 0px 5px 25px;
}

#textpage h1 {
  padding: 10px 0px 15px 0px;
}

#textpage h2 {
  padding: 10px 0px 5px 0px;
  color: black;
  font-size: 1.08em;
}

#textpage h3 {
  padding: 10px 0px 2px 0px;
  color: black;
  font-size: 1.0em;
}

#textpage #details {
  line-height: 1.4em;
}

#textpage #quantity {
  margin: 20px 0px;
}

#textpage #quantity input {
  width: 35px;
  border: 1px solid #808080;
}

#textpage #quantity input.submit {
  width: auto;
  padding: 1px 5px;
  border: 1px solid #605444;
}

/*** FILTER ***/

#filter {
  margin: 5px 10px 5px 5px;
  border: 2px solid white;
  background-color: #f7f7f7;
  font-size: 0.85em;
}

#filter table th {
  padding-right: 5px;
  vertical-align: top;
  white-space: nowrap;
}

#filter a {
  color: #4f4f4f;
}

/*** ADVANCED FILTER ***/

#adv_filter {
  margin: 5px 10px 5px 5px;
  border: 2px solid white;
  background-color: #f7f7f7;
  font-size: 0.85em;
}

#adv_filter table {
  width: 100%;
}

#adv_filter table.home {
  width: auto;
  margin: 0px auto;
}

#adv_filter table th {
  padding-right: 5px;
  vertical-align: top;
  white-space: nowrap;
  vertical-align: middle;
}

#adv_filter table td {
  padding-right: 10px;
}

#adv_filter select {
  border: 1px solid silver;
  width: 160px;
  font-size: 1em;
  padding: 2px 0px;
}

#adv_filter select.middle, #adv_filter select.right {
  width: 125px;
}

/*** PRODUCTS - CATALOG ***/

#products {
  margin-top: 10px;
  clear: both;
}

#products .product {
  display: inline;
  float: left;
  width: 239px;
  height: 237px;
  margin: 0px 5px 10px 5px;
  padding: 3px;
  border: 1px solid #d6d6d6;
  background-color: white;
  overflow: auto;
  color: #4f4f4f;
}

#products .product h2 {
  height: 32px;
  padding: 3px 5px 1px 5px;
  background-color: #82a334;
  overflow: hidden;
  color: white;
  font-size: 0.92em;
}

#products .discount h2 {
  padding-right: 40px;
  background: #bbbb00 url(/images/discount_yellow_bg.gif) right center no-repeat;
}

#products .product h2 a {
  color: white;
}

#products .image {
  float: left;
  width: 100px;
  padding: 5px 2px 5px 0px;
  overflow: hidden;
  text-align: center;
}

#products .image img {
  height: 100px;
}

#products .panel {
  float: right;
  width: 136px;
  height: 105px;
  padding-top: 4px;
  overflow: hidden;
  font-size: 0.75em;
}

#products .panel div {
  height: 14px;
  overflow: hidden;
}

#products .panel .actions {
  height: 22px;
  margin-top: 3px;
  padding: 3px;
  border-top: 1px solid #dddddd;
}

#products .actions a, #product_list .panel a {
  display: block;
  float: right;
  width: 30px;
  padding: 3px 5px 3px 25px;
  border: 1px solid #605444;
  background: #897862 url(/images/button_info_bg.gif) left center no-repeat;
  overflow: hidden;
  color: white;
  font-size: 1.1em;
}

#products .actions a.buy, #product_list .panel a.buy {
  margin-left: 5px;
  border: 1px solid #8d2000;
  background: #a82400 url(/images/button_buy_bg.gif) left top no-repeat;
}

#products .product p {
  width: 229px;
  height: 80px;
  margin: 0px;
  padding: 5px;
  border-top: 1px solid #dddddd;
  background-color: #eeeeee;
  overflow: auto;
  clear: both;
  color: #4f4f4f;
  font-size: 0.8em;
}

/*** PRODUCTS - LIST ***/

#product_list {
  padding: 3px 0px 3px 5px;
  color: #4f4f4f;
  font-size: 0.85em;
}

#product_list table {
  width: 760px;
  margin-top: 5px;
  border: 1px solid #d6d6d6;
}

#product_list td {
  padding: 3px 5px;
  background-color: white;
  line-height: 1.3em;
}

#product_list h2 {
  padding-bottom: 2px;
  font-size: 1.2em;
}

#product_list h2 a {
  color: #82a334;
}

#product_list .panel {
  text-align: right;
}

#product_list .panel a {
  margin-top: 3px;
  font-size: 1.0em;
  text-align: left;
}

#product_list td.discount {
  padding-right: 40px;
  background: white url(/images/discount_white_bg.gif) right center no-repeat;
}

/*** CART ***/

#cart table {
  width: 100%;
  border: 1px solid #dddddd;
  border-right: none;
  border-bottom: none;
}

#cart td, #cart th {
  padding: 3px;
  border: 1px solid #dddddd;
  border-top: none;
  border-left: none;
  font-size: 0.85em;
  text-align: center;
}

#cart th {
  background-color: #e0e0e0;
  font-size: 1em;
}

#cart a {
  color: black;
  font-weight: bold;
}

#cart td.overview {
  font-weight: bold;
  text-align: right;
}

#actions {
  padding: 25px 0px;
}

#actions a {
  display: block;
  float: left;
  padding: 3px 5px 3px 25px;
  border: 1px solid #605444;
  background: #897862 url(/images/button_continue_bg.gif) left center no-repeat;
  color: white;
  font-size: 0.82em;
  font-weight: normal;
}

#actions a.order {
  float: right;
  border: 1px solid #8d2000;
  background: #a82400 url(/images/button_order_bg.gif) left top no-repeat;
}

#actions a.back {
  background: #897862 url(/images/button_pattern.gif) left center repeat-x;
  margin-left: 10px;
  padding-left: 5px;
}

#actions a.removeuser {
  background: #897862 url(/images/button_pattern.gif) left center repeat-x;
  padding-left: 5px;
  float: right;
}

/*** FORMS ***/

#form table {
  width: 285px;
  margin-bottom: 15px;
  font-size: 0.92em;
  font-weight: bold;
}

#form table th {
  width: 125px;
  color: #4f4f4f;
}

#form input, #form select {
  padding: 2px 0px;
  border: 1px solid #808080;
}

#form input {
  width: 150px;
  padding: 2px;
}

#form select {
  width: 155px;
  font-size: 0.92em;
}

#form input.submit {
  float: right;
  width: auto;
  padding: 2px 8px;
  border: 1px solid #605444;
}

#form input.submit.sendorder {
  border: 1px solid #8d2000;
  background: #a82400 url(/images/button_order_bg.gif) left top no-repeat;
  padding: 0px 5px 3px 20px;
  text-align: left;
}

#form #transport {
  width: 100%;
}

#form #transport th {
  width: 550px;
}

#form #transport select {
  width: auto;
}

#form div.right {
  text-align: right;
}

/*** OTHER ***/

#paging {
  padding: 10px;
  clear: both;
  text-align: right;
}

#textpage #paging {
  margin-top: -5px;
  padding: 0px;
}

#banner {
  padding: 5px 10px 0px 5px;
}

#banner a.mann {
  display: block;
  padding: 1.4em 5px;
  background: #009966 url(/images/mann_filter_logo.gif) 630px center no-repeat;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#banner #producers {
  margin-bottom: 5px;
  padding: 4px;
  background-color: #777777;
  text-align: center;
}

#banner #producers a img {
  border: 1px solid #bbbbbb;
}

#banner #producers a:hover img {
  border: 1px solid black;
}

/*** STATUS ***/

#status {
  margin: 10px 10px 15px 5px;
  padding: 5px;
  border: 2px solid #5cb327;
  background-color: #86ca5d;
  color: white;
  font-weight: bold;
}

#textpage #status {
  margin-top: 0px;
}

#status.warning {
  border: 2px solid #d1d314;
  background-color: #feffc4;
  color: #4f4f4f;
}

#status.failed {
  border: 2px solid #be1a25;
  background-color: #ff1f28;
}

/*** FOOTER ***/

#footer {
  height: 1%;
  padding: 10px 8px 10px 5px;
  border-top: 7px solid #9e9580;
  background-color: #887d6c;
  clear: both;
  color: white;
  font-weight: bold;
  text-align: right;
}

