/****************************************************************/
/****************************************************************/
/* Modifications                                         	 	*/
/****************************************************************/
/*                                                       	 	*/
/* RDM1: rel02.00.0002 - 05/17/12                        	 	*/
/*       Add category backgound image                    	 	*/
/* RDM2: Add application navigation bar image  and radius  	 	*/
/* RDM3: add searchAllCategoriesContainer bar image      	 	*/
/* RDM4: Change cart text appearance				         	*/
/* RDM5: Change Home, Specials, Search label font appearance 	*/
/* RDM6: Change mainContent3ColumnContainer color  	         	*/
/* RDM7: Change mainContent2ColumnContainer color  	         	*/
/* RDM8: Change accountTitle background			  	         	*/
/* RDM9: Change search type border radius		  	         	*/
/* RDM10: Change left nav label font color to white	  	       	*/
/* RDM11: Change categorySidebarLink font color to black, 
		adjust font size 										*/
/* RDM12: Add subCategoryContainer style, drop list bullet 		*/
/* RDM13: Add ItemAdd label font color to black, resize font 	*/
/* RDM14: Change button radius									*/
/* RDM15: Change button hover text color 						*/
/* RDM16: Change screenHeading from color to background image	*/
/* RDM17: Change font for accountSummaryTablesContainer			*/
/* RDM18: Change font for legend								*/
/* RDM19: Change font color for category refine search labels	*/
/* RDM20: Change backgournd color for columnHeader				*/
/* RDM21: Change backgournd im for itemListNavigationTopUtil	*/
/* RDM22: Change resize toolPanel font 							*/
/* RDM23: Change Use masthead image 							*/
/* RDM24: Move cart qty, add to cart and recalculate buttons 
		to right side of panel      							*/
/* RDM25: change Breadcrumb and Item List Nav Pagination font 
		size 													*/ 
/* RDM26: Change background color of mainContent1ColumnContainer*/
/*    	to white                                                */
/* RDM27: Add ItemThumbnailList to drop  border from images     */
/* RDM28: Add infotextmedlink to show linked text as red        */
/*		when hovered over by mouse                              */
/* RDM29: add background color for openARTransactionsTable 		*/
/* RDM30: change font size and color for header links 			*/
/* RDM31: Change savedOrdersScreen font size 					*/
/* RDM32: Add Class DetailTabFiles for attachment file text 	*/
/* RDM33: Add bold to screenHeading h3 							*/
/* RDM34: Add top margin to centerMainColumn2					*/
/* RDM35: Move contact us to top of page 						*/
/* RDM36: Adjust fonts for columnHeader and standardTable 		*/
/* RDM37: Change font size to .9em from .85em 					*/
/* RDM38: Add 10px row text for lists	 						*/
/* RDM38: Add 12px row text for lists	 						*/
/* RDM39: Add class for GeoTrust SSL Provider seal				*/
/* RDM40: Change sub category left padding from 20px to 15px 	*/
/*        Change sub category right padding from 0px to 5px 	*/
/* RDM41: Add link font color to category (maroon)				*/
/*  	  and sub-category (black/maroon)						*/
/* RDM42: change breadcrumb conainter border color				*/
/* RDM43: change background color to dark gray, change          */ 
/*		  mainContent2ColumnWrapper backgound to white			*/
/* RDM44: Change button text to black, hover to maroon			*/
/*                                                        		*/
/****************************************************************/



/**************************/
/* Start Site-Wide styles */
/**************************/

body {
	font-family: Arial,Geneva,sans-serif;
	margin: 0 auto;
	/*min-width: 1100px;*/
	width: 1080px;
	/*background-color: #D8D8D8;/* RDM42: change background and mainContent2Column Wrapper color */
	background-color: #252525;	/* RDM42: change background and mainContent2Column Wrapper color */
	padding: 0;
}

#container {
	margin: 0 0px;
	width: 100%;
}

.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: red;
	text-decoration: none;
}

.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: #FFFF00;
}

.hidden {
	visibility: hidden;
	display: none;
}

.visible {
	visibility: visible;
}

.label {
	font-size: .8em;
	font-weight: bold;
	color: #000000;		
}

.labelWhite {
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;		
}

.labelItemAdd {
	font-size: .9em;
	font-weight: bold;
	color: #000000;		/* RDM13: add Label font color to black	*/
}

th.label {
	text-align: right;
}

.inputReadOnly {
	background-color: #D3D3D3;
}

.centered {
	clear: both;
	text-align: center;
}

.button:disabled {
	color: gray;
	cursor: auto;
}

.button:enabled {
	color: #000000;
	cursor: pointer
}

.button {
	height: 28px;					/* RDM16: Change button hieght */
	background: url("../images/goButtonBackground_1X28.png") repeat-x scroll 0 0 transparent;
	clear: both;
	margin: 5px auto;
	padding: 0 10px;
	/* -moz-border-radius: 20px;	/* RDM14: Change button radius and font to bold */
	/* -webkit-border-radius: 20px;	/* RDM14: Change button radius and font to bold */
	/* border-radius: 20px;			/* RDM14: Change button radius and font to bold */
	-moz-border-radius: 7px;		/* RDM14: Change button radius and font to bold */
	-webkit-border-radius: 7px;		/* RDM14: Change button radius and font to bold */
	border-radius: 7px;				/* RDM14: Change button radius and font to bold */
	font-weight: bold;				/* RDM14: Change button radius and font to bold */
}

/* RDM44: Change button text to black, hover to maroon */
.button:hover {
	color: #800000;
}

.buttonGroup {
	height: 30px;					/* RDM16: Change button hieght */
	text-align: center;
	width: 100%;
}

.shortButton {
	width: 35px;
	-moz-border-radius: 7px;		/* RDM14: Change button radius and font to bold	*/
	-webkit-border-radius: 7px;		/* RDM14: Change button radius and font to bold	*/
	border-radius: 7px;				/* RDM14: Change button radius and font to bold */
	font-weight: bold;				/* RDM14: Change button radius and font to bold */
}

.longButton {
/* 	width: 125px; */
}

.veryLongButton {
/* 	width: 175px; */
}

.continueShoppingContainer {
	margin: 5px 0;
}

.continueShoppingContainer a {
	color: maroon;
	font-weight: bold;
}

