@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
}

/* [ General styles ] */
a:link { 
	color: #999;
	text-decoration: none;
}
a:visited { 
	color: #999;
	text-decoration: none;
}
a:hover { 
	color: #CCC;
	text-decoration: underline;
}
a:active { 
	color: #CCC;
	text-decoration: none;
}
a.on  {
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}


h1 {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	margin: 10px 0;
	font-size: 13px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	margin: 0;
	font-size: 13px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	margin: 5px 0;
	padding: 0;
	font-size: 13px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
p {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.pdficon {
	margin: 0 5px 0 0;
	border: none;
}
ol, ul {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.blinktext {
	 text-decoration: blink;
     font-style: normal;
}
/* Main container div */
.oneColFixCtrHdr #container {
	width: 840px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 55px 10px 55px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}

/* [ Header ] */
.oneColFixCtrHdr #header {
	width: 840px;
	height: 90px;
	background-color: #000;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 0;
}
#header-left {
	float: left;
	width: 420px;
	height: 90px;
	padding: 0;
	margin: 0;
}
#header-left a img {
	width: 95px;
	height: 80px;
	border: none;
	margin: 5px 0 0 0;
}
#header-right {
	float: right;
	text-align: right;
	width: 420px;
	height: 90px;
	padding: 0;
	margin: 0;
}
#header-right a img {
	width: 205px;
	height: 30px;
	border: none;
	margin: 30px 0 0 0;
}

#loginStatus {
	width: 840px;
	height: 21px;
	background-color: #000;
	padding: 0;
	margin: 0 0 15px 0;
	border-top: 1px solid #CCC;
	border-bottom: 3px solid #CCC;
}
#loginStatus h1 {
	width: 555px;
	float: left;
	padding: 0;
	margin: 0;
	line-height: 21px;
	vertical-align: middle;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#loginStatus h1 img {
	margin: 5px 0 0 0;
	border: none;
}
	
#loginStatus p {
	width: 285px;
	float: right;
	padding: 0;
	margin: 0;
	line-height: 21px;
	vertical-align: middle;
	text-align: right;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#loginStatus p a {
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
#loginStatus p a:hover {
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: underline;
}
#loginStatus p em {
	font-size: 11px;
	color: #999;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}


/* [ Main Content ] */
.oneColFixCtrHdr #mainContentWrapper {
	width: 840px;
	margin: 0;
	padding: 0;
	background: #000;
}

#leftSidebar {
	float: left;
	width: 165px;
	padding: 0;
	margin: 0 14px 0 0;
	/*border-right: 1px solid #CCC;*/
}

#mainContent {
	float: left;
	width: 645px;
	/* IE 6 min-height hack */
	min-height: 725px;
	height: auto !important;
	height: 725px;
	margin: 0;
	padding: 0 0 0 14px;
	border-left: 1px solid #CCC;
}
.subContent {
	float: left;
	width: 645px;
	margin: 0;
	padding: 0;
}
.homeDescription {
	margin-top: 0px;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

/* Navigation menu */

#navmenuWrapper {
	width: 165px;
	padding: 0;
	margin: 0 0 15px 0;
}
#navmenuWrapper h2 { }

