/*Global Properties*/
a:link {
	color: #009;
	text-decoration: underline;
}
a:visited {
	color:#009;
	text-decoration: underline;
}
a:hover {
	color:#636;
	text-decoration: none;
}

a.header-links:link {
	color: #333;
	text-decoration: none;
}

a.header-links:visited {
	color: #333;
	text-decoration: none;
}

a.header-links:hover {
	color: #999;
	XXXtext-decoration: underline;
}

/* Mouse-over popup graphics */

a.mo-popup-graphic{
    position: absolute; /*this is the key - originally "relative"*/
    z-index: 24;
}

a.mo-popup-graphic:hover{
	z-index: 25;
}

a.mo-popup-graphic span{
	display: none;
}

a.mo-popup-graphic:hover span{ /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: -125px;
	left: 200px;
}

.left-nav-header a:link {
	text-decoration: none;
	color: #000;
}

.left-nav-header a:hover {
	text-decoration: underline;
	color: #000;
}

.left-nav-header a:visited {
	text-decoration: none;
	color: #000;
}

.left-nav-sub-header a:link {
	text-decoration: none;
	color: #000;
}

.left-nav-sub-header a:hover {
	text-decoration: underline;
	color: #000;
}

.left-nav-sub-header a:visited {
	text-decoration: none;
	color: #000;
}

ul.left-nav-link li a {
	text-decoration: none;
	color: #000;
}

ul.left-nav-link li a:hover {
	text-decoration: underline;
	color: #000;
}

ul.left-nav-link li a:visited {
	text-decoration: none;
	color: #000;
}

.beer-page-link a:link {
	text-decoration: none;
	color: #000;
}

.beer-page-link a:hover {
	text-decoration: underline;
	color: #000;
}

.beer-page-link a:visited {
	text-decoration: none;
	color: #000;
}

.beer-page-archives a:link {
	text-decoration: none;
	color: #000;
}

.beer-page-archives a:hover {
	text-decoration: underline;
	color: #000;
}

.beer-page-archives a:visited {
	text-decoration: none;
	color: #000;
}

.beer-gift-choices a:link {
	text-decoration: none;
	color: #009;
}

.beer-gift-choices a:hover {
	text-decoration: underline;
	color: #000;
}

.beer-gift-choices a:visited {
	text-decoration: none;
	color: #009;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(/images/background1.gif);
    margin: 0px;
    padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.center {
	text-align: center;
}

#nav-cust-serv {
	text-align: right;
	margin-right: 30px;	
}

/* Search */

.search-table {
	border-collapse: separate;
}

input.search-field {
	font-size: 14px;
	width: 160px;
	background: #FFFFFF url(http://beeronthewall.com/shopsite-images/en-US/backgrounds/shared/search_field_bg.jpg) no-repeat 2px 1px;
	padding-left: 24px;
	border: 0px;
}

td.search-table-input {
	border: 2px solid #CCC;
}

td.search-tabel-button input {
	display: block;
	padding: 3px;
	text-decoration: none;
	margin: 0px;
	border: 0px;
}

/* Search Results Page */

.search-results-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0px 0px 20px 0px;
	text-align: center;
}

.search-string {
    xfont-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    xpadding: 10px 0px 0px 0px;
    font-weight: bold;
}

.search-form {
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.result-count {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.sort-by {
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.no-results {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 10px 0px 0px 0px;
	color: #F00;
}

/* Left Navigation Bar */

#left-nav-container {
	margin: 0 0 0 20px;
	text-align: left;
}

.left-nav-header {
	height: 35px;
	line-height: 35px;
	background: url(/images/buttons/left-nav-header-bg.gif) top left no-repeat;
	padding: 0 21px 0 21px;
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.left-nav-sub-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	xfont-weight: bold;
	padding: 0px 0 0 20px;
	margin: 5px 0 0 0;
}

.left-nav-sub-header ul{ /*CSS for Simple Tree Menu*/
    margin: 0;
    padding: 0;
}

.left-nav-sub-header li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
    background: url(/images/buttons/list.gif) no-repeat left center;
    list-style-type: none;
    padding-left: 22px;
    margin-bottom: 5px;
}

.left-nav-sub-header li.submenu{ /* Style for LI that contains sub lists (other ULs). */
    background: url(/images/buttons/closed.gif) no-repeat left 1px;
	background-position: 0px 3px;
    cursor: hand !important;
    cursor: pointer !important;
}


.left-nav-sub-header li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
    display: none; /*Hide them by default. Don't delete. */
}

