/* Global Miva Styles */
table.basketTable,
table.addressTable {
	width: 100%;
	border: 1px solid #CCC;
	margin: 0;
}
	table.basketTable th,
	table.addressTable th {
		color: #666;
		background: #EEE;
		font-weight: 600;
		text-align: left;
		border-bottom: 1px solid #CCC;
		padding: 0.5em 0;
	}
		table.basketTable th.first,
		table.basketTable td.first,
		table.addressTable th.first,
		table.addressTable td.first {
			padding-left: 0.5em !important;
		}
		table.basketTable th.last,
		table.basketTable td.last,
		table.addressTable th.last,
		table.addressTable td.last {
			padding-right: 0.5em !important;
		}
		table.basketTable th.first,
		table.addressTable th.first {
			border-left: 0 !important;
		}
		table.basketTable th.last,
		table.addressTable th.last {
			border-right: 0 !important;
		}
		table.basketTable th.numeric,
		table.basketTable td.numeric,
		table.addressTable th.numeric,
		table.addressTable td.numeric {
			width: 1%;
			white-space: nowrap;
			text-align: right;
			padding-left: 1em !important;
		}
	table.basketTable td,
	table.addressTable td {
		vertical-align: top;
		padding: 0.25em 0;
	}
		table.basketTable td.label,
		table.addressTable td.label {
			font-weight: 600;
			white-space: nowrap;
			padding-right: 0.25em;
		}
		table.basketTable td.product-product div.productcode,
		table.basketTable td.product-product div.productstock,
		table.basketTable td.product-product div.productstock-oos {
			padding: 0.125em 0;
			margin: 0 1em;
		}
		table.basketTable td.product-product div.productstock {
			font-weight: 600;
		}
		table.basketTable td.product-product div.productstock-oos {
			color: #ED3237;
			font-weight: 600;
		}
		table.basketTable table.productattributesTable {
			margin: 0 1em;
		}
			table.basketTable table.productattributesTable td {
				padding: 0.125em 0;
			}
				table.basketTable table.productattributesTable td.attribute-attribute {
					text-indent: -1em;
					padding-left: 1em;
				}
			table.basketTable tr.basket-charge td.charge-description,
			table.basketTable tr.basket-total td.total-description {
				text-align: right;
			}
			table.basketTable tr.basket-total td {
				vertical-align: middle;
				border-top: 1px solid #CCC;
				padding-top: 0.75em;
				padding-bottom: 0.75em;
			}
				table.basketTable tr.basket-total td.total-description {
					color: #000;
					background: #EEE;
					font-weight: 300;
					text-transform: uppercase;
					padding-right: 0.5em;
				}
				table.basketTable tr.basket-total td.total-total {
					color: #000;
					background: #CCC;
					font-size: 120%;
					font-weight: 600;
				}

form {
	width: 100%;
}
	form div.formfieldgroup {
		clear: left;
		padding: 0.125em 0;
	}
		form div.formfieldgroup label {
			float: left;
			display: block;
			width: 10em;
			text-align: right;
			padding: 0.25em 1em 0 0;
		}
		form div.req-text label,
		form div.req-select label,
		form div.req-textarea label {
			color: #000;
			font-weight: 300;
		}
			form div.req-text label span,
			form div.req-select label span,
			form div.req-textarea label span {
				color: #ED3237;
				font-size: 90%;
			}
		form div.opt-text label,
		form div.opt-select label,
		form div.opt-textarea label {
			color: #666;
			font-weight: 300;
		}
		form div.opt-checkbox label,
		form div.req-checkbox label,
		form div.opt-radio label,
		form div.req-radio label {
			float: none;
			display: inline;
			text-align: left;
			padding: 0;
		}
	form div.error label {
		color: #F00;
	}

/* LOGN */
div#login-container {
	background: url("../images/logn-separator.bg.gif") repeat-y 50%;
}
	div#login-newcust,
	div#login-returncust {
		width: 45%;
	}
		div#login-newcust h2,
		div#login-returncust h2 {
			color: #ED3237;
		}
		div#login-newcust h3,
		div#login-returncust h3 {
			color: #000;
			font-size: 115%;
			font-weight: 600;
			margin: 0 0 0.5em 0;
		}
		div#login-newcust p,
		div#login-returncust p {
			padding: 0 0 0.5em 0;
			margin: 0;
		}
		div#login-newcust div.button-container,
		div#login-returncust div.submit-container {
			padding: 0.5em 0;
		}
	div#login-returncust {
		float: left;
	}
		div#login-returncust form {}
			div#login-returncust form div.formfieldgroup {
				margin-bottom: 0.5em;
			}
				div#login-returncust form div.formfieldgroup label {
					float: none;
					display: block;
					width: auto;
					text-align: left;
					padding: 0 0 0.25em 0;
				}
				div#login-returncust form div.req-checkbox label,
				div#login-returncust form div.opt-checkbox label,
				div#login-returncust form div.req-radio label,
				div#login-returncust form div.opt-radio label {
					display: inline;
					padding: 0 0 0 0.25em;
				}
				div#login-returncust form div.req-text input.inputText,
				div#login-returncust form div.opt-text input.inputText {
					width: 95%;
				}
				div#login-returncust form div.req-checkbox input.inputCheckbox,
				div#login-returncust form div.opt-checkbox input.inputCheckbox {
					margin: 0;
				}
		div#login-returncust p.forgot-password {
			margin-top: -0.375em;
			margin-bottom: 0.375em;
		}
	div#login-newcust {
		float: right;
	}
		div#login-newcust div.newcust-register {}
			div#login-newcust div.newcust-register p {
				font-size: 110%;
			}
				div#login-newcust div.newcust-register p em {
					color: #ED3237;
					font-weight: 600;
					font-style: normal;
					text-transform: uppercase;
				}
			div#login-newcust div.newcust-register ul {}
				div#login-newcust div.newcust-register ul li {
					margin: 0.25em 0;
				}
			div#login-newcust div.newcust-register div.button-container {
				margin-top: 1.75em;
			}
		div#login-newcust div.newcust-guest {
			padding-top: 0.5em;
		}