/* Navigation Level 1 */
.navLevel1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navItem1 {
	margin: 0;
	padding: 3px 0 3px 0 !important;
	padding: 0 0 3px 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.navItem1 a {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.navItem1 a:hover {
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
	text-decoration: underline;
}
.navItem1-on {
	margin: 0;
	padding: 3px 0 3px 0 !important;
	padding: 0 0 3px 0;
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
.navItem1-on a {
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
.navItem1-on a:hover {
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: underline;
}

/* custom styling for Shopping Cart nav menu item when cart is active */
.navItemCart1 {
	margin: 0;
	padding: 3px 0 3px 0 !important;
	padding: 0 0 3px 0;
	font-size: 11px;
	color: #F90;
	font-weight: normal;
	text-decoration: none;
}
.navItemCart1 a {
	font-size: 11px;
	color: #F90;
	font-weight: normal;
	text-decoration: none;
}
.navItemCart1 a:hover {
	font-size: 11px;
	color: #F90;
	font-weight: normal;
	text-decoration: underline;
}
.navItemCart1-on {
	margin: 0;
	padding: 3px 0 3px 0 !important;
	padding: 0 0 3px 0;
	font-size: 11px;
	color: #F90;
	font-weight: bold;
	text-decoration: none;
}
.navItemCart1-on a {
	font-size: 11px;
	color: #F90;
	font-weight: bold;
	text-decoration: none;
}
.navItemCart1-on a:hover {
	font-size: 11px;
	color: #F90;
	font-weight: bold;
	text-decoration: underline;
}


/* Navigation Level 2 */
.navLevel2-open {
	display: block;
	margin: 0 0 0 12px;
	padding: 0;
	list-style-type: none;
	list-style-image: url(navBullet.gif);
}
.navLevel2-closed {
	display: none;
}
.navItem2 {
	margin: 0;
	padding: 3px 0 3px 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.navItem2 a {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.navItem2 a:hover {
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
	text-decoration: underline;
}
.navItem2-on {
	margin: 0;
	padding: 3px 0 3px 0;
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
.navItem2-on a {
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
.navItem2-on a:hover {
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: underline;
}

/* Navigation Level 3 */
.navLevel3-open {
	display: block;
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
	list-style-image: url(navBullet.gif);
}
.navLevel3-closed {
	display: none;
}
.navItem3 {
	margin: 0;
	padding: 3px 0 3px 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.navItem3 a {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.navItem3 a:hover {
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
	text-decoration: underline;
}
.navItem3-on {
	margin: 0;
	padding: 3px 0 3px 0;
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
.navItem3-on a {
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
.navItem3-on a:hover {
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: underline;
}


/* Account menu */

#accountmenuWrapper {
	width: 165px;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	border-top: 2px solid #CCC;
}
#accountmenuWrapper h2 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

.amLogout {
	margin: 0;
	padding: 10px 0 3px 0;
	font-weight: bold;
}
.amLogout a {
	font-weight: bold;
}
.amLogout a:hover {
	font-weight: bold;
}

/* [ Footer ] */
.oneColFixCtrHdr #footer {
	width: 840px;
	height: 45px;
	margin: 20px 0 10px 0;
	padding: 10px 0 0 0;
	background-color: #000;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.oneColFixCtrHdr #footer div p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #footer div p a {
	font-size: 10px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #footer div p a:hover {
	font-size: 10px;
	color: #CCC;
	font-weight: normal;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer div p a.on {
	font-size: 10px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
.oneColFixCtrHdr #footer div p a.on:hover {
	font-size: 10px;
	color: #CCC;
	font-weight: bold;
	text-decoration: underline;
}

#footer-left {
	float: left;
	width: 195px;
}
#footer-center {
	float: left;
	width: 385px;
}
#footer-right {
	float: left;
	width: 260px;
	text-align: right;
}



/* [ Shopping Cart styles ] */

/* Summary Cart */
#cartsummary {
	width: 165px;
	height: 20px;
	margin: 0;
	padding: 10px 10px 0 10px;
}
#cartsummaryText {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#cartsummaryText a {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#cartsummaryText a:hover {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#cartsummaryImage {
	float: left;
	width: 20px;
	margin: 0 10px 0 0;
}
#cartsummaryImage img {
	border: none;
	padding: 0;
	margin: 0;
}

/* Full Cart */
#fullCartWrapper { /* Overall Full Cart wrapper - overrides "subContent" class */

}
#fullCart {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #222;
}
#fullCartWrapper h6 {  /* Full Cart title - override default h6 */
	margin: 0 0 5px 0;
	color: #999;
}

.FullCartSubtitle {
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
	background-color: #333;
	text-decoration: none;
}
.FullCartValue {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.FullCartTotal {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
.removeCart {}
.removeCart a {}
.removeCart a:hover {}
.removeCart img {
	border: none;
}

#fullCartNoItems {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.formbuttonClearCart {
	margin: 0;
	padding: 0;
	width: 72px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-clearcart.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.formbuttonRequestQuote {
	margin: 0;
	padding: 0;
	width: 94px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-requestquote.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.formbuttonUpdateCart {
	margin: 0;
	padding: 0;
	width: 106px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-recalculate.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.formbuttonCheckout {
	margin: 0;
	padding: 0;
	width: 72px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-checkout.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.formbuttonAddToCart {
	margin: 0;
	padding: 0;
	width: 80px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-addtocart.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.formbuttonAddToCartSmall {
	margin: 0;
	padding: 0;
	width: 36px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-addtocart-sml.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.formbuttonRequestInfo {
	margin: 0;
	padding: 0;
	width: 116px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-requestinfo.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.formbuttonGotoCheckout {
	margin: 0;
	padding: 0;
	width: 116px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-gotocheckout.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.formbuttonContactNoOrder {
	margin: 0;
	padding: 0;
	width: 116px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-contactus.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.formbuttonAddToFavourite {
	margin: 0;
	padding: 0;
	width: 116px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-addtofav.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.formbuttonSubmit {
	margin: 0;
	padding: 0;
	width: 55px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-submit.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.formbuttonProceed {
	margin: 0;
	padding: 0;
	width: 74px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-proceed.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

/* [ pager ] */
#pagerWrapper {
	float: right;
	/*width: 300px;*/
	margin: 5px 0 10px 0;
	padding:  0 0 10px 0;
	text-align: right;
}
#pagerTotalPages {
	float: left;
	margin: 3px 5px 0 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#pagerItemsPerPage {
	float: left;
	margin: 3px 5px 0 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#pagerItemsPerPageSelect {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
.perPageSelect {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	/*height: 18px;*/
	border: 1px solid #999;
	background-color: #EAEAEA;
	padding: 2px;
	margin: 0;
}
.perPageSelectSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	/*height: 18px;*/
	border: 1px solid #CCC;
	background-color: #EAEAEA;
	padding: 2px;
	margin: 0;
}
#pagerPrevious {
	float: left;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#pagerPrevious a {}
#pagerPrevious a:hover {}

#pagerPageSelectWrapper {
	float: right;
	margin:0;
	padding: 0;
}
#pagerPageNumbersWrapper {
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
}
#pagerNext {
	float: left;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#pagerNext a {}
#pagerNext a:hover {}

.pageNumbers {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.pageNumbers a {}
.pageNumbers a:hover {}

.pageNumberSelected {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 13px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}

/* [ category_list ] */

#categoryListWrapper { /* Overall category list wrapper */
	margin: 0;
	padding: 0 10px 10px 10px;
}

/* change the following to override default styles */
#categoryListWrapper h2 { }
#categoryListWrapper p { }
#categoryListWrapper a:link { }
#categoryListWrapper a:visited { }
#categoryListWrapper a:hover { }
#categoryListWrapper a:active { }

.catCrumbTrail {
	font-size: 13px;
	font-weight: bold;
	color: #676767;
	text-decoration: none;
}
.catCrumbTrail a {
	font-size: 13px;
	font-weight: bold;
	color: #676767;
	text-decoration: none;
}
.catCrumbTrail a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #EE3224;
	text-decoration: underline;
}

/* Override the above catCrumbTrail styles */
#cat1CrumbTrail {}
#cat2CrumbTrail {}
#cat3CrumbTrail {}


#cat1Intro {} /* override default <p> style */
#cat2Intro {} /* override default <p> style */

/* Category UL and LI styles */
.categorySubUL {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.categorySubLI {
	font-size: 12px;
	color: #676767;
	text-decoration: none;
	padding: 3px 20px 3px 0;
	margin: 0;
}
.categorySubLI a {
	font-size: 12px;
	color: #676767;
	text-decoration: none;
}
.categorySubLI a:hover {
	font-size: 12px;
	color: #676767;
	text-decoration: underline;
}
.categorySubLI img {
	margin: 0 5px 0 0;
}

.searchText {
	font-size: 15px;
	font-weight: bold;
	color: #AB0634;
	text-decoration: none;
}

/* [ product_list ] */

#productListWrapper { }
#productListWrapper h1 {
	margin: 0 0 20px 0;
	padding: 0;
}
#productListWrapper h1 a {
	text-decoration: none;
}
#productListWrapper h1 a:hover {
	text-decoration: none;
}

#productListImagesWrapper {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 400px;
}
#productListImage {
	margin: 0;
	padding: 0;
}
#productListImage img {
	margin: 0;
	padding: 0;
	width: 400px;
	border: none;
}

#productListInfo {
	float: left;
	margin: 0;
	padding: 0;
	width: 225px;
}
.productListInfoTitle {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

ul#productList {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#productList li {
	float: none;
	margin: 0;
	padding: 3px 0;
}



.productListCartBlock { /* Contains the product prices and add to cart/more info buttons etc */
	float: left;
	width: 150px;
	text-align: right;
	
}
.productListPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #069;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}
.productListPriceExGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
.productListPriceIncGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #069;
	text-decoration: none;
}



.productListQtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	width: 24px;
/*	height: 12px !important;
	height: 16px;*/
	border: 1px solid #999;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.productListQtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	width: 24px;
/*	height: 12px !important;
	height: 16px;*/
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}

/* [ product_detail ] */
#productDetailWrapper { }
#productDetailWrapper h1 {
	margin: 0 0 20px 0;
	padding: 0;
}
#productDetailWrapper h1 a {
	text-decoration: none;
}
#productDetailWrapper h1 a:hover {
	text-decoration: none;
}
#productDetailImagesWrapper {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 400px;
}
#productDetailImage {
	margin: 0;
	padding: 0;
}
#productDetailImage img {
	margin: 0;
	padding: 0;
	width: 400px;
	border: none;
}

