/*  Default css for eShop display */
/*different*/
 /* PANEL DIMENSIONS */
 /* you may need to adjust these figures to accomodate your product images*/

/*
////			Color Palette
#FFFFE0		cream bkgd
#6E0300	brick logo font
#FFD925	gold logo font
#005500	dk green
#BEC786	lt green


////	Page Notes
Product page. Add to Cart.
	form.eshop.addtocart
		legend span
		span.eshop.eselect label,select
		span.sgloptiondetails
			span.sgloption
			span.sglprice
		label.qty
		input.iqty
		input.button.eshopbutton		////	add to cart

Cart Page.

Checkout, Details page.
	table.eshop.cart
	div.custdetails 
		small.privacy
		fieldset.eshop.fld1
			legend#mainlegend
			fieldset.fld2
			fieldset.fld4
			fieldset.fld6.eshoppayvia

Confirm Details page
	page-id-4341

Credit Cart Page

Receipt Page.

Shipping Rates.






*/
body.page-id-4341 h3	{padding:2em 0 1em 0;}		/* "Please Confirm Your Details" */
ul.eshoppanels li {
	min-height:200px;
	min-width:200px;
}

/* FLOATS & CLEARS */
ul.eshoppanels li, ul.eshop li a img, table.eshop img, 
.paginate ul li {
	float:left;
}
/* payment-via options on checkout page */
form.eshopform fieldset.eshoppayvia li label {
	/*float:left;*/
}
form.eshopform fieldset.eshoppayvia li img{
	vertical-align:middle;
}
ul.eshop li, form.addtocart, .pagfoot {
	clear:left;
}

ul.eshop.confirm li,ul.eshop.confirmship	li					{background:none;list-style-type:square !important;margin:0 20px;}
ul.eshop.confirm li span,ul.eshop.confirmship	li span	{font-weight:bold;display:block;float:left;width:14em;}
ul.eshop.confirm,ul,ul.eshop.confirmship					{margin:0 0 1em 0;}
/* adjust to suit if you are using an Add To Cart image rather than a button */
form.eshop input.buttonimg {
	width:111px;
	height:33px;
	position:relative;
	top:10px;
}

/* COLORS */

