@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;
	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: #000;
}

/* Main container div */
.oneColFixCtrHdr #container {
	width: 1000px;
	background-color: #FFF;
	margin: 0 auto 0 0; /* Align to the left */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container.containerCentered {
	margin-left: auto; /* Over-rides the #container default alignment and centers the page if the "ShowCentered" Global parameter is set to TRUE */
	margin-right: auto;
}
#container.containerAccountManager {
	margin-top: 35px; /* Add a margin above the main #container to compensate for the floating Account Manager status bar */
}
#container.containerAccountManagerCustomer {
	margin-top: 70px; /* Add a margin above the main #container to compensate for the floating Account Manager AND Customer status bar */
}

a {outline:none;}
a img, img {border:0}

/* ******* Begin wysiwyg.css shared styles ******* */
/* [ General styles ] Copy the following styles to wysiwyg.css */
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 {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
h2#AccountManager {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color:#fff9db;
	border: 1px solid #ffda99;
	padding: 5px 0 5px 2px;
}
h3 {
	margin: 0;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	margin: 0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	margin: 5px 0;
	padding: 0;
	font-size: 13px;
	color: #000;
	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, td {
	font-size: 12px;
	color: #000;
	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: #000;
	text-decoration: none;
}
label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: right;
}
select#Country, select#CountryCode, select#StateAU, select#StateUS {
	width: 140px;
}
#StatesOther, #StatesAU, #StatesUS {
	margin: 0;
	height: 27px;
}

textarea {
	margin: 5px 0 0 0;
	width: 250px;
	height: 75px !important;
	height: 75px;
}


/* [ Header ] */

/* Full Width Header Styles (1 Column) */

#header-fullwidth {
	position: relative;
	width: 1000px;
	height: 139px;
	padding: 0;
	margin: 0;
	background-color: #EAEAEA;
}

#header-fullwidth h3#companySlogan {
	position: absolute;
	font-size: 24px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	margin: 0;
	padding: 0;
	bottom: 40px;
	right: 10px;
}
#headerlogo-fullwidth {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 15px;
	left: 15px;
}
#headerlogo-fullwidth img {
	margin: 0;
	border: none;
}
#headerPhoneNumber-fullwidth {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 15px;
	right: 10px;
}
#headerPhoneNumber-fullwidth p {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#headerPhoneNumber-fullwidth p span.headerPhoneNumber-Number-fullwidth {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

/* Standard Header Styles (2 Columns) */
/* Header Logo */
#headerlogo {
	width: 200px;
	height: 114px;
	margin: 10px 0 10px 8px;
}
#headerlogo img {
	margin: 0;
	border: none;
}

#header-right {
	width: 775px;
	height: 137px;
	padding: 0;
	margin: 0;
}

#header-right-r2 {
	width: 775px;
	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: 255px;
	height: 50px;
	padding: 0;
	margin: 0;
}
#header-right-r2-left h3#companySlogan {
	font-size: 20px;
	color: #004685;
	font-weight: normal;
	text-decoration: none;
	line-height: 50px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#headerPhoneNumber {
	float: right;
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	width: 200px;
	height: 38px;
}
#headerPhoneNumber p {
	margin: 0;
	padding: 0;
	width: 200px;
	line-height: 38px;
	vertical-align: middle;
	text-align: right;
	font-size: 11px;
	color: #FF7200;
	font-weight: bold;
	text-decoration: none;
}
#headerPhoneNumber p span.headerPhoneNumber-Number {
	margin: 0;
	padding: 0;
	line-height: 38px;
	vertical-align: middle;
	font-size: 16px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}


/* Navigation menu links */
#nav-menu-strip {
	width: 775px;
	height: 36px;
	padding: 0;
	margin: 0;
	background-repeat: repeat-x;
}
#nav-menu {
	float: left;
	width: 775px;
	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:#FFE715;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#nav-menu ul #navSelected a {
	font-size: 11px;
	color:#FFE715;
	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;
}

/* Navigation Menu - Full Width styles */

#nav-menu-strip-fullwidth {
	width: 1000px;
	height: 36px;
	padding: 0;
	margin: 0;
	background-repeat: repeat-x;
}
#nav-menu-fullwidth {
	float: left;
	width: 1000px;
	height: 36px;
	padding: 0;
	margin: 0;
}
#nav-menu-fullwidth ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#nav-menu-fullwidth 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-fullwidth li a {
	height: 36px;
	padding: 0 10px;
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#nav-menu-fullwidth li a:hover {
	font-size: 11px;
	color:#FFE715;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#nav-menu-fullwidth ul #navSelected a {
	font-size: 11px;
	color:#FFE715;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.navDivider {
	width: 2px;
	height: 36px;
	margin: 0;
	padding: 0;
}
#nav-menu-fullwidth li img {
	width: 2px;
	height: 36px;
	margin: 0 10px;
}


/* Login area */
#loginstrip {
	position: relative;
	width: 775px;
	height: 38px;
	margin: 0 0 13px 0;
	padding: 0;
	background-color: #EDEDED;
	border-bottom: 1px solid #DDD;
}
/* Login area - Full Width style */
#loginstrip-fullwidth {
	position: relative;
	width: 1000px;
	height: 38px;
	margin: 0 0 13px 0;
	padding: 0;
	background-color: #EDEDED;
	border-bottom: 1px solid #DDD;
}



/* [ Main Content ] */

#leftSidebar {
	float: left;
	width: 215px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}

#rightSideBar {
	float: right;
	width: 215px;
	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;
}
.ccIcons {
	margin-top: 10px;
	width: 200px;
	text-align: center;
}
#visaicon {
	margin: 0 5px 0 0;
}
#mcicon {
	margin: 0 5px 0 0;
}
#amexicon {
	margin: 0 5px 0 0;
}
#dinersicon {
	margin: 0 5px 0 0;
}

#rightSideBarNews {
	width: 180px;
	padding: 10px;
	margin: 0;
	background-color: #FFF;
	background-image: url(rightmenu-main-bg.gif);
	background-repeat: repeat-y;
}

#mainContent {
	display: inline;
	float: left;
	width: 775px;
	margin: 0 0 15px 5px;
	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;
	margin: 0 0 15px 0;
}
#floatTest {
	position: absolute;
	width: 200px;
	height: 180px;
	right: 10px;
	top: 10px;
	background-color: #FFF;
	z-index: 10000;
}

#bannerStaticImage {
	display: block;
	width: 550px;
	height: 200px;
	margin: 0 0 10px 0;
	padding: 0;
}
#bannerStaticImage img {
	border: none;
}