.searchNotFoundContainer {
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

/* RDM39: Add 12px row text for lists */
.rowshaded {
	background-color: #F0F0F0;
	font-size: 12px;
}
.rownotshaded {
	background-color: #FFFFFF;
	font-size: 12px;
}
/* RDM39: Add 12px row text for lists */

/* RDM38: Add 10px row text for lists */
.rowshaded10 {
	background-color: #F0F0F0;
	font-size: 10px;
	font-style: normal;
}
.rownotshaded10 {
	background-color: #FFFFFF;
	font-size: 10px;
	font-style: normal;
}
/* RDM38: Add 10px row text for lists */


.columnHeader {
	/* background-color: #E6EEB7 !important;	/* RDM20: Change bkgd color & alignment for columnHeader */
	background-color: #800000 !important;		/* RDM20: Change bkgd color & alignment for columnHeader */
	/* color: #062989;							/* RDM20: Change bkgd color & alignment for columnHeader */
	color: #FFFFFF;								/* RDM20: Change bkgd color & alignment for columnHeader */
	font-size: .7em; 							/* RDM36: Adjust fonts for columnHeader and standardTable */
	font-weight: bold;
	vertical-align: bottom;						/* RDM20: Change bkgd color & alignment columnHeader */
}

.columnHeader td 
{
	height: 10px;	/* added */
}

.columnHeader a {
	color: #062989;
	text-decoration: none;
}

/* RDM36: Add colheader Styles */
.colheader {
	background-color: #800000 !important;		
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: bottom;
}
.colheader td 
{
	height: 10px;
}
.colheader a {
	/*color: #062989;*/
	color: #FFFFFF;
	/*text-decoration: none;*/
}
/* RDM36: Add colheader Styles */

.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: #F5F5F5;
	border: 1px solid #B5121B;
	margin: 5px auto;
	padding: 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.standardForm legend {
	color: #6F6F6F;
	font-size: .8em;	/* RDM18: Change font for legend */	
	margin-left: 15px;
}

.standardForm table {
	font-size: .9em;
	margin-top: 5px;
}

.standardForm th {
	font-size: .9em;
	text-align: right;
}

.standardForm label {
	font-size: .8em;	/* RDM18: Change font for legend */	
}

.standardForm fieldset fieldset {
	border: 1px solid #708090;
	border-radius: 7px;
	float: left;
	min-height: 125px;
	margin: 5px;
}

.standardForm fieldset fieldset legend {
	color: maroon;
	font-weight: bold;
	margin-left: 10px;
}

.standardForm form input.button {
	background: url("../images/goButtonBackground_1X28.png") repeat-x scroll 0 0 transparent;
	clear: both;
	color: #000000;
	cursor: pointer;
	display: inline;
	margin: 5px auto;
	/* -moz-border-radius: 20px;	/* RDM14: Change button radius and font to bold */
	/* -webkit-border-radius: 20px;	/* RDM14: Change button radius and font to bold */
	/* border-radius: 20px;			/* RDM14: Change button radius and font to bold */
	-moz-border-radius: 7px;		/* RDM14: Change button radius and font to bold */
	-webkit-border-radius: 7px;		/* RDM14: Change button radius and font to bold */
	border-radius: 7px;				/* RDM14: Change button radius and font to bold */
	font-weight: bold;				/* RDM14: Change button radius and font to bold */
}

.standardForm form input.button:hover {
	color: #800000;
}

.standardForm form input.button[disabled^="disabled"] {
	color: gray;
}

.standardForm input:focus {
	border: 2px solid #B51419;
}

.standardForm select.input:focus {
	border: 2px solid #B51419;
	border-radius: 3px;
}

.standardForm input.input:focus {
	border-radius: 3px;
}

.standardForm input.button:focus {
	border-radius: 10px;		
}

.standardTableContainer {
	clear: both;
	overflow: auto;
}

.standardTable {
	border-collapse: collapse;
	clear: both;
	/*font-size: .7em;	/* RDM36: deletion - Adjust fonts for columnHeader and standard Table */
	margin: auto;
}

table.standardTable {
	background-color: #ffffff;
	border: 1px solid #D3D3D3;
	min-width: 600px;
}

.standardTable a {
	font-weight: bold;
}

.standardTable img {
	border: 0 none;
	margin: 0;
	max-width: 80px;
	padding: 0;
}

.standardTable th, .standardTable td {
	padding: 1px;
}

.standardTable caption {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3px;
}

.standardTable tr.highlight {
	background: #CBCBCB;
}

.standardTable tr.selected {
	background: maroon !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 > li:first-child {
/*	border-left: 1px solid #dadada;*/
}

ul.navBar li.homeMenu:hover {
	background: #ffffff;
}

ul.navBar {
	float: left;
	position: relative;
	width: 100%;
	z-index: 97;
}

ul.navBar li {
	background-color: #fff;
	color: #000;
	float: left;
	line-height: 16px;
	vertical-align: middle;
}

ul.navBar li.hover,
ul.navBar li:hover {
	cursor: default;
	position: relative;
	z-index: 99;
}

ul.navBar ul {
	border: 1px solid #000000;
	left: 0;
/*	margin-top: 5px;*/
	margin-left: 10px;
/*	opacity: 0.95;*/
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 178px;
	z-index: 98;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

ul.navBar ul#browseMenuVisible {
	visibility: visible;
}

ul.navBar ul#browseMenuInvisible {
}

ul.navBar ul li {
	border: 0;
	float: none;
	font-size: .85em;
	line-height: 1em;
	padding: 0;
}

ul.navBar ul ul {
	left: 99%;
	top: 1px;
}

ul.navBar li:hover > ul {
	visibility: visible;
}

ul.navBar li.hover,
ul.navBar li:hover {
	background-color: #eee;
	color: #000000;
}

ul.navBar a:link,
ul.navBar a:visited {
	color: #000000; 
	text-decoration: none;
}
	
ul.navBar a:hover {
	color: #000000;
}

ul.navBar a:active {
	color: #FF0000;
}

ul.navBar *.dir {
	background-image: url(images/icn_appnav_downarrow_enabled_aaaaaa.png);
	background-position: 50% 87%;
	background-repeat: no-repeat;
}

ul.navBar ul *.dir {
	background-position: 90% 50%;
	background-repeat: no-repeat;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

ul.navBar a,
ul.navBar span {
	display: block;
	padding: 4px 15px;
}

ul.navBar ul a,
ul.navBar ul span {
	padding: 8px;
}

ul.navBar li.hover,
ul.navBar li:hover {
	background-color: #cccccc;
}

ul.navBar li:hover > *.dir {
	background-repeat: no-repeat;
	background-image: url(images/icn_appnav_downarrow_over_666666.png);
	background-position: 50% 87%;
	background-color: #fff; 
	border-style: solid;
	border-width: 0;
	color: #000;
}

ul.navBar ul li:hover > *.dir {
	background-color: #cccccc;
	background-image: url(images/icn_appnav_menulist_arrowright_6x7_666666.png);
	background-position: 90% 50%;
	background-repeat: no-repeat;
}

ul.navBar ul li.lastMenuOption {
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

/* End Application Dropdown CSS Menu Navigation styles */


/* Start Masthead styles */

#masthead {
	float: left;
	min-height: 87px;
	width: 100%;
	background: url(../images/banners/masthead.jpg) top no-repeat;	/* RDM23 - Add masthead backgound image */
}

#masthead #logoBanner {
	float: left;
}

#masthead #logoBanner img {
	border: none;
	float: left;
	/* margin: 10px 0px 0px 18px;	RDM23: Change Use masthead image */
	margin: 2px 0px 0px 15px;	/* RDM23: Change Use masthead image */
	padding: 0px;
}

