.hidden { display: none; }

.navbar {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 11px;
}

.column {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #76ae29;
}

.columnError {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.bodyHeading {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 15px;
  color: #76ae29;
}

.body {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 10px;
}

.smallText {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 10px;
}

checkbox, input, radio, select {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 12px;
}

textarea {
  width: 100%;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 12px;
}

.markProductOutOfStock {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
}

.productSpecialPrice {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  color: #ff0000;
}

.coupon {
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  font-size: 9px;
  background: #f0f0f0;
  border: 1px #808080 dashed;
  color: #000;
  padding: 2px 4px;
  }

.coupon_big {
  font-family: Lucida Grande, Trebushet MS;
  font-size: 56px;
  text-transform: uppercase;
  color: #e07070;
  font-weight: bold;
  }

.coupon_small {
  font-family: Lucida Grande, Trebushet MS;
  font-size: 18px;
  text-transform: uppercase;
  color: #c0c0c0;
  font-weight: bold;
  }

.formArea {
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

body {
	background-color: #FFF;
	color: #000;
	font-family: Verdana,arial;
	font-size: 10px;
	margin: 0px;
}

a:link {
	color: #F7941D;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;

}
a:visited {
  text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
  color: #3366FF;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #8DC63F;
}

form {
	display: inline;
}

a.pageResults { 
  color: #0000FF; 
}

a.pageResults:hover { 
  color: #0000FF; 
  background: #e0e0e0; 
}

.aquaWindow { 
  font-family: Lucida Grande, Trebuchet MS;
  font-size: 12px;
  color: #202020;
}

#eshox-list-model, 
#eshox-list-product, 
#eshox-list-manufacturer, 
#eshox-list-price, 
#eshox-list-qty, 
#eshox-list-weight, 
#eshox-list-image, 
#eshox-list-minqty, 
#eshox-list-buynow, 
#eshox-list-buyqty {
	width: 20%;
}

#nav a {
	display: block;
	background-color: #016e95;
	height: 23px;
	width: 161px;
	text-align: center;
	color: white;
	font-size: 16px;
	line-height: 23px;
	border-top: 1px #4e98b5 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #529ab3 solid;
	border-left: 1px #4091ac solid;
}
#nav a:hover {
	background-color: #004c73;
	border-top: 1px #4e98b5 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #529ab3 solid;
	border-left: 1px #4091ac solid;
}

h1 {
	color: #76ae29;
	font-size: 24px;
	margin: 0px;
	padding: 0 15px 5px 0;
}

h2 {
	color: #76ae29;
	font-size: 14px;
	padding: 10px 0 3px 0;
	margin: 0;
}

strong em {
	color: #F7941D;
	font-size: 12px;
	font-style: normal;
}

#footer {
	text-align: right;
	padding-top: 20px;
}
#footer-nav {
	padding: 0 80px 30px 0;
	text-align: right;
}
#footer-nav a {
	font-size: 11px;
	font-weight: bold;
}
#copyright {
	font-size: 9px;
	padding-right: 80px;
}

body#popup p, body#popup li {
	font-size: 11px;
}

.prodname {
	color: #F7941D;
	font-size: 12px;
	font-weight: bold;
}
.prodprice {
	font-size: 12px;
	font-weight: bold;
}
.proddescript p {
	font-size: 11px;
	padding: 0px 0 20px 40px;
	margin: 0px;
}

#cart-nav {
	text-align: right;
	font-size: 11px;
	padding: 5px 20px 10px;
}

#cart-nav a {
	background-color: #016e95;
	padding: 3px 7px;
	text-align: center;
	color: white;
	line-height: 23px;
	border-top: 1px #4e98b5 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #529ab3 solid;
	border-left: 1px #4091ac solid;
}
#cart-nav a:hover {
	background-color: #004c73;
	border-top: 1px #4e98b5 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #529ab3 solid;
	border-left: 1px #4091ac solid;
}