@charset "utf-8";
/* Duplicate the following BODY style in wysiwyg.css
 * Remove the text-align: center; attribute before
 * copying to wysiwyg.css */
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

/* Main container div */
.oneColFixCtrHdr #container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto 0 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* ******* Begin wysiwyg.css shared styles ******* */
/* [ General styles ] Copy the following styles to wysiwyg.css */
a:link { 
	color: #069;
	text-decoration: none;
}
a:visited { 
	color: #069;
	text-decoration: none;
}
a:hover { 
	color: #069;
	text-decoration: underline;
}
a:active { 
	color: #F00;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #2B2E6A;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	margin: 0;
	font-size: 16px;
	color: #2B2E6A;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	margin: 0;
	font-size: 14px;
	color: #0B5386;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	margin: 5px 0;
	padding: 0;
	font-size: 13px;
	color: #0B5386;
	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;
}
p, ul ,ol {
	font-size: 11px;
	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;
}

textarea {
	margin: 5px 0 0 0;
	width: 250px;
	height: 75px !important;
	height: 75px;
}

/* [ Header ] */
.oneColFixCtrHdr #header {
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#header-left {
	float: left;
	width: 207px;
	height: 127px;
	padding: 10px 0 0 8px;
	margin: 0;
}

/* Header Logo */
#headerlogo {
	width: 205px;
	height: 114px;
	margin: 0;
	position: relative;
}
#headerlogo span {
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#header-right {
	float: right;
	width: 775px;
	height: 137px;
	padding: 0;
	margin: 0 0 0 10px;
}

#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;
}
h2#companySlogan {
	font-size: 24px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
	line-height: 50px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

/* 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 0 0 10px;
	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;
	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;
}
#nav-menu li img {
	width: 2px;
	height: 36px;
	margin: 0 10px;
}

#nav-menu-account {
	float: right;
	width: 210px;
	height: 36px;
	padding: 0;
	margin: 0;
	text-align: right;
}
#nav-menu-account ul {
	/*float: right;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#nav-menu-account li {
	float: right;
	display: block;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#nav-menu-account li a {
	/*display: block;*/
	height: 36px;
	padding: 0 10px;
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#nav-menu-account li a:hover {
	font-size: 11px;
	color:#FFE715;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
}
#nav-menu-account ul #navSelected a {
	font-size: 11px;
	color: #FFE715;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#nav-menu-account li img {
	margin: 0;
}

/* Login area */
#loginstrip {
	width: 775px;
	height: 38px;
	margin: 0 0 13px 0;
	padding: 0;
	background-repeat: repeat-x;
}


/* [ Main Content ] */
.oneColFixCtrHdr #mainContentWrapper {
	padding: 0;
	background: #FFF;
}

#leftSidebar {
	float: left;
	width: 215px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}

/* Left sidebar Mini Menu */
#leftSidebarLogoBot {
	width: 207px;
	height: 119px;
	padding: 0;
	margin: 0 0 10px 8px;
	background-color: #FFF;
}
#leftSidebarLogoBot img {
	border: none;
	margin: 0 0 0 14px;
}

#rightSideBar {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0 0 0 15px;
}
.rightSideBarTitle {
	width: 200px;
	height: 27px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	background-image: url(rightmenu-title-bg.gif);
	background-repeat: no-repeat;
}
#rightSideBarSpecials {
	width: 200px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	background-image: url(rightmenu-main-bg.gif);
	background-repeat: repeat-y;
}
#rightSideBarSecure {
	width: 200px;
	padding: 10px 0 0 0;
	margin: 0;
	background-color: #FFF;
	background-image: url(rightmenu-main-bg.gif);
	background-repeat: repeat-y;
}
#visaicon {
	margin: 10px 5px 10px 35px;
}
#mcicon {
	margin: 10px 5px 10px 0;
}
#amexicon {
	margin: 10px 5px 10px 0;
}
/*#dinersicon {
	margin: 10px 5px 10px 0;
}*/

#rightSideBarNews {
	width: 180px;
	padding: 10px;
	margin: 0;
	background-color: #FFF;
	background-image: url(rightmenu-main-bg.gif);
	background-repeat: repeat-y;
}