/* [ News styles ] */
div#news {
	margin: 0;
	padding: 0;
}
div#news #newsTitle {
	float: left;
}
#newsRssIcon {
	float: right;
	margin: 0 0 15px 0;
	border: none;
}
div.newsdate {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color:#000;
	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: #000;
	text-decoration: none;
}
div.newscontent a {
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
div.newscontent a:visited {
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
div.newscontent a:hover {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
div.newscontent h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
div.newscontent h1 a {
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
div.newscontent h1 a:hover {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
div.newscontent h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
div.newscontent h2 a {
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
div.newscontent h2 a:hover {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
div.newscontent img {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	border: none;
}
.newsMore {
	margin: 0;
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
.newsMore a {
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
.newsMore a:visited {
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
.newsMore a:hover {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
.newsMoreFull {
	margin: 10px 0 0 0;
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
.newsMoreFull a {
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
.newsMoreFull a:visited {
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
.newsMoreFull 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: #000;
	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;
}



/* Home page logo block */
#homeLogosWrapper {
	width: 550px;
	margin: 0;
	padding: 0;
}
#homeLogosWrapper img#brandLogo1 {
	float: left;
	display: inline;
	margin: 0 11px 0 0;
}
#homeLogosWrapper img#brandLogo2 {
	float: left;
	display: inline;
	margin: 0 12px 0 0;
}
#homeLogosWrapper img#brandLogo3 {
	float: left;
	display: inline;
	margin: 0;
}
#homeLogosWrapper img#brandLogo4 {
	float: left;
	display: inline;
	margin: 10px 11px 0 0;
}
#homeLogosWrapper img#brandLogo5 {
	float: left;
	display: inline;
	margin: 10px 12px 0 0;
}
#homeLogosWrapper img#brandLogo6 {
	float: left;
	display: inline;
	margin: 10px 0 0 0;
}

/* Featured Products */
.featureWrapper {
	float: left;
	display: inline;
	width: 173px;
	height: 400px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #F4F4F4;
}
.featureWrapperNoCart {
	height: 255px;
}
.f1 {
	border: 1px solid #F4F4F4;
	margin-right: 11px;
}
.f2 {
	border: 1px solid #F4F4F4;
	margin-right: 12px;
}
.f3 {
	border: 1px solid #F4F4F4;
	margin-right: 0;
}
.featuredLastItem {
	
}
.featureImageWrapper {
	width: 173px;
	height: 100px;
	margin: 0 0 5px 0;
	padding: 5px 0;
	text-align: center;
	background-color: #FFF;
}
.featureImage {
	margin: 0;
	padding: 0;
	border: none;
}
h2.featureName {
	height: 45px;
	margin: 0;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	background-color: #F4F4F4;
}
h2.featureName a {
	color: #000;
	text-decoration: none;
}
h2.featureName a:visited {
	color: #000;
	text-decoration: none;
}
h2.featureName a:hover {
	color: #000;
	text-decoration: underline;
}
.featurePrice {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #080;
	text-decoration: none;
}
.featurePriceRRP {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.featurePriceRRPPrice {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: line-through;
}
.featurePriceWrapper {
	height: 121px;
}
.featurePriceHiddenWrapper {
	height: 50px;
}
.featurePriceOptions {
	height: 22px;
	margin: 5px 0;
	padding: 0;
}
.featuredCartWrapper {
	width: 173px;
	height: 20px;
	margin: 0;
	position: relative;
	text-align: center;
}
.addToCartDivFeatured {
	position: absolute;
	display: block;
	width: 100%;
	height: 21px;
	top: 0;
	left: 0;
	background-color: #F4F4F4;
}
.optionPriceStockWrapperFeatured {
	position: relative;
	height: 121px;
	background-color: #F4F4F4;
}
.optionPriceStockWrapperInnerFeatured {
	position: absolute;
	display: block;
	width: 100%;
	height: 121px;
	top: 0;
	left: 0;
	background-color: #F4F4F4;
}

.productFeaturePriceSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #D4D3D3;
}
.productFeaturePriceSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #6698FF;
}

.productFeatureVariantSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #D4D3D3;
}
.productFeatureVariantSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #6698FF;
}
/* Specials (right sidebar) */
.specialWrapper {
	width: 155px;
	text-align: center;
	margin: 0 15px 0 22px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #CDCDCD;
}
.specialImageWrapper {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}
.specialImage {
	margin: 0;
	padding: 0;
	border: none;
}
h2.specialName {
	margin: 0;
	padding: 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.specialName a {
	color: #000;
	text-decoration: none;
}
.specialName a:visited {
	color: #000;
	text-decoration: none;
}
.specialName a:hover {
	color: #000;
	text-decoration: underline;
}
.specialPrice {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #080;
	text-decoration: none;
	background-color: #FFF;
}
.specialPriceRRP {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
.specialPriceRRPPrice {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: line-through;
	background-color: #FFF;
}
.specialPriceOptions {
	height: 22px;
	margin: 5px 0;
	padding: 0;
}

.specialsCartWrapper {
	height: 20px;
	margin: 0;
	position: relative;
	width: 155px;
	text-align: center;
}
.addToCartDivSpecial {
	position: absolute;
	display: block;
	width: 100%;
	height: 21px;
	top: 0;
	left: 0;
	background-color: #FFF;
}
.optionPriceStockWrapperSpecial {
	position: relative;
	height: 121px;
	background-color: #FFF;
}
.optionPriceStockWrapperInnerSpecial {
	position: absolute;
	display: block;
	width: 100%;
	height: 121px;
	top: 0;
	left: 0;
	background-color: #FFF;
}
.productSpecialPriceSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #D4D3D3;
}
.productSpecialPriceSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #6698FF;
}

.productSpecialVariantSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #D4D3D3;
}
.productSpecialVariantSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #6698FF;
}

.productPriceRRPPrice {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: line-through;
}

#homeText {
	float: left;
	width: 550px;
	margin: 0 0 10px 0;
	padding: 0;
	/* IE 6 min-height hack */
	min-height: 150px;
	height: auto !important;
	height: 150px;
	/* */
}
#AccountManagerHomeText {
	font-size: 12px;
	margin: 10px 0 10px 0;
	padding: 0;
	/* IE 6 min-height hack */
	min-height: 50px;
	height: auto !important;
	height: 50px;
	/* */
}
#AMhomeText {
	float: left;
	width: 550px;
	margin: 10px 0 10px 0;
	padding: 0;
	/* IE 6 min-height hack */
	min-height: 280px;
	height: auto !important;
	height: 280px;
	/* */
}


/* Sitemap */
#siteMapWrapper {
	margin: 0;
	padding: 0;
}
#siteMapGeneral {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 250px;
}

#siteMapGeneral p {
	margin: 0 0 0 5px;
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#siteMapGeneral p a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#siteMapGeneral p a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#siteMapGeneral p a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#siteMapGeneral p.siteMapSub {
	padding: 2px 0 2px 30px;
	margin: 0 0 2px 0;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #EAEAEA;
}
#siteMapGeneral p.siteMapSub a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#siteMapGeneral p.siteMapSub a:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#siteMapGeneral p.siteMapSub a:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}


#sitemapRssIcon {
	float: left;
	display: inline;
	margin: 0 5px;
	border: none;
}

#siteMapCategories {
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #CCC;
	width: 250px;
}
#siteMapCategories h2 {
	margin: 0 0 0 5px;
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold;
}
#siteMapCategories h3 {
	margin: 0 0 0 15px;
	padding: 2px 0;
	font-size: 11px;
	font-weight: normal;
}
#siteMapCategories h4 {
	margin: 0 0 0 25px;
	padding: 2px 0;
	font-size: 11px;
	font-weight: normal;
}

/* [ Footer ] */
.oneColFixCtrHdr #footer {
	width: 1000px;
	margin: 0;
	padding: 0 0 10px 0;
	background-color: #EDEEEE;
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid #DDD;
}

#footerCategories {
	width: 1000px;
	margin: 0;
	padding: 10px 0;
	background-color: #F4F4F4;
	text-align: center;
	
}
#footerCategories h3 {
	padding: 0 10px;
	font-size: 9px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#footerCategories h3 a {
	font-size: 9px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#footerCategories h3 a:visited {
	font-size: 9px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#footerCategories h3 a:hover {
	font-size: 9px;
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}

p#footer-left {
	float: left;
	display: inline;
	width: 267px;
	margin: 10px 0 0 8px;
	padding: 0;
	font-size: 9px;
	color: #818181;
	font-weight: normal;
	text-decoration: none;
}
p#footer-center {
	float: left;
	width: 445px;
	margin: 10px 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:visited {
	color: #282828;
	font-weight: normal;
	text-decoration: none;
}
p#footer-center a:hover {
	color: #282828;
	font-weight: normal;
	text-decoration: underline;
}
#footer-right {
	float: right;
	width: 260px;
	margin: 10px 8px 0 0;
	padding: 0;
}
#footer-right p {
	float: right;
	width: 260px;
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #818181;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
#footer-right p a {
	color: #818181;
	font-weight: normal;
	text-decoration: none;
}
#footer-right p a:visited {
	color: #818181;
	font-weight: normal;
	text-decoration: none;
}
#footer-right p a:hover {
	color: #818181;
	font-weight: normal;
	text-decoration: underline;
}

#footerIcons {
	width: 1000px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
#footerIcons img {
	border: none;
	vertical-align: middle;
	margin: 0 5px;
}
/* [ 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: #080;
	text-decoration: none;
}
.mtCat1 a.catSubLink:hover {
	color: #080;
	text-decoration: underline;
}
.mtCat1 a.cat1Selected {
	color: #080;
}
.mtCat1 a.cat1SelectedActive {
	color: #8C090E;
}
.mtCat1 a.cat1SelectedActive:visited {
	color: #8C090E;
}
/*.mtCat1 a.cat1SelectedActive:hover {
	color: #8C090E;
}*/

.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: #080;
	text-decoration: none;
}
.mtCat2 a {
	display: block;
	float: left;
	width: 159px;
	height: auto !important;
	height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #080;
	text-decoration: none;
}
.mtCat2 a:visited {
	color: #080;
	text-decoration: none;
}
.mtCat2 a:hover {
	color: #080;
	text-decoration: none;
}
.mtCat2 a.catSubLink:hover {
	color: #080;
	text-decoration: underline;
}
.mtCat2 a.cat2Selected {
	color: #8C090E;
}

