@charset "utf-8";
body {
	font: 100%  Tahoma, Arial, Verdana, Helvetica, sans-serif;
	background-color: #4D4D4D;
	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: #EAEAEA;
}

/* Main container div */
.oneColFixCtrHdr #container {
	width: 950px;
	height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* [ General styles ] */
a:link {
	color: #EAEAEA;
	text-decoration: underline;
}
a:visited {
	color: #EAEAEA;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #ED3024;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	color: #EAEAEA;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
h3 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
h4 {
	margin: 0;
	font-size: 14px;
	color: #EAEAEA;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	margin: 5px 0;
	padding: 0;
	font-size: 13px;
	color: #EAEAEA;
	font-weight: bold;
	text-decoration: none;
}
h6 {
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 12px;
	color: #EAEAEA;
	font-weight: bold;
	text-decoration: none;
	line-height: 27px;
	vertical-align: middle;
}
p, ul ,ol, td {
	font-size: 12px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
p {
	margin: 10px 0;
}

fieldset {
	border: 1px solid #585858;
	padding: 10px;
	padding-top: 0;
}
legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}
label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #EAEAEA;
	text-decoration: none;
	text-align: right;
}

select#Country, select#StateAU, select#StateUS {
	width: 140px;
}

textarea {
	margin: 5px 0 0 0;
	width: 250px;
	height: 75px !important;
	height: 75px;
}

/* Logged In info above header */
#topLoggedin {
	height: 30px;
}
#topLoggedin p {
	margin: 0;
	padding: 0;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
#topLoggedin p a {
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
#topLoggedin p a:hover {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

#borderWrapper {
	width: 924px;
	/*height: 100%;*/
	/* IE 6 min-height hack */
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin: 0;
	padding: 15px 11px 11px 11px;
	background-color: #3C3C3C;
	border: 2px solid #EAEAEA;
}
/* [ Header ] */
.oneColFixCtrHdr #header {
	width: 924px;
	height: 101px;
	padding: 0;
	margin: 0;
	background: #3C3C3C; 
}
#header-left {
	float: left;
	width: 347px;
	height: 101px;
	padding: 0;
	margin: 0;
}
#header-left img {
	margin: 0;
	border: none;
}

/* Navigation menu links */
#nav-menu {
	float: left;
	width: 577px;
	height: 101px;
	padding: 0;
	margin: 0;
	background-image: url(header-nav-bg.gif);
	background-repeat: repeat-x;
}
#nav-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#nav-menu li {
	position: relative;
	float: left;
	display: block;
	height: 95px;
	width: 95px;
	margin: 5px 0 1px 1px;
	padding: 0;
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
#nav-menu li a {
	position: relative;
	display: block;
	height: 95px;
	width: 95px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
#nav-menu li a p.navLinkText  {
	position: absolute;
	bottom: 15px;
	left: 8px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}
#nav-menu li a:hover {
	background-color: #9E292B;
}
#nav-menu li#navSelected {
	background-color: #9E292B;
}


/* navigation sub menu - includes cart summary and product link */
#nav-submenu {
	float: right;
	width: 577px;
	height: 36px;
	padding: 0;
	margin: 0;
}
#nav-submenu-left {
	float: left;
	width: 250px;
	line-height: 36px;
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
#nav-submenu-left a {
	font-size: 13px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
#nav-submenu-left a:hover {
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
#nav-submenu-right {
	float: right;
	width: 327px;
	height: 36px;
	padding: 0;
	margin: 0;
}

/* [ Main Content ] */
.oneColFixCtrHdr #mainContentWrapper {
	padding: 0;
	margin: 0;
	height: 100%;
}
#mainContent {
	float: left;
	width: 924px;
	height: 100%;
	margin: 0;
	padding: 0;
}
#leftSidebar {
	float: left;
	width: 325px;
	margin: 0 19px 0 0;
}
#leftSidebar img {
	margin: 0 0 10px 0;
}
#leftSidebar img.lastImage {
	margin-bottom: 0;
	
}
#subContentWrapper {
	position: relative;
	float: left;
	width: 579px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #858585;
}
#subContentDividerTop {
	position: absolute;
	left: -1px;
	top: 0px;
	width: 1px;
	height: 236px;
	margin: 0;
	padding: 0;
}
#subContentDividerBottom {
	position: absolute;
	left: -1px;
	bottom: 0px;
	width: 1px;
	height: 236px;
	margin: 0;
	padding: 0;
}

