@charset "utf-8";
/* Duplicate the following BODY style in wysiwyg.css
 * Remove the text-align: center; attribute before
 * copying to wysiwyg.css */
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: #242021;
}

/* Main container div */
.oneColFixCtrHdr #container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto 0 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* ******* Begin wysiwyg.css shared styles ******* */
/* [ General styles ] Copy the following styles to wysiwyg.css */
a:link { 
	color: #ac7c32;
	text-decoration: none;
}
a:visited { 
	color: #ac7c32;
	text-decoration: none;
}
a:hover { 
	color: #ac7c32;
	text-decoration: underline;
}
a:active { 
	color: #F00;
	text-decoration: none;
}

h1 {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	margin: 0;
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	margin: 0;
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	margin: 5px 0;
	padding: 0;
	font-size: 13px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
h6 { /* Used for white titles in sidebar panels */
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 27px;
	vertical-align: middle;
}
.categoryMenuTitle h6 a {
	color: #FFF;
	text-decoration: none;
}
.categoryMenuTitle h6 a:visited {
	color: #FFF;
	text-decoration: none;
}
.categoryMenuTitle h6 a:hover {
	color: #FFF;
	text-decoration: underline;
}
p, ul ,ol {
	font-size: 12px;
	color: #242021;
	font-weight: normal;
	text-decoration: none;
}

/* ******* End wysiwyg.css shared styles ******* */

fieldset {
	border: 1px solid #CCC;
	padding: 10px;
	padding-top: 0;
}
legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #242021;
	text-decoration: none;
}
label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #242021;
	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 ] */
.oneColFixCtrHdr #header {
	padding: 0;
	margin: 0;
}
#header-left {
	float: left;
	width: 207px;
	height: 127px;
	padding: 5px 0 0 8px;
	margin: 0;
}

/* Header Logo */
#headerlogo {
	width: 89px;
	height: 115px;
	margin: 0 0 0 58px;
}
#headerlogo img {
	margin: 0;
	border: none;
}
#header-right {
	float: right;
	width: 775px;
	height: 137px;
	padding: 0;
	margin: 0 0 0 10px;
}
/*
#header-right-r1 {
	width: 775px;
	height: 33px;
	padding: 0;
	margin: 0;
}
*/
#header-right-r2 {
	width: 775px;
	height: 50px;
	padding: 0;
	margin: 0;
}
#header-right-r2-left {
	float: left;
	width: 555px;
	height: 50px;
	padding: 0;
	margin: 0;
}
/*
#header-right-r2-left {
	float: left;
	width: 520px;
	height: 50px;
	padding: 0;
	margin: 0;
}
*/
#header-right-r2-right {
	float: left;
	width: 220px;
	height: 50px;
	padding: 0;
	margin: 0;
}
/*
#header-right-r2-right {
	float: left;
	width: 255px;
	height: 50px;
	padding: 0;
	margin: 0;
}
*/
h3#companySlogan {
	margin: 0;
	padding: 0;
}
h3#companySlogan img {
	margin: 4px 0 0 0;
	border: none;
}

/* Navigation menu links */
#nav-menu-strip {
	width: 775px;
	height: 36px;
	padding: 0;
	margin: 0;
	background-repeat: repeat-x;
}
#nav-menu {
	float: left;
	width: 555px;
	height: 36px;
	padding: 0;
	margin: 0;
}
#nav-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#nav-menu li {
	float: left;
	display: block;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#nav-menu li a {
	height: 36px;
	padding: 0 10px;
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#nav-menu li a:hover {
	font-size: 11px;
	color:#FF6600;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#nav-menu ul #navSelected a {
	font-size: 11px;
	color:#FF6600;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.navDivider {
	width: 2px;
	height: 36px;
	margin: 0;
	padding: 0;
}
#nav-menu li img {
	width: 2px;
	height: 36px;
	margin: 0 10px;
}