/* EMPW */
div#requestlogin-container {}
	div#requestlogin-container form {}
		div#requestlogin-container form div.formfieldgroup label {
			width: 10em;
		}
		div#requestlogin-container form div.large-text input.inputText {
			width: 20em;
		}
		div#requestlogin-container form div.button-container,
		div#requestlogin-container form div.submit-container {
			margin-top: 1em;
		}
p#login-help {
	clear: both;
	text-align: center;
}

/* DASH */
div#dashboard-header {
	text-align: right;
	padding: 0 2%;
	margin: 0 0 1% 0;
}
div.dashboard-container,
div.dashboard-container-large {
	float: left;
	min-height: 16em;
	height: auto !important;
	height: 16em;
	border: 1px solid #CCC;
}
	div.dashboard-container div.header-container,
	div.dashboard-container-large div.header-container {
		color: #666;
		background: #EEE;
		border-bottom: 1px solid #CCC;
		padding: 0.5em 1em;
	}
		div.dashboard-container div.header-container h2,
		div.dashboard-container-large div.header-container h2 {
			display: block;
			position: relative;
			color: #666;
			font-weight: 300;
			padding: 0;
			margin: 0;
		}
			div.dashboard-container div.header-container h2 a,
			div.dashboard-container-large div.header-container h2 a {
				display: block;
				color: #666;
				text-decoration: none;
			}
				div.dashboard-container div.header-container h2 a span,
				div.dashboard-container-large div.header-container h2 a span {
					position: absolute;
					right: 0;
					bottom: 0%;
					color: #666;
					background: url("../images/dash-header-action-arrow.gif") no-repeat 100% 50%;
					font-size: 60%;
					line-height: 185%;
					text-transform: lowercase;
					text-decoration: none;
					padding-right: 15px;
				}
					div.dashboard-container div.header-container h2 a:hover span,
					div.dashboard-container-large div.header-container h2 a:hover span {
						color: #ED3237;
						text-decoration: underline;
					}
	div.dashboard-container div.content-container,
	div.dashboard-container-large div.content-container {
		padding: 1em;
	}
		div.dashboard-container div.content-container p,
		div.dashboard-container-large div.content-container p {
			font-size: 95%;
			margin: 0 auto 1em auto;
		}
div.dashboard-container {
	width: 47.5%;
	padding: 0;
	margin: 0 2% 2% 0; /* IE6 needs margin-right: 2% */
}
div.dashboard-container-large {
	width: 97.5%;
	padding: 0;
	margin: 0 0 2% 0;
}

div#dashboard-boxerbucks {
	min-height: 0;
	height: auto;
	width: 97.5%;
	background-image: none;
	padding: 0;
}
	div#dashboard-boxerbucks div.header-container,
	div#dashboard-boxerbucks div.header-container h2 {
		display: none;
	}
		div#dashboard-boxerbucks div.header-container h2 span.sup {
			position: relative;
			right: auto;
			bottom: auto;
			color: #900;
			text-transformation: normal;
			text-decoration: none;
		}
	div#dashboard-boxerbucks div.content-container {
		padding: 0;
	}
	div#dashboard-boxerbucks div.boxerbucks-header {
		background: #ED3237 url("../images/dash-boxerbucks.bg.jpg") no-repeat 0 100%;
		min-height: 85px;
		height: auto !important;
		height: 85px;
		padding-top: 1px; /* Quick fix to force into box model so boxerbucks-credit/error can use margin-top */
	}
		div#dashboard-boxerbucks div.boxerbucks-header div.boxerbucks-credit,
		div#dashboard-boxerbucks div.boxerbucks-header div.boxerbucks-error {
			color: #000;
			background: #FFF;
			width: 92%;
			border: 1px solid #000;
			padding: 2%;
			margin: 10px auto 85px auto;
		}
			div#dashboard-boxerbucks div.boxerbucks-header div.boxerbucks-credit h3,
			div#dashboard-boxerbucks div.boxerbucks-header div.boxerbucks-error h3 {
				font-size: 100%;
				font-weight: 600;
				margin: 0;
			}
			div#dashboard-boxerbucks div.boxerbucks-header div.boxerbucks-error h3 {
				color: #ED3237;
			}
			div#dashboard-boxerbucks div.boxerbucks-header div.boxerbucks-credit p {
				float: left;
				width: 60%;
				margin-bottom: 0;
			}
			div#dashboard-boxerbucks div.boxerbucks-header div.boxerbucks-credit a.print-receipt {
				float: right;
				width: 39%;
				text-align: right;
			}
	div#dashboard-boxerbucks div.boxerbucks-content {
		padding: 0 2%;
	}
		div#dashboard-boxerbucks h3,
		div#dashboard-boxerbucks p.blurb {
			margin: 1em 0;
		}
			div#dashboard-boxerbucks h3 a.logout {
				font-size: 90%;
			}
		div#dashboard-boxerbucks p.learn-more-text {
			text-align: right;
		}
			div#dashboard-boxerbucks p.learn-more-text a {
				background: url("../images/dash-action-arrow.gif") no-repeat 100% 50%;
				padding-right: 15px;
			}
		div#dashboard-boxerbucks span.sup {
			font-size: 90%; /* Safari */
		}
