body {
	margin: 0 auto;
	padding: 0;
	font: 92%  Cambria,Times New Roman, Times, Serif;
	color:#333300;
	background-color:#fcffce;
}

textarea {	font: 100%  Cambria,Times New Roman, Times, Serif;}

/* ---------------------------------------------------------------------------
	Main classes
--------------------------------------------------------------------------- */
h1, h2, h3 {
	color: #333300;
	font-family: Cambria,Times New Roman, Times, Serif;
	padding-bottom:0.4em;
	letter-spacing:0.1em;
	margin-bottom:0;
	}


a {
	color: #73057e;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {color:#73057e}
a:hover {	text-decoration: underline; color:#73057e;}
a.cancel {margin-left:2em;}




/* ---------------------------------------------------------------------------
	Layout
--------------------------------------------------------------------------- */
div#container{
	width:810px;margin:1px auto 0 auto;
	background-color:#fff;
	border:1px solid #c892fa;
	}

div#banner {width:100%;}

div#mainarea {
	width:600px;
	float:right;
	min-height:400px;
	_height:400px;		/* standards compliant browsers can't understand this */
	padding-left:8px;
	padding-right:3px;
	margin-top:1px;
	}

div#leftnav {
	border-right:1px dotted #c892fa;
	width:180px;float:left;
	padding:0 8px 0 3px;
	min-height:400px;
	_height:400px;		/* standards compliant browsers can't understand this */
	}
div#footer{margin:1em 0 0.5em 0.5em; clear:both;/* border-top: 4px solid #73057e;*/}

.articlepreview {margin-bottom:2em;width:100%;}


div#bannerlogo {margin:auto; text-align:center; }


/* ---------------------------------------------------------------------------
	Sidebar
--------------------------------------------------------------------------- */
#leftnav h1 {
	font-size:125%;
	font-weight:normal;
	padding:0.2em 0 0.1em 0.2em;
	background-color:#c892fa;
	border-top:2px solid #73057e;
	border-bottom:2px solid #73057e;
	color:#73057e;
	}

ul.sidebarlist {
	list-style:none;
	padding-bottom:0.2em;
	margin:0;
	}

.sidebarlist li {padding:0.3em 0.1em 0.3em 0em; margin:0; }

.sidebarlist li 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 td  {font-size:80%;line-height:1.1;}
div.searchresults  {font-size:80%;line-height:1.1;}



/* ---------------------------------------------------------------------------
	Override basket
--------------------------------------------------------------------------- */
 table.basket {	border: 1px solid #73057e; border-collapse:collapse;width:96%;background-color:#f5edfe;}
.basket td {	padding: 0.2em;	border: 1px solid #73057e; }
.basket th {	padding: 0.2em; border: 1px solid #73057e;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;}