#subContent {
	float: left;
	width: 566px;
	/* IE 6 min-height hack */
	min-height: 475px;
	height: auto !important;
	height: 475px;
	margin: 0;
	padding: 0 0 0 13px;
}
#subContentFullWidth {
	width: 924px;
	margin: 0;
	padding: 0;
}
#subContentAccount {
	float: left;
	width: 724px;
	/* IE 6 min-height hack */
	min-height: 475px;
	height: auto !important;
	height: 475px;
	margin: 0;
	padding: 0;
}
#subContentAccountIntranet {
	float: right;
	width: 750px;
	/* IE 6 min-height hack */
	min-height: 475px;
	height: auto !important;
	height: 475px;
	margin: 0;
	padding: 0;
}
.subContent { /* Used in Payment pages */
	float: left;
	width: 724px;
	/* IE 6 min-height hack */
	min-height: 475px;
	height: auto !important;
	height: 475px;
	margin: 0;
	padding: 0;
}

#subContent img.imageRight, #subContentFullWidth img.imageRight {
	float: right;
	margin: 5px 0 5px 10px;
}
#subContent img.imageLeft, #subContentFullWidth img.imageLeft {
	float: left;
	margin: 5px 10px 5px 0;
}
#subContent h2, #subContentFullWidth h2 {}

/* Home page image menu */
#home-menu {
	width: 924px;
	height: 145px;
	padding: 0;
	margin: 11px 0 0 0;
}
#home-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#home-menu li {
	float: left;
	width: 145px;
	height: 145px;
	margin: 0 11px 0 0;
	padding: 0;
}
#home-menu li a {
	width: 145px;
	height: 145px;
	margin: 0;
	padding: 0;
}
#home-menu li a img {
	border: none;
}
#home-menu li#homeMenuNotLoggedin {
	position: relative;
	width: 144px;
	height: 145px;
	margin: 0;
	padding: 0;
	background-color: #9E292B;
	background-image: url(homemenu-login.jpg);
	background-repeat: no-repeat;
}
#home-menu li#homeMenuLoggedin {
	width: 144px;
	height: 145px;
	margin: 0;
	padding: 0;
	background-color: #9E292B;
}

#home-menu li a:hover {}

/* Product Range image menu */
#leftSidebarProductRange {
	float: left;
	width: 135px;
}
#productrange-menu {
	width: 96px;
	padding: 0 13px 0 0;
	border-right: 1px solid #AFAFAF;
	margin: 0 25px 0 0;
}
#productrange-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#productrange-menu li {
	width: 96px;
	height: 96px;
	margin: 0 0 6px 0;
	padding: 0;
}
#productrange-menu li a {
	width: 96px;
	height: 96px;
	margin: 0;
	padding: 0;
}
#productrange-menu li a img {
	border: none;
}
#productrange-menu li a:hover {}


/* Product Range page styles (static pages) */
#productrangeWrapper {
	float: left;
	width: 789px;
	margin: 18px 0 0 0;
}
#productrangeWrapper h2 {
	margin: 0 0 18px 0;
	font-size: 12px;
	color: #ACABAB;
	font-weight: bold;
	text-decoration: none;
}
#productrangeWrapper td {
	font-size: 12px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
#productrangeWrapper td a {
	font-size: 12px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
#productrangeWrapper td a:hover {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#productrangeWrapper td img {
	margin: 0 0 5px 0;
	border: none;
}
#productrangeInfo {
	float: left;
	margin: 0 25px 0 0;
	padding: 0 25px 0 0;
	width: 428px;
	border-right: 1px solid #858585;
}
#productrangeInfo h3 {
	margin: 0 0 18px 0;
	font-size: 12px;
	color: #ACABAB;
	font-weight: bold;
	text-decoration: none;
}

