/*[variables]
colors
{
	@00: #8B7F6F;
}
*/
/*default styles for eShop display*/
.offset
{
	position: absolute;
	top: -9000px;
	left: -9000px;
}
/*generic form button*/
INPUT.button
{
	width: auto;
	padding: 2px 5px;
	margin-right: 1em;
	background: #3B6C57;
	color: #EDE5CF;
	border-width: 1px;
	border-style: solid;
	border-color: #92B0A9 #345045 #345045 #92B0A9;
}
INPUT.button:hover, INPUT.button:focus, INPUT.button:active
{
	background: #4F8F72;
	color: #EDE5CF;
	border: 1px solid #080;
	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;
}
/*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
{
	width: 100%;
	margin-top: 50px;
	padding: 5px;
	background: #FF9417;
	color: #404040;
	border: 1px solid #CDBBA4;
}
FORM.addtocart LEGEND
{
	border: 0;
	background: transparent;
}
FORM.addtocart FIELDSET
{
	border: 0 #952C28;
	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: #F58F20;
	padding: 2px;
	text-align: center;
	font-weight: normal;
}
TABLE.cart TR
{
	background: #FFFFFF;
}
TABLE.cart TR.alt
{
	background: #FAECDE;
}
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: #FFFFFF;
	text-align: right;
}
/*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: 3px solid #3B6C57;
	background-color: #F3D6B4;
	color: #333;
	width: 90%;
	margin: 10px auto 0;
	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;
}
#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
{
	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;
	padding: 0 4px;
	margin-right: 5px;
}
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;
	margin: 0 5px 5px 0;
	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;
	padding: 0 4px;
}
#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;
}