#nav-menu-account {
	float: right;
	width: 210px;
	height: 36px;
	padding: 0;
	margin: 0;
	text-align: right;
}
#nav-menu-account ul {
	/*float: right;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#nav-menu-account li {
	float: right;
	display: block;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#nav-menu-account li a {
	/*display: block;*/
	height: 36px;
	padding: 0 10px;
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#nav-menu-account li a:hover {
	font-size: 11px;
	color:#FF6600;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
}
#nav-menu-account ul #navSelected a {
	font-size: 11px;
	color:#FF6600;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#nav-menu-account li img {
	margin: 0;
}

/* Login area */
#loginstrip {
	width: 775px;
	height: 38px;
	margin: 0 0 13px 0;
	padding: 0;
	background-repeat: repeat-x;
}


/* [ Main Content ] */
.oneColFixCtrHdr #mainContentWrapper {
	padding: 0;
	background: #FFF;
}

#leftSidebar {
	float: left;
	width: 215px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}

/* Left sidebar Mini Menu */
#leftSidebarLogoBot {
	width: 207px;
	height: 119px;
	padding: 0;
	margin: 0 0 10px 8px;
	background-color: #FFF;
}
#leftSidebarLogoBot img {
	border: none;
	margin: 0 0 0 14px;
}

#rightSideBar {
	float: right;
	width: 200px;
	padding: 0;
	margin: 0;
}
.rightSideBarTitle {
	width: 200px;
	height: 27px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	background-image: url(rightmenu-title-bg.gif);
	background-repeat: no-repeat;
}
#rightSideBarSpecials {
	width: 200px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	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;
}
#visaicon {
	margin: 10px 5px 10px 50px;
}
#mcicon {
	margin: 10px 5px 10px 0;
}
#amexicon {
	margin: 10px 5px 10px 0;
}
#dinersicon {
	margin: 10px 5px 10px 0;
}

#rightSideBarNews {
	width: 180px;
	padding: 10px;
	margin: 0;
	background-color: #FFF;
	background-image: url(rightmenu-main-bg.gif);
	background-repeat: repeat-y;
}

/* [ 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: #ac7c32;
	text-decoration: none;
}
div.newscontent a:hover {
	font-weight: normal;
	color: #ac7c32;
	text-decoration: underline;
}
div.newscontent h1 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
	color: #242021;
	text-decoration: none;
}
div.newscontent h1 a {
	font-weight: normal;
	color: #ac7c32;
	text-decoration: none;
}
div.newscontent h1 a:hover {
	font-weight: normal;
	color: #ac7c32;
	text-decoration: underline;
}
div.newscontent h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #242021;
	text-decoration: none;
}
div.newscontent h2 a {
	font-weight: normal;
	color: #ac7c32;
	text-decoration: none;
}
div.newscontent h2 a:hover {
	font-weight: normal;
	color: #ac7c32;
	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: #ac7c32;
	text-decoration: none;
}
div.newscontent .newsMore a {
	font-weight: normal;
	color: #ac7c32;
	text-decoration: underline;
}
div.newscontent .newsMore a:hover {
	font-weight: normal;
	color: #ac7c32;
	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 {}

.rightSideBarFooter {
	width: 200px;
	height: 10px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FFF;
	background-image: url(rightmenu-footer.gif);
	background-repeat: no-repeat;
}

#mainContent {
	float: left;
	width: 775px;
	margin: 0 0 15px 10px;
	padding: 0;
}
#mainContent #ajaxMsg {
	margin: 3px 0;
	padding: 0;
	font-size: 11px;
}
#subContent {
	float: left;
	width: 775px;
	margin: 0 0 15px 0;
	padding: 0;
}
#contentLeft {
	float: left;
	width: 550px;
	margin: 0;
	padding: 0;
}
#homeBanner {
	position: relative;
	float: left;
	width: 550px;
	height:284px;
	margin: 0 0 10px 0;
	padding: 0;
}
#homeBanner img {
	border: none;
}

/* Right sidebar Featured Products */
.featureWrapper {
	float: left;
	width: 155px;
	height: 250px;
	text-align: center;
	margin: 0;
	padding: 10px;
	border: 1px solid #CDCDCD;
}
.f1 {
	margin-right: 9px;
}
.f2 {
	margin-right: 10px;
}
.f3 {

}
.featureImageWrapper {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}
.featureImage {
	margin: 0;
	padding: 0;
	border: none;
}
.featureName {
	height: 50px;
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #242021;
	text-decoration: none;
}
.featureName a {
	margin: auto 0;
	font-size: 11px;
	font-weight: bold;
	color: #242021;
	text-decoration: none;
}
.featureName a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #242021;
	text-decoration: underline;
}
.featurePrice {
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.featurePrice select {
	margin: 8px 0 0 0;
	padding: 0;
}


/* Home page logo block */
#homeLogosWrapper {
	width: 550px;
	margin: 30px 0 0 0;
	padding: 0;
}
#homeLogosWrapper img#brandLogo1 {
	margin: 0 11px 0 1px;
}
#homeLogosWrapper img#brandLogo2 {
	margin: 0 12px 0 0;
}
#homeLogosWrapper img#brandLogo3 {
	margin: 0;
}
#homeLogosWrapper img#brandLogo4 {
	margin: 0 11px 0 1px;
}
#homeLogosWrapper img#brandLogo5 {
	margin: 0 12px 0 0;
}
#homeLogosWrapper img#brandLogo6 {
	margin: 0;
}