.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: #080;
	text-decoration: none;
}
.mtCat3 a {
	display: block;
	float: left;
	width: 149px;
	height: auto !important;
	height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #080;
	text-decoration: none;
}
.mtCat3 a:visited {
	color: #080;
	text-decoration: none;
}
.mtCat3 a:hover {
	color: #080;
	text-decoration: none;
}
.mtCat3 a.catSubLink:hover {
	color: #080;
	text-decoration: underline;
}
.mtCat3 a.cat3Selected {
	color: #8C090E;
}

/* Custom category menu styles for logged in Account Manager (extra padding) */
.menuTreeLevelAccManager a img {
	margin-top: 6px;
}
.menuTreeLevelAccManager div.mtCat1, .menuTreeLevelAccManager div.mtCat2, .menuTreeLevelAccManager div.mtCat3 {
	padding: 10px 0;
}


/* [ Shopping Cart styles ] */

/* Summary Cart */

/* Fullwidth */
#header-fullwidth-cart {
	float: right;
	display: inline;
	width: 255px;
	height: 35px;
	padding: 0;
	margin: 2px 10px 0 0;
}
#header-cart {
	float: right;
	display: inline;
	width: 255px;
	height: 35px;
	padding: 0;
	margin: 15px 0 0 0;
}

#cartsummary {
	width: 255px;
	height: 35px;
	margin: 0;
	padding: 0;
}
#cartsummaryText {
	float: left;
	width: 204px;
	height: 23px;
	padding: 12px 0 0 0;
	margin: 0;
	font-size: 11px;
	color: #333;
	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: 0 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: #000;
}
#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 ] */
#plStyleIconsWrapper { /* Wrapper for Product List Style icons. */
	float: right;
	margin: 0;
	padding: 0;
	width: 185px;
}
#plStyleIconsWrapper #plStyleIconsLabel {
	float: right;
	margin: 0;
	padding: 0;
	line-height: 27px;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#plStyleIconsWrapper img.plStyleIcon { /* Wrapper for Product List Style icons. */
	float: right;
	margin: 0 0 0 5px;
	width: 27px;
	border: none;
	cursor: pointer;
}
#plStyleIconsWrapper img.plStyleIconNoLink {
	float: right;
	margin: 0 0 0 5px;
	width: 27px;
	border: none;
	cursor: default;
}

.categoryListWrapper { /* Overall category list wrapper for Product List pages */
	float: left;
	margin: 0;
	padding: 0;
	width: 550px;
}
#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: #666;
	text-decoration: none;
}
h1.catCrumbTrail a {}
h1.catCrumbTrail a:hover {}

h2.catCrumbTrail {
	float: left;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	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: #666;
	text-decoration: none;
}

#cat1Intro {} /* override default <p> style */
#cat2Intro {} /* override default <p> style */

/* Category UL and LI styles - Text List */
.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: #666;
	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;
}

/* Category UL and LI styles - Image List */
.categorySubULImage {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.categorySubLIImage {
	float: left;
	display: block;
	height: 150px;
	width: 140px;
	margin: 0 9px 0 0;
	padding: 0;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
}
.categorySubLIImage a {
	text-decoration: none;
}
.categorySubLIImage a:hover {
	text-decoration: none;
}
.categorySubLIImage img {
	margin: 0 0 5px 0;
	border: none;
}

.crumbsSearchLabel {
	margin: 0;
	padding: 0;
}
.searchText {
	font-size: 13px;
	font-weight: bold;
	color: #EE3224;
	text-decoration: none;
}

/* [ product_list List Style ] */

#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: 440px;
	margin: 0 10px 0 0;
}
#productListDetails p {}
.productListTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}
.productListTitle a {
	font-size: 14px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}
.productListTitle a:visited {
	font-size: 14px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}
.productListTitle a:hover {
	font-size: 14px;
	font-weight: bold;
	color:#000;
	text-decoration: underline;
}
.productListText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color:#000;
	text-decoration: none;
}

.productListCartBlock { /* Contains the product prices and add to cart/more info buttons etc */
	float: left;
	width: 200px;
	text-align: right;
}
.productListCartBlockInner { /* Wraps the add to cart button */
	position: relative;
	height: 20px;
}

.productListPriceOnApplication {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #080;
	text-decoration: none;
	text-align: right;
	/*vertical-align: middle;*/
}
.productListPriceWrapper {
	margin: 0 0 5px 0;
	padding: 0;
}
.productListPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #080;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	background-color: #FFF;
}
.productListPriceExGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #080;
	text-decoration: none;
}
.productListPriceIncGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #080;
	text-decoration: none;
}

.productListPriceRRP {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	background-color: #FFF;
}
.productListPriceRRPPrice {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: line-through;
	text-align: right;
	vertical-align: middle;
	background-color: #FFF;
}

.productListSwapPrice { /* Price displayed via options dropdown "description swap" */
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #080;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
.productListQtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #CCC;
}
.productListQtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #F00;
}
.productListQtyInputDisabled {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #DDD;
}
.productListPriceSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #D4D3D3;
}
.productListPriceSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #6698FF;
}

.productListVariantSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #D4D3D3;
}
.productListVariantSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #6698FF;
}
.optionPriceStockWrapper {
	position: relative;
	height: 92px;
	background-color: #FFF;
}

.optionPriceStockWrapperInner {
	position: absolute;
	display: block;
	width: 100%;
	height: 92px;
	top: 0;
	left: 0;
	background-color: #FFF;
}

.addToCartDiv {
	position: absolute;
	display: block;
	width: 100%;
	height: 21px;
	top: 0;
	left: 0;
	background-color: #FFF;
}

/* product_list - Gallery Style */
.productGalleryWrapper {
	position: relative;
	float: left;
	display: inline;
	width: 182px;
	height: 400px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #F4F4F4;
}
.productGalleryWrapperNoCart {
	height: 255px;
}
.pg1 {
	border: 1px solid #CCC;
	margin-right: 12px;
}
.pg2 {
	border: 1px solid #CCC;
	margin-right: 12px;
}
.pg3 {
	border: 1px solid #CCC;
	margin-right: 12px;
}
.pg4 {
	border: 1px solid #CCC;
	margin-right: 0;
}
.galleryLastItem {
	
}
.productGalleryImageWrapper {
	width: 182px;
	height: 100px;
	margin: 0 0 5px 0;
	padding: 5px 0;
	text-align: center;
	background-color: #FFF;
}
.productGalleryImage {
	margin: 0;
	padding: 0;
	border: none;
}
h2.productGalleryName {
	height: 45px;
	margin: 0;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	background-color: #F4F4F4;
}
h2.productGalleryName a {
	color: #000;
	text-decoration: none;
}
h2.productGalleryName a:visited {
	color: #000;
	text-decoration: none;
}
h2.productGalleryName a:hover {
	color: #000;
	text-decoration: underline;
}
.productGalleryPrice {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #080;
	text-decoration: none;
}
.productGalleryPriceRRP {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.productGalleryPriceRRPPrice {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: line-through;
}
.productGalleryPriceWrapper {
	height: 121px;
}
.productGalleryHiddenPriceWrapper {
	height: 50px;
}
.productGalleryPriceOptions {
	height: 22px;
	margin: 5px 0;
	padding: 0;
}
.productGalleryCartWrapper {
	height: 20px;
	margin: 0;
	position: relative;
	width: 182px;
	text-align: center;
}
.addToCartDivGallery {
	position: absolute;
	display: block;
	width: 100%;
	height: 21px;
	top: 0;
	left: 0;
	background-color: #F4F4F4;
}
.optionPriceStockWrapperGallery {
	position: relative;
	height: 121px;
	background-color: #F4F4F4;
}
.optionPriceStockWrapperInnerGallery {
	position: absolute;
	display: block;
	width: 100%;
	height: 121px;
	top: 0;
	left: 0;
	background-color: #F4F4F4;
}
.productGalleryPriceSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #D4D3D3;
}
.productGalleryPriceSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #6698FF;
}

.productGalleryVariantSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #D4D3D3;
}
.productGalleryVariantSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #6698FF;
}

/* [ product_list Line Style ] */

