/* Start Site-Wide styles */

body {
	font-family: Arial,Geneva,sans-serif;
	margin: 0;
	min-width: 100%;
	padding: 0;
}

#container {
	margin: 0 10px;
}

.errorMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #900000;
	text-decoration: none;
	text-align: center;
}

.errorMessage ul {
	list-style: none;
}

.confirmMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.highlightErroredField {
	background-color: #900000;
}

.hidden {
	visibility: hidden;
	display: none;
}

.visible {
	visibility: visible;
}

.label {
	font-size: .8em;
	font-weight: bold;
}

th.label {
	text-align: right;
}

.label .link {
	color: #900000;
	text-decoration: none;
}

.inputReadOnly {
	background-color: #D3D3D3;
}

.centered {
	clear: both;
	text-align: center;
}

.button:disabled {
	color: gray;
	cursor: auto;
}

.button:enabled {
	color: #FFFFFF;
	cursor: pointer
}

.button {
	background-color: #900000;
	clear: both;
	margin: 5px auto;
	padding: 0 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.buttonGroup {
	text-align: center;
	width: 100%;
}

.continueShoppingContainer {
	margin: 5px 0;
}

.continueShoppingContainer a {
	color: #900000;
	font-weight: bold;
}

.searchNotFoundContainer {
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

.rowshaded {
	background-color: #CCCCCC;
}

.rownotshaded {
	background-color: #FFFFFF;
}

.columnHeader {
	color: #900000;
	font-weight: bold;
	font-size: 1.2em;
}

.columnHeader a {
	color: #900000;
	text-decoration: none;
}

.rowdata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.standardForm fieldset {
	background-color: #ffffff;
	border: 1px solid #900000;
	margin: 5px auto;
	padding: 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.standardForm legend {
	color: #949494;
	font-size: 1em;
	margin-left: 15px;
}

.standardForm table {
	font-size: .8em;
	margin-top: 5px;
}

.standardForm th {
	font-size: .8em;
	text-align: right;
}

.standardForm fieldset fieldset {
	border: 1px solid #949494;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	float: left;
	min-height: 125px;
	margin: 5px;
}

.standardForm fieldset fieldset legend {
	color: #900000;
	font-weight: bold;
	margin-left: 10px;
}

.standardForm form input.button {
	background-color: #900000;
	clear: both;
	color: #ffffff;
	cursor: pointer;
	display: inline;
	margin: 5px auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.standardForm form input.button[disabled^="disabled"] {
	color: gray;
}

.standardTableContainer {
	clear: both;
	overflow: auto;
}

.standardTable {
	border-spacing: 0px;
	clear: both;
	font-size: .7em;
	margin: auto;
}

table.standardTable {
	background-color: #949494;
	border: 1px solid #900000;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.standardTable a {
	font-weight: bold;
}

.standardTable img {
	border: 0 none;
	margin: 0;
	max-width: 120px;
	padding: 0;
}

.standardTable th, .standardTable td {
	padding: 5px;
}

.standardTable caption {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3px;
}

.standardTable tr.highlight {
	background: #CBCBCB;
}

.standardTable tr.selected {
	background: #900000 !important;
	color: #FFFFFF;
	font-weight: bold;
}

.standardTable tr.selected a {
	color: #FFFFFF;
}

.standardTable tr a {
	color: inherit;
}

/* end Site-Wide Styles */

/* Start Application Dropdown CSS Menu Navigation styles */

ul.navBar,
ul.navBar li,
ul.navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.navBar {
	float: left;
	position: relative;
	width: 180px;
	z-index: 97;
	font-size: .8em;
	margin: 4px 10px;
}

ul.navBar ul#browseMenuInvisible {
	border: 1px solid #000000;
	position: absolute;
	top: 100%;
	display: none;
	width: 180px;
	z-index: 98;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-left: -1px;
}

ul.navBar ul li {
	border: 0;
	float: none;
	font-size: .85em;
	line-height: 1em;
	padding: 0;
	max-height: 25px;
}
ul.navBar li {
	background-color: #ffffff;
	color: #000000;
	float: left;
	line-height: 16px;
	vertical-align: middle;
	height: 34px;
}

ul.navBar li:hover {
	cursor: default;
	position: relative;
	z-index: 99;
	background-color: #cccccc;
}

ul.navBar li:hover > ul#browseMenuInvisible {
	display: inline-block;
}

ul.navBar ul#subCatMenuInvisible {
	position: absolute;
	display: none;
	width: 180px;
	z-index: 98;
	top: 0px;
	border: 1px solid #000000;
	left: 180px;
	border-radius: 0px 7px 7px 0px;
	-moz-border-radius: 0px 7px 7px 0px;
	-webkit-border-radius: 0px 7px 7px 0px;
	margin-top: -1px;
}

ul.navBar li#applicationNavigationLabel {
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
}

ul.navBar #subCatMenuInvisible li:first-child {
	border-radius: 0px 7px 0px 0px;
	-moz-border-radius: 0px 7px 0px 0px;
	-webkit-border-radius: 0px 7px 0px 0px;
}

ul.navBar #subCatMenuInvisible li:last-child {
	border-radius: 0px 0px 7px 0px;
	-moz-border-radius: 0px 0px 7px 0px;
	-webkit-border-radius: 0px 0px 7px 0px;
}

ul.navBar ul li:hover > ul#subCatMenuInvisible {
	display: inline-block;
}

ul.navBar a:link,
ul.navBar a:visited {
	color: #000000; 
	text-decoration: none;
}
	
ul.navBar a:hover {
	color: #000000;
}

ul.navBar a:active {
	color: #900000;
}

ul.navBar *.dir {
	background-position: 50% 87%;
	background-repeat: no-repeat;
}

ul.navBar ul *.dir {
	background-position: 90% 50%;
	background-repeat: no-repeat;
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
}

ul.navBar a,
ul.navBar span {
	display: block;
}

ul.navBar ul a,
ul.navBar ul span {
	padding: 8px 12px 8px 4px;
}

ul.navBar li:hover > *.dir {
	background-repeat: no-repeat;
	background-position: 50% 87%;
	background-color: #fff;
	color: #000;
}

ul.navBar ul li:hover > *.dir {
	background-color: #eeeeee;
	background-position: 90% 50%;
	background-repeat: no-repeat;
}

ul.navBar ul li:last-child {
	color: #900000;
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
}

/* End Application Dropdown CSS Menu Navigation styles */

/* Start Masthead styles */

#masthead {
	float: right;
	position: absolute;
	right: 7px;
}

#masthead #commerceHelpContainer {
	float: right;
	margin-left: 2px;
}

#masthead #helpLink img {
	margin: 0px 0px -7px 0px;
}

#masthead #userAccountInfo {
	clear: right;
	color: #900000;
	font-size: .9em;
	font-weight: bold;
	margin: 10px 7px 10px 0px;
	text-align: right;
}

#masthead #userAccountInfo a {
	color: #900000;
	font-weight: normal;
}

#masthead #userAccountInfo a#helpLink {
	border-bottom: none;
}

/* End Masthead styles */

/* Start Application Navigation Bar Utility styles */

#applicationNavigationBar {
	background-color: #949494;
	clear: both;
	font-size: .8em;
	height: 150px;
	margin: 5px 0px 0px 0px;
	padding-bottom: 5px;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}

