@charset "utf-8";
body {
	font: 100% Arial, Verdana, 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: #767676;
}

/* Main container div */
#container {
	width: 950px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* [ General styles ] */
a:link { 
	color: #51607F;
	text-decoration: none;
}
a:visited { 
	color: #51607F;
	text-decoration: none;
}
a:hover { 
	color: #51607F;
	text-decoration: underline;
}
a:active { 
	color: #F00;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	color: #3E4860;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #3E4860;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	margin: 0;
	font-size: 16px;
	color: #3E4860;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	margin: 0;
	font-size: 14px;
	color: #3E4860;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	margin: 5px 0;
	padding: 0;
	font-size: 13px;
	color: #3E4860;
	font-weight: bold;
	text-decoration: none;
}
h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #3E4860;
	font-weight: bold;
	text-decoration: none;
}
p, ul ,ol {
	font-size: 12px;
	color: #767676;
	font-weight: normal;
	text-decoration: none;
}

fieldset {
	border: 1px solid #A7A7A7;
	padding: 10px;
	padding-top: 0;
}
legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #767676;
	text-decoration: none;
}
label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	text-decoration: none;
	text-align: right;
}
select#Country, select#CountryCode, select#StateAU, select#StateUS {
	width: 140px;
}

textarea {
	margin: 5px 0 0 0;
	width: 250px;
	height: 75px !important;
	height: 75px;
}

/* [ Header ] */
#header {
	background: #FFF; 
	padding: 0;
	margin: 0 0 10px 0;
}
#header h1 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#header-top {
	width: 950px;
	height: 15px;
	padding: 0;
	margin: 0;
}
#header-top p {
	padding: 0;
	margin: 0;
	line-height: 15px;
	vertical-align: middle;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #C7C7C7;
}
#header-mid {
	width: 950px;
	height: 67px;
}
#header-mid-left {
	float: left;
	width: 475px;
	height: 45px;
	margin: 0 0 22px 0;
	padding: 0;
}
#header-mid-right {
	float: right;
	width: 475px;
	height: 40px;
	margin: 17px 0 0 0;
	padding: 0;
	text-align: right;
}
/* Header Logo */
#headerlogo {
	width: 295px;
	height: 45px;
	margin: 0;
	position: relative;
}
#headerlogo span {
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

/* Navigation menu links */
#nav-menu-strip {
	width: 950px;
	height: 58px;
	padding: 0;
	margin: 0;
	background-color: #51607F;
}
#nav-menu {
	width: 950px;
	height: 58px;
	padding: 0;
	margin: 0;
}
#nav-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#nav-menu li {
	float: left;
	display: block;
	height: 58px;
	width: 134px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #FFF;
	background-color: #51607F;
}
#nav-menu li.navlastitem {
	border-right: none;
	width: 139px;
}
#nav-menu li a {
	position: relative;
	display: block;
	height: 58px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
#nav-menu li a span {
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
#nav-menu li a:hover {
	background-color: #3E4860;
}
#nav-menu li a:hover span {
	font-size: 12px;
	color: #FFE715;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background-color: #3E4860;
	cursor: pointer;
}
#nav-menu ul #navSelected a {
	background-color: #3E4860;
}
#nav-menu ul #navSelected a span {
	font-size: 12px;
	color: #FFE715;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background-color: #3E4860;
}

/* Login area */
#loginstrip {
	width: 775px;
	height: 38px;
	margin: 0 0 13px 0;
	padding: 0;
	background-repeat: repeat-x;
}


/* [ Main Content ] */
#mainContentWrapper {
	float: left;
	width: 950px;
	padding: 0;
	margin: 0;
}

#leftSidebar {
	float: left;
	width: 210px;
	padding: 0;
	margin: 0;
	background-color: #51607F;
}

#mainContent {
	float: left;
	width: 740px;
	margin: 0;
	padding: 0;
}
#subContent {
	float: left;
	width: 720px;
	margin: 0;
	padding: 10px;
}
.subContent {
	float: left;
	width: 720px;
	margin: 0;
	padding: 10px;
}


/* [ Footer ] */
#footer-top {
	float: left;
	width: 950px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	background-color: #FFF;
	border-top: 1px solid #51607F;
}
#footer-top-left {
	float: left;
	width: 210px;
	height: 119px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#footer-top-right {
	float: left;
	width: 950px;
	margin: 20px 0;
	padding: 0;
	background-color: #FFF;
}
#footer-top p { /* Home page text */
	margin: 20px 0;
	padding: 0;
	font-size: 12px;
	color: #767676;
	font-weight: normal;
	text-decoration: none;
}

