@charset "utf-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background-color: #E1F2F9;
	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: #666;
}

/* Main container div */
#container {
	width: 950px;
	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: #069;
	text-decoration: none;
}
a:visited { 
	color: #069;
	text-decoration: none;
}
a:hover { 
	color: #069;
	text-decoration: underline;
}
a:active { 
	color: #F00;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	margin: 0;
	font-size: 16px;
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	margin: 0;
	font-size: 14px;
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	margin: 5px 0;
	padding: 0;
	font-size: 13px;
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
}
h6 { /* Used for white titles in sidebar panels */
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 34px;
	vertical-align: middle;
}
p, ul ,ol {
	font-size: 11px;
	color: #2E2E2E;
	font-weight: normal;
	text-decoration: none;
}

fieldset {
	border: 1px solid #CCC;
	padding: 10px;
	padding-top: 0;
}
legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #2E2E2E;
	text-decoration: none;
}
label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #2E2E2E;
	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 {
	width: 950px;
	padding: 0;
	margin: 0;
}

#header-row1 {
	width: 950px;
	height: 30px;
	margin: 0;
	padding: 0;
}
#header-row1 p {
	margin: 0;
	padding: 0;
	line-height: 30px;
	text-align: right;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#header-row1 p a {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#header-row1 p a:hover {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
#header-row1 p .noAccount {
	padding-right: 5px;
	font-size: 11px;
	color: #BEBEBE;
	font-weight: normal;
	text-decoration: none;
}
#header-row1 p .noAccount a {
	font-size: 11px;
	color: #BEBEBE;
	font-weight: normal;
	text-decoration: none;
}
#header-row1 p .noAccount a:hover {
	font-size: 11px;
	color: #BEBEBE;
	font-weight: normal;
	text-decoration: underline;
}

#header-row2 {
	width: 950px;
	height: 94px;
	margin: 0;
	padding: 0;
}
#header-row2-left {
	float: left;
	width: 370px;
	height: 94px;
	margin: 0;
	padding: 0;
}
#header-row2-left img {
	margin: 10px 0 0 0;
	border: none;
}
#header-row2-right {
	float: left;
	width: 580px;
	height: 94px;
	margin: 0;
	padding: 0;
}
#header-row2-right-search {
	width: 580px;
	height: 64px;
	margin: 0;
	padding: 0;
}

/*  Search Form  */
#simpleSearchWrapper {
	width: 570px;
	height: 54px;
	margin: 10px 10px 0 0;
	padding: 0;
	text-align: right;
}
.simpleSearchField {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 195px;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #FFF;
}
.simpleSearchFieldSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 195px;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #F00;
}

/* Navigation menu links */
#nav-menu {
	width: 580px;
	height: 30px;
	margin: 0;
	padding: 0;
}
#nav-menu ul {
	height: 30px;
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#nav-menu ul li {
	float: right;
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
}
#nav-menu ul li a {
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#nav-menu ul li a:hover {
	font-size: 12px;
	color:#FFE715;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#nav-menu ul #navSelected a {
	font-size: 12px;
	color:#FFE715;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#nav-menu ul li img {
	border: none;
	margin: 0;
	padding: 0;
	
}
#nav-menu ul li.navButtonRight {
	margin-right: 1px;
}

#header-row3 {
	width: 950px;
	height: 11px;
	margin: 0;
	padding: 0;
}
#header-row4 {
	width: 950px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#header-row4 #bannerLeft {
	float: left;
	width: 659px;
	height: 208px;
	margin: 0 11px 0 10px !important;
	margin: 0 11px 0 5px;
	padding: 0;
	background-color: #FFF;
}
#header-row4 #bannerRight {
	float: left;
	width: 260px;
	height: 208px;
	margin: 0;
	padding: 0;
}
#header-row4 #bannerLeft img {
	border: none;
}
#header-row4 p {
	width: 930px;
	line-height: 30px;
	margin: 0 10px;
	padding: 0;
	font-size: 12px;
	color: #0788C2;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}


/* [ Main Content ] */
#mainContentWrapper {
	float: left;
	width: 950px;
	padding: 0;
	background-color: #FFF;
}

#leftSidebar {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0 10px !important;
	margin: 0 10px 0 5px;
	background-color: #FFF;
}

