#map_canvas { height: 100%; }
#products {
 background-color: rgb(255,255,255);
 color: rgb(74,74,74);
 margin-right: 198px;
 padding: 5px;
 padding-top: 80px;
 padding-bottom: 0px;
}
#products p {
 margin: 10px;
 font-size: 80%;
}
.right {
 text-align: right;
}
.centre {
 text-align: center;
}
#products p .breadcrum {
 text-align: right;
 line-height: 5pt;
 padding: 0;
 border: 1px solid rgb(74,74,74);
 margin: 20px;
 color: rgb(74,74,74);
}
#products p.noav {
  line-height: 381%;
}
.block {
 width: 98%;
 margin: 5px;
 border: 1px solid rgb(144,144,144);
 -khtml-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 8px;
 box-shadow: rgb(200,200,200) 1px 3px 5px;
}
.block img {
vertical-align: text-top;
} 
article .aside {
 font-size: 105%;
 float: right;
 width: 220px;
 padding: 5px;
 background-color: rgb(245,245,245);
 border-radius: 0px 0px 0px 30px;
}
#products .morespace {
  margin: 20px;
}
#products h3 {
 font-size: 80%;
 font-style: normal;
 color: rgb(74,74,74);
 background-color: rgb(227,227,227);
 background-image: url(https://www.trebrown.com/images/furniture/bar.png);
 background-repeat: repeat-x;
 background-position: 0px -5px;
 padding: 5px 7px;
 margin: 0;
 border-width: 0 0 1px 0;
 border-style: solid;
 border-color: rgb(144,144,144);
 border-radius: 8px 8px 0px 0px;
}
.submittext {
text-align: right;
} 
.submittext .submit {
background: #004d3d;
color: #ffffff;
font-weight: bold;
border: 1px outset #000000;
}
a.button {
  float: right;
  padding: 4px 10px;
  color: rgb(100,100,100);
  background-color: rgb(227,227,227);
  background-image: url(https://www.trebrown.com/images/furniture/bar.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  text-decoration: none;
}
#products input, #products select, #products textarea {
  padding: 2px;
  border: 1px solid rgb(223,223,223);
  background-color: rgb(250,250,250);
  color: rgb(100,100,100);
  margin: 2px;
  font-size: 10pt;
}
input.searchinput {
  width: 60%;
  padding: 2px;
  border: 1px solid rgb(223,223,223);
  background-color: rgb(250,250,250);
  color: rgb(100,100,100);
}
input.searchinput:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
input[type=submit], input[type=button], input[type=reset], .searchbut {
  font-weight: bold;
  margin-left: 4px;
  border: 1px solid rgb(200,200,200);
  padding: 2px 5px;
  text-decoration: none;
  background-color: rgb(221,221,221);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  text-shadow: 0px 1px 0px rgb(255,255,255);
  background-size: 100% 100%;
  background: linear-gradient(to bottom,  rgb(255,255,255),  rgb(204,204,204));
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, .searchbut:hover {
  position: relative;
  background-size: 100% 100%;
  background: linear-gradient(to bottom,  rgb(204,204,204),  rgb(221,221,221));
  cursor: pointer;
}
input[type=submit]:active, input[type=button]:active, input[type=reset]:active, .searchbut:active {
  position: relative;
  top: 1px;
  left: 1px;
}
#vatnumber:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#products .box input {
  padding: 1px 1px;
  font-size: 8pt;
  border: 1px solid #004d3d;
}
#products li {
  list-style-image: url(https://www.trebrown.com/images/bullet.gif);
  list-style-type: square;
  font-size: 80%;
}
.boxtext {
  text-align: right;
  font-size: 80%;
}
#txtName, #txtCountry, #txtLanguage {
  padding: 2px;
  border: 1px solid rgb(223,223,223);
  background-color: rgb(250,250,250);
  color: rgb(100,100,100);
  margin: 2px;
}
#txtLanguage {
 margin: 0px;
 margin-top: -1px;
 margin-bottom: -1px;
 padding: 0px 2px 0px 2px;
}
#txtLanguage option {
 padding: 0px 2px 0px 6px;
}
#txtName:focus, #txtCountry:focus, #txtLanguage:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
.box {
 font-family: helvetica,arial,sans-serif;
  font-size: 80%;
  background-color: rgb(255,255,255);
  border: solid gray 1px;
  margin: 1px;
  padding: 3px 5px 3px 5px;
  cursor: move;
}
.sciname {
  font-style: italic;
  font-weight: bold;
}
h1.sciname {
  padding-top: 5px;
  margin-top: -5px;
  margin-bottom: -18px;
  font-size: 100%;
  font-style: italic;
  font-weight: bold;
}
h1.comname {
  padding-top: 5px;
  margin-top: -3px;
  margin-bottom: -18px;
  font-size: 100%;
  font-weight: normal;
}
h2.sciname {
  border-left: none;
  line-height: 120%;
  padding-top: 5px;
  margin-top: -5px;
  margin-left: -5px;
  margin-bottom: -18px;
  font-size: 100%;
  font-style: italic;
  font-weight: bold;
}
h2.comname {
  border-left: none;
  line-height: 120%;
  padding-top: 5px;
  margin-left: -5px;
  margin-top: -3px;
  margin-bottom: -18px;
  font-size: 100%;
  font-weight: normal;
}
h2.header, .header {
  color: rgb(80,80,80);
  font-weight: normal;
  border-left: none;
  font-size: 115%;
  margin-left: 10px;
}
.promotion {
  float: right;
  font-style: italic;
  font-weight: bold;
  font-size: 9pt;
}
.warning {
  color: rgb(249,74,74);
}
.p1 {
 vertical-align: top;
  padding: 1px;
}
.p2 {
  width: 270px;
  padding: 1px;
}
.p3 {
  font-size: 6.5pt;
  width: 110px;
}
.p3 a:link, .p3 a:visited {
  cursor: pointer;
  text-decoration: none;
  color: #004000;
}
.packets {
  border: 1px solid #004d3d;
  width: 94px;
  height: 32px;
  padding: 0 5px 0 5px;
  overflow:  auto;
}
.price {
  font-size: 16pt;
  font-weight: bold;
  color: #800000;
  width: 100px;
}
.extra {
  font-size: 7pt;
  padding: 0;
}
.extra a:link, .extra a:visited {
  color: #800000;
}
.table {
  border: 0;
  border-collapse:collapse;
  border-spacing:0;
  width:100%;
}
form {
  margin:  0;
}
#pagelinks {
  text-align: right;
  margin: 3px;
  font-size: 90%;
}
.pagenextlink,.pagenextdead,
.pageprevlink,.pageprevdead,
.pagenumlink,.pagenumdead {
  padding: 0 4px;
  margin: 1px 1px;
  font-size: 85%;
}
.pagenextlink,.pageprevlink,.pagenumlink {
  border: 1px solid rgb(223,223,223);
  background-color: #e5edeb;
  color: #004d3d;
}
.pagenextdead,.pageprevdead,.pagenumdead {
  cursor: default;
  border: 1px solid rgb(223,223,223);
  background-color: #FFFFFF;
  color: #c0c0c0;
}
#cartholder {
 position: relative;
 top: 1px;
 margin-right: -1px;
 width:198px;
 border-left: 1px solid rgb(164,164,164);
 border-radius: 8px 0px 0px 8px;
 box-shadow: rgb(200,200,200) 0px 2px 10px;
 float: right;
 z-index: 996;
}
#carthead {
  color: rgb(74,74,74);
  background-color: rgb(227,227,227);
  background-image: url(https://www.trebrown.com/images/furniture/bar.png);
  background-repeat: repeat-x;
  background-position: 0px -5px;
  height: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(144,144,144);
  padding: 5px 7px;
  font-size: 75%;
  margin: 0 0 0 -1px;
  border-radius: 8px 0px 0px 0px ;
}
#cart {
  background-color: rgb(255,255,255);
  border-top: 0;
  border-right: 1px solid rgb(144,144,144);
  border-bottom: 0;
  border-left: 0;
  height: 80px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 0;
  padding-bottom: 5px;
  overflow:  auto;
}
#tablehead {
  background-color: rgb(227,227,227);
  border-top: 0;
  border-right: 1px solid rgb(144,144,144);
  border-bottom: 0;
  border-left: 0;
  height: 17px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}
