/*  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:200px;

}



/* FLOATS & CLEARS */

ul.eshoppanels li, ul.eshop li a img, table.eshop img, 

form.eshopform fieldset.eshoppayvia li label, .paginate ul li {

	float:left;

}

/* payment-via options on checkout page */

form.eshopform fieldset.eshoppayvia li label {

	float:left;

}

ul.eshop li, form.addtocart, .pagfoot {

	clear:left;

}



/* 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 #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:#222;

	color:#606060;

}

table.eshop tr.alt a {

	color:#FFFFFF;

}

/* shopping cart */

table.cart tr.stotal {

	background:#E6FDCD;

	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:#FFF;

}

/* 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 none repeat scroll 0 0;

	border-color:#9396A4 #555555 #555555 #9396A4;

	border-style:solid;

	border-width:1px;

	color:#FFFFFF;

	font-size:12px;

	height:30px;

	/*margin-left:12px;*/
	margin-left: 2px;
	margin-right: 0;

	padding:2px;

}

form.eshop input.button:hover,form.eshop input.button:active,form.eshop input.button:focus {

	background:#676B7B;

	text-decoration:underline;

}

form.eshop input.buttonimg {

	background:transparent;

	border:none;

}

form.eshop fieldset {

	color:#000;

	float:none;

}

form.eshop fieldset fieldset {

	width:100%;

}

form.eshop legend {

	color:#000;

}

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:none;

}

form.eshopform input:focus {

	border:2px solid #6DCFF6;

}

form.dlproduct label {

	color:#A22F2F;

}



/*********** OTHER ***************/

/* no bullets */

#content .eshop li,

#content ul.eshopfeatured li,#content ul.eshopfeatured li,#content ul.eshopsubpages 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:#000000 none repeat scroll 0 0;

	border:3px double #333333;

	color:#404040;

}	

/* 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;

	display:none;

}

table.eshop thead th {

	font-weight:bold;

	text-align:center;

}

table.eshop tbody th {

	text-align:right;

	padding-left:3px;

	background:#000;

	color:#FFF;

}

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;

	font-size:12px;

}

table.cart td a { color:#000; }



table.cart td.amts {

	background:#8CC3D9 none repeat scroll 0 0;

	text-align:right;

}

table.cart td.cqty {

	text-align:center;

	color:#000;

}

table.cart td.cqty input {

	float:right;

	text-align:right;

	width:25px;

	border:none;

	border:2px solid #000000;

}

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 */

tr {

	background:#FFF;

	color:#000;

}

.fld4 {

	margin-top:29px;

}

ul.eshop {

	display:inline;

	margin:0;

	padding:0;

}



ul.confirmship {

	padding-top:20px;

}



ul.eshop li {

	clear:none;

	color:#222222;

	display:inline;

	float:left;

	width:225px;

}

ul.eshop li .items {

	color:#000000;

	float:left;

	font-weight:bold;

	width:100%;

}

ul.eshop li a {

	display:block;

	margin:0 0 10px;

	padding:0;

	text-decoration:underline;

}

ul.eshop li a img {

	margin-right:20px;

	margin-bottom:20px;

}

ul.eshop li a.itemref {

	font-size:12px;

	font-weight:bold;

}



ul.eshop li a:hover {

	color:#000;

	text-decoration:none;

}

/* 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.eshopform label  {

	color:#000;

	float:right;

	font-family:arial;

	font-size:12px;

	font-weight:bold;

	line-height:33px;

	margin-left:0;

	margin-right:0;

	margin-top:0;

	padding:0;

	width:100%;

}

form.eshop input,form.eshop textarea {

	font-size:1em;

	border:#000 2px solid;

}

form.eshop textarea {

	width:98%;

}

/* add to cart forms */

form.addtocart {

	width:100%;

}

form.addtocart fieldset {

	height:26px;

	background:transparent;

	

}

form.addtocart select {

	width:auto;

	margin-right:10px;

	padding:2px;

}

form.addtocart span.sglprice {

	font-weight:bold;

	margin:0;

	padding:0;

}

form.addtocart label {

	display:inline;

	padding:0;

	margin:0;

}

form.addtocart label.qty {

	color:#FFFFFF;

	margin-right:11px;

	text-align:right;

	width:30px;

}

form.addtocart input.iqty {

	width: 20px;

	border:none;

}

form.addtocart dfn {

	font-style:normal;;

	color:#FFF;

}

/* 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 {

	color:#000000;

	display:block;

	font-size:20px;

	padding:5px;

}

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 */

.cartopt {

	text-align:center;

}

.cartopt p {

	float:right;

	line-height:0;

	margin:0;

	padding:10px 0 0;

	width:280px;

}

.cartopt label {

	display:inline;

	width:112px;

}

.continue-proceed {

	margin:0;

	padding:0;

	float:right;

}

.continue-proceed li {

	margin:0 10px;

	padding:0;

	display:inline;

	color:#000;

}



/*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;

	 color:#FFF;

}

#process p{

	color:#FFF;

}

#process strong {

	font-size:1.2em;

	color:#FFF;

}

#process em {

	 font-weight:bold;

	 font-style:normal;

	 color:#FFF;

}

#eshopgateway {

	text-align:right;

	padding-bottom:10px;

}



/* eshop widget */

p.eshopwidget {

	color:#FFF;

	padding-left:35px;

	padding-top:9px;

}

p.eshopwidget a {

	text-decoration:underline;

}

p.eshopwidget span {

	font-size:2em;

	letter-spacing:.02em;

	color:#FFF;

}



/* pagination */

.paginate {

	margin:5px 2px;

	font-size:90%;

}

.paginate p { 

	padding:0; 

	line-height:2em;

}

.paginate p span {

	font-weight:bold;

	color:#000;

}

.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 {

	display:none;

}

/* credits */

.creditline {

	text-align:center;

	font-size:.7em;

}

.eshopshipping {

	display:none;

}

.privacy {

	color:#FFF;

}

.privacy a {

	color:#FFF;

}



.errors li {

	color:#FFF;

}

.errors li strong {

	color:#A22F2F;

}

.post .noprint {

	color:#000;

}

.buttonwrap {

	float:left;

	margin-top:20px;

}

small {

	display:none;

}



ul.confirm li, ul.confirmship li {

	clear:none;

	color:#222222;

	display:table;

	float:none;

	min-height:0;

	width:100%;

}



ul.eshopsingles {

	

}



ul.eshopalbums {

	width:100%;

	float:left;

}



ul.eshopsingles li {

	float:none;

}



ul.eshopalbums li {

	float:left;



}