.sidePanelTitle {
	width: 200px;
	height: 34px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	/* background-image: url(rightmenu-title-bg.gif); */
	background-repeat: no-repeat;
}
.sidePanelMain {
	width: 200px;
	padding: 0;
	margin: 0;
	background-color: #F8F8F8;
	/* background-image: url(rightmenu-main-bg.gif); */
	background-repeat: repeat-y;
}
.sidePanelFooter {
	width: 200px;
	height: 10px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FBFBFB;
	/* background-image: url(rightmenu-footer.gif); */
	background-repeat: no-repeat;
}

#rightSideBar {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0 0 0 10px !important;
	margin: 0 0 0 10px;
}
.rightSideBarTitle {
	width: 200px;
	height: 34px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	background-image: url(rightmenu-title-bg.gif);
	background-repeat: no-repeat;
}
#rightSideBarSpecials {
	width: 200px;
	padding: 0 0 10px 0;
	margin: 0;
	background-color: #F8F8F8;
	background-image: url(rightmenu-main-bg.gif);
	background-repeat: repeat-y;
}
#rightSideBarSecure {
	width: 200px;
	padding: 10px 0 0 0;
	margin: 0;
	background-color: #FFF;
	background-image: url(rightmenu-main-bg.gif);
	background-repeat: repeat-y;
}

#rightSideBarNews {
	width: 180px;
	padding: 10px;
	margin: 0;
	background-color: #FFF;
	background-image: url(rightmenu-main-bg.gif);
	background-repeat: repeat-y;
}

.rightSideBarFooter {
	width: 200px;
	height: 10px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FBFBFB;
	background-image: url(rightmenu-footer.gif);
	background-repeat: no-repeat;
}

#tradeEnquiriesText {
	margin: 0 8px;
	padding: 0;
	
}

/* [ News styles ] */
div#news {
	margin: 0;
	padding: 0;
}

div.newsdate {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color:#242021;
	text-decoration: none;
	text-align: left;
}
div.newsdate img {
	/*width: 150px;*/
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
}

div.newscontent {
	float: left;
	width: 420px;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color:#242021;
	text-decoration: none;
}
div.newscontent a {
	font-weight: normal;
	color:#069;
	text-decoration: none;
}
div.newscontent a:hover {
	font-weight: normal;
	color:#069;
	text-decoration: underline;
}
div.newscontent img {
	float: left;
	/*width: 150px;*/
	margin: 10px 5px 5px 0;
	padding: 0;
	border: none;
}
div.newscontent .newsMore {
	margin: 10px 0 0 0;
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
div.newscontent .newsMore a {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
div.newscontent .newsMore a:hover {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
.newsItemSeperator {
	height: 5px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCC;
}

.newsSummaryItem {
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	color: #242021;
	font-weight: normal;
	text-decoration: none;
}
.newsSummaryItem a {}
.newsSummaryItem a:hover {}



#mainContent {
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
}
#subContent {
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
}
#contentLeft {
	float: left;
	width: 510px;
	margin: 0;
	padding: 0;
}

#pageTitleSub {
	width: 510px;
	height: 34px;
	margin: 0 0 10px 0;
	padding: 0;
}
#pageTitleFull {
	width: 720px;
	height: 34px;
	margin: 0 0 10px 0;
	padding: 0;
}
#pageTitleSub h2, #pageTitleFull h2 {
	float: left;
	line-height: 34px;
	margin: 0 0 0 15px;
	padding: 0;
	text-align: left;
	font-size: 14px;
	color: #706F75;
	font-weight: bold;
	text-decoration: none;
}

/* Featured Products */
.featureWrapper {
	float: left;
	width: 163px;
	height: 225px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}