div#dashboard-address {}
	div#dashboard-address table th {
		text-align: left;
	}
	div#dashboard-address table td.notfound {
		font-style: italic;
	}
	div#dashboard-address address {
		line-height: 125%;
	}
div#dashboard-profile {}
	div#dashboard-profile div.field-container {
		padding-bottom: 0.25em;
	}
		div#dashboard-profile div.field-container span.field-label {
			font-weight: 600;
			padding-right: 0.25em;
		}
	div#dashboard-profile abbr {
		border-bottom: none;
	}
div#dashboard-ordertracking {}
	div#dashboard-ordertracking h3 {
		font-size: 100%;
	}
	div#dashboard-ordertracking table {
		width: 90%;
		margin: 0 auto 0.5em auto;
	}
		div#dashboard-ordertracking table th {
			text-align: left;
		}
		div#dashboard-ordertracking table th.order-total,
		div#dashboard-ordertracking table td.order-total {
			text-align: right;
		}
		div#dashboard-ordertracking table th.order-tracking,
		div#dashboard-ordertracking table td.order-tracking {
			text-align: right;
		}
		div#dashboard-ordertracking table td.notfound {
			font-style: italic;
		}
div#dashboard-wishlist {
	width: 97.5%;
	color: #FFF;
	background: #666;
	padding: 0;
	min-height: 0;
	height: auto;
}
	div#dashboard-wishlist a {
		color: #FFF;
		text-decoration: underline;
	}
	div#dashboard-wishlist div.header-container,
	div#dashboard-wishlist div.header-container h2 {
		display: none;
	}
	div#dashboard-wishlist div.content-container {
		padding: 0;
	}
	div#dashboard-wishlist div.wishlist-benefits {
		position: relative;
		min-height: 180px;
		height: auto !important;
		height: 180px;
		color: #FFF;
		background: #282828 url("../images/dash-wishlist-benefits-content.bg.gif") no-repeat 0 0;
	}
		div#dashboard-wishlist div.wishlist-benefits img#package-bow {
			position: absolute;
			left: -17px;
			top: 36px;
		}
		div#dashboard-wishlist div.wishlist-benefits ul {
			position: relative;
			top: 115px;
			left: 100px;
			width: 30em;
		}
			div#dashboard-wishlist div.wishlist-benefits ul li {
				padding-bottom: 0.25em;
			}
		div#dashboard-wishlist div.wishlist-benefits a#create-wishlist {
			position: absolute;
			top: 42px;
			right: 7px;
		}
	div#dashboard-wishlist div.wishlist-snapshot {
		position: relative;
		min-height: 150px;
		height: auto !important;
		height: 150px;
		color: #000;
		background: #FFF url("../images/dash-wishlist-snapshot-content.bg.gif") no-repeat 0 0;
	}
		div#dashboard-wishlist div.wishlist-snapshot img#package-bow {
			position: absolute;
			left: -12px;
			top: 72px;
		}
		div#dashboard-wishlist div.wishlist-snapshot div.snapshot-list {
			float: left;
			padding: 1em;
			margin-left: 290px;
		}
			div#dashboard-wishlist div.wishlist-snapshot div.snapshot-list a {
				color: #000;
			}
				div#dashboard-wishlist div.wishlist-snapshot div.snapshot-list a:hover {
					color: #ED3237;
				}
		div#dashboard-wishlist div.wishlist-snapshot ol {
			padding-left: 1.5em;
			margin-top: 0;
			margin-bottom: 0.5em;
			margin-left: 0;
		}
			div#dashboard-wishlist div.wishlist-snapshot ol li {
				padding-bottom: 0.5em;
			}
				div#dashboard-wishlist div.wishlist-snapshot ol li a {
					text-decoration: none;
				}
					div#dashboard-wishlist div.wishlist-snapshot ol li a:hover {
						text-decoration: underline;
					}
		div#dashboard-wishlist div.wishlist-snapshot a#manage-wishlist {
			float: right;
		}

/* ACAD */
div#newaccount-account {
	position: relative;
}
	div#newaccount-account div#newaccount-fields {}
		div#newaccount-account div#newaccount-fields p.newaccount-requirednote {
			font-size: 95%;
			margin-bottom: 0.5em;
		}
			div#newaccount-account div#newaccount-fields p.newaccount-requirednote span.mark {
				color: #ED3237;
			}
		div#newaccount-account div#newaccount-fields form {
			width: 69%;
			background: url("../images/acad-account.bg.gif") no-repeat 100% 2em;
		}
			div#newaccount-account div#newaccount-fields form div.formfieldgroup label {
				width: 10em;
			}
			div#newaccount-account div#newaccount-fields form div.formfieldgroup input.inputText {
				width: 16em;
			}
			div#newaccount-account div#newaccount-fields form div.formfieldgroup select {
				width: 16em;
			}
			div#newaccount-account div#newaccount-fields form div.submit-container,
			div#newaccount-account div#newaccount-fields form div.button-container {
				margin-top: 1em;
			}
	div#newaccount-account div#newaccount-benefits {
		position: absolute;
		top: 10em;
		right: 0;
		width: 29%;
	}
		div#newaccount-account div#newaccount-benefits ul {
			margin: 1em auto;
		}
			div#newaccount-account div#newaccount-benefits ul li {
				margin-bottom: 1em;
			}
	div#newaccount-account div#newaccount-login,
	div#newaccount-account div#newaccount-address {
		margin-bottom: 2em;
        
	}
   