#masthead #applicationMastheadTitle {
	float: left;
}

#masthead #commerceHelpContainer {
	float: right;
	/*margin: 5px 7px 0 10px;*/
	margin: 5px 5px 0 5px;
}

#masthead #commerceHelpContainer img {
	border: none;
	margin: 0;
}

#masthead #applicationMastheadTitle h1 {
	color: #B5121B;
	float: left;
	font-size: 2em;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 0;
}

#masthead #userAccountInfo {
	clear: right;
	/*color: #555555;	/* RDM24 Change userAccountInfo font color */
	color: #FFFFFF;		/* RDM24 Change userAccountInfo font color */
	float: right;
	font-size: .8em;
	font-weight: bold;
	margin: 5px 10px 5px 20px;
	text-align: right;
}

#masthead #userAccountInfo a {
	border-bottom: 1px dotted;
	/*color: #555555;	/* RDM24 Change userAccountInfo font color */
	color: #FFFFFF;		/* RDM24 Change userAccountInfo font color */
	font-weight: normal;
	text-decoration: none;
}

/* RDM35 Move contact us to top of page */
#masthead #contactushdr {
	color: #FFFFFF;		
	float: right;
	font-size: .8em;
	margin: 10px 47px 0 0;
	text-align: right;
}
/* RDM35 Move contact us to top of page */
#masthead #contactushdr a {
	border-bottom: 1px dotted;
	color: #FFFFFF;		
	font-weight: normal;
	text-decoration: none;
}

#masthead #localeContainer {
	float: right;
	margin: 5px 0 0 0;
}

#masthead #localeContainer select {
	font-size: .7em;
}

#masthead #localeContainer select#myCurrency {
	width: 5em;
}

#masthead #localeContainer select optgroup {
	font-style: normal;
}

/* End Masthead styles */


/* Start Application Navigation Bar Utility styles */

#applicationNavigationBar {
/*	background-color: #e6eeb7; 										/* RDM2: del application navigation bar color            */
	background-position: top;										/* RDM2: add application navigation bar image            */
    background-image: url(../images/applicationNavigationBar.jpg);	/* RDM2: add application navigation bar image            */
    background-repeat: repeat-x;									/* RDM2: add application navigation bar image            */

	clear: both;
	font-size: .8em;
	min-height: 44px;
	margin: 0;
/*	-moz-border-radius: 7px 7px 0 0;	/* RDM2: del application navigation bar color and radius */
/*	-webkit-border-radius: 7px 7px 0 0;	/* RDM2: del application navigation bar color and radius */
/*	border-radius: 7px 7px 0 0;			/* RDM2: del application navigation bar color and radius */
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

#leftNavColumn {
	float: left;
	min-height: 38px;
	width: 200px;
}

#rightNavColumn {
	float: right;
	min-height: 38px;
	width: 240px;
}

#searchNavColumn {
	min-height: 38px;
	margin-left: 210px;
	margin-right: 210px;
}

#searchContainer {
	padding-top: 5px;
	text-align: left;
}

#navigationSearchForm {
	display: inline;
}

#searchAllCategoriesContainer {
	/*	background-color: #e6eeb7; 									/* RDM3: del searchAllCategoriesContainer bar color */
	background-position: top;										/* RDM3: add searchAllCategoriesContainer bar image */
    background-image: url(../images/applicationNavigationBar.jpg);	/* RDM3: add searchAllCategoriesContainer bar image */
    background-repeat: repeat-x;									/* RDM3: add searchAllCategoriesContainer bar image */
	font-weight: bold;
	min-height: 38px;
/* 	margin-bottom: 10px; */
	width: 200px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
}

#searchAllCategoriesContainer:hover {
	/*	background-color: #e6eeb7; 		/* RDM3: del searchAllCategoriesContainer bar color */
	background-color: #800000;			/* RDM3: del searchAllCategoriesContainer bar color */			
}

#searchAllCategoriesButton {
	/*	background-color: #e6eeb7; 		/* RDM3: del searchAllCategoriesContainer bar color */
	background-image: url('../images/ButtonGrey.png');
	font-size: .9em;				/* RDM37: Change font size to .9em from .85em */
	height: 30px;
	width: 170px;
	/* -moz-border-radius: 20px;	/* RDM14: Change button radius and font to bold */
	/* -webkit-border-radius: 20px;	/* RDM14: Change button radius and font to bold */
	/* border-radius: 20px;			/* RDM14: Change button radius and font to bold */
	-moz-border-radius: 7px;		/* RDM14: Change button radius and font to bold */
	-webkit-border-radius: 7px;		/* RDM14: Change button radius and font to bold */
	border-radius: 7px;				/* RDM14: Change button radius and font to bold */
	font-weight: bold;				/* RDM14: Change button radius and font to bold */
}

#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 {
	color: #800000;					/* RDM15: Change button hover text color */
}

#searchAllCategoriesContainer ul li:first-child {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#applicationNavigationCatalogLabel {
	color: #b5121b;
	font-size: 1.1em;
}

#searchInputLabel {
	color: #FFFFFF;		/* RDM5: Change Home, Specials, Search label font appearance */
	font-weight: bold;
	margin-right: 3px;
}

#searchType {
	border: 2px inset #D3D3D3;
	font-size: .9em;
	padding: 2px;
	/* -moz-border-radius: 7px;		/* RDM9: Change search type border radius */
	/* -webkit-border-radius: 7px;		/* RDM9: Change search type border radius */
	/* border-radius: 7px;				/* RDM9: Change search type border radius */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}

#searchInput {
	border: 2px inset #D3D3D3;
	font-size: .9em;
	padding: 3px;
	width: 20%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#searchGoButton {
	background: url("../images/goButtonBackground_1X28.png") repeat-x scroll 0 0 transparent;
	/* color: maroon;				/* RDM15: Change button text to bold black */
	color: #000000;
	cursor: pointer;
	height: 26px;
	line-height: 20px;
	vertical-align: baseline;
	width: 40px;
	/* -moz-border-radius: 20px;	/* RDM14: Change button radius and font to bold */
	/* -webkit-border-radius: 20px;	/* RDM14: Change button radius and font to bold */
	/* border-radius: 20px;			/* RDM14: Change button radius and font to bold */
	-moz-border-radius: 7px;		/* RDM14: Change button radius and font to bold */
	-webkit-border-radius: 7px;		/* RDM14: Change button radius and font to bold */
	border-radius: 7px;				/* RDM14: Change button radius and font to bold */
	font-weight: bold;				/* RDM14: Change button radius and font to bold */
}

#searchGoButton:hover {
	color: #800000;
}