#tablehead TABLE {
 font-size: 8pt;
 color: #353535;
 width: 97%;
}
.col3 {
  width: 3%;
}
.col5 {
  width: 5%;
}
.col6 {
  width: 6%;
}
.col12 {
  width: 12%;
}
.col20 {
  width: 20%;
}
.col26 {
  width: 26%;
}
.col30 {
  width: 30%;
}
.col30 {
  width: 35%;
}
.col40 {
  width: 40%;
}
.col64 {
  width: 64%;
}
.col50 {
  width: 50%;
}
.col60 {
  width: 60%;
}
.col73 {
  width: 73%;
}
#tablehead TH {
 text-align: left;
 font-weight: normal;
 padding: 2px;
 vertical-align:text-top;
}
#cart TABLE {
  font-size: 8pt;
  color: #6c6c6c;
  width: 99%;
}
#cart TD {
 padding: 2px;
 vertical-align:text-top;
}
.row1 {
  background-color:  rgb(255,255,255);
}
.row2 {
  background-color: rgb(245,245,245);
}
.empty {
 display: block;
 font-size: 130%;
 font-weight: bold;
 font-style: italic;
 color: gray;
 margin-top: 20px;
}
#cartfoot {
  color: rgb(74,74,74);
  background-color: rgb(227,227,227);
  background-image: url(https://www.trebrown.com/images/furniture/bar.png);
  background-repeat: repeat-x;
  background-position: 0px -5px;
  height: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(144,144,144);
  padding: 5px 7px;
  font-size: 75%;
  margin: 0 0 0 -1px;
 border-radius: 0px 0px 0px 8px;
}
#loading {
  color: #ff0000;
  font-weight: bold;
  display: none;
  float: right;
}
#removing {
  color: #ff0000;
  font-weight: bold;
  display: none;
  float: right;
}
#clearCart {
  font-weight: bold;
  display: none;
  cursor: pointer; 
  float: right;
}
#checkout {
  color: #ff0000;
  font-weight: bold;
  display: none;
  cursor: pointer; 
  float: right;
}
#clearCart:hover, #checkout:hover {
  color: #ff8000;
}
.endcart {
  border: 1px solid rgb(144,144,144);
  margin: 0;
  padding: 0;
  border-spacing:0;
}
.endcart th {
  font-size: 75%;
  font-style: normal;
  font-weight: normal;
  color: rgb(74,74,74);
  background-color: rgb(227,227,227);
  background-image: url(https://www.trebrown.com/images/furniture/bar.png);
  background-repeat: repeat-x;
  background-position: 0px -5px;
  padding: 5px 7px;
  margin: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgb(144,144,144);
}
.endcart .l{
  text-align: left;
}
.endcart td {
  font-size: 80%;
  margin: 0;
  padding: 2px 4px;
  border-left: 1px dotted rgb(144,144,144);
}
.endcart .c {
  border-left: 0;
  text-align: center;
}
.endcart .p {
  text-align: right;
  padding-right: 7px;
}
#tally {
  width: 190px;
  float: right;
  border: 1px solid rgb(144,144,144);
}
#tally table {
  width: 100%;
  border-spacing:0;
}
#tally td {
  padding: 2px 6px;
  font-size: 80%;
  text-align: right;
}
.grand {
  background-color: rgb(227,227,227);
  color: rgb(0,0,0);
  font-weight: bold;
  border-top: 1px solid rgb(144,144,144);
}
#stitle:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#sfirst_name:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#slast_name:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#scompany:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#saddress1:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#saddress2:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#saddress3:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#saddress4:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#szip:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#stel_code:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#sphone:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#sfax_code:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#sfax:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#semail:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#btitle:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#bfirst_name:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#blast_name:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#bcompany:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#baddress1:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#baddress2:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#baddress3:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#baddress4:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#bzip:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#bcountry:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#btel_code:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#bphone:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#bfax_code:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#bfax:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#bemail:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}
#comments:focus {
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
}