@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: #FFF;
}

/* Main container div */
.oneColFixCtrHdr #container {
	width: 1000px;
	background: #000;
	margin: 0 auto 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* [ General styles ] */
a:link { 
	color: #069;
	text-decoration: none;
}
a:visited { 
	color: #069;
	text-decoration: none;
}
a:hover { 
	color: #069;
	text-decoration: underline;
}
a:active { 
	color: #F00;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	margin: 15px 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 5px;
	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;
}
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 {
	background: #000; 
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 0;
}
#header-top {
	width: 1000px;
	height: 20px;
	padding: 0;
	margin: 0;
}
#header-top p {
	padding: 0 5px 0 0;
	margin: 0;
	line-height: 20px;
	font-size: 11px;
	color: #909090;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}

#header-left {
	float: left;
	width: 175px;
	height: 160px;
	padding: 0;
	margin: 0;
}
#header-left img {
	border: none;
	margin: 17px 0 0 37px;
}
#header-center {
	float: left;
	width: 400px;
	height: 160px;
	padding: 0;
	margin: 0;
}
#header-center img {
	border: none;
	margin: 17px 0 0 0;
}
#header-right {
	float: left;
	width: 425px;
	height: 160px;
	padding: 0;
	margin: 0;
	background-color: #000;
}

/* Navigation menu links */
#nav-menu-strip {
	width: 1000px;
	height: 40px;
	padding: 0;
	margin: 0;
	background-color: #111;
}
#nav-menu {
	display: inline;
	float: left;
	width: 575px;
	height: 40px;
	padding: 0;
	margin: 0 0 0 195px;
}
#nav-menu-search {
	float: left;
	width: 230px;
	height: 40px;
	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: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #C5C5C5;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#nav-menu li a {
	font-size: 13px;
	color: #C5C5C5;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#nav-menu li a:visited {
	font-size: 13px;
	color: #C5C5C5;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#nav-menu li a:hover {
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
}
#nav-menu ul #navSelected a {
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#nav-menu li img {
	width: 1px;
	height: 40px;
	margin: 0 20px;
}


/* [ Main Content ] */
.oneColFixCtrHdr #mainContentWrapper {
	padding: 0;
	background-color: #000;
}

#leftSidebar {
	float: left;
	width: 175px;
	padding: 0;
	margin: 0;
	background-color: #000;
}


