body {
	font-family:'Open Sans', 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color:#ededed;
}

.wpthemeBanner .wpthemeBannerInner {
	border:none;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.wpthemeBanner .wpthemeBannerInner .wpthemeCommonActions {
/* 	margin:10px 0; */
}
.wpthemeBannerPrimaryNavigation .wpthemeBannerInner{
	border:none;
}

.wpthemeBanner .wpthemeBranding img {
	background-position:0 -448px;
}

.wpthemeControlHeader{
	border-top: 3px solid #003366;
}

.wpthemeLogo {
	display:block;
	height:auto;
	width:auto;
	background-image:none;
	margin-top:0px; 
}
.wpthemeLogo .wpthemeInner {
/* 	overflow: hidden; */
}
.wpthemeLogo > .wpthemeInner {
/* 	position: initial!important; */
/* 	width: auto!important; */
	position: initial;
}
header .logo img {
	margin-bottom: 10px;
}
.outerContainer {
	height:100%;
	overflow:hidden;
}
.outerContainer::-webkit-scrollbar {
	height: 10px;
	width: 10px;
	background: #fff;
	border-left:1px solid #999;
}
.outerContainer::-webkit-scrollbar-thumb {
	background: #ccc;
	border-left:1px solid #999;
}
.outerContainer::-webkit-scrollbar-corner {
	background: #ccc;
}
.outerContainer::-webkit-scrollbar              { /* 1 */ }
.outerContainer::-webkit-scrollbar-button       { /* 2 */ }
.outerContainer::-webkit-scrollbar-track        { /* 3 */ }
.outerContainer::-webkit-scrollbar-track-piece  { /* 4 */ }
.outerContainer::-webkit-scrollbar-thumb        { /* 5 */ }
.outerContainer::-webkit-scrollbar-corner       { /* 6 */ }
.outerContainer::-webkit-resizer                { /* 7 */ }

p::selection {
	background-color:#676767;
	color:#fff;
}
.dj_ie .outerContainer {
	height:auto;
	overflow:hidden;
}
header.headerClass {
/* 	position: relative !important; */
}
.headerBanner {
	position:relative;
	background-color:#fff;
/* 	overflow:hidden; */
}
.headerBanner .wpthemeInner {
/* 	width:1080px; */
	position:relative;
}
.topBorder {
	border-top: 1px solid #999;
}
.overlayContainer {
	position:relative;
}
.mobileNavButton {
	display:none;
}
#topLevelLinksButton {
	text-align: center;
	background: rgb(0,138,191);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGFiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc1YTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,138,191,1) 0%, rgba(0,117,163,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,138,191,1)), color-stop(100%,rgba(0,117,163,1)));
	background: -webkit-linear-gradient(top,  rgba(0,138,191,1) 0%,rgba(0,117,163,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,138,191,1) 0%,rgba(0,117,163,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,138,191,1) 0%,rgba(0,117,163,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,138,191,1) 0%,rgba(0,117,163,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008abf', endColorstr='#0075a3',GradientType=0 );
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#topLevelLinksButton button {
	background:none;
	background-color: rgba(255,255,255,.4);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 100px;
	height: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #333;
	border-bottom-color: #FFF;
	border-left-color: #333;
	cursor: pointer;
}
#topLevelLinksButton.open button .arrow {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
	display: block;
	margin: auto;
}
#topLevelLinksButton.closed button .arrow {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	display: block;
	margin: auto;
}
.wpthemeCommonActions .wpthemeBranding {
	display:none;
}
.portletHeading {
	display:none;
}
.appContainer .innerAppContainer {
/* 	width:1080px; */
	margin:auto;
}
.topContent {
	position: relative;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.wpthemeCol-1 {
	width: 100%;
	margin: 0px;
}
button {
	color: inherit;
	border: 1px solid #999;
	padding: 2px 4px 4px 4px;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 7%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(7%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 7%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 7%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 7%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 7%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor:pointer;
}
button:hover {
	color: #000;
}
footer {
	clear:both;
	overflow:hidden;
}
.shadow {
}
.insetShadow {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}

.dijitTitlePaneTitle h2 {
	font-size:inherit;
	margin:0px;
	padding:0px;
}
.wpthemeMainContent {
/*	position:relative;
	padding-top:30px; */
}
.appContainer {
	padding-top:10px;
}
.appContainer.orderingPortletView,
.appContainer.categoryListing,
.appContainer.productItemListing,
.appContainer.itemDetail,
.appContainer.manufacturerItems,
.appContainer.searchResults,
.appContainer.orderFromHistory {
	padding-top:0;
}
.appContainer .portletHeading {
	display:none;
}
.wpthemeControl {
	margin:0px;
}

.wpthemeLogo .logo {
	display:inline-block;
	vertical-align:middle;
}
.wpthemeHeader .wpthemeInner {
	width: auto;
}
.ibmPortalCustomizeShelf .wpthemeInner {
	width: auto;
}
.ibmPortalCustomizeShelf .utb-btn-container {
	margin-right:10px;
}
.ibmPortalCustomizeShelf .utb-palette .lotusTabs {
	margin-left:10px;
}
.utb-container .lotusPaletteNav {
	margin-left:5px;
}
.utb-overview {
	padding-left: 5px;
}
.utb.wpthemeOpen {
	height:20em !important;
}
.wpthemeThin {
	margin-top:5px;
}
.wpthemeThin header {
	border:none;
	height:20px;
}
.wpthemeThin header .wpthemeInner {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjY2VlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2NlZWYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(188,206,239,1) 0%, rgba(188,206,239,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,206,239,1)), color-stop(100%,rgba(188,206,239,0)));
	background: -webkit-linear-gradient(top,  rgba(188,206,239,1) 0%,rgba(188,206,239,0) 100%);
	background: -o-linear-gradient(top,  rgba(188,206,239,1) 0%,rgba(188,206,239,0) 100%);
	background: -ms-linear-gradient(top,  rgba(188,206,239,1) 0%,rgba(188,206,239,0) 100%);
	background: linear-gradient(to bottom,  rgba(188,206,239,1) 0%,rgba(188,206,239,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcceef', endColorstr='#00bcceef',GradientType=0 );
	height:20px;
	display:none;
	margin:0px;
	width:auto;
}
.wpthemeThin:hover header .wpthemeInner {
	display:block;
}
.wpthemeThin header h2 {
	display: none !important;
}
.wpthemeThin .wpthemeIcon {
	float: right;
	padding:4px !important;
}
.wpthemeThin .appContainer {
	margin-top:0px;
}
.wpthemeThin .wpthemeControlBody {
	margin: 0px 5px;
}

.menuContentContainer {
	float:left;
}
.menuContentContainer .menuContent {
	width:175px;
}
.menuContentContainer .menuContent .menuImage {
	text-align:center;
	margin:5px;
}
.menuContentContainer .menuContent .menuCopy {
	margin:5px;
}
.modelHasChildrenIcon {
	display:none;
}
.loadingOverlay {
    background:  #fff url('../images/ajax-loader.gif') no-repeat 10px 14px;
    position: absolute;
    z-index: 1001;
    display: none;
}
.pageOverlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.loadingMessage {
    padding: 22px 50px;
    color: #999;
}

.topNavBar {
	background: none;
	border: none;
}
.topNavBar:after {
	content: "";
	display: block;
	clear: both;
}
.wpthemeBanner.wpthemeBannerPrimaryNavigation {
	-ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #006f91;
}
.topNavBar .modelHasChildren .modelHasChildrenIcon,
.topNavBar .modelHasChildrenIcon {
    display: none;
}

.wpthemeHeaderNav ul li a,
.wpthemeHeaderNav ul li a:active {
	font-size: 8pt;
}

.topNavBar ul {
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topNavBar ul>li {
    float: left;
    position:relative;
}

.topNavBar ul>li:first-child {
    background-image: none;
    padding-left: 0;
    z-index: 1;
}

.topNavBar ul>li li {
    float: none;
}

.topNavBar ul>li a,
.topNavBar ul>li a:hover {
	font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding: 15px 19px;
    display: block;
}

.topNavBar ul>li:hover > a,
.topNavBar ul>li.openMenu > a,
.topNavBar ul>li.lotusSelected > a,
.topNavBar ul>li.topNavHover > a,
.wpthemeBanner .wpthemePrimaryNav li.wpthemeSelected > a, 
.wpthemeBanner .wpthemePrimaryNav li.wpthemeSelected > a:focus, 
.wpthemeBanner .wpthemePrimaryNav li.wpthemeSelected > a:hover,
.wpthemeBanner .wpthemePrimaryNav li.wpthemeSelected > a:active {
	color: #00abe0;
}

.topNavBar [class^="subMenu"] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
    background: #fff;
	-ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	border: 1px solid #ededed;
    border-top: none;
}

.topNavBar .alignMenu_right > [class^="subMenu"] {
	left:auto;
	right:0;
}

.topNavBar .alignMenu_full {
	position:static;
}
.topNavBar .alignMenu_full > [class^="subMenu"] {
	left:0;
	right:0;
}
.topNavBar .alignMenu_full > [class^="subMenu"] li {
	display:inline-block;
}
.topNavBar [class^="subMenu"] a,
.topNavBar [class^="subMenu"] a:hover {
    background-color: #0000;
    line-height: 16px;
    white-space: nowrap;
    padding: 13px 15px;
    display: block;
    border-top: 1px solid #f3f3f3;
    font-weight: normal;
    float: none;
    color: #777;
    text-transform: uppercase;
}
.topNavBar [class^="subMenu"] a:hover{
	padding-left: 20px;
	padding-right:10px;
	color:#00abe0;
}
.topNavBar > ul:first-child > .toplevel > a {
	border-top:none;
}
.topNavBar [class^="subMenu"] li:hover > a {
	background:rgba(255,255,255,.2);
}
.topNavBar [class^="subMenu"] ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
	background: #fff;
	white-space: nowrap;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.smartphone .buttonBar .dijitButton,
.tablet .buttonBar .dijitButton {
    /* display: block;
    margin-bottom: 10px; */
}

#stationeryDropdown .menuContainer ul,
#rightDropdown .menuContainer ul {
	display: flex;
	flex-wrap: wrap;
	width: 475px;
}
#rightDropdown .menuContainer ul {
	width: 405px;	
}
#stationeryDropdown .menuContainer ul li,
#rightDropdown .menuContainer ul li {
	width: 50%;
}