ul#productLine {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#productLine li.lineInfo {
	float: left;
	display: block;
	height: 75px;
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#productLineRowHeader {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	height: 25px;
	background-color: #666;
}
.productLineThumbnailHeader {
	float: left;
	margin: 0;
	padding: 0;
	width: 59px;
	line-height: 25px;
	border-right: 1px solid #CCC;
}
.productLineCodeHeader {
	float: left;
	display: inline;
	width: 114px;
	line-height: 25px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #CCC;
}
.productLineNameHeader {
	float: left;
	display: inline;
	width: 144px;
	line-height: 25px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #CCC;
}
.productLineNameHeaderNoImage {
	width: 204px;
}
.productLinePriceHeader {
	float: left;
	width: 124px;
	margin: 0;
	padding: 0 5px;
	line-height: 25px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #CCC;
}
.productLinePriceHeaderGrid { /* Modified for Grid Style options display*/
	float: left;
	width: 299px;
	margin: 0;
	padding: 0 5px;
	line-height: 25px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #CCC;
}
.productLineOptionsHeader {
	float: left;
	display: inline;
	width: 164px;
	line-height: 25px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #CCC;
}
.productLineCartHeader {
	float: left;
	width: 115px;
	line-height: 25px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.productLinePriceBlock {
	/*text-align: right;*/
}
.productLineThumbnail {
	float: left;
	margin: 0;
	padding: 0;
	width: 60px;
}
.productLineThumbnail a img {
	width: 50px;
	margin: 0 0 0 5px;
	border: none;
}
.productLineCode {
	float: left;
	display: inline;
	width: 115px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.productLineCode a {
	color: #000;
	text-decoration: none;
}
.productLineCode a:visited {
	color: #000;
	text-decoration: none;
}
.productLineCode a:hover {
	color: #000;
	text-decoration: underline;
}
h2.productLineName {
	float: left;
	display: inline;
	width: 143px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
h2.productLineName a {
	color: #000;
	text-decoration: none;
}
h2.productLineName a:visited {
	color: #000;
	text-decoration: none;
}
h2.productLineName a:hover {
	color: #000;
	text-decoration: underline;
}
h2.productLineNameNoImage {
	width: 203px;
}

.productLineCartBlock { /* Contains the product prices and add to cart/more info buttons etc */
	float: left;
	width: 435px;
	/*text-align: right;*/
}
.productLineCartBlockInner { /* Wraps the add to cart button */
	position: relative;
	float: left;
	display: inline;
	width: 105px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.productLinePriceOnApplication {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #080;
	text-decoration: none;
	text-align: right;
	/*vertical-align: middle;*/
}
.productLinePriceWrapper {
	display: none;
	margin: 0 0 5px 0;
	padding: 0;
}
.productLinePrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #080;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	/*background-color: #FFF;*/
}
.productLinePriceRRP {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	/*background-color: #FFF;*/
}
.productLinePriceRRPPrice {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: line-through;
	text-align: right;
	vertical-align: middle;
	/*background-color: #FFF;*/
}
.lineOptionsVariantsWrapper {
	float: left;
	display: inline;
	width: 170px;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: left;
}
.optionPriceStockWrapperLine {
	float: left;
	display: inline;
	position: relative;
	width: 120px;
	height: 67px;
	margin: 0 5px;
	padding: 0;
	background-color: #F4F4F4;
	text-align: right;
}
.optionPriceStockWrapperLineOff {
	float: left;
	display: inline;
	position: relative;
	width: 120px;
	height: 67px;
	margin: 0 5px;
	padding: 0;
	background-color: #FFF;
	text-align: right;
}

.optionPriceStockWrapperInnerLine {
	position: absolute;
	display: block;
	width: 120px;
	height: 67px;
	top: 0;
	left: 0;
	background-color: #F4F4F4;
}
.optionPriceStockWrapperInnerLineOff {
	position: absolute;
	display: block;
	width: 120px;
	height: 67px;
	top: 0;
	left: 0;
	background-color: #FFF;
}
.productLinePriceSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 15px;
	border: 1px solid #D4D3D3;
}
.productLinePriceSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 15px;
	border: 1px solid #6698FF;
}

.productLineVariantSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 0 15px;
	border: 1px solid #D4D3D3;
}
.productLineVariantSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 0 15px;
	border: 1px solid #6698FF;
}
.addToCartDivLine {
	position: absolute;
	display: block;
	width: 105px;
	height: 21px;
	top: 0;
	left: 0;
	background-color: #F4F4F4;
}
.addToCartDivLineOff {
	position: absolute;
	display: block;
	width: 105px;
	height: 21px;
	top: 0;
	left: 0;
	background-color: #FFF;
}
.InStockMessageLine {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #0A0;
	font-weight: normal;
	text-decoration: none;
}
.OutOfStockMessageLine {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #F00;
	font-weight: normal;
	text-decoration: none;
}
.rowOnLine {
	background-color: #F4F4F4;
}
.rowOffLine {
	background-color: #FFF;
}

/* [ 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 10px 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.productDetailText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color:#000;
	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: 0;
	padding: 0;
}

#productDetailPriceWrapper {
	margin: 0 0 5px 0;
	padding: 0;
}

.optionCodeText {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.productDetailPriceOnApplication {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #080;
	text-decoration: none;
	text-align: left;
	/*vertical-align: middle;*/
}
.productDetailAddonPriceOnApplication {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #080;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.productDetailPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #080;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background-color: #FFF;
}
.productDetailPriceExGST { /* "ex GST" text next to price */
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: normal;
	color: #080;
	text-decoration: none;
}
.productDetailPriceIncGST { /* "inc GST" text next to price */
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: normal;
	color: #080;
	text-decoration: none;
}
.productDetailPriceRRP {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background-color: #FFF;
}
.productDetailPriceRRPPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: line-through;
	text-align: left;
	vertical-align: middle;
	background-color: #FFF;
}
.productDetailPriceRRPExGST { /* "ex GST" text next to price */
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.productDetailPriceRRPIncGST { /* "inc GST" text next to price */
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#productDetailImagesWrapper {
	float: left;
	margin: 0;
	padding: 0;
	width: 310px;
}
#productDetailImage, #productDetailImageIE6 {
	margin: 0 0 5px 0;
	padding: 0;
}
#productDetailImage a img, #productDetailImage img, #productDetailImageIE6 a img, #productDetailImageIE6 img {
	margin: 0;
	padding: 0;
	width: 310px;
	border: none;
	cursor: pointer;
}

/* 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;*/
	height: 20px;
	width: 150px;
	text-align: left;
}
.productDetailCartBlockGrid {
	position: relative;
	width: 150px;
	text-align: left;
}

/* Product Addons - Product Detail page */
#productDetailAddonsWrapper {}
#productDetailAddonsWrapper #addonsIntroWrapper {
	height: 30px;
	width: 770px;
	margin: 15px 0 0 0;
	padding: 0;
	/*background-color: #F4F4F4;*/
	border-top: 1px solid #CCC;
	/*border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;*/
}
#productDetailAddonsWrapper h5.addonsIntroText {
	line-height: 30px;
	margin: 0 5px;
	padding: 0;
}
.addonWrapper {
	float: left;
	display: inline;
	width: 182px;
	height: 400px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #F4F4F4;
}
.addonWrapperNoCart {
	height: 250px;
}
.a1 {
	border: 1px solid #CCC;
	margin-right: 10px;
}
.a2 {
	border: 1px solid #CCC;
	margin-right: 10px;
}
.a3 {
	border: 1px solid #CCC;
	margin-right: 10px;
}
.a4 {
	border: 1px solid #CCC;
	margin-right: 0;
}
.addonsLastItem {
	
}
.addonImageWrapper {
	width: 182px;
	height: 100px;
	margin: 0 0 5px 0;
	padding: 5px 0;
	text-align: center;
	background-color: #FFF;
}
.addonImage {
	margin: 0;
	padding: 0;
	border: none;
}
h2.addonName {
	height: 45px;
	margin: 0;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	background-color: #F4F4F4;
}
h2.addonName a {
	color: #000;
	text-decoration: none;
}
h2.addonName a:visited {
	color: #000;
	text-decoration: none;
}
h2.addonName a:hover {
	color: #000;
	text-decoration: underline;
}
.addonPrice {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #080;
	text-decoration: none;
}
.addonPriceRRP {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.addonPriceRRPPrice {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: line-through;
}
.addonPriceWrapper {
	height: 121px;
}
.addonHiddenPriceWrapper {
	height: 50px;
}
.addonPriceOptions {
	height: 22px;
	margin: 5px 0;
	padding: 0;
}
.addonCartWrapper {
	height: 20px;
	margin: 0;
	position: relative;
	width: 182px;
	text-align: center;
}
.addToCartDivAddon {
	position: absolute;
	display: block;
	width: 100%;
	height: 21px;
	top: 0;
	left: 0;
	background-color: #F4F4F4;
}
.optionPriceStockWrapperAddon {
	position: relative;
	height: 121px;
	background-color: #F4F4F4;
}
.optionPriceStockWrapperInnerAddon {
	position: absolute;
	display: block;
	width: 100%;
	height: 121px;
	top: 0;
	left: 0;
	background-color: #F4F4F4;
}

.productAddonPriceSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #D4D3D3;
}
.productAddonPriceSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #6698FF;
}

.productAddonVariantSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #D4D3D3;
}
.productAddonVariantSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #6698FF;
}


input.AddToCartSubmit {
	margin: 0 0 0 5px;
	width: 70px;
}
input.AddToCartSubmitCustom {
	float: right;
	margin: 10px 17px 10px 0;
	width: 70px;
}
input.AddToCartSubmitOptionsGrid {
	margin: 0;
	width: 105px;
}
input.AddToFavourites {
	margin: 5px 0 0 0;
	width: 105px;
}
input.AddToFavouritesAccountManagerPL {
	margin: 5px 0 0 0;
	padding-left: 2px;
	padding-right: 2px;
	width: 105px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
	cursor: pointer;
	border: 1px solid #333;
}
input.AddToFavouritesAccountManagerPD {
	margin: 5px 0 0 0;
	padding-left: 2px;
	padding-right: 2px;
	width: 105px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
	cursor: pointer;
	border: 1px solid #333;
}
input.MoreInfo {
	margin: 5px 0 0 0;
	width: 105px;
}
input.MoreInfoOptionsGrid {
	margin: 5px 0 0 10px;
	width: 105px;
}
input.MoreInfoOptionsGridLine {
	margin: 5px 0 0 0;
	width: 105px;
}
input.MoreInfoOptionsGridBelow {
	float: right;
	display: inline;
	margin: 0 5px 0 0;
	width: 105px;
}
input.RequestInfo {
	margin: 5px 0 0 0;
	width: 105px;
}
input.RequestInfoGallery {
	/*
position: absolute;
	bottom: 5px;
	left: 38px;
*/
	margin: 5px 0 0 0;
	width: 105px;
}
input.RequestInfoLine {
	margin: 5px 0 0 0;
	width: 105px;
}
input#NewsBack {
	margin: 5px 0 0 0;
	width: 105px;
}

.InStockMessage {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	color: #0A0;
	font-weight: normal;
	text-decoration: none;
}
.OutOfStockMessage {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	color: #F00;
	font-weight: normal;
	text-decoration: none;
}
.PriceNotAvailableMessage {
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
	color: #080;
	font-weight: bold;
	text-decoration: none;
}
.PriceNotAvailableMessageLine {
	float: left;
	margin: 0 0 5px 40px;
	padding: 0;
	font-size: 12px;
	color: #080;
	font-weight: bold;
	text-decoration: none;
}

.MinimumOrderMessage {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.MinimumOrderMessageLine {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

/* Styles for Size/Qty grid */
.productListDetailsGrid { /* Over-rides productListDetails - decreased width to allow for Grid style options */
	width: 210px;
}
.productListCartBlockGrid { /* Over-rides productListCartBlock - increased width for Grid style options */
	width: 430px;
}
.gridOptionsGST {
	color: #000;
	font-size: 10px;
	margin: 3px 0;
	padding: 0;
}
.productListGridWrapper {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}
.gridButtonBlock {
	float: right;
	display: inline;
	width: 105px;
	margin: 0 0 0 5px;
}
.gridButtonBlockBelow {
	float: right;
	display: inline;
	width: 430px;
	margin: 5px 0 0 0;
}
.gridButtonBlockLine {
	float: right;
	display: inline;
	width: 105px;
	margin: 0 5px 0 0;
}
.gridButtonBlockLineBelow {
	float: right;
	display: inline;
	width: 430px;
	margin: 0 5px 0 0;
}
#productLine li.lineInfoGrid {
	height: auto;
}
.productLineGridWrapper {
	float: right;
	display: inline;
	margin: 0;
	padding: 0 15px 5px 0;
	text-align: right;
}
.productLineGridWrapperBelow {
	float: right;
	display: inline;
	margin: 0;
	padding: 0 5px 5px 0;
	text-align: right;
}
.productListCartBlockInnerGrid { /* Wraps the add to cart button */
	position: relative;
	/*height: 20px;*/
}
.productListCartBlockInnerGridBelow {
	position: relative;
	display: inline;
	float: right;
	margin: 0 0 0 5px;
}
.productLineCartBlockInnerGrid { /* Wraps the add to cart button */
	position: relative;
	display: inline;
	width: 105px;
	margin: 0;
	padding: 0;
}
.productLineCartBlockInnerGridBelow {
	position: relative;
	display: inline;
	float: right;
	margin: 0;
}

/* [ product_list CUSTOM Line Style ] */

ul#productLineCustom {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#productLineCustom li.lineInfoCustom {
	float: left;
	display: block;
	height: 50px;
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#productLineRowHeaderCustom {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	height: 25px;
	background-color: #666;
}
.productLineThumbnailHeaderCustom {
	float: left;
	margin: 0;
	padding: 0;
	width: 59px;
	line-height: 25px;
	border-right: 1px solid #CCC;
}
.productLineCodeHeaderCustom {
	float: left;
	display: inline;
	width: 138px;
	line-height: 25px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #CCC;
}
.productLineNameHeaderCustom {
	float: left;
	display: inline;
	width: 277px;
	line-height: 25px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #CCC;
}
.productLinePriceHeaderCustom {
	float: left;
	width: 161px;
	margin: 0;
	padding: 0 5px;
	line-height: 25px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #CCC;
}
.productLineSizeHeaderCustom {
	float: left;
	width: 56px;
	margin: 0;
	padding: 0 5px;
	line-height: 25px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #CCC;
}
.productLineUnitsHeaderCustom {
	float: left;
	display: inline;
	width: 94px;
	line-height: 25px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #CCC;
}
.productLineCartHeaderCustom {
	float: left;
	width: 96px;
	line-height: 25px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.productLineThumbnailCustom {
	float: left;
	margin: 0;
	padding: 0;
	width: 60px;
}
.productLineThumbnailCustom a img {
	width: 50px;
	margin: 0 0 0 5px;
	border: none;
}
.productLineCodeCustom {
	float: left;
	display: inline;
	width: 139px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.productLineCodeCustom a {
	color: #000;
	text-decoration: none;
}
.productLineCodeCustom a:visited {
	color: #000;
	text-decoration: none;
}
.productLineCodeCustom a:hover {
	color: #000;
	text-decoration: underline;
}
h2.productLineNameCustom {
	float: left;
	display: inline;
	width: 278px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
h2.productLineNameCustom a {
	color: #000;
	text-decoration: none;
}
h2.productLineNameCustom a:visited {
	color: #000;
	text-decoration: none;
}
h2.productLineNameCustom a:hover {
	color: #000;
	text-decoration: underline;
}

.optionPriceStockWrapperLineCustom {
	float: left;
	display: inline;
	position: relative;
	width: 162px;
	margin: 0 5px;
	padding: 0;
	text-align: right;
}
.optionPriceStockWrapperLineCustomOff {
	float: left;
	display: inline;
	position: relative;
	width: 162px;
	margin: 0 5px;
	padding: 0;
	text-align: right;
}

/*.productLineSizeCustom {
	float: left;
	display: inline;
	width: 57px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.productLineUnitsCustom {
	float: left;
	display: inline;
	width: 95px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
}*/

.productLineCartBlockCustom { /* Wraps the add to cart button */
	float: left;
	display: inline;
	width: 99px;
	margin: 0;
	padding: 0 0 0 5px;
	text-align: center;
}

.rowOnLineCustom {
	background-color: #F4F4F4;
}
.rowOffLineCustom {
	background-color: #FFF;
}


.productDetailGridWrapper {
	float: left;
	margin: 0;
	padding: 5px 0;
	text-align: left;
}

.sizeFirstItemWrapper {
	float: left;
	width: 59px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.sizeItemWrapper {
	float: left;
	width: 59px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: none;
}
.sizeItemSubRow { /* Turn off the top border for extra size rows */
	border-top: none;
}
.sizetitle {
	background-color: #EAEAEA;
	width: 59px;
	height: 32px;
	border-bottom: 1px solid #CCC;
	color: #000;
	font-size: 10px;
	text-align: center;
	padding: 2px 0 0 0;
}
.sizeinput {
	background-color: #FFF;
	width: 59px;
	height: 22px;
	font-size: 10px;
	text-align: center;
	padding: 3px 0 0 0;
}
.sizestock {
	background-color: #FFF;
	width: 59px;
	height: 15px;
	font-size: 10px;
	text-align: center;
	padding: 0;
	border-top: 1px solid #CCC;
}
.sizestockBalance {
	background-color: #FFF;
	width: 59px;
	height: 28px;
	font-size: 10px;
	text-align: center;
	padding: 0;
	border-top: 1px solid #CCC;
}
.sizeminqty {
	background-color: #FFF;
	width: 59px;
	height: 15px;
	font-size: 10px;
	text-align: center;
	padding: 0;
	border-top: 1px solid #CCC;
}
.MinimumOrderMessageGrid {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.sizeforms {
	width: 30px;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-align: right;
	border: 1px inset #CCC;
	background-color: #FFF;
	padding: 1px;
	margin: 0;
}
.sizeformsSelected {
	width: 30px;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-align: right;
	border: 1px inset #F00;
	background-color: #FFF;
	padding: 1px;
	margin: 0;
}
.sizeformsDisabled {
	width: 30px;
	font-size: 10px;
	font-weight: normal;
	color: #CCC;
	text-align: right;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 1px;
	margin: 0;
}
.productListSizePrice {
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.sizestockInStock {
	margin: 0;
	padding: 0;
	color: #0A0;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
}
.sizestockInStockBalance {
	margin: 0;
	padding: 1px 0 0 0;
	color: #0A0;
	font-size: 10px;
	text-align: center;
	line-height: 12px;
}
.sizestockOutOfStock {
	margin: 0;
	padding: 0;
	color: #F00;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
}
.sizestockOutOfStockBalance {
	margin: 0;
	padding: 0;
	color: #F00;
	font-size: 10px;
	text-align: center;
	line-height: 28px;
}
.sizestockOnBackorder {
	margin: 0;
	padding: 0;
	color: #F00;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
}
.sizestockOnBackorderBalance {
	margin: 0;
	padding: 0;
	color: #F00;
	font-size: 10px;
	text-align: center;
	line-height: 28px;
}

/* Quick Order Form */
#QuickOrderFormWrapper {
	margin: 0 0 10px 0;
	padding: 0;
}
#qoTable {
	width: 100%;
	border: 1px solid #DDD;
	padding: 2px;
}
#qoHeadings {
	background-color: #666;
}
#qoTable tr#qoHeadings td {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #FFF;
}
#qoTable tr td {
	padding: 4px;
}
	
#qoProductCodeEntry {
	float: left;
	/*width: 400px;*/
}
#qoProductCodeInput {}
.qoProductCodeInput {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	width: 135px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #DDD;
}
.qoProductCodeInputSelected {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	width: 135px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #6698FF;
}
.enterCodeInfoDiv {
	/* IE 6 min-height hack */
	min-height: 10px;
	height: auto !important;
	height: 10px;
	/* */
	margin: 0;
	padding: 5px;
	border: 1px solid #DDD;
	text-align: left;
}
#qoProductContent {
	float: left;
	width: 320px;
}
#qoThumbnail {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 100px;
}
#qoThumbnail a img {
	width: 100px;
	margin: 0 auto;
	border: none;
}
.qoProductName {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.qoProductName a {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.qoProductName a:visited {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.qoProductName a:hover {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.qoProductCode {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.qoProductPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #080;
	text-decoration: none;
}
.qoProductPriceGST {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #080;
	text-decoration: none;
}
.qoInStockMessage {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #0A0;
	font-weight: bold;
	text-decoration: none;
}
.qoOutOfStockMessage {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #E41908;
	font-weight: bold;
	text-decoration: none;
}
.qoOutOfStockMessageTryAgain {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	color: #E41908;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.qoInvalidProductCode {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #E41908;
	text-decoration: none;
}
#qoProductCartBlock {
	position: relative;
	float: left;
	width: 150px;
}
#qoProductVariantWrapper {
	width: 150px;
	margin: 5px 0 0 0;
}
.qoVariantSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #D4D3D3;
}
.qoVariantSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #6698FF;
}
.addCartInfoDivQO {
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 25px;
	left: 0px;
	background-color: #FFF;
	border: 1px solid #6698FF;
	text-align: center;
}
.addCartInfoDivQO img {
	margin: 11px 0 0 0;
	border: none;
}
.qoQtyInput {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	width: 35px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #CCC;
}
.qoQtyInputSelected {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	width: 35px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #6698FF;
}
.qoQtyInputDisabled {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	width: 35px;
	background-color: #EEE;
	padding: 2px;
	margin: 0;
	border: 1px solid #DDD;
}