#mainContent {
	float: left;
	width: 825px;
	margin: 0;
	padding: 0;
}
#subContentHome {
	float: left;
	width: 785px;
	margin: 0;
	padding: 15px 20px 20px 20px;
	background-color: #000;
}
#subContent {
	float: left;
	width: 785px;
	/* IE 6 min-height hack */
	min-height: 330px;
	height: auto !important;
	height: 330px;
	
	margin: 0;
	padding: 15px 20px 15px 20px;
	background-color: #FFF;
	background-image: url(subpage-shadow.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.subContent {
	float: left;
	width: 785px;
	/* IE 6 min-height hack */
	min-height: 330px;
	height: auto !important;
	height: 330px;
	
	margin: 0;
	padding: 15px 20px 15px 20px;
	background-color: #FFF;
	background-image: url(subpage-shadow.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#subContentLeft {
	float: left;
	width: 132px;
	margin: 0 20px 0 0;
	padding: 0;
	background-color: #FFF;
}
#subContentRight {
	float: left;
	width: 633px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#subContentSecure {
	float: left;
	width: 785px;
	margin: 0;
	padding: 15px 20px 0 20px;
	background-color: #FFF;
}

/* Home page Featured Products */
.featureWrapper {
	float: left;
	width: 144px;
	height: 330px;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}
.f1 {
	margin-right: 16px;
}
.f2 {
	margin-right: 16px;
}
.f3 {
	margin-right: 16px;
}
.f4 {
	margin-right: 16px;
}
.f5 {
	
}
.featureImageWrapper {
	width: 140px;
	height: 140px;
	margin: 0 0 4px 0;
	padding: 0;
	background-color: #FFF;
	border: 2px solid #909090;
}
.featureImage {
	margin: 0;
	padding: 0;
	border: none;
}
.featureInfoWrapper {
	width: 140px;
	height: 178px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border: 2px solid #909090;
	text-align: center;
}
.featureName {
	height: 40px;
	width: 130px;
	margin: 10px 5px 0 5px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.featureName a {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.featureName a:visited {
	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 {
	width: 130px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #C8B595;
	text-decoration: none;
}
.featurePrice select {
	margin: 8px 0 0 0;
	padding: 0;
}

.featurePriceNotLoggedIn {
	width: 130px;
	height: 50px;
	margin: 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.detailPriceNotLoggedIn {
	height: 50px;
	margin: 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

p.homeText {
	width: 785px;
	/*
margin: 0;
	padding: 0;
*/
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
p.homeText a {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
p.homeText a:visited {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
p.homeText a:hover {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

#siteMapWrapper {
	margin: 0 0 0 15px;
	padding: 0;
}
#siteMapGeneral {
	float: left;
	width: 215px;
	margin: 0 0 0 10px;
}
#siteMapGeneral ul {
	margin: 0 0 0 10px;
}
#siteMapGeneral li {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#siteMapGeneral li a {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#siteMapGeneral li a:hover {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
#siteMapCategories {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 1px solid #CCC;
}
#siteMapCategories ul {
	margin: 0 0 0 10px;
}
#siteMapCategories  li {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#siteMapCategories  li a {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#siteMapCategories  li a:hover {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
#siteMapCategories  a.siteMapLevel1 { }
#siteMapCategories  a.siteMapLevel2 { }
#siteMapCategories  a.siteMapLevel2 { }

/* [ Footer ] */
.oneColFixCtrHdr #footer {
	height: 122px;
	padding: 0;
	background: #2A2A2A;
	background-image: url(footer-bg.gif);
	background-repeat: repeat-x;
}

#footer-left {
	float: left;
	width: 175px;
	height: 122px;
	margin: 0;
	padding: 0;
	text-align: right;
}
#footer-left img {
	width: 31px;
	height: 40px;
	margin: 20px 10px 0 0;
	padding: 0;
}
#footer-right {
	float: left;
	width: 825px;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #909090;
	font-weight: normal;
	text-decoration: none;
}
#footer-right a {
	color: #909090;
	font-weight: normal;
	text-decoration: none;
}
#footer-right a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

/* [ category_menu widget styles ] */
#accountMenuWrapper {
	width: 165px;
	/* IE 6 min-height hack */
/*	min-height: 405px;
	height: auto !important;
	height: 405px;*/
	padding: 0;
	margin: 10px 0 10px 10px;
	background-color: #000;
}
#categoryMenuWrapper {
	width: 165px;
	/* IE 6 min-height hack */
/*	min-height: 405px;
	height: auto !important;
	height: 405px;*/
	padding: 0;
	margin: 10px 0 10px 10px;
	background-color: #000;
}
.menuTreeLevel1 {
	display: block;
	width: 165px;
	height: auto !important;
	height: 23px;
	/*line-height: 23px;
	vertical-align: middle;*/
	font-size: 10px;
	font-weight: normal;
	color: #AAA;
	text-decoration: none;
	margin: 0;
}
.menuTreeLevel1 a {
	display: block;
	width: 165px;
	height: auto !important;
	height: 23px;
	color: #AAA;
	font-weight: normal;
	text-decoration: none;
}
.menuTreeLevel1 a:visited {
	color: #AAA;
	text-decoration: none;
}
.menuTreeLevel1 a:hover {
	color: #FFF;
	text-decoration: none;
}
.menuTreeLevel2 {
	display: block;
	width: 165px;
	height: auto !important;
	height: 23px;
	/*line-height: 23px;
	vertical-align: middle;*/
	font-size: 10px;
	font-weight: normal;
	color: #AAA;
	text-decoration: none;
	margin: 0;
}
.menuTreeLevel2 a {
	display: block;
	width: 165px;
	height: auto !important;
	height: 23px;
	color: #AAA;
	font-weight: normal;
	text-decoration: none;
}
.menuTreeLevel2 a:visited {
	color: #AAA;
	text-decoration: none;
}
.menuTreeLevel2 a:hover {
	color: #FFF;
	text-decoration: none;
}
.menuTreeLevel3 {
	display: block;
	width: 165px;
	height: 23px;
	height: auto !important;
	/*line-height: 23px;
	vertical-align: middle;*/
	font-size: 10px;
	font-weight: normal;
	color: #AAA;
	text-decoration: none;
	margin: 0;
}
.menuTreeLevel3 a {
	display: block;
	width: 165px;
	height: auto !important;
	height: 23px;
	color: #AAA;
	font-weight: normal;
	text-decoration: none;
}
.menuTreeLevel3 a:visited {
	color: #AAA;
	text-decoration: none;
}
.menuTreeLevel3 a:hover {
	color: #FFF;
	text-decoration: none;
}
.menuTreeLevel1 img, .menuTreeLevel2 img, .menuTreeLevel3 img {
	border: 0;
	margin: 0 5px 0 0;
}