/* ACED */
div#addressinfo-returndash {
	margin-bottom: 1em;
}
div#addressinfo-account {}
	div#addressinfo-account p.addressinfo-requirednote {
		font-size: 95%;
		margin-bottom: 0.5em;
	}
		div#addressinfo-account p.addressinfo-requirednote span.mark {
			color: #ED3237;
		}
	div#addressinfo-account form {}
		div#addressinfo-account form div.formfieldgroup label {
			width: 12em;
		}
		div#addressinfo-account form div.formfieldgroup input.inputText {
			width: 22em;
		}
		div#addressinfo-account form div.formfieldgroup select {
			width: 16em;
		}
		div#addressinfo-account form div.submit-container,
		div#addressinfo-account form div.button-container {
			margin-top: 1em;
		}
	div#addressinfo-account div#addressinfo-login,
	div#addressinfo-account div#addressinfo-address {
		margin-bottom: 2em;
	}

/* ACPR */
div#customer-returndash {
	margin-bottom: 1em;
}
div#customer-account {}
	div#customer-account p.customer-requirednote {
		font-size: 95%;
		margin-bottom: 0.5em;
	}
		div#customer-account p.customer-requirednote span.mark {
			color: #ED3237;
		}
	div#customer-account form {}
		div#customer-account form div.formfieldgroup label {
			width: 12em;
		}
		div#customer-account form div.formfieldgroup input.inputText {
			width: 22em;
		}
		div#customer-account form div.opt-checkbox,
		div#customer-account form div.req-checkbox {
			text-align: center;
		}
		div#customer-account form div.submit-container,
		div#customer-account form div.button-container {
			margin-top: 1em;
		}

/* BSKE */
div#basketempty-content {}
	div#basketempty-content h2 {
		font-size: 150%;
		font-weight: 300;
		text-transform: Capitalize;
	}
	div#basketempty-content p {}

/* BASK */
div#basket-header {
	margin-bottom: 2em;
}
	div#basket-header div.basket-action {
		color: #000;
		background: #FFF url("/images/mm5/bask-action-icon.gif") no-repeat 5px 50%;
		border-top: 1px dashed #CCC;
		border-bottom: 1px dashed #CCC;
		padding: 0.5em 0 0.5em 30px;
		margin-bottom: 2em;
	}
	div#basket-header div.basket-error {
		color: #000;
		border: 3px double #ED3237;
		padding: 0.25em 0.5em;
		margin-top: 1em;
		margin-bottom: 2em;
	}
	div#basket-header div#baskheader-continue {
		position: relative;
		float: left;
		width: 49%;
		text-align: left;
	}
		div#basket-header div#baskheader-continue div.continueshopping-options {
			display: none;
			position: absolute;
			top: 28px; /* can't use 100% because IE has a fit */
			color: #000;
			background: #EEE;
			min-width: 225px;
		}
			div#basket-header div#baskheader-continue div.continueshopping-options div.options-header {
				color: #000;
				background: #CCC;
				text-align: right;
				border: 1px solid #CCC;
				padding: 0.25em 1em;
			}
				div#basket-header div#baskheader-continue div.continueshopping-options div.options-header a {
					color: #666;
					background: url("../images/bask-contshopo-header-close.gif") no-repeat 100% 50%;
					text-decoration: none;
					text-transform: uppercase;
					padding-right: 16px;
				}
					div#basket-header div#baskheader-continue div.continueshopping-options div.options-header a:hover {
						color: #000;
						text-decoration: underline;
					}
			div#basket-header div#baskheader-continue div.continueshopping-options div.options-content {
				color: #000;
				background: #EEE;
				border-top: 0;
				border-right: 1px solid #CCC;
				border-bottom: 1px solid #CCC;
				border-left: 1px solid #CCC;
				padding: 1em;
			}
				div#basket-header div#baskheader-continue div.continueshopping-options div.options-content ul {}
					div#basket-header div#baskheader-continue div.continueshopping-options div.options-content ul li {
						color: #666;
						font-size: 85%;
						padding-bottom: 0.25em;
					}
						div#basket-header div#baskheader-continue div.continueshopping-options div.options-content ul li a {
							color: #000;
							font-size: 115%;
						}
	div#basket-header div#baskheader-checkout {
		position: relative;
		float: right;
		width: 49%;
		text-align: right;
	}