.left-nav-sub-header .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
    cursor: default;
}

ul.left-nav-link {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: none;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
}

ul.left-nav-link li {
	background: url(/images/buttons/list.gif) no-repeat;
	background-position: 0px 3px;
	padding: 0 0 0px 14px;
	margin-bottom: 0px;
	line-height: 17px;
}

.left-nav-badges {
	padding: 25px 0px 0px 25px;
}

#page {
	text-align: left;
}

.header {
	background: #FFFF66;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 0px 0px 10px 0px;
}

.table-border {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

td.page {
  background-color: #FFFFCC;
  vertical-align: top;
}

td.footer {
	background-color: #ccc;
}

td.left-nav {
  width: 240px;
  background-color: #FFFFCC;
  vertical-align: top;
  border-right: 1px solid #CCC;
}

td.index-page-links {
	xborder-right: 1px solid #CCC;
	xborder-bottom: 1px solid #CCC;
	xborder: 1px solid #CCC;
	xmargin: 10px;
}

td.cat-page-link {
  background-color: #FFFFCC;
  vertical-align: top;
  padding: 15px 0px 15px 0px;
  text-align: center;
  vertical-align: bottom;
}

td.rt-border {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 10px;
}

td.lt-border {
	border-top: 1px solid #CCC;
	padding: 10px;
}

.nav-cust-serv {
	font-size: 11px;
	padding: 0px 5px 0px 5px;
}

.featured {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	padding: 20px 0px 10px 0px;
	background-color: #FFC;
}

.action-call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 25px 25px 25px 25px;
	font-weight: bold;
}

.shipping-action-call {
  font-size: 13px;
  padding: 20px 0px 15px 0px;
  text-align: center;
}

.float-left { 
	float: left; 
	margin: 50px 40px 8px 30px;
}
.float-right { 
	float: right; 
	margin: 35px 30px 15px 40px;
}

.float-center {
    text-align: center;
	margin: 20px;
}

.header-links {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px;
}

.page-text-heading {
  font-size: 14px;
  xfont-weight: bold;
  margin: 0px 50px 0px 50px;
  font-style: italic;
}

.page-text {
  font-size: 13px;
  margin: 25px 50px 15px 50px;
}

.page-text-bottom {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 4px 50px 10px 50px;
}

.custom-how-work {
	margin: 0px 0px 0px 30px;
	font-size: 13px;
}

.beer-choices {
	margin: 40px 0px 0px 5px;
	font-size: 13px;
}

.caption { 
    margin: 0px; 
	padding: 20px; 
	
}

.no-products-in-stock {
  font-size: 14px;
  margin: 30px 0px 50px 50px;
  font-style: italic;
}

.beer-options {
	margin: 0px 0px 0px 26px;
	font-size: 13px;
}

.nav-links-bottom {
  font-size: 13px;
  padding: 20px 0px 20px 0px;
  text-align: center;
  background-color: #FF6;
  margin-top: 30px;
}

.brewery-info-heading {
  font-size: 14px;
  xfont-weight: bold;
  padding: 30px 0 0 50px;
  margin: 10px 0px 0px 0px;
  border-top: 1px solid #CCC;
}

.brewery-address {
  font-size: 13px;
  margin: 0px 0px 0px 50px;
}

.brewery-page-product-header {
  font-size: 16px;
  margin: 0px 0px 30px 0px;
  padding: 20px 0 0 50px;
  #border-top: 1px solid #CCC;
}

/*SS Product Styles*/

.beer-page-link {
  font-size: 11px;
  margin: 2px 0px 0px 50px;
  border-bottom: 1px dashed #CCC;
}

.beer-page-archives {
  font-size: 11px;
  margin: 2px 50px 0px 50px;
}

.beer-page-price {
	padding: 2px 50px 0px 0px;
	font-size: 11px;
	text-align: right;
}

.beer-page-link-new {
  color: #FF0000;
  font-weight: bold;
}