#productrangeImagesWrapper {
	float: right;
	margin: 0;
	padding: 0;
	width: 310px;
}
#productrangeImage {
	margin: 0 0 5px 0;
	padding: 0;
}
#productrangeImage a img, #productrangeImage img {
	margin: 0;
	padding: 0;
	width: 310px;
	border: none;
}

/* Product Range extra product images */
#productrangeImagesWrapper .extraImageThumb {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
	cursor: pointer;
}
#productrangeImagesWrapper .extraImageThumbLast {
	margin: 0;
}
#productrangeImagesWrapper .extraImageThumb img, #productrangeImagesWrapper .extraImageThumb a img {
	width: 100px;
	border: none;
}
#productrangeImagesWrapper .extraImageThumb p.productPrintLink {
	width: 96px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0 2px;
	margin: 0 0 5px 0;
	font-size: 10px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
#productrangeImagesWrapper .extraImageThumb p.productPrintLink a {
	font-size: 10px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
#productrangeImagesWrapper .extraImageThumb p.productPrintLink a:hover {
	font-size: 10px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: underline;
}


#leftSidebarAccount {
	float: left;
	width: 149px;
	padding: 0 25px 0 0;
	margin: 0 25px 0 0 !important;
	margin: 0 15px 0 0;
	border-right: 1px solid #AFAFAF;
}
#leftSidebarAccountIntranet {
	float: left;
	width: 150px;
	padding: 0 15px 0 0;
	margin: 0;
}
/* [ account_menu_left ] */
#accountMenuLeft {
	margin: 0 0 15px 0;
	padding: 5px 0 0 0;
	width: 150px;
}
#accountMenuLeft h4 {
	margin: 0 0 5px 0;
	padding: 0;
}
#accountMenuLeft ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#accountMenuLeft li {
	font-size: 11px;
	color: #EAEAEA;
	font-weight: bold;
	padding: 0;
}
#accountMenuLeft li a {
	font-size: 11px;
	color: #EAEAEA;
	font-weight: bold;
	display: block;
	height: auto !important;
	height: 15px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 3px 3px;
	border-bottom: 1px dashed #585655;
}
#accountMenuLeft li a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #EAEAEA;
	background-color: #555;
}
#accountMenuLeft li a#currentAccount { /* Currently selected/active category - keeps the menu item highlighted */
	color: #E51937;
	background-color: #2E2E2E;
}

/* [ intranet_menu ] */
#intranetMenuLeft {
	margin: 0 0 15px 0;
	padding: 5px 0 0 0;
	width: 150px;
}
#intranetMenuLeft h4 {
	margin: 0 0 5px 0;
	padding: 0;
}
#intranetMenuLeft ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#intranetMenuLeft ul li {
	font-size: 11px;
	color: #EAEAEA;
	font-weight: bold;
	padding: 0;
}
#intranetMenuLeft ul li a {
	font-size: 11px;
	color: #EAEAEA;
	font-weight: bold;
	display: block;
	height: auto !important;
	height: 15px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 3px 3px;
	border-bottom: 1px dashed #585655;
}
#intranetMenuLeft ul li a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #EAEAEA;
	background-color: #555;
}
#intranetMenuLeft a#currentAccount { /* Currently selected/active category - keeps the menu item highlighted */
	color: #E51937;
	background-color: #2E2E2E;
}
#intranetMenuLeft a#currentImageFolder { /* Currently selected/active category - keeps the menu item highlighted */
	color: #E51937;
	background-color: #363636;
}
#intranetMenuLeft ul li ul li a {
	padding: 3px 0 3px 10px;
}
#intranetMenuLeft ul li ul li ul li a {
	padding: 3px 0 3px 20px;
}
#intranetMenuLeft ul li ul li ul li ul li a {
	padding: 3px 0 3px 30px;
}
#intranetMenuLeft ul li ul li ul li ul li ul li a {
	padding: 3px 0 3px 40px;
}
#intranetMenuLeft ul li ul li ul li ul li ul li ul li a {
	padding: 3px 0 3px 50px;
}