#footer-bottom {
	width: 950px;
	padding: 45px 0 0 0;
	margin: 10px 0 10px 0;
	background-color: #FFF;
	border-top: 1px solid #51607F;
}
#footer-bottom p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #51607F;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

/* [ category_menu widget styles ] */

.categoryMenuWrapperAnon {
	width: 210px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #51607F;
}
.categoryMenuWrapper {
	width: 210px;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	background-color: #51607F;
}
.categoryMenuWrapper h6 {
	margin: 0;
	padding: 10px 0 8px 8px;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.categoryMenuWrapper h6#categoryMenuTitle {
	margin: 0;
	padding: 0 0 8px 8px;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.menuTreeLevel1 {
	display: block;
	width: 210px;
	/*height: auto !important;*/
	line-height: 29px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #FFF;
}
.menuTreeLevel1 a {
	display: block;
	width: 210px;
	/*height: auto !important;*/
	line-height: 29px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}
.menuTreeLevel1 a:visited {
	color: #FFF;
	text-decoration: none;
}
.menuTreeLevel1 a:hover {
	color: #FFE715;
	text-decoration: none;
	background-color: #3E4860;
}
.menuTreeLevel1On {
	color: #FFE715;
	text-decoration: none;
	background-color: #3E4860;
}
.menuTreeLevel1On a {
	color: #FFE715;
	text-decoration: none;
}
.menuTreeLevel1On a:visited {
	color: #FFE715;
	text-decoration: none;
}

.menuTreeLevel2 {
	display: block;
	width: 210px;
	height: auto !important;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.menuTreeLevel2 a {
	display: block;
	width: 210px;
	height: auto !important;
	height: 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}
.menuTreeLevel2 a:visited {
	color: #FFF;
	text-decoration: none;
}
.menuTreeLevel2 a:hover {
	color: #FFE715;
	text-decoration: none;
	background-color: #3E4860;
}
.menuTreeLevel2On {
	color: #FFE715;
	text-decoration: none;
}
.menuTreeLevel2On a {
	color: #FFE715;
	text-decoration: none;
}
.menuTreeLevel2On a:visited {
	color: #FFE715;
	text-decoration: none;
}

.menuTreeLevel3 {
	display: block;
	width: 210px;
	height: auto !important;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.menuTreeLevel3 a {
	display: block;
	width: 210px;
	height: auto !important;
	height: 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}
.menuTreeLevel3 a:visited {
	color: #FFF;
	text-decoration: none;
}
.menuTreeLevel3 a:hover {
	color: #FFE715;
	text-decoration: none;
	background-color: #3E4860;
}
.menuTreeLevel3On {
	color: #FFE715;
	text-decoration: none;
}
.menuTreeLevel3On a {
	color: #FFE715;
	text-decoration: none;
}
.menuTreeLevel3On a:visited {
	color: #FFE715;
	text-decoration: none;
}

.menuTreeLevel1 img, .menuTreeLevel2 img, .menuTreeLevel3 img {
	border: 0;
	margin: 0 10px 0 0;
}

#accountMenuWrapper {
	width: 210px;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	background-color: #51607F;
	border-top: none;
	border-top: 10px solid #FFF;
}

/* [ Shopping Cart styles ] */

/* Summary Cart */
#cartsummary {
	width: 210px;
	height: 65px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #FFF;
}
#cartsummary p.loggedinUser {
	width: 190px;
	padding: 10px 0 15px 0;
	margin: 0 10px 0 10px;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#cartsummaryImage {
	float: left;
	width: 20px;
	height: 15px;
	margin: 0 10px;
}
#cartsummaryImage img {
	border: none;
	padding: 0;
	margin: 0;
}
#cartsummaryText {
	float: left;
	width: 160px;
	height: 15px;
	line-height: 15px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#cartsummaryText a {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#cartsummaryText a:hover {
	font-size: 11px;
	color: #FFE715;
	font-weight: bold;
	text-decoration: underline;
}


/* Full Cart */
#fullCartWrapper { /* Overall Full Cart wrapper - overrides "subContent" class */

}
#fullCart {
	margin: 0;
	padding: 10px;
	border: 1px solid #A7A7A7;
}
#fullCartWrapper h6 {  /* Full Cart title - override default h6 */
	margin: 0 0 10px 0;
	color: #767676;
}
#fullCartTable {}