/*********** TABLES ***************/
/* generic eshop table colors */
table.eshop,table.eshop th,table.eshop td {
	border:1px solid #6E0300;
}
table.eshop img {
	border:none;
}
table.eshop thead th,table.cart thead th {
	background:#6E0300;
	color:#FFD925;
}
table.eshop tbody th {
	background:#6E0300;
}
table.eshop tr.alt {
	xbackground:#EEEEF8;
	xcolor:#606060;
}
table.eshop tr.alt a {
	xcolor:#005500;
}
table.eshop tr a 			{color:#6E0300;text-decoration:underline;}
table.eshop tr a:hover {color:#005500;}
/* shopping cart */
table.cart tr.stotal {
	background:#E6FDCD;
	color:#FFD925;
}
table.cart tr.stotal td	{background:#6E0300;font-weight:bold;font-size:16px;}
table.cart tr.total {
	background:#6E0300;
	color:#FFD925;
	font-weight:bold;font-size:18px;
}
table.eshop th#scharge	{background:transparent;}
table.cart td span.eshoptext{
	font-weight:bold;
}
/*********** LISTS ***************/
/* generic eshop panel list colors */
ul.eshop li a img {
	border-width:1px;
	border-style:solid;
	border-color:#CBD1E7;
}
ul.eshop li a:hover img,ul.eshop li a:active img,ul.eshop li a:focus img {
	border-color:#0d0;
}
/* eshop panels with form */
ul.eshoppanels li form.addtocart {
	background:transparent;
	color:#404040;
	border:none;
}

/*********** A-Z LISTING ***************/
ul.eshopaz li a {
	border:1px solid #b5b5b5;
}
ul.eshopaz li.current a {
	border:1px solid #000;
}
ul.eshopaz li span {
 	color:#b5b5b5;
 	border:1px solid #b5b5b5;
}
ul.eshopaz li a:hover,ul.eshopaz li a:active,ul.eshopaz li a:focus {
	border:1px solid #060;
}
ul.eshopaz li a:active,ul.eshopaz li a:focus {
	background:#D1FDA5;
	color:#000;
}

/*********** FORMS ***************/
/* generic eshop form colors */
form.eshop input.button {
	background:#676B7B;
	color:#fff;
	border-width:1px;
	border-style:solid;
	border-color:#9396A4 #555 #555 #9396A4;
}
form.eshop input.button:hover,form.eshop input.button:active,form.eshop input.button:focus {
	background:#D1FDA5;
	color:#404040;
}
form.eshop input.buttonimg {
	background:transparent;
	border:none;
}
form.eshop fieldset {
	background:#BEC786 url('images/imgCart_90x90.png') no-repeat top right;margin:50px 0 0 0;padding:10px 10px 10px 10px;display:block;position: relative;
	color:#6E0300;
	border:1px solid #6E0300;
}
div.custdetails small.privacy			{display:none;}
form.eshop fieldset.fld1				{background:none;border:none;padding:0;margin:0;}
form.eshop fieldset.fld1 #mainlegend	{background:none;border:none;color:#005500;font-size:28px;margin:0 auto;position:relative;top:0px;line-height:3em;}
form.eshop fieldset.fld1 fieldset legend	{background:#6E0300;color:#FFD925;font-size:18px;}
form.eshop fieldset fieldset.fld2,form.eshop fieldset fieldset.fld4,form.eshop fieldset fieldset.fld6	{margin:40px 0 20px 0;xpadding-top:20px;}
form.eshop fieldset fieldset.fld2	{background:#BEC786 url('images/imgShip_90x90.png') no-repeat top right;}
form.eshop fieldset fieldset.fld4	{background:#BEC786 url('images/imgShip_90x90.png') no-repeat top right;}
form.eshop fieldset fieldset.fld6	{background:#BEC786 url('images/imgCredit_90x90.png') no-repeat top right;}
form.eshop fieldset fieldset.fld6 ul	{}
form.eshop fieldset fieldset.fld6 li	{background:none;}
form.eshop fieldset fieldset.fld6 legend span	{display:none;}

form.eshop fieldset fieldset.fld2 label,form.eshop fieldset fieldset.fld4 label		{display:block;padding:0.5em 0 0 0;margin:0}
form.eshop fieldset fieldset.fld2 input,form.eshop fieldset fieldset.fld4 input		{display:block;padding:0;margin:0}
form.eshop fieldset fieldset.fld2 select,form.eshop fieldset fieldset.fld4 select	{display:block;padding:0;margin:0}
form.eshop fieldset fieldset.fld2 br,form.eshop fieldset fieldset.fld4 br				{display:none;}

form.eshop fieldset fieldset {
	background:#EEEEF8;
}
form.eshop legend {
	position: absolute;top: -1.5em;left:0.5em;line-height:1.8em;
	background:#6E0300;
	color:#FFD925;
	font-weight:bold;
	padding:0 2em;
	xpadding:0;xmargin:0;xline-height:0.5;
	xborder-width:1px;
	xborder-style:solid;
	xborder-color:#DBE3F0 #B6BAC9 #B6BAC9 #DBE3F0;
}
form.eshop input,form.eshop textarea {
	background:#FAFAFA;
	color:#000;
	border:1px solid #ccc;
}
form.eshop input:focus,form.eshop textarea:focus,form.eshop input.focus,form.eshop textarea.focus {
	background:#fff;
	color:#404040;
	border-color:#0d0;
}
form.dlproduct label {
	color:#A22F2F;
}
form.eshop span.eselect			{display:block;padding:8px 0 0 0;}
form.eshop span.eselect select	{width:8em;padding:2px;margin:0;}
form.eshop span.eselect label	{width:11em;display:block;float:left;clear:left;}
form.eshop label.qty				{display:block;float:left;		xvertical-align:top;xmargin:2.5em 0 0 0;padding:0.5em 0 0 0;xline-height:2em;}
form.eshop label.qty dfn			{xvertical-align:top;xmargin:2.5em 0 0 0;xpadding:20px 0 0 0;}
form.eshop input.iqty				{border-color:#222;display:block;float:left;margin:0.5em 0 0 0;}
form.eshop .sgloptiondetails	{width:11em;display:block;float:left;clear:left;padding:.5em 0 0 0;}

form.eshop input.button					{width:160px;height:50px;margin:0;padding:4em 0 0 0;border:0;xtext-indent:-10em;cursor:pointer;cursor:hand;overflow:hidden;}
	/*  top padding hides text  */
form.addtocart input.button				{background:transparent url(images/btnAddToCart.png) no-repeat;}
form.eshopcart input#update			{background:transparent url(images/btnUpdateCart.png) no-repeat;}
form.eshopcart input#unset				{background:transparent url(images/btnEmptyCart.png) no-repeat;}
form.eshop input#submitit				{background:transparent url(images/btnContinue.png) no-repeat;margin:0 auto;}
form.eshop input#submitit:hover		{background:transparent url(images/btnContinue.png) no-repeat 0px -50px;}
form.eshop input#ppsubmit				{background:transparent url(images/btnContinue.png) no-repeat;margin:0 auto;display:block;}
form.eshop input#ppsubmit:hover	{background:transparent url(images/btnContinue.png) no-repeat 0px -50px;}

form.eshop span.buttonwrap			{display:block;text-align:center;}

form.addtocart input.button:hover		{background:transparent url(images/btnAddToCart.png) no-repeat 0px -50px;}
form.eshopcart input#update:hover	{background:transparent url(images/btnUpdateCart.png) no-repeat 0px -50px;}
form.eshopcart input#unset:hover		{background:transparent url(images/btnEmptyCart.png) no-repeat 0px -50px;}

ul.continue-proceed 		{list-style-type:none;text-align:center;padding:0;margin:0;}
ul.continue-proceed li		{list-style-type:none;color:#C00;background:none;padding:0;margin:0;}
a#proceed,a#continue,a#editcart		{width:160px;height:50px;margin:0 auto;padding:0;border:0;text-indent:-9999px;display:block;}
a#continue						{background:transparent url(images/btnShopping.png) no-repeat;}
a#proceed						{background:transparent url(images/btnCheckout.png) no-repeat;}
a#editcart						{background:transparent url(images/btnUpdateCart.png) no-repeat;}
a#continue:hover			{background:transparent url(images/btnShopping.png) no-repeat 0px -50px;}
a#proceed:hover				{background:transparent url(images/btnCheckout.png) no-repeat 0px -50px;}
a#editcart:hover				{background:transparent url(images/btnUpdateCart.png) no-repeat 0px -50px;}



/*********** OTHER ***************/
/* no bullets */
#content .eshop li,
#content ul.eshopfeatured li,#content ul.eshopfeatured li,#content ul.eshopsubpages li,ul.eshopcats li,
#content ul.eshoprandomlist li,#content ul.eshopshowproduct li,#content ul.eshoppanels li,
#content fieldset.eshoppayvia li,
#content .pagfoot ul li,#content ul.continue-proceed li {
	list-style-type:none;
	list-style-image:none;
}
/* pagination */
div.paginate ul li {
	background:#DEE0F1;
	color:#404040;
	border-width:1px;
	border-style:solid;
	border-color:#EAEAF6 #CECFDB #CECFDB #EAEAF6;
}
/* automatic redirect to paypal */
#process {
	background:#E6FDCD;
	color:#404040;
	 border:3px double #4EAB02;
}	
/* errors & required */
.reqd,.error {
	color:#F00;
}
/* credits */
.creditline {
	color:#969696;
}


/* LAYOUT */

/*********** TABLES ***************/
/* generic eshop table layout */
table.eshop {
	width:99%;
	border-collapse:collapse;
	line-height:1.3em;
}
table.eshop caption {
	color:#6E0300;letter-spacing:2px;xbackground:#6E0300;
	margin-bottom:0;
	padding:2px 0;
	font-size:.9em;
}
table.eshop thead th {
	font-weight:bold;
	text-align:center;
}
table.eshop tbody th {
	text-align:left;
}
table.eshop td {
	padding:3px;
}
table.eshop .center {
	text-align:center;
}
table.eshop dfn {
	font-style:normal;
}
table.eshop img {
	margin:0 10px 0 0;
	vertical-align:top;
}
/* shopping cart */
table.cart td, table.cart th {
	padding:5px 8px;
}
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 {
	text-align:right;
}
/* shipping rates */
table.eshopshiprates td {
	text-align:right;
}
table.eshopshiprates td.center {
	text-align:center;
}
table.eshopshiprates thead th, #zonelist thead th {
	padding:2px;
}
table.eshopshiprates {
	margin-bottom:10px;
}
#zonelist td {
	text-align:left;
}
#zonelist td.code,#zonelist td.zone {
	text-align:center;
}
.eshopzones label {
	display:inline;
}
.eshopzones .button {
	padding:0 5px;
}
/* eshop discounts */
table.eshopdiscounts thead th#ediscount {
	width:8em;
}
table.eshopdiscounts tbody th {
	text-align:center;
}
table.eshopdiscounts td.amts {
	text-align:right;
}
table.eshopdiscounts td.disc  {
	text-align:right;
}
.shipdiscount span {
	font-weight:bold;
}

/*********** LISTS ***************/
/* generic eshop listings */
ul.eshop {
	margin:0;
	padding:0
}
ul.eshop li {
	margin:0 20px 20px;
	padding:0;
	line-height:1.3em;
}
ul.eshop li a {
	display:block;
	margin:0 0 10px;
	padding:0;
	text-decoration:none;
}
ul.eshop li a img {
	margin-right:20px;
	margin-bottom:20px;
}
ul.eshop li a.itemref {
	font-size:1.3em;
}
/* eshop panel listings */
ul.eshoppanels li {
	clear:none;
	text-align:center;
}
ul.eshoppanels li a img {
	float:none;
	margin:0;
}
/* eshop panels with form */
ul.eshoppanels li form select,ul.eshoppanels li form.input {
	display:block;
	width:auto;
	margin:2px auto;
}
ul.eshoppanels li form.addtocart {
	width:auto;
	margin-top:0;
	padding:0;
}
/* featured product list with form*/
ul.eshopfeatured form.addtocart {
	clear:none;
}

/*********** A-Z LISTING ***************/
ul.eshopaz li {
	line-height:1.8em;
	list-style:none;
	display:inline;
	margin:0 1px 0 0;
}
ul.eshopaz li a {
 	display:inline;
	padding:1px 3px;
	margin:0;
}
ul.eshopaz li a:active,ul.eshopaz li a:hover,ul.eshopaz li a:focus {
	text-decoration:underline;
}
ul.eshopaz li span {
 	padding:1px 3px;
}

/*********** FORMS ***************/
/* generic form buttons */
input.button {
	width:auto;
	padding:2px 5px;
	margin-right:1em;
}
input.button:hover,input.button:active,input.button:focus {
	cursor:pointer;
}
/* generic form layout */
form.eshop  {
	width:96%;
	margin:0 auto;
	line-height:1.3em;
}
form.eshop label  {
	font-weight:bold;
}
form.eshop input,form.eshop textarea {
	font-size:1em;
}
form.eshop textarea {
	width:98%;
}
/* add to cart forms */
form.addtocart {
	width:99%;
	margin-top:20px;
	padding:5px;
}
form.addtocart fieldset {
	xpadding:10px;
}
form.addtocart select {
	width:auto;
	xmargin-right:20px;
}
form.addtocart span.sglprice {
	width:auto;
	margin-right:20px;
}
form.addtocart label {
	display:inline;
}
form.addtocart input.iqty {
	width:2.5em;
}
form.addtocart dfn {
	font-style:normal;
}
form.addtocart .etext,form.addtocart .etextarea{
	display:block;
}
/* downloads form */
form#eshopdlform fieldset {
	width:20em;
	margin:0 auto;
}
form#eshopdlform input#email,form#eshopdlform input#code {
	width:99%;
	font-size:.9em;
	margin:0 0 10px;
}
form#eshopdlform label {
	display:block;
	font-size:1em;
}
form#eshopdlform input.button {
	display:block;
	margin:0 auto;
}
/* download products page */
form.dlproduct {
	margin-bottom:20px;
}
form.dlproduct fieldset, form#dlall fieldset {
	padding:15px;
	margin-bottom:5px;
}
form.dlproduct .ro {
	width:2em;
	margin-right:10px;
}
form.dlproduct label {
	display:inline;
}
fieldset.eshoppayvia li{
	padding:5px;
}
/*********** OTHER ***************/
/* cart options */
.cartopt {
	text-align:center;
}
.cartopt p {
	width:20em;
	margin:10px auto;
}
.cartopt label {
	display:inline;
}
.continue-proceed {
	margin:10px 0 0;
	padding:0;
	text-align:center;
}
.continue-proceed li {
	margin:0 10px;
	padding:0;
	display:inline;
}