/* [ category_menu_left ] */
#catMenu {
	margin: 0;
	padding: 5px 0 0 0;
	width: 150px;
}
#catMenu h4 {
	margin: 0 0 5px 0;
	padding: 0;
}
#catMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#catMenu li {
	font-size: 11px;
	color: #EAEAEA;
	font-weight: bold;
	padding: 0;
}
#catMenu li a {
	font-size: 11px;
	color: #EAEAEA;
	font-weight: bold;
	display: block;
	height: auto !important;
	height: 15px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 3px 3px;
	border-bottom: 1px dashed #585655;
}
#catMenu li a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #EAEAEA;
	background-color: #555;
}
#catMenu li a#currentCat { /* Currently selected/active category - keeps the menu item highlighted */
	color: #E51937;
	background-color: #2E2E2E;
}


/* [ Footer ] */
.oneColFixCtrHdr #footer {
	height: 190px;
	padding: 0;
	margin: 0;
	background-image: url(bg-watermark.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

p#footer-links {
	height: 32px;
	margin: 8px 0 20px 0;
	padding: 0;
	font-size: 11px;
	color: #808080;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
p#footer-links a {
	font-size: 11px;
	color: #808080;
	font-weight: normal;
	text-decoration: none;
}
p#footer-links a:hover {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}

p#footer-copyright {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
p#footer-copyright a {
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
p#footer-copyright a:hover {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}






/* [ Shopping Cart styles ] */

/* Summary Cart */
#cartsummary {
	width: 327px;
	height: 15px;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
#cartsummary a {
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
#cartsummary a:hover {
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: underline;
}
#cartsummary img {
	border: none;
	padding: 0;
	margin: 0px 5px 0 0;
}
#cartsummary a img {
	border: none;
	padding: 0;
	margin: 0px 5px 0 0;
}


/* Full Cart */
#fullCartWrapper {
	float: left;
	width: 724px;
	/* IE 6 min-height hack */
	min-height: 475px;
	height: auto !important;
	height: 475px;
	margin: 0;
	padding: 0;
}
#fullCartWrapperNoHeight {
	float: left;
	width: 724px;
	margin: 0;
	padding: 0;
}
#fullCart {
	margin: 0;
	padding: 10px;
	border: 1px solid #585858;
}
#fullCartWrapper h5 {  /* Full Cart title - override default h6 */
	margin: 0 0 10px 0;
}
#fullCartTable {}

.FullCartSubtitle {
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #717171;
	text-decoration: none;
}
.FullCartValue {
	font-size: 11px;
	font-weight: normal;
	color: #EAEAEA;
	text-decoration: none;
}
.FullCartTotal {
	padding: 5px 0 10px 0;
	font-size: 11px;
	font-weight: bold;
	color: #EAEAEA;
	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: #EAEAEA;
	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:#EAEAEA;
	text-decoration: none;
}

/* [ pager ] */
#pagerWrapper {
	float: right;
	width: 700px;
	margin: 5px 0 5px 0;
	padding:  0;
	/*border-bottom: 1px solid #585858;*/
	text-align: right;
}
#pagerTotalPages {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
#pagerItemsPerPage {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 11px;
	color: #EAEAEA;
	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;
	border: 1px solid #585858;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.perPageSelectSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border: 1px solid #9E292B;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
#pagerPrevious {
	float: left;
	font-size: 11px;
	color: #EAEAEA;
	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: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
#pagerNext a {}
#pagerNext a:hover {}

.pageNumbers {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
.pageNumbers a {}
.pageNumbers a:hover {}

.pageNumberSelected {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 13px;
	color: #FFF;
	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: #EAEAEA;
	text-decoration: none;
}
.catCrumbTrail a {
	font-size: 13px;
	font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}
.catCrumbTrail a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	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: #EAEAEA;
	text-decoration: none;
	padding: 3px 20px 3px 0;
	margin: 0;
}
.categorySubLI a {
	font-size: 12px;
	color: #EAEAEA;
	text-decoration: none;
}
.categorySubLI a:hover {
	font-size: 12px;
	color: #EAEAEA;
	text-decoration: underline;
}
.categorySubLI img {
	margin: 0 5px 0 0;
}