/* [ News styles ] */
div#news {
	margin: 0;
	padding: 0;
}

div.newsdate {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	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: 11px;
	font-weight: normal;
	color:#000;
	text-decoration: none;
}
div.newscontent a {
	font-weight: normal;
	color:#069;
	text-decoration: none;
}
div.newscontent a:hover {
	font-weight: normal;
	color:#069;
	text-decoration: underline;
}
div.newscontent img {
	float: left;
	/*width: 150px;*/
	margin: 10px 5px 5px 0;
	padding: 0;
	border: none;
}
div.newscontent .newsMore {
	margin: 10px 0 0 0;
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
div.newscontent .newsMore a {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
div.newscontent .newsMore a:hover {
	font-weight: normal;
	color: #069;
	text-decoration: underline;
}
.newsItemSeperator {
	height: 5px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCC;
}

.newsSummaryItem {
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	color: #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;
}

#mainContent {
	float: left;
	width: 775px;
	margin: 0 0 15px 10px;
	padding: 0;
}
#subContent {
	float: left;
	width: 775px;
	margin: 0 0 15px 0;
	padding: 0;
}
#contentLeft {
	float: left;
	width: 550px;
	margin: 0;
	padding: 0;
}
#homeBanner {
	float: left;
	width: 550px;
	height: 210px;
	margin: 0 0 5px 0;
	padding: 0;
}
#homeBanner img {
	border: none;
}

/* Right sidebar Featured Products */
.featureWrapper {
	float: left;
	width: 155px;
	height: 230px;
	text-align: center;
	margin: 0;
	padding: 10px;
	border: 1px solid #CDCDCD;
}
.f1 {
	margin-right: 9px;
}
.f2 {
	margin-right: 10px;
}
.f3 {

}
.featureImageWrapper {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}
.featureImage {
	margin: 0;
	padding: 0;
	border: none;
}
.featureName {
	height: 50px;
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.featureName a {
	margin: auto 0;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.featureName a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.featurePrice {
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #C9150C;
	text-decoration: none;
}
.featurePrice select {
	margin: 8px 0 0 0;
	padding: 0;
}


/* Home page logo block */
#homeLogosWrapper {
	width: 550px;
	margin: 15px 0 0 0;
	padding: 0;
}
#homeLogosWrapper img#brandLogo1 {
	margin: 0 11px 0 1px;
}
#homeLogosWrapper img#brandLogo2 {
	margin: 0 12px 0 0;
}
#homeLogosWrapper img#brandLogo3 {
	margin: 0;
}
#homeLogosWrapper img#brandLogo4 {
	margin: 11px 11px 0 1px;
}
#homeLogosWrapper img#brandLogo5 {
	margin: 11px 12px 0 0;
}
#homeLogosWrapper img#brandLogo6 {
	margin: 11px 0 0 0;
}


/* Right sidebar Specials */
.specialWrapper {
	width: 170px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #CDCDCD;
}
.featureImageWrapper {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}
.specialImage {
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
}
.specialName {
	margin: 0;
	padding: 5px 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.specialName a {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.specialName a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.specialPrice {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #C9150C;
	text-decoration: none;
}
.specialButton {
	margin: 0 0 0 5px;
	padding: 0;
	width: 78px;
	height: 20px;
	background-color: #2B2E6A;
	border: none;
	cursor: pointer;
}
.specialLastItem {
	border: none;
}

#homeText {
	float: left;
	width: 518px;
	margin: 10px 10px 10px 0;
	padding: 0;
}

#rightSidebar {
	float: left;
	width: 215px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}

/* [ Footer ] */
.oneColFixCtrHdr #footer {
	height: 69px;
	padding: 0;
	background: #EDEEEE;
	background-repeat: repeat-x;
}

p#footer-left {
	float: left;
	width: 217px;
	margin: 5px 0 0 8px !important;
	margin: 5px 0 0 4px;
	padding: 0;
	font-size: 9px;
	color: #818181;
	font-weight: normal;
	text-decoration: none;
}
#footer-center {
	float: left;
	width: 550px;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}