.qoAddToCartSubmit {
	margin: 0 0 0 5px;
	width: 100px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #6698FF;
	cursor: pointer;
	border: 1px solid #6698FF;
}
.qoAddToCartSubmitDisabled {
	margin: 0 0 0 5px;
	width: 100px;
	font-size: 13px;
	font-weight: normal;
	color: #999;
	background-color: #EEE;
	border: 1px solid #DDD;
}
.qoTryAgain {
	margin: 0 0 0 28px;
	width: 100px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #6698FF;
	cursor: pointer;
	border: 1px solid #6698FF;
}

.addCartInfoDivPL { /* Div that displays info when adding to cart - Product List */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 0px;
	right: 110px;
	background-color: #FFF;
	border: 1px solid #6698FF;
	text-align: center;
}
.addCartInfoDivPL img {
	margin: 11px 0 0 0;
	border: none;
}

.addCartInfoDivPLGrid { /* Div that displays info when adding to cart - Product List with Grid style options*/
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 0px;
	right: 110px;
	background-color: #FFF;
	border: 1px solid #6698FF;
	text-align: center;
}
.addCartInfoDivPLGrid img {
	margin: 11px 0 0 0;
	border: none;
}

.addCartInfoDivGallery { /* Div that displays info when adding to cart - Featured */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: -120px !important;
	top: -122px;
	left: 15px;
	background-color: #FFF;
	border: 1px solid #6698FF;
	text-align: center;
}
.addCartInfoDivGallery img {
	margin: 11px 0 0 0;
	border: none;
}
.addCartInfoDivLine { /* Div that displays info when adding to cart - Product List */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 0px;
	right: 110px;
	background-color: #FFF;
	border: 1px solid #6698FF;
	text-align: center;
}
.addCartInfoDivLine 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: 0;
	left: 110px;
	background-color: #FFF;
	border: 1px solid #6698FF;
	text-align: center;
}
.addCartInfoDivPD img {
	margin: 11px 0 0 0;
	border: none;
}

.addCartInfoDivAddon { /* Div that displays info when adding to cart - Featured */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: -120px !important;
	top: -122px;
	left: 15px;
	background-color: #FFF;
	border: 1px solid #6698FF;
	text-align: center;
}
.addCartInfoDivAddon img {
	margin: 11px 0 0 0;
	border: none;
}

.addCartInfoDivSpecial { /* Div that displays info when adding to cart - Specials */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: -120px !important;
	top: -122px;
	left: 0;
	background-color: #FFF;
	border: 1px solid #6698FF;
	text-align: center;
}
.addCartInfoDivSpecial img {
	margin: 11px 0 0 0;
	border: none;
}

.addCartInfoDivFeatured { /* Div that displays info when adding to cart - Featured */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: -120px !important;
	top: -122px;
	left: 10px;
	background-color: #FFF;
	border: 1px solid #6698FF;
	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 #6698FF;
	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 #6698FF;
	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 #6698FF;
	text-align: center;
}
.favouriteInfoDivDeleteMulti img {
	margin: 11px 0 0 0;
	border: none;
}

.favouritesVariantSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 3px 0 5px 0;
	border: 1px solid #D4D3D3;
}
.favouritesVariantSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 3px 0 5px 0;
	border: 1px solid #6698FF;
}

#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: block;
	width: 150px;
	margin: 0;
	padding: 0;
}
.fullCartUpdateDiv {
	position: absolute;
	z-index: 40;
	width: 150px;
	height: 50px;
	bottom: 0;
	left: 0px;
	background-color: #FFF;
	border: 1px solid #6698FF;
	text-align: center;
}
.fullCartUpdateDiv img {
	margin: 11px 0 0 0;
	border: none;
}

.favDivWrapperPL {
	position: relative;
	/*width: 200px;*/
}
.favouriteInfoDivPL { /* Div that displays info when adding favourites - Product List */
	position: absolute;
	z-index: 40;
	width: 150px;
	height: 50px;
	top: 5px;
	right: 110px;
	background-color: #FFF;
	border: 1px solid #6698FF;
	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 #6698FF;
	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: #0A0;
	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: #6698FF;
	cursor: pointer;
	border: 1px solid #6698FF;
}
.formbuttonProcessPayment {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #6698FF;
	cursor: pointer;
	border: 1px solid #6698FF;
}
.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 #6698FF;
}
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 #6698FF;
	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 #6698FF;
}
.simpleSearchButton {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #D4D3D3;
	border: 1px solid #CCC;
	cursor: pointer;
}