/* Right sidebar Specials */
.specialWrapper {
	width: 170px;
	text-align: center;
	margin: 0 15px 0 15px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #CDCDCD;
}
.featureImageWrapper {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}
.specialImage {
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
}
.specialName {
	margin: 0;
	padding: 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #242021;
	text-decoration: none;
}
.specialName a {
	font-size: 11px;
	font-weight: bold;
	color: #242021;
	text-decoration: none;
}
.specialName a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #242021;
	text-decoration: none;
}
.specialName a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #242021;
	text-decoration: underline;
}
.specialPrice {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.specialLastItem {
	border: none;
}

#homeText {
	float: left;
	width: 550px;
	margin: 10px 0 10px 0;
	padding: 0;
}


/* Sitemap */
#siteMapWrapper {
	margin: 0 0 0 15px;
	padding: 0;
}
#siteMapGeneral {
	float: left;
	margin: 0 0 0 10px;
}
#siteMapGeneral ul {
	margin: 0 0 0 10px;
	padding: 2px 0 2px 10px;
}
#siteMapGeneral li {}
#siteMapGeneral li a {}
#siteMapGeneral li a:hover {}
#siteMapCategories {
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #CCC;
}
#siteMapCategories ul {
	margin: 0 0 0 10px;
	padding: 2px 0 2px 10px;
}
#siteMapCategories  li {}
#siteMapCategories  li a {}
#siteMapCategories  li a:hover {}

#siteMapCategories  a.siteMapLevel1 { }
#siteMapCategories  a.siteMapLevel2 { }
#siteMapCategories  a.siteMapLevel2 { }

/* [ Footer ] */
.oneColFixCtrHdr #footer {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: #EDEEEE;
	background-repeat: repeat-x;
	background-position: top;
}

p#footer-left {
	float: left;
	width: 267px;
	margin: 10px 0 0 8px !important;
	margin: 10px 0 0 4px;
	padding: 0;
	font-size: 9px;
	color: #818181;
	font-weight: normal;
	text-decoration: none;
}
p#footer-center {
	float: left;
	width: 450px;
	margin: 21px 0 0 0;
	padding: 0;
	font-size: 9px;
	color: #282828;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
p#footer-center a {
	color: #282828;
	font-weight: normal;
	text-decoration: none;
}
p#footer-center a:hover {
	color: #282828;
	font-weight: normal;
	text-decoration: underline;
}
p#footer-right {
	float: left;
	width: 267px;
	margin: 10px 8px 0 0 !important;
	margin: 10px 4px 0 0;
	padding: 0;
	font-size: 9px;
	color: #818181;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
