/*  Default css for eShop display */

 /* PANEL DIMENSIONS */
 /* you may need to adjust these figures to accomodate your product images*/
ul.eshoppanels li {
	min-height:200px;
	min-width:90%;
}

/* FLOATS & CLEARS */
ul.eshoppanels li, ul.eshop li a img, table.eshop img, .paginate ul li {
	float:left;
}

ul.eshop li, form.addtocart, .pagfoot {
	clear:both;
}

/* adjust to suit if you are using an Add To Cart image rather than a button */
form.eshop input.buttonimg {
	background:transparent;
	border:none;
	width:120px;
	height:26px;
	position:relative;
	top:0px;
	vertical-align:middle;
	padding-left:10px;
	}


/* COLORS */

/*********** TABLES ***************/
/* generic eshop table colors */
table.eshop,table.eshop th,table.eshop td {
	border:1px solid #676B7B;
}
table.eshop img {
	border:none;
}
table.eshop thead th,table.cart thead th {
	background:#CBD1E7;
	color:#404040;
}
table.eshop tbody th {
	background:#DEE0F1;
}
table.eshop tr.alt {
	background:#EEEEF8;
	color:#606060;
}
table.eshop tr.alt a {
	color:#3A5988;
}
/* shopping cart */
table.cart tr.stotal {
	background:#ffffcc;
	color:#404040;
}
table.cart tr.total {
	background:#EFDEF1;
	color:#404040;
}

/*********** 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:#666666;
}
/* eshop panels with form */
ul.eshoppanels li form.addtocart {
	background:transparent;
	color:#404040;
	border:0px solid red;
}

/*********** 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:#E6E6F6;
	color:#000;
}

/*********** FORMS ***************/
/* buttons */
ul.continue-proceed {
	margin:0 auto 0 auto;
	padding:0px;
	display:block;
	width:auto;
	text-align:center;
}

.continue-proceed li {
	margin:0px 0px 0px 25px;
	padding:0px;
	display:inline;
	text-align:left;
}

.continue-proceed li a:link, .continue-proceed li a:active, .continue-proceed li a:visited {
	margin:0 auto 0 auto;
	padding:5px 10px 5px 10px;
	background:#282828;
	-moz-border-radius:8px;
    -khtml-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #c2a366;
	color:#c2a366;
    font-size:0.9em;
    font-weight:normal;
    text-decoration:none;
	}
	

.continue-proceed li a:hover {
	cursor:pointer;
	color:#f5ebcc;
    background:#333333;
}


/* proceed buttons */
form.eshop input.button, form.eshop label input.button, #process input.button {
	margin:1px auto 0 auto;
	padding:4px 10px 4px 10px;
	background:#282828;
    -moz-border-radius:8px;
    -khtml-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #c2a366;
    font-size:0.95em;
   font-weight:normal;
	color:#c2a366;
}

/* proceed buttons */
#process input.button {
	margin:1px 35px 0 auto;
	padding:4px 10px 4px 10px;
	background:#282828;
    -moz-border-radius:8px;
    -khtml-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #c2a366;
    font-size:0.95em;
   font-weight:normal;
	color:#c2a366;
}

form.eshop input.button:hover, form.eshop input.button:active, form.eshop input.button:focus {
	background:#333333;
	cursor:pointer;
	color:#f5ebcc;
    border:1px solid #c2a366;
}

.buttonwrap {
	position:relative;
	left:36%;
}

input.button.submit2 {
	position:relative;
	left:40%;
	top:0;
}

#eshopgateway .button {
	position:relative;
	right:28%;
}

#eshopgateway p {
	margin:0px;
	padding:0px;
}



/*********** 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:#666666;
}


/* errors & required */
.reqd,.error {
	color:#A22F2F;
}
/* credits */
.creditline {
	color:#969696;
}


/* LAYOUT */

/*********** TABLES ***************/
/* generic eshop table layout */
table.eshop {
	width:99%;
	border-collapse:collapse;
	line-height:1.3em;
}
table.eshop caption {
	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;
	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:15px;
	margin-bottom:15px;
}
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 {
	float:none;
	clear:both;
	margin:0px 30px 40px 0px;
	padding:0px 0px 0px 0px;
	}


/*********** 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;
}




/* add to cart forms */


