body {
	font-family: 'Trebuchet MS', Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
	color: #bdd582;
}
.bad-input {color: red; background: yellow}
.contact-1 {float: left}
table.price-and-description {border: 1px solid #888; width: 95%}
table.price-and-description td {border: 1px solid #888; padding: 5px;background: #f6f6f6}
.error {color: red}
table.basket {
	width: 95%;
}
table.basket thead th {
	background: #888;
	color: white;
}
table.basket tbody td,
table.basket tbody th,
table.basket tfoot th,
table.basket tfoot td {
	background: #eee;
	color: black;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}

table.basket tfoot th,
table.basket tbody th {
	text-align: left;
}

table.basket tbody td:first-child {
	text-align: left;
}
td.unit_price_left {
	border-width: 1px 0px 1px 1px;
}
td.unit_price_mid {
	border-width: 1px 0px 1px 0px;
}
td.unit_price_right {
	border-width: 1px 1px 1px 0px;
	text-align: right;
}

.contact-1 table th {
	text-align: left;
}
a:link img#check-cookie { border: none; color: #000;}
a:visited img#check-cookie { border: none; color: #000; }
a:hover img#check-cookie { border: none; color: #000; }
.bottom-links span {font-size: smaller;}
.left-th th {text-align: left;}
input[type="text"], select {width: 200px;}
.normal-input-width input[type="text"],
.normal-input-width select {width: auto;}
.dac-results-table {width: 95%;}

.basket .item-name {text-align: left;}
.basket tbody th {text-align: left;}
.basket tfoot th {text-align: left;}

/* This is just to make MSIE more sane */
h4 {font-size: 100%;}

.green {
	color: green;
}
#customer_header {
	color: #bdd582;
	font-size: 140%;
	font-weight: bold;
}
h2 {
	margin-top: 0.2em;
}
#header {

}
#toplinks {
	margin: 0.5em 0 0.5em 0;
	color: #000;
}
#toplinks a {
	 color: #000;
}
#globalnav {
 	width: 24%;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	padding-top: 0px;
	color: #000;
	height: 100%;
	margin-bottom: 30px;
}
#globalnav a {
	 color: #000;
}
#globalnav ul {
	list-style-type: none;
	margin-left: 0px;
}
#globalnav li {
	padding-bottom: 0.3em;

	list-style-type: none;
}
#main_content {
	width: 68%;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-height: 400px;
	line-height: 1.766;
	font-size: 110%;
}
#content_wrapper {
		font-size: 90%;
	width: 95%;
	margin-top: 5px;
	clear: both;
}
#footer {
	padding: 5px;
	padding-left: 0px;
	font-size: 90%;
	width: 100%;
}
#footer a {
	color: #000;
}
a {
	color: #000;
}