#emailspan {
	display: none;
	margin-left: 5px;
}

#emailspan label {
	font-weight: bold;
}

#emailspan input {
	border: 2px inset #D3D3D3;
	border-radius: 7px;
	font-size: .9em;
	min-width: 140px;
	padding: 3px;
}

#cart {
	background-image: url('../images/cartButton.png');
	height: 30px;
	margin: 4px 10px 0 2px;
	text-align: center;
	width: 110px;
}

/* RDM44: Change button text to black, hover to maroon */
#cart:hover {
	color: #800000;				/* RDM15: Change button hover text color */
}

#cart img {
	border: none;
	margin: 0 5px 0 0;
	text-decoration: none !important;
	vertical-align: text-top;
}

#cartLink {
	/* color: #ffffff;		/* RDM4: chg cart text appearance  */
	color: #000000;			/* RDM4: chg cart text appearance  */
	float: right;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
}

#numberOfCartItems {
	color: #ffffff;			/* RDM7: add cart items and amount appearance  */
}

#numberOfCartItemsDisplayText {
	color: #ffffff;			/* RDM7: add cart items and amount appearance  */
}

#cartInfo {
/*	float: left;*/
	font-size: .9em;
	font-weight: bold;
	/*margin: 4px 0 0 0;*/
	text-align: center;
}

#cartInfo p {
	margin: 0;
}

#cartInfo img {
	border: none;
	margin: 2px 5px;
}

#cartMoneyTotal {
	/* color: #B5121B;		   RDM7: del cart items and amount appearance  */
	color: #ffffff;			/* RDM7: add cart items and amount appearance  */
}

#navBarSpecialsLinkContainer {
	float: left;
	padding-top: 11px;
}

#navBarSpecialsLinkContainer a {
	border: none;
	/*	color: #B5121B;		RDM5: chg Home, Specials, Search label font appearance */
	color: #FFFFFF;		 /* RDM5: chg Home, Specials, Search label font appearance */
	font-weight: bold;
	margin-right: 10px;
	text-decoration: underline;
}

#displayCheckout a {
	border: none;
	/* color: #B5121B;		/* RDM8: chg checkout link appearance, add left padding */
	color: #ffffff;			/* RDM8: chg checkout link appearance, add left padding */
	font-weight: bold;
	text-decoration: underline;
	width: 100px;
}

#displayCheckout {
	border: none;
	font-weight: bold;
	/* color: #B5121B;		/* RDM8: chg checkout link appearance, add left padding */
	color: #800000;			/* RDM8: chg checkout link appearance, add left padding-Hide if no items */
	padding-left: 80px;		/* RDM8: chg checkout link appearance, add left padding */
	width: 1px;
}

#displayCancelOrder a {
	font-weight: bold;
	/* color: #B5121B;		/* RDM8: chg checkout link appearance, add left padding */
	color: #800000;			/* RDM8: chg checkout link appearance, add left padding-Hide if no items */
	padding-left: 80px;		/* RDM8: chg checkout link appearance, add left padding */
	width: 1px;
}

#displayCancelOrder {
	border: none;
	font-weight: bold;
	/* color: #B5121B;		/* RDM8: chg checkout link appearance, add left padding */
	color: #800000;			/* RDM8: chg checkout link appearance, add left padding-Hide if no items */
	padding-left: 80px;		/* RDM8: chg checkout link appearance, add left padding */
	width: 1px;
}
	
/* End Application Navigation Bar Utility styles */


/* Start Main Content styles */

#selectedCatalog {
	/* color: #B5121B;		/* RDM8: chg checkout link appearance, add left padding */
	color: #800000;			/* RDM8: chg checkout link appearance, add left padding-Hide if no items */
	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;
	color: #FFFFFF;
}

#leftMainColumnPadding ul li{
	line-height: normal;
}

#leftMainColumnPadding img{
	margin: 0;	
}

#categoryTreeContainer {
	max-height: 600px;
	overflow: auto;
	margin-top: 10px;
}

/* .hasSubCategoriesImg {background: url('../images/ui_icons_tree_view.png') no-repeat top left; width: 9px; height: 9px;}
 
.hasSubCategoriesImg.collapse {
	background-position  : 0px 0px;
}

.hasSubCategoriesImg.expand {
	background-position  : -19px 0px;
} */

.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;
}

#mainContent3ColumnContainer {
	/*	background-color: #e6eeb7; 			/* RDM6: del mainContent3ColumnContainer color */
	background-color: #800000;				/* RDM6: add mainContent3ColumnContainer color */
	min-height: 100px;
	padding:0 200px 0 200px;
}

#mainContent3ColumnWrapper {
	/* border-left: 200px solid #E6EEB7; 	/* RDM6: del mainContent3ColumnContainer color */
	border-left: 200px solid #800000;		/* RDM6: add mainContent3ColumnContainer color */
	/* border-right: 200px solid #E6EEB7; 	/* RDM6: del mainContent3ColumnContainer color */
	border-right: 200px solid #800000;		/* RDM6: add mainContent3ColumnContainer color */
	display: inline;							/* So IE plays nice */
	float: left;
	margin-left: -200px;
	margin-right: -200px;
	width: 100%;
}

#mainContent2ColumnContainer {
	/* background-color: #e6eeb7; 			/* RDM7: del mainContent2ColumnContainer color */
	background-color: #800000;				/* RDM7: add mainContent2ColumnContainer color  */
	min-height:  100px;
	padding: 0 200px 0 0;
}

#mainContent2ColumnWrapper {
/*	border-left: 200px solid #E6EEB7;*/
	/*	border-right: 200px solid #E6EEB7; 	/* RDM7: del mainContent2ColumnContainer color */	
	border-right: 200px solid #800000;		/* RDM7: add mainContent2ColumnContainer color */
	display: inline;							/* So IE plays nice */
	float: left;
/*	margin-left: -200px;*/
	margin-right: -200px;
	width: 100%;
	background-color: #FFFFFF;				/* RDM42: change background and mainContent2Column Wrapper color */	
}

#mainContent1ColumnContainer {
	float: left;
	margin-top: 5px;
	width: 100%;
	background-color: #FFFFFF;	/* RDM26: Change background color of mainContent1ColumnContainer to white */
}

#centerMainColumn {
	background-color: #E9E9E9;
	float: left;
	min-height: 500px;
	width: 100%; 
	margin-top: 5px;
	margin-right: -100%;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}

#centerMainColumn2 {
	background-color: #FFFFFF;
	float: left;
	min-height: 500px;
	width: 100%;
	margin-top: 5px;	/* RDM34: Add top margin to centerMainColumn2 */
	margin-right: -100%;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}

#centerMainColumnPadding {
	margin: 5px;
	margin: 5px 10px;
	overflow: auto;
}

#leftMainColumnPadding {
	margin: 10px;
	width: 180px;
}