div#basket-content {}
	div#basket-content table#basket-basketTable {}
		div#basket-content table#basket-basketTable tr th {}
			div#basket-content table#basket-basketTable thead tr th {
				font-size: 90%;
				color: #666;
				background: #CCC;
				 position:static;
				border-bottom: 0;
			}
		div#basket-content table#basket-basketTable tr.basket-product td.product-product,
		div#basket-content table#basket-basketTable tr.basket-product td.product-quantity,
		div#basket-content table#basket-basketTable tr.basket-product td.product-price,
		div#basket-content table#basket-basketTable tr.basket-product td.product-total {
			padding-top: 1em;
			padding-bottom: 1em;
		}
		div#basket-content table#basket-basketTable tr th.first,
		div#basket-content table#basket-basketTable tr td.first {
			padding-left: 2em !important;
		}
		div#basket-content table#basket-basketTable tr th.last,
		div#basket-content table#basket-basketTable tr td.last {
			padding-right: 1em !important;
		}
			div#basket-content table#basket-basketTable tr.basket-product td.product-product table.basket-productTable {}
				div#basket-content table#basket-basketTable tr.basket-product td.product-product table.basket-productTable td {
					padding-top: 0;
				}
					div#basket-content table#basket-basketTable tr.basket-product td.product-product table.basket-productTable td.product-image {
						padding-right: 10px;
					}
			div#basket-content table#basket-basketTable tr.basket-product td.product-product div.product-actions {
				color: #ED3237;
				background: #FFF;
				font-family: Georgia, "Times New Roman", Times, serif;
				text-transform: lowercase;
				margin-top: 0.25em;
			}
				div#basket-content table#basket-basketTable tr.basket-product td.product-product div.product-actions a {
					float: left;
					display: block;
					color: #ED3237;
					background: #FFF;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 95%;
					text-transform: lowercase;
					text-decoration: none;
					border-top: 1px solid #CCC;
					border-bottom: 1px solid #CCC;
					padding: 0.125em 0.625em;
				}
					div#basket-content table#basket-basketTable tr.basket-product td.product-product div.product-actions a:hover {
						color: #FFF;
						background: #ED3237;
					}
		div#basket-content table#basket-basketTable tr.basket-product td.product-quantity {}
			div#basket-content table#basket-basketTable tr.basket-product td.product-quantity input.inputText {
				display: block;
				width: 3em;
				text-align: right;
				margin: 0 0 0 auto;
			}
		div#basket-content table#basket-basketTable tr.basket-total td {}

div#basket-footer {
	margin-top: 2em;
}
	div#basket-footer div#baskfooter-shipcalc {
		float: left;
		width: 49%;
		text-align: left;
	}
		div.shipcalc-container {}
			div.shipcalc-container h3 {
				color: #666;
				font-size: 130%;
				font-weight: 600;
				text-align: center;
				margin-bottom: 0.125em;
			}
				div.shipcalc-container h3 span {
					padding-left: 0.125em;
				}
					div.shipcalc-container h3 span a {
						color: #000;
						font-size: 75%;
						text-decoration: none;
					}
						div.shipcalc-container h3 span a:hover {
							text-decoration: underline;
						}
			div.shipcalc-container table {
				width: 100%;
				border: 1px solid #CCC;
			}
				div.shipcalc-container table tr th,
				div.shipcalc-container table tr td {
					vertical-align: top;
					padding: 0.5em;
				}
			div.shipcalc-container table.shipcalc-shippingTable {}
				div.shipcalc-container table.shipcalc-shippingTable tr th {
					color: #666;
					background: #EEE;
					text-align: left;
					border-bottom: 1px solid #CCC;
				}
					div.shipcalc-container table.shipcalc-shippingTable tr th span.edit {
						font-size: 90%;
						font-weight: 300;
						text-transform: lowercase;
						padding-left: 0.5em;
					}
				div.shipcalc-container table.shipcalc-shippingTable tr td {
					color: #000;
					background: #FFF;
				}
				div.shipcalc-container table.shipcalc-shippingTable tr.altrow td {
					color: #000;
					background: #EEE;
				}
					div.shipcalc-container table.shipcalc-shippingTable tr td.cost {
						text-align: right;
					}
			div.shipcalc-container p.shipcalc-note {
				font-size: 90%;
				text-align: center;
				margin: 0.25em 0 0 0;
			}
			div.shipcalc-container table.shipcalc-calculateTable {
				background: #EEE;
				padding: 1em;
			}
				div.shipcalc-container table.shipcalc-calculateTable td label {
					display: block;
				}
				div.shipcalc-container table.shipcalc-calculateTable td input.inputText,
				div.shipcalc-container table.shipcalc-calculateTable td select {
					width: 90%;
				}
				div.shipcalc-container table.shipcalc-calculateTable td.shipcalc-button {
					text-align: center;
				}
	div#basket-footer div#baskfooter-checkout {
		float: right;
		width: 49%;
		text-align: right;
	}
		div#basket-footer div#baskfooter-checkout div#baskfooter-buttons {
			float: right;
			text-align: center;
		}
			div#basket-footer div#baskfooter-checkout div#baskfooter-buttons div.button-wishlist {
				padding: 0.75em 0;
			}
			div#basket-footer div#baskfooter-checkout div#baskfooter-buttons div.button-wishlist a {
				padding: 5px 0;
			}
				div#basket-footer div#baskfooter-checkout div#baskfooter-buttons div.button-wishlist a.save-cart {
					background: url("../images/bask-icon-save2wishlist.gif") no-repeat 0 0;
					padding-left: 20px;
				}
		div#basket-footer div#baskfooter-checkout div#baskfooter-seals {
			clear: both;
			float: right;
			padding-top: 3em;
		}
			div#basket-footer div#baskfooter-checkout div#baskfooter-seals div.seal {
				float: left;
				padding-left: 1em;
			}
			div#basket-footer div#baskfooter-checkout div#baskfooter-seals div.GeoTrust {
				clear: left;
				float: none;
				text-align: center;
				padding-top: 1em;
				margin: 0 auto;
			}
