/*  default styles for eShop display */
.offset {
	float: right;
	margin: 10px 0 15px 20px;
	font: bold 0.95em Arial, Helvetica, sans-serif;
	color: #2479ff;
}

/* generic form button */
input.button {
	display: block;
	width: 200px;
	padding:2px 5px;
	margin: 20px 0 0 20px;
	background-color:#fd3a00;
	color:#fff;
	border: 1px solid #ca2e00;
}
input.button:hover,input.button:focus,input.button:active {
	background:#ca2e00;
	color:#fff;
	border:1px solid #ca2e00;
	cursor:pointer;
}

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

ul.errors li {
	list-style: none;
	font: normal 0.7em/1.5em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	}
ul li {
	list-style: none;
	font: normal 0.7em/1.5em Verdana, Arial, Helvetica, sans-serif;
	}
span.items {
	font-weight: bold;
	}
	
body#hm h3 {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #e73805;
	margin: 10px 0;
	}
body#hm h4 {
	float: left;
	width: 550px;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #0852c6;
	margin: 7px 0 7px -10px;
	}
	
body#esh h4 {
	float: left;
	width: 550px;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #0852c6;
	margin: 7px 0 7px -10px;
	}
body#esh ul li span.items{
line-height: 1.6em;
	}
/*small {
	float: left;
	font: normal 0.7em Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 0 -20px;
	}*/
#ppsubmit {
	margin: 10px 0 0 -20px;
	}
	
/*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 {
	float: right;
	width: 400px;
}
form.addtocart fieldset {
	border:0;
	padding:0;
}
form.addtocart select {
	display: block;
	width:auto;
	font-size:0.8em;
	padding: 2px;
	border: 1px solid #2479ff;
}
form.addtocart input.iqty {
	display: block;
	width:30px;
	border: 1px solid #2479ff;
	padding: 2px;
}

form.addtocart legend, label {
	float: left;
	margin-left: 20px;
	}
	
form.eshopform fieldset {
	border: 0;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	}
form.eshopform fieldset input, textarea, select {
	border: 1px solid #2479ff;
	padding: 4px;
	width: 400px;
	}
form.eshopform fieldset legend {
	padding: 2px;
	margin: 7px 0;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #2479ff;
	}
form.eshopform fieldset label {
	margin: 0 0 10px 0;
	}

p.eshopshipping {
	float: left;
	display: block;
	margin-left: -20px;
	}
p.testing {
	margin: 0 0 0 -200px;
	}
p strong.error {
	margin: 0 0 0 -200px;
	}

.privacy {
	margin: 0 0 0 -200px;
	color: #fd3a00;
	}

#submitit {
	margin: 0 0 10px 0;
	}

/* shopping cart */
table.cart {
	width:100%;
	margin: 0;
	padding: 0;
}
table.cart caption {
	padding: 2px;
	font: bold 0.95em Arial, Helvetica, sans-serif;
	color: #2479ff;
	margin-left: -452px;
}
table.cart thead th {
	background:#2479ff;
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;
}
table.cart tr {
	background:#fff;
}
table.cart tr.alt {
	background:#fff;
}
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 {
	border: 1px solid #2479ff;
	text-align:center;
	width:50px;
}
table.cart tr.stotal {
	text-align:right;
	font-weight: bold;
}

ul.continue-proceed {
	float: left;
	display: block;
	}
ul.continue-proceed li {
	list-style: none;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	}
ul.continue-proceed li a {
	list-style: none;
	display: block;
	color: #0758d9;
	text-decoration: underline;
	margin: 7px 0 7px 0;
	}
ul.continue-proceed li a:hover {
	text-decoration: none;
	}

form.eshopcart input.button {
	width: 200px;
	padding:2px 5px;
	margin: 15px 20px 20px 0;
	background-color:#fd3a00;
	color:#fff;
	border: 1px solid #ca2e00;
}
form.eshopcart input.button:hover,input.button:focus,input.button:active {
	background:#ca2e00;
	color:#fff;
	border:1px solid #ca2e00;
	cursor:pointer;
}

.cartopt {
	float: left;
	margin-left: -217px;
	}

/* cart links*/


/* customer details form */
.reqd {
	color:#800;
	font-size:1.1em;
}

/* 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 {
	 border :2px solid #2479ff;
	 background-color :#fff;
	 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 {
	float:left;
	width: 680px;
	padding: 3px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.paginate p { 
  padding: 0 0 0 10px; 
  line-height: 2em;
  color: #005abc;
}

div.paginate p span {
  font-weight: bold;
  color: #fd3a00;
}
div.paginate ul{
	list-style:none;
	margin:0;
	padding:0;
}
div.paginate ul li{
	list-style:none;
	font-size: 0.7em;
	border-right: 1px solid #9cc8ff;
	float:left;
	padding: 4px 8px;
}
div.paginate ul li a{
	display:block;
	color: #005abc;
	text-decoration:none;
}
div.paginate ul li a:hover {
	color: #fd3a00;
	text-decoration: none;
	}

/* eshop panel listings */
ul.eshoppanels{
	float: left;
	width: 680px;
	list-style:none;
	margin:20px 0 0 0;
	padding:0 0 10px 0;
}
ul.eshoppanels li{
	list-style:none;
	float:left;
	margin:0 0 20px 0;
	text-align:center;
	font: bold 0.95em Arial, Helvetica, sans-serif;
	border-right: 1px solid #fff;
	color: #2479ff;
/* you may need to adjust this figure - currently set to include the add to cart form */
}
#content ul.eshoppanels li a{
	float:left;
	text-decoration:none;
	display:block;
	padding:0 4px;
	color: #2479ff;
}
#content ul.eshoppanels li a:hover {
	text-decoration: underline;
	}
#content ul.eshoppanels li a img{
	float: left;
	border: 1px solid #003282;
	margin: 5px 20px;
	background-color: #FFF;
	padding: 7px;
}
/* section for 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;
	background:transparent;
	color:#404040;
	border:0;
}
ul.eshoppanels li form.addtocart fieldset{
	background:transparent;
}

/* eshop widget */
p.eshopwidget span{
	font-size:2em;
}	