#prodTableContainer {
	font-size: 8pt;
}
#catProductRangeHeader {
	font-size: 8pt;
	text-align: center;
	padding: 5px 8px;
	background-color:#fff;
	position: relative;
	z-index: 2;
	width: auto;
	margin: 0px 120px;
}
#buyProductRangeHeader {
	font-weight: bold;
	font-size: 9pt;
	position: relative;
	background-color: #fff;
	z-index: 2;
	padding: 5px 5px 0px 5px;
	margin-top: -3px;
}
#catProdRangeLine {
	border-top-style: solid;
	border-top-width: 1px;
	position: relative;
	top: 12px;
	z-index: 1;
	width: 100%;
}
#productTable {
	width: 565px;
	text-align: center;
	font-size: 8pt;
}
.tableCell {
	padding: 5px;
}
.productDiv {
	width: 132px;
	margin: auto;
}
.imgContainer {
	height: 100px;
}
.catHeader {
	font-size: 9pt;
	font-weight: bold;
	height: 29px;
}
.catHeader a {
	text-decoration: none;
}
.buyText {
	margin-bottom: 3px;
}
.saleText {
	font-weight: bold;
	font-size: 8.5pt;
}
.productButtons {
	margin-top: 5px;
	padding-bottom: 5px;
	width: 127px;
}
.buttonBackgroundLeft {
	border: 1px solid #7e8083;
	float: left;
}
.buttonBackgroundRight {
	border: 1px solid #7e8083;
	float: right;
	margin-right: 0px;
}
.viewDetailsBox {
	border: 1px solid #fff;
	padding: 1px 4px 2px 4px;
	background-color: #7e8083;
	color: #fff;
	font-size: 7pt;
	width: 75px;
}
.buyBox {
	border: 1px solid #fff;
	color: #fff;
	padding: 1px 4px 2px 4px;
	width: 36px;
	font-size: 7pt;
}
.viewDetailsButton {
	float: left;
	position: relative;
	top: -27px;
}
.buyButton {
	float: right;
	position: relative;
	right: 3px;
	top: -27px;
}
.buyButtonCart {
	float: right;
	position: relative;
	right: 35px;
	top: -27px;
}
/* Info popup page styles */

#infoContainer {
	width: 95%;
	padding: 10px;
}
.infoHeader {
	font-size: 10pt;
	font-weight: bold;
}
#infoLeft {
	float: left;
	padding-left: 8px;
	width:auto;
}
.infoRight {
	float: right;
	text-align: right;
	font-size: 7pt;
}
.retailPrice {
	font-size: 8pt;
}
.saleBox {
	width: 130px;
	border: 1px solid #fff;
	padding: 2px 4px;
	background-color: #7e8083;
	color: #fff;
	font-size: 7pt;
	text-align: center;
}
.buyNowBox {
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 4px;
	width: 65px;
	text-align: center;
	font-size: 7pt;
}
#buttonContainer {
	width: 250px;
	float: left;
}
.moreInfoText {
	font-weight: bold;
}
/* Shopping cart elements */

