/* CSS Document */

.featuredItems .buttons .cart .bIcon {
	background: url(../images/cart.gif);
	background-repeat:no-repeat;
	filter: Alpha(Opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
	height:15px;
	width:15px;
	display:block;
}
.featuredItems .buttons .cart .dijitHover .bIcon {
	filter: Alpha(Opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
}
.featuredItems .buttons .cart .bText {
	display:none;
}
.featuredItems .buttons .details, .featuredItems .buttons .cart, .featuredItems .buttons .addToCart {
	float:left;
}
.featuredItems .buttons .addToCart {
	display:none;
}

.newItems .buttons .cart .bIcon {
	background:url(../images/cart.gif);
	background-repeat:no-repeat;
	filter: Alpha(Opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
	height:15px;
	width:15px;
	display:block;
}
.newItems .buttons .cart .dijitHover .bIcon {
	filter: Alpha(Opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
}
.newItems .buttons .cart .bText {
	display:none;
}
.newItems .buttons .details, .newItems .buttons .cart, .newItems .buttons .addToCart {
	float:left;
}
.newItems .buttons .addToCart {
	display:none;
}
.moreLess .bIcon {
	float: right;
	display: block;
	width: 11px;
	height: 11px;
	background-image: url(../images/moreLessArrow.gif);
	background-repeat: no-repeat;
	margin-left:3px;
	margin-top:2px;
	filter: Alpha(Opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
.moreLess .dijitHover .bIcon {
	filter: Alpha(Opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
	filter: Alpha(Opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
.moreLess .dijitHover .bIcon {
	filter: Alpha(Opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
}
.moreLess .bIcon.more { background-position: 1px 1px; }
.moreLess .bIcon.less { background-position: -9px 1px; }
.layoutButtons .bIcon, .layoutButtons .bIcon {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#ececec;
}
.layoutButtons .boxViewBtn,
.layoutButtons .listViewBtn{
	margin-left:6px!important;
}
.dijitButton.compareBtn {
    margin: 0;
}
.layoutButtons .boxViewBtn .bIcon:before {
  content: "\f00a";
}
.layoutButtons .listViewBtn .bIcon:before {
  content: "\f00b";
}
.boxes .layoutButtons .boxViewBtn .bIcon,
.listView .layoutButtons .listViewBtn .bIcon {
	color:#676767;
}

.layoutButtons .bText {display:none;}
.cellData.action .bText {
    color: #676767;
}
.termsContainer {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.checkoutButtonContainer {
	position:relative;
	float:left;
}
.checkoutButtonContainer .processingOverlay {
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 125%;
	height: 100%;
	overflow: hidden;
}
.checkoutButtonContainer .processingOverlay .processingMessage {
	margin-top: 6px;
	text-align:left;
}
.checkoutButtonContainer .processingOverlay .processingMessage .icon {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
	background-image: url(../images/ajax-loader-small.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.s2k-dojo .dijitButtonDisabled .bIcon, .s2k-dojo .dijitButtonDisabled .bText {
	opacity:.5;
}
.printUPSLabel .bText {
	font-size:14px;
}
.printUPSLabel .bIcon {
	background-image: url(images/upsLogo.png);
	background-position: 0px 0px;
}
.calendarList .actionLinks a {
	display: block;
	float: left;
	padding: 0px 3px;
	border-left: 1px solid #676767;
}
.calendarList .actionLinks a:first-child {
	border-left:none;
}
.refreshBtn .dijitButton .dijitButtonNode .bText {
	display:none;
}
.refreshBtn .dijitButton .dijitButtonNode .bIcon {
	background-image:url(../images/refresh.png);
	background-repeat:no-repeat;
	background-position: 1px 0px;
	display:block;
	width:16px;
	height:16px;
}
.favoritesBtn .dijitButton {
	margin:0px;
}
.favoritesBtn .dijitButton .dijitButtonNode {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}
.favoritesBtn .dijitButton .dijitButtonNode .bIcon {
	background-image:url(../images/favorites-star.png);
	background-repeat:no-repeat;
	display:block;
	width:26px;
	height:25px;
}
.showFavorites .favoritesBtn .dijitButton .dijitButtonNode .bIcon {
	background-image:url(../images/favorites-star-selected.png);
}
.favoritesBtn .dijitButton .dijitButtonNode .bText {
	display:none;
}
.showFavorites .menuTree {
	display:none !important;
}
.favoritesContainer {
	display:none;
	width:260px;
}
.showFavorites .favoritesContainer {
	display:block;
}
.s2kERPActions {
	display:none;
}
.wpthemeMobile #wpthemeLogin a, .wpthemeMobile #wpthemeLogout a {
	color: #fff;
    border: none;
    padding: 1px 10px;
    background: transparent;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 22px;
}

.columnFilter .bIcon {
	background-image: url(../images/Add-Remove-Column.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
}
.columnFilter .bText {
	display:none;
}
.columnFilter .dijitDropDownButton .dijitButtonNode {
	border: none;
	padding: 0px;
	color: #000000;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
}

.columnFilter .dijitArrowButtonInner {
	display:none;
}

.s2k-dojo .dijitComboBox .dijitArrowButtonContainer .dijitArrowButtonInner {
	display:block;
}

.fileUploadPortletView .uploadButton {
	margin-left:35%;
}

.s2k-dojo .quickOrder .dijitButton.uploadButton .dijitButtonNode,
.s2k-dojo .fileUploadPortletView .dijitButton.uploadButton .dijitButtonNode {
	padding:10px 20px;
}