.searchText {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

/* Intranet Browse Images UL and LI styles */
.browseImagesSubUL {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.browseImagesSubLI {
	float: left;
	display: block;
	height: 145px;
	width: 115px;
	margin: 0 5px 10px 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px dashed #585655;
}
.browseImagesSubLI a {
	text-decoration: none;
}
.browseImagesSubLI a:hover {
	text-decoration: none;
}
.browseImagesSubLI img {
	margin: 0 0 5px 0;
	border: none;
}

#intranetBrowseImagePath {
	margin:0 0 10px 0;
}
#imageSortWrapper {
	margin: 10px 0;
	text-align: right;
}
#intranetBrowseImageSort {
	font-weight: bold;
	text-decoration: none;
}
#intranetBrowseImageSort a {
	font-weight: normal;
	text-decoration: underline;
}
#intranetBrowseImageSort a:hover {
	font-weight: normal;
	text-decoration: underline;
}
#browseImagesIntro {
	margin:0 0 15px 0;
}

/* [ product_list ] */

#productListWrapper { /* Overall Product List wrapper - overrides "subContent" class */
	float: left;
	width: 724px;
	/* IE 6 min-height hack */
	min-height: 475px;
	height: auto !important;
	height: 475px;
	margin: 0;
	padding: 0;
}

ul#productList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Product List header row */
#productList li.productListHeader {
	float: none;
	height: 30px;
	margin: 0;
	padding: 0;
	border-top: 1px dashed #444;
	border-bottom: 1px dashed #444;
	background-color: #717171;
}
#productList li.productListHeader p {
	float: left;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #444;
}
#productList li.productListHeader p.productListCodeHeader {
	border-left: 1px solid #444;
	width: 70px;
}
#productList li.productListHeader p.productListTitleHeader {
	width: 130px;
}
#productList li.productListHeader p.productListDescriptionHeader {
	width: 202px;
}
#productList li.productListHeader p.productListExPriceHeader {
	width: 100px;
	text-align: center;
}
/*#productList li.productListHeader p.productListIncPriceHeader {
	width: 60px;
	text-align: center;
}*/
#productList li.productListHeader p.productListAddToCartHeader {
	width: 80px;
}
#productList li.productListHeader p.productListMoreInfoHeader {
	width: 75px;
}
/*#productList li.productListHeader p.productListAddToFavouritesHeader {
	width: 75px;
}*/

/* Product List line items */
#productList li.productListItems {
	float: none;
	height: 65px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #444;
}
#productList li.productListItems:hover {
	background-color: #9E292B;
}
#productList li.productListItems p {
	float: left;
	display: block;
	height: 55px;
	text-align: left;
	margin: 0;
	padding: 5px 5px;
	font-size: 11px;
	font-weight: normal;
	color: #EAEAEA;
	text-decoration: none;
	border-right: 1px solid #444;
}
#productList li.productListItems p.productListCode {
	border-left: 1px solid #444;
	display: block;
	height: 55px;
	width: 70px;
}
#productList li.productListItems p.productListCode a {
	display: block;
	height: 55px;
	width: 70px;
}
#productList li.productListItems p.productListTitle {
	display: block;
	height: 55px;
	width: 130px;
}
#productList li.productListItems p.productListTitle a {
	display: block;
	height: 55px;
	width: 130px;
}
#productList li.productListItems p.productListDescription {
	display: block;
	height: 55px;
	width: 202px;
}
#productList li.productListItems p.productListDescription a {
	display: block;
	height: 55px;
	width: 202px;
}
#productList li.productListItems p.productListExPrice {
	display: block;
	height: 55px;
	width: 100px;
	text-align: right;
}
#productList li.productListItems p.productListExPrice a {
	display: block;
	height: 55px;
	width: 100px;
}
.productListPriceGST { /* "GST" text next to price */
	margin-left: 3px;
	font-family:"Courier New", Courier, monospace;
	font-size: 9px;
	font-weight: normal;
	color: #EAEAEA;
	text-decoration: none;
}
/*#productList li.productListItems p.productListIncPrice {
	display: block;
	height: 40px;
	width: 60px;
	text-align: right;
}
#productList li.productListItems p.productListIncPrice a {
	display: block;
	height: 40px;
	width: 60px;
}*/
#productList li.productListItems p.productListAddToCart {
	width: 80px;
	text-align: center;
}
#productList li.productListItems p.productListMoreInfo {
	width: 75px;
	text-align: center;
}
/*#productList li.productListItems p.productListAddToFavourites {
	width: 75px;
	text-align: center;
}*/

.productListQtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #3C3C3C;
	width: 24px;
	border: 1px solid #585858;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.productListQtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #3C3C3C;
	width: 24px;
	border: 1px solid #9E292B;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}

/* [ product_detail ] */
#productDetailWrapper { /* Overall Product Detail wrapper - overrides "subContent" class */
	float: left;
	width: 724px;
	/* IE 6 min-height hack */
	min-height: 475px;
	height: auto !important;
	height: 475px;
	margin: 0;
	padding: 0;
}
#productDetailInfo {
	float: left;
	margin: 0 25px 0 0;
	padding: 0 25px 0 0;
	width: 363px;
	border-right: 1px solid #858585;
}

.productDetailTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color:#EAEAEA;
	text-decoration: none;
}
.productDetailText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color:#EAEAEA;
	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:#EAEAEA;
	text-decoration: none;
	text-align: left;
	/*vertical-align: middle;*/
}
.productDetailAddonPriceOnApplication {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.productDetailPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color:#EAEAEA;
	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: #EAEAEA;
	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: #EAEAEA;
	text-decoration: none;
}

#productDetailImagesWrapper {
	float: right;
	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 #585858;
}
.productDetailAddon {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 170px;
	border: 1px solid #585858;
}
.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: #EAEAEA;
	text-decoration: none;
	text-align: center;
}
.productDetailAddonPriceWrapper {
	margin: 10px 0;
	padding: 0;
	height: 50px;
	text-align: center;
}
.productDetailAddonPrice {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #EAEAEA;
	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: #EAEAEA;
	text-decoration: none;
}
.productDetailAddonCartStock {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	height: 25px;
	text-align: center;
	/*border-bottom: 1px solid #CCC;*/
}



select#productcodeSelect { /* Product Price Dropdown menu */
	width: 150px;
}


.OutOfStockMessage {
	font-size: 11px;
	color: #F00;
	font-weight: normal;
	text-decoration: none;
}


/* [ Form styles ] */
form {
	margin: 0;
	padding: 0;
}
.formbuttons {
	margin: 0 0 0 5px;
	height: 19px;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #3C3C3C;
	background-image: url(greyButton-Gradient.jpg);
	background-repeat: repeat-x;
	border: 1px solid #4D4D4D;
	cursor: pointer;
}
.forms {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	height: 17px;
	border: 1px solid #585858;
	background-color: #FFF;
	padding: 1px;
	margin: 0;
}
.formsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	height: 17px;
	border: 1px solid #9E292B;
	background-color: #FFF;
	padding: 1px;
	margin: 0;
}
select.forms, select.formsSelected {
	height: 18px !important;
	height: 18px;
}
.qtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px !important;
	width: 30px;
	height: 16px;
	border: 1px solid #585858;
	background-color: #FFF;
	padding: 1px;
	margin: 0;
}
.qtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px !important;
	width: 30px;
	height: 16px;
	border: 1px solid #9E292B;
	background-color: #FFF;
	padding: 1px;
	margin: 0;
}

/* Product List buttons */
input#AddToCartSubmit {

}
input#AddToFavourites {
	margin: 3px 0 0 0;
	width: 60px;
}
input#MoreInfo {
	margin: 0;
	width: 60px;
}
input#RequestInfo {
	margin: 0;
}
/* Product Detail buttons */
input#AddToCartSubmitPD {
	margin: 10px 0 0 5px;
	padding: 0;
	width: 70px;
}
input#AddToFavouritesPD {
	margin: 5px 0 0 0;
	padding: 0;
	width: 105px;
}
input#MoreInfoPD {
	margin: 5px 0 0 0;
	padding: 0;
	width: 105px;
}
input#RequestInfoPD {
	margin: 5px 0 0 0;
	padding: 0;
	width: 105px;
}

/* [ login ] */
#loginWrapper {
	margin: 32px 0 0 5px;
	padding: 0;
	width: 134px;
	text-align: left;
}
#loginWrapper label { 
	padding: 0 0 5px 0;
	width: 130px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