#homeImage {
	margin: 10px 0px 0px 10px;
	height: 120px;
}

#titleImage {
	margin: 10px 0px 0px -165px;
	left: 50%;
	position: absolute;
}

#centerNavColumn {
	display: inline;
}

#rightNavColumn {
	float: right;
	margin-top: 100px;
}

#searchNavColumn {
	display: inline-block;
	margin: 5px 0px 5px 10px;
	height: 27px;
}

#searchAllCategoriesContainer {
	background-color: #949494;
	font-weight: bold;
}

#searchAllCategoriesButton {
	background-color: #900000;
	color: #ffffff;
	font-size: .85em;
	height: 30px;
	width: 180px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#searchAllCategoriesButton p {
	display: table-cell;
	height: 30px;
	line-height: 1.2em;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
	width: 180px;
}

#searchAllCategoriesButton p:hover {
	text-decoration: underline;
}

#applicationNavigationCatalogLabel {
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	color: #900000;
	font-size: 1.1em;
}

#searchInputLabel {
	font-weight: bold;
	margin-right: 3px;
}

#searchType {
	border: 2px inset #949494;
	font-size: .9em;
	padding: 2px;
}

#searchInput {
	border: 2px inset #949494;
	font-size: .9em;
	padding: 3px;
	width: 400px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#searchGoButton {
	background-color: #900000;
	color: #ffffff;
	cursor: pointer;
	height: 26px;
	line-height: 20px;
	vertical-align: baseline;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#emailspan {
	display: none;
	margin-left: 5px;
}

#emailspan label {
	font-weight: bold;
}

#emailspan input {
	border: 2px inset #949494;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size: .9em;
	min-width: 140px;
	padding: 3px;
}

#cart {
	background-color: #900000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	height: 30px;
	margin: 0px;
	text-align: center;
	width: 110px;
}

#cart:hover > span {
	text-decoration: underline;
}

#cart img {
	border: none;
	margin: 0 5px 0 0;
	text-decoration: none !important;
	vertical-align: text-top;
}

#cartLink {
	color: #ffffff;
	float: right;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	margin: 0px 10px;
}

#cartBox {
	padding-bottom: 5px;
}

#cartInfo {
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	float: right;
}

#cartInfo p {
	margin: 0;
}

#cartInfo img {
	border: none;
	margin: 2px 5px;
}

#navBarSpecialsLinkContainer {
	float: left;
	padding-top: 11px;
}

#navBarSpecialsLinkContainer a {
	border: none;
	color: #900000;
	font-weight: bold;
	margin-right: 10px;
	text-decoration: underline;
}

#checkoutLink {
	text-decoration: none;
	color: #900000;
	font-weight: bold;
}

#displayCheckout a {
	border: none;
	color: #900000;
	font-weight: bold;
}

#displayCheckout {
	border: none;
	font-weight: lighter;
	color: #900000;
}

#displayCancelOrder a {
	border: none;
	color: #900000;
	font-weight: bold;
	text-decoration: none;
}

#displayCancelOrder {
	border: none;
	font-weight: lighter;
	color: #900000;
}

/* End Application Navigation Bar Utility styles */

/* Start Main Content styles */

#selectedCatalog {
	color: #900000;
	font-weight: bold;
	margin-left: 10px;
}

#leftMainColumnPadding ul {
	list-style: none outside none;
	line-height: normal;
	margin: 0;
	padding: 0;
	margin-left: 0.75em;
	min-width: 400px;
}

#leftMainColumnPadding ul li {
	line-height: normal;
}

#leftMainColumnPadding img {
	margin: 0;	
}

#categoryTreeContainer {
	max-height: 600px;
	overflow: auto;
	margin-top: 10px;
}

.testing {
	clear: both;
}

.withoutsubcategories {
	text-align: left;
	text-indent: 1.0em;
}

h1,
h2,
h3 {
	margin: .8em 0 .2em 0;
	padding: 0;
}

p {
	margin: .4em 0 .8em 0;
	padding: 0;
}

img {
	border: none;
	margin: 10px 0 5px;
}

.links {
	color: #900000;
	text-decoration: none;
}

#mainContentColumnContainer {
	background-color: #949494;
	min-height: 600px;
	padding:0 200px 0 200px;
}

#mainContentColumnWrapper {
	border-left: 200px solid #949494;
	border-right: 200px solid #949494;
	display: inline;							/* So IE plays nice */
	float: left;
	margin-left: -200px;
	margin-right: -200px;
	width: 100%;
	min-height: 800px;
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px  7px 7px;
	border-bottom: 20px solid #949494;
}

#centerMainColumn {
	background-color: #FFFFFF;
	float: left;
	min-height: 600px;
	width: 100%;
	margin-right: -100%;
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
}

#centerMainColumnPadding {
	margin: 5px;
	overflow: auto;
	overflow-y: hidden;
}

#leftMainColumnPadding {
	margin: 10px;
	width: 180px;
}

#leftMainColumn {
	float: left;
	width: 200px;
	margin-left: -200px;
	position: relative;
	margin-top: -5px;
}

#rightMainColumn {
	float: right;
	width: 200px;
	margin-right: -200px;
	position: relative;
	margin-top: -5px;
}

#rightMainColumnPadding {
	margin: -5px 10px 0px 10px;
	width: 180px;
}

.screenHeading {
	background-color: #900000;
	color: #ffffff;
	height: 1.4em;
	text-align: center;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.screenHeading h3 {
	font-size: 1em;
	margin: 0;
	padding-top: 1px;
}

#categoryBrowseScreen table.standardTable,
#cartScreen table.standardTable {
	min-width: 807px;
}

/* End Main Content styles */

/* Start Processing Request styles */

.processingRequestMessageContainer {
	border: 2px solid #900000 !important;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	display: none;
}

.processingRequestMessageContainer .ui-dialog-titlebar {
	display: none;
}

.processingRequestMessage {
	text-align: center;
}

.processingRequestMessage p {
	font-weight: normal;
	margin: 10px 0 0;
}

/* End Processing Request styles */

/* Start Item List styles */

#itemListContainer {
	clear: both;
	font-size: .7em;
	margin-top: 10px;
	min-height: 300px;
}

.itemListList .itemContainer {
	border: 1px solid #ffffff;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 3px;
	width: 98%;
}

.itemContainer:hover {
	border: 1px solid lightBlue;
}

.itemContainer img {
	border: none;
	margin: 5px auto;
}

.itemListList .itemImageContainer {
	float: left;	
}

.itemContainerPadding {
	padding: 0 5px;
}

.itemTitle a {
	color: #900000;
	font-size: 1.1em;
	text-decoration: none;
}

.itemTitle a:hover {
	text-decoration: underline;
}

.itemPricing {
	color: green;
	font-size: 1.5em;
}

.itemViewDetailsLink a {
	color: blue;
	text-decoration: none;
}

.itemAddToCartLink a {
	color: blue;
	text-decoration: none;
}

.showThumbnailImageLink {
	color: #900000;
	float: left;
	line-height: 24px;
	margin-left: 15px;
	text-decoration: none;
}

.sortByDropDown {
	color: #900000;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 4px;
	clear: both;
	line-height: 24px;
}