/* Standard Display - Start */
.defaultNav .topNavBar [class^="subMenu"] {
	display:none;
}
.defaultNav .topNavBar li:hover > span[class^="subMenu"],
.defaultNav .topNavBar li.openMenu > span[class^="subMenu"] {
	display:block;
	z-index:11;
}
.defaultNav .topNavBar [class^="subMenu"] ul ul {
	display:none;
}
.defaultNav .topNavBar [class^="subMenu"] ul li:hover > ul {
    display: block;
}
/* Standard Display - End */

/* Fade In - Start (fadeIn) */
.fadeInNav .topNavBar [class^="subMenu"] {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
}
.fadeInNav .topNavBar li:hover > span[class^="subMenu"] {
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:10;
}
.fadeInNav .topNavBar [class^="subMenu"] ul ul {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
}
.fadeInNav .topNavBar [class^="subMenu"] ul li:hover ul {
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:10;
}
/* Fade In - End */

/* Wipe In - Start (wipeIn) */
.wipeInNav .topNavBar [class^="subMenu"] {
	overflow:hidden;
	max-height:0;
}

.wipeInNav .topNavBar li:hover > span[class^="subMenu"] {
	max-height:1080px;
	z-index:10;
}
.wipeInNav .topNavBar [class^="subMenu"]:hover {
	overflow:visible;
}
.wipeInNav .topNavBar [class^="subMenu"] ul ul {
	overflow:hidden;
	max-height:0;
}
.wipeInNav .topNavBar [class^="subMenu"] ul li:hover ul {
	max-height:1080px;
}
.wipeInNav .topNavBar [class^="subMenu"] ul li:hover ul:hover {
	overflow:visible;
}
/* Wipe In - End */

