/* default settings */

.product-list-wrapper * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10pt;
}
.product-list-wrapper .hide-products {
	display: none;
}
.product-list-wrapper .product[isPromotable="false"] {
	/*background-color: orange;*/
}
.product-list-wrapper .clear-both {
	clear: both;
}
.product-list-wrapper .ellipses {
	float: left;
}
.product-list-wrapper .page-number {
	cursor: pointer;
	margin: 0px 5px;
	float: left;
}
.product-list-wrapper .match {
	display: block;
}
.product-list-wrapper .not-a-match {
	display: none;
}
.product-list-wrapper .current-page-number {
	font-weight: bold;
	text-decoration: underline;
}
.product-template {
	display: none;
}
.product-list-wrapper {
	/*width: 100%;*/
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.product-list-wrapper .search-bar, .product-list-wrapper .browse-bar, .product-list-wrapper .navigation-bar, .product-list-wrapper .category-bar {
	font-size: 10pt;
    border-radius: 20px;
    margin-top: 10px;
    padding: 5px 0px;
    background-color: #f2f4f5;
    margin-bottom: 5px;
    display: none;
}
.product-list-wrapper .search-bar .search-field {
	width: 927px;
	border-radius: 15px;
	border: 1px solid #CCC;
	padding: 5px;
	color: black !important;
	float: left;
	margin: 0px 5px;
	font-weight: normal;
	background-color: white;
}
.product-list-wrapper .search-bar .search-field input {
	background-color: transparent;
	border: none;
}
.product-list-wrapper .prod-checklist-make-asap {
	display: none;
}
.product-list-wrapper .search-bar .browse-button {
	font-weight: 400;
	margin: 0px 5px;
	background-color: #733154;
	cursor: pointer;
	padding: 2px 12px 8px 12px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	color: #FFF;
	font-size: 14px;
	border-radius: 15px;
	float: right;
}
.product-list-wrapper .circle-x {
	display: none;
	cursor: pointer;
	margin-top: 4px;
	margin-right: 7px;
	float: right;
}
.product-list-wrapper .magnifying-glass {
	margin-top: 4px;
	margin-right: 7px;
	float: right;
} 
.product-list-wrapper .make-asap {
	display: none;
} 
.product-list-wrapper .prod-sheet-make-asap {
	display: none;
} 
.product-list-wrapper .browse-bar, .product-list-wrapper .category-bar {
	padding: 5px 0px 1px;
}
.product-list-wrapper .browse-bar .search-field, .product-list-wrapper .category-bar .search-field {
	border-radius: 15px;
	border: 1px solid #CCC;
	color: black !important;
	float: left;
	margin: 0px 5px;
	font-weight: normal;
	background-color: white;
	height: 26px;
}
.product-list-wrapper .browse-bar .search-field input, .product-list-wrapper .category-bar .search-field input {
	background-color: transparent;
	border: none;
	margin-left: 10px;
	margin-top: 0px;
}
.product-list-wrapper .browse-bar .order-by-dropdown, .product-list-wrapper .category-bar .order-by-dropdown {
	float: left;
}
.product-list-wrapper .browse-bar .order-by-dropdown select, .product-list-wrapper .category-bar .order-by-dropdown select {
	border-radius: 15px;
	font-size: 13px;
	margin-bottom: 6px;
	border: 1px solid #CCC;
	padding: 4px 5px 5px 8px;
	color: black;
	background: url("/images/arrowdown-icon.png") no-repeat scroll right 10px top 10px white;
	-webkit-appearance: none;
	-moz-appearance: none;
	float: left;
	padding-right: 30px;
	width: 238px;
}
.product-list-wrapper .browse-bar .order-by-dropdown select option, .product-list-wrapper .category-bar .order-by-dropdown select option {

}
.product-list-wrapper .browse-bar .number-to-view, .product-list-wrapper .category-bar .number-to-view {
	margin-top: 3px;
	margin-right: 10px;
	text-align: right;
}
.product-list-wrapper .browse-bar .number-to-view p {
	margin: 0px !important;
}
.product-list-wrapper .browse-bar .number-to-view .prods-per-page, .product-list-wrapper .category-bar .number-to-view .prods-per-page {
	cursor: pointer;
}
.product-list-wrapper .product-container {
	width: auto;
	height: auto;
}
.product-list-wrapper .product {
	float: left;
	width: 186px;
	margin: 5px;
	padding: 10px 10px 0px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #EDEEEF;
	/*display: none;*/
}
.product-list-wrapper .product-name, .product-list-wrapper .product-name-button-set {
	font-weight: 500;
	font-size: 11pt;
	line-height: 14pt;
}
.product-list-wrapper .read-more-top {

}
.product-list-wrapper .read-more-top a {
	color: #733154 !important;
}
.product-list-wrapper .product-image {
	width: 186px;
	margin: 5px 0px;
	background-color: white;
	border-radius: 5px;
	padding: 10px 0px;
}
.product-list-wrapper .product-image img {
	width: 140px;
	margin: 0px 0px 0px 24px;
}
.product-list-wrapper .special-pickup {
	font-weight: 500;
	font-size: 12pt;
}
.product-list-wrapper .product-info {
	padding-bottom: 10px;
}
.product-list-wrapper .product-description {

}
.product-list-wrapper .small-description {

}
.product-list-wrapper .large-description {

}
.product-list-wrapper .read-more-bottom {

}
.product-list-wrapper .item-number {

}
.product-list-wrapper .price {
	font-weight: 400;
}
.product-list-wrapper .asap-price {
	font-weight: 400;
	color: black;
}
.product-list-wrapper .ip {

}
.product-list-wrapper .button-set {
	margin: 20px 0px 0px 0px;
}
.product-list-wrapper .product-name-button-set {
	float: left;
}
.product-list-wrapper .quantity-field {
	transition: all 0.2s ease-in-out;
	float: left;
	border-radius: 15px;
	text-align: center;
	height: auto;
	border: none !important;
	font-size: 9pt;
	background-color: #A4A9AD !important;
	padding: 3px;
}
.product-list-wrapper .quantity-field input, .product-list-wrapper .search-quantity-field input {
	background-color: #A4A9AD !important;
	color: white !important;
}
.product-list-wrapper .add-to-cart-button, .product-list-wrapper .search-add-to-cart-button {
	padding: 2px 7px 2px 9px;
	text-align: center;
	height: auto;
	background: #A4A9AD;
	color: black;
	font-size: 11pt;
	border-radius: 15px;
	background-color: #733154;
	font-weight: 400;
	float: right;
	margin: 0px;
	cursor: pointer;
	clear: none;
}
.product-list-wrapper .button-bar {
	background-color: #733154;
	color: white;
	padding: 5px;
	margin: -5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.product-list-wrapper .quantity-in-cart {
	float: left;
	margin-left: 5px !important;
	font-size: 11pt;
}
.product-list-wrapper .minus-button, .product-list-wrapper .plus-button {
	float: right;
	color: #733154;
	font-weight: 400;
	font-size: 20pt;
	background-color: white;
	border-radius: 15px;
	cursor: pointer;
}
.product-list-wrapper .minus-button {
	padding: 0px 9px 4px;
	margin-left: 5px;
}
.product-list-wrapper .plus-button {
	padding: 0px 6px 4px;
	margin-left: 5px;
}
.product-list-wrapper .navigation-bar {

}
.product-list-wrapper .nav-container {
	float: left;
}
.product-list-wrapper .previous, .product-list-wrapper .next {
	font-weight: 600;
	margin: auto 10px;
	float: left;
	cursor: pointer;
	width: auto;
	color: #274f14;
}
.product-list-wrapper .next-pointer {
	float: right;
	cursor: pointer;
	margin-left: 5px;
	font-size: 30px;
	font-weight: 800;
	font-family: trebuchet;
	width: auto;
}
.product-list-wrapper .nav-end {
	float: right;
	margin-left: 5px;
}
.product-list-wrapper .previous-pointer {
	float: left;
	cursor: pointer;
	margin: auto 5px;
	font-size: 30px;
	font-weight: 800;
	font-family: trebuchet;
	width: auto;
}
.product-list-wrapper .screen-page-links {
	text-align: center;
	float: left;
	width: auto;
}
.product-list-wrapper .screen-page-links .page-number {
	cursor: pointer;
	margin: auto 5px;
}
.product-list-wrapper .product-search {
	display: none;
	border-bottom: 1px solid #bfc0c1;
	background-color: #EDEEEF;
}
.product-list-wrapper .product-search table {
	width: 100%;
}
.product-list-wrapper .product-search table {
	width: 100%;
}
.product-list-wrapper .product-search table .search-button-set {

}
.product-list-wrapper .product-search table .product-name {
	text-align: left;
	padding: 10px 5px 5px 5px;
	vertical-align: top;
}
.product-list-wrapper .product-search table .search-button-set {
	padding: 5px;
	width: 250px;
	vertical-align: top;
}
.product-list-wrapper .search-add-to-cart-button {
	padding: 3px 9px;
	font-size: 11pt;
	float: right;
}
.product-list-wrapper .search-quantity-field input {
	padding: 3px;
	float: right;
	margin-right: 5px;
	width: 40px;
}
.product-list-wrapper .product-scroll-up, .product-list-wrapper .product-scroll-down {
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	height: 60px;
	display: none;
}
.product-list-wrapper .product-scroll-up i, .product-list-wrapper .product-scroll-down i {
	margin: 10px 0px;
}
.product-list-wrapper .product-scroll-up {
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.product-list-wrapper .product-scroll-down {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.product-list-wrapper .scroll-container {
	height: auto;
}
.product-list-wrapper .brand-new {
	font-size: 12pt;
}

/* Shop Now Interface */

.shop-now .product-container {
	padding-left: 5px;
	width: 640px;
}
.shop-now .product-wrapper {
	float: left;
}
.shop-now .browse-bar {
	display: block;
}
.shop-now .product-image img {
	height: 160px;
}
.shop-now .product-description {
	display: none;
}
.shop-now .small-description {
	display: none;
}
.shop-now .large-description {
	display: none;
}
.shop-now .read-more-bottom {
	display: none;
}
.shop-now .asap-price {
	margin-top: -7px;
	color: #733154;
}
.shop-now .ip {
	margin-top: -7px;
	clear: both;
}
.shop-now .asap-ip {
	display: none;
}
.shop-now .product-name a {
	font-size: 12pt;
	color: black !important;
}
.shop-now .product-name-button-set {
	display: none;
}
.shop-now .button-set {
	margin: 0px 10px 0px 0px;
	width: 180px;
	padding: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.shop-now .button-bar {
	display: none;
	margin: 0px 0px 0px -10px !important;
	width: 196px;
}
.shop-now .minus-button {
	margin-right: 5px;
}
.shop-now .previous, .shop-now .next, .shop-now .next-pointer, .shop-now .previous-pointer {
	color: #733154 !important;
}
.shop-now .add-to-cart-button {
    padding: 2px 7px 2px 9px;
    text-align: center;
    height: auto;
    background: #A4A9AD;
    color: #FFF;
    font-size: 10pt;
    border-radius: 15px;
    background-color: #733154;
    font-weight: 400;
    float: right;
    margin: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    cursor: pointer;
    clear: none;
    width: 172px;
}
.jp .shop-now .button-bar {
	height: 24px;
	margin-top: 108px !important;
}
.product-list-wrapper .search-add-to-cart-button {
    padding: 2px 7px 2px 9px;
    text-align: center;
    height: auto;
    background: #A4A9AD;
    color: #FFF;
    font-size: 10pt;
    border-radius: 15px;
    background-color: #733154;
    font-weight: 400;
    float: right;
    margin: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    cursor: pointer;
    clear: none;
}

/* asap-browse */

.asap-browse .browse-bar {
	display: block;
}
.asap-browse .product-description {
	display: none;
}
.asap-browse .small-description {
	display: none;
}
.asap-browse .large-description {
	display: none;
}
.asap-browse .read-more-bottom {
	display: none;
}
.asap-browse .price {
	display: none;
}
.asap-browse .ip {
	display: none;
}
.asap-browse .asap-ip {
	margin-top: -7px;
}
.asap-browse .product-name-button-set {
	display: none;
}
.asap-browse .button-bar {
	display: none;
}

/* asap-search */

.asap-search .search-bar {
	display: block;
}
.asap-search .product {
	display: none;
}
.asap-search .product-search {
	display: block;
}
.asap-search .scroll-container {
	overflow: hidden;
}

/* category */

.categoryview .category-bar {
	/*display: block;*/
	background-color: white;
	padding: 20px 0px 0px;
	border-top: 1px solid #CCC;
	border-radius: 0px;
}
.categoryview .category-bar .order-by-dropdown select{
	color: white;
	background: url("/images/arrowdown-icon-white.png") no-repeat scroll right 10px top 10px #418227;
	-webkit-appearance: none;
}
.categoryview .product-wrapper {
	float: left;
}
.categoryview .product-container {
	width: auto;
}
.categoryview .product {
	width: 290px;
	background-color: white;
	margin: 10px;
	border-radius: 0;
	border-top: 1px solid #CCC;
	float: left;
}
.categoryview .read-more-top, .categoryview .button-bar, .categoryview .asap-ip, .categoryview .asap-price, .categoryview .large-description  {
	display: none;
}
/*.categoryview .read-more-top, .categoryview .item-number, .categoryview .price, .categoryview .asap-price, .categoryview .ip, .categoryview .asap-ip, .categoryview .button-set, .categoryview .button-bar {
	display: none;
}*/
.categoryview .item-number, .categoryview .price, .categoryview .ip {
	clear: both;
	margin-left: 110px !important;
	line-height: 16px;
}
.categoryview .quantity-field {
	float: right;
	margin-right: 10px;
	padding: 4px;
}
.categoryview .category-bar .number-to-view {
	margin-top: -7px;
}
.categoryview .product-name, .categoryview .product-name a {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
	color: black !important;
}
.categoryview .product-image img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100px;
}
.categoryview .product-image {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	width: auto;
}
.categoryview .small-description {
	float: left;
	width: 180px;
	line-height: 16px;
}
.categoryview .product-description {
	display: none;
}
.categoryview .read-more-bottom {
	clear: both;
	margin-left: 110px !important;
	line-height: 16px;
	margin-bottom: 14px;
	float: right;
}
.categoryview .item-number {
	border-top: 1px solid #d4d5d6;
	padding-top: 14px;
}
.categoryview .add-to-cart-button {
	font-size: 10pt;
	font-weight: 400;
}

/* product-search */

.product-search .search-bar {
	display: block;
}
.product-search .product {
	display: none;
}
.product-search .product-search {
	display: block;
}
.product-search .scroll-container {
	overflow: hidden;
}
.product-search .browse-button {
	display: none;
}
.product-search .search-bar .search-field input {
	width: 627px;
}
.product-search .product-search-info div {
	margin: 0px;
	padding: 0px;
	margin-top: -5px;
	font-size: 11pt;
}
.product-search .product-scroll-up i, .product-search .product-scroll-down i {
	font-size: 3em !important;
}
.product-search .product-name {
	margin: 0px;
	padding: 0px;
}
.product-search .product-name a {
	font-size: 11pt !important;
}
.product-search .price, .product-search .ip, .product-search .item-number {
	float: left;
	width: 120px;
	margin-top: -5px;
	margin-left: 5px;
	text-align: left;
	font-weight: 300;
	padding: 3px 5px 0px 5px !important;
}
.product-search .item-number {
	float: left;
	margin-left: 7px;
	margin-top: -2px;
	margin-right: 20px;
}
.product-search .search-quantity-field input {
	padding: 5px !important;
}

/* literature */

.literature .category-bar {
	background-color: white;
	padding: 20px 0px 0px;
	border-top: 1px solid #CCC;
	border-radius: 0px;
}
.literature .category-bar .order-by-dropdown select{
	color: white;
	background: url("/images/arrowdown-icon-white.png") no-repeat scroll right 10px top 10px #6CC24A;
}
.literature .product-wrapper {
	
}
.literature .product-container {

}
.literature .product {
	width: 620px;
	background-color: white;
	margin: 10px;
	border-radius: 0;
	border-top: 1px solid #CCC;
	float: left;
}
.literature .read-more-top, .literature .button-bar, .literature .asap-ip, .literature .asap-price, .literature .large-description  {
	display: none;
}
/*.categoryview .read-more-top, .categoryview .item-number, .categoryview .price, .categoryview .asap-price, .categoryview .ip, .categoryview .asap-ip, .categoryview .button-set, .categoryview .button-bar {
	display: none;
}*/
.literature .item-number, .categoryview .price, .categoryview .ip {
	clear: both;
	margin-left: 110px !important;
	line-height: 16px;
}
.literature .quantity-field {
	float: right;
	margin-right: 10px;
	padding: 4px;
}
.literature .category-bar .number-to-view {
	margin-top: -7px;
}
.literature .product-info {
	width: 380px;
}
.literature .product-info .clear-both {
	clear: none;
}
.literature .product-name {
	font-family: neotechpro;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	width: 380px;
	line-height: 120%;
}
.literature .product-image img {
	margin: 10px 0px 10px 10px;
	padding: 5px;
	float: right;
	width: 200px;
}
.literature .product-image {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 214px;
	margin-top: -40px;
	border-radius: 0;
}
.literature .quantity-field {
	float: left;
}
.literature .product-add-to-cart-button {
	float: left;
}
.literature .select-lit-pack {
	width: 380px;
	float: left;
}
.literature .literature-dropdown {
	width: 340px;
	border-radius: 15px;
	font-size: 10pt;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	color: black;
	background: url(../../images/arrowdown-icon.png) no-repeat white;
	background-position: right 10px top 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	float: left;
	min-width: 100px;
	padding: 5px;
	cursor: pointer;
	margin-top: 20px;
}
.literature .qty-label {
	float: left;
	margin-right: 5px;
	margin-top: 1px;
}
.literature .iconbutton {
	padding: 3px 10px;
	margin-left: 10px;
}
.literature .price {
	float: left;
	font-weight: bold;
	width: 380px;
}
.literature .ip {
	float: left;
	width: 380px;
}
.literature .button-set {
	width: 380px;
}
.literature .iconbutton-text {
	margin-left: 5px;
}
.literature .special-pickup {
	float: right;
}
.literature .small-description {
	float: left;
	width: 380px;
	line-height: 16px;
}
.literature .product-description {
	display: none;
}
.literature .read-more-bottom {
	clear: both;
	margin-left: 110px !important;
	line-height: 16px;
	margin-bottom: 14px;
	float: right;
}
.literature .item-number {
	border-top: 1px solid #d4d5d6;
	padding-top: 14px;
}
.literature .add-to-cart-button {
	font-size: 10pt;
	font-weight: 400;
}
.literature .make-asap {
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.literature .order-by-dropdown {
	display: none;
}
.literature .button-space-out {
	margin: 10px;
}

/* SHOPPING CART */

.cart-product-container .search-bar {
	margin-top: 20px;
}

/* special directives for Japan */

.jp div.small-description {
	display: none;
}
.jp div.read-more-bottom {
	display: none;
}
.jp div.read-more-top {
	display: none;
}
.jp div.item-number {
	border-top: none;
}
.jp div.product-info {
	float: right;
	width: 180px;
	margin-left: 0px !important;
}
.jp div.item-number {
	margin-left: 0px !important;
}
.jp div.price {
	margin-left: 0px !important;
}
.jp div.item-number {
	margin-left: 0px !important;
}
.jp div.ip {
	margin-left: 0px !important;
}
.jp .literature div.product-info {
	float: left;
}
.jp .literature span.qty-label {
	display: none;
}
.jp .product-list-wrapper .product-name {
	font-size: 10pt !important;
	line-height: 124% !important;
	font-weight: 200 !important;
	letter-spacing: .75px !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.jp .product-list-wrapper .product-image {
	margin-bottom: 10px;
}

/* new item directives */

.shop-now .new-items {
	color: white;
	background-color: #418227 !important;
}
.shop-now .new-items .special-pickup {
	color: white;
}
.shop-now .new-items .product-name a {
	color: white !important;
}
.shop-now .new-items .asap-price {
	color: white !important;
}
.shop-now .new-items .read-more-top a {
	color: white !important;
}
.shop-now .new-items .read-more-bottom a {
	color: white !important;
}
.shop-now .new-items .plus-button, .shop-now .new-items .minus-button {
	background-color: #418227 !important;
	color: white !important;
}
.shop-now .new-items .product-add-to-cart-button, .shop-now .new-items .button-bar {
	background-color: white !important;
	color: black !important;
	border: 2px solid #418227 !important;
}
.shop-now .new-items .button-bar {
	width: 192px;
}
.shop-now .new-items .brand-new{
	margin-bottom: -10px;
}
.categoryview .brand-new {
	color: white !important;
	background-color: #733154 !important;
	padding: 0px 5px !important;
	border-radius: 5px !important;
	font-size: 10pt;
	float: left;
}
.categoryview .new-items .product-name a {
	line-height: 26px;
}

/* product-checklist view */

#product-checklist #right-section {
	width: 100% !important;
	float: left !important;
	margin-left: 0px !important;
}
.product-checklist .search-field, .product-checklist .order-by-dropdown, .product-checklist .quantity-field {
	display: none;
}
.product-checklist .product-checklist-make-asap {
	display: block
}
.product-checklist .product-container {
	width: 845px;
	margin-left: auto;
	margin-right: auto;
}
.product-checklist .product-wrapper {
	float: left;
}
.product-checklist .browse-bar {
	display: block;
}
.product-checklist .product-image img {
	height: 160px;
}
.product-checklist .product-description {
	display: none;
}
.product-checklist .small-description {
	display: none;
}
.product-checklist .large-description {
	display: none;
}
.product-checklist .read-more-bottom {
	display: none;
}
.product-checklist .asap-price {
	margin-top: -7px;
	color: #733154;
}
.product-checklist .ip {
	margin-top: -7px;
	clear: both;
}
.product-checklist .asap-ip {
	display: none;
}
.product-checklist .product-name a {
	font-size: 12pt !important;
	color: #68757E !important;
}
.product-checklist .product-name-button-set {
	display: none;
}
.product-checklist .button-set {
	margin: 0px 10px 0px 0px !important;
	width: 180px;
	padding: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.product-checklist .button-bar {
	display: none;
	margin: 0px 0px 0px -10px !important;
	width: 196px;
}
.product-checklist .minus-button {
	margin-right: 5px;
}
.product-checklist .previous, .product-checklist .next, .product-checklist .next-pointer, .product-checklist .previous-pointer {
	color: #733154 !important;
}
.product-checklist .add-to-cart-button {
    padding: 2px 7px 2px 9px;
    text-align: center;
    height: auto;
    background: #A4A9AD;
    color: #FFF;
    font-size: 10pt;
    border-radius: 15px;
    background-color: #733154;
    font-weight: 400;
    float: right;
    margin: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    cursor: pointer;
    clear: none;
    width: 172px;
}
.product-checklist .prod-checklist-make-asap a {
	color: #68757E !important;
} 
.product-checklist .browse-bar .number-to-view {
	margin-top: -3px;
}

/* new product directives */

.product-checklist .new-items {
	color: white;
	background-color: #6CC24A !important;
}
.product-checklist .new-items .special-pickup {
	color: white;
}
.product-checklist .new-items .product-name a {
	color: white !important;
}
.product-checklist .new-items .asap-price {
	color: white !important;
}
.product-checklist .new-items .read-more-top a {
	color: white !important;
}
.product-checklist .new-items .read-more-bottom a {
	color: white !important;
}
.product-checklist .new-items .plus-button, .product-checklist .new-items .minus-button {
	background-color: #6CC24A !important;
	color: white !important;
}
.product-checklist .new-items .product-add-to-cart-button, .product-checklist .new-items .button-bar {
	background-color: white !important;
	color: #6CC24A !important;
	border: 1px solid #6CC24A !important;
}
.product-checklist .new-items .button-bar {
	width: 194px;
}
.product-checklist .new-items .brand-new{
	margin-bottom: -10px;
}
.product-checklist .new-items .prod-checklist-make-asap a {
	color: white !important;
} 
.prod-checklist-make-asap {
	display: block;
}