/*  Sort By Form  */
#sortbyWrapper {
	margin: 10px 0;
	padding: 0;
	text-align: right;
}
.sortbyLabel {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	margin: 0 5px 0 0;
}

.sortbySelect {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin: 0;
	padding: 2px;
	border: 1px solid #CCC;
}
.sortbySelectSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin: 0;
	padding: 2px;
	border: 1px solid #6698FF;
}

/*  Brand Search Form  */
#brandSearchWrapper {
	margin: 0;
	padding: 10px 0 10px 10px;
}
.brandSearchField {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 175px;
	background-color: #FFF;
	margin: 0 22px 0 0;
	padding: 2px;
	border: 1px solid #CCC;
}
.brandSearchFieldSelected {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 175px;
	background-color: #FFF;
	margin: 0 22px 0 0;
	padding: 2px;
	border: 1px solid #6698FF;
}
.brandSearchButton {
	float: right;
	margin: 5px 22px 0 0;
	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 */

}

/* Account Menu - Previous Orders */
.AccountManagerPreviousOrder {
	font-size: 11px;
	font-weight: bold;
	color:#e52f2f;
}

/* 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;
}

#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;
	font-size: 11px;
	color: #000;
	line-height: normal;
}
#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;
	font-size:11px;
}

#invoiceHeader {
	padding: 0;
}
#invoiceHeaderLeft {
	float: left;
	width: 290px;
}
#invoiceHeaderRight {
	float: left;
	width: 290px;
	margin-bottom: 10px;
}
#invoiceHeaderPaidImage {
	float: left;
	width: 189px;
	text-align:right;
}
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: none;
	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;
}
#loginWrapperBuyerLoggedin {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 550px;
	height: 38px;
}
#loginWrapperAccountManagerLoggedin {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 550px;
	height: 38px;
}
#loginWrapperAccountManagerBuyerLoggedin {
	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: 10px;
	bottom: -11px;
}
#loginUsername {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin-top: 8px;
}

/* [ Account Manager Home - Buyers List ] */
#AssignedBuyersList {
	position: relative;
}
#AssignedBuyersTable {
	clear: both;
	display: block;
	padding-top: 30px;
}
.AssignedBuyersTitle {
	font-size:12px;
	font-weight:bold;
}
.AssignedBuyersTitleMTD {
	font-size:12px;
	font-weight:bold;
	background-color:#ddd;
}
.AssignedBuyersTitleYTD {
	font-size:12px;
	font-weight:bold;
	background-color:#d6d6d6;
}
.AccountManagerOrderMsg {
	background-color: #FFCCCC;
	border: 1px solid #FF9999;
	margin: 10px 0;
	padding:5px;
	font-size: 12px;
}
#AccountManagerCompleteMsg {
	background-color: #FFCCCC;
	border: 1px solid #FF9999;
	margin: 10px 0;
	padding:5px;
	font-size: 12px;
}

/* 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: #000;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #CCC;
}
.loginformSelected {
	width: 122px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #6698FF;
}

.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: #000;
	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: #000;
	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: #000;
	font-weight: normal;
	text-decoration: none;
}
.forgotLogin a { }
.forgotLogin a:hover { }

/* [ login_checkout ] */

#loginCheckoutWrapper {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 550px;
	border-bottom: 1px solid #CCC;
}
#loginCheckoutUsername {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin-top: 8px;
}

/* [ 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: #000;
	text-decoration: none;
}
#contactFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 125px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	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;
}
#captcha {
	text-transform: uppercase;
}
#CaptchaHowToUse {
	margin: 5px 0 10px 130px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#CaptchaReloadText {
	margin: 5px 0 5px 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#contactFormWrapper input#signupSubmit {
	margin: 5px 0 0 130px !important;
	margin: 5px 0 0 133px;
}
#contactFormWrapper .signupMessage {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

/* Social Media panel and footer */
#socialMediaPanelWrapper {
	margin: 0;
	padding: 10px;
	width: 180px;
}
#socialMediaPanelWrapper p.socialMediaPanelText {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#socialMediaPanelWrapper .socialMediaPanelIcons {
	margin: 10px 0 0 0;
	padding: 0;
}
.socialMediaFooterIcons {
	margin: 0;
	padding: 0;
}

#smediaFacebookIcon {
	float: right;
	display: inline;
	margin: 0 8px 0 0;
}
#smediaFacebookIconFooter {
	float: right;
	display: inline;
	margin: 0 0 0 8px;
}
#smediaTwitterIcon {
	float: right;
	display: inline;
	margin: 0 8px 0 0;
}
#smediaTwitterIconFooter {
	float: right;
	display: inline;
	margin: 0 0 0 8px;
}
#gplusWrapper {
	float: right;
	display: inline;
	margin: 0 8px 0 0;
}
#gplusWrapperFooter {
	float: right;
	display: inline;
	margin: 0 0 0 8px;
}
#signupPanelWrapper {
	margin: 0;
	padding: 10px;
	width: 180px;
	height: 220px;
}
#signupPanelWrapper p.signupPanelText {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
/*
#signupPanelWrapper label {
	display: block;
	padding: 5px 0 0 0;
	width: 70px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
}
*/
/*
#signupPanelWrapper p.newsLetterLabel {
	float: left;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	width: 70px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
}
*/
.signupPanelForm {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 170px;
	background-color: #FFF;
	padding: 2px;
	margin: 2px 0;
	border: 1px solid #D4D3D3;
}
.signupPanelFormSelected {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 170px;
	background-color: #FFF;
	padding: 2px;
	margin: 2px 0;
	border: 1px solid #6698FF;
}
#signupPanelWrapper select.signupPanelForm, #signupPanelWrapper select.signupPanelFormSelected {
	width: 176px;
}
.signupPanelFormButton {
	float: right;
	margin: 5px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #6698FF;
	cursor: pointer;
	border: 1px solid #6698FF;
}
.signupPanelFormSignupMessage {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #ED3024;
	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: #000;
	text-decoration: none;
}
#registrationFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	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;
}
#registerPasswordMessage {
	padding-top: 10px;
	border-top: 1px solid #DDD;
}