.f1 {
	margin-right: 10px;
}
.f2 {
	margin-right: 11px;
}
.f3 {

}
.featureTitle {
	width: 163px;
	height: 42px;
	padding: 0;
	margin: 0;
	background-color: #D9D9D9;
	background-image: url(featured-title-bg.gif);
	background-repeat: no-repeat;
}
.featureTitle h6 { /* Override default h6 */
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 13px;
	color: #494949;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	vertical-align: middle;
}
.featureMain {
	width: 163px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	background-image: url(featured-main-bg.gif);
	background-repeat: repeat-y;
}
.featureImageWrapper {
	width: 100px;
	height: 110px;
	margin: 0 auto;
	padding: 0;
}
.featureImage {
	margin: 5px 0;
	padding: 0;
	border: none;
}
.featurePriceBlock {
	width: 153px;
	height: 45px;
	padding: 0;
	margin: 0 5px;
}
.featurePrice {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
}
.featurePrice select {
	margin: 0;
	padding: 0;
}
.featureWarranty {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #494949;
	text-decoration: none;
}
.featureFooter {
	width: 163px;
	height: 30px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	background-image: url(featured-footer.gif);
	background-repeat: no-repeat;
}
.featureAddToCart {
	float: right;
	margin: 8px 0 0 0;
	padding: 0;
	width: 82px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.featureMoreInfo {
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
	width: 81px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.featureMoreInfo a {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.featureMoreInfo a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

/* Right sidebar Specials */
.specialWrapper {
	width: 180px;
	margin: 0 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E5E5E5;
}
.specialInfo {
	float: left;
	width: 157px;
	text-align: left;
	margin: 10px 10px 0 0;
	padding: 0;
}
.specialArrow {
	float: left;
	width: 13px;
	margin: 10px 0 0 0;
	padding: 0;
}
.specialArrow img {
	border: none;
}
.specialName {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.specialName a {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.specialName a:hover {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}
.specialPrice {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
}


/* [ Footer ] */
#homeFooterText {
	margin: 0;
	padding: 15px 10px 0 10px;
	font-size: 10px;
	color: #6A6A6A;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#content-bottom {
	width: 950px;
	height: 11px;
	margin: 0 0 13px 0;
	padding: 0;
}
#footer {
	width: 950px;
	margin: 0;
	padding: 0;
	background-color: #1F98CF;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#footer p a {
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#footer p a:hover {
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
#footer p#footer-links {
	padding: 10px 0;
}
#footer p#footer-copyright {
	padding: 0 0 10px 0;
}

/* [ category_menu widget styles ] */
.categoryMenuTitle {
	width: 200px;
	height: 34px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.categoryMenuFooter {
	width: 200px;
	height: 10px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.categoryMenuWrapper {
	width: 200px;
	padding: 10px 0 0 0;
	margin: 0;
	background-color: #FFF;
	background-repeat: repeat-y;
}
.menuTreeLevel1 {
	display: block;
	width: 198px;
	height: auto !important;
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 0;
}
.menuTreeLevel1 a {
	display: block;
	width: 198px;
	height: auto !important;
	height: 23px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.menuTreeLevel1 a:hover {
	color: #F00;
	text-decoration: none;
}
.menuTreeLevel2 {
	display: block;
	width: 198px;
	height: auto !important;
	height: 23px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	margin: 0;
}
.menuTreeLevel2 a {
	display: block;
	width: 198px;
	height: auto !important;
	height: 23px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.menuTreeLevel2 a:hover {
	color: #F00;
	text-decoration: none;
}

.menuText1 {
	float: left;
	width: 164px;
	border: none;
	margin: 4px 0 0 0;
	padding: 0 0 4px 0;
	cursor: pointer;
}
.menuTreeLevel1 img {
	float: left;
	width: 24px;
	border: none;
	margin: 0 10px 0 0;
}
.menuText2 {
	float: left;
	width: 154px;
	border: none;
	margin: 4px 0 0 0;
	padding: 0 0 4px 0;
	cursor: pointer;
}
.menuTreeLevel2 img {
	float: left;
	width: 34px;
	border: none;
	margin: 0 10px 0 0;
}

/*
.menuTreeLevel1 img, .menuTreeLevel2 img, .menuTreeLevel3 img {
	border: 0;
	margin: 0 10px 0 0;
}
*/

a.currentCatmenu { /* Currently selected/active category - keeps the menu item highlighted */
	color: #F00;
}


/* [ Shopping Cart styles ] */

/* Summary Cart */
#cartsummary {
	float: right;
	width: 185px;
	height: 34px;
	margin: 0 15px 0 0 !important;
	margin: 0 7px 0 0;
	padding: 0;
}

#cartsummary p {
	margin: 0;
	padding: 0 !important;
	padding: 10px 0 0 0;
	height: 34px !important;
	line-height: 34px !important;
	font-size: 13px;
	color:#007AB6;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}
#cartsummary p a {
	font-size: 13px;
	color:#007AB6;
	font-weight: bold;
	text-decoration: underline;
}
#cartsummary p a:hover {
	font-size: 13px;
	color:#007AB6;
	font-weight: bold;
	text-decoration: underline;
}
#cartsummary img {
	border: none;
	padding: 0;
	margin: 0 5px 0 0;
}


/* Summary Cart - Static Pages */
#cartsummaryStatic {
	width: 200px;
	height: 34px;
	margin: 0 0 12px 0 !important;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(summcartsub-bg.gif);
	background-repeat: no-repeat;
}

#cartsummaryStatic p {
	margin: 0;
	padding: 0 0 0 10px !important;
	padding: 10px 0 0 10px;
	height: 34px !important;
	line-height: 34px !important;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
#cartsummaryStatic p a {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
#cartsummaryStatic p a:hover {
	font-size: 12px;
	color:#FFF;
	font-weight: bold;
	text-decoration: underline;
}
#cartsummaryStatic img {
	border: none;
	padding: 0;
	margin: 0 5px 0 0;
}