/* [ News styles ] */
div#news {
	margin: 0;
	padding: 0 0 20px 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 {
	margin: 5px 0 10px 0;
	padding: 0;
	border: none;
}

div.newscontent {
	display: inline;
	float: right;
	width: 650px;
	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;
	margin: 5px 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 {}

/*[ Shopping Cart styles ] */

/* Summary Cart */
#cartsummary {
	width: 240px;
	height: 30px;
	margin: 130px 185px 0 0;
	padding: 0;
	text-align: right;
}
#cartsummaryText {
	font-size: 11px;
	color: #737373;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
#cartsummaryText a {
	font-size: 11px;
	color:#737373;
	font-weight: bold;
	text-decoration: none;
}
#cartsummaryText a:hover {
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	text-decoration: underline;
}

#cartsummaryTextOn {
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
#cartsummaryTextOn a {
	font-size: 11px;
	color:#CCC;
	font-weight: bold;
	text-decoration: underline;
}
#cartsummaryTextOn a:visited {
	font-size: 11px;
	color:#CCC;
	font-weight: bold;
	text-decoration: underline;
}
#cartsummaryTextOn a:hover {
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	text-decoration: underline;
}


/* Full Cart */
#fullCartWrapper { /* Overall Full Cart wrapper - overrides "subContent" class */

}
#fullCart {
	margin: 10px 0 0 0;
	padding: 10px;
	border: 1px solid #CCC;
}
#fullCartWrapper h6 {  /* Full Cart title - override default h6 */
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
}
#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: 10px 0 0 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}

/* [ pager ] */
#pagerWrapper {
	float: right;
	width: 785px;
	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 #D4D3D3;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.perPageSelectSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	/*height: 18px;*/
	border: 1px solid #FFB310;
	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: #EE3224;
	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:visited {
	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:visited {
	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 */
	
}
#productListMessage {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
ul#productList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#productList li {
	display: inline;
	float: left;
	width: 144px;
	height: 370px;
	margin: 0 0 20px 40px;
	padding: 0;
}
#productList li.lastProductItem {
	
}

.productListThumbnail {
	width: 140px;
	height: 140px;
	margin: 0 0 4px 0;
	padding: 0;
	background-color: #FFF;
	border: 2px solid #909090;
	text-align: center;
}
.productListThumbnail a img {
	margin: 0;
	border: none;
}
.productListDetailsWrapper {
	width: 140px;
	height: 222px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border: 2px solid #909090;
	text-align: center;
}

.productListTitle {
	height: 40px;
	width: 130px;
	margin: 10px 5px 0 5px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.productListTitle a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.productListTitle a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.productListTitle a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.productListCode {
	height: 15px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #C8B595;
	text-decoration: none;
}
.productListColour {
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #C8B595;
	text-decoration: none;
}

.productListCartBlock { /* Contains the product prices and add to cart/more info buttons etc */
	width: 130px;
	margin: 5px 5px 0 5px;
	text-align: center;
	
}

.productListPrice {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #C8B595;
	text-decoration: none;
}

.productListPriceExGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #C8B595;
	text-decoration: none;
}
.productListPriceIncGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #C8B595;
	text-decoration: none;
}

.productListQtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	width: 24px;
	border: 1px solid #5C5C5C;
	background-color: #5C5C5C;
	padding: 2px;
	margin: 0;
}
.productListQtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	width: 24px;
	border: 1px solid #FFB310;
	background-color: #5C5C5C;
	padding: 2px;
	margin: 0;
}
.productListQtyInputPack { /* Quantity input (display only) box for Plus/Minus items */
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	width: 24px;
	border: 1px solid #5C5C5C;
	background-color: #5C5C5C;
	padding: 2px;
	margin: 0;
}