#footer-center ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#footer-center li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #282828;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#footer-center li a {
	font-size: 9px;
	color: #282828;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#footer-center li a:hover {
	font-size: 9px;
	color: #282828;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
}
#footer-center li.footerLinkDivider {
	margin: 0 5px;
}
p#footer-right {
	float: left;
	width: 217px;
	margin: 5px 8px 0 0 !important;
	margin: 5px 4px 0 0;
	padding: 0;
	font-size: 9px;
	color: #818181;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
p#footer-right a {
	color: #818181;
	font-weight: normal;
	text-decoration: none;
}
p#footer-right a:hover {
	color: #818181;
	font-weight: normal;
	text-decoration: underline;
}

/* [ 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 {
	width: 207px;
	padding: 0;
	margin: 0 0 0 8px;
	background-color: #FFF;
	background-repeat: repeat-y;
}
.menuTreeLevel1 {
	display: block;
	width: 198px;
	height: auto !important;
	height: 23px;
	font-size: 10px;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
	margin: 0;
	background-repeat: repeat-y;
}
.menuTreeLevel1 a {
	display: block;
	width: 198px;
	height: auto !important;
	height: 23px;
	color: #6E6E6E;
	font-weight: bold;
	text-decoration: none;
}
.menuTreeLevel1 a:visited {
	color: #6E6E6E;
	text-decoration: none;
}
.menuTreeLevel1 a:hover {
	color: #990000;
	text-decoration: none;
}

.menuTreeLevel2 {
	display: block;
	width: 198px;
	height: auto !important;
	height: 23px;
	font-size: 10px;
	font-weight: normal;
	color: #6E6E6E;
	text-decoration: none;
	margin: 0;
	background-repeat: repeat-y;
}
.menuTreeLevel2 a {
	display: block;
	width: 198px;
	height: auto !important;
	height: 23px;
	color: #6E6E6E;
	font-weight: normal;
	text-decoration: none;
}
.menuTreeLevel2 a:visited {
	color: #6E6E6E;
	text-decoration: none;
}
.menuTreeLevel2 a:hover {
	color: #990000;
	text-decoration: none;
}

.menuTreeLevel3 {
	display: block;
	width: 198px;
	height: 23px;
	height: auto !important;
	font-size: 10px;
	font-weight: normal;
	color: #6E6E6E;
	text-decoration: none;
	margin: 0;
	background-repeat: repeat-y;
}
.menuTreeLevel3 a {
	display: block;
	width: 198px;
	height: auto !important;
	height: 23px;
	color: #6E6E6E;
	font-weight: normal;
	text-decoration: none;
}
.menuTreeLevel3 a:visited {
	color: #6E6E6E;
	text-decoration: none;
}
.menuTreeLevel3 a:hover {
	color: #990000;
	text-decoration: none;
}

.menuTreeLevel1 img, .menuTreeLevel2 img, .menuTreeLevel3 img {
	border: 0;
	margin: 0 5px 0 0;
}


/* [ Shopping Cart styles ] */


/* Summary Cart */
#cartsummary {
	width: 255px;
	height: 50px;
	margin: 0;
	padding: 0;
}
#cartsummaryText {
	float: left;
	width: 204px;
	height: 23px;
	padding: 27px 0 0 0;
	margin: 0;
	font-size: 11px;
	color: #2C2C2C;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
#cartsummaryText a {
	font-size: 11px;
	color: #2C2C2C;
	font-weight: bold;
	text-decoration: none;
}
#cartsummaryText a:hover {
	font-size: 11px;
	color: #2C2C2C;
	font-weight: bold;
	text-decoration: underline;
}
#cartsummaryImage {
	float: left;
	width: 50px;
}
#cartsummaryImage img {
	border: none;
	padding: 0;
	margin: 15px 0 0 10px;
}

/* Full Cart */
#fullCartWrapper { /* Overall Full Cart wrapper - overrides "subContent" class */
	margin: 0 0 10px 0;
}
#fullCart {
	margin: 0;
	padding: 10px;
	border: 1px solid #CCC;
}
#fullCartWrapper h6 {  /* Full Cart title - override default h6 */
	margin: 0 0 10px 0;
	color: #2E2E2E;
}
#fullCartTable {}

