body {
  font-family: 'Arial', 'Helvetica', sans-serif;
  margin: 0 auto;
  color: rgb(53,103,52); /*dark green*/
  background: rgb(209,190,112);
  width: 800px;
  position: relative;
}

input, textarea, select {
  font-family: 'Arial', sans-serif;
  font-size: 100%;
}

.labelFieldTable {
  width: 100%;
}
td.label {
  text-align: right;
  font-style: italic;
  white-space: nowrap;
}
td.labelStack {
  font-style: italic;
}
#submitField {
  padding-top: 1em;
}

#wrapper {
  background: white url(../../images/bodySlice.gif);
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 300px;
}

#banner {
  position: relative;
  height: 105px;
  width: 100%;
  background: url(../../images/ecourn.png) no-repeat;
}

#menuTop {
  background: rgb(53,103,52); /*dark green*/
  float: left;
  width: 100%;
  position: relative;
}

#menuTop .item a, #menuTop .item a:visited {
  color: white;
  text-decoration: none;
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  font-weight: bold;
}

#customerGreeting {
  position: absolute;
  right: 4px;
  top: 4px;
  color: white;
  font-weight: bold;
  font-style: italic;
  font-size: 90%;
}

#signInButton {
}

#logoutButton {
  border: 1px orange;
  padding: 0;
}

#ibeam {
  height: 500px;
  width: 1px;
  float: left;
  background: rgb(53,103,52);  /*dark green*/
}

#menu_left {
  width: 116px;
  padding: 10px;
  padding-left: 9px;
  float: left;
  color: rgb(53,103,52); /*dark green*/
  background: rgb(213,222,203);  /*gray green*/
}

#menu_left div {
  padding: 3px;
}

#menu_left a, #menu_left a:visited {
  color: rgb(53,103,52); /*dark green*/
  text-decoration: none;
  font-weight: bold;
  font-size: 80%;
}

#content {
  float: left;
  width: 460px;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 90%;
}

.heading {
  font-size: 150%;
  font-weight: bold;
}

#menu_right {
  width: 164px;
  float: left;
  padding-top: 10px;
  padding-bottom: 77px; /* space for gkrsolutions ad */
}

#footer {
  position: relative;
  width: 100%;
  clear: both;
  background: rgb(53,103,52); /*dark green*/
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 75%;
}

#language_selector {
  position: absolute;
  font-size: 73%;
  bottom: 20px;
  left: 0;
  padding: 0 5px;
  color: rgb(53,103,52); /*dark green*/
  font-weight: normal;
  width: 125px;
}
#language_selector img {
  margin: 3px 0px;
}

#gkrsolutions {
  position: absolute;
  right: -15px;
  bottom: 0;
}
#gkrsolutions img{
  border: none;
}


#bottomLinks {
  width: 100%;
  color: rgb(53,103,52); /*dark green*/
  background: rgb(209,190,112);
  text-align: center;
  font-size: 75%;
  padding-top: 1em;
}

.bottomLink {
  cursor: pointer;
}
.bottomLink:hover {
  text-decoration: underline;
}

#signinform h1 {
  font-size: 1.2em;
  margin-top: 0;
}
#signinform #forgottenPassword {
  width: 250px;
  margin: 1em auto;
}
#signinform #forgottenPasswordImage {
  width: 28px;
  height: 26px;
  float: left;
}

#forgotten h1 {
  font-size: 1.2em;
  margin-top: 0;
}
#forgotten #forgottenPassword {
  width: 250px;
  margin: 1em auto;
}
#forgotten #forgottenPasswordImage {
  width: 28px;
  height: 26px;
  float: left;
}

#agentsForm {
  float: left;
}
#agentsForm #col1 {
  float: left;
  width: 230px;
}
#agentsForm #col2 {
  float: left;
  width: 230px;
}
#agentsForm label {
  font-size: 90%;
  font-style: italic;
}
#agentsForm .longField {
  width: 95%;
}
#agentsForm #postalcode {
  width: 30%;
}
#agentsForm #city {
  width: 60%;
  margin-left: 2%;
}
#agentsForm #country {
  width: 95%;
}
#agentsForm textarea {
  width: 95%;
  height: 21em;
}

#agentsFlagsBox {
  padding: 2px;
  margin-bottom: 10px;
  font-size: 80%;
  float: left;
  width: 158px;
  border: 1px solid white;
  border-right-color: rgb(53,103,52); /*dark green*/
}
#agentsFlagsBox h1 {
  font-size: 1em;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
}
#agentsFlagsBox .flagBox {
  float: left;
  width: 52px;
  height: 50px;
}
#agentsFlagsBox .agentsFlag {
}