/* [ 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: #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: 10px 0 15px 0;
	padding: 0;
}

#productDetailPriceWrapper {
	margin: 10px 0 15px 0;
	padding: 0;
}
.productDetailPriceOnApplication {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #C8B595;
	text-decoration: none;
	text-align: left;
}
.productDetailAddonPriceOnApplication {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #C8B595;
	text-decoration: none;
	text-align: center;
}
.productDetailPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #C8B595;
	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: #C8B595;
	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: #C8B595;
	text-decoration: none;
}

#productDetailImagesWrapper {
	float: left;
	margin: 0;
	padding: 0;
	width: 310px;
}
#productDetailImage {
	margin: 0 0 5px 0;
	padding: 0;
}
#productDetailImage a img, #productDetailImage img {
	margin: 0;
	padding: 0;
	width: 310px;
	border: none;
}

/* extra product images */
.extraImageThumb {
	float: left;
	margin: 1px;
	padding: 0;
	border: none;
	cursor: pointer;
}
.extraImageThumb img, .extraImageThumb a img {
	width: 100px;
	border: none;
}

/* Product Addons - Product Detail page */
#productDetailAddonsWrapper {}

#productDetailAddonsWrapper h5 { /* modify default h6 style */
	margin: 15px 0 10px 0;
	padding: 5px 0;
	border-top: 1px solid #CCC;
}
.productDetailAddon {
	float: left;
	width: 144px;
	height: 355px;
	margin: 0 0 20px 40px;
	padding: 0;
}
.productDetailAddonThumbnail {
	margin: 0 auto;
	width: 100px;
}
.productDetailAddonThumbnail a img {
	margin: 0;
	width: 100px;
	border: none;
}
.productDetailAddonTitle {
	margin: 5px 0 0 0;
	padding: 0;
	height: 75px;
	font-size: 13px;
	font-weight: bold;
	color: #2E2E2E;
	text-decoration: none;
	text-align: center;
}
.productDetailAddonPriceWrapper {
	margin: 10px 0;
	padding: 0;
	height: 50px;
}
.productDetailAddonPrice {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #069;
	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: #069;
	text-decoration: none;
}
.productDetailAddonCartStock {
	margin: 0;
	padding: 0 0 5px 0;
	height: 25px;
	text-align: center;
	/*border-bottom: 1px solid #CCC;*/
}



select#productcodeSelect { /* Product Price Dropdown menu */
	width: 130px;
}

input#AddToCartSubmitPack {
	margin: 5px 0 0 0;
	padding: 0;
	width: 70px;
}
input#AddToCartSubmitPackFav {
	margin: 0 0 0 5px;
	padding: 0;
	width: 70px;
}
input#DetailAddToCartSubmitPack {
	margin: 5px 0 0 0;
	padding: 0;
	width: 105px;
}

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;
}

.InStockMessage {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #080;
	font-weight: normal;
	text-decoration: none;
}
.OutOfStockMessage {
	margin: 10px 0 0 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: #E0D1A2;
	background-color: #2B2A2B;
	border: 1px solid #2A2A2A;
	background-image:url(button-gradient-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.cartPlusMinus {
	font-size: 11px;
	font-weight: bold;
	color: #E0D1A2;
	background-color: #2B2A2B;
	border: 1px solid #2A2A2A;
	background-image: url(button-gradient-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	cursor: pointer;
	margin-top: 10px;
	padding: 0;
	width: 18px;
}
#DecreaseCart {
	margin-left: 0;
	margin-right: 3px;
}
#IncreaseCart {
	margin-left: 3px;
	margin-right: 0;
}
.fullcartPlusMinus {
	font-size: 11px;
	font-weight: bold;
	color: #E0D1A2;
	background-color: #2B2A2B;
	border: 1px solid #2A2A2A;
	background-image: url(button-gradient-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	cursor: pointer;
	margin: 0 3px;
	padding: 0;
	width: 18px;
}
.formbuttonProcessPayment {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #2B2A2B;
	cursor: pointer;
	border: 1px solid #2A2A2A;
}
.forms {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.formsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	border: 1px solid #FFB310;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
select.forms, select.formsSelected {}
.qtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	width: 24px;
	border: 1px solid #5C5C5C;
	background-color: #5C5C5C;
	padding: 2px;
	margin: 0;
}
.qtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	width: 24px;
	border: 1px solid #FFB310;
	background-color: #5C5C5C;
	padding: 2px;
	margin: 0;
}

/*  Search Form  */
#simpleSearchWrapper {
	float: right;
	width: 230px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: right;
}
.simpleSearchField {
	font-size: 11px;
	font-weight: normal;
	color: #A6A6A6;
	width: 144px;
	height: 14px;
	background-color: #5C5C5C;
	padding: 2px;
	margin: 10px 0 0 0;
	border: 1px solid #5C5C5C;
}
.simpleSearchFieldSelected {
	font-size: 11px;
	font-weight: normal;
	color: #A6A6A6;
	width: 144px;
	height: 14px;
	background-color: #5C5C5C;
	padding: 2px;
	margin: 10px 0 0 0;
	border: 1px solid #FC0;
}
.simpleSearchButton {
	margin: 0;
	padding: 0;
	width: 60px;
	/*height: 40px;*/
	font-size: 12px;
	font-weight: normal;
	color: #E0D1A2;
	background-color: transparent;
	border: none;
	cursor: pointer;
}