#leftMainColumn {
	float:left;
	width:200px;
	margin-left:-200px;
	position:relative;
}

#leftMainColumnPadding {
	margin: 10px;
	width: 180px;
}

#rightMainColumn {
	float:right;
	width:200px;
	margin-right:-200px;
	position:relative;
}

#rightMainColumnPadding {
	margin: 5px 10px;
	width: 180px;
}

.screenHeading {
	/* background-color: #B5121B; /* RDM16: Change screenHeading & itemDetailTab from color to background image	*/
	background: url("../images/itemDetailTab.png") repeat-x scroll 0 0 transparent;	/* RDM16: Change screenHeading from color to background image	*/
	/* color: #ffffff; 	/* RDM16: Change screenHeading from color to background image	*/
	color: #00000;		/* RDM16: Change screenHeading from color to background image	*/
	height: 31px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-radius: 7px;

}

.screenHeading h3 {
	font-size: 1em;
	font-weight: bold;	/* RDM33: Add bold to screenHeading h3 */
	margin: 0;
	padding-top: 5px;
}
/* End Main Content styles */

/* Start Processing Request styles */
.processingRequestMessageContainer {
	border: 2px solid maroon !important;
	border-radius: 15px 15px 15px 15px !important;
	display: none;
}

.processingRequestMessageContainer .ui-dialog-titlebar {
	display:none
}

.processingRequestMessage {
	text-align: center;
}

.processingRequestMessage p {
	font-weight: bold;
	margin: 15px 0 0;
}
/* End Processing Request styles */

/* Start Item List styles */
#itemListContainer {
	clear: both;
	font-size: .7em;
	margin-top: 10px;
	min-height: 300px;
}

.itemListGrid .itemContainer {
	border: 1px solid #ffffff;
	float: left;
	height: 250px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 3px;
	width: 150px;
}

.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: #062989;
	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: maroon;
	float: left;
	line-height: 24px;
	margin-left: 15px;
	text-decoration: none;
}

.sortByDropDown {
	color: maroon;
	float: left;
	line-height: 24px;
	margin-left: 450px;
	clear:both;
	margin-top: 4px;
	text-decoration: none;
}

a.showThumbnailImageLink:hover {
	text-decoration: underline;
}

#itemsListGridView {
	border:2px solid #D7D7D7;
	margin: auto;
    max-width: 100%;
    clear: both;
    overflow: auto;
}

#itemsListGridView .itemGridView {
	width: 230px;
	float: left;
	margin: 5px 2px 2px 5px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: left;
}

#itemsListGridView .itemGridView .itemGridViewImg {
	width: 80%;
	text-align: center;
	margin-left: 10%;
	margin-top: 5%;
	margin-right: 10%;
	margin-bottom: 5%
}

#itemsListGridView .itemGridView .addToCartButton{
	text-align: center;	
}

#itemsListGridView .itemGridViewDetails {
	margin-left: 5%
}

#itemsListGridView .gridVertDiv {
    background-color: #CCCCCC;
    clear: both;
    height: 1px;
    margin: 0 10px;
}

#columnValue a {
	color: inherit;
}
/* End Item List styles */

/* Start Login screen styles */

#loginScreenHeading h3 {
	margin-top: 0;
}

#loginContainer {
	margin: auto;
	text-align: center;
	width: 75%;
}

#loginContainer p {
	font-size: .9em;
}

#loginBox, #registerBox, #continueShoppingBox, #requestWholesaleAccountBox {
	border: 1px solid #C0C0C0;
	float: left;
	margin: 15px;
	min-height: 150px;
	width: 45%;
}

#loginBox h4, #registerBox h4, #continueShoppingBox h4, #requestWholesaleAccountBox h4 {
	background-color: #DDE0BD;
	/* background-color: #DDE0BD;	/* RDM21: Change backgournd color for loginBox */
	background-color: #800000;		/* RDM21: Change backgournd color for loginBox */
	color: #FFFFFF;					/* RDM21: Change backgournd color for loginBox */
	font-size: .9em;
	margin: 0;
	padding-left: 10px;
	text-align: left;
}

#loginBox table {
	font-size: .8em;
	margin: auto;
}

#loginBox th {
	text-align: right;
}

#loginBox input#usr_name, input#usr_password {
	width: 180px;
}

/* 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: 450px;
}

/* 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 {
/*	display: inline;*/
/*	float: left;*/
	max-width: 640px;
}

#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;
}

/* ESF-4841 */
#acceptOffers {
	font-size: .85em;
	padding: 10px 0;
}

#registerAccountScreen .standardForm fieldset {
	max-width: 650px;
}

/* 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;
}

/* RDM29: add background color for openARTransactionsTable */
#openARTransactionsTable  {
	background-color: #800000;
}
/* RDM30: change font size and color for header links */
.hdrlink {
	color: #FFFFFF;					
	font-size: .8em;
	vertical-align: bottom;
}
.orderPadFileUpload {
	border: 1px solid #B5121B;
	padding-top: 0.5em;
	font-size: .9em;
	margin: 10px auto;
	width: 500px;
	height: 2.2em;
	top: 1.0em;
	text-align: center;
	border-radius: 7px;
}

#orderPadTable tbody tr.orderPadEntryError td {
	border-top: none;
}

#orderPadTable {
	border: 1px solid #B5121B;
	border-spacing: 0;
	font-size: .9em;
	margin: 10px auto;
	width: 500px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#orderPadTable tr {
	font-size: .8em;
	font-weight: bold;
	height: 2.2em;
	text-align: center;
}

.orderpadQuantityField input, .orderpadUOMField input {
	width: 45px;
}

#orderPadTable tbody tr td {
	border-top: 1px solid #B5121B;
}

#orderPadTable tbody tr.columnHeader td {
	border-top: none;
}

#orderPadTable tbody tr.columnHeader td:first-child {
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
}

#orderPadTable tbody tr.columnHeader td:last-child {
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}

/* End Order Pad styles */

/* Start Item List Navigation-Pagination-Sorting styles */

#breadcrumb a {
	color: #B5121B;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#itemListNavigationTopUtil {
/*	background: url("../images/bkgd_appnav_emptynav_1X28.png") repeat-x scroll 0 0 transparent; /* RDM21: Change backgournd im for itemListNavigationTopUtil	*/
	background: url("../images/screenHeading.png") repeat-x scroll 0 0 transparent;  			/* RDM21: Change backgournd im for itemListNavigationTopUtil	*/
	background-color: #FFFFFF; 
/*	font-size: .65em; /* RDM25 change Breadcrumb and Item List Nav Pagination font size */
	font-size: .75em; /* RDM25 change Breadcrumb and Item List Nav Pagination font size */
	line-height: 28px;
	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;
}

.list-style-buttons a:HOVER {
	
}

.itemListNavPagination {
	display: inline-block;
}

.itemListNavFiller {
	float: right;
	height: 1px;
	width: 130px;
}