/* [ 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 #FFF;
	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 #6698FF;
	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 #6698FF;
	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: #000;
	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 {
	font-size: 13px;
	margin: 5px 0 5px 13px;
	color: #000;
}
#paymentContactWrapper h6.freeGiftLabel {
	font-size: 15px;
}


#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 {
	margin-top: 30px;
}
#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 { }

#freeGiftSelectionWrapper {
	margin: 0 10px 0 13px;
	padding: 0;
}
#freeGiftSelectionTable {
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
}
.freeGiftSelectionMessage {
	margin: 10px 0 0 13px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#paymentContactFormWrapper input.freeGiftQtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #CCC;
}
#paymentContactFormWrapper input.freeGiftQtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #F00;
}
.freeGiftQtyMaxLabel {
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

/* 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: #000;
}
#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: #000;
}
#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;
}
.ccInputLabel {
	width: 155px;
}
#ccMakePaymentMessage { }
#ccPaymentOrderID {
	font-weight: bold;
}
#ccCardDetailsMessage { }
#ccOrderTotalMessage { }
#ccOrderTotalMessageValue {
	font-weight: bold;
}

#CCNumber, #CardName, #CVC {
	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 160px !important;
	margin: 5px 0 5px 163px;
}

#ccProcessInvoicePaymentButton {
	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: #000;
}
#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 { }


/* [ Account Manager Login Status Bar ] */
#AccountManagerStatusBar {
	position: fixed;
	width: 100%;
	height: 35px;
	left: 0;
	top: 0;
	padding: 15px 0 0 0;
	margin: 0;
	background-color: #333;
	border-bottom: 1px solid #000;
	z-index: 1000;
}
#AccountManagerStatusBarContent {
	width:1000px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
}
.AccountManagerStatusBarMenuName {
	float: left;
	display: block;
	height: 35px;
	font-size: 14px;
	color: #FFF;
	width: auto;
	padding: 0 20px 0 0;	
	margin: 0;
	line-height: 35px;
}
.AccountManagerStatusBarMenu {
	float: right;
	margin: 10px 0 0 20px;	
}
.AccountManagerStatusBarMenu a {
	background-color: #595959;
	width: auto;
	padding: 3px 10px;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.AccountManagerStatusBarMenu a:hover {
	background-color:#6d6d6d;
	width:auto;
	padding:3px 10px;
	color: #FFF;
	text-decoration:none;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* [ Account Manager Customer Status Bar ] */
#AccountManagerCustomerStatusBar {
	position: fixed;
	width: 100%;
	height: 35px;
	left: 0;
	top: 50px;
	padding: 0;
	margin: 0;
	background-color: #FFCCCC;
	border-bottom: 1px solid #FF9999;
	z-index: 1000;
}
#AccountManagerCustomerStatusBarContent {
	width: 1000px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	margin: 0 auto;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
}
.AccountManagerCustomerStatusBarMenu a {
	text-decoration: none;
}
.AccountManagerCustomerStatusBarMenu a:hover {
	text-decoration: underline;
}
.AccountManagerCustomer {
	font-weight: bold;
	margin: 0 40px 0 0;
}
.AccountManagerCustomerStatusBarLogout {
}
.AccountManagerCustomerStatusBarLogout a {
	background-color: #fd8282;
	width: auto;
	padding: 3px 10px;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.AccountManagerCustomerStatusBarLogout a:hover {
	background-color: #ff7575;
	width: auto;
	padding: 3px 10px;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Account Manager pager selector */

.amPageSelectWrapper {
	position: absolute;
	right: 0;
	top: 8px;
	margin: 0;
	padding: 0;
	z-index: 1000;
}
.amItemsPerPage {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
.amItemsPerPageSelect {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
.amPerPageSelect {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	/*height: 18px;*/
	border: 1px solid #CCC;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.amPerPageSelectSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	/*height: 18px;*/
	border: 1px solid #F00;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}



/* [ 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: #000;
	font-weight: bold;
	text-decoration: none;
}
/* Alternating row colours */
.rowOn {
	background-color: #F5F5F5;
}
.rowOff {
	background-color: #FFF;
}
.content {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.content a { }
.content a:hover { }
.contentSmall {
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.contentSmall a { }
.contentSmall a:hover { }

.contactMessage {
	font-weight: normal;
}
.contactMessageProduct {
	font-weight: bold;
}

#productListWrapper input.accManagerButtonMargin{
	margin-top: 20px;
}
#productDetailWrapper input.accManagerButtonMargin {
	margin-top: 10px;
}

.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;
}



.wheretobuy_button {
	background: #6698ff;
    padding: 4px 20px;
    color: #fff !important;
    text-decoration: none;
}
.wheretobuy_button:hover {
    text-decoration: none !important;
}
/*.wheretobuy_button:hover {
	background: #195AA3;
    text-decoration: none;
}*/

.stockistsTableTitleRow {
    background: #F3F3F3;
}
#stockiststable td {
    border-bottom: 1px solid #bbb;    
	padding: 6px 3px;
}

#ausmap {
 width: 250px;
 height: 233px;
 margin:0 auto;
 background: url(ausmap.png) no-repeat;
 position: relative;
}
#ausmap li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#ausmap a {display: block; text-decoration: none; font-size:13px; font-weight:bold; line-height:normal; font-family: Arial, Verdana;}

#ausmap #wa { left: 0px; top: 21px; width: 101px; z-index:10;}
#ausmap #wa a {height: 72px; text-align:center; padding-top:80px; padding-left:15px; color:#fff;}
#ausmap #wa a:hover {background: url(ausmap.png) 0 -254px no-repeat; text-decoration:none;}

#ausmap #nt { left: 102px; top: 2px; width: 56px; z-index:10;}
#ausmap #nt a {height: 46px; text-align:center; padding-top:60px; padding-left:0px; color:#fff;}
#ausmap #nt a:hover {background: url(ausmap.png) -102px -235px no-repeat; text-decoration:none;}

#ausmap #sa { left: 102px; top: 108px; width: 75px; z-index:10;}
#ausmap #sa a {height: 70px; text-align:center; padding-top:15px; padding-left:0px; color:#fff;}
#ausmap #sa a:hover {background: url(ausmap.png) -102px -341px no-repeat; text-decoration:none;}

#ausmap #tas { left: 200px; top: 212px; width: 25px; z-index:10;}
#ausmap #tas a {height: 19px; text-align:center; padding-top:2px; padding-left:25px; color:#054680;}
#ausmap #tas a:hover {background: url(ausmap.png) -200px -445px no-repeat; text-decoration:none; color:#000;}

#ausmap #qld { left: 159px; top: 0; width: 99px; z-index:9;}
#ausmap #qld a {height: 49px; text-align:center; padding-top:80px; padding-right:20px; color:#fff;}
#ausmap #qld a:hover {background: url(ausmap.png) -159px -466px no-repeat; text-decoration:none;}

#ausmap #nsw { left: 178px; top: 123px; width: 80px; z-index:10;}
#ausmap #nsw a {height: 46px; text-align:center; padding-top:20px; padding-right:20px; color:#fff;}
#ausmap #nsw a:hover {background: url(ausmap.png) -178px -356px no-repeat; text-decoration:none;}

#ausmap #vic { left: 178px; top: 166px; width: 57px; z-index:11;}
#ausmap #vic a {height: 23px; text-align:center; padding-top:10px; padding-right:30px; color:#fff;}
#ausmap #vic a:hover {background: url(ausmap.png) -178px -632px no-repeat; text-decoration:none;}

#ausmap #act { left: 224px; top: 167px; width: 40px; z-index:12;}
#ausmap #act a {height: 22px; text-align:right; padding-top:0px; padding-right:0px; color:#054680;}
#ausmap #act a:hover {background: url(actdot.png) 0 0 no-repeat; text-decoration:none; color:#000;}


#ausmap2 {
 width: 250px;
 height: 233px;
 margin:0 auto;
 background: url(ausmap2.png) no-repeat;
 position: relative;
}
#ausmap2 li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#ausmap2 a {display: block; text-decoration: none; font-size:13px; font-weight:bold; line-height:normal; font-family: Arial, Verdana;}

#ausmap2 #wa { left: 0px; top: 21px; width: 101px; z-index:10;}
#ausmap2 #wa a {height: 72px; text-align:center; padding-top:80px; padding-left:15px; color:#fff;}
#ausmap2 #wa a:hover {background: url(ausmap2.png) 0 -254px no-repeat; text-decoration:none;}

#ausmap2 #nt { left: 102px; top: 2px; width: 56px; z-index:10;}
#ausmap2 #nt a {height: 46px; text-align:center; padding-top:60px; padding-left:0px; color:#fff;}
#ausmap2 #nt a:hover {background: url(ausmap2.png) -102px -235px no-repeat; text-decoration:none;}

#ausmap2 #sa { left: 102px; top: 108px; width: 75px; z-index:10;}
#ausmap2 #sa a {height: 70px; text-align:center; padding-top:15px; padding-left:0px; color:#fff;}
#ausmap2 #sa a:hover {background: url(ausmap2.png) -102px -341px no-repeat; text-decoration:none;}

#ausmap2 #tas { left: 200px; top: 212px; width: 25px; z-index:10;}
#ausmap2 #tas a {height: 19px; text-align:center; padding-top:2px; padding-left:25px; color:#b59b55;}
#ausmap2 #tas a:hover {background: url(ausmap2.png) -200px -445px no-repeat; text-decoration:none; color:#000;}

#ausmap2 #qld { left: 159px; top: 0; width: 99px; z-index:9;}
#ausmap2 #qld a {height: 49px; text-align:center; padding-top:80px; padding-right:20px; color:#fff;}
#ausmap2 #qld a:hover {background: url(ausmap2.png) -159px -466px no-repeat; text-decoration:none;}

#ausmap2 #nsw { left: 178px; top: 123px; width: 80px; z-index:10;}
#ausmap2 #nsw a {height: 46px; text-align:center; padding-top:20px; padding-right:20px; color:#fff;}
#ausmap2 #nsw a:hover {background: url(ausmap2.png) -178px -356px no-repeat; text-decoration:none;}

#ausmap2 #vic { left: 178px; top: 166px; width: 57px; z-index:11;}
#ausmap2 #vic a {height: 23px; text-align:center; padding-top:10px; padding-right:30px; color:#fff;}
#ausmap2 #vic a:hover {background: url(ausmap2.png) -178px -632px no-repeat; text-decoration:none;}

#ausmap2 #act { left: 224px; top: 167px; width: 40px; z-index:12;}
#ausmap2 #act a {height: 22px; text-align:right; padding-top:0px; padding-right:0px; color:#b59b55;}
#ausmap2 #act a:hover {background: url(actdot2.png) 0 0 no-repeat; text-decoration:none; color:#000;}