p#footer-right a {
	color: #818181;
	font-weight: normal;
	text-decoration: none;
}
p#footer-right a:hover {
	color: #818181;
	font-weight: normal;
	text-decoration: underline;
}

#footerIcons {
	width: 100px;
	margin: 0 auto;
}
#footerIcons img {
	border: none;
}
/* [ category_menu widget styles ] */
.categoryMenuTitle {
	width: 207px;
	height: 27px;
	padding: 0;
	margin: 0 0 0 8px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.categoryMenuFooter {
	width: 207px;
	height: 17px;
	padding: 0;
	margin: 0 0 10px 8px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.categoryMenuWrapper {
	/*position: relative;*/
	width: 207px;
	padding: 1px 0 1px 0;
	margin: 0 0 0 8px;
	background-color: #FFF;
	background-repeat: repeat-y;
}
.menuTreeLevel1 {
	display: block;
	width: 198px;
	height: auto !important;
	height: 23px;
	margin: 0;
	background-color: #F3F3F3;
	border-bottom: 1px solid #FFF;
}
.menuTreeLevel1 a img {
	float: left;
	border: 0;
	margin: 0 5px 0 0;
}
.mtCat1 {
	display: block;
	float: left;
	width: 169px;
	height: auto !important;
	height: 19px;
	padding: 4px 0;
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat1 a {
	display: block;
	float: left;
	width: 169px;
	height: auto !important;
	height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat1 a:visited {
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat1 a:hover {
	color: #FF6600;
	text-decoration: none;
}
.mtCat1 a.catSubLink:hover {
	color: #FF6600;
	text-decoration: underline;
}

.menuTreeLevel2 {
	display: block;
	width: 198px;
	height: auto !important;
	height: 23px;
	font-size: 10px;
	font-weight: normal;
	color: #6E6E6E;
	text-decoration: none;
	margin: 0;
	background-color: #F3F3F3;
	border-bottom: 1px solid #FFF;
}

.menuTreeLevel2 a img {
	float: left;
	border: 0;
	margin: 0 5px 0 0;
}
.mtCat2 {
	display: block;
	float: left;
	width: 159px;
	height: auto !important;
	height: 19px;
	padding: 4px 0;
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat2 a {
	display: block;
	float: left;
	width: 159px;
	height: auto !important;
	height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat2 a:visited {
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
.mtCat2 a.catSubLink:hover {
	color: #FF6600;
	text-decoration: underline;
}

.menuTreeLevel3 {
	display: block;
	width: 198px;
	height: 23px;
	height: auto !important;
	font-size: 10px;
	font-weight: normal;
	color: #6E6E6E;
	text-decoration: none;
	margin: 0;
	background-color: #F3F3F3;
	border-bottom: 1px solid #FFF;
}
.menuTreeLevel3 a img {
	float: left;
	border: 0;
	margin: 0 5px 0 0;
}
.mtCat3 {
	display: block;
	float: left;
	width: 149px;
	height: auto !important;
	height: 19px;
	padding: 4px 0;
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat3 a {
	display: block;
	float: left;
	width: 149px;
	height: auto !important;
	height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat3 a:visited {
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat3 a:hover {
	color: #FF6600;
	text-decoration: none;
}
.mtCat3 a.catSubLink:hover {
	color: #FF6600;
	text-decoration: underline;
}


/* [ Shopping Cart styles ] */

/* Summary Cart */
#cartsummary {
	width: 220px; /* was 255px */
	height: 50px;
	margin: 0;
	padding: 0;
}
#cartsummaryText {
	float: left;
	width: 169px; /* was 204px minused 35px */
	height: 23px;
	padding: 27px 0 0 0;
	margin: 0;
	font-size: 11px;
	color: #2C2C2C;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
#cartsummaryText a {
	font-size: 11px;
	color: #2C2C2C;
	font-weight: bold;
	text-decoration: none;
}
#cartsummaryText a:hover {
	font-size: 11px;
	color: #2C2C2C;
	font-weight: bold;
	text-decoration: underline;
}
#cartsummaryImage {
	float: left;
	width: 50px;
}
#cartsummaryImage img {
	border: none;
	padding: 0;
	margin: 15px 0 0 10px;
}

/* Full Cart */
#ajaxFullCart {
	margin: 0;
	padding: 0;
}
#fullCartWrapper { /* Overall Full Cart wrapper - overrides "subContent" class */
	margin: 0;
	padding: 0 0 10px 0;
}

#fullCart {
	margin: 0;
	padding: 10px;
	border: 1px solid #CCC;
}

#fullCartWrapper h6 {  /* Full Cart title - override default h6 */
	float: left;
	margin: 0 0 10px 0;
	color: #2E2E2E;
}
#hideCart {
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#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:visited {
	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: 775px;
	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: #000;
	font-weight: normal;
	text-decoration: none;
}
.pagerItemsPerPage {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.pagerItemsPerPageSelect {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
.perPageSelect {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	/*height: 18px;*/
	border: 1px solid #CCC;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.perPageSelectSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	/*height: 18px;*/
	border: 1px solid #F00;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.pagerPrevious {
	float: left;
	font-size: 11px;
	color: #000;
	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: #000;
	font-weight: normal;
	text-decoration: none;
}
.pagerNext a {}
.pagerNext a:hover {}

.pageNumbers {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 11px;
	color: #000;
	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: 0;
	padding: 0;
}
#productDetailWrapper #categoryListWrapper { /* Overall category list wrapper for Product Detail page */
	margin: 0 0 12px 0;
	padding: 0;
}

h1.catCrumbTrail {
	float: left;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #676767;
	text-decoration: none;
}
h1.catCrumbTrail a {}
h1.catCrumbTrail a:hover {}

h2.catCrumbTrail {
	float: left;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #676767;
	text-decoration: none;
}
h2.catCrumbTrail a {}
h2.catCrumbTrail a:hover {}

/* Override the above catCrumbTrail styles */
#cat1CrumbTrail {}
#cat2CrumbTrail {}
#cat3CrumbTrail {}

.categoryCrumbArrow {
	float: left;
	line-height: 20px;
	padding: 0 6px;
	font-size: 18px;
	font-weight: bold;
	color: #676767;
	text-decoration: none;
}

#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 {
	margin: 0 25px 0 0;
}
.categorySubLI h2 {
	float: left;
	line-height: 22px;
	font-size: 12px;
	color: #676767;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.categorySubLI h2 a {}
.categorySubLI h2 a:hover {
	text-decoration: underline;
}
.categorySubLI img {
	float: left;
	margin: 5px 5px 0 0;
	border: none;
}

.crumbsSearchLabel {
	margin: 0;
	padding: 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: 500px;
}
#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 */
	position: relative;
	float: left;
	width: 150px;
	text-align: right;
}

.productListPriceOnApplication {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	text-align: right;
	/*vertical-align: middle;*/
}
.productListPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	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: #FF6600;
	text-decoration: none;
}
.productListPriceIncGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;
	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: #FF6600;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