#itemListNavigationBottomUtil {
	background: url("../images/bkgd_appnav_emptynav_1X28.png") repeat-x scroll 0 0 transparent;
	background-color: #FFFFFF; 
	clear: both;
	font-size: .65em;
	line-height: 28px;
	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: maroon;
	padding: 5px 4px;
	text-decoration: none;
}

.itemListNavPagination a:hover {
	background-color: #ffffff;
	border: 1px solid maroon;
	color: #062989;
	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: maroon;
	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: maroon;
	font-weight: normal;
	text-decoration: none;
}

.numberItemsPerPage a:hover {
	text-decoration: underline;
}
/* 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;	/* RDM13: add Item Add label font color to black, resize font */
	color: #000000;		/* RDM13: add Item Add label font color to black, resize font */
	font-size: .9em;	/* RDM13: add Item Add label font color to black, resize font */
}

#lineItemAddPanel.toolPanel td {
	text-align: left;
}

#lineItemAddPanel.toolPanel td#lineItemAddSubmitButtonContainer {
	text-align: center;
}

#lineItemAddPanel input.input {
	font-size: .7em;
	width: auto !important;
}

#lineItemAddPanel form {
	display: inline;
}

#lineItemAddNumberInputBox input{
	width: 80px;
}

#lineItemAddQuantityInputBox input{
	width: 30px;
}

#lineItemAddUOMInputBox input{
	width: 50px;
}

#lineItemAddPanel table {
	margin: 0 auto;
	width: 170px;
}

#lineItemAddSubmitButtonContainer {
	text-align: center;
}

#lineItemAddSubmitButtonContainer input.button {
	max-width: 150px;
	white-space: normal;
	word-wrap: break-word;
}

#carveoutItems {
	margin-bottom: 1px;
}

.carveoutPanel {
	border: 1px;
	text-align: center;
/*	width: 100%;*/
}

.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;
}

.ItemThumbnailList {				/* RDM27: Add ItemThumbnailList to drop  border from images     */
	background-color: #FFFFFF;
	height: 80px;
	width: 80px;
}

.toolPanel {
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom: 1px;
	text-align: center;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

.toolPanel a {
	color: #000000;
	display: block;
	/* font-size: .7em; */
	font-size: .8em;	/* RDM22: chg, resize toolPanel font */
	font-weight: bold;
	line-height: 1em;
	padding: 8px;
	text-decoration: none;
}

.toolPanel a:hover {
	background-color: #CBCBCB;
}

.toolPanel>a:last-child {
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

/* RDM39: Add class for GeoTrust SSL Provider seal */ 
.GeoTrustPanel {
	/* background-color: #800000; */ 
	/* margin: 10px;  */ 
	margin: 0px auto 0px;
	max-width: 500px;
	text-align: center;

	/* bottom: -245px;  */ 
	/*right: 40px; */
}
/* RDM39: Add class for GeoTrust SSL Provider seal */

.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: #CBCBCB;
}

#userSessionPanel {
	background-color: #FFFFFF;
	font-size: .7em;
	overflow: auto;
	padding: 5px;
	width: 170px;
}

#userSessionPanel.toolPanel {
	text-align: left;
}

#userSessionPanel.toolPanel a {
	color: maroon;
	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: maroon;
}

.userSessionDetail {
	margin-bottom: 4px;
}

.accountTitle {
	/*background-color: #B5121B;							/* RDM8: del accountTitle color */
	background-position: top;								/* RDM8: add accountTitle image */
    background-image: url(../images/accountTitle.jpg);		/* RDM8: add accountTitle image */
    background-repeat: repeat-x;							/* RDM8: add accountTitle image */

	/* border-bottom: 1px solid white;						/* RDM8: del accountTitle bottom border */
	/* color: #FFFFFF;										/* RDM8: del accountTitle white font */
	color: #000000;											/* RDM8: del accountTitle black font */
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: .8em;
	height: 20px;
	margin-top: 5px;
	padding-right:3px;
	text-align: center;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}

.accountTitle a {
	display: inline;
	height: 11px;
	width: 11px;
}

.accountTitle h3 {
	display: inline;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.7em;
	margin: 0;
}

.accountTitle img {
	display: inline;
}

img.toggleImage {
	border: 0;
	cursor: pointer;
	margin: 4px 0;
	float: right;
}

/* End Right Main Column styles */


/* Start Footer Content styles */

#footer {
	clear: both;
	float: left;
	height: 50px;
	margin: 0 0 10px;
	width: 100%;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

#techstorefrontFooter {
	margin: 5px auto 1px ;
	max-width: 500px;
	font-size: .7em;
	font-style: normal;
	text-align: center;
	color: #FFFFFF;
}

#poweredByInfor {
	margin: 10px auto;
	max-width: 100px;
}

#contactUsFooter {
	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: silver;
	text-decoration: none;
	background-image: url(../images/Footer_Gradient.gif);
	margin-right: 5px;
	text-align: right;
	height: 20px;
	vertical-align: bottom;
}

#contactUsFooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-image: url(../images/Footer_Gradient.gif);
	margin-right: 5px;
	text-align: right;
	height: 20px;
	color: black;
}

#contactUsFooter a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-image: url(../images/Footer_Gradient.gif);
	margin-right: 5px;
	text-align: right;
	height: 20px;
	color: red;
}

#poweredByInfor img {
}
/* 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%;
}

/* 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 #B5121B;
	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 #B5121B;
	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: center;
}

#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 #B5121B;
	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 #B5121B;
	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;
}

#resetCurrentPickupLocationButton input {
/* 	width: 180px; */
}

#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;		/* RDM17: Change font for accountSummaryTablesContainer			*/
	font-size: .9em;		/* RDM17: Change font for accountSummaryTablesContainer			*/
	color: #000000;			/* RDM17: Change font for accountSummaryTablesContainer			*/
	font-weight: normal;
}

#accountSummaryAmountDue td {
	border-top: 2px solid #B5121B;
}

#accountSummaryCompanyNumber {
	padding-right: 20px;
}

/* End Account Summary screen styles */


/* Start Review Orders screen styles */

#reviewOrdersScreen fieldset {
	max-width: 800px;
}

#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 maroon;
	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: #B5121B;
	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 #invoicePaymentControls {
	text-align: center;
}

#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;
}

#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;
}

#viewInvoicesScreen .invoicePaymentEnabled #invoicePaymentButtonTopContainer input#invoicePaymentButtonTop.invoicePaymentButtonEnabled {
	background: #B5121B;
	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;
}

#viewInvoicesScreen #invoicePaymentControls 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;
}

#viewInvoicesScreen .invoicePaymentEnabled #invoicePaymentControls 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;
}

#viewInvoicesScreen .invoicePaymentEnabled #invoicePaymentControls input#invoicePaymentButtonBottom.invoicePaymentButtonEnabled {
	background: #B5121B;
	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;
}