div#basket-upsell {
	margin-top: 2em;
}
	div#basket-upsell h3 {
		color: #666;
		background: #EEE;
		border: 1px solid #CCC;
		padding: 0.5em;
		margin: 0 0 1em 0;
	}
	div#basket-upsell div.product-component div.swatch-container {
		left: 0.25em;
	}

/* Checkout Styles */
div#checkout-breadcrumb {
	text-align: center;
	margin-bottom: 2em;
}
	div#checkout-breadcrumb img {
		margin: 0 auto;
	}
table#checkout-addressTable,
table#checkout-basketTable {
	margin-bottom: 2em;
}

div.checkout-container {
	width: 59%;
	margin-bottom: 2em;
}
	div.checkout-container h2 {
		color: #000;
		background: #EEE;
		border: 1px solid #CCC;
		padding: 0.25em 0.5em;
		margin-bottom: 0.25em;
	}
	div.checkout-container div.container-content {
		border: 1px solid #CCC;
		padding: 1em;
	}
		div.checkout-container div.container-content h3 {
			font-size: 100%;
			font-weight: 600;
			padding: 0;
			margin: 0 0 1em 0;
		}
div#checkout-continue {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 39%;
}
div#checkout-seals {
	float: right;
	margin-top: 2em;
}
	div#checkout-seals div.seal {
		float: left;
		padding-left: 2em; /* pad opposite side of alignment */
	}

/* OCST */
div#checkout-addressinfo {
	position: relative;
	border-bottom: 1px solid #CCC;
}
	div#checkout-addressinfo p.checkout-requirednote {
		font-size: 95%;
		margin-bottom: 0.5em;
	}
		div#checkout-addressinfo p.checkout-requirednote span.mark {
			color: #ED3237;
		}
	div#checkout-addressinfo form {}
		div#checkout-addressinfo form div.formfieldgroup label {
			width: 10em;
		}
		div#checkout-addressinfo form div.formfieldgroup input.inputText {
			width: 16em;
		}
		div#checkout-addressinfo form div.formfieldgroup select {
			width: 16em;
		}
		div#checkout-addressinfo form div.submit-container {
			text-align: center;
			margin-bottom: 2em;
		}
			div#checkout-addressinfo form div.submit-container label {
				width: auto;
			}
	div#checkout-addressinfo div#checkout-addlinfo {
		position: absolute;
		top: 10em;
		right: 0;
		width: 39%;
	}
		div#checkout-addressinfo div#checkout-addlinfo h2 {
			border-bottom: 1px solid #ED3237;
			padding-bottom: 0.25em;
			margin-bottom: 0.25em;
		}
		div#checkout-addressinfo div#checkout-addlinfo p {
			font-size: 90%;
		}
	div#checkout-addressinfo div#checkout-billingaddress {
		margin-bottom: 0;
	}
		div#checkout-addressinfo div#checkout-billingaddress h2 {
			position: relative;
		}
			div#checkout-addressinfo div#checkout-billingaddress h2 span {
				font-size: 60%;
				font-weight: 300;
				padding-left: 1%;
			}
		div#checkout-addressinfo div#checkout-billingaddress div.container-content {
			border-bottom: 0;
		}

/* OUSL */
div#checkout-specialoffer {}
	div#checkout-specialoffer p#specialoffer-header {
		padding: 0 2em;
		margin: 1em auto 2em auto;
	}
		div#checkout-specialoffer p#specialoffer-header input.inputSubmit {
			display: block;
			margin-top: 1em;
		}
	div#checkout-specialoffer div#specialoffer-photo {
		float:left;
		width: 275px;
		text-align: center;
	}
	div#checkout-specialoffer div#specialoffer-products {
		float: left;
		width: 350px;
		padding: 0 0 0 20px;
	}
		div#checkout-specialoffer div#specialoffer-products h3 {
			font-size: 115%;
			font-weight: 600;
			font-style: italic;
		}
		div#checkout-specialoffer div#specialoffer-products p {
			margin-bottom: 0;
		}
	div#checkout-specialoffer p#specialoffer-footer {
		font-size: 90%;
		padding: 0 2em;
		margin: 2em auto 1em auto;
	}