.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: 0;
}
#productDetailInfo {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 450px;
}

.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: #FF6600;
	text-decoration: none;
	text-align: left;
	/*vertical-align: middle;*/
}
.productDetailAddonPriceOnApplication {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.productDetailPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	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: #FF6600;
	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: #FF6600;
	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;
}
.productDetailCartBlock {
	position: relative;
	/*float: left;*/
	width: 150px;
	text-align: left;
}
/* 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;
	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: #FF6600;
	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: #FF6600;
	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 */
	
}
.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 #FFB310;
}

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 {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	color: #F00;
	font-weight: normal;
	text-decoration: none;
}
.OutOfStockMessage {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	color: #F00;
	font-weight: normal;
	text-decoration: none;
}


.addCartInfoDivPL { /* Div that displays info when adding to cart - Product List */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 33px;
	left: -110px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivPL img {
	margin: 11px 0 0 0;
	border: none;
}
.addCartInfoDivPD { /* Div that displays info when adding to cart - Product Detail */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 10px;
	left: 110px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivPD img {
	margin: 11px 0 0 0;
	border: none;
}

.specialCartWrapper {
	position: relative;
	width: 170px;
	text-align: center;
}
.addCartInfoDivSpecial { /* Div that displays info when adding to cart - Specials */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 8px;
	left: -122px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivSpecial img {
	margin: 11px 0 0 0;
	border: none;
}
.featuredCartWrapper {
	position: relative;
	width: 155px;
	text-align: center;
}
.addCartInfoDivFeatured { /* Div that displays info when adding to cart - Featured */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 8px;
	left: -129px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivFeatured img {
	margin: 11px 0 0 0;
	border: none;
}
.favouriteCartWrapper {
	position: relative;
	width: 100px;
	text-align: right;
}
.addCartInfoDivFavourite { /* Div that displays info when adding to cart - Favourites */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 0px;
	left: -125px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivFavourite img {
	margin: 11px 0 0 0;
	border: none;
}
.favouriteMultiCartWrapper {
	position: relative;
	/*width: 120px;*/
	text-align: left;
}
.addCartInfoDivFavouriteMulti { /* Div that displays info when adding to cart - Favourites */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 8px;
	left: 125px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivFavouriteMulti img {
	margin: 11px 0 0 0;
	border: none;
}
.favouriteMultiDeleteWrapper {
	position: relative;
	/*width: 120px;*/
	text-align: left;
}
.favouriteInfoDivDeleteMulti { /* Div that displays info when adding to cart - Favourites */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 8px;
	left: 125px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.favouriteInfoDivDeleteMulti img {
	margin: 11px 0 0 0;
	border: none;
}



#addCartInfoContent {
	width: 150px;
	height: 50px;
}
#addCartInfoContent img {
	float: left;
	width: 28px;
	height: 28px;
	margin: 11px 10px;
	border: none;
}
#addCartInfoContent p {
	float: left;
	margin: 10px 5px 0 0;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#fullCartButtonWrapper {
	position: relative;
	display: inline-block !important;
	display: inline;
	width: 150px;
	margin: 0;
	padding: 0;
}
.fullCartRemoveDiv {
	position: absolute;
	z-index: 40;
	width: 150px;
	height: 50px;
	top: -50px;
	right: 10px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.fullCartRemoveDiv img {
	margin: 11px 0 0 0;
	border: none;
}
.fullCartUpdateDiv {
	position: absolute;
	z-index: 40;
	width: 150px;
	height: 50px;
	bottom: -5px !important;
	bottom: 0;
	left: 0px !important;
	left: -155px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.fullCartUpdateDiv img {
	margin: 11px 0 0 0;
	border: none;
}

.favouriteInfoDivPL { /* Div that displays info when adding favourites - Product List */
	position: absolute;
	z-index: 40;
	width: 150px;
	height: 50px;
	top: 57px;
	left: -110px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.favouriteInfoDivPL img {
	margin: 11px 0 0 0;
	border: none;
}

.favDivWrapper {
	position: relative;
	width: 150px;
}
.favouriteInfoDivPD { /* Div that displays info when adding favourites - Product List */
	position: absolute;
	z-index: 40;
	width: 150px;
	height: 50px;
	top: 5px;
	left: 110px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.favouriteInfoDivPD img {
	margin: 11px 0 0 0;
	border: none;
}

#favouriteInfoContent {
	width: 150px;
	height: 50px;
}
#favouriteInfoContent img {
	float: left;
	width: 28px;
	height: 28px;
	margin: 11px 10px;
	border: none;
}
#favouriteInfoContent p {
	float: left;
	margin: 18px 5px 0 0;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


#favouritesCart {
	margin: 0 0 10px 0;
}
#favouritesTable table {
	margin: 10px 0;
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
#favouritesTable td {
	border-right: 1px solid #EAEAEA;
}
#favouritesTitleRow td {
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 5px;
}
#favouritesTable img.favouriteThumb {
	margin: 0;
	border: none;
	width: 50px;
}
.favouritesSubtitle {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
input#DeleteSelected {
	width: 120px;
	margin: 10px 0 0 0;
}
input#AddSelected {
	width: 120px;
	margin: 10px 5px 0 0;
}
input#MoveSelected {
	width: 120px;
	margin: 10px 5px 0 0;
}
input#CreateGroup {
	width: 120px;
	margin: 10px 5px 0 0;
}
input#DeleteGroup {
	width: 120px;
	margin: 10px 5px 0 0;
}
.FavouriteInStockMessage {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #F00;
	font-weight: normal;
	text-decoration: none;
}
.FavouriteOutOfStockMessage {
	margin: 0 0 5px 0;
	padding: 0;
	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: #ff9a4b;
	cursor: pointer;
	border: 1px solid #ff8525;
}
.formbuttonProcessPayment {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #ff9a4b;
	cursor: pointer;
	border: 1px solid #ff8525;
}
.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 #FFB310;
}
select.forms, select.formsSelected {
	width: 140px;
}
.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 #FFB310;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}