#viewInvoicesScreen .invoicePaymentEnabled #invoicePaymentButtonTopContainer input#invoicePaymentButtonTop.invoicePaymentButtonEnabled:hover,
#viewInvoicesScreen .invoicePaymentEnabled #invoicePaymentControls input#invoicePaymentButtonBottom.invoicePaymentButtonEnabled:hover {
	text-decoration: underline;
}
	
#viewInvoicesScreen .invoicePaymentButtonTop:focus,
#viewInvoicesScreen .invoicePaymentButtonBottom:focus {
/* 	border: 2px solid red; */
}

#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: #B5121B;
	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 Cart screen styles */
#cartScreen .checkoutButton {
	/* font-weight: bold; */
}

/* End Cart screen styles */


/* Start Order Checkout screen styles */

#checkoutScreen fieldset fieldset legend {
	margin-left: 40%;
}

#checkoutScreen .standardForm>fieldset {
	width: 875px;
}

#checkoutScreen .standardForm fieldset fieldset {
	border: 0;
	border-top: 1px solid #708090;
	min-height: 250px;
	min-width: 0;
	max-width: 415px;
}

#checkoutScreen #creditCardDetailsContainer {
	float: left;
}

#checkoutScreen #ccAddress {
	float: left;
}

#checkoutScreen .orderTotalsContainer {
	border-top: 1px solid maroon;
}

#checkoutScreen .orderTotalsTable {
	margin: auto;
}

#checkoutScreen .checkoutSubmitButtonGroup {
	text-align: center;
}

#checkoutScreen #checkoutSubmitButtonGroupTop {
	border-bottom: 1px solid maroon;
}

#checkoutScreen #payByCreditCardToggleContainer {
	margin: auto;
	width: 875px;
}

/* End Checkout screen styles */


/* Start Item Detail screen styles */

#itemDetailContainer {
	margin: 15px auto;
}

/*#itemDetailImg, #itemDetailCart {	/* RDM24 - Move cart qty, add, recalculate to right side */
#itemDetailImg {						/* RDM24 - Move cart qty, add, recalculate to right side */
	clear: left;
	float: left;
	/*text-align: right;*/
	text-align: center;
	vertical-align: middle;
	/*width: 48%;*/
	width: 417px;
	height: 320px;
}

/* #itemDetailInfo, #itemDetailWishList , 				/* RDM24 - Move cart qty, add, recalculate to right side */
#itemDetailInfo, #itemDetailWishList , #itemDetailCart{ 	/* RDM24 - Move cart qty, add, recalculate to right side */
	width: 48%;
	float: right;
}

#itemDetailAllowAddCart, 
#itemDetailAllowWarehouse, 
#itemDetailCartBtn, 
#itemDetailWishListTextBox, 
#itemDetailWishListBtn {
	float: left;
	clear: both;
	margin: 6px 12px 6px 6px;
}

#itemDetailCart table {
	float: left;
}

/* #itemDetailCart  div {	/* RDM24 - Move cart qty, add, recalculate to right side */
#itemDetailCart  {			/* RDM24 - Move cart qty, add, recalculate to right side */
	float: right;
}

#itemDetailTab {
	width: 99%;
	clear: both;
}

#itemDetailScreen #itemDetailTab img {
	max-width: 700px;
}

#itemDetailScreen #itemDetailTab>table {
	margin: auto;
}

#itemDetailScreen #itemDetailTab #itemListForm table[width*="100%"] {
	/* background-color: #B5121B; /* RDM16: Change screenHeading & itemDetailTab from color to background image	*/
	background: url("../images/itemDetailTab.png") repeat-x scroll 0 0 transparent;	/* RDM16: Change screenHeading from color to background image	*/
	/* color: #ffffff; 	/* RDM16: Change screenHeading from color to background image	*/
	color: #00000;		/* RDM16: Change screenHeading from color to background image	*/
	height: 29px;
	font-weight: bold;
	border-radius: 7px;
	text-align: center;
	vertical-align: middle;
}

.DetailTabFiles{
	color: black;
	font-size: 12px;
}

/* RDM32: Add Class DetailTabFiles for attachment file text 	*/
.DetailTabFiles a{
	text-decoration: none;
}

.DetailTabFiles a:hover{
	text-decoration: underline;
}
/* RDM32: end Add Class DetailTabFiles for attachment file text 	*/

/* End Item Detail screen styles */


/* Start Category Browse screen styles*/

.topLevelCategoryContainer {
	float: left;
	margin: 0px;
	min-height: 270px;
	width: 160px;			/* RDM1 - Add category backgound image */
	text-align: center;
	background: url(../images/catg_bkgd.jpg) top no-repeat;	/* RDM1 - Add category backgound image */
}

.topLevelCategoryContainer a {
	color: #000000;			/* RDM41 - add link font color */
	padding-left: 5px;		/* RDM40 - chg from 20px to 15px */
	padding-right: 5px;		/* RDM40 - add from 5px right padding */
	font-size: .95em;		/* RDM40 - chg from 8em to .95em */
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.topLevelCategoryContainer a:hover {	/* RDM41 - add link font color */
	color: #800000;
	text-decoration: underline;
}

.topLevelCategoryContainer ul {
	margin: 5px 0 0 0;
	padding: 0;
}

.topLevelCategoryContainer ul li {
	font-size: .8em;
	/* list-style: disc inside none;  /* RDM12 chg topLevelCategoryContainer style, drop list bullet */
	list-style: none inside none;  /* RDM12 chg topLevelCategoryContainer style, drop list bullet */
}

/* RDM12 beg add subCategoryContainer style, drop list bullet */
.subCategoryContainer {
	color: #000000;
	font-size: 1.1em;
	line-height: 15px;
	list-style: none inside none;
	text-align: left;
	padding-left: 15px;		/* RDM40 - chg from 20px to 15px */
	padding-right: 5px;		/* RDM40 - add from 5px right padding */
	text-decoration: none;
}

.subCategoryContainer a {	/* RDM41 - add link font color */
	color: #800000;
}

.subCategoryContainer a:hover {
	color: #800000;			/* RDM41 - chg link font color */
	text-decoration: underline;
}
/* RDM12 end add subCategoryContainer style */

.banner {
	text-align: center;
}

.breadcrumbContainer {
	/* border-bottom: 1px solid #D7D7D7;/* RDM42: change breadcrumb conainter border color */
	border-bottom: 1px solid #800000; /* RDM42: change breadcrumb conainter border color */	
	clear: both;
	font-size: .75em;
	margin: 0 0 0 5px;
	padding-bottom: 3px;
}

.breadcrumbContainer a {
	color: black;
	/* font-size: .9em; /* RDM25 change Breadcrumb and Item List Nav Pagination font size */ 
	font-size: 1.0em; 	/* RDM25 change Breadcrumb and Item List Nav Pagination font size */
	font-weight: normal;
	text-decoration: none;
}

.breadcrumbContainer a:hover {
	color: #B5121B;
	text-decoration: underline;
}

.breadcrumbContainer .breadcrumbSeparator {
	font-size: .8em;
	vertical-align: 1px;
}

.breadcrumbContainer #lastBreadcrumbNode {
	color: #B5121B;
	font-weight: bold;
}