/* Login Form field styles */
.loginformbutton {
	float: right;
	margin: 0;
	padding: 1px;
	height: 17px;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #3C3C3C;
	background-image: url(greyButton-Gradient.jpg);
	background-repeat: repeat-x;
	border: none;
	cursor: pointer;
}
.loginform {
	width: 128px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border: 1px solid #B24143;
	background-color: #B24143;
	padding: 2px;
	margin: 0 0 5px 0;
}
.loginformSelected {
	width: 128px;
	font-size: 11px;
	font-weight: normal;
	color: #3C3C3C;
	border: 1px solid #B24143;
	background-color: #E2B1B3;
	padding: 2px;
	margin: 0 0 5px 0;
}
p.forgotLogin { /* Font styles for Forgot Login link */
	float: left;
	line-height: 19px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #D28688;
	font-weight: normal;
	text-decoration: none;
}
p.forgotLogin a {
	font-size: 10px;
	color: #D28688;
	font-weight: normal;
	text-decoration: none;
}
p.forgotLogin a:hover {
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}


/* [ Contact Form styles ] */
#contactFormWrapper {
	margin: 0;
	padding: 0 0 10px 0;
}
#contactFormWrapper fieldset {
	border: 1px solid #585858;
	padding: 10px;
	padding-top: 0;
}
#contactFormWrapper legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: normal;
	color: #EAEAEA;
	text-decoration: none;
}
#contactFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 125px;
	font-size: 11px;
	font-weight: normal;
	color: #EAEAEA;
	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, #contactFormWrapper input#StateOther {
	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 #CCC;
}

/* [ Registration Form styles ] */
#registrationFormWrapper {
	margin: 0px;
	padding: 10px 0 10px 0;
}
#registrationFormWrapper fieldset {
	border: 1px solid #CCC;
	padding: 10px;
	padding-top: 0;
}
#registrationFormWrapper legend {
	font-size: 13px;
	font-weight: normal;
	color: #EAEAEA;
	text-decoration: none;
}
#registrationFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #EAEAEA;
	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 input#StateOther {
	width: 140px;
}
#registrationFormWrapper textarea {
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#registrationFormWrapper input#registrationSubmit {
	margin: 5px 0 0 140px;
}


/* [ Account Menu styles ] */
.AMLineBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
.AMLineTopRightLeft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EAEAEA;
	font-size: 11px;
	color: #EAEAEA;
	padding-right: 5px;
	padding-left: 5px;
}
.AMLineTopRightLeft a{
	font-size: 11px;
	color: #EAEAEA;
	text-decoration: none;
}
.AMLineTopRightLeft a:hover{
	font-size: 11px;
	color: #EAEAEA;
	text-decoration: underline;
}
.AMSubtitle {
	font-size: 12px;
	color: #EAEAEA;
	font-weight: bold;
}
.ManageAddressTitle {
	font-size: 12px;
	color: #EAEAEA;
	font-weight: bold;
}
.AMSubBoxes {
	border: 1px solid #EAEAEA;
	font-size: 11px;
	color: #EAEAEA;
	padding: 2px 5px 2px 5px;
}
.AMSubBoxes a{
	font-size: 11px;
	color: #EAEAEA;
	text-decoration: none;
}
.AMSubBoxes a:hover{
	font-size: 11px;
	color: #EAEAEA;
	text-decoration: underline;
}
.inrowH, .inRowH {
	font-size: 11px;
	font-weight: bold;
	color: #EAEAEA;
	text-decoration: none;
}