a.showThumbnailImageLink:hover {
	text-decoration: underline;
	color: #000000;
}

#itemsListGridView {
	border: 2px solid #900000;
	margin: auto;
    min-width: 1089px;
	width: 1089px;
    clear: both;
}

#itemsListGridView .itemGridView {
	width: 24% !important;
	min-width: 200px !important;
	float: left;
	margin: 5px 2px 5px 6px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: left;
	border: 1px solid #949494 !important;
	min-height: 310px;
}

#itemsListGridView .itemGridView .itemGridViewImg {
	width: 80%;
	text-align: center;
	margin: 5% 10%;
}

#itemsListGridView .itemGridView .addToCartButton {
	text-align: center;	
	margin: 10px auto;
	display: block;
}

#itemsListGridView .itemGridViewDetails {
	margin-left: 5%
}

#itemsListGridView .gridVertDiv {
    background-color: #900000;
    clear: both;
    height: 2px;
    margin: 0px;
}

#itemsListGridView .gridVertDiv:last-child {
	height: 0px;
}

#columnValue a {
	color: inherit;
}

/* End Item List styles */

/* Start Login screen styles */

#loginScreenHeading h3 {
	margin-top: 0;
}

#loginContainer {
	margin: auto;
	text-align: center;
	width: 100%;
	display: block;
}

#loginContainer p {
	font-size: .9em;
}

#loginRow1,
#loginRow2 {
	margin: auto;
	display: block;
}

#loginBox,
#registerBox,
#continueShoppingBox,
#requestWholesaleAccountBox {
	border: 1px solid #900000;
	height: 135px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width: 370px;
	margin: 5px;
	display: inline-table;
	text-align: center;
}

#loginBox h4,
#registerBox h4,
#continueShoppingBox h4,
#requestWholesaleAccountBox h4 {
	background-color: #949494;
	font-size: .9em;
	margin: 0;
	padding-left: 10px;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}
#loginBox table {
	font-size: .8em;
	width: 289px;
	margin: auto;
}

#loginBox th {
	text-align: right;
}

#loginBox input#usr_name,
input#usr_password {
	min-width: 200px;
}

#loginBox a {
	color: #900000;
}

/* End Login screen styles */

/* Start Forgot Username/Password screen styles */

#forgotUsernameScreen fieldset {
	max-width: 230px;
}

#forgotPasswordScreen fieldset {
	max-width: 360px;
}

/* End Forgot Username/Password screen styles */

/* Start Request Wholesale Account screen styles */

#requestWholesaleAccountScreen fieldset {
	max-width: 500px;
}

#requestWholesaleAccountScreen input {
	max-width: 300px;
}

#requestWholesaleAccountScreen td {
	color: #900000;
}

/* End Request Wholesale Account screen styles */

/* Start Welcome screen styles  */

#welcomeMessage {
	margin: 30px 0 5px;
	text-align: center;
}

#customerWelcome {
	font-weight: bold;
	font-size: 1em;
}

#accountCustomerName {
	font-size: .8em;
}

#ifYouAreNot-Message {
	font-size: .8em;
}

/* End Welcome screen styles */

/* Start Edit & Register Account styles */

#accountInfo {
	max-width: 360px;
}

#submitRecover {
	margin: auto;
	display: block;
	text-align: center;
}

#accountAddresses {
	text-align: center;
}

fieldset#shippingAddress,
fieldset#billingAddress {
	display: inline;
	min-height: 260px;
	margin: 4px;
	min-width: 260px;
}

#registerAccountScreen #shippingAddress table,
#registerAccountScreen #billingAddress table {
	margin-top: 0;
	text-align: left;
}

#registerAccountScreen #shippingAddress table tr,
#registerAccountScreen #billingAddress table tr {
	height: 2em;
}

#registerAccountScreen #shippingAddress table td,
#registerAccountScreen #billingAddress table td {
	height: 2em;
}

#registerAccountScreen #shippingAddress table {
	position: relative;
	top: 2.2em;
}

#registerAccountScreen div.buttonGroup {
	clear: both;
}

#registerAccountScreen select.input {
	height: 1.6em;
	width: 11.1em;
}

#billingAddress table tbody tr td.input input.button {
	font-size: .85em;
	margin: 0;
}

/* End Register & Edit Account styles */

/* Start Order Pad styles */

.orderPadEntryError td {
	border-top: none;
	vertical-align: top;
}

.orderPadEntryError ul {
	color: red;
	font-size: .9em;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 5px;
	text-align: left;
}

#orderPadTable tbody tr.orderPadEntryError td {
	border-top: none;
}

#orderPadTable {
	border: 1px solid #900000;
	border-spacing: 0;
	font-size: .9em;
	margin: 10px auto;
	width: 50%;
}

#orderPadTable tr {
	font-size: .8em;
	font-weight: bold;
	height: 2.2em;
	text-align: center;
}

#orderPadTable tr:last-child {
	background-color: #949494;
}

.orderpadQuantityField input,
.orderpadUOMField input {
	width: 45px;
}

#orderPadTable tbody tr td {
	border-top: 1px solid #900000;
}

#orderPadTable tbody tr.columnHeader td {
	border-top: none;
}

/* End Order Pad styles */

/* Start Item List Navigation-Pagination-Sorting styles */

#breadcrumb a {
	color: #900000;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#itemListNavigationTopUtil {
	background-color: #949494; 
	font-size: .7em;
	line-height: 22px;
	margin-top: 10px;
	text-align: center;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.itemsviewimg {
	background: url('../images/ui_icons_items_view_17x17.png') no-repeat top left;
	width: 17px;
	height: 17px;
}

.itemsviewimg.grid-view-active { 
	background-position: 0px 0px;
	float:right;
	height: 24px;
	margin-top: 5px;
	margin-right: 15px;
}

.itemsviewimg.grid-view-inactive { 
	background-position: -27px 0px;  
	float: right;
	height: 24px;
	margin-top: 5px;
	margin-right: 15px;
}

.itemsviewimg.list-view-active { 
	background-position: -54px 0px;
	float: right;
	height: 24px;
	margin-top: 5px;
	margin-right: 10px;
}

.itemsviewimg.list-view-inactive {
	background-position: -81px 0px;  
	float: right;
	height: 24px;
	margin-top: 5px;
	margin-right: 10px;
} 

.list-style-buttons a {
	text-align: center;
	text-decoration: none;
}

.itemListNavPagination {
	display: inline-block;
}

.itemListNavFiller {
	float: right;
	height: 1px;
	width: 130px;
}

#itemListNavigationBottomUtil {
	background-color: #949494; 
	clear: both;
	font-size: .7em;
	line-height: 22px;
	margin-top: 10px;
	text-align: center;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.itemListSortBy {
	float: right;
	margin-right: 5px;
}

.itemListSortBy select {
	font-size: 1em;
}

.numberOfShowingResults {
	float: left;
	margin-left: 5px;
}

.itemListSortByLabel {
	font-weight: bold;
	margin-right: 5px;
}

.itemListNavPagination a {
	color: #900000;
	padding: 5px 4px;
	text-decoration: none;
}

.itemListNavPagination a:hover {
	background-color: #ffffff;
	border: 1px solid #900000;
	color: #000000;
	font-weight: bold;
	padding: 5px 3px;
	text-decoration: underline;
}