/*  Search Form  */
#simpleSearchWrapper {
	margin: 0;
	padding: 10px 0 10px 10px;
}
.simpleSearchField {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 110px;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #CCC;
}
.simpleSearchFieldSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 110px;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #FFB310;
}
.simpleSearchButton {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #D4D3D3;
	border: 1px solid #CCC;
	cursor: pointer;
}
.savedCartButtons {
	width: 75px;
	margin: 0 2px;
}

/* Account Menu - List Invoices */
#listInvoicesWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#listInvoicesWrapper h2 {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #CCC;
}
#listInvoicesWrapper h6 {
	margin: 10px 0;
	color: #000;
}
#listInvoicesWrapper h6 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;
	line-height: 25px;
	margin: 6px 5px 0 0;
	vertical-align: middle;
}
#listInvoicesCheckboxes label {
	float: left;
	width: 60px;
	line-height: 25px;
	text-align: left;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 11px;
	color: #706F73;
	text-decoration: none;
	
}

#searchInvoicesSumbit {
	margin: 0 0 0 10px;
	padding: 0;
	width: auto;
	height: auto;
}

#listInvoicesList {
	margin: 10px 0 0 0;
	padding: 0;
}
#listInvoicesListTable { }
#listInvoicesListTitleTR {
	background-color: #F5F5F5;
}
.listInvoicesListSubtitle {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.listInvoicesListValue {
	height: 30px;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #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 h6 {
	margin: 5px 0;
	color: #000;
}
#viewInvoiceWrapper p { }
#viewInvoiceWrapper a:link { }
#viewInvoiceWrapper a:visited { }
#viewInvoiceWrapper a:hover { }
#viewInvoiceWrapper a:active { }

p#viewInvoiceBackLink {
	text-align: right;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #CCC;
}