.cartTable {
	width: 570px;
	border-bottom: 1px solid #dbdbdb;
}
.rowHeader {
	font-weight: bold;
	font-size: 7.5pt;
	text-align: right;
}
.cartImageCell {
	width: 130px;
	border-bottom: 1px solid #dbdbdb;
	text-align: center;
}
.cartInfoCell {
	width: 220px;
	border-bottom: 1px solid #dbdbdb;
}
.cartInfoCellWide {
	width: 340px;
	border-bottom: 1px solid #dbdbdb;
}
.cartPriceCell {
	width: 60px;
	border-bottom: 1px solid #dbdbdb;
	text-align: right;
}
.cartQtyCell {
	width: 35px;
	border-bottom: 1px solid #dbdbdb;
	text-align: right;
}
.cartSubtotalCell {
	width: 70px;
	border-bottom: 1px solid #dbdbdb;
	text-align: right;
}
.cartDeleteCell {
	width: 27px;
	border-bottom: 1px solid #dbdbdb;
	text-align: center;
	padding-right: 5px;
}
.rowItem {
	height: 100px;
}
.rowFreight {
	height: 50px;
}
.cartHeader {
	font-size: 9pt;
	font-weight: bold;
}
.cartText {
	font-size: 8pt;
}
.qtyField {
	width: 20px;
	text-align: center;
}
.deleteItemBox {
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 2px 0px 2px;
	width: 14px;
	text-align: center;
	background-color: #e98cb5;
	font-size: 6pt;
}
.bottomRowBold {
	font-weight: bold;
	padding-top: 3px;
}
.bottomRowPrices {
	text-align: right;
	font-weight: bold;
	padding-top: 3px;
}
.bottomRowPrices a {
	color: #7e8083;
	text-decoration: none;
}
.bottomRowPrices a:hover {
	text-decoration: underline;
}
.selectInput {
	width: 100px;
	font-size: 7pt;
}
.checkoutBox {
	width: 100px;
	border: 1px solid #fff;
	padding: 4px;
	color: #fff;
	background-color: #e98cb5;
}
#recalculateBox {
	position: relative;
	right: 35px;
}
.recalculateBox {
	border: 1px solid #fff;
	color: #fff;
	padding: 4px;
	width: 70px;
	background-color: #7e8083;
}
.checkoutButton {
	background-color: #e98cb5;
	color: #fff;
	border: 0px solid #fff;
	padding: 0px 2px;
	width: 100px;
	height: 20px;
	margin: 1px;
	font-size: 7pt;
}
#checkoutButtonBox {
	background-color: #fff;
	border: 1px solid #7e8083;
	width: 102px;
	height: 22px;
	text-align: center;
	margin-right: 20px;
}
.freightButton {
	background-color: #7e8083;
	color: #fff;
	border: 0px solid #fff;
	padding: 0px 4px;
	width: 115px;
	height: 20px;
	margin: 1px;
}
#freightButtonBox {
	background-color: #fff;
	border: 1px solid #7e8083;
	width: 117px;
	height: 22px;
	text-align: center;
}
#freightButtonBox a {
	text-decoration: none;
}
.submitButton {
	background-color: #7e8083;
	color: #fff;
	border: 0px solid #fff;
	padding: 0px 2px;
	width: 80px;
	height: 20px;
	margin: 1px;
	font-size: 7pt;
}
#submitButtonBox {
	background-color: #fff;
	border: 1px solid #7e8083;
	width: 82px;
	height: 22px;
	text-align: center;
	margin-right: 4px;
}
.deleteButton {
	float: left;
	position: relative;
	left: 20px;
}
#payOnlineButton {
	background-color: #e98cb5;
	color: #fff;
	border: 0px solid #fff;
	padding: 0px 2px;
	width: 100px;
	height: 20px;
	margin: 1px;
	font-size: 8pt;
}
#printFormButton {
	background-color: #e98cb5;
	color: #fff;
	border: 0px solid #fff;
	padding: 0px 2px;
	width: 100px;
	height: 20px;
	margin: 1px;
	font-size: 8pt;
}
#modifyOrderButton {
	background-color: #e98cb5;
	color: #fff;
	border: 0px solid #fff;
	padding: 0px 2px;
	width: 100px;
	height: 20px;
	margin: 1px;
	font-size: 8pt;
}
#payOnlineBox {
	margin-bottom: 10px;
}
#detailButtons {
	width: 227px;
}
/* Other misc styles */

#searchResults {
	border-top: 1px solid #dcdcdc;
}
.searchHeader a {
	color: #7e8083;
	text-decoration: none;
}
.searchHeader a:hover {
	color: #333;
}
.searchHeaderLeft {
	float: left;
}
.searchHeaderRight {
	float: right;
}
.keyword {
	font-weight: bold;
	color: #e98cb5;
}
.keyword a {
	color: #e98cb5;
	text-decoration: none;
}
.keyword a:hover {
	text-decoration: underline;
}
.resultBlock {
	border-bottom: 1px solid #dcdcdc;
}
.resultRowHeader {
	color: #656565;
	font-weight: bold;
}
.resultRowHeader a {
	text-decoration: none;
	color: #656565;
}
.resultRowHeader a:hover {
	text-decoration: underline;
}
.resultRowOne {
	background-color: #fff;
	padding: 3px 3px 3px 12px;
	font-size: 8pt;
	width: 520px;
	margin-left: 20px;
}
.resultRowTwo {
	background-color: #ebebeb;
	padding: 3px 3px 3px 12px;
	font-size: 8pt;
	width: 520px;
	margin-left: 20px;
}
.thisPage {
	font-weight: bold;
}
.pageNumbers {
	padding: 5px;
	text-align: center;
}
.pageNumbers a {
	color: #7e8083;
	text-decoration: none;
}
.pageNumbers a:hover {
	color: #333;
}
.errorBox {
	margin-top: 2px;
	width: 200px;
	float: right;
}
/* Andrew added this for dynamic shop errors to change color to white */

.errorText_shop {
	font-weight: bold;
	font-size: 6.5pt;
}
.errorText {
	font-weight: bold;
	font-size: 6.5pt;
	color: #f00;
}
.buyText a, .infoRight a {
	color: #7e8083;
	text-decoration: none;
}
.buyText a:hover, .infoRight a:hover {
	color: #333;
}