.itemListNavPreviousDisabled {
	background-color: inherit;
	border: none;
	color: #808080;
	margin-left: 10px;
	padding: 4px;
	text-decoration: none;
}

.itemListNavPage {
	font-weight: bold;
	margin-left: 3px;
}

.itemListNavPageCurrent {
	font-weight: bold;
	padding: 5px 4px;
	text-decoration: underline;
}

.itemListNavNext {
	font-weight: bold;
}

.itemListViewLayoutOptionSelection {
	clear: both;
	float: left;
	margin-right: 5px;
}

.itemListViewAsActiveOption {
	font-weight: bold;
	text-decoration: underline;
}

.itemListViewLayoutOptionSelection a {
	color: #900000;
	text-decoration: none;
}

.itemListViewLayoutOptionSelection a:hover {
	text-decoration: underline;
}

.itemListViewAsLabel {
	font-weight: bold;
	margin-left: 5px;	
	margin-right: 3px;
}

.numberItemsPerPage {
	clear: both;
	float: left;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 0 15px;
}

.numberItemsPerPageLabel {
	margin-right: 3px;
}

.numberItemsPerPageActiveOption {
	text-decoration: underline;
}

.numberItemsPerPage a {
	color: #900000;
	font-weight: normal;
	text-decoration: none;
}

.numberItemsPerPage a:hover {
	text-decoration: underline;
	color: #000000;
}

/* End Item List Navigation-Pagination-Sorting styles */

/* Start Right Main Column content styles */

#lineItemAddPanel {
	background-color: #FFFFFF;
	margin-bottom: 1px;
	width: 180px !important;
}

#lineItemAddPanel h3 {
	display: inline;
}

#lineItemAddPanel a {
	display: inline;
}

#lineItemAddPanel th {
	font-weight: normal;
	font-size: .7em;
}

#lineItemAddPanel.toolPanel td {
	text-align: left;
}

#lineItemAddPanel.toolPanel td#lineItemAddSubmitButtonContainer {
	text-align: center;
}

#lineItemAddPanel input.input {
	font-size: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 1px;
}

#lineItemAddPanel form {
	display: inline;
}

#lineItemAddItemNumberInputBox a,
#lineItemAddQuantityInputBox a,
#lineItemAddUOMInputBox a {
	padding: 0px;
}

#lineItemAddItemNumberInputBox input {
	width: 50px;
}

#lineItemAddQuantityInputBox input,
#lineItemAddUOMInputBox input {
	width: 30px;
}

#lineItemAddPanel table {
	margin: 0 auto;
	width: 170px;
}

#lineItemAddSubmitButtonContainer {
	text-align: center;
}

#lineItemAddSubmitButtonContainer input.button {
	width: 103px;
	white-space: normal;
	word-wrap: break-word;
}

#carveoutItems {
	margin-bottom: 1px;
}

.carveoutPanel {
	border: 1px;
	text-align: center;
}

.carveoutItemDetailLink {
	display: inline;
}

.carveoutItemDetailLink a {
	vertical-align: middle;
}

div.carveoutPanel div div.carveoutItemDetailLink a:hover {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.carveoutItemThumbnailContainer {
	display: inline;
	height: 40px;
	width: 50px;
}

div.carveoutItemThumbnailContainer a {
	padding: 0;
}

div.carveoutItemThumbnailContainer a:hover {
	background-color: inherit;
}

.carveoutItemThumbnailContainer img {
	border: 0;
	margin: 5px 0px 0px 0px;
	max-width: 140px;
	padding: 0;
	vertical-align: middle;
}

.toolPanel {
	background-color: #FFFFFF;
	text-align: center;
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	margin: auto;
}

.toolPanel a {
	text-align: center;
	display: block;
	font-weight: bold;
	line-height: 1em;
	padding: 8px;
	text-decoration: none;
	color: #900000;
}

.toolPanel>a:last-child {
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
}

.navMenuItem {
	line-height: 1.5em;
	text-align: center;
}

.navMenuItem a {
	color: #000000;
	font-size: .7em;
	font-weight: bold;
	text-decoration: none;
}

.navMenuItem:hover {
	background-color: #cccccc;
}

#userSessionPanel {
	background-color: #FFFFFF;
	font-size: .7em;
	overflow: auto;
	padding: 5px;
	width: 170px;
}

#userSessionPanel.toolPanel {
	text-align: left;
}

#userSessionPanel.toolPanel a {
	color: #900000;
	display: block;
	font-size: inherit;
	font-weight: bold;
	line-height: 1em;
	padding: 0;
	text-decoration: underline;
}

.userSessionHeading {
	font-weight: bold;
}

.userSessionHeading a {
	color: #000000;
	text-decoration: none;
}

.userSessionHeading a:hover {
	color: #900000;
}

.userSessionDetail {
	margin-bottom: 4px;
}

.accountTitle {
	background-color: #900000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .8em;
	height: 20px;
	padding-right: 3px;
	text-align: center;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
.accountTitle.head {
	margin-top: 10px;
}

.accountTitle a {
	display: inline;
	height: 11px;
	width: 11px;
}

.accountTitle h3 {
	display: inline;
	font-weight: normal;
	margin: 0;
}

.accountTitle img {
	display: inline;
}

img.toggleImage {
	border: 0;
	cursor: pointer;
	margin: 4px 0;
	float: right;
	width: 11px;
	height: 11px;
}

#resourcesPanel img,
#myAccountPanel img,
#shoppingListsPanel img,
#wishListPanel img {
	margin: 0px;
	border: 0px;
}

#resourcesPanel a {
	text-align: center;
	display: block;
	font-weight: bold;
	line-height: 1em;
	padding: 8px;
	text-decoration: none;
}

#rightMainColumn #resourcesPanel a {
	font-size: 10pt;
	color: #900000;
}

.flyersImage,
.regrindImage {
	width: 128px;
}

/* End Right Main Column styles */

/* Start Footer Content styles */

#footer {
	clear: both;
	float: left;
	height: 100px;
	margin: 0 0 10px;
	width: 100%;
}

#footerImages {
	float: right;
	margin: -10px auto;
}

#footerImages img {
	height: 90px;
	margin: auto;
}

#footerTable {
	text-align: center;
	margin: auto;
}

#footerTable a {
	font-size: 10pt;
	color: #900000;
	text-decoration: none;
	font-weight: bold;
}

/* End Footer Content styles */

/* Start Order History screen styles */

#orderHistorySettingsContainer {
	margin-bottom: 10px;
}

#orderHistorySettingsContainer input.input {
	width: 75px;
}

#orderHistoryTableInstructions {
	clear: both;
	font-size: .8em;
	font-weight: bold;
	margin: auto;
	max-width: 370px;
}

#orderHistoryScreen .standardForm fieldset {
	max-width: 400px;
}

#orderHistoryScreen div.buttonGroup {
	text-align: center;
	width: 100%;
}

#aboutUs {
	float: right;
	display: block;
}

#aboutUs a {
	color: #900000;
	text-decoration: none;
}

/* End Order History screen styles*/

/* Start View Warehouses styles */

.registerAccountFormContainer {
	width: 100%;
}

.viewWarehousesPagination {
	font-size: x-small;
	text-align: center;
}

.bottomBuffer {
	margin-bottom: 10px;
}