.FullCartSubtitle {
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #767676;
	background-color: #EBEBEB;
	text-decoration: none;
}
.FullCartValue {
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	text-decoration: none;
}
.FullCartTotal {
	font-size: 11px;
	font-weight: bold;
	color: #767676;
	text-decoration: none;
}
.removeCart {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
.removeCart a {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
.removeCart a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
#fullCartFooterBlock {
	margin: 10px 0 0 0;
	padding: 0;
}
#saveCartWrapper {
	float: left;
	width: 300px;
}
#saveCartWrapper label {
	float: left;
	display: block;
	padding: 0 5px 0 0;
	width: 75px;
	line-height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #767676;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}
#saveCartWrapper input {
	float: left;
	margin: 0 5px 0 0;
}
#saveCartWrapper #SaveCart {
	float: left;
}
#fullCartButtonsWrapper {
	float: right;
	width: 300px;
	text-align: right;
}
#fullCartButtonsWrapper input {
	vertical-align: middle;
	margin: 0 0 0 3px;
	padding: 0;
}


#fullCartNoItems {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color:#767676;
	text-decoration: none;
}

/* [ pager ] */
#pagerWrapper {
	float: right;
	width: 720px;
	margin: 5px 0 10px 0;
	padding:  0 0 10px 0;
	border-bottom: 1px solid #A7A7A7;
	text-align: right;
}
#pagerTotalPages {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 11px;
	color: #767676;
	font-weight: normal;
	text-decoration: none;
}
#pagerItemsPerPage {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 11px;
	color: #767676;
	font-weight: normal;
	text-decoration: none;
}
#pagerItemsPerPageSelect {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
.perPageSelect {
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	/*height: 18px;*/
	border: 1px solid #A7A7A7;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.perPageSelectSelected {
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	/*height: 18px;*/
	border: 1px solid #FFB310;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
#pagerPrevious {
	float: left;
	font-size: 13px;
	color: #767676;
	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;
}
#pageLabel {
	float: left;
	margin-right: 10px;
	font-size: 13px;
	color: #767676;
	font-weight: bold;
	text-decoration: none;
}
#pagerNext {
	float: left;
	font-size: 13px;
	color: #767676;
	font-weight: normal;
	text-decoration: none;
}
#pagerNext a {}
#pagerNext a:hover {}

.pageNumbers {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 13px;
	color: #767676;
	font-weight: normal;
	text-decoration: none;
}
.pageNumbers a {
	text-decoration: underline;
}
.pageNumbers a:hover {}

.pageNumberSelected {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 15px;
	color: #767676;
	font-weight: bold;
	text-decoration: none;
}

/* [ category_crumb_list ] */

#categoryListWrapper { /* Overall category list wrapper */
	margin: 0;
	padding: 0;
}

/* change the following to override default styles */
#categoryListWrapper h2 { }
#categoryListWrapper p { }
#categoryListWrapper a:link { }
#categoryListWrapper a:visited { }
#categoryListWrapper a:hover { }
#categoryListWrapper a:active { }
.crumbArrow {
	font-size: 15px;
	font-weight: bold;
	color: #51607F;
	text-decoration: none;
}
.catCrumbTrail {
	font-size: 13px;
	font-weight: bold;
	color: #EE3224;
	text-decoration: none;
}
.catCrumbTrail a {
	
}
.catCrumbTrail a:hover {
	
}

/* Override the above catCrumbTrail styles */
#cat1CrumbTrail {}
#cat2CrumbTrail {}
#cat3CrumbTrail {}


#cat1Intro {} /* override default <p> style */
#cat2Intro {} /* override default <p> style */

/* Category UL and LI styles */
.categorySubUL {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;;
}
.categorySubLI {
	float: left;
	display: block;
	height: 150px;
	width: 130px;
	margin: 0 10px 15px 0;
	padding: 0;
	font-size: 12px;
	color: #767676;
	font-weight: normal;
	text-decoration: none;
}
.categorySubLI a {
	
}
.categorySubLI a:hover {
	
}
.categorySubLI img {
	margin: 0 0 5px 0;
}

.searchText {
	font-size: 13px;
	font-weight: bold;
	color:#EE3224;
	text-decoration: none;
}

/* [ product_list ] */