/* Fold Out - Start (foldOut) */
.foldOutNav .topNavBar [class^="subMenu"] {
    max-height:0;
    overflow:hidden;
    -webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin:50% 0;
}
.foldOutNav .topNavBar li:hover > span[class^="subMenu"] {
    max-height:1080px;
    -webkit-transform:perspective(400) rotate3d(0,0,0,0);
    z-index:10;
}
.foldOutNav .topNavBar [class^="subMenu"]:hover {
	overflow:visible;
}
.foldOutNav .topNavBar [class^="subMenu"] ul ul {
	max-height:0;
    overflow:hidden;
    -webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin:50% 0;
}
.foldOutNav .topNavBar [class^="subMenu"] ul li:hover ul {
	 max-height:1080px;
    -webkit-transform:perspective(400) rotate3d(0,0,0,0);
}
.foldOutNav .topNavBar [class^="subMenu"] ul li:hover ul:hover {
	overflow:visible;
}
/* Fold Out - End */

/* Wipe In Over - Start (wipeIn2) */
.wipeInOverNav .topNavBar [class^="subMenu"] {
	overflow:hidden;
	max-height:0;
	max-width:0;
}
.wipeInOverNav .topNavBar li:hover > span[class^="subMenu"] {
	max-height:1080px;
	max-width:1080px;
	z-index:10;
}
.wipeInOverNav .topNavBar [class^="subMenu"]:hover {
	overflow:visible;
}
.wipeInOverNav .topNavBar [class^="subMenu"] ul ul {
	overflow:hidden;
	max-height:0;
	max-width:0;
}
.wipeInOverNav .topNavBar [class^="subMenu"] ul li:hover ul {
	max-height:1080px;
	max-width:1080px;
}
.wipeInOverNav .topNavBar [class^="subMenu"] ul li:hover ul:hover {
	overflow:visible;
}
/* Wipe In Over - End */

/* Fade Fly In - Start (fadeFlyIn) */
.fadeFlyInNav .topNavBar [class^="subMenu"] {
	border: 1px solid #999;
	border-top:none;
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	left:-10px;
}
.fadeFlyInNav .topNavBar li:hover > span[class^="subMenu"] {
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:11;
	left:0
}
.fadeFlyInNav .topNavBar .alignMenu_right [class^="subMenu"] {
	left:auto;
	right:-10px;
}
.fadeFlyInNav .topNavBar li.alignMenu_right:hover > span[class^="subMenu"] {
	left:auto;
	right:0;
}
.fadeFlyInNav .topNavBar .alignMenu_full [class^="subMenu"] {
	left:-10px;
	right:-10px;
}
.fadeFlyInNav .topNavBar li.alignMenu_full:hover > span[class^="subMenu"] {
	left:0;
	right:0;
}
.fadeFlyInNav .topNavBar [class^="subMenu"] ul ul {
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	left:90%;
}
.fadeFlyInNav .topNavBar [class^="subMenu"] ul li:hover ul {
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:11;
	left:100%;
}
/* Fade Fly In - End */

.headerBanner .wpthemeActions {
	border-bottom:1px solid #333;
}
.headerBanner .wpthemeActions .wpthemeCommonActions {
	margin:5px 0;
}

.wpthemeBanner ul.wpthemeCommonActions>li>span,
.wpthemeBanner ul.wpthemeCommonActions li a:link,
.wpthemeBanner ul.wpthemeCommonActions li a:visited,
.wpthemeBanner ul.wpthemeCommonActions li a:active {
    border-right: 1px solid gray;
    color:#006f91;
    font-weight:500;
    margin: 0;
}
.wpthemeBanner ul.wpthemeCommonActions>li:last-child>span,
.wpthemeBanner ul.wpthemeCommonActions li:last-child a:link,
.wpthemeBanner ul.wpthemeCommonActions li:last-child a:visited,
.wpthemeBanner ul.wpthemeCommonActions li:last-child a:active,
.smartphone .wpthemeBanner ul.wpthemeCommonActions>li>span,
.smartphone  .wpthemeBanner ul.wpthemeCommonActions li a:link,
.smartphone .wpthemeBanner ul.wpthemeCommonActions li a:visited,
.smartphone .wpthemeBanner ul.wpthemeCommonActions li a:active,
.tablet .wpthemeBanner ul.wpthemeCommonActions>li>span,
.tablet  .wpthemeBanner ul.wpthemeCommonActions li a:link,
.tablet .wpthemeBanner ul.wpthemeCommonActions li a:visited,
.tablet .wpthemeBanner ul.wpthemeCommonActions li a:active {
    border-right: none;
}
.wpthemeBanner ul.wpthemeCommonActions #wpthemeSignUp {
	display:none;
}


#subMenuContainer .subMenu-1.menuAlignFull {
	border-top:1px solid #999;
}
#subMenuContainer .subMenu-1.menuAlignFull > ul > .wpthemeLeft {
    float: left;
}
#subMenuContainer .subMenu-1.menuAlignFull > ul > .wpthemeLeft > a {
	border-top:none;
}


.s2k-dojo .dijitTitlePane .dijitTitlePane {
    clear: both;
}
.s2k-dojo .dijitTitlePaneTitle {
	font-size: 1.3em;
	color: #333;
	background: transparent; 
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
/* 	padding: 5px 10px 5px 0px; */
	padding: 5px;
	margin: 0px 0px 6px 0px;
	overflow:hidden;
	border-bottom: 1px solid #f07c29;
	text-transform: uppercase;
	position: relative;
}
.s2k-dojo .dijitTitlePaneTitle .dijitArrowNodeInner {
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
    display: none;
}
.s2k-dojo .s2kAdminFormTemplateDisplay .dijitTitlePaneTitle,
.s2k-dojo .s2kAdminFormTemplateDisplay .dijitTitlePaneContentInner > .buttonBar
.s2k-dojo .s2kAdminFormTemplateDisplay .dijitTitlePaneContentInner .buttonBar {
	display: none;
}