/*Checkout confirmation with discount code (cart section only) */
.eshop_dcode {
	text-align:center;
	font-weight:bold;
}
.eshop_dcode span {
	font-size:1.2em;
}

/* Automatic redirect to paypal */
#process {
	 width:90%;
	 margin:10px auto 0;
	 padding:0 15px;
	 line-height:1.5em;
}
#process strong {
	font-size:1.2em;
}
#process em {
	 font-weight:bold;
	 font-style:normal;
}
#eshopgateway {
	text-align:right;
	padding-bottom:10px;
}

/* eshop widget */
p.eshopwidget span {
	font-size:2em;
	letter-spacing:.02em;
}

/* pagination */
.paginate {
	margin:5px 2px;
	font-size:90%;
}
.paginate p { 
	padding:0; 
	line-height:2em;
}
.paginate p span {
	font-weight:bold;
}
.paginate ul {
	margin:0;
	padding:0;
}
.paginate ul li {
	padding:0 4px;
	margin-right:5px;
}
.paginate ul li a {
	display:block;
}

/* downloads page */
p.jdl {
	text-align:center;
	font-size:1.2em;
}

/* more link */
a.eshopmore {
	display:block;
	text-align:right;
}

/* can be used to position text offscreen */
.offset {
}
/* credits */
.creditline {
	text-align:center;
	font-size:.7em;
}