#productListWrapper { /* Overall Product List wrapper - overrides "subContent" class */
	
}
#showPricesLink {
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
}
ul#productList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#productList li.pList {
	float: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #A7A7A7;
}
.productListThumbnail {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 175px;
}
.productListThumbnail a img {
	width: 175px;
	margin: 0 auto;
	border: none;
}
.productListDetails {
	float: left;
	width: 385px;
}
#productListDetails p {}
.productListTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color:#767676;
	text-decoration: none;
}
.productListText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color:#767676;
	text-decoration: none;
}

.productListCartBlock { /* Contains the product prices and add to cart/more info buttons etc */
	float: left;
	width: 150px;
	text-align: right;
	
}
.productListPriceOnApplication {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color:#51607F;
	text-decoration: none;
	text-align: right;
	/*vertical-align: middle;*/
}
.productListPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color:#51607F;
	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: #51607F;
	text-decoration: none;
}
.productListPriceIncGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #51607F;
	text-decoration: none;
}
.productListSwapPrice { /* Price displayed via options dropdown "description swap" */
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color:#51607F;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
.productListQtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	width: 24px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #A7A7A7;
}
.productListQtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	width: 24px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #FFB310;
}

/* [ product_detail ] */
#productDetailWrapper { /* Overall Product Detail wrapper - overrides "subContent" class */
	padding-top: 15px;
}
#productDetailInfo {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 400px;
}

.productDetailTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color:#767676;
	text-decoration: none;
}
.productDetailText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color:#767676;
	text-decoration: none;
}
.productDetailText a {
	text-decoration: none;
}
.productDetailText a:hover {
	text-decoration: underline;
}
.productDetailText img#pdfIconImage {
	margin: 0 5px 0 0;
	border: none;
}

#productDetailPriceOptions {
	margin: 10px 0 15px 0;
	padding: 0;
}

#productDetailPriceWrapper {
	margin: 10px 0 15px 0;
	padding: 0;
}
.productDetailPriceOnApplication {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color:#51607F;
	text-decoration: none;
	text-align: left;
	/*vertical-align: middle;*/
}
.productDetailAddonPriceOnApplication {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #51607F;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.productDetailPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color:#51607F;
	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: #51607F;
	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: #51607F;
	text-decoration: none;
}

#productDetailImagesWrapper {
	float: left;
	margin: 0;
	padding: 0;
	width: 310px;
}
#productDetailImage {
	margin: 0 0 5px 0;
	padding: 0;
}
#productDetailImage a img, #productDetailImage img {
	margin: 0;
	padding: 0;
	width: 310px;
	border: none;
}

/* 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 #A7A7A7;
}
.productDetailAddon {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 170px;
	border: 1px solid #A7A7A7;
}
.productDetailAddonThumbnail {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	text-align: center;
}
.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: #767676;
	text-decoration: none;
	text-align: center;
}
.productDetailAddonPriceWrapper {
	margin: 10px 0;
	padding: 0;
	height: 50px;
	text-align: center;
}
.productDetailAddonPrice {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #51607F;
	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: #51607F;
	text-decoration: none;
}
.productDetailAddonCartStock {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	height: 25px;
	text-align: center;
	/*border-bottom: 1px solid #A7A7A7;*/
}



select#productcodeSelect { /* Product Price Dropdown menu */
	width: 150px;
}
input#AddToCartSubmit {
	margin: 10px 0 0 5px;
	width: 70px;
}
input#AddToFavourites {
	margin: 5px 0 0 0;
	width: 105px;
}
input#MoreInfo {
	margin: 5px 0 0 0;
	width: 105px;
}
input#RequestInfo {
	margin: 5px 0 0 0;
	width: 105px;
}
.InStockMessage {
	font-size: 11px;
	color: #080;
	font-weight: normal;
	text-decoration: none;
}
.OutOfStockMessage {
	font-size: 11px;
	color: #F00;
	font-weight: normal;
	text-decoration: none;
}


/* [ Form styles ] */
form {
	margin: 0;
	padding: 0;
}
.formbuttons {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #51607F;
	cursor: pointer;
	border: 1px solid #51607F;
}
.formbuttonProcessPayment {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #51607F;
	cursor: pointer;
	border: 1px solid #51607F;
}
.forms {
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	width: 135px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #A7A7A7;
}
.formsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	width: 135px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #FFB310;
}
.formsReadonly {
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	/*width: 135px;*/
	background-color: #FFF;
	padding: 0;
	margin: 0;
	border: none;
}