#agentsForm #submitDiv{
  margin-top: 1em;
  text-align: right;
}


#contact_form #message{
  width: 95%;
  height: 10em;
}
#contact_form #bottom{
  float: left;
  width: 95%;
  padding-top: 1em;
  text-align: right;
}
#contact_form #orderDisclaimer {
  width: 50%;
  float: left;
  font-size: 90%;
}
#contact_form #sendButton {
  margin-top: 1em;
}

.productCatTile {
  border: 1px solid white;
  width: 145px;
  height: 200px;
  margin-right: 6px;
  margin-bottom: 10px;
  float: left;
}
.productCatTile a img, .productCatTile a:visited img{
  border: 1px solid rgb(53,103,52); /*dark green*/
  border: none;
}
.productCatTile .imageWrapper {
  width: 145px;
  height: 145px;
  position: relative;
}
.productCatTile .text, .productCatTile .text a, .productCatTile .text a:visited{
  text-align: center;
  padding: 2px;
  color: rgb(53,103,52); /*dark green*/
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
}

#productListing a img, #productListing a:visited img{
  border: 1px solid rgb(53,103,52); /*dark green*/
  border: none;
}
#productListing .text {
  vertical-align: top;
}
#productListing .text, #productListing .text a, #productListing .text a:visited {
  color: rgb(53,103,52); /*dark green*/
  text-decoration: none;
}
#productListing .text a.bluelink {
  color: #0000FF; /* blue */
  text-decoration: none;
  font-style: italic;
}
#productListing .text a.bluelink:visited{
  color: #551A8B; /* violet */
  text-decoration: none;
  font-style: italic;
}
#productListing .imageCell {
  width: 105px;
  text-align: center;
}


#productDetail {
  width: 100%;
  float: left;
}
#productDetail #col1 {
  float: left;
  width: 155px;
}
#productDetail img {
  display: block;
  margin: 0 auto;
  border: 1px solid;
}
#productDetail #col2 {
  float: left;
  width: 295px;
  padding: 0 5px;
}
#productDetail #artNo {
  font-style: italic;
}
#productDetail h1 {
  font-size: 1em;
}

#newsListing h1 {
  font-size: 1.2em;
  margin-top: 0;
}

#miniBasket {
  padding: 2px;
  margin-bottom: 10px;
  font-size: 80%;
  float: left;
  width: 158px;
  border: 1px solid rgb(53,103,52); /* dark green */
}
#basketIcon {
  width: 20px;
  height: 20px;
  float: left;
}
#miniBasket h1 {
  font-size: 1em;
  margin: 0;
  text-align: center;
}
#miniBasket h1#empty {
  margin-bottom: 5em;
}
#miniBasket a, #miniBasket a:visited {
  color: rgb(53,103,52);
  text-decoration: none;
}
#miniBasket .item {
  clear: left;
  margin-top: 1em;
}
#miniBasket .productPhoto {
  float: left;
  border: none;
}
#miniBasket #total {
  margin-top: 3em;
  text-align: center;
  font-weight: bold;
  clear: both;
}
#miniBasket #checkout {
  text-align: right;
  margin-top: 1em;
  margin-bottom: 0.2em;
}
#miniBasket #checkoutArrow {
  width: 31px;
  height: 11px;
  margin-left: 5px;
  position: relative;
  top: 1px;
  border: none;
}

#largeBasket {
  width: 100%;
  float: left;
}
#largeBasket h1 {
  font-size: 1.2em;
  margin-top: 0;
}
#largeBasket #pleaseEdit {
  margin-top: 1em;
  font-style: italic;
}
#largeBasket #invoice {
  float: right;
}
#largeBasket #headingInvoiceAddress {
  text-align: right;
  font-style: italic;
}
#largeBasket #invoiceAddress {
  border: 1px solid;
  padding: 5px;
}
#largeBasket .invoiceLine {
  white-space: nowrap;
}
#largeBasket #products {
  float: right;
  width: 100%;
  margin-top: 1em;
}
#largeBasket #largeTable {
  width: 100%;
}
#largeBasket hr {
  color: rgb(53,103,52); /* dark green */
}
#largeBasket .deleteButton {
  width: 16px;
  height: 16px;
}
#largeBasket #nextButton {
  width: 74px;
  height: 19px;
  border: 0;
}