h1 {
	margin-top:5px;
	font-weight:400;
	padding:6px 0px;
}
.s2k-dojo .featuredItemsComponent .dijitTitlePaneTitle,
.s2k-dojo .newItemsComponent .dijitTitlePaneTitle {
    margin: 0;
    width: auto;
    display: inline-block;
    float: left;
    border-bottom: 3px solid #00abe0;
    font-size: 1.5em;
    font-weight: 700;
}
.s2k-dojo .featuredItemsComponent .dijitTitlePaneTitle:after,
.s2k-dojo .newItemsComponent .dijitTitlePaneTitle:after {
  	content:'';
	display:block;
	clear:both;
}

.s2k-dojo .dijitTitlePane .dijitTitlePane .dijitTitlePaneTitle {
    border-right-style: none;
    border-left-style: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.s2k-dojo .dijitTabPane .dijitTitlePane .dijitTitlePaneTitle,
.s2k-dojo .itemFooter .dijitTitlePane .dijitTitlePaneTitle,
.s2k-dojo .socialBox .dijitTitlePane .dijitTitlePaneTitle,
.s2k-dojo .floatBoxColumn .dijitTitlePane .dijitTitlePaneTitle {
    border-right-style: solid;
    border-left-style: solid;
}
/*
.s2k-dojo .dijitTitlePaneTitleFocus {
    margin-top: 0;
    padding-bottom: 0;
}
*/
.s2k-dojo .dijitTitlePane .dijitArrowNode {
    display: none;
}

.s2k-dojo .dijitTitlePaneTextNode {
    margin-left: 0;
    margin-right: 4px;
    vertical-align: text-top;
}
/*
.s2k-dojo .dijitTitlePane .dijitTitlePaneTextNode {
    color: #fff;
}

.s2k-dojo .dijitTitlePaneFocused .dijitTitlePaneTextNode {
    color: #fff;
}
*/
.s2k-dojo .dijitTitlePaneContentOuter {
	background:#fff;
	border:none;
}

.s2k-dojo .dijitTitlePane .dijitTitlePane .dijitTitlePaneContentOuter {
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.s2k-dojo .dijitTabPane .dijitTitlePane .dijitTitlePaneContentOuter,
.s2k-dojo .itemFooter .dijitTitlePane .dijitTitlePaneContentOuter,
.s2k-dojo .socialBox .dijitTitlePane .dijitTitlePaneContentOuter,
.s2k-dojo .floatBoxColumn .dijitTitlePane .dijitTitlePaneContentOuter {
    border-right-style: solid;
    border-left-style: solid;
}

.s2k-dojo .dijitTitlePaneContentInner {
    padding: 0;
}

.s2k-dojo .dijitButton .dijitButtonNode,
.s2k-dojo .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .dijitComboButton .dijitButtonNode,
.s2k-dojo .dijitToggleButton .dijitButtonNode {
	color:#fff;
	border: 1px solid #00abe0;
	padding: 4px 6px 4px 6px;
	background: #00abe0;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.s2k-dojo .dijitButton .dijitButtonNode:hover,
.s2k-dojo .dijitButtonHover .dijitButtonNode,
.s2k-dojo .dijitDropDownButtonHover .dijitButtonNode,
.s2k-dojo .dijitComboButtonHover .dijitButtonNode,
.s2k-dojo .dijitToggleButtonHover .dijitButtonNode {
	background:#333;
	border: 1px solid #333;
}

.s2k-dojo .expand .dijitButton .dijitButtonNode,
.s2k-dojo .expand .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .expand .dijitComboButton .dijitButtonNode,
.s2k-dojo .expand .dijitToggleButton .dijitButtonNode {
	color:#676767;
}

.s2k-dojo .cellData .rightButton .dijitButton .dijitButtonNode,
.s2k-dojo .cellData .rightButton .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .cellData .rightButton .dijitComboButton .dijitButtonNode,
.s2k-dojo .cellData .rightButton .dijitToggleButton .dijitButtonNode {
    padding: 1px 4px 1px 4px;
}

.s2k-dojo .action .dijitButtonText {
    padding: 0;
}

.s2k-dojo .action .dijitToggleButton,
.s2k-dojo .action .dijitButton,
.s2k-dojo .action .dijitDropDownButton,
.s2k-dojo .action .dijitComboButton {
    margin: 0;
}

.s2k-dojo .action .dijitButton .dijitButtonNode,
.s2k-dojo .action .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .action .dijitComboButton .dijitButtonNode,
.s2k-dojo .action .dijitToggleButton .dijitButtonNode,
.s2k-dojo .moreLess .dijitButton .dijitButtonNode,
.s2k-dojo .moreLess .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .moreLess .dijitComboButton .dijitButtonNode,
.s2k-dojo .moreLess .dijitToggleButton .dijitButtonNode {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.s2k-dojo .lists .dijitTabPane {
    padding: 0;
}

.s2k-dojo .gridContainer .qty .dijitTextBox,
.s2k-dojo .cartBox .addToCart .dijitTextBox,
.s2k-dojo .gridContainer .itemQuantity .dijitTextBox {
    width: 50px;
}

.s2k-dojo .expand .dijitButtonText {
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.s2k-dojo .expand .dijitToggleButton,
.s2k-dojo .expand .dijitButton,
.s2k-dojo .expand .dijitDropDownButton,
.s2k-dojo .expand .dijitComboButton {
    margin: 0;
}

.s2k-dojo .expand .dijitButton .dijitButtonNode,
.s2k-dojo .expand .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .expand .dijitComboButton .dijitButtonNode,
.s2k-dojo .expand .dijitToggleButton .dijitButtonNode {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 2px;
    margin: 0;
}

.s2k-dojo .field.multi .dijitTextBox {
    width: 7em;
}

.s2k-dojo .itemQuantity .dijitTextBox,
.s2k-dojo .cartBox .itemQuantity .dijitTextBox {
    width: 5em;
}

.s2k-dojo .quickOrderPortlet .quickOrderInput .itemNum .dijitTextBox {
    width: 8em;
}

.s2k-dojo .layoutButtons .dijitButton .dijitButtonNode,
.s2k-dojo .layoutButtons .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .layoutButtons .dijitComboButton .dijitButtonNode,
.s2k-dojo .layoutButtons .dijitToggleButton .dijitButtonNode {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    padding-top: 0;
}

.s2k-dojo .layoutButtons .dijitToggleButton,
.s2k-dojo .layoutButtons .dijitButton,
.s2k-dojo .layoutButtons .dijitDropDownButton,
.dijitComboButton {
    margin: 0;
}

.s2k-dojo .layoutButtons .dijitButtonText {
    padding: 0;
}

.s2k-dojo .listSize .dijitComboBox {
    width: 50px;
}

.s2k-dojo .split2 .dijitComboBox {
    width: 7em;
}

.s2k-dojo .genList .competitorCol .dijitTextBox {
    width: 140px;
}

.s2k-dojo .genList .rankCol .dijitTextBox {
    width: 45px;
}

.s2k-dojo .genList .removeLink button {
    background: transparent;
    border: none;
    color: #c00;
    font-size: 13pt;
    font-weight: bold;
    padding: 3px;
    margin: 0;
}

.s2k-dojo .removeLink .dijitToggleButton,
.s2k-dojo .removeLink .dijitButton,
.s2k-dojo .removeLink .dijitDropDownButton,
.s2k-dojo .removeLink .dijitComboButton {
    margin: 0;
}

.s2k-dojo .removeLink .dijitButton .dijitButtonNode,
.s2k-dojo .removeLink .dijitDropDownButton .dijitButtonNode,
.s2k-dojo .removeLink .dijitComboButton .dijitButtonNode,
.s2k-dojo .removeLink .dijitToggleButton .dijitButtonNode {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 2px;
    margin: 0;
}

.s2k-dojo .gridContainer .dijitComboBox {
    width: 90%;
    max-width: 15em;
}

.s2k-dojo .dijitTextBoxDisabled input {
    color: #bbb;
}

.s2k-dojo .dijitTabContainerLeft-tabs {
    width: 150px;
    border: none;
}

.s2k-dojo .dijitTabContainerLeft-dijitContentPane {
    padding: 16px;
}

.s2k-dojo .dijitTab .tabLabel {
    min-height: 16px;
}

.updated>.tabLabel {
    color: #F00;
    width: 140px;
}

.updated>.tabLabel:before {
    content: ' ';
    background-image: url(../images/disk_icon.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 16px;
    width: 16px;
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
}

.s2k-dojo .dijitTabPane .emptyList .dijitTitlePane .dijitTitlePaneContentOuter {
    border-bottom-style: solid!important;
}

.s2k-dojo .itemMaintenance .delete .dijitTextBox,
.s2k-dojo .itemMaintenance .delete .dijitTextBox .dijitButtonNode {
    border-color: #f00;
    background-color: #fee!important;
}

.s2k-dojo .itemMaintenance .delete .dijitTextBox .dijitInputInner {
    background-color: transparent!important;
}

.s2k-dojo .dijitDialogTitleBar {
    background-color: #00abe0;
}
.s2k-dojo .dijitDialogTitleBar .dijitDialogTitle {
	color: #fff;
}
.s2k-dojo .leftCol .dijitTextBox {
    width: 180px;
}
.s2k-dojo .leftCol .s2kAdminFormTemplateDisplay .theForm {
	margin-right: 20px;
}
.s2k-dojo .leftCol .s2kAdminFormTemplateDisplay .dijitTextBox {
	width: 100%;
}
.orderingPortletView .leftCol {
	display: none;
}

.boxes .itemResults .detailRow,
.headerBanner .wpthemeInner,
.wpthemeFooter .wpthemeInner,
.appContainer .innerAppContainer,
.wpthemeCrumbTrailContainer .wpthemeCrumbTrail,
.wptheme1Col .wpthemeCol,
.wptheme2Col .wpthemeCol,
.itemDetailLayout4 .itemDetailLeft,
.itemDetailLayout4 .itemDetailRight,
.itemDetailLayout4 .itemDetailFull,
.itemDetailLayout4 .rightColumn,
.loginPortlet .floatBoxColumn,
.appContainer .mainCol {
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out; /* IE10 is actually unprefixed */
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.appContainer .leftCol {
	width:200px;
	float:left;
	margin-right:6px;
}
.appContainer.categoryListing .mainCol,
.appContainer.productItemListing .mainCol,
.appContainer.searchResults .mainCol,
.appContainer.manufacturerItems .mainCol,
.appContainer.orderFromHistory .mainCol {
	width:874px;
	float:left;
}
.smartphone .appContainer.categoryListing .mainCol,
.smartphone .appContainer.productItemListing .mainCol,
.smartphone .appContainer.searchResults .mainCol,
.smartphone .appContainer.manufacturerItems .mainCol,
.smartphone .appContainer.orderFromHistory .mainCol,
.tablet .appContainer.categoryListing .mainCol,
.tablet .appContainer.productItemListing .mainCol,
.tablet .appContainer.searchResults .mainCol,
.tablet .appContainer.manufacturerItems .mainCol,
.tablet .appContainer.orderFromHistory .mainCol {
	width:100%;
}
.appContainer.categoryListing .innerAppContainer.noLeftContent .mainCol,
.appContainer.productItemListing .innerAppContainer.noLeftContent .mainCol,
.appContainer.searchResults .innerAppContainer.noLeftContent .mainCol,
.appContainer.manufacturerItems .innerAppContainer.noLeftContent .mainCol {
	width:100%;
}

/* Custom  */
.wpthemeBanner ul.wpthemeCommonActions li a:hover,
.wpthemeBanner ul.wpthemeCommonActions>li>span:hover,
.wpthemeUnderlineText:hover {
	color: #f07c29;
	text-decoration: none;
}
#bannerMessage {
	min-width: 100px;
	font-weight: 500;
}
#bannerCart {
	margin-top: 25px;
	position: relative;
}
#bannerCart .cartIcon {
	background:  url('../images/cart_icon.png') no-repeat;
	background-size: 100%;
	height: 40px;
	width: 40px;
	margin-right: 70px;
}
#bannerCart .cartIcon,
#bannerCart .cartItems {
	vertical-align: bottom;
}
#bannerCart .cartItems > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
#bannerCart .cartItems > a > span {
	width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #00abe0;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
}
#bannerCart .cartItems > a:hover {
	text-decoration: none;
	color: inherit;
}
.themeSearchContainer {
	right: 205px;
}
.themeSearchBar {
	position: initial;
	margin-top: 30px;
	width: auto;
}
.themeSearchBar .field {
	background: #ededed;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.themeSearchBar .field .dijitTextBox .dijitInputField {
	background: #ededed;
	font-style: normal;
    padding: 0 10px;
}
.themeSearchBar .field .dijitTextBox .dijitInputField.dijitPlaceHolder {
	margin-left: 15px;
    padding: 0;
}
.themeSearchBar .button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px;
	background: #00abe0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.themeSearchBar .button:hover {
	background: #474E58;
}
.themeSearchBar .button .bIcon:before {
	color: #fff;
}
.wpthemePrimaryNav > ul > li > a {
	background: transparent;
	position: relative;
	font-weight: 400;
}
.wpthemePrimaryNav > ul > li > a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -8px;
    bottom: 0;
    background: #00abe0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.wpthemePrimaryNav > ul > li > a > span:before {
	content: "";
    position: absolute;
    right: -8px;
    top: -8px;
    border: 4px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    border-left-color: #00abe0;
    border-bottom-color: #00abe0;
    opacity: 0;
    z-index: -1;
}
.wpthemePrimaryNav > ul > li:hover,
.wpthemePrimaryNav > ul > li:hover > a {
    color: #fff;	
    z-index: 1;
}
.wpthemePrimaryNav > ul > li:first-child > a:before,
.wpthemePrimaryNav > ul > li:first-child > a > span:before,
.wpthemePrimaryNav > ul > li:hover > a:before,
.wpthemePrimaryNav > ul > li:hover > a > span:before {
    opacity: 1;
}
.wpthemePrimaryNav > ul > li.hasChildren > a > span:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-left: 5px;
}
.homeContainer .top {
	margin-top: 20px;
}
.homeContainer .top,
.homeContainer .top .column,
.homeContainer .bottom,
.homeContainer .bottom .left,
.homeContainer .bottom .right .rightTop  {
	display: flex;
	justify-content: space-between;
}
.homeContainer .top,
.homeContainer .bottom {
	margin-bottom: 20px;	
}
.homeContainer .bottom .left > span {
	margin-bottom: 10px;		
}
.homeContainer .bottom .left > span:last-child {
	margin-bottom: 0;
}
.homeContainer .homeRotator,
.homeContainer .bottom .right .rightTop {
	flex: 3;
}
.homeContainer .top .column {
	flex-direction: column;
	margin-left: 20px;
	flex: 1;
}
.homeContainer .bottom .left {
	flex-direction: column;
	margin-right: 20px;	
	width: 25%;
}
.homeContainer .bottom .right {
	width: 75%;	
}
.homeContainer .bottom .right .rightTop > span {
	margin-right: 20px;	
	flex: 1;
	overflow: hidden;
    border-radius: 5px;
}
.homeContainer .bottom .right .rightTop > span:last-child {
	margin-right: 0;
}
.homeContainer a,
.homeContainer .image {
    max-width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.homeContainer .slide a {
	display: inline-block;
}
.homeContainer .slide a:hover {
	border-radius: 5px;
}
.homeContainer a > img,
.homeContainer .rightTop > span > img,
.homeContainer .image > img {
	width: 100%;
	height: auto;
	-webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
}
.homeContainer a > img:hover,
.homeContainer .rightTop > span img:hover,
.homeContainer .image > img:hover {
	 transform: scale(1.05);
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    border-radius: 5px;
}
.homeContainer .image {
	background: #f4f4f4;
    padding: 0 10px;
}
.homeContainer .hero-image > a > img {
	transform: none;
	-moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    border-radius: 0;
}
.homeContainer .text {
	background: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    font-weight: 500;
    flex: 1;
}
.homeContainer .text i {
	color: #0fabe0;
	font-size: 26px;
    width: 35px;
    font-weight: 300;
}
.homeContainer .text a {
	text-decoration: none;
	color: inherit;
}
.homeContainer .text:hover,
.homeContainer .text:hover i {
	background: #00abe0;
	color: #fff;
} 
#newItemsList,
#featuredItemsList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.col4.boxes .newItems .detailRow,
.col4.boxes .featuredItems .detailRow {
	width: 25%!important;
	margin-left: 0;
	margin-right: 0;
}
.newItemsComponent {
	margin-top: 20px;
}
.productCategories .menu ul li {
	border-bottom: 1px solid #e5e5e5;
}
.htmlRichText h1,
#faq h1 {
	font-weight: 600;
	font-size: 32px;
	line-height: 1em;
}
.htmlRichText a {
	text-decoration: underline;
}
.htmlRichText table td {
    border: 1px solid #555;
    padding: 5px 10px;
}
#faq h1 {
	text-align: center;
}
.leftCol .s2kAdminFormTemplateDisplay .buttonBar {
	display: none;
}
.leftCol .s2kAdminFormTemplateDisplay {
	padding-top: 0;
}
.leftCol .s2kAdminFormTemplateDisplay .theForm .required label {
	float: none;
	padding-top: 0;
	position: relative;
}
.leftCol .s2kAdminFormTemplateDisplay .theForm .required label:after {
	color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 1px;
    content: '*';
}
.leftCol .s2kAdminFormTemplateDisplay .theForm .formField input,
.leftCol .s2kAdminFormTemplateDisplay .theForm .formField textarea {
	padding: 8px 0;
	border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}