#invoiceHeader {
	padding: 0;
	width: 590px;
}
#invoiceHeaderLeft {
	float: left;
	width: 290px;
}
#invoiceHeaderRight {
	float: left;
	width: 290px;
}
p.invoiceLabel {
	float: left;
	margin: 0;
	padding: 0;
	width: 125px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
p.invoiceValue {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#invoiceShipToAddress p.invoiceLabel, #invoiceShipToContact p.invoiceLabel {
	float: left;
	margin: 0;
	padding: 0;
	width: 290px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#invoiceShipToAddress p.invoiceValue, #invoiceShipToContact p.invoiceValue {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#invoiceImportantDetails { }
#invoiceOtherDetails { }

#invoiceShipToContact{
	float: left;
	width: 290px;
	margin-bottom: 10px;
}
#invoiceShipToAddress {
	float: left;
	width: 290px;
}
#invoiceLineItemTable {
	width: 100%;
	margin: 15px 0 0 0;
}

#invoiceLineItemTitleTR {
	background-color: #F5F5F5;
}

.invoiceLineItemSubtitle {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.invoiceLineItemValue {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
}
.invoiceLineItemTotalSubtitle {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.invoiceLineItemTotalValue {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}


/* [ login ] */

#loginWrapper {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 550px;
	height: 38px;
}
#loginUIMessage {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #ED3024;
	font-weight: bold;
	text-decoration: none;
	left: 0;
	bottom: -11px;
}
#loginUsername {
	font-size: 11px;
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
	margin-top: 8px;
}


