/* @override http://www.pearlstreetbrewery.com/brewin/wp-content/uploads/eshop_files/eshop.css */

/*  default styles for eShop display */
.offset {
	position :absolute;
	top :-9000px;
	left :-9000px;
}

/* generic form button */
input.button {
	padding:2px 5px;
	width: 120px;
	height: 50px;
	margin-left: 8px;
	color: transparent;
	border-style: none;
}


input.button:hover, focus, active {
	cursor:pointer;
}

form.addtocart input.button {
	background: transparent url(/images/btn_addToCart.gif) no-repeat;
}
form.addtocart input.button:hover, focus, active {
	background: transparent url(/images/btn_addToCartUp.gif) no-repeat;
}
input#update.button {
	background: transparent url(/images/btn_updateCart.gif) no-repeat;
}
input#update.button:hover, focus, active {
	background: transparent url(/images/btn_updateCartUp.gif) no-repeat;
}
input#unset.button {
	background: transparent url(/images/btn_emptyCart.gif) no-repeat;
}
input#unset.button:hover, focus, active {
	background: transparent url(/images/btn_emptyCartUp.gif) no-repeat;
}

/* My Comment */
/* featured product listing */
ul.eshopfeatured {
	list-style-type:none;
	list-style-image:none;
	margin-left:0;
	padding-left:0;
}


#content ul.eshopfeatured li {
	list-style-type:none;
	list-style-image:none;
	margin-left:0;
	padding-left:0;
	border-bottom:1px solid #AEA27F;
}
/* random product listing */
ul.eshoprandomlist{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
ul.eshoprandomlist li{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	border-bottom: 1px solid #F2FFDD;
}
/* single random product */
ul.eshoprandomproduct{
	list-style-type:none;
	margin-left:0;
	padding:2px 3px;
	border:1px solid #FFD3D3;
	background:#fffff5;
}
ul.eshoprandomproduct li{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
/* subpages listing */
ul.eshopsubpages {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
ul.eshopsubpages li {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	border-bottom:1px solid #F2FFDD;
}

/*common for above */
a.itemref {
	font-size:1.3em;
}

/* more link */
a.eshopmore {
clear:right;
	display:block;
	text-align:right;
}

/* add to cart forms */
form.addtocart {
	width: 350px;
	margin-top: 15px;
	padding:5px;
}
form.addtocart legend {
	border:0;
	background:transparent;
}
form.addtocart fieldset {
	border:0;
	padding:0;
}
form.addtocart select {
	width:auto;
	margin-right:4px;
	font-size:0.9em;
}
form.addtocart input.iqty {
	width:2.5em;
}

/* shopping cart */
table.cart {
	width:100%;
	background-color: #FFFFFF;
}
table.cart caption {
	margin-bottom:0;
	padding:2px 0;
}
table.cart thead th {
	background: #7e7550;
	text-align:center;
	font-weight:normal;
	color: #FFFFFF;
}
table.cart tr {
	background-color: white;
}
table.cart tr.alt {
	background:#FFFFFF;
}
table.cart td, table.cart th {
	padding: 5px 8px;
}

th#cTotal.leftb {
	text-align: right;
	background-color: #3a362a;
	color: #FFFFFF;
}


table.cart td.amts {
	text-align:right;
}
table.cart td.cqty {
	text-align:center;
}
table.cart td.cqty input {
	text-align:right;
}
table.cart tr.stotal {
	background: #7e7550;
	text-align:right;
	color: #FFFFFF;
}
table.cart tr.total {
	background: #3a362a;
	text-align:right;
	color: #FFFFFF;
}
/* cart links*/


/* customer details form */
.reqd {
	color:#800;
	font-size:1.1em;
}

form.eshopform {
	text-align: left;
	border-style: none;
}

/* shipping rates */
#eshopshiprates, #zonelist {
	width:100%;
	border:1px solid #F2FFDD;
	border-collapse:collapse;
	background:#F3D6B4;
}
#eshopshiprates td {
	text-align:right;
}
#zonelist td {
	text-align:left;
}
#zonelist td.code,#zonelist td.zone {
	text-align:center;
}
#eshopshiprates caption, #zonelist caption {
	margin-bottom:0;
	padding:2px 0;
}
#eshopshiprates th {
	text-align:left;
}
#eshopshiprates thead th, #zonelist thead th {
	background:#F3D6B4;
	padding:2px;
	text-align:center;
	font-weight:normal;
}
#eshopshiprates td, #zonelist td {
	padding:5px 8px;
background:#FDF7F1;
}
#eshopshiprates tr.alt td, #zonelist tr.alt td {
	background:#FAECDE;
}
#eshopshiprates td.center {
	text-align:center;
}
#eshopshiprates {
	margin-bottom:10px;
}