#productDetailInfo {
	float: left;
	margin: 0;
	padding: 0;
	width: 225px;
}

.productDetailTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.productDetailText {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.productDetailText a {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}
.productDetailText a:hover {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
	text-decoration: underline;
}
img#gecaLogo {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}
.productDetailTextNoValue {
	margin: 0 0 15px 0;
	padding: 0;
	height: 0px;
}
#productDetailPriceOptions {}

#productDetailPriceWrapper {
	margin: 10px 0 0 0;
	padding: 0;
}
#usageIcons {
	margin: 0 0 15px 0;
}
#usageIcons img {
	margin: 0 0 6px 0;
	width: 40px;
}
#careIcons {
	margin: 0 0 15px 0;
}
#careIcons img {
	margin: 0 0 6px 0;
	width: 40px;
}


.productDetailPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #069;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
.productDetailPriceExGST { /* "ex GST" text next to price */
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
.productDetailPriceIncGST { /* "inc GST" text next to price */
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #069;
	text-decoration: none;
}


/* Test reports */
p.productTestTitle {
	margin: 15px 0 3px 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
ul.productTestUL {
	margin-top: 0;
	/*list-style-type: none;*/
}
li.productTestText {
	/*margin: 0 0 0 5px;*/
	padding: 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
li.productTestText a { }
li.productTestText a:hover { }

/* extra product images */
.extraImageThumb {
	float: left;
	margin: 1px;
	padding: 0;
	border: none;
	cursor: pointer;
}
.extraImageThumb img, .extraImageThumb a img {
	width: 100px;
	border: none;
}

/* Product Addons - Product Detail page */
#productDetailAddonsWrapper {}

#productDetailAddonsWrapper h5 { /* modify default h6 style */
	margin: 15px 0 10px 0;
	padding: 5px 0;
	border-top: 1px solid #CCC;
}
.productDetailAddon {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 170px;
	border: 1px solid #CCC;
}
.productDetailAddonThumbnail {
	margin: 0 auto;
	width: 100px;
}
.productDetailAddonThumbnail a img {
	margin: 0;
	width: 100px;
	border: none;
}
.productDetailAddonTitle {
	margin: 5px 0 0 0;
	padding: 0;
	height: 75px;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	text-align: center;
}
.productDetailAddonPriceWrapper {
	margin: 10px 0;
	padding: 0;
	height: 50px;
}
.productDetailAddonPrice {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #069;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.productDetailAddonPriceGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
.productDetailAddonCartStock {
	margin: 0;
	padding: 0 0 5px 0;
	height: 25px;
	text-align: center;
	/*border-bottom: 1px solid #CCC;*/
}

#addToCartWrapper {
	float: left;
	width: 170px;
	margin: 10px 0 0 0;
}
#priceStockWrapper {
	float: right;
	width: 220px;
	text-align: right;
	margin: 10px 0 0 0;
}

select#productcodeSelect { /* Product Price Dropdown menu */
	width: 150px;
}
input#AddToCartSubmit {
	margin: 0 0 0 5px;
	padding: 0;
	width: 80px;
}
input#AddToCartSubmitSmall {
	margin: 5px 0 0 5px;
	padding: 0;
	width: 36px;
}
input#ContactNoOrder {
	margin: 5px 0 0 0;
	padding: 0;
	width: 116px;
}
input#AddToFavourites {
	margin: 5px 0 0 0;
	padding: 0;
	width: 116px;
}
input#MoreInfo {
	margin: 5px 0 0 0;
	padding: 0;
	width: 105px;
}
input#RequestInfo {
	margin: 5px 0 0 0;
	padding: 0;
	width: 116px;
}
input#GotoCheckout {
	margin: 5px 0 0 0;
	padding: 0;
	width: 116px;
}

.OutOfStockMessage {
	font-size: 11px;
	color: #F00;
	font-weight: normal;
	text-decoration: none;
}


