﻿html {
	overflow-y: scroll;
}

BODY {
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: black;
	min-wdith: 925px;
}

INPUT, SELECT, TEXTAREA {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
}

A IMG {
	border: none;
}

H1 {
	font-family: Arial;
	margin: 20px 0 10px 0;
	font-size: 24px;
	color: #666666;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.error {
	color: Red;
}

.full_width {
	width: 100%;
}

.topnavigation {
	float: left;
	font-size: 12px;
}

.topnavigation a {
	background: url(../images/redesign/arrow.gif) 0 3px no-repeat;
	padding-left: 11px;
}

/* basket page */

.data-table TH, .data-table TD {
	padding: 5px;
	font-size: 12px;
	font-family: Arial;
}

.data-table TH {
	text-align: center;
}

.data-table TH.small {
	width: 65px;
}

.data-table TH A {
	color: white;
}

.data-table TD.nobottomborder {
	border-bottom: none;
}

.data-table TH.productcode {
	width: 110px;
	text-align: left;
	background: url(../images/redesign/th_productcode_sb.gif) bottom left no-repeat;
	border-left: 0;
}

.data-table TH.supersede {
	width: 10px;
}

.data-table TH.description {
	text-align: left;
}

.data-table TH.indent {
	width: 10px;
}

.data-table TH.quantity {
	width: 45px;
}

.data-table TH.quantityNoSpinners {
	width: 25px;
}

.data-table TH.quantityBackOrder {
	width: 42px;
}

.data-table TH.price {
	width: 57px;
}

.data-table TH.discount {
	width: 57px;
}

.data-table TH.actions {
	width: 40px;
	background: url(../images/redesign/th_delete.gif) bottom right no-repeat;
	border-right: 0;
}

.data-table TH.total {
	width: 57px;
	background: url(../images/redesign/th_total.gif) bottom right no-repeat;
	border-right: 0;
}

.data-table th.rightcol {
	background: url(../images/redesign/th_right.gif) top right no-repeat;
}

.data-table .indentRow {
	color: #96040c !important;
}

.data-table .m3pager {
	float: right;
}

.data-table .m3pager A {
	display: block;
	float: left;
}

.data-table .m3pager .m3pager_previous {
	margin-right: 10px;
}

.indentproduct {
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 20px;
	color: white;
	cursor: help;
	background: url(../images/redesign/i-bg.gif) 0 0 repeat-x;
	padding: 0 5px;
}

.supersededby {
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 20px;
	color: white;
	cursor: help;
	background: url(../images/redesign/s-bg.gif) 0 0 repeat-x;
	padding: 0 3px;
}

.clearanceproduct {
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	width: 38px;
	height: 21px;
	display: inline-block;
	background: url(../images/redesign/sale.png) 0 0 no-repeat;
}

.spinners {
	width: 18px;
	height: 17px;
	float: right;
	margin: 0px 0 0 0;
}

.spinners a {
	font-size: 1px; /* IE6 fix */
}

.spinnerUp {
	display: block;
	width: 14px;
	height: 9px;
}

.spinnerDown {
	display: block;
	width: 14px;
	height: 9px;
	margin-top: 3px;
}

.quantity_field {
	width: 20px;
	text-align: center;
	margin-right: 5px;
}

.submit_button {
	text-align: right;
	padding-top: 10px;
}

.dealer_details {
	margin-top: 10px;
	width: 100%;
}

.dealer_details TD.label {
	vertical-align: top;
	padding-top: 5px;
	width: 120px;
}

.dealer_details .other_address {
	width: 300px;
	margin-left: 22px;
}

.dealer_details .make_new_default {
	margin-left: 19px;
}

.AspNet-RadioButtonList UL {
	margin: 0 0;
	padding: 0;
}

.AspNet-RadioButtonList LI {
	list-style-type: none;
	margin: 3px 0;
	padding: 0;
}

.basket-count {
	font-size: 30px;
	padding: 0 10px 0 0;
}

.basket-count {
	color: #b80812;
	font-size: 30px;
	padding: 16px 15px 0 0;
	float: right;
}



.color1 {
	color: #636363;
}

.color2 {
	color: #777;
}

.basketBg {
	width: 123px;
	height: 59px;
	background: url(../images/redesign/basket-bg.gif) 0 0 no-repeat;
	margin-top: -10px;
	float: right;
}

.basketBg input.cartButton {
	float: left;
	margin: 18px 0 0 6px;
}

.addToBasket {
	background: url(../images/redesign/addtobasket.gif) 0 0 no-repeat;
	width: 111px;
	height: 27px;
	border: 0;
	cursor: pointer;
}

.addToBasket:hover {
	background-position: 0 -27px;
}

.epcLoading .quickorderbutton {
	background: url(../images/redesign/pastefromEPC.gif) 0 0 no-repeat;
	width: 122px;
	height: 27px;
	border: 0;
	cursor: pointer;
}

.epcLoading .quickorderbutton:hover {
	background-position: 0 -27px;
}

#messages LI#ShowIndentedMessage {
	color: #ad0710;
}

#messages LI#ShowSupercessionMessage {
	color: #357b0a;
}

#messages LI#ShowMultipleProductsReturned {
}