.FullCartSubtitle {
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #EBEBEB;
	text-decoration: none;
}
.FullCartValue {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.FullCartTotal {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.removeCart {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
.removeCart a {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
.removeCart a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
#fullCartFooterBlock {
	margin: 10px 0 0 0;
	padding: 0;
}
#saveCartWrapper {
	float: left;
	width: 300px;
}
#saveCartWrapper label {
	float: left;
	display: block;
	padding: 0 5px 0 0;
	width: 75px;
	line-height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}
#saveCartWrapper input {
	float: left;
	margin: 0 5px 0 0;
}
#saveCartWrapper #SaveCart {
	float: left;
}
#fullCartButtonsWrapper {
	float: right;
	width: 300px;
	text-align: right;
}
#fullCartButtonsWrapper input {
	vertical-align: middle;
	margin: 0 0 0 3px;
	padding: 0;
}


#fullCartNoItems {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}

/* [ pager ] */
#pagerWrapper {
	float: right;
	width: 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 #C9150C;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
#pagerPrevious {
	float: left;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#pagerPrevious a {}
#pagerPrevious a:hover {}

#pagerPageSelectWrapper {
	float: right;
	margin:0;
	padding: 0;
}
#pagerPageNumbersWrapper {
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
}
#pagerNext {
	float: left;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#pagerNext a {}
#pagerNext a:hover {}

.pageNumbers {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.pageNumbers a {}
.pageNumbers a:hover {}

.pageNumberSelected {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* [ category_crumb_list ] */

#categoryListWrapper { /* Overall category list wrapper */
	margin: 0;
	padding: 0;
}

/* change the following to override default styles */
#categoryListWrapper h2 { }
#categoryListWrapper p { }
#categoryListWrapper a:link { }
#categoryListWrapper a:visited { }
#categoryListWrapper a:hover { }
#categoryListWrapper a:active { }

.catCrumbTrail {
	font-size: 13px;
	font-weight: bold;
	color: #676767;
	text-decoration: none;
}
.catCrumbTrail a {
	font-size: 13px;
	font-weight: bold;
	color: #676767;
	text-decoration: none;
}
.catCrumbTrail a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #EE3224;
	text-decoration: underline;
}

/* Override the above catCrumbTrail styles */
#cat1CrumbTrail {}
#cat2CrumbTrail {}
#cat3CrumbTrail {}


#cat1Intro {} /* override default <p> style */
#cat2Intro {} /* override default <p> style */

/* Category UL and LI styles */
.categorySubUL {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.categorySubLI {
	font-size: 12px;
	color: #676767;
	text-decoration: none;
	padding: 3px 20px 3px 0;
	margin: 0;
}
.categorySubLI a {
	font-size: 12px;
	color: #676767;
	text-decoration: none;
}
.categorySubLI a:hover {
	font-size: 12px;
	color: #676767;
	text-decoration: underline;
}
.categorySubLI img {
	margin: 0 5px 0 0;
}

.searchText {
	font-size: 13px;
	font-weight: bold;
	color:#EE3224;
	text-decoration: none;
}

/* [ product_list ] */

#productListWrapper { /* Overall Product List wrapper - overrides "subContent" class */
	padding: 0;
}

ul#productList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#productList li {
	float: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}
.productListPriceBlock {
	text-align: right;
}
.productListThumbnail {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 110px;
}
.productListThumbnail a img {
	width: 100px;
	margin: 0 auto;
	border: none;
}
.productListDetails {
	float: left;
	width: 500px;
}
#productListDetails p {}
.productListTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color:#2E2E2E;
	text-decoration: none;
}
.productListText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color:#2E2E2E;
	text-decoration: none;
}

