body
{
	margin: 0 auto;
	padding: 0;
	font: 92% Calibri, Verdana,Arial, Sans-Serif;
	color: #333300;
	background-color: #fffde1;
}



/* ---------------------------------------------------------------------------
	Main classes
--------------------------------------------------------------------------- */
h1, h2, h3 {
	color: #ff0000;
	font-family: Calibri, Verdana,Arial, Sans-Serif;
	padding-bottom:0.4em;
	letter-spacing:0.1em;
	margin-bottom:0;
	}


a {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {color:#ff0000}
a:hover {	text-decoration: underline; color:#ff0000;}
a.cancel {margin-left:2em;}




/* ---------------------------------------------------------------------------
	Layout
--------------------------------------------------------------------------- */
div#container{
	width:780px;margin:10px auto 0 auto;
	background-color:#fff;
	border:1px solid #ff0000;
	}

div#banner {width:100%;border-bottom:6px solid red;}

div#mainarea {
	width:570px;
	float:right;
	min-height:400px;
	_height:400px;		/* standards compliant browsers can't understand this */
	padding-left:8px;
	padding-right:8px;
	margin-top:1px;
	}

div#leftnav {
	border-right:1px dotted #c892fa;
	width:180px;float:left;
	padding:0 3px 0 3px;
	min-height:400px;
	_height:400px;		/* standards compliant browsers can't understand this */
	background-color:#fae85b;
	}

div#footer{margin:1em 0 0.5em 0.5em; clear:both;}

.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.4em;
/*	background-color:#fae85b; */
	background-color:#ff0000;
/*	border-top:2px solid #ff0000;
	border-bottom:2px solid #ff0000; */
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
/*	color:#666; */
	color:#fff;
	}

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:#fffde1;}
.basket td {	padding: 0.2em;	border: 1px solid #ff0000; }
.basket th {	padding: 0.2em; border: 1px solid #ff0000;background-color:#fffde1;}
.basket img {float:left;padding:0.4em;}



/* ---------------------------------------------------------------------------
	Miscellaneous
--------------------------------------------------------------------------- */
#mainarea img {border:0}