#messages LI#ShowErrorsMessage {
	background-position: 0 2px;
}

.errorLine {
	color: #6d6d6d;
	padding-left: 15px;
	font-size: 11px;
}

.fieldWidth1 {
	width: 133px;
}


.changemode a {
	color: #b80812;
}

tr.productrow td.actions {
	border-right: 1px solid #bebebe;
	width: 39px;
}

/*.th_divider{width:1px; height:27px;position:absolute;top:0;right:0;background:url(../images/redesign/th_divider.gif) 0 0 no-repeat;}*/
* html .th_divider {
	width: 1px;
	height: 27px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/redesign/th_divider.gif) 0 0 no-repeat;
}
/*ie6*/
* + html .th_divider {
	width: 1px;
	height: 27px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/redesign/th_divider.gif) 0 0 no-repeat;
}
/*ie7&8*/

.fileTable .totalsRow td {
	border-top: 1px solid #bebebe;
	border-bottom: 1px dotted #999999;
}

.fileTable .totalsRow TD.addRowTd {
	text-align: left;
}

.fileTable .totalsRow TD#grandTotalLabel {
	text-align: right;
	font-weight: bold;
}

.fileTable .totalsRow TD#grandTotal {
	font-weight: bold;
}

.smallh1 {
	font-size: 20px;
}

.print-order {
	background: url(../images/redesign/printorder-on-wht.gif) 0 0 no-repeat;
	width: 158px;
	height: 27px;
	border: 0;
	cursor: pointer;
}

.print-order:hover {
	background-position: 0 -27px;
}

.save-order {
	background: url(../images/redesign/saveorder-on-wht.gif) 0 0 no-repeat;
	width: 92px;
	height: 27px;
	border: 0;
	cursor: pointer;
}

.save-order:hover, .save-order-gry:hover {
	background-position: 0 -27px;
}

.confirm-order {
	background: url(../images/redesign/confirmorder.gif) 0 0 no-repeat;
	width: 110px;
	height: 27px;
	border: 0;
	cursor: pointer;
}

.confirm-order:hover {
	background-position: 0 -27px;
}

.save-order-gry {
	background: url(../images/redesign/saveorder-on-gry.gif) 0 0 no-repeat;
	width: 92px;
	height: 27px;
	border: 0;
	cursor: pointer;
}

.submit-order {
	background: url(../images/redesign/submitorder-on-gry.gif) 0 0 no-repeat;
	width: 102px;
	height: 27px;
	border: 0;
	cursor: pointer;
}

.submit-order:hover {
	background-position: 0 -27px;
}

.duplicate-order {
	background: url(../images/redesign/duplicateorder.gif) 0 0 no-repeat;
	width: 120px;
	height: 27px;
	border: 0;
	cursor: pointer;
}

.duplicate-order:hover {
	background-position: 0 -27px;
}

.send-to-orion {
	background: url(../images/redesign/sendtoorion.gif) 0 0 no-repeat;
	width: 117px;
	height: 27px;
	border: 0;
	cursor: pointer;
}

.send-to-orion:hover {
	background-position: 0 -27px;
}

.epcLoading .quickorderbutton {
	background: url(../images/redesign/pastefromEPC.gif) 0 0 no-repeat;
	width: 122px;
	height: 27px;
	border: 0;
	cursor: pointer;
}

.epcLoading .quickorderbutton:hover {
	background-position: 0 -27px;
}

.button_disabled, .button_disabled:hover {
	background-position: 0 -54px;
	cursor: default;
}

.nopadding {
	padding: 0 !important;
}

.data-table td.subtotalCol, .data-table td.gstCol {
	font-weight: bold;
	background: url(../images/redesign/subtotal-bg.gif) #efefef top right repeat-y;
}

.data-table td.totalCol {
	font-weight: bold;
	color: White;
	background: url(../images/redesign/total-bg.gif) #efefef top right repeat-y;
}

.data-table td.subtotalAmount, .data-table td.gstAmount {
	background-color: #d4d4d4;
}

.data-table td.totalAmount {
	background-color: #9e9e9e;
	color: White;
	font-weight: bold;
}

.data-table td.actions {
	border-right: 1px solid #bebebe;
}

.data-table tr.totalsRow td {
	border-bottom: 1px solid #bebebe;
}

table.dealer_details {
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}

table.dealer_details td {
	background-color: #efefef;
	padding: 4px;
}

.data-table tr.last-row td {
	border-bottom: 1px solid #bebebe;
}

.data-table td.border-right {
	border-right: 1px solid #bebebe;
}

table.thanks h2 {
	font-size: 18px;
	border-bottom: 1px solid #c4c4c4;
}

table.thanks td {
	background-color: #efefef;
	padding: 15px;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}
/*table.OrderLinesTable tr:last-child td{border-bottom:1px solid #bebebe;}*/

.notification_area {
	font-weight: bold;
	padding: 7px 0 0 0;
	color: red;
}



.DealerImpersonate {
	border: 2px solid #F00;
	border-radius: 5px;
	padding: 3px;
	background-color: rgba(24, 233, 225, 0.19);
	width: 700px;
}

#s2id_ImpersonateDealerID {
	width: 305px;
}