.productListCartBlock { /* Contains the product prices and add to cart/more info buttons etc */
	float: left;
	width: 150px;
	text-align: right;
	
}
.productListPriceOnApplication {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color:#069;
	text-decoration: none;
	text-align: right;
	/*vertical-align: middle;*/
}
.productListPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #C9150C;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}
.productListPriceExGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #C9150C;
	text-decoration: none;
}
.productListPriceIncGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #C9150C;
	text-decoration: none;
}
.productListSwapPrice { /* Price displayed via options dropdown "description swap" */
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #C9150C;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
.productListQtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #2E2E2E;
	width: 24px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #CCC;
}
.productListQtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #2E2E2E;
	width: 24px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #C9150C;
}

/* [ product_detail ] */
#productDetailWrapper { /* Overall Product Detail wrapper - overrides "subContent" class */
	padding-top: 15px;
}
#productDetailInfo {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 450px;
}

.productDetailTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color:#2E2E2E;
	text-decoration: none;
}
.productDetailText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #2E2E2E;
	text-decoration: none;
}
.productDetailText a {
	text-decoration: none;
}
.productDetailText a:hover {
	text-decoration: underline;
}
.productDetailText img#pdfIconImage {
	margin: 0 5px 0 0;
	border: none;
}

#productDetailPriceOptions {
	margin: 10px 0 15px 0;
	padding: 0;
}

#productDetailPriceWrapper {
	margin: 10px 0 15px 0;
	padding: 0;
}
.productDetailPriceOnApplication {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #C9150C;
	text-decoration: none;
	text-align: left;
	/*vertical-align: middle;*/
}
.productDetailAddonPriceOnApplication {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #C9150C;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.productDetailPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #C9150C;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
.productDetailPriceExGST { /* "ex GST" text next to price */
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #C9150C;
	text-decoration: none;
}
.productDetailPriceIncGST { /* "inc GST" text next to price */
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #C9150C;
	text-decoration: none;
}

#productDetailImagesWrapper {
	float: left;
	margin: 0;
	padding: 0;
	width: 310px;
}
#productDetailImage {
	margin: 0 0 5px 0;
	padding: 0;
}
#productDetailImage a img, #productDetailImage img {
	margin: 0;
	padding: 0;
	width: 310px;
	border: none;
}

/* extra product images */
.extraImageThumb {
	float: left;
	margin: 1px;
	padding: 0;
	border: none;
	cursor: pointer;
}
.extraImageThumb img, .extraImageThumb a img {
	width: 100px;
	border: none;
}

/* Product Addons - Product Detail page */
#productDetailAddonsWrapper {}

#productDetailAddonsWrapper h5 { /* modify default h5 style */
	margin: 15px 0 10px 0;
	padding: 5px 0;
	border-top: 1px solid #CCC;
}
.productDetailAddon {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 170px;
	border: 1px solid #CCC;
}
.productDetailAddonThumbnail {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	text-align: center;
}
.productDetailAddonThumbnail a img {
	margin: 0;
	/*width: 100px;*/
	border: none;
}
.productDetailAddonTitle {
	margin: 5px 0 0 0;
	padding: 0;
	height: 75px;
	font-size: 13px;
	font-weight: bold;
	color: #2E2E2E;
	text-decoration: none;
	text-align: center;
}
.productDetailAddonPriceWrapper {
	margin: 5px 0;
	padding: 0;
	height: 40px;
	text-align: center;
}
.productDetailAddonPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #C9150C;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.productDetailAddonPriceGST {
	margin-left: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #C9150C;
	text-decoration: none;
}
.productDetailAddonCartStock {
	margin: 0;
	padding: 0 0 5px 0;
	height: 50px;
	text-align: center;
}



select#productcodeSelect { /* Product Price Dropdown menu */
	
}
.productListPriceSelect {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 10px 0;
	border: 1px solid #D4D3D3;
}
.productListPriceSelectSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 10px 0;
	border: 1px solid #C9150C;
}

input#AddToCartSubmit {
	margin: 10px 0 0 5px;
	padding: 0;
	width: 70px;
}
input#AddToFavourites {
	margin: 5px 0 0 0;
	padding: 0;
	width: 105px;
}
input#MoreInfo {
	margin: 5px 0 0 0;
	padding: 0;
	width: 105px;
}
input#RequestInfo {
	margin: 5px 0 0 0;
	padding: 0;
	width: 105px;
}