/* OSEL */
div#checkout-shipsel {
	position: relative;
	border-bottom: 1px solid #CCC;
}
	div#checkout-shipsel form {}
		div#checkout-shipsel form div.submit-container {
			text-align: center;
			margin-bottom: 2em;
		}
			div#checkout-shipsel form div.submit-container label {
				width: auto;
			}
	div#checkout-shipsel div#shipsel-offers div.container-content,
	div#checkout-shipsel div#shipsel-shippay div.container-content {
		padding: 0;
	}
		div#checkout-shipsel div#shipsel-offers div.container-content div.content-container,
		div#checkout-shipsel div#shipsel-shippay div.container-content div.content-container {
			border-bottom: 1px solid #CCC;
			padding: 1em;
		}
			div#checkout-shipsel div#shipsel-offers div.container-content div.content-container table td {
				vertical-align: top;
			}
				div#checkout-shipsel div#shipsel-offers div.container-content div.content-container table td.first-col {}
				div#checkout-shipsel div#shipsel-offers div.container-content div.content-container table td.second-col {
					width: 1%;
					white-space: nowrap;
					text-align: right;
					padding-left: 1em;
				}
			div#checkout-shipsel div#shipsel-offers div.container-content div.content-container input[type='text'] {
				width: 15em;
			}
	div#checkout-shipsel div#shipsel-offers {}
		div#checkout-shipsel div#shipsel-offers div.error-msg {
			color: #F00;
		}
		div#checkout-shipsel div#shipsel-offers div.success-msg {
			color: #000;
			background: #EEE;
			border: 2px solid #CCC;
			padding: 1em;
		}
		div#checkout-shipsel div#shipsel-offers div.container-content div#shipsel-sscoupon {}
			div#checkout-shipsel div#shipsel-offers div.container-content div#shipsel-sscoupon div.success-msg {
				margin-top: 3em;
			}
		div#checkout-shipsel div#shipsel-offers div.container-content div#shipsel-sspoints {}
		div#checkout-shipsel div#shipsel-offers div.container-content div#shipsel-wcwcpn {}
			div#checkout-shipsel div#shipsel-offers div.container-content div#shipsel-wcwcpn div.success-msg,
			div#checkout-shipsel div#shipsel-offers div.container-content div#shipsel-wcwcpn div.error-msg {
				margin-bottom: 1em;
			}
		div#checkout-shipsel div#shipsel-offers div.container-content div#shipsel-ssgiftcert {
			border-bottom: 0;
		}
			div#checkout-shipsel div#shipsel-offers div.container-content div#shipsel-ssgiftcert div.success-msg,
			div#checkout-shipsel div#shipsel-offers div.container-content div#shipsel-ssgiftcert div.error-msg {
				margin-bottom: 1em;
			}
	div#checkout-shipsel div#shipsel-shippay {
		margin-bottom: 0;
	}
		div#checkout-shipsel div#shipsel-shippay div.container-content {
			border-bottom: 0;
		}
			div#checkout-shipsel div#shipsel-shippay div.container-content div#shippay-shipsel {
				border-bottom: 0;
			}
				div#checkout-shipsel div#shipsel-shippay div.container-content div#shippay-shipsel span.shipping-method {
					display: block;
					margin-bottom: 0.25em;
				}
					div#checkout-shipsel div#shipsel-shippay div.container-content div#shippay-shipsel span.shipping-method input.inputRadio {}
					div#checkout-shipsel div#shipsel-shippay div.container-content div#shippay-shipsel span.shipping-method label {}
			div#checkout-shipsel div#shipsel-shippay div.container-content div#shippay-paysel {
				border-top: 1px solid #CCC;
				border-bottom: 0;
			}
				div#checkout-shipsel div#shipsel-shippay div.container-content div#shippay-paysel span.payment-option {
					position: relative;
					line-height: 30px;
					white-space: nowrap;
					padding-right: 0.25em;
				}
					div#checkout-shipsel div#shipsel-shippay div.container-content div#shippay-paysel span.payment-option input.inputRadio {
						position: relative;
						bottom: 10px;
					}
					div#checkout-shipsel div#shipsel-shippay div.container-content div#shippay-paysel span.payment-option label {}
				div#checkout-shipsel div#shipsel-shippay div.container-content div#shippay-paysel p.smallnote {
					color: #666;
					font-size: 90%;
					margin-bottom: 0;
				}

/* OPAY */
div#checkout-payinfo {
	position: relative;
	border-bottom: 1px solid #CCC;
}
	div#checkout-payinfo table.shipping-notice {
		width: 75%;
		border: 1px solid #CCC;
		margin: 0 auto 2em auto;
	}
		div#checkout-payinfo table.shipping-notice th {
			color: #EEE;
			background: #666;
			padding: 0.5em 1em;
		}
		div#checkout-payinfo table.shipping-notice td {
			color: #000;
			background: #EEE;
			padding: 0.5em 1.5em;
		}
			div#checkout-payinfo table.shipping-notice td.shipping-logo {
				vertical-align: middle;
				padding-right: 0;
			}
	div#checkout-payinfo form {}
		div#checkout-payinfo form div.formfieldgroup {
			margin-bottom: 1em;
		}
			div#checkout-payinfo form div.formfieldgroup select {
				width: 8em;
			}
		div#checkout-payinfo form div.submit-container {
			text-align: center;
			margin-bottom: 2em;
		}
			div#checkout-payinfo form div.submit-container label {
				width: auto;
			}
	div#checkout-payinfo div#payinfo-payment {
		margin-bottom: 0;
	}
		div#checkout-payinfo div#payinfo-payment p.free-order-note {
			font-weight: 600;
			margin-left: 0.25em;
		}
		div#checkout-payinfo div#payinfo-payment h3 {
			color: #000;
			background: #EEE;
			font-size: 110%;
			line-height: 300%;
			border-top: 1px solid #CCC;
			border-right: 1px solid #CCC;
			border-bottom: 0;
			border-left: 1px solid #CCC;
			padding: 0 1em;
		}
			div#checkout-payinfo div#payinfo-payment h3 img.payment-logo {
				vertical-align: middle;
				padding-bottom: 0.125em;
				padding-left: 0.25em;
			}
		div#checkout-payinfo div#payinfo-payment div.container-content {
			border-bottom: 0;
		}
			div#checkout-payinfo div#payinfo-payment div#payment-cvv2-container {
				position: relative;
				min-height: 100px;
				height: auto !important;
				height: 100px;
				background: url("../images/opay-cvv2.gif") no-repeat 11em 0;
			}
				div#checkout-payinfo div#payinfo-payment div#payment-cvv2-container p.cvv2-note {
					position: absolute;
					bottom: 0;
					right: 0;
					width: 9.25em;
					font-size: 85%;
					text-align: left;
					padding: 0;
					margin: 0;
				}

