#sitecontainer {
	width: 680px;
	margin: 0;
	padding: 0;
}
/* header */
a#basketbutton {
	display: none;
}
/* main nav */
#mainnav {
	display: none;
}
/* footer */
#footer {
	width: 680px;
}
#footerlinks {
	display: none;
}
#copyright {
}
/* content */
#page {
	border: none;
}
#content {
	width: 660px;
}
#textCol {
	width: 420px;
}
#picCol {
	width: 150px;
	margin-left: 450px;	
}
p#enlargeclick {
	display: none;
}
/*suppliers*/
#suppliers div h3 {
	width: 420px;
}
#suppliers div p {
	width: 420px;
}
/*products*/
div.product_listitem {
	width: 380px;
}
div.product_hero {
	width: 380px;
}
#recordset {
	display: none;
}
/* product page */
#prodCol {
	width: 470px;
}
a#backtoresults {
	display: none;
}
a#backtoresults:hover {
	text-decoration: underline;
}
#productDetails {
	width: 320px;
	float:left;
}
.productDetailsFullWidth {
	width: 530px !important;
}
#product #picCol {
	float:left;
}
#BoilerImages {
	width: 320px;
}
#BoilerImages dl {
	width: 100px;
}
#BoilerImages dl dt {
	width: 80px;
}
#BoilerImages dl dd{
	width: 80px;
}
#brandCol {
	width: 100px;
	float: left;
}
#product #brandCol img{
	background: #fff;
	margin-bottom: 15px;
}
#brandCol .logo {
	width: 80px;
	padding: 10px;
}
#brandCol .ManuLogo {
	width: 80px;
	padding: 10px;
}
#brandCol img {
	width: 80px;
	padding: 10px;
}
.CartAdd {
	display: none;
}