#viewWarehousesForm {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 5px;
}

#viewWarehousesTable {
	border: 1px solid #900000;
	border-spacing: 0;
	margin: 10px auto;
	width: 90%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#viewWarehousesTable tr {
	font-size: .8em;
	font-weight: bold;
	height: 2.2em;
	text-align: center;
}

#viewWarehousesTable tbody tr td {
	border-top: 1px solid #900000;
	text-align: left;
}

#viewWarehousesTable tbody tr.columnHeader td {
	border-top: none;
}

#viewWarehousesTable tbody tr.columnHeader th {
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	text-align: left;
	width: 40%;
}

#viewWarehousesTable tbody tr.columnHeader td:last-child {
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}

#viewWarehousesCurrentPageLabel {
	text-align: left;
}

#viewWarehousesChangeWarehouseWarning {
	color: #FF3333;
	text-align: left;
}

#viewWarehousesWarehouseDisable {
	color: #FF3333;
	text-align: center;
}

#viewWarehousesWarehouseMessage {
	color: #FF3333;
	font-size: small;
	text-align: left;
}

#viewWarehousesFormResultsPerPage {
	text-align: right;
}

/* End View Warehouses screen styles */

/* Start View Pickup Locations styles */

.viewPickupLocationsPagination {
	font-size: x-small;
	text-align: center;
}

#viePickupLocationsForm {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 5px;
}

#viewPickupLocationsTable {
	border: 1px solid #900000;
	border-spacing: 0;
	margin: 10px auto;
	width: 90%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#viewPickupLocationsTable tr {
	font-size: .8em;
	font-weight: bold;
	height: 2.2em;
	text-align: center;
}

#viewPickupLocationsTable tbody tr td {
	border-top: 1px solid #900000;
	text-align: left;
}

#viewPickupLocationsTable tbody tr.columnHeader td {
	border-top: none;
}

#viewPickupLocationsTable tbody tr.columnHeader th {
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	text-align: left;
	width: 40%;
}

#viewPickupLocationsTable tbody tr.columnHeader td:last-child {
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}

#resetCurrentPickupLocationButton {
	text-align: right;
}

#viewPickupLocationsCurrentPageLabel {
	text-align: left;
}

#viewPickupLocationsChangeWarehouseWarning {
	color: #FF3333;
	text-align: center;
}

#viewPickupLocationsWarehouseDisable {
	color: #FF3333;
	text-align: center;
}

#viewPickupLocationsWarehouseMessage {
	color: #FF3333;
	font-size: small;
	text-align: left;
}

#viewPickupLocationsFormResultsPerPage {
	text-align: right;
}

/* End View Pickup Locations screen styles */

/* Start Account Summary screen styles */

#accountSummaryTablesContainer {
	text-align: center;
}

#accountSummaryTablesContainer fieldset {
	display: inline;
	margin: 8px;
	min-height: 160px;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

#accountSummaryTablesContainer table {
	border-collapse: collapse;
	display: inline;
	font-size: 1em;
	margin: 10px;
}

#accountSummaryTablesContainer .label {
	font-size: .7em;
}

#accountSummaryAmountDue td {
	border-top: 2px solid #900000;
}

#accountSummaryCompanyNumber {
	padding-right: 20px;
}

/* End Account Summary screen styles */

/* Start Review Orders screen styles */

#reviewOrdersScreen fieldset {
	max-width: 825px;
}

#reviewOrdersScreen fieldset legend {
	margin-left: 45%;
}

#reviewOrdersScreen fieldset fieldset {
	min-height: 145px;
}

fieldset#reviewOrdersEntryDateContainer legend,
fieldset#reviewOrdersOrderTypeContainer legend,
fieldset#reviewOrdersOrderStatusContainer legend,
fieldset#reviewOrdersOtherQualifiersContainer legend {
	margin-left: 10px;
}

#reviewOrdersScreen fieldset .button {
	display: block;
}

#reviewOrdersEntryDateContainer input {
	width: 65px;
}

#reviewOrdersEntryDateContainer a {
	color: #000000;
	font-size: .8em;
}

#reviewOrdersOrderTypeContainer label, 
#reviewOrdersOrderStatusContainer label {
	font-size: .8em;
}

#reviewOrdersOtherQualifiersContainer input.input{
	font-size: .9em;
}

#reviewOrdersOtherQualifiersContainer select {
	max-width: 16em;
}

/* End Review Orders screen styles */

/* Start Invoice Checkout screen styles */

#invoiceCheckoutScreen #invoiceCheckoutForm {
	margin: auto;
	width: 38em;
}

#invoiceCheckoutScreen #paymentInfoContainer,
#invoiceCheckoutScreen #cardHolderInfoContainer {
	float: left;
	margin: 0 5px;
	width: 18em;
}

#invoiceCheckoutScreen #paymentInfoContainer label,
#invoiceCheckoutScreen #cardHolderInfoContainer label {
	float: left;
	font-size: .65em;
	font-weight: bold;
	position: relative;
	text-align: right;
	top: 4px;
	width: 10em;
}

#invoiceCheckoutScreen .standardForm input {
	font-size: .7em;
	width: 12em;
}

#invoiceCheckoutScreen #invoiceCheckoutButtonGroupContainer {
	border-bottom: 1px solid #900000;
	text-align: center;
}

#invoiceCheckoutScreen #invoicePaymentCheckoutBalance {
	background: url("../images/bkgd_appnav_emptynav_1X28.png") repeat-x scroll 0 0 transparent;
	background-color: #FFFFFF; 
	font-size: .75em;
	line-height: 28px;
	margin-top: 10px;
	text-align: right;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#invoiceCheckoutScreen .invoicePaymentCheckoutBalanceTotal {
	color: #900000;
	font-weight: bold;
}

/* End Invoice Checkout screen styles */

/* Start View Invoices screen styles */

#viewInvoicesScreen .standardForm {
	margin: auto;
	width: 400px;
}

#viewInvoicesScreen .standardForm input.input {
	font-size: .8em;
	width: 100px;
}

#viewInvoicesScreen .standardTable tbody {
	border: 1px solid #D3D3D3;
}

#viewInvoicesScreen .standardTable tr td {
	border-top: 1px solid white;
}

#viewInvoicesScreen .standardTable tr td.columnHeader {
	border-top: 1px solid #D3D3D3;
}

#viewInvoicesScreen .invoicePaymentEnabled td:hover {
	cursor: pointer;
}

#viewInvoicesScreen .from {
	padding-left: 2em;
}

#viewInvoicesScreen .button {
	display: inline;
}

#viewInvoicesScreen #invoiceControls {
	text-align: center;
}

#viewInvoicesScreen #invoiceControls #invoiceEmailControls {
	display: inline;
}

#viewInvoicesScreen #invoiceControls #invoicePaymentControls {
	display: inline;
}

#invoicePaymentButtonTopContainer {
	float: right;
	height: 0;
}

#viewInvoicesScreen #clearAllInvoicesSelectedForPaymentButton {
	cursor: pointer;
	left: 3em;
	position: relative;
}

#viewInvoicesScreen #clearAllInvoicesSelectedForPaymentButton.button[disabled*="disabled"] {
	cursor: auto;
}