/* [ login ] */

#loginWrapper {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #CCC;
}

#loginUsername {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #2E2E2E;
	font-weight: bold;
	text-decoration: none;
}

/* Form field styles */
/*
.loginformbutton {
	margin: 0 0 0 5px;
	padding: 0;
	width: 40px;
	height: 18px;
	background-color: #CCC;
	background-image: url(button-login.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
*/
.loginform {
	width: 122px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 2px;
	margin: 0 5px 0 0;
}
.loginformSelected {
	width: 122px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border: 1px solid #FFB310;
	background-color: #FFF;
	padding: 2px;
	margin: 0 5px 0 0;
}

.forgotLogin { /* Font styles for Forgot Login link */
	margin: 0;
	padding:0 0 0 3px;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.forgotLogin a { }
.forgotLogin a:hover { }



/* [ 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: #FFF;
}


.AMSubtitle {
	font-size: 14px;
	color: #706F73;
	font-weight: bold;
}
.ManageAddressTitle {
	font-size: 12px;
	color: #706F73;
	font-weight: bold;
}
.AMSubBoxes {
	border: 1px solid #900;
	font-size: 11px;
	color: #706F73;
	padding: 2px 5px 2px 5px;
}
.AMSubBoxes a {
	font-size: 11px;
	color: #069;
	text-decoration: none;
}
.AMSubBoxes a:hover {
	font-size: 11px;
	color: #069;
	text-decoration: underline;
}
.inrowH, .inRowH {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.specialInstructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.specialInstructionsSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	border: 1px solid #FFB310;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
select#AdminLevel, select#DefaultAddressID {
	width: 140px;
}


/* [ purchase_pages ] */
#orderProgressTrail {
	display: block;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
#orderProgressTrail li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
}
.orderProgress {
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.orderProgress a {}
.orderProgress a:hover {}

.orderProgressCurrent {
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.orderProgressArrow {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.formsPaymentNotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 2px;
	margin: 5px 0 0 0;
}
.formsPaymentNotesSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #FFB310;
	background-color: #FFF;
	padding: 2px;
	margin: 5px 0 0 0;
}
#Comments {
	font-family: Arial, Helvetica, sans-serif;
}

/* Purchase pages - General styles */
p.detailsLabel {
	float: left;
	width: 75px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0;
	font-weight: bold;
}
p.detailsValue {
	float: left;
	width: 500px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.orderDetailsTable {
	border: 1px solid #CCC;
}
.detailsTermsValue {
	font-size: 11px;
	color: #2E2E2E;
	font-weight: normal;
	text-decoration: none;
}
#paymentCartEmptyMessage {
	margin: 15px 0 0 10px;
}
#paymentCartEmptyMessage h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}


/* Purchase pages - Contact section */

#paymentContactWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentContactWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentContactWrapper h6 {
	margin: 5px 0;
	color: #2E2E2E;
}

#paymentContactWrapper p { }
#paymentContactWrapper a:link { }
#paymentContactWrapper a:visited { }
#paymentContactWrapper a:hover { }
#paymentContactWrapper a:active { }

#paymentContactFormWrapper { /* Wrapper for contact form only */
	margin: 0;
	padding: 0;
	text-align: left;
}
#paymentContactFormWrapper fieldset { }
#paymentContactFormWrapper legend { }
#paymentContactFormWrapper label { }
#paymentContactFormWrapper input {
	margin: 5px 0 0 0;
}
#paymentContactFormWrapper select {
	margin: 5px 0 0 0;
	width: 140px;
}

