body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 10px 15px;
}
h1 {
	font-size: 14pt;
	color: #008000;
}
h2 {
	font-size: 12pt;
	color: #008000;
}
h1 a, h1 a:hover, h1 a:visited, h1 a:link, h1 a:active {
	color: #008000;
}
#login_box {
	border: 1px solid #000;
	padding: 10px 30px;
}
#centre {
	margin: 0px auto 10px;
	position: relative;
	width: 751px;
}
#centre_narrow {
	margin-top: -100px;
	margin-left: -175px;
	position: absolute;
	width: 350px;
	height: 200px;
	left: 50%;
	top: 40%;
}
#header {
	height: 20px;
	background-color: #CCC;
	margin-bottom: 20px;
	padding-top: 4px;
}
	#headerLeft {
			float:left;
			padding-left: 10px;
	}
	#headerRight {
		float:right;
		padding-right: 10px;
	}
	.HeaderRightRRP {
		background-color: #fc9;
		border: solid 1px #000;
		padding: 2px 5px;
	}
	.HeaderRightDLR {
		background-color: #af8;
		border: solid 1px #000;
		padding: 2px 5px;
	}
#footer {
	text-align: center;
	margin-top: 10px;
}
#triBrands, #triParts, #triSearch, #biSearch {
	float: left;
	width: 229px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: solid 1px #ddd;
}
#biBrands {
	float: left;
	width: 468px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: solid 1px #ddd;
}
	#addressLeft {
		float: left;
		width: 200px;
	}
	#addressRight {
		float: left;
		width: 200px;
	}
a, a:hover, a:visited, a:link, a:active {
	color: #00f;
}
#biSearch .search, #triSearch .search {
	width: 180px;
}
.alignRight {
	text-align: right;
}

#subCatTable td {
	width: 200px;
}
.right {
	text-align: right;
}
.mar_r10 {
	margin-right: 10px;
}
.clear {
	clear: both;
}
.pad_t40 {
	padding-top: 40px;
}
#productList, #cartList {
	padding-top: 20px;
}
	#productList p {
		margin: 0;
	}
	#productList th, #cartList th {
		color: #888;
		font-weight: 500;
		border-top: 1px solid #888;
		border-bottom: 1px solid #888;
		text-align: left;
	}
	#productList .th, #cartList .th {
		color: #888;
		font-weight: 500;
		border-bottom: 1px solid #888;
		text-align: left;
		padding: 0;
	}
	#cartList .tdCartPrice, #cartList .tdTotal {
		text-align: right;
	}
	#productList td {
		border-bottom: 1px solid #888;
		padding: 4px;
		padding-bottom: 6px;
		vertical-align: top;
	}
		.tdImage {
			width: 70px;
		}
		.tdDescription {
			width: 460px;
		}
		.tdSKUCode {
			width: 140px;
		}
		.tdPrice {
			width: 90px;
		}
		.tdPriceQty {
			width: 90px;
			text-align: left;
		}
		.tdCentre {
			text-align: center;
		}
	#cartList .even td, #cartList .odd td, #cartList .outofstock td {
		border-top: 1px solid #ccc;
	}
	#cartList .even {
		background-color: #eee;
	}
	#cartList .outofstock {
	  background-color: #f66;
  }
		.tdQuantity {
			width: 60px;
		}
		.tdCode, .tdDesc {
			width: 160px;
			text-align: left;
		}
		.tdItem {
			width: 260px;
			text-align: left;
		}
		.tdCartPrice {
			width: 100px;
			text-align: right;
		}
		.tdTotal {
			width: 100px;
			text-align: right;
		}
		.tdCartEnd {
			width: 20px;
		}
		#cartList .tdCartSubtotal {
			border-top: 3px double #888;
			text-align: right;
		}
#productImage {
	float: left;
	width: 240px;
}
#productDetail {
	float:right;
	width: 500px;
}
	#productDetail td {
		text-align: center;
		font-size: 11pt;
	}
	#productDetail thead {
		border-top: solid 1px #000;
	}
	#productDetail td, #productDetail th {
		border-top: solid 1px #000;
	}
	#productDetail tr.even {
		background-color: #eee;
	}
	#productDetail tr {
		height: 26px;
	}
	#productDetail thead tr {
		height: 18px;
	}
	#productDetail table .right {
		text-align: right;
	}
	#productDetail h2 {
		margin: 0;
	}
	#productDetail .tdCode {
		width: 190px;
		text-align: left;
		font-family: 'Courier New', Courier, monospace;
	}
	#productDetail .tdDesc {
	  width: 190px;
	  text-align: left;
  }
		.tdStock {
			width: 130px;
		}
		.tdDLR {
			width: 100px;
		}
		.tdRRP {
			width: 100px;
		}
		.tdQty {
			width: 50px;
		}
		.qtyCentre {
			width: 50px;
			text-align: center;
		}
		#productDetail .left {
			text-align: left;
		}
.centre {
	text-align: center;
}
.left {
	text-align: left;
}
.image {
	border: solid 1px #ccc;
}
.fixedFont {
	font-family: 'Courier New', Courier, monospace;
}
.notification {
	border: solid 1px #ccc;
	padding: 0px 20px;
	margin: 0 10px 10px;
	background-color: #ff9;
}
.red {
  background-color: #f66;
  margin: 0 50px 10px 0;
}
