@charset "iso-8859-1";

body {
    
}

table.product_table {
    width: 100%;
    padding: 10px;
    margin: 0px;
}

table.product_table td {
    color:#666633;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
}

table.product_table td a, table.product_table td a:visited, table.product_table td a:active {
    color:#6C9812;
    text-decoration: none;
}

table.product_table td a:hover {
    color:#000000;
    text-decoration: underline;
}

table.product_table td.header {
    border-bottom: 1px solid #000;
}

table.product_table td.total_price {
    border-top: 1px solid #000;
}

img.product {
    border: 1px solid gray;
    height: 100px;
    margin: 2px 20px;
}

table.product_table td.delivery_ll {
	border-bottom: 1px solid #000;
}

input, textarea {
  border: 1px solid #666633;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  padding:0px 2px;
  color: #666633;   
  background-color: #F9FFEF; 
}
table.product_table td input.prod_count {
  width: 50px;    
}
table.product_table td input.buyer_info, table.product_table td textarea.buyer_info {
  width: 400px;    
}

input.button {
  background-color: #DACF66;
}
input.buy_button {
  color:#fff;
  background-color: #BF4424;
  border-color:#BF4424;
}
table.product_table td select.delivery {    
  border: 1px solid #666633;
  background-color: #F9FFEF; 
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  color: #666633; 
}
