/* Inactive menu button */
.menuinactive {
  border: 2px solid black;
  padding: 1px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  background-color: rgb(127, 127, 127);
  color: white;
  font-weight: bold;
  width: 100px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

/* Inactive menu button hover */
.menuinactive:hover {
  border: 2px solid black;
  padding: 1px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt; background-color: rgb(23, 232, 266);
  color: white;
  font-weight: bold;
  width: 100px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

/* Inactive menu button active */
.menuinactive:active {
  border: 2px solid black;
  padding: 1px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  background-color:rgb(237, 112, 224);
  color: white;
  font-weight: bold;
  width: 100px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

/* Active menu button */
.menuactive {
  border: 2px solid black;
  padding: 1px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  background-color: rgb(204, 6, 27);
  color: white;
  font-weight: bold;
  width: 100px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

/* Menu table */
table.menutable {
  background-color: white;
  border: 0px solid black;
  margin-bottom: 4px;
  padding: 1px;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}

/* Main table */
table.maintable {
  background-color: rgb(206,231,255);
  border-top: 0px solid black;
  border-left: 0px solid black;
  border-right: 0px solid black;
  border-bottom: 0px solid black;
  padding: 1px;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}

/* Garlic products table */
table.garlictable {
  table-layout:fixed;
  background-color: rgb(206,231,255);
  border-top: 0px solid black;
  border-left: 0px solid black;
  border-right: 0px solid black;
  border-bottom: 0px solid black;
  padding: 1px;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
table.garlictable td {
    vertical-align: top;
}

/* View Cart Table */
.carttableitem {
  text-align: center;
  border: 1px solid black;
}

/* View Cart total label */
.carttabletotal {
  text-align: right;
  border: 1px solid black;
}

/* View Cart total remove button */
.carttableremove {
  text-align: center;
}

/* View Cart total labels*/
.carttablelabel {
  text-align: right;
}

/* Detail Table */
table.detailtable {
  border-top:  0px solid black;
  border-left: 0px solid black;
  border-right: 0px solid black;
  border-bottom:  0px solid black;
  border-collapse: collapse;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

table.detailtable td, th {
  text-align: center;
  border: 1px solid black;
}

table.detailtable th {
  background-color: rgb(225,255,225);
}

body {
  background-color: rgb(4, 80, 130);
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

tr.menu td {
  text-align: center;
}

tr.menu {height: 30px}

td.logo {
  text-align: center;
}

td.scenery {
  text-align: center;
}

td.maintext {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

img.scenery {
  border: 1px solid black;
  width: 940px;
  height: 653px;
}

img.screenshot {
  border: 1px solid black;
  width: 250px;
  height: 166px;
  float: right;
  margin: 0 0 15px 15px;
}

td.footer {
  clear: both;
  font-size: 12px;
  text-align: center;
}

td.footer hr {
  width: 300px;
}

td.portfoliosection {
  font-weight: normal;
  font-style: italic;
}

.tablecaptions {
  font-weight: bold;
}

.briefdescription {
  text-align: left;
  margin: 5px 5px 5px 5px;
}

.moredescription {
  text-align: left;
  margin: 5px 5px 5px 5px;
  display: none;
}

.garlicmaintitle {
  text-align: center;
  margin: 5px 5px 5px 5px;
  font-weight: bold;
  font-size: 18px;
}

.garlicvarietytitle {
  text-align: center;
  margin: 5px 5px 5px 5px;
  font-weight: bold;
  font-size: 16px;
}

.garlicoutofstock {
  text-align: center;
  margin: 5px 5px 5px 5px;
  font-weight: bold;
  font-size: 14px;
  color:Red;
}

.garlicthumbnail {
  border: 1px solid black;
  width: 150px;
  height: auto;
  float: right;
  margin: 5px 5px 5px 5px;
}

.garliclarge {
  border: 1px solid black;
  width: 250px;
  height: auto;
  float: right;
  margin: 5px 5px 5px 5px;
}
.cart 
{
  margin: 5px 5px 5px 5px;
  font-weight: normal;
  font-size: 18px;
  color: Maroon;
  float: right;
}