/* [ Form styles ] */
form {
	margin: 0;
	padding: 0;
}
.formbuttons {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	height: 22px;
	background-color: #CCC;
	border: 1px solid #999;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.forms {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	height: 14px;
	border: 1px solid #999;
	background-color: #EAEAEA;
	padding:2px;
	margin: 0;
}
.formsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	height: 14px;
	border: 1px solid #CCC;
	background-color: #EAEAEA;
	padding:2px;
	margin: 0;
}
select.forms, select.formsSelected {
	height: 20px !important;
	height: 20px;
}
.qtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px;
	height: 16px;
	border: 1px solid #999;
	background-color: #EAEAEA;
	padding:2px;
	margin: 0;
}
.qtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px;
	height: 16px;
	border: 1px solid #CCC;
	background-color: #EAEAEA;
	padding:2px;
	margin: 0;
}

/* Search Form */
#simpleSearchWrapper {
	width: 170px;
	height: 50px;
	margin: 0 0 0 5px;
	padding: 10px 0 0 0;
	text-align: right;
}
.simpleSearchField {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 160px;
	height: 16px;
	border: none;
	background-color: #EAEAEA;
	padding: 2px;
	margin: 0;
	border: 1px solid #999;
}
.simpleSearchFieldSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 160px;
	height: 16px;
	border: none;
	background-color: #EAEAEA;
	padding: 2px;
	margin: 0;
	border: 1px solid #CCC;
}
.simpleSearchButton {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	height: 18px;
	background-color: #CCC;
	border: 1px solid #999;
	cursor: pointer;
	margin: 0;
	padding: 0;
}


/* [ login ] */

#loginWrapper {
	width: 165px;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	border-top: 2px solid #CCC;
}
#loginWrapper h2 { }

#loginUsername {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#loginPassword {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

.emailPasswordButton {
	margin: 0;
	padding: 0;
	width: 114px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-emailpassword.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

/* Form field styles */
#homeLoginButton {
	float: left;
	width: 44px;
	height: 22px;
	margin: 0 15px 0 0;
	padding: 0;
}
#homeRegisterButton {
	float: left;
	width: 62px;
	height: 22px;
	margin: 0;
	padding: 0;
}
#homeRegisterButton img {
	border: none;
	margin: 0;
	padding: 0;
}
.loginformbutton {
	margin: 0;
	padding: 0;
	width: 44px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-login.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.loginformregisterbutton {
	margin: 0;
	padding: 0;
	width: 62px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-login.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.loginform {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 159px;
	height: 16px;
	background-color: #EAEAEA;
	padding: 2px;
	margin: 5px 0;
	border: 1px solid #999;
}
.loginformSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 159px;
	height: 16px;
	background-color: #EAEAEA;
	padding: 2px;
	margin: 5px 0;
	border: 1px solid #CCC;
}


.forgotLogin { /* Font styles for Forgot Login link */
	margin: 5px 0 8px 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.forgotLogin a { }
.forgotLogin a:hover { }


#loginFormReg {
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #999;
}
#loginReg {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

#loginReg input, loginReg input {
	margin: 0 5px;
}

/* [ news_summary ] */
#news_summaryWrapper {
	margin: 0;
	padding: 0;
	width: 645px;
}
.news_summaryItemWrapperTop {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	width: 195px;
	height: 15px;
	border-top: 2px solid #CCC;
}
.news_summaryItemWrapperTopLastItem {
	float: left;
	margin: 0;
	padding: 0;
	width: 195px;
	height: 15px;
	border-top: 2px solid #CCC;
}
.news_summaryItemWrapper {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 14px 0 0;
	width: 195px;
	height: 265px;
	border-right: 1px solid #CCC;
}
.news_summaryItemWrapperLastItem {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 195px;
	height: 265px;
	border-right: none;
}

#news_summaryWrapper img {
	margin: 0;
	border: none;
}
.news_summary_date {
	margin: 0;
	padding: 10px 0 15px 0;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
.news_summary_date a { }
.news_summary_date a:hover { }

.news_summary_title {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
.news_summary_title a { }
.news_summary_title a:hover { }

.news_summary_content {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.news_summary_content a {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-decoration: underline;
}
.news_summary_content a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-decoration: underline;
}

/* [ news ] */
#newsWrapper { /* Overall News page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#newsWrapper h3 {
	margin: 0 0 10px 0;
	padding: 0;
}
#newsWrapper img {
	margin: 0;
	border: none;
}
#newsWrapper a:link { }
#newsWrapper a:visited { }
#newsWrapper a:hover { }
#newsWrapper a:active { }
#newsWrapper p { }

#newsWrapper p.newsdate {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
}
#newsWrapper .newscontent {
	float: left;
	width: 445px;
	margin: 0;
	padding: 0 0 15px 0;
}
#newsWrapper p.newsArticle { }
#newsWrapper .newsMoreLink {
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
#newsWrapper .newsMoreLink a {
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
#newsWrapper .newsMoreLink a:hover {
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: underline;
}

/* [ Project pages ] */

#projectsWrapper { }
#projectsWrapper h1 {
	margin: 0 0 20px 0;
	padding: 0;
}
#projectsWrapper h1 a {
	text-decoration: none;
}
#projectsWrapper h1 a:hover {
	text-decoration: none;
}

#projectsWrapper ul {
/*	width: 400px;
	float: left;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#projectsWrapper li {
	float: left;
	width: 190px;
	height: 200px;
	margin: 0 0 5px 0;
}
#projectsWrapper li.catDivider {
	float: left;
	width: 1px;
	height: 185px;
	margin: 0 15px;
	background-color: #666;
}
#projectsWrapper li a img {
	border: none;
	margin: 0;
}
#projectsWrapper li h2 {
	font-size: 12px;
	margin: 0;
	padding: 15px 0 15px 0;
	border-bottom: 2px solid #666;
}
#projectsWrapper li h2 a { }
#projectsWrapper li h2 a:hover { }

/*#projectsWrapper li p {
	margin: 0;
	padding: 0 0 15px 0;
	border-bottom: 2px solid #666;
}*/

#projectPageWrapper {
	margin: 20px 0 0 0;
}