/* INVC */
div#invoice-ordernum {
	text-align: center;
	margin-bottom: 1em;
}
	div#invoice-ordernum h2 {
		color: #000;
		font-size: 220%;
		font-weight: 300;
		text-align: center;
		border-top: 1px dashed #CCC;
		border-bottom: 1px dashed #CCC;
		padding: 0.125em;
		margin: 0;
	}
		div#invoice-ordernum h2 em {
			font-weight: 600;
			font-style: normal;
		}
div#invoice-thankyou {
	margin: 1em 0;
}
	div#invoice-thankyou p {
		padding: 0.5em;
		margin: 0;
	}
		div#invoice-thankyou p.small-note {
			font-size: 95%;
			text-align: center;
			padding: 0;
			margin: 0 7em;
		}
div#invoice-createaccount {
		color: #000;
		background: #EEE url("../images/invc-createaccount.bg.jpg") no-repeat 0 100%;
		width: 590px;
		min-height: 230px;
		height: auto !important;
		height: 230px;
		border: 1px solid #000;
		margin: 1em auto;
}
	div#invoice-createaccount div#createaccount-account {
		padding-left: 230px;
	}
		div#invoice-createaccount div#createaccount-account div.account-message {
			text-align: left;
			margin: 0.5em 1em;
		}
			div#invoice-createaccount div#createaccount-account div.account-message p {
				font-size: 105%;
			}
				div#invoice-createaccount div#createaccount-account div.account-message p span.cust-name {
					display: block;
					font-size: 150%;
					font-weight: 600;
				}
				div#invoice-createaccount div#createaccount-account div.account-message p span.savings {
					font-size: 120%;
					font-weight: 600;
				}
				div#invoice-createaccount div#createaccount-account div.account-message p em {
					font-style: normal;
					text-transform: uppercase;
				}
		div#invoice-createaccount div#createaccount-account form {}
			div#invoice-createaccount div#createaccount-account form div.formfieldgroup {
				width: 90%;
				margin: 0 auto;
			}
			div#invoice-createaccount div#createaccount-account form div.formfieldgroup label {
				width: 37%;
			}
			div#invoice-createaccount div#createaccount-account form div.formfieldgroup input.inputText {
				width: 55%;
				font-size: 95%;
			}
			div#invoice-createaccount div#createaccount-account form div.submit-container {
				text-align: center;
				padding-top: 0.5em;
			}
				div#invoice-createaccount div#createaccount-account form div.submit-container label {
					width: auto;
				}
table#invoice-addressTable {
	margin: 0 0 1em 0;
}
table#invoice-basketTable {
	margin: 0 0 1em 0;
}
	table#invoice-basketTable tr.basket-product td.product-product,
	table#invoice-basketTable tr.basket-product td.product-quantity,
	table#invoice-basketTable tr.basket-product td.product-price,
	table#invoice-basketTable tr.basket-product td.product-total {
		padding-top: 1em;
	}
	table#invoice-basketTable tr.basket-total {
		font-size: 120%;
	}
div#invoice-printbutton {
	font-size: 125%;
	text-align: center;
	margin: 1em auto;
}

/* RORD */
div#reorder-returndash {
	float: left;
	margin-bottom: 1em;
}
div#reorder-customerorders {
	float: right;
	margin-bottom: 1em;
}
table#reorder-headerTable {
	width: 100%;
	margin: 0 0 1em 0;
}
	table#reorder-headerTable td {
		width: 50%;
		font-size: 110%;
	}
table#reorder-addressTable {
	margin: 0 0 1em 0;
}
table#reorder-basketTable {
	margin: 0 0 1em 0;
}
	table#reorder-basketTable tr.basket-product td.selectable,
	table#reorder-basketTable tr.basket-product td.product-product,
	table#reorder-basketTable tr.basket-product td.product-quantity,
	table#reorder-basketTable tr.basket-product td.product-price,
	table#reorder-basketTable tr.basket-product td.product-total {
		padding-top: 1em;
	}
		table#reorder-basketTable tr.basket-product td.product-quantity input.inputText {
			width: 3em;
			text-align: right;
			margin: 0 0 0 auto;
		}
		table#reorder-basketTable tr.basket-product td.product-quantity input.disabled {
			color: #000;
			background: #FFF;
			border: none;
		}
	table#reorder-basketTable tr.basket-total {
		color: #000;
		background: #FFF url("../images/reord-basket-total.bg.gif") repeat-x 0 0.5em;
		font-size: 120%;
	}
		table#reorder-basketTable tr.basket-total td {
			padding-top: 1.25em;
		}
div#reorder-select-all {
	width: 155px;
	text-align: center;
	margin: 0.5em 0;
}

div#site-page
{
	background-color:#ffffff;
}
.clear
{
	clear: both;
}

 #newaccount-login input
    {
        width:95%;

    }