.specialInstructions {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	border: 1px solid #585858;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.specialInstructionsSelected {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	border: 1px solid #9E292B;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}

/* [ purchase_pages ] */
#orderProgressTrail {
	display: block;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
#orderProgressTrail li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
}
.orderProgress {
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.orderProgress a {}
.orderProgress a:hover {}

.orderProgressCurrent {
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.orderProgressArrow {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.formsPaymentNotes {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #585858;
	background-color: #FFF;
	padding: 2px;
	margin: 5px 0 0 0;
}
.formsPaymentNotesSelected {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #9E292B;
	background-color: #FFF;
	padding: 2px;
	margin: 5px 0 0 0;
}

#Comments {
	font-family: Tahoma, Arial, Verdana, 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 {

}
.detailsTermsValue {
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
#paymentCartEmptyMessage {
	margin: 15px 0 0 10px;
}
#paymentCartEmptyMessage h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
}


/* 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: #EAEAEA;
}

#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;
	width: 135px;
}
#paymentContactFormWrapper select {
	margin: 5px 0 0 0;
	width: 140px;
}

#paymentContactFormWrapper input#paymentContactSubmit { /* Contact Form submit button */
	margin: 5px 0 0 140px;
	padding: 0;
	width: auto;
	height: auto;
}
#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: #EAEAEA;
}
#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 20px;
	padding: 0;
	width: auto;
	height: auto;
}

/* 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: #EAEAEA;
}
#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 5px;
	border: 1px solid #CCC;
}
#confirmOrderDetailsTable { /* Order details/cart summary */
	
}

#confirmOrderDetailsWrapper h6 span.detailsTermsValue { }

#confirmOrderSubmit {
	float: right;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

/* 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;
}
#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: #EAEAEA;
}
#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 5px;
	border: 1px solid #CCC;
}
#completeOrderDetailsTable { /* Order details/cart summary */
	
}

#completeOrderDetailsWrapper h6 span.detailsTermsValue { }


/* [ General site styles ] */

.header {
	margin: 10px 0 10px 0;
	font-size: 18px;
	color: #EAEAEA;
	font-weight: bold;
	text-decoration: none;
}
/* Alternating row colours */
.rowOn {
	background-color: #333;
}
.rowOff {
	background-color: #383838;
}
.rowHilite {
	background-color: #4D4D4D;
}
.productTitle {
	font-size: 12px;
	color: #EAEAEA;
	font-weight: bold;
	text-decoration: none;
}

#resetPasswordWrapper {
	width: 250px;
	text-align: right;
}
p#resetPasswordInput {
	font-size: 11px;
	color: #EAEAEA;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
#resetPasswordButton {
	width: 134px;
}
.content {
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
.content a {
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
.content a:hover {
	font-size: 11px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: underline;
}
.contentSmall {
	font-size: 10px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
.contentSmall a {
	font-size: 10px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: none;
}
.contentSmall a:hover {
	font-size: 10px;
	color: #EAEAEA;
	font-weight: normal;
	text-decoration: underline;
}

.contactInfo {
	font-size: 11px;
	font-weight: normal;
	color: #EAEAEA;
	text-decoration: none;
}
.contactInfo a {
	font-size: 11px;
	font-weight: normal;
	color: #EAEAEA;
	text-decoration: underline;
}
.contactInfo a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.contentTop {
	padding: 15px 0 5px 0;
	font-size: 10px;
	font-weight: normal;
	color: #EAEAEA;
	text-decoration: none;
}
.contentTop a {
	font-size: 10px;
	font-weight: normal;
	color: #EAEAEA;
	text-decoration: none;
}
.contentTop a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}

.UIMessage {
	font-size: 11px;
	color: #9E292B;
	font-weight: bold;
	text-decoration: none;
}
.compulsory { /* Compulsory field message style */
	font-size: 10px;
	color: #EAEAEA;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
.previousPage { /* Previous Page link at the bottom of pages */
	margin: 0;
	padding: 30px 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;
}

/* Intranet 28th Sept 2009 Amanda */
#column1 {
	display: inline;
	float:left;
	width:176px;
	width:171px !important;
	padding:0 5px 0 0;
	margin:0 10px 0 10px;
}
#column2 {
	display: inline;
	float:left;
	width:176px;
	width:171px !important;
	padding:0 5px 0 0;
	margin:0 10px 0 0;
}
#column3 {
	display: inline;
	float:left;
	width:176px;
	width:171px !important;
	padding:0 5px 0 0;
	margin:0 10px 0 0;
}
#column4 {
	display: inline;
	float:left;
	width:176px;
	width:171px !important;
	padding:0;
	margin:0;
}
#column5 {
	display: inline;
	float:left;
	width:176px;
	padding:0;
	margin:0;
}