#viewInvoicesScreen #invoicePaymentButtonTopContainer input#invoicePaymentButtonTop.button {
	background: #CBCBCB;
	border: 2px groove gray;
	color: #FFFFFF;
	display: none;
	font-weight: bold;
	margin-bottom: 0;
	padding: 2px 15px;
	position: relative;
	right: 10px;
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#viewInvoicesScreen .invoicePaymentEnabled #invoicePaymentButtonTopContainer input#invoicePaymentButtonTop.button {
	background: #CBCBCB;
	border: 2px groove gray;
	color: #FFFFFF;
	display: inline;
	font-weight: bold;
	margin-bottom: 0;
	padding: 2px 15px;
	position: relative;
	right: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#viewInvoicesScreen .invoicePaymentEnabled #invoicePaymentButtonTopContainer input#invoicePaymentButtonTop.invoicePaymentButtonEnabled {
	background: #900000;
	border: 2px groove black;
	color: #FFFFFF;
	cursor: pointer;
	display: inline;
	font-weight: bold;
	margin-bottom: 0;
	padding: 2px 15px;
	position: relative;
	right: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#viewInvoicesScreen #invoicePaymentButtonBottomContainer input#invoicePaymentButtonBottom.button {
	background: #CBCBCB;
	border: 2px groove gray;
	color: #FFFFFF;
	display: none;
	float: right;
	font-weight: bold;
	padding: 2px 15px;
	position: relative;
	right: 10px;
	top: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#viewInvoicesScreen .invoicePaymentEnabled #invoicePaymentButtonBottomContainer input#invoicePaymentButtonBottom.button {
	background: #CBCBCB;
	border: 2px groove gray;
	color: #FFFFFF;
	display: inline;
	float: right;
	font-weight: bold;
	padding: 2px 15px;
	position: relative;
	right: 10px;
	top: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#viewInvoicesScreen .invoicePaymentEnabled #invoicePaymentButtonBottomContainer input#invoicePaymentButtonBottom.invoicePaymentButtonEnabled {
	background: #900000;
	border: 2px groove black;
	color: #FFFFFF;
	cursor: pointer;
	display: inline;
	float: right;
	font-weight: bold;
	padding: 2px 15px;
	position: relative;
	right: 10px;
	top: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#viewInvoicesScreen .invoicePaymentEnabled #invoicePaymentButtonTopContainer input#invoicePaymentButtonTop.invoicePaymentButtonEnabled:hover,
#viewInvoicesScreen .invoicePaymentEnabled #invoicePaymentButtonBottomContainer input#invoicePaymentButtonBottom.invoicePaymentButtonEnabled:hover {
	text-decoration: underline;
}

#viewInvoicesScreen #ui-datepicker-div { 
	font-size: .7em;
}

#viewInvoicesScreen .invoiceCheckoutContainerHidden {
	color: #000000;
	float: right;
	font-size: 1.2em;
	font-weight: normal;
	min-height: 1px;
	width: 180px;
	display: none;
}

#viewInvoicesScreen .invoiceCheckoutContainer {
	color: #000000;
	float: right;
	font-size: 1.2em;
	font-weight: normal;
	min-height: 1px;
	width: 180px;
}

#viewInvoicesScreen .selectedInvoiceBalanceTotalDisplay {
	color: #900000;
	font-weight: bold;
}

#viewInvoicesScreen .selected .invoiceBalance {
	color: cyan;
	font-size: 1.1em;
	font-weight: bold;
}

/* End View Invoices screen styles */

/* Start invoice detail screen styles */

.invoiceDetail {
	font-size: 1.2em;
	text-align: left;
}

/* End invoice detail screen styles */

/* Start Order Checkout screen styles */

#checkoutForm {
	overflow: auto;
}

#checkoutScreen fieldset fieldset legend {
	margin-left: 120px;
}

#checkoutScreen .standardForm fieldset fieldset {
	border: 0;
	border-top: 1px solid #708090;
	min-height: 250px;
}

#checkoutScreen #checkoutContact tr {
	display: inline-table;
}

#checkoutScreen #ccInfo fieldset {
	max-width: 350px;
}

#checkoutScreen #checkoutContact fieldset {
	max-width: 620px;
}

#checkoutScreen #checkoutAddresses fieldset {
	max-width: 790px;
}

#checkoutScreen #checkoutAddresses fieldset fieldset,
#checkoutScreen #checkoutInformation fieldset {
	max-width: 400px;
}

#checkoutScreen #checkoutPromotion fieldset {
	max-width: 400px;
}

#checkoutScreen #checkoutInformation .button,
#checkoutScreen #checkoutPromotion td,
#checkoutScreen #checkoutAddresses #shipToFieldset td {
	text-align: center;
}

#checkoutScreen #checkoutAddresses input {
	max-width: 275px;
}

#checkoutScreen #checkoutInformation input {
	max-width: 290px;
}

#checkoutScreen #checkoutPromotion input {
	max-width: 250px;
}

#checkoutScreen #checkoutInformation textarea {
	width: 290px;
}

#checkoutScreen #creditCardDetailsContainer {
	height: 194px;
	margin: 5px auto;
	display: table;
}

#checkoutScreen #ccAddress table {
	margin: 5px auto;
}

#checkoutScreen .orderTotalsContainer {
	margin-top: 5px;
	border-top: 3px solid #949494;
}

#checkoutScreen .orderTotalsTable {
	margin: auto;
}

#checkoutScreen .checkoutSubmitButtonGroup {
	text-align: center;
}

#checkoutScreen #checkoutSubmitButtonGroupTop {
	border-bottom: 3px solid #949494;
}

#checkoutScreen #payByCreditCardToggleContainer {
	margin: auto;
	width: 650px;
}

/* End Checkout screen styles */

/* Start Shopping List screen styles */

#newShoppingListScreen textarea {
	width: 290px;
}

#newShoppingListScreen tr:last-child td {
	text-align: center;
}

/* End Shopping List screen styles */

/* Start Item Detail screen styles */

#itemDetailContainer {
	margin: 15px auto;
}

#itemDetailImg, #itemDetailCart {
	clear: left;
	float: left;
	text-align: right;
	width: 48%;
}

#itemDetailInfo, #itemDetailWishList {
	width: 48%;
	float: right;
}

#itemDetailAllowAddCart, 
#itemDetailAllowWarehouse, 
#itemDetailCartBtn, 
#itemDetailWishListTextBox, 
#itemDetailWishListBtn {
	float: left;
	clear: both;
	margin: 6px 12px 6px 6px;
}

#itemDetailCart table {
	float: left;
}

#itemDetailCart div {
	float: right;
}

#itemDetailTab {
	width: 99%;
	clear: both;
}

#itemDetailScreen #itemDetailTab img {
	max-width: 120px;
}

#itemDetailScreen #itemDetailTab>table {
	margin: auto;
}

#itemDetailScreen #itemDetailTab #itemListForm table[width*="100%"] {
	background-color: #900000;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #FFFFFF;
	font-weight: bold;
}

/* End Item Detail screen styles */

/* Start Category Browse screen styles*/

.topLevelCategoryContainer {
	float: left;
	margin: 10px;
	min-height: 175px;
	width: 200px;
	text-align: center;
}