#refineBySearchInputForm input.input {
	border: 2px inset #D3D3D3;
	width: 125px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#refineBySearchInputForm input.button {
	border-radius: 7px;		/* RDM14: Change button radius */
	padding: 2px 4px;
}

#refineByCategoryContainer {
	margin-top: 5px;
	color: #FFFFFF;			/* RDM19: Change font color for cqtegory refine search labels */
}

#categorySidebarList {
	background-color: #FFFFFF;
	margin-top: 5px;
	max-height: 400px;
	overflow: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

a.categorySidebarLink {
	/*	color: maroon;	/* RDM11: Change categorySidebarLink font color to black */
	color: #000000;		/* RDM11: Change categorySidebarLink font color to black */
	display: block;
	/* font-size: .7em;	/* RDM11: Change categorySidebarLink font color to black, adjust font size */
	font-size: .8em;	/* RDM11: Change categorySidebarLink font color to black, adjust font size */
	font-weight: bold;
	margin: 8px 5px;
	text-decoration: none;
}

a.categorySidebarLink:hover {
	color: #800000;		/* RDM11: Change categorySidebarLink font color */
	text-decoration: underline;
}

div.refineByAttributeContainer {
	color: #FFFFFF;		/* RDM34: Change refineByAttributeContainer font color to white */
}

#refineByAttributeContainer {
	margin-top: 10px;
}

#attributeSelectionContainer {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#attributeSidebarList {
	background-color: #FFFFFF;
	margin-top: 5px;
	max-height: 400px;
	overflow: auto;
	overflow-x: scroll;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#attributeSidebarList ul {
	list-style: none;
	margin: 5px 0 5px 5px;
	padding: 0;
}

#attributeSidebarList ul li {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#attributeSidebarList ul ul {
	margin: 0;
}

#attributeSidebarList ul ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

label.attributeNameLabel {
	font-size: .9em;
}

a.attributeSidebarLink {
	color: maroon;
	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%;
}

#moreLess {
	color: #000000;
	font-size: .7em;
}

#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 fieldset {
	margin: auto;
	width: 760px;
}
#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 #800000;
	border-spacing: 0;
	margin: 10px auto;
	width: 90%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
table.viewShiptoSelectionTable {
	background-color: #ffffff;
	border: 1px solid #800000;
	min-width: 600px;
}

.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: maroon !important;
	color: #FFFFFF;
	font-weight: bold;
}

.viewShiptoSelectionTable tr.selected a {
	color: #FFFFFF;
}

.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 #800000;
	text-align: left;
}
#shipToScreen .viewShiptoSelectionTable tr:hover {
	background-color: #CBCBCB;
}

#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;	/* RDM31: Change savedOrdersScreen font size */
	font-size: 12px;	/* RDM31: Change savedOrdersScreen font size */
	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;
}
/* End Budgets, Spending Limit and Approvals screen styles */

/**********************************************************************/
/* RDM2 - Begin chg - Add font styles for Tech catalog content        */
/**********************************************************************/

div.infobox
{
    padding: 0px;
    width: 700px;
}

.infotable
{
    margin: 12px 0px 0px 0px;
    border: 0px;
    padding: 0px;
    width: 100%;
}

.infotablehdr
{
    width: 22%;
    background-color: #800000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
    line-height: 18px;
    padding-right: 4px;
    vertical-align: top;
}

.infotableitem
{
    width: 26%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: left;
    line-height: 18px;
    background-color: #DADADA;
    padding-left: 2px;
    vertical-align: top;
}

.infotablehdrblank
{
    width: 22%;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
    line-height: 18px;
    padding-right: 4px;
    vertical-align: top;
}

.infotableitemblank
{
    width: 26%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: left;
    line-height: 18px;
    background-color: #FFFFFF;
    padding-left: 2px;
    vertical-align: top;
}

.infotablecolsep
{
    width: 4%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: center;
    line-height: 18px;
    background-color: #FFFFFF;
}

.infologo
{
    margin: 12px;
    text-align: right;
}

.infodiagram
{
    margin: 12px;
    float: left;
    width: 100%;
}
.infotext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
	vertical-align: top;
    margin-bottom: 10px;
}

.infohdrbold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
}

.infotextbold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
	vertical-align: top;
	margin-bottom: 10px;
}

.infotextboldred
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #800000;
    background-color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
}

.infotextsm
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    text-align: left;
    margin-bottom: 10px;
}
.infotextsmctr
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
}

.infotextsmbold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
}

.infotextmed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
	vertical-align: top;
}

/* RDM28: Add infotextmedlink to show linked text as red when hovered over by mouse */
.infotextmedlink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
	vertical-align: top;
}

/* RDM28: Add infotextmedlink to show linked text as red when hovered over by mouse */
.infotextmedlink:hover
{
     color: #800000;
} 

.infotextmedctr
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    text-align: center;
	vertical-align: top;
}

.infotextmedrt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    text-align: right;
	vertical-align: top;
}

.infotextmedbold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
	vertical-align: top;
}

.infotextmedboldred
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #800000;
    text-decoration: none;

    font-weight: bold;
}

.infotextlg
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    text-align: left;

}

.infotextlgbold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
}

.infotextlgboldred
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #800000;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
}

.infotextxlgboldred
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #800000;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
}

.infolist
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    text-align: left;
    font-size: 13px;
	/*font-size: 10pt;*/
}
.infovideo
{
    padding: 10px;
    background-color: #800000;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -border-radius: 7px;
    width: 650px;
    margin-left: 15px;
}

.inputtop{
	width: 80px;
	vertical-align: top;

/* RDM2 - End hg - Add font styles for Tech catalog content        */

/* Reset Password screen styles   BEGIN  */
#resetPasswordScreen .standardForm fieldset {
	max-width: 600px;
}

.resetPasswordRules {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
/* Reset Password screen styles   ENDED  */


/* Edit Account screen styles     BEGIN  */
#editAccountScreen .standardForm fieldset {
	max-width: 730px;
}

#editAccountScreen #accountInfo table {
	width: 720px;
}
/* Edit Account screen styles     ENDED  */


/* from old Master.css */

.footer {
	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: silver;
	text-decoration: none;
	background-image: url(../images/Footer_Gradient.gif);
	margin-right: 5px;
}

.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: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #DDE0BD;
}

.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: #800000;
}

.item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #800000;
}

.tabtr {
	background-color: #800000;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
}

.tabbg {
	background-color: #800000;
}

.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;
}
