/* CSS Document */

/*  Custom print layout definitions, for Smartex site 

Colours:
	dark lilac #997dab
	lilac #d6b8e9
	dark orange #ff9900
	pale orange #fedfaf
	mid grey #666
	blue #069
*/
html * {
	border: 0;
	margin: 0;
	}
body{
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
strong, em { 
	color: #000;
	}
.border {
	border: 2px solid #000;
	}

a:link, a:visited {
	color: #000;
	text-decoration: underlined;
	}
a:visited {
	color: #000;
	}
a.next, a.prev {
	border: 1px solid #000;
	color: #fff;
	background: #999;
	}
#header {
	background: #fff;
	border-bottom: 2px solid #000;
	}
	
/* ____________________________________________________________= main navigation styles __*/
#mainnav {
	display: none;
	}
/* _________________________________________________________________________= columns  __*/
#rightcol {
	display: none;
}
/* _______________= search results pages  __*/
#search {
	display: none;
	}
#directory {
	display: none;
	}

/* _________________________________________________________________________= results listings __*/
.results h1 {
	color: #fff;
	background: #000;
	}
ul.enhancedresults li {
	border-bottom: 2px solid #666;
	margin-bottom: 10px;
	list-style: none;
	clear: left;
	height: 80px;
	page-break-inside:avoid;
	}
ul.enhancedresults li img {
	margin-right: 10px;
	float: left;
	}
ul.regularresults {
	list-style: none;
	margin-top: 30px;
	}
ul.regularresults li {
	border-bottom: 2px solid #666;
	margin-bottom: 10px;
	}
.enhancedresults a.more,
.regularresults a.more {
	display: none;
	}
/* ___________________________________________________________________= supplier details pages __*/
h2.supplierdetails,
h3.supplierdetails {
	color: #000;
	margin-top: 20px;
	}
p.supplierdetails #companyLogo {
	float:right;
	width: 200px;
	height: 68px;
	border: 1px solid #f90;
	}
p.supplierdetails strong {
	display: inline-block;
	width: 70px;
	}
/* ___________________________________________________________________= footer styles __*/
#footer {
	background: #fff;
	color: #000;
	margin-top: 20px;
	}
