/*  Default css for eShop display */



/* COLORS */



/*********** TABLES ***************/

/* generic eshop table colors */

table.eshop,table.eshop th,table.eshop td {

	border:1px solid #bbb;

}

table.eshop img {

	border:none;

}

table.eshop thead th,table.cart thead th {

	background:#DCDCDC;

	color:#404040;

}

table.eshop tbody th {

	background:#E5E5E5;

}

table.eshop tbody td {

	background:#fff;

}

table.eshop tr.alt td,table.eshop tr.alt th {

	background:#efefef;

	color:#606060;

}

table.cart tr.total td {

	background:#EDEEE0;

	color:#404040;

}



/*********** LISTS ***************/

/* generic eshop panel list colors */

ul.eshop li a img {

	border:1px solid #DCDCDC;

}

ul.eshop li a:hover img,ul.eshop li a:active img,ul.eshop li a:focus img {

	border-color:#999;

}

/* eshop panels with form */

ul.eshoppanels li form.addtocart {

	background:transparent;

	border:0;

}

/* eshop a-z listing */

ul.eshopaz li a {

	border:1px solid #DCDCDC;

}

ul.eshopaz li.current a {

	border:1px solid #999;

}

ul.eshopaz li a:active,ul.eshopaz li a:hover,ul.eshopaz li a:focus {

	border:1px solid #000;

}

ul.eshopaz li span {

 	color:#DCDCDC;

 	border:1px solid #DCDCDC;

}



/*********** FORMS ***************/

/* generic eshop form colors */

form.eshop input.button {

	background:#bbb;

	color:#000;

	border-width:1px;

	border-style:solid;

	border-color:#eee #aaa #aaa #eee;

}

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

	background:#EDEEE0;

	color:#404040;

	border-color:#D9DAD1;

}

form.eshop fieldset {

	background:#EBEBEB;

	color:#606060;

	border:1px dashed #CFD0D6;

}

form.eshop fieldset fieldset {

	background:#F1F1F1;

}

form.eshop legend {

	background:#DCDCDC;

	color:#404040;

	border-width:1px;

	border-style:solid;

	border-color:#EBEBEB #ccc #ccc #EBEBEB;

}

form.eshop label {

	color:#606060;

}

form.eshop input,form.eshop textarea,form.eshop input#email {

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

}

form.dlproduct label {

}



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

/* no bullets */

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

	color:#404040;

	border-width:1px;

	border-style:solid;

	border-color:#EBEBEB #D3D3D3 #D3D3D3 #EBEBEB;

}

/* automatic redirect to paypal */

#process {

	background:#EDEEE0;

	color:#606060;

	 border:3px double #DFDFD2;

}	

/* errors & required */

.reqd,.error,.errors li {

	color:#A22F2F;

}

/* credits */

.creditline {

}



/* FLOATS & CLEARS */

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

form.eshopform fieldset.eshoppayvia li label,

.paginate ul li {

	float:left;

}

.eshop label,.eshop input,ul.eshoppanels li a img,input.button,form.addtocart input.iqty {

	float:none;

}

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

	clear:left;

}

a.eshopmore {

	clear:right;

}

ul.eshoppanels li,ul.eshopfeatured form.addtocart {

	clear:none;

}



/* LAYOUT */



/*********** TABLES ***************/

/* generic eshop table layout */

table.eshop {

	width:90%;

	margin:0;

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

	text-align:center;

	min-height:200px; /* you may need to adjust these figures to accomodate the dimensions of your product images*/

	min-width:200px;

}

ul.eshoppanels li a img {

	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;

}

ul.eshoppanels li form.addtocart select {

	margin-top:5px;

	margin-bottom:3px;

}

/* featured product list with form*/

ul.eshopfeatured form.addtocart {

}

/* eshop a-z listing */

ul.eshopaz li {

	display:inline;

	margin:0 1px 0 0;

	line-height:1.8em;

	list-style:none;

}

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

form.eshop input.button {

	width:auto;

	margin:0;

	padding:0 2px;

}

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

	cursor:pointer;

}

/* generic form layout */

form.eshop  {

	width:90%;

	margin:0;

	padding:0;

	line-height:1.3em;

}

form.eshop fieldset {

	padding:0 10px 10px;

}

form.eshop fieldset fieldset {

	margin:10px 0;

}

form.eshop legend {

	margin:0 0 0 -11px;

	padding:0 2px;

}

form.eshop label  {

	font-weight:bold;

	width:auto;

}

form.eshop input {

	width:auto;

	margin:0 10px;

	padding:0;

}

form.eshop input,form.eshop textarea,form.eshop select {

	font-size:inherit;

}

form.eshop textarea {

	width:98%;

}

/* add to cart forms */

form.addtocart {

	width:60%;

}

form.addtocart fieldset {

	padding-top:0;

}

form.addtocart select {

	width:auto;

	margin:10px 20px 0 0;

	padding:0;

	font-size:inherit;

}

form.addtocart option {

	padding:0 5px;

}

form.addtocart span.sglprice {

	width:auto;

	margin-right:20px;

}

form.addtocart label {

	display:inline;

	width:auto;

}

form.addtocart input.iqty {

	width:1.5em;

	margin:0 0 0 4px;

	padding:2px 1px;

}

form.addtocart dfn {

	font-style:normal;;

}



/* checkout details form */

form.eshopform fieldset fieldset {

	padding-top:10px;

}

form.eshopform label {

	display:block;

}

form.eshopform input {

	margin:0;

}

form.eshopform fieldset.eshoppayvia ul {

	margin:0;

	padding:0;

}

form.eshopform fieldset.eshoppayvia li {

	width:152px;

	float:left;

	margin-right:10px;

	padding-top:5px;

	text-align:center;

}

form.eshopform fieldset.eshoppayvia li label {

	margin-bottom:3px;

}



/* downloads form */

form#eshopdlform fieldset {

	width:20em;

	margin:0;

}

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

.cartopt {

	text-align:center;

}

.cartopt p {

	width:26em;

	margin:10px auto;

}

.cartopt label {

	display:inline;

	margin:0 20px;

}

.continue-proceed {

	width:90%;

	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 0 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;

}

.pagfoot {

}



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

}



/* errors */

.errors li {

	margin-left:25px;

}

.errors li:before {

	content:"- ";

}

/* credits */

.creditline {

	text-align:center;

	font-size:.7em;

}