#projectImage {
	float: left;
	width: 410px;
	/*height: 500px;*/
}
#projectImage img {
	margin: 0 0 5px 0;
}
#projectInfo {
	float: left;
	width: 205px;
	margin: 0 0 0 30px;
}
p.projectSubtitle {
	margin: 0 0 10px 0;
	font-weight: bold;
}
p.projectText {
	margin: 0 0 10px 0;
}
#projectInfo ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#projectInfo li {
	margin: 0;
	padding: 3px 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#projectInfo li a {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#projectInfo li a:hover {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}

/* [ Contact Form styles ] */
#contactFormWrapper {
	margin: 0;
	padding: 0 0 10px 0;
}
#contactFormWrapper fieldset {
	border: 1px solid #999;
	padding: 10px;
	padding-top: 0;
}
#contactFormWrapper legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#contactFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 125px;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	text-align: right;
}
#contactFormWrapper input, #contactFormWrapper select, #contactFormWrapper textarea {
	margin: 5px 0 0 0;
}
#contactFormWrapper select#Country, #contactFormWrapper select#StateAU, #contactFormWrapper select#StateUS {
	width: 140px;
}
#contactFormWrapper input#contactSubmit {
	margin: 5px 0 0 130px;
}
.contactSubmitButton {
	margin: 0;
	padding: 0;
	width: 55px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-submit.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.contactFormSubmitButton {
	margin: 0;
	padding: 0;
	width: 116px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-contactme.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

#contactFormWrapper textarea {
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#contactAddress {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #999;
}

#CaptchaHowToUse {
	margin: 5px 0 10px 130px;
	font-size: 11px;
	font-weight: normal;
	color: #5B5B5B;
	text-decoration: none;
}
#CaptchaReloadText {
	margin: 5px 0 5px 0;
	font-size: 11px;
	font-weight: normal;
	color: #5B5B5B;
	text-decoration: none;
}

/* [ Registration Form styles ] */
#registrationFormWrapper {
	margin: 0px;
	padding: 10px 0 10px 0;
}
#registrationFormWrapper fieldset {
	border: 1px solid #999;
	padding: 10px;
	padding-top: 0;
}
#registrationFormWrapper legend {
	font-size: 13px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#registrationFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	text-align: right;
}
#registrationFormWrapper input, #registrationFormWrapper select, #registrationFormWrapper textarea {
	margin: 5px 0 0 0;
}
#registrationFormWrapper select#Country, #registrationFormWrapper select#StateAU, #registrationFormWrapper select#StateUS, #registrationFormWrapper select#contactsource {
	width: 140px;
}
#registrationFormWrapper input#StateOther {
	width: 135px;
}
#registrationFormWrapper textarea {
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#registrationFormWrapper input#registrationSubmit {
	margin: 5px 0 0 140px;
}
.registrationSubmitButton {
	margin: 0;
	padding: 0;
	width: 62px;
	height: 22px;
	background-color: #CCC;
	background-image: url(button-register.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}



/* Where Are We styles */
#whereWeAreWrapper { }
#whereWeAreWrapper h2 { }
#whereWeAreWrapper h4 {
	margin: 10px 0;
	font-size: 14px;
}
#whereWeAreWrapper p { }

#whereWeAreAddressesWrapper {
	margin: 20px 0 0 0;
	padding: 0;
}
#whereWeAreAddressesWrapper .whereWeAreAddress h5 {
	margin: 5px 0;
	padding: 0;
}
#whereWeAreAddressesWrapper .whereWeAreAddress p {
	margin: 0;
	padding: 0;
}
#whereWeAreAddressesWrapper .whereWeAreAddress p a { }
#whereWeAreAddressesWrapper .whereWeAreAddress p a:hover { }
#whereWeAreAddressesWrapper .whereWeAreAddress {
	float: left;
	width: 250px;
	height: 150px;
	margin: 0 10px 10px 0;
	padding: 3px;
	background-color: #111;
	border: 1px solid #222;
}
#whereWeAreAddressesWrapper .whereWeAreAddress2 h5 {
	margin: 5px 0;
	padding: 0;
}
#whereWeAreAddressesWrapper .whereWeAreAddress2 p {
	margin: 0;
	padding: 0;
}
#whereWeAreAddressesWrapper .whereWeAreAddress2 p a { }
#whereWeAreAddressesWrapper .whereWeAreAddress2 p a:hover { }
#whereWeAreAddressesWrapper .whereWeAreAddress2 {
	float: left;
	width: 250px;
	height: 180px;
	margin: 0 10px 10px 0;
	padding: 3px;
	background-color: #111;
	border: 1px solid #222;
}


/* [ Account Menu styles ] */
#accountMenuHomeWrapper { }
#accountMenuHomeWrapper h2 { }
#accountMenuHomeWrapper p { }
#accountMenuHomeButtons {
	margin: 20px 0 0 40px;
	padding: 0;
}
#accountMenuHomeButtons img {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}

.AMLineBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.AMLineTopRightLeft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	font-size: 11px;
	color: #999;
	padding-right: 5px;
	padding-left: 5px;
}
.AMLineTopRightLeft a{
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
.AMLineTopRightLeft a:hover{
	font-size: 11px;
	color: #CCC;
	text-decoration: underline;
}
.AMSubtitle {
	font-size: 12px;
	color: #999;
	font-weight: bold;
}
.ManageAddressTitle {
	font-size: 12px;
	color: #999;
	font-weight: bold;
}
.AMSubBoxes {
	border: 1px solid #717073;
	font-size: 11px;
	color: #999;
	padding: 2px 5px 2px 5px;
}
.AMSubBoxes a{
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
.AMSubBoxes a:hover{
	font-size: 11px;
	color: #CCC;
	text-decoration: underline;
}

/* Account Menu pages */

/* Account Menu - List Invoices */
#listInvoicesWrapper { /* Overall page wrapper - overrides "subContent" class */

}
.noBold {
	font-weight: normal;
}
/* change the following to override default styles */
#listInvoicesWrapper h2 {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #CCC;
}
#listInvoicesWrapper h5 {
	margin: 10px 0;
}
#listInvoicesWrapper h5 span.noBold {
	font-size: 9px;
}
#listInvoicesWrapper p { }
#listInvoicesWrapper a:link { }
#listInvoicesWrapper a:visited { }
#listInvoicesWrapper a:hover { }
#listInvoicesWrapper a:active { }

