body {
	margin: 0 auto;
	padding: 0;
	font: 80%  Verdana, Arial, 'Sans-Serif';
	color:#000033;
	background-color:#fff;
}



/* ---------------------------------------------------------------------------
	Main classes
--------------------------------------------------------------------------- */
h1, h2, h3 {
	color: #666666;
	font-family: Arial, Helvetica,'Sans-serif';
	padding-bottom:0.4em;
	letter-spacing:0.1em;
	margin-bottom:0;
	}


a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {color:#000033}
a:hover {	text-decoration: underline; color:#000033;}
a.cancel {margin-left:2em;}




/* ---------------------------------------------------------------------------
	Layout
--------------------------------------------------------------------------- */
div#container{
	width:100%;
	background-color:#fff;
	position:relative;
	}



div#mainarea {
	margin-left:200px;
	margin-top:10px;
	min-height:400px;
	_height:400px;		/* standards compliant browsers can't understand this */
	padding-left:8px;
	padding-right:3px;
	}

div#leftnav {
	position:absolute;top:0;left:0px;width:180px;
	min-height:400px;
	_height:400px;		/* standards compliant browsers can't understand this */
	background-color:#333333;
	color:#cccccc;
	padding:0 8px 2px 8px;
	}



/* ---------------------------------------------------------------------------
	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 0; margin:0; }

.sidebarlist li a {font-weight:normal ;color:#cccccc;}



/* ---------------------------------------------------------------------------
	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 #333333; border-collapse:collapse;width:96%;}
.basket td {	padding: 0.2em;	border: 1px solid #333333; }
.basket th {	padding: 0.2em; border: 1px solid #333333;background-color:#cccccc;}
.basket img {float:left;padding:0.4em;}

