@charset "UTF-8";
.compareThese {
	overflow: hidden;
	display: block;
	float: left;
}
.compareThese .compareThis {
	float: left;
	overflow: hidden;
	display: block;
	height: 24px;
	width: 24px;
	background: #FFF;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0, rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0, rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0, rgba(229,229,229,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
	border: 1px solid #666;
	margin-right: 5px;
	position: relative;
}
.compareThese .compareThis .removeCompare {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #900;
	display: block;
	color: #fff;
	width: 8px;
	text-align: center;
	line-height: 8px;
	font-weight: bold;
}
.compareThese .compareThis .compareOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url('../images/ajax-loader-small.gif') no-repeat 4px 4px;
}
.compareItems .removeLink {
	text-align: right;
	margin-bottom: 5px;
}
.compareItems .itemImage {
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
}
.compareItems .spec {
	overflow: hidden;
	vertical-align: top;
}
.compareItems .label {
	float: left;
	font-weight: bold;
	width: 80px;
}
.compareItems .detail {
	overflow: hidden;
}
.boxes .guidePopup {
	display: none;
}
.boxes .rowGroup {
	border-top: 0px solid #e5e5e5;
	border-right: none;
	border-left: none;
	margin-top: 0px;
    padding-top: 5px;
}
.boxes .itemResults .headerRow {
	display: none;
}
.boxes .itemResults .detailRow {
	display: block;
	float: left;
	width: 25%;
}
.dj_ie .boxes .itemResults .detailRow {
	width: 23%;
}
.boxes .itemResults .topRow {
	border-top: none;
}
.boxes .itemResults .lastCol {
	border-right: none;
}
.boxes .detailRow .detailBorder {
	border-left: 0px solid #999;
	border-top: 0px solid #999;
	overflow: hidden;
}
.boxes .topRow .detailBorder {
	border-top: none;
}
.boxes .lastCol .detailBorder {
	border-right: 0px solid #999;
}
.boxes .detailRow .itemImage {
	text-align: center;
	display: block;
	border: none;
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}
.boxes .detailRow .itemImage img {
	width: 175px;
	height: auto;
}
.boxes .detailRow .itemImage .quickView {
	position: absolute;
	display: none;
	bottom: 40px;
	left: 50%;
	margin-left: -45px;
	width: 90px;
}
.vai_dt .boxes .detailRow .itemImage:hover .quickView {
	display: block;
}
.boxes .detailRow:hover .itemImage img {
	
}
.boxes .detailRow .itemImage .compare {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -38px;
}
.boxes .detailRow .itemDetails {
	display: block;
	border: none;
	padding: 0;
	margin: 5px;
}
.boxes .detailRow .itemDetails .itemDescription {
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
	padding: 0px;
	height: auto !important;
}
.boxes .detailRow .itemDetails .itemExtDescription {
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
	display: none;
	padding: 0;
}
.boxes .detailRow .price {
	display: block;
	border: none;
	overflow: hidden;
	padding: 0;
	margin: 5px;
}
.boxes .detailRow .price .thePrice {
	font-weight: bold;
	float: left;
	margin-right: 5px;
}
.boxes .detailRow .price .multipleUM .thePrice {
	margin-top: 3px;
}
.boxes .detailRow .price .unitMeasure {
	float: left;
}
.boxes .detailRow .itemCartOptions {
	display: block;
	border: none;
	padding: 0;
	margin: 5px;
}
.boxes .detailRow .orderGuide {
	clear: left;
}
.boxes .iconGroup .icon {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	margin: 2px;
}
.boxes .iconGroup .groundShipping {
	background-image: url(../images/icon_hazard.gif);
}
.boxes .iconGroup .heavy {
	background-image: url(../images/icon_heavy.gif);
}
.boxes .iconGroup .overSized {
	background-image: url(../images/icon_wide.gif);
}
.boxes .iconGroup .refrigerated {
	background-image: url(../images/icon_refrigerated.gif);
}
.boxes .iconGroup .historyIcon {
	background-image: url(../images/icon_history.png);
}
.boxes .iconGroup .newItemIcon {
	background-image: url(../images/icon_newItem.png);
}
.boxes .catItems .detailRow .itemDescription {
	border: none;
	display: block;
	padding: 0;
	margin: 5px;
	text-align:center;
}
.boxes .catItems .detailRow .shortDescription {
	border: none;
	display: block;
	padding: 0;
	margin: 5px;
}
.boxes .catItems .detailRow .longDescription {
	border: none;
	display: none;
}
.boxes .catItems .detailRow .itemImage {
	border: none;
	padding: 0;
	margin-bottom: 10px;
}
.boxes .catItems .detailRow .price {
	border: none;
	padding: 0;
	margin: 5px;
}
.boxes .catItems .detailRow .buttons {
	border: none;
	display: none;
}
.boxes .newItems .detailRow .itemDescription {
	border: none;
	display: block;
	padding: 0;
	margin: 5px;
}
.boxes .newItems .detailRow .shortDescription {
	border: none;
	display: block;
	padding: 0;
	margin: 5px;
}
.boxes .newItems .detailRow .longDescription {
	border: none;
	display: none;
}
.boxes .newItems .detailRow .itemImage {
	border: none;
	padding: 0;
	margin-bottom: 10px;
}
.boxes .newItems .detailRow .price {
	border: none;
	padding: 0;
	margin: 5px;
}
.newItems .detailRow .itemCartOptions {
	border: none;
	display: none;
}
.boxes .featuredItems .detailRow .itemDescription {
	border: none;
	display: block;
	padding: 0;
	margin: 5px;
}
.boxes .featuredItems .detailRow .shortDescription {
	border: none;
	display: block;
	padding: 0;
	margin: 5px;
}
.boxes .featuredItems .detailRow .longDescription {
	border: none;
	display: none;
}
.boxes .featuredItems .detailRow .itemImage {
	border: none;
	padding: 0;
	margin-bottom: 10px;
}
.boxes .featuredItems .detailRow .price {
	border: none;
	padding: 0;
	margin: 5px;
}
.featuredItems .detailRow .itemCartOptions {
	border: none;
	display: none;
}
.boxes .additionalInfo {
	border-spacing: 0;
	padding: 0;
}
.boxes .addInfoRow {
	overflow: hidden;
}
.boxes .addInfoRow .label, .addInfoRow .output {
	float: left;
}
.boxes .addInfoRow .label {
}
.boxes .addInfoRow .output {
	padding-left: 5px;
}
.itemResults .linkGroup .output {
	display:none;
}
.boxes .addToCart button {
	color: inherit;
	border: 1px solid #999;
	padding: 2px 4px 4px 4px;
	background: #FFF;
	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: 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);
	cursor: pointer;
}
.boxes .addToCart button .addToCartIcon {
	background-image: url(../images/cart.gif);
	display: block;
	width: 15px;
	height: 14px;
	background-repeat: no-repeat;
}
.boxes .addToCart button:hover {
	color: #000;
}
.boxes .ogButton .dijitArrowButtonInner {
	display: none;
}
.newItemsComponent.boxes .dijitTitlePaneContentOuter {
	border: none;
}
.featuredItemsComponent.boxes .dijitTitlePaneContentOuter {
	border: none;
}
.upSellItemsComponent.boxes .dijitTitlePaneContentOuter {
	border: none!important;
}
.relatedItemsComponent.boxes .dijitTitlePaneContentOuter {
	border: none!important;
}
.crossSellItemsComponent.boxes .dijitTitlePaneContentOuter {
	border: none!important;
}
.listView .guidePopup {
	display: none;
}
.listView .detailRow .itemImage {
	text-align: center;
	border-left: 1px solid #ededed;
}
.listView .detailRow .itemImage img {
	width: 60px;
	height: auto;
}
.listView .detailRow:hover .itemImage img {
	-webkit-box-shadow: 4px 4px 13px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 4px 4px 13px 0 rgba(0,0,0,.5);
	box-shadow: 4px 4px 13px 0 rgba(0,0,0,.5);
}
.listView .detailRow .itemImage .compare {
	text-align: center;
	margin-top: 5px;
}
.listView .additionalInfo {
	border-spacing: 0;
	margin-top: 5px;
}
.listView .addInfoRow {
	overflow: hidden;
}
.listView .addInfoRow .label, .listView .addInfoRow .output {
	float: left;
}
.listView .addInfoRow .label {
	font-weight: bold;
}
.listView .addInfoRow .output {
	padding-left: 5px;
}
.listView .itemCartOptions .itemQuantity {
	float: left;
}
.listView .cellData .itemDescription {
	font-weight: bold;
	margin-bottom: 5px;
}
.listView .detailRow .itemCartOptions {
	min-width: 95px;
}
.boxes .detailRow .orderGuide {
	clear: left;
}
.listView .detailRow .orderGuide {
	clear: both;
}
.listView .detailRow .price {
	min-width: 125px;
	text-align: right;
}
.listView .detailRow .price .priceContainer {
	overflow: hidden;
	float: right;
}
.listView .detailRow .price .thePrice {
	font-weight: bold;
	float: left;
	margin-right: 5px;
}
.listView .detailRow .price .multipleUM .thePrice {
	margin-top: 3px;
}
.listView .detailRow .price .priceContainer .unitMeasure {
	float: left;
}
.listView .addToCart button {
	color: inherit;
	border: 1px solid #999;
	padding: 2px 4px 4px 4px;
	background: #FFF;
	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: 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);
	cursor: pointer;
}
.listView .addToCart button .addToCartIcon {
	background-image: url(../images/cart.gif);
	display: block;
	width: 15px;
	height: 14px;
	background-repeat: no-repeat;
}
.listView .addToCart button:hover {
	color: #000;
}
.listView .ogButton .dijitArrowButtonInner {
	display: none;
}
.listView .itemQuantity label {
	display: none;
}
.s2k-dojo .gridContainer .unitMeasure .dijitComboBox {
	width: 60px;
}
.flyBoxQuickView {
	position: fixed;
	z-index: 500;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.8);
}
.flyBoxQuickView .fbContent {
	width: 800px;
	border: 12px solid rgba(0,0,0,.5);
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -412px;
	margin-top: -212px;
}
.flyBoxQuickView .fbContent .scroll {
	padding: 20px;
	overflow: auto;
	height: 360px;
}
.flyBoxQuickView .quickViewContainer {
	overflow: hidden;
}
.flyBoxQuickView .quickViewLeft, .flyBoxQuickView .quickViewRight {
	float: left;
	width: 48%;
	min-height: 100px;
}
.flyBoxQuickView .quickViewLeft .theImage {
	margin: auto;
	margin-top: 15px;
}
.flyBoxQuickView .quickViewRight {
	border-left: 1px solid #e5e5e5;
	margin: 10px;
}
.flyBoxQuickView .qv_heading, .flyBoxQuickView .qv_overview, .flyBoxQuickView .qv_qtyBar, .flyBoxQuickView .qv_fullDetailLink {
	margin-left: 10px;
}
.flyBoxQuickView .qv_heading {
	margin-top: 15px;
}
.flyBoxQuickView .qv_heading .qv_description {
	font-weight: bold;
	font-size: 12pt;
}
.flyBoxQuickView .qv_heading .qv_itemNumber {
	overflow: hidden;
}
.flyBoxQuickView .qv_heading .qv_itemNumber .label {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}
.flyBoxQuickView .qv_heading .qv_price {
	overflow: hidden;
	margin-top: 10px;
}
.flyBoxQuickView .qv_heading .qv_price .priceContainer {
	overflow: hidden;
}
.flyBoxQuickView .qv_heading .qv_price .thePrice {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}
.flyBoxQuickView .qv_heading .qv_price .multipleUM .thePrice {
	margin-top: 3px;
}
.flyBoxQuickView .qv_heading .qv_price .unitMeasure {
	float: left;
}
.flyBoxQuickView .qv_overview {
	margin-top: 10px;
}
.flyBoxQuickView .qv_overview .qv_header {
	font-weight: bold;
}
.flyBoxQuickView .qv_overview .scroll {
	padding: 20px;
	overflow: auto;
	height: 214px;
	border: 1px solid #E5E5E5;
}
.flyBoxQuickView .qv_qtyBar {
	background: #FFF;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
	overflow: hidden;
}
.flyBoxQuickView .qv_qtyBar .addToCartContainer {
	overflow: hidden;
}
.flyBoxQuickView .qv_qtyBar .itemQuantity {
	float: left;
	margin: 8px;
}
.flyBoxQuickView .qv_qtyBar .addToCart {
	margin: 6px;
}
.flyBoxQuickView .qv_fullDetailLink {
	margin-top: 10px;
}
.flyBoxQuickView .qv_fullDetailLink .linkContainer {
	float: right;
}
.s2k-dojo .flyBoxQuickView .dijitTabListContainer-top .tabStripButton {
	display: none;
}
.large .rowGroup {
	font-size: 13pt;
}
.s2k-dojo .boxes .featuredItemsComponent .dijitTitlePaneContentOuter, .s2k-dojo .boxes .newItemsComponent .dijitTitlePaneContentOuter {
	border: none;
}
.featuredItemsComponent.boxes .itemCartOptions, .newItemsComponent.boxes .itemCartOptions {
	display: none;
}
.itemResults .itemDescription h3 {
	font-size: 10pt;
	margin-top: 0;
	font-weight: normal;
}