/* Full Cart */
#fullCartWrapper { /* Overall Full Cart wrapper - overrides "subContent" class */

}
#fullCart {
	margin: 0;
	padding: 10px;
	border: 1px solid #EBEBEB;
}
#fullCartWrapper h5 {  /* Full Cart title - override default h6 */
	margin: 0 0 10px 0;
	padding: 0;
	color: #2E2E2E;
	font-size: 12px;
}
#fullCartTable {}

.FullCartSubtitle {
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #EBEBEB;
	text-decoration: none;
}
.FullCartValue {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.FullCartTotal {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	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: #000;
	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:#000;
	text-decoration: none;
}

/* [ pager ] */
#pagerWrapper {
	float: right;
	width: 720px;
	margin: 5px 0 10px 0;
	padding:  0 0 10px 0;
	border-bottom: 1px solid #CCC;
	text-align: right;
}
#pagerTotalPages {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 11px;
	color: #706F75;
	font-weight: normal;
	text-decoration: none;
}
#pagerItemsPerPage {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 11px;
	color: #706F75;
	font-weight: normal;
	text-decoration: none;
}
#pagerItemsPerPageSelect {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
.perPageSelect {
	font-size: 11px;
	font-weight: normal;
	color: #706F75;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.perPageSelectSelected {
	font-size: 11px;
	font-weight: normal;
	color: #706F75;
	border: 1px solid #F00;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
#pagerPrevious {
	float: left;
	font-size: 11px;
	color: #706F75;
	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: #706F75;
	font-weight: normal;
	text-decoration: none;
}
#pagerNext a {}
#pagerNext a:hover {}

.pageNumbers {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 11px;
	color: #706F75;
	font-weight: normal;
	text-decoration: none;
}
.pageNumbers a {}
.pageNumbers a:hover {}

.pageNumberSelected {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* [ category_crumb_list ] */

#categoryListWrapper { /* Overall category list wrapper */
	margin: 20px 0 0 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 { }

.catCrumbTrail {
	font-size: 13px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
.catCrumbTrail a {
	font-size: 13px;
	font-weight: bold;
	color: #1491CB;
	text-decoration: none;
}
.catCrumbTrail a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #1491CB;
	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: 13px;
	font-weight: bold;
	color:#EE3224;
	text-decoration: none;
}

/* [ product_list ] */

#productListWrapper { /* Overall Product List wrapper - overrides "subContent" class */
	padding: 0;
}

ul#productList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#productList li {
	float: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}
.productListPriceBlock {
	text-align: right;
}
.productListThumbnail {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 110px;
}
.productListThumbnail a img {
	width: 100px;
	margin: 0 auto;
	border: none;
}
.productListDetails {
	float: left;
	width: 450px;
}
#productListDetails p {}
.productListTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color:#2E2E2E;
	text-decoration: none;
}
.productListText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color:#2E2E2E;
	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:#F00;
	text-decoration: none;
	text-align: right;
	/*vertical-align: middle;*/
}
.productListPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color:#F00;
	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: #F00;
	text-decoration: none;
}
.productListPriceIncGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
}

.productListQtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #2E2E2E;
	width: 24px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #CCC;
}
.productListQtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #2E2E2E;
	width: 24px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #F00;
}