.eshopshipping {
	position:relative;
	top:22px;
	left:66%;
	display:inline;
	width:100%;
	padding:0px;
	margin:10px auto 0px auto;
	text-align:center;
	border:0px solid red;
}

form.eshop .package {
	background:transparent;
	color:#990033;
	font-size:1.1em;
	font-weight:bold;
    font-variant: small-caps;
    padding:2px;
	margin-bottom:5px;
}


/* 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;
}

/*********** OTHER ***************/
/* cart options */
div.cartopt {
	margin:0 auto;
	text-align:center;
}
div.cartopt p {
	margin:0 auto;
}
.cartopt label {
	margin:16px 0 0 10px;
	padding:0px 10px 0px 10px;
}


/*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;
	 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:1.0em;
	letter-spacing:.02em;
	line-height:1.8em;
}

/* 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;
}


.eshopidetails {
	display:none;
}



.note {
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
}


.ac {
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	border:0px solid red;
}
.ship {
	margin:0px 0px 0px 300px;
	padding:0px 0px 0px 0px;
	text-align:right;
	border:0px solid red;
}
.privacy {
	font-size:0.8em;
	width:100%
}
.privacy a {
	font-size:0.80em;
}


form.addtocart input.button {
	margin:7px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	-moz-border-radius:8px;
    -khtml-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    background: transparent url(https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif) left top no-repeat;
	color:transparent;
	width:120px;
	height:26px;
	}

form.addtocart input.button:hover {
    background: transparent url(https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif) left top no-repeat;
    color:transparent;
	}
	
/* featured product list with form*/


ul.eshopfeatured li {
	clear:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-right:0px solid #c2a366;

}

ul.eshopfeatured form.addtocart {
	float:left;
	clear:both;
	margin:0px 0px 40px 0px;
	padding:0px 0px 0px 0px;
}


/* generic eshop form colors */

form.eshop   {
	margin:0px auto 20px auto;
	line-height:1.3em;
	border:1px dashed #CFD0D6;

}
form.eshop label  {
	font-weight:bold;
	font-size:0.9em;
}

form.eshop fieldset {
	background:#E6E6F6;
	color:#606060;
	border:1px dashed #CFD0D6;
}


form.eshop fieldset fieldset {
	background:#EEEEF8;
}

form.eshop legend {
	background:transparent;
	color:#993300;
	font-size:1.05em;
	font-weight:bold;
	padding:0px;
	margin:0px 0 18px 0;
}

form.eshop input, form.eshop textarea {
	margin-bottom:6px;
	background:#FAFAFA;
	color:#333333;
	font-size:1em;
	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:#666666;
}

form.dlproduct label {
	color:#A22F2F;
}

/* My eshop changes*/


#eshopcart {
margin: 40px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border:0px solid red;
}

p.eshopwidget {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border:0px solid red;
}


#eshop {
margin: 0px auto;
padding: 0px 0px 0px 0px;
border:0px solid red;
}

#hide ul.eshop.hidethumb li img {
display:none;
background-color:transparent;
}



/* Page Cart Items*/

form.eshop.addtocart {
margin:0px auto;
padding:0px;
max-width:500px;
min-width:210px;
border:0px solid blue;
}

form.eshop.addtocart fieldset {
margin:0px;
padding:0px;
-moz-border-radius:8px;
-khtml-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
border:1px solid #ccbf8e;
background:#404040;
color:#FAFAFA;
text-align:center;
width:auto;
}


form.eshop.addtocart fieldset legend, #hide form.eshop addtocart fieldset legend {
display:block;
background:transparent;
color:#990000;
font-size:0.90em;
line-height:1.0em;
font-weight:bold;
padding:0px 0px 20px 0px;
margin:0px auto;
}


form.eshop.addtocart span.sgloption, form.eshop.addtocart div.description  {
margin:0px 0px;
padding:10px 10px 10px 10px;
display:block;
text-align:left;
font-size:1.0em;
line-height:1.6em;
font-style:normal;
font-weight:normal;
width:auto;
}

form.eshop.addtocart span.sglprice, form.eshop.addtocart .price      {
margin:0px auto 0px auto;
padding:0px 10px 0px 10px;
display:block;
text-align:center;
}

form.eshop.addtocart label.qty {
display:none;
}