.topLevelCategoryContainer a {
	color: #000000;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}

.topLevelCategoryContainer ul {
	margin: 5px 0 0 0;
	padding: 0;
}

.topLevelCategoryContainer ul li {
	font-size: .8em;
	list-style: disc inside none;
}

.banner {
	text-align: center;
}

.breadcrumbContainer {
	border-bottom: 1px solid #949494;
	clear: both;
	font-size: .75em;
	margin: 0 0 0 5px;
	padding-bottom: 3px;
}

.breadcrumbContainer a {
	color: black;
	font-size: .9em;
	font-weight: normal;
	text-decoration: none;
}

.breadcrumbContainer a:hover {
	color: #900000;
	text-decoration: underline;
}

.breadcrumbContainer .breadcrumbSeparator {
	font-size: .8em;
	vertical-align: 1px;
}

.breadcrumbContainer #lastBreadcrumbNode {
	color: #900000;
	font-weight: bold;
}

#refineBySearchInputForm input.input {
	border: 2px inset #949494;
	width: 125px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 3px;
	font-size: .7em;
}

#refineBySearchInputForm input.button {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 2px 4px;
}

#refineByCategoryContainer {
	margin-top: 5px;
}

#categorySidebarList {
	background-color: #FFFFFF;
	margin-top: 5px;
	overflow: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

a.categorySidebarLink {
	color: #900000;
	display: block;
	font-size: .7em;
	font-weight: bold;
	margin: 8px 5px;
	text-decoration: none;
}

a.categorySidebarLink:hover {
	text-decoration: underline;
}

#refineByAttributeContainer {
	margin-top: 10px;
}

#attributeSelectionContainer {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#attributeSidebarList {
	background-color: #FFFFFF;
	margin-top: 5px;
	max-height: 500px;
	overflow: auto;
	overflow-x: hidden;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#attributeSidebarList ul {
	list-style: none;
	margin: 5px 0 5px 3px;
	padding: 0;
}

#attributeSidebarList ul li {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	width: 160px;
}

#attributeSidebarList ul ul {
	margin: 0;
}

#attributeSidebarList ul ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

label.attributeNameLabel {
	font-size: .95em;
}

a.attributeSidebarLink {
	color: #900000;
	font-size: .7em;
	font-weight: bold;
	text-decoration: none;
}

a.attributeSidebarLink:hover {
	text-decoration: underline;
}

#refineByAttributeButtonForm {
	text-align: center;
}
 
#hidecategories {
	width: 200px;
}

#parentSubCat {
	width: 100%;
	overflow: auto;
	display: block;
}

#showcategories {
	width: 200px;
}

#showHidecategories {
	width: 100%;
}

#showHidecategories a {
	color: #000000;
	font-size: .7em;
}

#showHideAttributes a {
	color: #000000;
	font-size: .7em;
}

#subCategoryContainer {
	float: left;
	margin: 10px;
	min-height: 175px;
	width: 200px;
	text-align: center;
}

#subCategoryContainer a {
	color: #000000;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}

.ui-icon-Minus { 
	background-position: 0 0;
	width: 11px;
	height: 11px;
}
 
.ui-icon-Plus {
	background-position: -21px 0;
	width: 11px;
	height: 11px;
} 

/* End Category Browse screen styles*/

/* Start Ship-to screen styles*/

#shipToScreen .standardForm {
	overflow: auto;
}

#shipToScreen .standardForm fieldset {
	margin: auto;
	max-width: 350px;
}

#shipToScreen .standardForm tr:last-child td {
	text-align: center;
}

#shipToScreen .standardTable tbody tr td {
	text-align: left;
}
#shipToScreen .standardTable td:hover {
	cursor: pointer;
}
#shipToScreen .standardTable tr:hover {
	background-color: #CBCBCB;
}

#shipToScreen .standardTable tr.columnHeader:hover {
	background-color: inherit;
}

#shipToScreen .standardTable tr a {
	text-decoration: none;
}

/*  CSS for the Shipto selection table */

.viewShiptoSelectionTable {
   border: 1px solid #900000;
	border-collapse: collapse;
	margin: 10px auto;
	width: 90%;
}

table.viewShiptoSelectionTable {
	background-color: #ffffff;
	border: 1px solid #900000;
	max-width: 1200px;
}

.viewShiptoSelectionTable a {
	font-weight: bold;
}

.viewShiptoSelectionTable img {
	border: 0 none;
	margin: 0;
	max-width: 120px;
	padding: 0;
}

.viewShiptoSelectionTable th,
.viewShiptoSelectionTable td {
	padding: 5px;
}

.viewShiptoSelectionTable caption {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3px;
}

.viewShiptoSelectionTable tr.highlight {
	background: #CBCBCB;
}

.viewShiptoSelectionTable tr.selected {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
}

.viewShiptoSelectionTable tr.selected a {
	color: #000000;
}

.viewShiptoSelectionTable tr a {
	color: inherit;
}
#shipToScreen .viewShiptoSelectionTable fieldset {
	margin: auto;
	width: 760px;
}

#shipToScreen .viewShiptoSelectionTable td:hover {
	cursor: pointer;
	
}
#shipToScreen .viewShiptoSelectionTable tbody tr td {
	border-top: 1px solid #900000;
	text-align: left;
}

#shipToScreen .viewShiptoSelectionTable tr.columnHeader:hover {
	background-color: inherit;
}

/* End Ship-to Browse screen styles*/

/* Start of save order popup on the checkout screen styles */

.black_overlay {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	_top: expression(eval(document.body.scrollTop));
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: fixed;
	top: 30%;
	left: 30%;
	width: 400;
	height: 250;
	padding: 16px;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

/* End of save order popup on the checkout screen styles */

/* Start Saved Orders Screen */

#savedOrdersScreen form .standardTableContainer {
	margin: 5px;
}

#savedOrdersScreen form .standardTableContainer table {
	font-size: .7em;
	margin: 10px auto;
}

#savedOrdersScreen form .standardTableContainer table tr td {
	max-width: 30em;
	word-wrap: break-word;
}

/* End Saved Orders Screen */

/* Start Budgets, Spending Limit and Approvals screen styles */

.scroll {
    height: 500px;
    overflow: auto;
    white-space: nowrap;
}

#budgetPanel {
	background-color: #FFFFFF;
	font-size: .7em;
	overflow: auto;
	padding: 5px;
	width: 170px;
}

.budgetDetails {
	font-weight: bold;
}

#budgetApprovalSetupScreen #budgetApprovalDefaults {
	margin: auto;
	max-width: 640px;
}

#budgetApprovalSetupScreen #spendingLimit {
	text-align: right;
	width: 100px;
}

#shopperAccountsSearchScreen #shopperAccountSearch {
	margin: auto;
	max-width: 375px;
}

#shopperAccountsSearchScreen .text {
	font-size: 8pt;
	text-align: center;
	margin: auto;
}

#shopperAccountCreateScreen #shopperAccountMaintenance {
	margin: auto;
	width: 500px
}

#shopperAccountCreateScreen #spendingLimit {
	text-align: right;
	width: 100px;
}

#shopperAccountAccountSearchScreen #shopperAccountAccountSearch {
	margin: auto;
	width: 17em;
}

#shopperAccountAccountSearchScreen #shopperAccountAccountSearch table {
	margin: auto;
}

#shopperAccountAccountSearchScreen #shopperAccountAccountSearch input {
	width: 12em;
}