#listInvoicesSearchBlock { /* Wrapper for delivery address details */
	margin: 10px 0;
	padding: 0;
}

#listInvoicesCheckboxes {
	height: 25px;
	margin: 0 0 15px 0;
	padding: 0;
}
#listInvoicesCheckboxes input {
	float: left;
	width: 15px;
	margin: 5px 5px 0 0;
}
#listInvoicesCheckboxes label {
	float: left;
	width: 50px;
	line-height: 25px;
	text-align: left;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

#searchInvoicesSubmit {
	margin: 0 0 0 10px;
	padding: 0;
	width: auto;
	height: auto;
}

#listInvoicesList {
	margin: 10px 0 0 0;
	padding: 0;
}
#listInvoicesListTable { }

.listInvoicesListSubtitle {
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.listInvoicesListValue {
	height: 30px;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}
.listInvoicesListValue a { }
.listInvoicesListValue a:hover { }

p#listInvoicesStatusMessage { }
p#listInvoicesNoInvoicesMessage {
	margin: 20px 0;
	padding: 0;
	font-weight: bold;
}

/* View Invoice page */

#viewInvoiceWrapper {

}

/* change the following to override default styles */
#viewInvoiceWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#viewInvoiceWrapper h5 {
	margin: 10px 0;
}
#viewInvoiceWrapper p { }
#viewInvoiceWrapper a:link { }
#viewInvoiceWrapper a:visited { }
#viewInvoiceWrapper a:hover { }
#viewInvoiceWrapper a:active { }

p#viewInvoiceBackLink { }

#invoiceHeader {
	padding: 10px;
	width: 550px;
}
#invoiceHeaderLeft {
	float: left;
	width: 275px;
}
#invoiceHeaderRight {
	float: left;
	width: 275px;
}
p.invoiceLabel {
	float: left;
	width: 150px;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
p.invoiceValue {
	float: left;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

#invoiceImportantDetails { }
#invoiceOtherDetails { }

#invoiceShipToContact{
	float: left;
	width: 275px;
	margin-bottom: 10px;
}
#invoiceShipToAddress {
	float: left;
	width: 275px;
}
#invoiceLineItemTable { }
.invoiceLineItemSubtitle {
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.invoiceLineItemValue {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.invoiceLineItemTotalSubtitle {
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.invoiceLineItemTotalValue {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}


/* View order page */
.viewOrderSubtitle {
	font-size: 13px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

/* [ purchase_pages ] */
#orderProgressTrail {
	display: block;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
#orderProgressTrail li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
}
.orderProgress {
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.orderProgress a {}
.orderProgress a:hover {}

.orderProgressCurrent {
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
.orderProgressArrow {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.formsPaymentNotes {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #999;
	background-color: #EAEAEA;
	padding: 2px;
	margin: 5px 0 0 0;
}
.formsPaymentNotesSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #CCC;
	background-color: #EAEAEA;
	padding: 2px;
	margin: 5px 0 0 0;
}

/* Purchase pages - General styles */
p.detailsLabel {
	float: left;
	width: 75px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0;
	font-weight: bold;
}
p.detailsValue {
	float: left;
	width: 500px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.orderDetailsTable {

}
.detailsTermsValue {
	font-size: 12px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#paymentCartEmptyMessage {
	margin: 15px 0 0 10px;
}
#paymentCartEmptyMessage h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}


/* Purchase pages - Contact section */

#paymentContactWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentContactWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentContactWrapper h6 {
	margin: 5px 0;
	color: #999;
}

#paymentContactWrapper p { }
#paymentContactWrapper a:link { }
#paymentContactWrapper a:visited { }
#paymentContactWrapper a:hover { }
#paymentContactWrapper a:active { }

#paymentContactFormWrapper { /* Wrapper for contact form only */
	margin: 0;
	padding: 0;
	text-align: left;
}
#paymentContactFormWrapper fieldset {
	border: 1px solid #CCC;
	padding: 10px;
	padding-top: 0;
}
#paymentContactFormWrapper legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#paymentContactFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	text-align: right;
}
#paymentContactFormWrapper input {
	margin: 5px 0 0 0;
	width: 135px;
}
#paymentContactFormWrapper select {
	margin: 5px 0 0 0;
	width: 140px;
}

#paymentContactFormWrapper input#paymentContactSubmit { /* Contact Form submit button */
	margin: 5px 0 0 140px;
	padding: 0;
	width: 74px;
}
#paymentContactFormWrapper textarea { }
#contactDeliveryMessage {}


/* Purchase pages - Freight and Terms section */
#paymentFreightWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentFreightWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentFreightWrapper h6 {
	margin: 5px 0;
	color: #999;
}
#paymentFreightWrapper p { }
#paymentFreightWrapper a:link { }
#paymentFreightWrapper a:visited { }
#paymentFreightWrapper a:hover { }
#paymentFreightWrapper a:active { }

#freightDeliveryAddressWrapper { /* Wrapper for delivery address details */
	margin: 15px 0;
	padding: 0;
}

#freightDeliveryMessage {
	font-weight: bold;
}
#freightDeliveryAddressWrapper p.detailsLabel {
	margin-left: 20px;
}
#freightDeliveryAddressWrapper p.detailsValue { }

#forceCredit {
	display: none;
}

#freightRadioGroup {
	margin: 0 0 15px 0;
	padding: 0;
}
p.freightRadioItem {
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
}
p.freightRadioItem input {
	width: 15px;
	margin-right: 5px;
}
#termsRadioGroup {
	margin: 0 0 15px 0;
	padding: 0;
}
p.termsRadioItem {
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
}
p.termsRadioItem input {
	width: 15px;
	margin-right: 5px;
}
#FreightAndTermsSubmit {
	margin: 10px 0 0 20px;
	padding: 0;
}