.OutOfStockMessage {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #F00;
	font-weight: normal;
	text-decoration: none;
}
.InStockMessage {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #0A0;
	font-weight: normal;
	text-decoration: none;
}

/* [ Form styles ] */
form {
	margin: 0;
	padding: 0;
}
.formbuttons {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #0B5386;
	cursor: pointer;
	border: 1px solid #2B2E6A;
}
.formbuttonProcessPayment {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #0B5386;
	cursor: pointer;
	border: 1px solid #2B2E6A;
}
.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 #C9150C;
}
select.forms, select.formsSelected {}
.qtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px !important;
	width: 30px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.qtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px !important;
	width: 30px;
	border: 1px solid #C9150C;
	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 #C9150C;
}
.simpleSearchButton {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #D4D3D3;
	border: 1px solid #CCC;
	cursor: pointer;
}


/* [ login ] */

#loginWrapper {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 550px;
	height: 38px;
}
#loginUIMessage {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #ED3024;
	font-weight: bold;
	text-decoration: none;
	left: 0;
	bottom: -11px;
}
#loginUsername {
	font-size: 11px;
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
	margin-top: 8px;
}

/* Form field styles */
.loginformbutton {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #D4D3D3;
	border: 1px solid #CCC;
	cursor: pointer;
}
.loginform {
	width: 122px;
	font-size: 11px;
	font-weight: normal;
	color: #2E2E2E;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #CCC;
}
.loginformSelected {
	width: 122px;
	font-size: 11px;
	font-weight: normal;
	color: #2E2E2E;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #C9150C;
}

.loggedinUser { /* Text displayed when user is logged in */
	float: left;
	line-height: 38px;
	vertical-align: middle;
	margin: 0;
	padding: 0 3px;
	font-size: 11px;
	color: #2E2E2E;
	font-weight: normal;
	text-decoration: none;
}
#loginMyAccount { /* My Account link displayed when user is logged in */
	float: left;
	line-height: 38px;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}
#loginLogout { /* Logout link displayed when user is logged in */
	float: left;
	line-height: 38px;
	vertical-align: middle;
	padding-left: 10px;
}
.loginText { /* Font styles for Logout and My Account links */
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #2E2E2E;
	font-weight: normal;
	text-decoration: none;
}
.loginText a { }
.loginText a:hover { }

.forgotLogin { /* Font styles for Forgot Login link */
	padding:0 0 0 3px;
	font-size: 11px;
	color: #2E2E2E;
	font-weight: normal;
	text-decoration: none;
}
.forgotLogin a { }
.forgotLogin a:hover { }

#hotlineWrapper {
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
	width: 190px;
	height: 38px;
}
#hotlineWrapper p {
	margin: 0;
	padding: 0;
	width: 190px;
	line-height: 38px;
	vertical-align: middle;
	text-align: right;
	font-size: 11px;
	color: #C9150C;
	font-weight: bold;
	text-decoration: none;
}
#hotlineWrapper p span.hotlineNumber {
	margin: 0;
	padding: 0;
	line-height: 38px;
	vertical-align: middle;
	font-size: 14px;
	color: #7B7B7B;
	font-weight: bold;
	text-decoration: none;
}

/* [ Contact Form styles ] */
#contactFormWrapper {
	margin: 0;
	padding: 0 0 10px 0;
}
#contactFormWrapper fieldset {
	border: 1px solid #EDEDED;
	padding: 10px;
	padding-top: 0;
}
#contactFormWrapper legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: normal;
	color: #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;
}
#contactFormWrapper textarea {
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#contactAddress {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #EDEDED;
}
#CaptchaHowToUse {
	margin: 5px 0 10px 130px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#CaptchaReloadText {
	margin: 5px 0 5px 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	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;
}


/* [ Account Menu styles ] */
a#currentAccount { /* Currently selected/active category - keeps the menu item highlighted */
	color: #900;
}