#delivery {
  float: left;
  width: 100%;
}
#delivery h1 {
  width: 100%;
  margin-top: 0;
  font-size: 1.2em;
}
#delivery #col1 {
  float: left;
  width: 230px;
}
#delivery #ifDeliveryAddress {
  margin-bottom: 1em;
  font-style: italic;
}
#delivery label {
  font-size: 90%;
  font-style: italic;
}
#delivery .longField {
  width: 95%;
}
#delivery #postalcode {
  width: 30%;
}
#delivery #city {
  width: 60%;
  margin-left: 2%;
}
#delivery #country {
  width: 95%;
}
#delivery #specialComments {
  margin-top: 1em;
}
#delivery textarea {
  width: 95%;
  height: 4em;
}
#delivery #col2 {
  float: left;
  width: 230px;
}
#delivery #headingInvoiceAddress {
  text-align: right;
  font-style: italic;
}
#delivery #invoiceAddress {
  float: right;
  border: 1px solid;
  padding: 5px;
}
#delivery .invoiceLine {
  white-space: nowrap;
}
#delivery #bottom {
  float: left;
  width: 100%;
  text-align: right;
}

#verify {
  float: left;
  width: 100%;
}
#verify h1 {
  width: 100%;
  margin-top: 0;
  font-size: 1.2em;
}
#verify #col1{
  float: left;
  width: 230px;
}
#verify #col2{
  float: left;
  width: 230px;
}
#verify #headingDeliveryAddress {
  font-style: italic;
}
#verify #deliveryAddress {
  float: left;
  border: 1px solid;
  padding: 5px;
}
#verify .deliveryLine {
  white-space: nowrap;
}
#verify #headingDeliveryComments {
  margin-top: 1em;
  float: left;
  clear: both;
  font-style: italic;
  white-space: nowrap;
}
#verify #deliveryComments {
  float: left;
  clear: both;
  border: 1px solid;
  padding: 5px;
}
#verify #headingInvoiceAddress {
  text-align: right;
  font-style: italic;
}
#verify #invoiceAddress {
  float: right;
  border: 1px solid;
  padding: 5px;
}
#verify .invoiceLine {
  white-space: nowrap;
}
#verify #tableContainer {
  float: left;
  width: 100%;
  margin: 1em 0;
}
#verify #largeTable {
  width: 100%;
}
#verify #bottom{
  float: left;
  width: 100%;
  position: relative;
}
#verify #orderDisclaimer {
  width: 50%;
  float: left;
  font-size: 90%;
}
#verify #sendOrderButton {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
}

#news_teaser {
  padding: 2px;
  margin-bottom: 10px;
  font-size: 80%;
  float: left;
  width: 158px;
  border: 1px solid rgb(53,103,52); /* dark green */
}
#news_teaser h1 {
  font-size: 1em;
  margin-top: 0;
  text-align: center;
}
#news_teaser #toptext a, #news_teaser #toptext a:visited {
  color: rgb(53,103,52);
  text-decoration: none;
}
#news_teaser .item {
  float: left;
  width: 100%;
}
#news_teaser .title a, #news_teaser .title a:visited {
  color: rgb(53,103,52);
  text-decoration: none;
  font-weight: bold;
}
#news_teaser .date {
  float: left;
  margin-top: 1em;
  font-weight: bold;
}
#news_teaser img {
  float: left;
  clear: left;
  padding-right: 2px;
}
#news_teaser .more {
  clear: left;
  margin-bottom: 1em;
  font-style: italic;
  font-size: 90%;
}

h1#news_heading {
  font-size: 150%;
}

#random_featured_product {
  float: left;
  padding: 2px;
  width: 158px;
  height: 158px;
  border: 1px solid rgb(53,103,52); /* dark green */
  margin-bottom: 10px;
}

#random_featured_product a img, #random_featured_product a:visited img {
	border: none;
  /* border: 1px solid rgb(53,103,52); dark green */
}

#productPagesBox {
  padding: 2px;
  margin-bottom: 10px;
  font-size: 80%;
  float: left;
  width: 158px;
  border: 1px solid rgb(53,103,52); /* dark green */
}
#productPagesBox h1 {
  font-size: 1.1em;
  margin: 0;
  text-align: center;
  font-style: italic;
}
#productPagesBox .item {
  margin: 0.5em 0;
  line-height: 1.0;
}
#productPagesBox a {
  color: rgb(53,103,52); /* dark green */
  font-weight: bold;
  text-decoration: none;
}
#productPagesBox a:visited {
  color: #551A8B;  /* violet */
}


.error {
  background: red;
  color: white;
  font-weight: bold;
}