/* Purchase pages - Confirm Order section */
#paymentConfirmWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentConfirmWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentConfirmWrapper h6 {
	margin: 5px 0;
	color: #999;
}
#paymentConfirmWrapper p { }
#paymentConfirmWrapper a:link { }
#paymentConfirmWrapper a:visited { }
#paymentConfirmWrapper a:hover { }
#paymentConfirmWrapper a:active { }
#paymentConfirmWrapper label { }

#confirmOrderMessage { }
#confirmOrderMessageSub {
	font-weight: bold;
}
#confirmYourDetailsWrapper { /* Wrapper for buyer details */
	margin: 15px 0;
	padding: 0;
}
#confirmYourDetailsWrapper p.detailsLabel {
	width: 125px;
}
#confirmYourDetailsWrapper p.detailsValue { }


#confirmDeliveryDetailsWrapper { /* Wrapper fordelivery address details */
	margin: 15px 0;
	padding: 0;
}
#confirmDeliveryDetailsWrapper p.detailsLabel {
	width: 125px;
}
#confirmDeliveryDetailsWrapper p.detailsValue { }


#confirmSpecialInstructionsWrapper { /* Wrapper for special instructions */
	margin: 15px 0;
	padding: 0;
}
#confirmSpecialInstructionsWrapper p.detailsLabel {
	width: 125px;
}
#confirmSpecialInstructionsWrapper p.detailsValue { }

#confirmOrderDetailsWrapper { /* Wrapper for order details summary */
	margin: 15px 0;
	padding: 0 5px 5px 5px;
	border: 1px solid #CCC;
}
#confirmOrderDetailsTable { /* Order details/cart summary */
	
}

#confirmOrderDetailsWrapper h6 span.detailsTermsValue { }

#confirmOrderSubmit {
	float: right;
	margin: 0;
	padding: 0;
}

/* Secure payment pages - confirm */
#ccPaymentBlock {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}
#ccMakePaymentMessage { }
#ccPaymentOrderID {
	font-weight: bold;
}
#ccCardDetailsMessage { }
#ccOrderTotalMessage { }
#ccOrderTotalMessageValue {
	font-weight: bold;
}
#ccPaymentBlock label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	text-align: right;
}
#ccPaymentBlock #CardName {
	width: 136px;
	margin: 0;
}
#ccPaymentBlock #CCNumber {
	width: 136px;
	margin: 3px 0 0 0;
}
#CCType {
	width: 142px;
	margin: 3px 0 0 0;
}
#CCExpiryMonth {
	width: 68px;
	margin: 3px 0 0 0;
}
#CCExpiryYear {
	width: 68px;
	margin: 3px 0 0 0;
}
#ccProcessPaymentButton {
	margin: 5px 0 5px 140px;
}

/* Purchase pages - Completed Order section */
#paymentCompleteWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentCompleteWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentCompleteWrapper h6 {
	margin: 5px 0;
	color: #999;
}
#paymentCompleteWrapper p { }
#paymentCompleteWrapper a:link { }
#paymentCompleteWrapper a:visited { }
#paymentCompleteWrapper a:hover { }
#paymentCompleteWrapper a:active { }

#paymentCompletePrintPage {
	text-align: right;
}
#paymentCompletePrintPage img {
	border: none;
	margin: 0 5px 0 0;
}

#completeOrderMessage { }
#completeContinueShoppingMessage {
	font-weight: bold;
}

#completeYourDetailsWrapper { /* Wrapper for buyer details */
	margin: 15px 0;
	padding: 0;
}
#completeYourDetailsWrapper p.detailsLabel {
	width: 125px;
}
#completeYourDetailsWrapper p.detailsValue { }


#completeDeliveryDetailsWrapper { /* Wrapper fordelivery address details */
	margin: 15px 0;
	padding: 0;
}
#completeDeliveryDetailsWrapper p.detailsLabel {
	width: 125px;
}
#completeDeliveryDetailsWrapper p.detailsValue { }


#completeSpecialInstructionsWrapper { /* Wrapper for special instructions */
	margin: 15px 0;
	padding: 0;
}
#completeSpecialInstructionsWrapper p.detailsLabel {
	width: 125px;
}
#completeSpecialInstructionsWrapper p.detailsValue { }

#completeOrderDetailsWrapper { /* Wrapper for order details/cart summary */
	margin: 15px 0;
	padding: 0 5px 5px 5px;
	border: 1px solid #CCC;
}
#completeOrderDetailsTable { /* Order details/cart summary */
	
}

#completeOrderDetailsWrapper h6 span.detailsTermsValue { }

#SpecialInstructions {
	width: 250px;
	height: 75px !important;
	height: 75px;
}
.specialInstructions {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	border: 1px solid #999;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.specialInstructionsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.enviroLinksLogo {
	margin: 10px 0;
	text-align: center;
}
.enviroLinksLogo img {
	margin: 0 0 5px 0;
	border: none;
}
.enviroLinksLogo p {
	margin: 0;
	padding: 0;
}


/* [ General site styles ] */

