body
{
	margin: 0 auto;
	padding: 0;
	font: 84% verdana,arial, sans-serif;
	color: #333300;
/*	background-color: #915b15; */
	background-image:url(../images/artwork/bg_slice.png);background-repeat:repeat;
}

textarea {	font: 100%  verdana,arial, sans-serif;}

/* ---------------------------------------------------------------------------
	Main classes
--------------------------------------------------------------------------- */
h1, h2, h3 {
	color: #354521;
	font-family: verdana,arial, sans-serif;
	padding-bottom:0.4em;
	letter-spacing:0.1em;
	margin-bottom:0;
	}


a
{
	color: #008000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {color:#008000}
a:hover {	text-decoration: underline; color:#008000;}
a.cancel {margin-left:2em;}




/* ---------------------------------------------------------------------------
	Layout
--------------------------------------------------------------------------- */
div#container {
	width:880px;margin:1px auto 0 auto;
	background-color:#fff;
	}

div#banner {width:880px;height:125px;margin:20px auto 1px auto;position:relative;}

div#mainarea {
	width:660px;
	float:right;
	min-height:400px;
	_height:400px;		/* standards compliant browsers can't understand this */
	padding-left:8px;
	padding-right:3px;
	margin-top:10px;
	}

div#leftnav {
	border-right:1px dotted #354521;
	width:190px;float:left;
	padding:0 8px 0 4px;
	min-height:400px;
	_height:400px;		/* standards compliant browsers can't understand this */
	}

div#footer{
	margin:1em 0 0 0; 
	clear:both;
	background-image:url(../images/artwork/footer.jpg);background-repeat:no-repeat;
	height:22px;
	}
#footer p {padding-left:5px;}
#footer a {font-weight:normal;color:#fff;}

.articlepreview {margin-bottom:2em;width:100%;}


div#bannerlogo {margin:auto; text-align:center; }
div#bannersubtitle {position:absolute;top:7px;left:180px;color:#fff;}
div#bannersubtext {position:absolute;top:106px;left:170px;color:#000;font-weight:bold;}


/* ---------------------------------------------------------------------------
	Sidebar
--------------------------------------------------------------------------- */
#leftnav h1
{
	font-size: 110%;
	font-weight: normal;
	padding: 0.2em 0 0.1em 0.2em;
	background-color: #354521;
	border-top: 2px solid #669900;
	border-bottom: 2px solid #669900;
	color: #fff;
}

ul.sidebarlist {
	list-style:none;
	padding-bottom:0.2em;padding-left:0.4em;
	margin:0;
	}

.sidebarlist li {padding:0.3em 0.1em 0.3em 0em; margin:0; }

.sidebarlist li a {font-weight:normal }

#sidebar_additions {padding-left:0.4em;font-size:86%;}
#sidebar_additions a {font-weight:normal;}

/* ---------------------------------------------------------------------------
	Product-related
--------------------------------------------------------------------------- */
.product_title_small {font-weight:bold;}
.price_small { font-weight:bold;}

div.product_thumbnail_list {padding-bottom:3.5em;}

table.searchresults {	width:100%;table-layout:fixed;}
.searchresults th
{
	font-weight: bold;
	border-top: 1px solid #008000;
	border-bottom: 1px solid #008000;
	background-color: #94b4a9;
	padding:0.2em;
}
.searchresults td  {border-bottom:1px dotted #008000;padding:0.3em;	}
.searchresults td p {font-style:italic}

div.searchresults  {font-size:80%;line-height:1.1;}

div#mainimage {float:right;width:360px;}
img.productimage {padding:0.1em;border:1px solid #999;}
img.thumbnail {padding:0.1em;border:1px solid #999;}


div.productslist_outer {float:left;width:184px;height:240px; }
div.productslist_inner
{
	width: 160px;
	height: 220px;
	text-align: center;
	border-bottom: 1px solid #669900;
	line-height:100%;
}
div.productslist_inner a { font-weight:normal;line-height:90%;}
a.productslist_category  { font-size:80%;font-weight:normal;}
div.productslist_inner p {font-size:80%;line-height:120%;padding-bottom:0;margin-bottom:0;}


/* ---------------------------------------------------------------------------
	Override basket
--------------------------------------------------------------------------- */
 table.basket {	border: 1px solid #669900; border-collapse:collapse;width:96%;background-color:#f5edfe;}
.basket td {	padding: 0.2em;	border: 1px solid #669900; }
.basket th {	padding: 0.2em; border: 1px solid #669900;background-color:#f5edfe;}
.basket img {float:left;padding:0.4em;}



/* ---------------------------------------------------------------------------
	Gallery
	NB. Conditional comment in <head> to down-grade for older browsers
--------------------------------------------------------------------------- */
#gallery_closeup
	{
	position: fixed; left: 20px; top:140px;
	width:400px;
	padding:26px;
	display:none;
	border:1px solid #999;
	background-color:#efcafd;
	text-align:center;
	}

a#gallery_close {float:right;text-decoration:none;cursor:hand;}

.gallery_caption {width:86px;text-align:center;line-height:1;}
td.gallery_cell {width:86px;}




