/*  default styles for eShop display */


/* generic form button */
input.button {
	width:auto;
	padding:2px 5px;
	margin-right:1em;
	background:#512B68;
	color:#fff;
	border-width:1px;
	border-style:solid;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	border-color:#512B68 #683380 #683380 #512B68;
}
input.button:hover,input.button:focus,input.button:active {
	background:#512B68;
	color:#fff;
	border:1px solid #512B68;
	cursor:pointer;
	font-size:12px;
	font-family:Georgia,"Times New Roman", Times, serif;
}

.continue-proceed li {
		list-style-type:none;


}

#submitit {
margin-top:15px;
	
}

form .eshopzones {
	padding:10px;
}

#ppsubmit {
margin-top:15px;
	
}

#cname1, #cname2, #cname3, #cname4, #cname5, #cname11, #cname6, #cname8, #cname9, #cname10, #cname7 {
color: #fff;
padding-left:5px;
}

/* featured product listing */
ul.eshopfeatured {
	list-style-type:none;
	list-style-image:none;
	margin-left:0;
	 adding-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 #FDF7F1;
}
/* 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 #FDF7F1;
}

/*common for above */
a.itemref {
	font-size:1.3em;
list-style:none;
display:block;
padding:5px;
}

/* more link */
a.eshopmore {
	clear:right;
	display:block;
	text-align:right;

}

/* add to cart forms */
form.addtocart {
	width:590px;
	margin-top:15px;
	padding:5px;
	background:#FDF7F1;
	color:#000;
	border:1px solid #9F9F9F;
}
form.addtocart legend {
	border:0;
	background:transparent;
}
form.addtocart fieldset {
	border:0;
	padding:0;
}
form.addtocart select {
	width:auto;
	margin-right:4px;
	font-size:0.9em;
}
form.addtocart input.iqty {
	width:2.5em;
}

/* shopping cart */
table.cart {
	width:100%;
}
table.cart caption {
	margin-bottom:0;
	padding:2px 0;
}
table.cart thead th {
	background:#512B68;
	padding:2px;
	color:#fff;
	text-align:center;
	font-weight:normal;
}
table.cart tr {
	background:#FDF7F1;
}
table.cart tr.alt {
	background:#FDF7F1;
}
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 {
	background:#FDF7F1;
	text-align:right;
}

/* cart links*/


/* customer details form */
.reqd {
	color:#800;
	font-size:1.1em;
}

/* shipping rates */
#eshopshiprates, #zonelist {
	width:100%;
	border:1px solid #FDF7F1;
	border-collapse:collapse;
	background:#512B68;
	color:#000;
}
#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:#512B68;
	padding:2px;
	text-align:center;
	font-weight:normal;
	color:#fff;
}
#eshopshiprates td, #zonelist td {
	padding:5px 8px;
	background:#FDF7F1;
}
#eshopshiprates tr.alt td, #zonelist tr.alt td {
	background:#FDF7F1;
}
#eshopshiprates td.center {
	text-align:center;
}
#eshopshiprates {
	margin-bottom:10px;
}

/* this section is for the automatic redirect to paypal */
#process {
	 border :1px solid #9F9F9F;
	 background-color: #FDF7F1;
	 color :#000;
	 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 #FDF7F1;
	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 #FDF7F1;
	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 {
  margin : 5px 2px;
  font-size : 90%;
}

div.paginate p { 
  padding : 0; 
  line-height : 2em;
}

div.paginate p span {
  font-weight : bold;
}
div.paginate ul{
	list-style:none;
	margin:0;
	padding:0;
}
div.paginate ul li{
	list-style:none;
	float:left;
	border:1px solid #ca9;
}
div.paginate ul li a{
	display:block;
}
.pagfoot{
	clear:left;
}	
/* eshop panel listings */
ul.eshoppanels{
	list-style:none;
	margin:0;
	padding:0;
}
ul.eshoppanels li{
	list-style:none;
	float:left;

	text-align:center;
/* you may need to adjust this figure - currently set to include the add to cart form */
	min-height:275px;
}
#content ul.eshoppanels li a{
	text-decoration:none;
	display:block;

}
#content ul.eshoppanels li a img{
	float:none;
	margin:0;
}
/* 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;
}		
.eshopwidget {
	margin-bottom:25px;
}

/* shipping pages*/

form#zoneform table th {
  background-color : #f0f8ff;
  text-align : left;
  border : 0;
}
form#shipform table th {
  background-color : #f0f8ff;
  text-align : left;
  border : 0;
}
form#shipform table th, form#shipform table th{
    margin:5px;
    padding:2px;
    border : 0;
}
form#shipform table tr,
form#shipform table th#cname1,
form#shipform table th#cname3,
form#shipform table th#cname5,
form#shipform table th#cname7,
form#shipform table th#cname9{
    background:#B9DFFF;
    border : 0;
}
form#shipform table tr.alt,form#shipform table tr.alt th{
    background:#F5FAFF;
    border : 0;
}

#eshopformfloat, #ordersdelete, #eshopformleft {
  float : right;
  width : 23.5em;
  border : 0;
}

fieldset#changestat {
  width : 20.5em;
  border : 0;
}

#eshopformfloat {
  width : 21em;
  border : 0;
}

#ordersdelete {
  width : 23em;
  display : inline;
} 

form.eshopform fieldset {
border : 0;
}

#eshopformleft, fieldset#changestat {
  float : left;
  display : inline;
  border : 0;
}

* html #eshopformleft {
  width : 24.5em;
}

* html #ordersdelete {
  width : 24em;
}

* html fieldset#changestat, * html #eshopformfloat fieldset, * html #eshopformfloat {
  width : 23em;
  border : 0;
}
/* various fieldsets */
#orderstatus fieldset, #ordersdelete fieldset,
#filterzones fieldset,#shipformmethod fieldset,
#shipform fieldset, #zoneform fieldset,
#eshopup fieldset, #style_form fieldset,
#edit_box fieldset,#template_form fieldset,
#downloadedit fieldset,#eshop-gbase-alt fieldset{
  border : 0px;
  background:#F5FAFF;
}
#eshopup fieldset fieldset,#eshop-gbase-alt fieldset fieldset{
    background: #fefefe;
}
fieldset#eshopcustom{
    border:0;
}
fieldset#eshopcustom fieldset{
  background:#F5FAFF;
  border:0;

}	

.med, .short {
padding:5px;
width:60%;
}	

.items {
font-weight:bold;
}
	