.AMSubtitle {
	font-size: 14px;
	color: #0B5386;
	font-weight: bold;
}
.ManageAddressTitle {
	font-size: 12px;
	color: #0B5386;
	font-weight: bold;
}
.AMSubBoxes {
	border: 1px solid #900;
	font-size: 11px;
	color: #706F73;
	padding: 2px 5px 2px 5px;
}
.AMSubBoxes a {
	font-size: 11px;
	color: #069;
	text-decoration: none;
}
.AMSubBoxes a:hover {
	font-size: 11px;
	color: #069;
	text-decoration: underline;
}
.inrowH, .inRowH {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.specialInstructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.specialInstructionsSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	border: 1px solid #C9150C;
	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: #C9150C;
	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 #C9150C;
	background-color: #FFF;
	padding: 2px;
	margin: 5px 0 0 0;
}
#Comments {
	font-family: Arial, Helvetica, sans-serif;
}

/* Purchase pages - General styles */
p.detailsLabel {
	float: left;
	width: 75px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0;
	font-weight: bold;
}
p.detailsValue {
	float: left;
	width: 500px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.orderDetailsTable {
	border: 1px solid #CCC;
}
.detailsTermsValue {
	font-size: 11px;
	color: #2E2E2E;
	font-weight: normal;
	text-decoration: none;
}
#paymentCartEmptyMessage {
	margin: 15px 0 0 10px;
}
#paymentCartEmptyMessage h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}


/* Purchase pages - Contact section */

#paymentContactWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentContactWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentContactWrapper h6 {
	margin: 5px 0;
	color: #2E2E2E;
}

#paymentContactWrapper p { }
#paymentContactWrapper a:link { }
#paymentContactWrapper a:visited { }
#paymentContactWrapper a:hover { }
#paymentContactWrapper a:active { }

#paymentContactFormWrapper { /* Wrapper for contact form only */
	margin: 0;
	padding: 0;
	text-align: left;
}
#paymentContactFormWrapper fieldset { }
#paymentContactFormWrapper legend { }
#paymentContactFormWrapper label { }
#paymentContactFormWrapper input {
	margin: 5px 0 0 0;
}
#paymentContactFormWrapper select {
	margin: 5px 0 0 0;
	width: 140px;
}

#paymentContactFormWrapper input#paymentContactSubmit { /* Contact Form submit button */
	margin: 5px 0 0 140px;
	/*
padding: 0;
*/
}
#paymentContactFormWrapper textarea { }
#contactDeliveryMessage { }


/* Purchase pages - Freight and Terms section */
#paymentFreightWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentFreightWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentFreightWrapper h6 {
	margin: 5px 0;
	color: #2E2E2E;
}
#paymentFreightWrapper p { }
#paymentFreightWrapper a:link { }
#paymentFreightWrapper a:visited { }
#paymentFreightWrapper a:hover { }
#paymentFreightWrapper a:active { }

#freightDeliveryAddressWrapper { /* Wrapper for delivery address details */
	margin: 15px 0;
	padding: 0;
}

#freightDeliveryMessage {
	font-weight: bold;
}
#freightDeliveryAddressWrapper p.detailsLabel {
	margin-left: 20px;
}
#freightDeliveryAddressWrapper p.detailsValue { }

#forceCredit {
	display: none;
}

#freightRadioGroup {
	margin: 0 0 15px 0;
	padding: 0;
}
p.freightRadioItem {
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
}
p.freightRadioItem input {
	width: 15px;
	margin-right: 5px;
}
#termsRadioGroup {
	margin: 0 0 15px 0;
	padding: 0;
}
p.termsRadioItem {
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
}
p.termsRadioItem input {
	width: 15px;
	margin-right: 5px;
}
#FreightAndTermsSubmit {
	margin: 10px 0 0 36px;
	/*
padding: 0;
*/
}

/* Purchase pages - Confirm Order section */
#paymentConfirmWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentConfirmWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentConfirmWrapper h6 {
	margin: 5px 0;
	color: #2E2E2E;
}
#paymentConfirmWrapper p { }
#paymentConfirmWrapper a:link { }
#paymentConfirmWrapper a:visited { }
#paymentConfirmWrapper a:hover { }
#paymentConfirmWrapper a:active { }
#paymentConfirmWrapper label { }