/* Form field styles */
.loginformbutton {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #D4D3D3;
	border: 1px solid #CCC;
	cursor: pointer;
}
.loginform {
	width: 122px;
	font-size: 11px;
	font-weight: normal;
	color: #2E2E2E;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #CCC;
}
.loginformSelected {
	width: 122px;
	font-size: 11px;
	font-weight: normal;
	color: #2E2E2E;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #FFB310;
}

.loggedinUser { /* Text displayed when user is logged in */
	float: left;
	line-height: 38px;
	vertical-align: middle;
	margin: 0;
	padding: 0 3px;
	font-size: 11px;
	color: #2E2E2E;
	font-weight: normal;
	text-decoration: none;
}
#loginMyAccount { /* My Account link displayed when user is logged in */
	float: left;
	line-height: 38px;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}
#loginLogout { /* Logout link displayed when user is logged in */
	float: left;
	line-height: 38px;
	vertical-align: middle;
	padding-left: 10px;
}
.loginText { /* Font styles for Logout and My Account links */
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #2E2E2E;
	font-weight: normal;
	text-decoration: none;
}
.loginText a { }
.loginText a:hover { }

.forgotLogin { /* Font styles for Forgot Login link */
	padding:0 0 0 3px;
	font-size: 11px;
	color: #2E2E2E;
	font-weight: normal;
	text-decoration: none;
}
.forgotLogin a { }
.forgotLogin a:hover { }

#hotlineWrapper {
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
	width: 175px;
	height: 38px;
}
#hotlineWrapper p {
	margin: 0;
	padding: 0;
	width: 175px;
	line-height: 38px;
	vertical-align: middle;
	text-align: right;
	font-size: 11px;
	color: #FF7200;
	font-weight: bold;
	text-decoration: none;
}
#hotlineWrapper p span.hotlineNumber {
	margin: 0;
	padding: 0;
	line-height: 38px;
	vertical-align: middle;
	font-size: 16px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}

/* [ 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 !important;
	margin: 5px 0 0 133px;
}
#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 !important;
	margin: 5px 0 0 143px;
}


/* [ Account Menu styles ] */


.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: #ac7c32;
	text-decoration: none;
}
.AMSubBoxes a:hover {
	font-size: 11px;
	color: #ac7c32;
	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 #FFB310;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}

select#AdminLevel, select#DefaultAddressID {
	width: 140px;
}

/* [ 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 #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 #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;
}

#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 !important;
	margin: 5px 0 0 143px;
	
}
#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;
}
#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;
}

/* 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;
}
#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 { }

#paymentConfirmTermsH6 {
	float: left;
}
#confirmOrderSubmit {
	float: right;
	margin: 5px 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 {
	width: 140px;
	margin: 5px 0 5px 140px !important;
	margin: 5px 0 5px 143px;
}

/* 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;
}
#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: #242021;
	font-weight: bold;
	text-decoration: none;
}
/* Alternating row colours */
.rowOn {
	background-color: #F5F5F5;
}
.rowOff {
	background-color: #FFF;
}
.content {
	font-size: 12px;
	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;
}
#flash {
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
}