/* [ product_detail ] */
#productDetailWrapper { /* Overall Product Detail wrapper - overrides "subContent" class */
	padding-top: 0;
}
#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:#2E2E2E;
	text-decoration: none;
}
.productDetailText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color:#2E2E2E;
	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:#F00;
	text-decoration: none;
	text-align: left;
	/*vertical-align: middle;*/
}
.productDetailAddonPriceOnApplication {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.productDetailPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color:#F00;
	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: #F00;
	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: #F00;
	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 {
	margin: 15px 0 0 0;
}

#productDetailAddonsWrapper h5 { /* modify default h6 style */
	line-height: 34px;
	margin: 0 0 0 15px;
	padding: 0;
	text-align: left;
	font-size: 13px;
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
}
.productDetailAddon {
	float: left;
	margin: 5px 0 5px 5px;
	padding: 5px;
	width: 160px;
	border: 1px solid #CCC;
}
.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: #2E2E2E;
	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: #F00;
	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: #F00;
	text-decoration: none;
}
.productDetailAddonCartStock {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	height: 25px;
	text-align: center;
	/*border-bottom: 1px solid #CCC;*/
}



select#productcodeSelect { /* Product Price Dropdown menu */
	width: 200px;
}
.productListPriceSelect {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 10px 0;
	border: 1px solid #D4D3D3;
}
.productListPriceSelectSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 10px 0;
	border: 1px solid #F00;
}

input#AddToCartSubmit {
	margin: 10px 0 0 5px;
	padding: 0;
	width: 70px;
}
input#AddToFavourites {
	margin: 5px 0 0 0;
	padding: 0;
	width: 105px;
}
input#MoreInfo {
	margin: 5px 0 0 0;
	padding: 0;
	width: 105px;
}
input#RequestInfo {
	margin: 5px 0 0 0;
	padding: 0;
	width: 105px;
}

.OutOfStockMessage {
	font-size: 12px;
	color: #F00;
	font-weight: normal;
	text-decoration: none;
}
.InStockMessage {
	font-size: 12px;
	color: #1491CB;
	font-weight: normal;
	text-decoration: none;
}

/* [ Form styles ] */
form {
	margin: 0;
	padding: 0;
}
.formbuttons {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #51B7E7;
	cursor: pointer;
	border: 1px solid #1491CB;
}
.formbuttonProcessPayment {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #51B7E7;
	cursor: pointer;
	border: 1px solid #1491CB;
}
.forms {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #D4D3D3;
}
.formsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #F00;
}
select.forms, select.formsSelected {}
.qtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px !important;
	width: 30px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.qtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px !important;
	width: 30px;
	border: 1px solid #F00;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}


/* [ login ] */

#loginWrapper {
	float: left;
	margin: 0 10px !important;
	margin: 0 5px;
	padding: 10px 0 0 0;
	width: 180px;
}
#loginUsername {
	font-size: 11px;
	color: #747474;
	font-weight: bold;
	text-decoration: none;
	margin: 8px 0 3px 0;
}
#loginPassword {
	font-size: 11px;
	color: #747474;
	font-weight: bold;
	text-decoration: none;
	margin: 8px 0 3px 0;
}

/* Form field styles */
.loginform {
	width: 178px;
	font-size: 11px;
	font-weight: normal;
	color: #747474;
	background-color: #D4D2D3;
	border: 1px solid #D4D2D3;
}
.loginformSelected {
	width: 178px;
	font-size: 11px;
	font-weight: normal;
	color: #747474;
	background-color: #D4D2D3;
	border: 1px solid #F00;
}
#LoginSubmit {
	margin: 8px 0 0 0;
}
.loggedinUser { /* Text displayed when user is logged in */
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	color: #747474;
	font-weight: normal;
	text-decoration: none;
}
#loginMyAccount { /* My Account link displayed when user is logged in */
	float: left;
	text-align: left;
	padding-left: 0;
}
#loginLogout { /* Logout link displayed when user is logged in */
	float: left;
	padding-left: 10px;
}
.loginText { /* Font styles for Logout and My Account links */
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #747474;
	font-weight: normal;
	text-decoration: none;
}
.loginText a { }
.loginText a:hover { }

.forgotLogin { /* Font styles for Forgot Login link */
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 11px;
	color: #747474;
	font-weight: normal;
	text-decoration: none;
}
.forgotLogin a {
	/*
font-size: 11px;
	color: #747474;
	font-weight: normal;
	text-decoration: none;
*/
}
.forgotLogin a:hover {
	/*
font-size: 11px;
	color: #747474;
	font-weight: normal;
	text-decoration: underline;
*/
}