.leftCol .s2kAdminFormTemplateDisplay .theForm .formField {
	min-height: 50px;
	padding-bottom: 3%;
}
.leftCol .s2kAdminFormTemplateDisplay button {
	clear: both;
    background: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
.leftCol .s2kAdminFormTemplateDisplay button:hover {
	background: #777;
}
.shippingOptions .mainCol .vaiComponent > .dijitTitlePane:first-child .gridContainer .headerRow .headerCell:last-child,
.paymentOptions .mainCol .vaiComponent > .dijitTitlePane:first-child .gridContainer .headerRow .headerCell:last-child,
.orderInquiry .mainCol .dijitTitlePaneTextNode {
	font-size: 0;
}
.orderInquiry .mainCol .dijitTitlePaneTextNode:after {
	font-size: initial;
	content: 'My Orders';
}
.shippingOptions .mainCol .vaiComponent > .dijitTitlePane:first-child .gridContainer .headerRow .headerCell:last-child:after,
.paymentOptions .mainCol .vaiComponent > .dijitTitlePane:first-child .gridContainer .headerRow .headerCell:last-child:after {
	font-size: 13.333px;
	content: 'Total';
}
.wpthemeFooter img {
	background: #fff;
	height: 35px;
	margin-right: 5px;
}
.wpthemeFooter .footerBox .authorTools {
	display: none;
}
.wpthemeFooter .footerBox li:hover .authorTools,
.wpthemeFooter .footerBox ul li:hover .authorTools ul {
	display: initial;
}
.wpthemeFooter .footerBox .authorTools ul li {
	margin: 0;
}
#showHidePriceInUSD > div {
    color: #000!important;
}
#showHidePriceInUSD > .field {
    border: 1px solid #b5bcc7;
    display: inline-block;
    padding: 2px 7px;
    font-weight: normal!important;
}
#dijit__MasterTooltip_0 img {
	max-width: 500px;
	max-height: 500px;
}
.JMD-USD {
	position: relative;
	height:40px; 
	color:#fff; 
	margin-right:4px;
}
.JMD-USD .tooltip {
	visibility: hidden;
	width: 120px;
  	background-color: #00abe0;
  	color: #fff;
  	text-align: center;
  	border-radius: 4px;
  	margin: 4px;
  	padding: 8px;
  	position: absolute;
  	bottom: 100%;
  	right: 50%;
 	z-index: 1;
}
.JMD-USD:hover .tooltip {
	visibility: visible;
	transition: visibility 1s ease;
}
.userPreferences .mainCol .dijitTitlePane:first-child .fieldColumn .detailRow:nth-child(3):before {
    content: 'UPDATE YOUR PASSWORD';
    font-size: 1.3em;
    color: #333;
    background: transparent;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 5px 10px 5px 0px;
    margin: 0px 0px 6px -10px;
    overflow: hidden;
    border-bottom: 1px solid #f07c29;
    position: relative;
    DISPLAY: BLOCK;
}
.userPreferences .mainCol .dijitTitlePane:first-child .fieldColumn {
	width: 100%;
}
.userPreferences .mainCol .dijitTitlePane:first-child .fieldColumn .detailField {
    width: 50%;
}
.userPreferences .mainCol .label {
	width: 45%;
}