select.forms, select.formsSelected {}
.qtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	width: 24px !important;
	width: 30px;
	border: 1px solid #A7A7A7;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.qtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	width: 24px !important;
	width: 30px;
	border: 1px solid #FFB310;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}

/*  Search Form  */
#simpleSearchWrapper {
	float: right;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 24px;
}
.simpleSearchTextWrapper {
	float: left;
	width: 148px;
	height: 22px;
	margin-right: 3px;
	padding: 0;
	border: 1px solid #A7A7A7;
}
.simpleSearchTextWrapperOn {
	float: left;
	width: 148px;
	height: 22px;
	margin-right: 3px;
	padding: 0;
	border: 1px solid #FFB310;
}
#simpleSearchButtonWrapper {
	float: left;
	width: 62px;
	height: 24px;
	margin: 0;
	padding: 0;
}
.simpleSearchField {
	height: 16px;
	width: 142px;
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	background-color: #FFF;
	margin: 1px 0 0 0;
	padding: 2px;
	border: none;
}
.simpleSearchButton {
	cursor: pointer;
}


/* [ login ] */

#loginWrapper {
	float: left;
	width: 210px;
	height: 119px;
	margin: 15px 0 0 0;
	padding: 0;
	background-color: #51607F;
	border-bottom: 10px solid #FFF;
	
}
#loginWrapper h5 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif; ;
	margin: 10px 0 6px 8px;
	padding: 0;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.loginTextWrapper {
	float: left;
	width: 148px;
	height: 22px;
	margin: 0 3px 6px 8px !important;
	margin: 0 3px 6px 4px;
	padding: 0;
	background-color: #798498;
	border: 1px solid #999CA3;
}
.loginTextWrapperOn {
	float: left;
	width: 148px;
	height: 22px;
	margin: 0 3px 6px 8px !important;
	margin: 0 3px 6px 4px;
	padding: 0;
	background-color: #B3B9C7;
	border: 1px solid #FFB310;
}
#loginButtonWrapper {
	float: left;
	width: 38px;
	height: 24px;
	margin: 0 0 6px 0;
	padding: 0;
}
.loginFormField {
	height: 16px;
	width: 136px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #798498;;
	margin: 1px 0 0 0;
	padding: 2px;
	border: none;
}
.loginFormFieldSelected {
	height: 16px;
	width: 136px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #B3B9C7;;
	margin: 1px 0 0 0;
	padding: 2px;
	border: none;
}
.loginFormButton {
	cursor: pointer;
}

#loginWrapper p.forgotLogin { /* Font styles for Forgot Login link */
	padding:0 0 0 10px;
	margin: 0;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#loginWrapper p.forgotLogin a {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#loginWrapper p.forgotLogin a:hover {
	font-size: 11px;
	color: #FFB310;
	font-weight: normal;
	text-decoration: underline;
}

/* [ Contact Form styles ] */
#contactFormWrapper {
	margin: 0;
	padding: 0 0 10px 0;
}
#contactFormWrapper fieldset {
	border: 1px solid #EDEDED;
	padding: 10px;
	padding-top: 0;
}
#contactFormWrapper legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: normal;
	color: #767676;
	text-decoration: none;
}
#contactFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 125px;
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	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;
}
#contactFormWrapper textarea {
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#contactAddress {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #EDEDED;
}
#CaptchaHowToUse {
	margin: 5px 0 10px 130px;
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	text-decoration: none;
}
#CaptchaReloadText {
	margin: 5px 0 5px 0;
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	text-decoration: none;
}

/* [ Registration Form styles ] */
#registrationFormWrapper {
	margin: 0px;
	padding: 10px 0 10px 0;
}
#registrationFormWrapper fieldset {
	border: 1px solid #EDEDED;
	padding: 10px;
	padding-top: 0;
}
#registrationFormWrapper legend {
	font-size: 13px;
	font-weight: normal;
	color: #767676;
	text-decoration: none;
}
#registrationFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	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 textarea {
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#registrationFormWrapper input#registrationSubmit {
	margin: 5px 0 0 140px;
}


/* [ Account Menu styles ] */
a#currentAccount { /* Currently selected/active category - keeps the menu item highlighted */
	color: #900;
}

.AMLineBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #717073;
}
.AMLineTopRightLeft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #717073;
	border-right-color: #717073;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #717073;
	font-size: 11px;
	color: #706F73;
	padding-right: 5px;
	padding-left: 5px;
}
.AMLineTopRightLeft a {
	font-size: 11px;
	color: #706F73;
	text-decoration: none;
}
.AMLineTopRightLeft a:hover {
	font-size: 11px;
	color: #706F73;
	text-decoration: underline;
}
.AMSubtitle {
	font-size: 14px;
	color: #706F73;
	font-weight: bold;
}
.ManageAddressTitle {
	font-size: 12px;
	color: #706F73;
	font-weight: bold;
}
.AMSubBoxes {
	border: 1px solid #900;
	font-size: 11px;
	color: #706F73;
	padding: 2px 5px 2px 5px;
}
.AMSubBoxes a {
	font-size: 11px;
	color: #51607F;
	text-decoration: none;
}
.AMSubBoxes a:hover {
	font-size: 11px;
	color: #51607F;
	text-decoration: underline;
}
.inrowH, .inRowH {
	font-size: 11px;
	font-weight: bold;
	color: #767676;
	text-decoration: none;
}

.specialInstructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	width: 250px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.specialInstructionsSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	width: 250px;
	border: 1px solid #FFB310;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}

/* [ 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: #767676;
	text-decoration: none;
}
.orderProgressArrow {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.formsPaymentNotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #A7A7A7;
	background-color: #FFF;
	padding: 2px;
	margin: 5px 0 0 0;
}
.formsPaymentNotesSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #767676;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #FFB310;
	background-color: #FFF;
	padding: 2px;
	margin: 5px 0 0 0;
}
#Comments {
	font-family: Arial, Helvetica, sans-serif;
}

/* 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 {
	border: 1px solid #A7A7A7;
}
.detailsTermsValue {
	font-size: 11px;
	color: #767676;
	font-weight: normal;
	text-decoration: none;
}
#paymentCartEmptyMessage {
	margin: 15px 0 0 10px;
}
#paymentCartEmptyMessage h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #A7A7A7;
}


/* 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 #A7A7A7;
}
#paymentContactWrapper h6 {
	margin: 15px 0 5px 10px;
	color: #767676;
}

#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 { }
#paymentContactFormWrapper legend { }
#paymentContactFormWrapper label {
	font-weight: bold;
}
#paymentContactFormWrapper input {
	margin: 5px 0 0 0;
}
#paymentContactFormWrapper select {
	margin: 5px 0 0 0;
	width: 140px;
}

#paymentContactFormWrapper input#paymentContactSubmit { /* Contact Form submit button */
	margin: 5px 0 0 140px;
	/*
padding: 0;
*/
}
#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 #A7A7A7;
}
#paymentFreightWrapper h6 {
	margin: 5px 0;
	color: #767676;
}
#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 36px;
	/*
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 #A7A7A7;
}
#paymentConfirmWrapper h6 {
	margin: 5px 0;
	color: #767676;
}
#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 0;
}
#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 #A7A7A7;
}
#ccMakePaymentMessage { }
#ccPaymentOrderID {
	font-weight: bold;
}
#A7A7A7ardDetailsMessage { }
#ccOrderTotalMessage { }
#ccOrderTotalMessageValue {
	font-weight: bold;
}

#CCNumber, #CardName {
	width: 140px;
	margin: 3px 0 0 0;
}
#CCType {
	width: 140px;
	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 #A7A7A7;
}
#paymentCompleteWrapper h6 {
	margin: 5px 0;
	color: #767676;
}
#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 0;
}
#completeOrderDetailsTable { /* Order details/cart summary */
	
}

#completeOrderDetailsWrapper h6 span.detailsTermsValue { }


/* [ General site styles ] */


.viewOrderSubtitle {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.header {
	margin: 10px 0 10px 0;
	font-size: 18px;
	color: #767676;
	font-weight: bold;
	text-decoration: none;
}
/* Alternating row colours */
.rowOn {
	background-color: #F5F5F5;
}
.rowOff {
	background-color: #FFF;
}
.content {
	font-size: 11px;
	color: #767676;
	font-weight: normal;
	text-decoration: none;
}
.content a { }
.content a:hover { }
.contentSmall {
	font-size: 10px;
	color: #767676;
	font-weight: normal;
	text-decoration: none;
}
.contentSmall a { }
.contentSmall a:hover { }
.UIMessage {
	font-size: 11px;
	color: #ED3024;
	font-weight: bold;
	text-decoration: none;
}
.compulsory { /* Compulsory field message style */
	font-size: 10px;
	color: #767676;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
.previousPage { /* Previous Page link at the bottom of pages */
	margin: 0;
	padding: 20px 0 0 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;
}