#loginUIMessage {}

/* [ login on registration page ] */

#registerLoginWrapper {
	margin: 0 0 8px 0;
	padding: 8px 8px 8px 8px;
	border: 1px solid #CCC;
	background-color: #EFEFEF;
	font-size: 11px;
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
}
#registerLoginWrapper p {
	margin: 0 0 8px 0;
	padding: 0;
}
/*
#registerloginFields {
	font-size: 11px;
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
*/

/* Form field styles */
.registerloginform {
	margin: 0 5px 0 0;
	padding: 2px;
	width: 140px;
	font-size: 11px;
	font-weight: normal;
	color: #2E2E2E;
	background-color: #FFF;
	border: 1px solid #D4D2D3;
}
.registerloginformSelected {
	margin: 0 5px 0 0;
	padding: 2px;
	width: 140px;
	font-size: 11px;
	font-weight: normal;
	color: #2E2E2E;
	background-color: #FFF;
	border: 1px solid #F00;
}
#registerLoginSubmit { }

#registerLoginWrapper p.registerforgotLogin { /* Font styles for Forgot Login link */
	padding: 8px 0 0 0;
	margin: 0;
	font-size: 11px;
	color: #747474;
	font-weight: normal;
	text-decoration: none;
}
#registerLoginWrapper p.registerforgotLogin a {
	font-size: 11px;
	color: #747474;
	font-weight: normal;
	text-decoration: none;
}
#registerLoginWrapper p.registerforgotLogin a:hover {
	font-size: 11px;
	color: #747474;
	font-weight: normal;
	text-decoration: underline;
}

#secureCC {
	width: 149px;
	margin: 20px 0 20px 25px;
}
#securePanelText {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 10px;
	color: #747474;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

/* [ 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: #5B5B5B;
	text-decoration: none;
}
#contactFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 125px;
	font-size: 11px;
	font-weight: normal;
	color: #5B5B5B;
	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: #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 #EDEDED;
	padding: 10px;
	padding-top: 0;
}
#registrationFormWrapper legend {
	font-size: 13px;
	font-weight: normal;
	color: #5B5B5B;
	text-decoration: none;
}
#registrationFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #5B5B5B;
	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: #F00;
}

.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: #069;
	text-decoration: none;
}
.AMSubBoxes a:hover {
	font-size: 11px;
	color: #069;
	text-decoration: underline;
}
.inrowH, .inRowH {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.specialInstructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	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: #000;
	width: 250px;
	border: 1px solid #F00;
	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: #000;
	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: #000;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 2px;
	margin: 5px 0 0 0;
}
.formsPaymentNotesSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #F00;
	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 #CCC;
}
.detailsTermsValue {
	font-size: 11px;
	color: #2E2E2E;
	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: #2E2E2E;
	font-size: 12px;
}

#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 { }
#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 #CCC;
*/
}
#paymentFreightWrapper h6 {
	margin: 5px 0;
	color: #2E2E2E;
	font-size: 12px;
}
#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 #CCC;
*/
}
#paymentConfirmWrapper h6 {
	margin: 5px 0;
	color: #2E2E2E;
	font-size: 12px;
}
#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 #CCC;
}
#ccMakePaymentMessage { }
#ccPaymentOrderID {
	font-weight: bold;
}
#ccCardDetailsMessage { }
#ccOrderTotalMessage { }
#ccOrderTotalMessageValue {
	font-weight: bold;
}

#CCNumber, #CardName {
	width: 135px;
	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 #CCC;
*/
}
#paymentCompleteWrapper h6 {
	margin: 5px 0;
	color: #2E2E2E;
	font-size: 12px;
}
#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: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
}
.header {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #242021;
	font-weight: bold;
	text-decoration: none;
}
/* Alternating row colours */
.rowOn {
	background-color: #F5F5F5;
}
.rowOff {
	background-color: #FFF;
}
.content {
	font-size: 11px;
	color: #242021;
	font-weight: normal;
	text-decoration: none;
}
.content a { }
.content a:hover { }
.contentSmall {
	font-size: 10px;
	color: #242021;
	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: #000;
	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;
}