.hidden { display: none; }

.navbar {
  font-size: 11px;
}

.column {
	margin: 0 0 5px 0;
	padding-top: 10px;
	font-size: 16px;
	border-bottom: 1px solid #333333;
}

.columnError {
  font-size: 12px;
  background: #ff0000;
  font-weight: bold;
  text-align: center;
}

.bodyHeading {
  font-size: 15px;
}

.body {
  font-size: 11px;
}

.smallText {
  font-size: 10px;
}

checkbox, input, radio, select {
  font-size: 12px;
}

textarea {
  width: 100%;
  font-size: 12px;
}

.markProductOutOfStock {
  font-size: 12px;
}

.productSpecialPrice {
}

.coupon {
  font-size: 9px;
  background: #f0f0f0;
  border: 1px #808080 dashed;
  padding: 2px 4px;
  }

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

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

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

form {
	display: inline;
}

a.pageResults { 
}

a.pageResults:hover { 
  background: #e0e0e0; 
}

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

#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%;
}


/* NEW STYLES */
body {
	color: #999;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}
.contentbox_left {
	width: 200px;
}
.contentbox_right {
	width: 480px;
}
#login-links {
	text-align: right;
	padding-bottom: 15px;
}
#shop-contents {
}
#select-language {
	display: inline;
	position: static;
	margin: 0;
	padding: 0;
	width: 100%;
	float: right;
	background-image: url(../../../img/bg-footer.png);
}
#select-language table {
	padding: 0 10px;
}