.headerBanner .wpthemeInner,
.appContainer .innerAppContainer,
.wptheme1Col.s2kLayouts>.mainCol, 
.wptheme2Col.s2kLayouts,
.wpthemeFooter .wpthemeInner {
	width: auto!important;
	margin-left: 60px;
	margin-right: 60px;
}
.wpthemeLogo > .wpthemeInner {
    margin: 0;
}
.price .unitMeasure,
.boxes .detailRow .price .unitMeasure,
.itemDetailLayout4 .itemDetailRight .priceContainer .unitMeasure {
	display: none;
}
.paymentOptions .detailField .label.required:after {
    content: '*';
    color: red;
    margin-left: 5px;
    font-weight: 700;
}



@media screen and (max-width: 1150px) {
	#rightDropdown .menuContainer ul {
		display: block;
		width: auto;
	}
}	
@media screen and (max-width: 1100px) {
	.headerBanner .wpthemeInner,
	.wpthemeFooter .wpthemeInner,
	.appContainer .innerAppContainer,
	.wpthemeCrumbTrailContainer .wpthemeCrumbTrail{
		width:960px;
	}
	.appContainer.categoryListing .mainCol,
	.appContainer.productItemListing .mainCol,
	.appContainer.searchResults .mainCol,
	.appContainer.manufacturerItems .mainCol,
	.appContainer.orderFromHistory .mainCol {
		width:754px;
	}
	.wpthemeBannerPrimaryNavigation {
		display: none!important;
	}
	.wpthemeLogo,
	.wpthemeLogo .logo {
		display: block;
		text-align: center;
	}
	header .logo img {
		max-height: 40px;
	}
	#navBarMenuButton {
    	display: inline-block;
    	position: absolute;
   	 	top: 45px;
    	left: 0;
    	margin: 0;
	}
	#navBarMenuButton a {
		color: #555;
	}
	#bannerCart {
		float: none;
    	margin: auto;
    	margin-bottom: 65px;
	}
	.themeSearchContainer {
		right: 0;
		left: 0;
    	top: auto;
    	bottom: 10px;
    	height: auto;
    	right: 0;
    	width: 100%;
	}
	.themeSearchBar {
		width: 100%;
    	margin: auto;
	}
	.homeContainer .text {
		padding: 0 10px;
	}
	.featuredItemsComponent .detailRow .itemImage, 
	.newItemsComponent .detailRow .itemImage {
		height: 100px;
	}
	.featuredItemsComponent .detailRow .itemImage img, 
	.newItemsCmicroomponent .detailRow .itemImage img {
		max-height: 100px;
    	height: 100px;
	}
	.wpthemeFooter .cnt .wpthemeInner .footerBox:nth-child(3) .footerBoxInner {
		border-right: none;
	}
}
@media screen and (max-width: 980px) {
	.headerBanner .wpthemeInner,
	.wpthemeFooter .wpthemeInner,
	.appContainer .innerAppContainer,
	.wpthemeCrumbTrailContainer .wpthemeCrumbTrail {
		width:748px;
	}
	.appContainer.categoryListing .mainCol,
	.appContainer.productItemListing .mainCol,
	.appContainer.searchResults .mainCol,
	.appContainer.manufacturerItems .mainCol,
	.appContainer.orderFromHistory .mainCol {
		width:542px;
	}
	.homeContainer .top,
	.homeContainer .bottom,
	.homeContainer .bottom .right,
	.homeContainer .bottom .right .rightTop {
		flex-direction: column;
	}
	.homeContainer .top .column {
		margin-left: 0;
	}
	.homeContainer .bottom .left,
	.homeContainer .homeRotator,
	.homeContainer .bottom .right .rightTop > span {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.homeContainer .bottom .right > span:last-child {
		margin-bottom: 0;
	}
	.homeContainer a > img,
	.homeContainer .bottom .left,
	.homeContainer .bottom .right,
	.homeContainer .bottom .right .rightTop {
		width: 100%;
	}
	.homeContainer .homeRotator, 
	.homeContainer .bottom .right {
		flex: 1;
	}
	.homeContainer .text,
	.homeContainer .image {
		margin-top: 20px;
	}
	.homeContainer .bottom .left > span {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.wpthemeFooter .wpthemeInner,
	.appContainer .innerAppContainer,
	.wpthemeCrumbTrailContainer .wpthemeCrumbTrail {
		width:583px;
	}
	.headerBanner .wpthemeInner {
/* 		width: 100%; */
/* 	    padding: 0 10px; */
	    box-sizing: border-box;
	}
	.appContainer.categoryListing .mainCol,
	.appContainer.productItemListing .mainCol,
	.appContainer.searchResults .mainCol,
	.appContainer.manufacturerItems .mainCol,
	.appContainer.orderFromHistory .mainCol {
		width:377px;
	}
	.homeContainer .bottom {
		flex-direction: column;
	}
	.homeContainer .bottom .left {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.col4.boxes .newItems .detailRow,
	.col4.boxes .featuredItems .detailRow {
		width: 33.3%!important;
	}
	.userPreferences .mainCol .fieldColumn,
	.userPreferences .mainCol .fieldColumn .detailField {
    	width: 100%;
	}	
}
@media screen and (max-width: 603px) {
	.headerBanner .wpthemeInner,
	.wpthemeFooter .wpthemeInner,
	.appContainer .innerAppContainer,
	.wpthemeCrumbTrailContainer .wpthemeCrumbTrail {
		width:460px;
	}
	.appContainer .leftCol {
		width:100%;
		margin-right:0;
	}
	.appContainer.categoryListing .mainCol,
	.appContainer.productItemListing .mainCol,
	.appContainer.searchResults .mainCol,
	.appContainer.manufacturerItems .mainCol,
	.appContainer.orderFromHistory .mainCol {
		width:100%;
	}
	.headerBanner .wpthemeInner,
	.appContainer .innerAppContainer,
	.wptheme1Col.s2kLayouts>.mainCol, 
	.wptheme2Col.s2kLayouts,
	.wpthemeFooter .wpthemeInner {
		margin-left: 30px;
		margin-right: 30px;
	}
	.homeContainer .social .innerAppContainer > div {
		text-align: center;
	}
	.homeContainer .social a {
		display: block;
		margin: auto;
		margin-bottom: 5px;
		text-align: center;
	}
	.col4.boxes .newItems .detailRow,
	.col4.boxes .featuredItems .detailRow {
		width: 50%!important;
	}
	.userRegistration .mainCol .detailField .label,
	.shippingOptions .mainCol .detailField .label,
	.paymentOptions .mainCol .detailField .label {
		width: 100%;
		float: none;
	}
	.paymentOptions .couponSection {
		flex-direction: column;
	}
	.couponSection .couponCode,
	.couponSection .giftCard {
		margin-bottom: 20px;
	}
	.termsContainer {
		margin: 0 20px 20px 20px;
	}
	.JMD-USD {
		height: 30px;
	}
	.wpthemeFooter .copyright .footerLogos img {
		margin-top: 10px;
	}
}
@media screen and (max-width: 480px) {
	.headerBanner .wpthemeInner,
	.wpthemeFooter .wpthemeInner,
	.appContainer .innerAppContainer,
	.wpthemeCrumbTrailContainer .wpthemeCrumbTrail {
		width:100%;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.outerContainer .innerContainer .wpthemeInner .leftCol,
	.appContainer .mainCol,
	.outerContainer .innerContainer .wpthemeInner .rightCol,
	.appContainer .rightCol {
		width:100%;
		float:none;
	}
		/* commonActions Styles */
	.headerBanner .userAccountName .accountName {
	    float: none; 
	    margin-left: 0px; 
	    display: inline-block;
	}
	.wpthemeBanner ul.wpthemeCommonActions>li>span,
	.wpthemeBanner ul.wpthemeCommonActions li a:link,
	.wpthemeBanner ul.wpthemeCommonActions li a:visited,
	.wpthemeBanner ul.wpthemeCommonActions li a:active {
	    border-right: none;
	    margin: 0;
	    float: none;
	}
	ul.wpthemeCommonActions > li {
	    display: inline-block;
	    float: none; 
	    margin: 0;
	    padding: 0px; 
	    display: block;
	    float: none;
	}
	.wpthemeBanner .wpthemeBannerInner .wpthemeCommonActions {
	    display: block;
	    width: 100%;
	    text-align: left;
	    padding-bottom: 5px;
	    padding-left: 5px;
	    float: left;
	}
	.headerBanner .userAccountName .accountIcon {
	    display: inline-block;
	    float: none;
	}
	.homeContainer .social span > a {
		display: block;
		margin: auto;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 320px) {
	.headerBanner .wpthemeInner,
	.wpthemeFooter .wpthemeInner,
	.appContainer .innerAppContainer,
	.wpthemeCrumbTrailContainer .wpthemeCrumbTrail {
		width:280px;
	}
} 

.commerceCart .shoppingCartBar {
	display:none;
}