.beer-page-price-cell {
  border-bottom: 1px dashed #CCC;
}

.beer-page-link-price {
  font-size: 11px;
}

.beer-page-link-price-sale {
  font-size: 11px;
  color: #F00;
}

table.product-table {
	table-layout: fixed;
	width: 775px;
	border: none;
	margin-left: auto;
	margin-right: auto;	
}

td.product-graphic {
	width: 375px;
	vertical-align: top;
	text-align: left;
	padding: 30px 0px 8px 50px;
}

.product-form {
	width: 400px;
	vertical-align: top;
	padding: 0 0 0 30px;
}

.product-brewery-options {
}

.product-link-name {
  font-size: 12px;
}

.product-price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.product-price-subproduct {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.more-info-product-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 10px 0px 0px 0px;
}

.more-info-product-sub-name {
  font-size: 16px;
  padding-left: 5px;
}

.more-info-price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 10px 0px 20px 0px;
}

.upsell-item {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  xfont-weight: bold;
  xpadding: 0px 0px 0px 20px;
}

table.beer-gift-choices {
  float: left;
  margin: 0 40px 20px 0px;
  border: dotted #F00 2px;
  background-color: #FFF;

}

.beer-gift-choices-header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding: 10px 0px 0px 20px;
}

li.beer-gift-choices-header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 10px 0px;
}

ul.beer-gift-choices {
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  padding: 10px;
  margin: 0px 10px 0px 10px;
}

ul.beer-gift-choices li {
	background: url(/images/buttons/left-nav-arrow.gif) no-repeat;
	background-position: 0px 5px;
	padding: 0 0 3px 14px;
}

table.alcohol-warning {
  border: solid #FF0000 1px;
  background-color: #FFFFFF;

}

.alcohol-warning {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}

.sub-notice {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
}
.add-to-cart-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}

.order-options {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 0px 0px 0px 5px;
}

.subproducts-table {
  padding: 0px 0px 15px 0px;
 }
 
.subproduct-line {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 0px 0px 0px 0px;
}

.subproduct-line-price {
  font-weight: bold;
}

.subproduct-6-12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 10px 0px 0px 0px;
  vertical-align: top;
}

.subproduct-6-12-text {
  font-weight: bold;
}

.subproduct-6-12-price {

}

.out-of-stock {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FF0000;
}

/* Personalized Beer */
.pl-form-table {
	padding: 10px 0px 10px 10px;
	border-top: 1px dotted #ccc;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.pl-form-table-txt {
	padding: 0px 0px 10px 10px;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.pl-form-heading {
	font-weight: bold;
}
.plb-pricing {
	padding: 5px 0px 5px 10px;
	background-color:#FFF; 
	text-align: left;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.email-graphic {
	padding: 5px 0px 5px 0px;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/* Beer of the Month Club */
.club-form-table {
	padding: 10px 0px 10px 10px;
	margin-right: 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.club-form-heading {
	font-weight: bold;
}

/* Page Links */
.page-links-heading {
  text-align: center;
  font-size: 16px;
  margin: 15px 0px 10px 0px;
  font-style: italic;
}

.page-link-name {
  font-size: 12px;
  XXXfont-weight: bold;
}

.i-page-links-heading {
  font-size: 14px;
  margin: 0px 0px 5px 50px;
  font-weight: bold;
}

.i-page-link-name {
  font-size: 13px;
  margin: 0px 0px 10px 50px;
}

.i-page-link-align {
  font-size: 13px;
  margin: 2px 50px 20px 50px;
}

.call-to-action {
  font-size: 16px;
  margin: 10px 0px 10px 50px;
  font-weight: bold;
}

.prev-next {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0px 100px 0px 0px;
  text-align: right;
}

/* Sub Nav Bar */
td.sub-nav-bar {
  background-color: #FFFF66;
  text-align: center;
}

.sub-nav-bar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0px 10px 10px 10px;
}

.sub-nav-bar-header {
  font-weight: bold;
}

/* td product price in category products pages */
.product-on-sale-price {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    padding: 0px 0px 0px 3px;
}

.product-price-with-sale {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.product-price-from {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

/* status for products */
.status {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.status-bold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.red {
  color: red;
}

.red-bold {
  color: red;
  font-weight: bold;
}