#budgetYearsScreen #budgetYearheaderInfo {
	margin: auto;
	width: 400px;
}

#budgetPeriodsScreen #budgetPeriodheaderInfo {
	margin: auto;
	width: 400px;
}

#cateogyBrowseScreen #xyz ul {
	list-style: none;
	padding: 0px;
	margin: 16px auto;
	text-align: center;
}

#cateogyBrowseScreen #xyz ul li {
	padding: 5px;
}

#cateogyBrowseScreen #xyz ul li a {
	color: #900000;
	text-decoration: none;
}

/* End Budgets, Spending Limit and Approvals screen styles */

/* from old Master.css */

.banner1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 3px;
}

.bannerimage {
	float: left;
	text-align: left;
}

.bannerwelcome {
	text-align: right;
	font-size: 1em;
	margin: 0;
	color: #777777;
	padding-top: 14px;
	padding-right: 8px;
}

.nav1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
	background-color: #DDE0BD;
	vertical-align: bottom;
}

.nav1b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
	background-color: #DDE0BD;
	text-align: center;
}

.nav1c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
	background-color: #DDE0BD;
	text-align: center;
}

.nav1d {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
	background-color: #DDE0BD;
	white-space: nowrap;
}


.label1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

.searchLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

.searchText {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.colheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #900000;
	text-decoration: none;
	background-color: #949494;
}

.cartMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}


.confirmMessage1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #900000;
}

.item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #900000;
}

.tabtr {
	background-color: #900000;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 1em;
	text-decoration: none;
}

.tabbg {
	background-color: #900000;
}

.subcategoriesnobullet {
	list-style-type: none;
}

.borderedBox {
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;	
}

.productCount {
	color: black;
}

.currentPage {
	font-size: 1.2em;
	text-decoration: underline;	
}

.text_area {
	width: 200px;
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	text-decoration: none;
}

.link1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.rowshaded1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #DDE0BD;
	color: #000000;
	text-decoration: none;
}

.rownotshaded1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

/* Any change to width or height of this configurator popup screen should coincide with iFrame width and height on cart.jsp */

.configuratorScreenPopUp {
	position: absolute;
	top: 90px;
	left: 130px;
	text-align: center;
	padding: 5px;
	background: white;
	min-height: 500px;
	width: 900px;
}

.configheading {
	font-weight: bold;
	cursor: pointer;
}

/* End of old master css */

/* Home page */

#building {
	margin: 10px auto;
	display: block;
	height: auto;
	max-width: 90%;
}

.mySlides {display: none;}

#carousel_image {
	display: block;
	margin: auto;
}

#buildingBox {
	max-width: 800px;
  	position: relative;
  	margin: auto;
}

.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
		
.active {background-color: #717171;}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
		
@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}
		
@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

#homeJDC {
	padding: 10px;
	font-size: 17px;
	color: #900000;
}

#homeLine {
	color: #900000;
	height: 3px;
	background-color: #900000;
}

/* End of Home page */

/* new jsp files */

.oldHeader {
	color: #900000;
}

.oldTopHeader {
	color: #900000;
	margin-top: 10px;
}

/* About.jsp */

#aboutBuilding {
	margin: auto;
	display: block;
}

/* Contact.jsp */

#contactTable {
	margin: 10px auto;
	max-width: 90%;
}

#contactTable span {
	color: #900000;
}

#contactTable th {
	width: 100px;
	text-align: left;
}

#submitContact {
	text-align: center;
}

#contactMailing {
	border: 1px solid #000000;
	background: #949494;
	padding: 5px 10px;
	font-size: 90%;
	text-align: left;
	width: 200px;
}

#contactMessage {
	color: #900000;
}

#contactReq {
	font-size: 110%;
	color: #900000;
}

/* Catalog.jsp */

#catalogList {
	text-align: center;
	margin: auto;
}

#catalogList a {
	color: #900000;
	text-decoration: none;
}

#catalogList ul {
	display: inline-table;
	margin: 5px 1px;
	padding: 1px;
	min-width: 359px;
}

#catalogList ul li {
	list-style-type: none;
	text-align: left;
	padding: .5px;
}

#catalogList ul li:first-child {
	font-weight: bold;
}

/* Careers.jsp */

#openPos {
	margin-top: 25px;
	text-align: center;
	font-size: 18pt;
}

#careersContent {
	text-align: center;
	border: 0;
}

#careersContent a {
	color: #900000;
	text-decoration: none;
}

#careersTable {
	border: 0;
	margin: auto;
	border-collapse: collapse;
}

#careersTable td {
	border: 0;
	padding: 10px 5px;
	text-align: center;
	vertical-align: top;
}

#careerLine {
	color: #900000;
	height: 3px;
	background-color: #900000;
}

#applyButton {
	background-color: #900000;
	color: #ffffff;
	width: 100px;
	margin: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.activeButton {
	background-color: #900000;
	color: #ffffff;
	width: 110px;
	margin: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
}

.careersButton {
	background-color: #900000;
	color: #ffffff;
	width: 100px;
	margin: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#careerForm {
	margin: 10px auto;
	width: 425px;
}

#careerForm th {
	width: 90px;
}

/* Flyers.jsp */

#promoFlyers {
	margin-top: 25px;
	text-align: center;
	font-size: 18pt;
}

#flyersContent {
	text-align: center;
	margin: auto;
	text-align: center;
}

#flyersContent a {
	color: #900000;
}

#flyersContent div {
	width: 200px;
	display: inline-table;
	margin: 5px;
}

#flyersContent img {
	width: 150px;
}

#flyersLine {
	color: #900000;
	height: 3px;
	background-color: #900000;
}

/* Parts.jsp // Application.jsp */

#chooseParts,
#chooseApp {
	display: block;
	text-align: center;
}

#partsTable,
#appTable {
	display: block;
	margin: 10px auto;
	padding: 5px;
	border-collapse: collapse;
	width: 50%;
}

.partsCompany,
.appCompany {
	width: 650px;
	text-align: center;
	font-size: 150%;
}

#partsTable #pleaseSelect,
#appTable #pleaseSelect {
	width: 30%;
}

#partsTable td,
#appTable td {
	width: 50%;
	text-align: center;
}

#partsTable a,
#appTable a {
	color: #900000;
	text-decoration: none;
}

.partsBreakdown,
.applicationGuide {
	width: 50%;
	text-align: center;
	border-bottom: 1px solid #000000;
}

.partsBreakdown:last-child,
.applicationGuide:last-child {
	border-bottom: 0px none;
}

.partsHeading,
.appTop {
	border: 2px solid #949494;
}

/* Supply.jsp */

#supplyTitle {
	margin-top: 10px;
	color: #900000;
}

.supplyTables {
	width: 100%;
}

/* Toolrepair.jsp */

#regrindTitle {
	margin-top: 10px;
	color: #900000;
}

#regrindWeld img {
	width: 125px;
}

#regrindRGX img,
#regrindTools img {
	width: 200px;
}

.regrindP {
	margin: 0px;
	display: inline-table;
	text-align: left;
	max-width: 65%;
}

#regrindRGX,
#regrindTools,
#regrindWeld {
	display: inline-table;
	margin: 25px 5px 0px 5px;
	float: right;
}

/* End of new jsp files */