#confirmOrderMessage { }
#confirmOrderMessageSub {
	font-weight: bold;
}
#confirmYourDetailsWrapper { /* Wrapper for buyer details */
	margin: 15px 0;
	padding: 0;
}
#confirmYourDetailsWrapper p.detailsLabel {
	width: 125px;
}
#confirmYourDetailsWrapper p.detailsValue { }


#confirmDeliveryDetailsWrapper { /* Wrapper fordelivery address details */
	margin: 15px 0;
	padding: 0;
}
#confirmDeliveryDetailsWrapper p.detailsLabel {
	width: 125px;
}
#confirmDeliveryDetailsWrapper p.detailsValue { }


#confirmSpecialInstructionsWrapper { /* Wrapper for special instructions */
	margin: 15px 0;
	padding: 0;
}
#confirmSpecialInstructionsWrapper p.detailsLabel {
	width: 125px;
}
#confirmSpecialInstructionsWrapper p.detailsValue { }

#confirmOrderDetailsWrapper { /* Wrapper for order details summary */
	margin: 15px 0;
	padding: 0 5px 5px 0;
}
#confirmOrderDetailsTable { /* Order details/cart summary */
	
}

#confirmOrderDetailsWrapper h6 span.detailsTermsValue { }

#confirmOrderSubmit {
	float: right;
	margin: 0;
	/*
padding: 0;
*/
}

/* Secure payment pages - confirm */
#ccPaymentBlock {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}
#ccMakePaymentMessage { }
#ccPaymentOrderID {
	font-weight: bold;
}
#ccCardDetailsMessage { }
#ccOrderTotalMessage { }
#ccOrderTotalMessageValue {
	font-weight: bold;
}

#CCNumber, #CardName {
	width: 135px;
	margin: 3px 0 0 0;
}
#CCType {
	width: 140px;
	margin: 3px 0 0 0;
}
#CCExpiryMonth {
	width: 68px;
	margin: 3px 0 0 0;
}
#CCExpiryYear {
	width: 68px;
	margin: 3px 0 0 0;
}
#ccProcessPaymentButton {
	margin: 5px 0 5px 140px;
}

/* Purchase pages - Completed Order section */
#paymentCompleteWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentCompleteWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentCompleteWrapper h6 {
	margin: 5px 0;
	color: #2E2E2E;
}
#paymentCompleteWrapper p { }
#paymentCompleteWrapper a:link { }
#paymentCompleteWrapper a:visited { }
#paymentCompleteWrapper a:hover { }
#paymentCompleteWrapper a:active { }

#paymentCompletePrintPage {
	text-align: right;
}
#paymentCompletePrintPage img {
	border: none;
	margin: 0 5px 0 0;
}

#completeOrderMessage { }
#completeContinueShoppingMessage {
	font-weight: bold;
}

#completeYourDetailsWrapper { /* Wrapper for buyer details */
	margin: 15px 0;
	padding: 0;
}
#completeYourDetailsWrapper p.detailsLabel {
	width: 125px;
}
#completeYourDetailsWrapper p.detailsValue { }


#completeDeliveryDetailsWrapper { /* Wrapper fordelivery address details */
	margin: 15px 0;
	padding: 0;
}
#completeDeliveryDetailsWrapper p.detailsLabel {
	width: 125px;
}
#completeDeliveryDetailsWrapper p.detailsValue { }


#completeSpecialInstructionsWrapper { /* Wrapper for special instructions */
	margin: 15px 0;
	padding: 0;
}
#completeSpecialInstructionsWrapper p.detailsLabel {
	width: 125px;
}
#completeSpecialInstructionsWrapper p.detailsValue { }

#completeOrderDetailsWrapper { /* Wrapper for order details/cart summary */
	margin: 15px 0;
	padding: 0 5px 5px 0;
}
#completeOrderDetailsTable { /* Order details/cart summary */
	
}

#completeOrderDetailsWrapper h6 span.detailsTermsValue { }


/* [ General site styles ] */


.viewOrderSubtitle {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.header {
	margin: 10px 0 10px 0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/* Alternating row colours */
.rowOn {
	background-color: #F5F5F5;
}
.rowOff {
	background-color: #FFF;
}
.content {
	font-size: 11px;
	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 { }
.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;
}