#paymentContactFormWrapper input#paymentContactSubmit { /* Contact Form submit button */
	margin: 5px 0 0 140px;
	/*
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: 140px;
	margin: 3px 0 0 0;
}
#CCType {
	width: 146px;
	margin: 3px 0 0 0;
}
#CCExpiryMonth {
	width: 70px;
	margin: 3px 0 0 0;
}
#CCExpiryYear {
	width: 70px;
	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 { }



/* Account Menu - List Invoices */
#listInvoicesWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#listInvoicesWrapper h2 {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #CCC;
}
#listInvoicesWrapper h6 {
	margin: 10px 0;
	color: #000;
}
#listInvoicesWrapper h6 span.noBold {
	font-size: 9px;
}
#listInvoicesWrapper p { }
#listInvoicesWrapper a:link { }
#listInvoicesWrapper a:visited { }
#listInvoicesWrapper a:hover { }
#listInvoicesWrapper a:active { }

#listInvoicesSearchBlock { /* Wrapper for delivery address details */
	margin: 10px 0;
	padding: 0;
}

#listInvoicesCheckboxes {
	height: 25px;
	margin: 0 0 15px 0;
	padding: 0;
}
#listInvoicesCheckboxes input {
	float: left;
	width: 15px;
	line-height: 25px;
	margin: 6px 5px 0 0;
	vertical-align: middle;
}
#listInvoicesCheckboxes label {
	float: left;
	width: 60px;
	line-height: 25px;
	text-align: left;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 11px;
	color: #706F73;
	text-decoration: none;
	
}

#searchInvoicesSumbit {
	margin: 0 0 0 10px;
	padding: 0;
	width: auto;
	height: auto;
}

#listInvoicesList {
	margin: 10px 0 0 0;
	padding: 0;
}
#listInvoicesListTable { }
#listInvoicesListTitleTR {
	background-color: #F5F5F5;
}
.listInvoicesListSubtitle {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.listInvoicesListValue {
	height: 30px;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
}
.listInvoicesListValue a { }
.listInvoicesListValue a:hover { }

p#listInvoicesStatusMessage { }
p#listInvoicesNoInvoicesMessage {
	margin: 20px 0;
	padding: 0;
	font-weight: bold;
}

/* View Invoice page */

#viewInvoiceWrapper {

}

/* change the following to override default styles */
#viewInvoiceWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#viewInvoiceWrapper h6 {
	margin: 5px 0;
	color: #000;
}
#viewInvoiceWrapper p { }
#viewInvoiceWrapper a:link { }
#viewInvoiceWrapper a:visited { }
#viewInvoiceWrapper a:hover { }
#viewInvoiceWrapper a:active { }

p#viewInvoiceBackLink {
	text-align: right;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #CCC;
}

#invoiceHeader {
	padding: 0;
	width: 590px;
}
#invoiceHeaderLeft {
	float: left;
	width: 290px;
}
#invoiceHeaderRight {
	float: left;
	width: 290px;
	margin-bottom: 10px;
}
p.invoiceLabel {
	float: left;
	margin: 0;
	padding: 0;
	width: 125px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
p.invoiceValue {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#invoiceShipToAddress p.invoiceLabel, #invoiceShipToContact p.invoiceLabel {
	float: left;
	margin: 0;
	padding: 0;
	width: 290px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#invoiceShipToAddress p.invoiceValue, #invoiceShipToContact p.invoiceValue {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#invoiceImportantDetails { }
#invoiceOtherDetails { }

#invoiceShipToContact{
	float: left;
	width: 290px;
	margin-bottom: 10px;
}
#invoiceShipToAddress {
	float: left;
	width: 290px;
}
#invoiceLineItemTable {
	width: 100%;
	margin: 15px 0 0 0;
}

#invoiceLineItemTitleTR {
	background-color: #F5F5F5;
}

.invoiceLineItemSubtitle {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.invoiceLineItemValue {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
}
.invoiceLineItemTotalSubtitle {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.invoiceLineItemTotalValue {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}



/* [ General site styles ] */



.viewOrderSubtitle {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

/*.header {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color:#706F73;
	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 {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.content a:visited {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.content a:hover {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
.contentSmall {
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.contentSmall a {
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.contentSmall a:visited {
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.contentSmall a:hover {
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
.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;
}