/*.header {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #706F73;
	text-decoration: none;
}*/
.header {
	margin: 10px 0 10px 0;
	font-size: 18px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
/* Alternating row colours */
.rowOn {
	background-color: #222;
}
.rowOff {
	background-color: #111;
}
.content {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.content a {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.content a:hover {
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
	text-decoration: underline;
}
.contentSmall {
	font-size: 10px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.contentSmall a {
	font-size: 10px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.contentSmall a:hover {
	font-size: 10px;
	color: #CCC;
	font-weight: normal;
	text-decoration: underline;
}
.printIconText {
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.printIconText a {
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.printIconText a:hover {
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: underline;
}
.UIMessage {
	font-size: 11px;
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}
.compulsory { /* Compulsory field message style */
	font-size: 10px;
	color: #999;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
.previousPage { /* Previous Page link at the bottom of pages */
	margin: 0;
	padding: 15px 0 10px 0;
	font-size: 11px;
}
.previousPage a {}
.previousPage a:hover {}

.fltrt {
	float: right;
	margin: 0;
}
.fltlft {
	float: left;
	margin: 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Advanced Search form classes */

#AdvancedSearchWrapper {
	width: 165px;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	border-top: 2px solid #CCC;
}
#AdvancedSearchWrapper h2 { }

#AdvancedSearchWrapper label {
	margin: 0;
	padding: 3px 0 3px 0 !important;
	padding: 0 0 3px 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.advsearchform {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 159px;
	height: 20px;
	background-color: #EAEAEA;
	padding: 2px;
	margin: 5px 0;
	border: 1px solid #999;
}
.advsearchformSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 159px;
	height: 20px;
	background-color: #EAEAEA;
	padding: 2px;
	margin: 5px 0;
	border: 1px solid #CCC;
}

.advsearchformbutton {
	margin: 5px 0 0 0;
	padding: 0;
	width: 34px;
	height: 22px;
	background-color: #CCC;
	/*background-image: url(button-go.gif);*/
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
#advancedSearchFabricForm .advsearchformbutton { }
#AdvancedSearchSubmit {}

/** Advanced Search Results classes **/

#searchResultsPageWrapper { }
#searchResultsPageWrapper h2 { }
#searchResultsPageWrapper p { }

#searchResultsWrapper { }

#searchResultsWrapper ul {
	list-style-type: none;
	text-align: center;
}

#searchResultsWrapper li {
	float: left;
	width: 120px;
	height: 180px;
	margin: 0 0 5px 0;
}
#searchResultsWrapper li a img {
	border: none;
	margin: 0 0 5px 0;
}
#searchResultsWrapper li p {
	margin: 5px;
	padding: 0;
}
#searchResultsWrapper li p.searchProductLink {
	height: 26px;
}
#searchResultsWrapper li p.searchViewRangeLink {
	height: 15px;
}
#searchResultsWrapper li p.searchWSLText {
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	color: #999;
}

/** Product page swatches classes **/

#productSwatchesWrapper { }

#productSwatchesWrapper p { }

#productSwatchesWrapper ul {
	width: 400px;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#productSwatchesWrapper li {
	float: left;
	width: 100px;
	height: 190px;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #333;
}
p.productSwatchLinkText {
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
}
p.productSwatchStockText {
	margin: 0;
	padding: 0;
}
p.productSwatchWSLText {
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	color: #999;
}
p.productSwatchBuyNowText {
	margin: 5px 0 0 0;
	padding: 0;
}
#productSwatchesWrapper li a img {
	border: none;
	margin: 0 0 5px 0;
}

/** Product Categories page classes **/

#productCategoriesWrapper { }
#productCategoriesWrapper h1 {
	margin: 0 0 20px 0;
	padding: 0;
}
#productCategoriesWrapper h1 a {
	text-decoration: none;
}
#productCategoriesWrapper h1 a:hover {
	text-decoration: none;
}

#productCategoriesWrapper ul {
/*	width: 400px;
	float: left;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#productCategoriesWrapper li {
	float: left;
	width: 190px;
	height: 195px;
	margin: 0 0 15px 0;
}
#productCategoriesWrapper li.catDivider {
	float: left;
	width: 1px;
	height: 180px;
	margin: 0 15px;
	background-color: #666;
}
#productCategoriesWrapper li a img {
	border: none;
	margin: 0;
}
#productCategoriesWrapper li h2 {
	font-size: 12px;
	margin: 0;
	padding: 15px 0 15px 0;
	border-bottom: 2px solid #666;
}
#productCategoriesWrapper li h2 a { }
#productCategoriesWrapper li h2 a:hover { }

/** Specials page swatches classes **/

#specialsSwatchesWrapper { }

#specialsSwatchesWrapper p { }

#specialsSwatchesWrapper ul {
/*	width: 400px;
	float: left;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#specialsSwatchesWrapper li {
	float: left;
	width: 120px;
	height: 200px;
	margin: 15px 0 0 0;
	border-bottom: 1px dashed #333;
}
#specialsSwatchesWrapper li a img {
	border: none;
	margin: 0 0 5px 0;
}
#specialsSwatchesWrapper li p {
	margin: 5px;
	padding: 0;
}
#specialsAddToCartWrapper {
	float: left;
	width: 120px;
	margin: 0;
}
#specialsSwatchesWrapper li#specialsNoResults {
	width: 500px;
	height: 30px;
	border-bottom: none;
	text-align: left;
}


/** Image library page classes **/

#imageLibraryWrapper { }
#imageLibraryWrapper h1 {
	float: left;
	width: 460px;
	margin: 0 0 20px 0;
	padding: 0;
}
#imageLibraryWrapper h1 a {
	text-decoration: none;
}
#imageLibraryWrapper h1 a:hover {
	text-decoration: none;
}

#imageLibraryWrapper p#imageLibraryPreviousLink {
	float: right;
	width: 160px;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: right;
}

#imageLibraryWrapper ul {
/*	width: 400px;
	float: left;*/
	margin: 0 0 0 48px;
	padding: 10px 0 0 0;
	list-style-type: none;
	text-align: center;
}

#imageLibraryWrapper li {
	float: left;
	width: 110px;
	height: 110px;
}
#imageLibraryWrapper li a img {
	border: none;
	margin: 0 0 5px 0;
}
#imageLibraryWrapper li p {
	margin: 5px;
	padding: 0;
}

/** Site Map page classes **/
#siteMapWrapper {
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px dashed #333;
}
#siteMapGeneral {
	margin: 0 0 0 10px;
}
#siteMapGeneral ul {
	margin: 0 0 0 10px;
}
#siteMapGeneral li {
	padding: 1px 0;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#siteMapGeneral li a {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#siteMapGeneral li a:hover {
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
	text-decoration: underline;
}
.inrowH, .inRowH {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