/* this section is for the automatic redirect to paypal */
#process {
	 color :#333;
	 width :90%;
	 margin :10px auto 0 auto;
	 padding :0 15px;
}	
#process h3 { 
	 font :150% 'trebuchet ms', helvetica, arial, sans-serif;
}

/* downloads page form */
#eshopdlform fieldset {
	border:1px solid #F2FFDD;
	width:20em;
	margin:0 auto;
}
#eshopdlform fieldset legend {
}
#eshopdlform input#email,#eshopdlform input#code {
	width:100%;
	font-size:0.9em;
	margin:0 0 10px 0;
}
#eshopdlform label {
	display:block;
	font-size:1em;
}
#eshopdlform input.button {
	display:block;
	margin:0 auto;
}

/* download products page */
p.jdl {
	text-align:center;
}
form.dlproduct fieldset, form#dlall fieldset {
	border:1px solid #F2FFDD;
	padding:15px;
	margin-bottom:5px;
}
form.dlproduct .ro {
	width:2em;
	margin-right:10px;
}
form.dlproduct label {
	color:#800;
}

/*credit*/
.creditline {
	text-align:center;
	color:#969696;
	font-size:0.7em;
}
/* pagination */
div.paginate {
  margin : 5px 2px;
	font-size: 90%;
}

div.paginate p { 
  padding : 0; 
  line-height : 2em;
}

div.paginate p span {
  font-weight : bold;
}
div.paginate ul{
	list-style:none;
	margin:0;
	padding:0;
}
div.paginate ul li{
	list-style:none;
	float:left;
	border:1px solid #ca9;
	padding:0 4px;
	margin-right:5px;
}
div.paginate ul li a{
	display:block;
}
/* eshop panel listings */
ul.eshoppanels{
	list-style:none;
	margin:0;
	padding:0;
	color: #000000;
}
ul.eshoppanels li{
	list-style:none;
	float:left;
	margin: 0 10px 15px 0;
	text-align:center;
	height: 200px;
	width: 140px;
}
ul.eshoppanels a {
	color: #333333;
	text-decoration: none;
}
ul.eshoppanels a:hover {
	color: #9b834d;
	text-decoration: underline;
}
#content ul.eshoppanels li a{
	text-decoration:none;
	display:block;
	padding: 0 4px;
}
#content ul.eshoppanels li a img{
	float:none;
	margin: 0 0 10px;
}
.pagfoot{
	clear:left;
}

div.continue {
	height: 50px;
	float: left;
	width: 150px;
	background:  url(/images/btn_shopMore.gif) no-repeat;
	position: relative;
}
div.continue:hover, focus, active {
	cursor:pointer;
	background: transparent url(/images/btn_shopMoreUp.gif) no-repeat;
}
div.checkout {
	height: 50px;
	float: right;
	width: 117px;
	color: transparent;
	background: transparent url(/images/btn_checkout.gif) no-repeat;
}
div.checkout:hover, focus, active {
	cursor:pointer;
	background: transparent url(/images/btn_checkoutUp.gif) no-repeat;
}


input#submitit.button {
	height: 50px;
	width: 117px;
	color: transparent;
	background: transparent url(/images/btn_submit.gif) no-repeat;
	float: right;
	position: relative;
}

#mainlegend {
	color: #9b834d;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 30px;
}


legend {
	color: #456ca7;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 30px;
}


input#submitit.button:hover, focus, active {
	cursor:pointer;
	background: transparent url(/images/btn_submitUp.gif) no-repeat;
}

.eshopform fieldset {
	border-style: none;
	
}
input#ppsubmit.button.submit2 {
	cursor:pointer;
	background: transparent url(/images/btn_submit.gif) no-repeat;
	float: right;
}
input#ppsubmit.button.submit2:hover, focus, active {
	cursor:pointer;
	background: transparent url(/images/btn_submitUp.gif) no-repeat;
}
div.back {
	height: 50px;
	float: left;
	width: 150px;
	background:  url(/images/btn_back.gif) no-repeat;
	position: relative;
	bottom: 69px;
}
div.backTwo:hover, focus, active {
	cursor:pointer;
	background: transparent url(/images/btn_backUp.gif) no-repeat;
}
div.backTwo {
	height: 50px;
	float: left;
	width: 150px;
	background:  url(/images/btn_back.gif) no-repeat;
	position: relative;
	bottom: 12px;
}

div.entry div.custdetails form.eshopform fieldset label small {
	float: right;
}

div.entry form div label small {
	float: right;
}
div.back:hover, focus, active {
	cursor:pointer;
	background: transparent url(/images/btn_backUp.gif) no-repeat;
}

#ppsubmit {
	height: 50px;
	float: right;
	width: 150px;
	background:  url(/images/btn_paypal.gif) no-repeat;
	position: relative;
	bottom: 12px;
	left: 51px;
}
#ppsubmit:hover, focus, active {
	cursor:pointer;
	background: transparent url(/images/btn_paypalUp.gif) no-repeat;
}

