/* Mixins */


/* Default Store Styles
================================================
This is the default stylesheet for the store related elements. */


/* ## General Store Styles ## */

.imgLabel {
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999em;
}

.sale {
	color: #ea0000;
	font-weight: bold;
}

.regular {
	color: #000;
	font-weight: bold;
}


/* ## Header Links cart addition ## */

.headerLinks a.cartLink {
	margin-left: 5px;
}

.headerLinks a.cartLink:link,
.headerLinks a.cartLink:visited {
	margin-left: 5px;
}


/* ##block modules used for "grid" of layout ## */


/* LEGACY CODE TO BE REMOVED */

.block175,
.block320,
.block323,
.block432,
.block438,
.block502,
.block630,
.block765 {
	float: left;
	display: inline;
}

.block175 {
	width: 175px;
}

.block320 {
	width: 320px;
}

.block323 {
	width: 323px;
}

.block432 {
	width: 432px;
}

.block438 {
	width: 438px;
}

.block502 {
	width: 502px;
}

.block630 {
	width: 630px;
}

.block765 {
	width: 765px;
}

.marginB10 {
	margin-bottom: 10px;
}

.marginR5 {
	margin-right: 5px;
}

.marginR10 {
	margin-right: 10px;
}

.pad10 {
	padding: 10px;
}

.padS10 {
	padding-left: 10px;
	padding-right: 10px;
}

.padL10 {
	padding-left: 10px;
}

.padT5 {
	padding-top: 5px;
}

.padT10 {
	padding-top: 10px;
}

.padB5 {
	padding-bottom: 5px;
}


/* ## Shop By  Menu Theme ## */

.shopBy {
	position: relative;
	height: 30px;
	padding: 0 10px 0 21px;
	margin-bottom: 4px;
	z-index: 110;
}

.shopBy .imgLabel {
	float: left;
}

.shopBy .sf-menu {
	float: left;
}

.shopBy .sf-menu a {
	height: 30px;
	color: #13a;
	text-decoration: none;
	text-indent: -9999em;
}

.shopBy .sf-menu a:link,
.shopBy .sf-menu a:visited {
	height: 30px;
	color: #13a;
	text-decoration: none;
	text-indent: -9999em;
}

.shopBy .sf-menu li ul {
	background-color: #fff;
	border: 1px solid #c7c7c7;
}

.shopBy .sf-menu li li {
	background-color: #fff;
}

.shopBy .sf-menu li li a {
	height: auto;
	padding: 5px 10px;
	text-indent: 0;
	background: url(/cms/images/layout/arrow_right_blue.gif) no-repeat 2px -999px;
}

.shopBy .sf-menu li li a:link,
.shopBy .sf-menu li li a:visited {
	height: auto;
	padding: 5px 10px;
	text-indent: 0;
	background: url(/cms/images/layout/arrow_right_blue.gif) no-repeat 2px -999px;
}

.shopBy .sf-menu li.sfHover a {
	background-position: 0 -30px;
}

.shopBy .sf-menu li li a:hover,
.shopBy .sf-menu li li a:active {
	background-position: 3px 8px;
}

.shopBy .sf-menu li:hover,
.shopBy .sf-menu li.sfHover {
	outline: 0;
}

.shopBy .sf-menu a:focus,
.shopBy .sf-menu a:hover,
.shopBy .sf-menu a:active {
	outline: 0;
}


/* Site Defaults */

.hdng {
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
	background: none;
	border: 0;
}

.hdng2 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	background: none;
}

.hdng3 {
	margin: 0 0 5px 0;
	font-size: 1.8em;
	font-weight: normal;
}

.imghdng {
	margin: 5px 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999em;
}

.hdngbox {
	margin: 0;
	padding: 3px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #999;
}


/* ## Store Buttons ## */

.btnAddToCart {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btnAddToCart .btn {
	display: block;
	border: 0;
	border-radius: 0;
	background: #da2127;
	font-size: 23pt;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
}

.btnAddToCart .btn:hover,
.btnAddToCart .btn:focus {
	background: #1e1e1e;
}

.btnWishlist {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
}

.btnWishlist .btn {
	padding: 15px 30px;
	font-size: 11pt;
	font-weight: 700;
	color: #828282;
	background: #d6d6d6;
	border: 0;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0;
	white-space: normal;
	cursor: pointer;
}

.btnWishlist .btn:hover,
.btnWishlist .btn:focus {
	background: #da2127;
	color: #fff;
}

@media (min-width: 48em) {
	.btnWishlist .btn {
		padding: 11% 15%;
		font-size: 11pt;
	}
}

.btnContinueShopping {
	background-color: #005e8f;
}

.btnContinueShopping .btn {
	width: 172px;
	padding: 3px 2px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	background-color: #407abc;
	border: 1px solid #97b3cd;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

@media (min-width: 48em) {
	.itemActionButtons .columns {
		table-layout: fixed;
	}
}

.itemActionButtons .columns .column {
	position: relative;
	padding: 0 10px;
	margin-bottom: 15px;
}

@media (min-width: 48em) {
	.itemActionButtons .columns .column {
		height: 100%;
	}
	.itemActionButtons .columns .column .inner {
		position: relative;
		height: 100%;
	}
}

@media (min-width: 64em) {
	.itemActionButtons .columns .column:last-child {
		width: 25%;
	}
}

@media all and (min-width: 80em) {
	.itemActionButtons .columns .column:last-child {
		width: 20%;
	}
}

@media (min-width: 105em) {
	.itemActionButtons .columns .column:last-child {
		width: 17%;
	}
}

.itemActionButtons .columns .column .btnWrapper {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 48em) {
	.itemActionButtons .columns .column .btnWrapper {
		height: 65px;
	}
}

@media (min-width: 48em) {
	.itemActionButtons .columns .column .btnWrapper .btn {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.itemActionButtons #emailContainer input {
	max-width: 100% !important;
	margin-bottom: 10px;
}

.hline {
	width: 100%;
	margin: 20px 0;
	border-bottom: 1px solid #D2D2D2;
}


/* ## text field styles ## */

input.text,
textarea.text {
	padding: 6px 4px;
	border: 1px solid #969696;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.blur {
	color: #ccc;
}

select {
	padding: 1px;
	border: 1px solid #969696;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}


/* interior styles */

.deptImage {
	margin-bottom: 7px;
	overflow: hidden;
}

.deptImage img {
	display: block;
}

.pageControl {
	float: right;
	text-align: right;
	color: #b0b0b0;
}

.pageControl a {
	text-decoration: none;
}

.pageControl a:link,
.pageControl a:visited {
	text-decoration: none;
}

.pageControl a:hover,
.pageControl a:active {
	text-decoration: underline;
}

.pageControl a.prev {
	margin: 0 5px 0 0;
	padding-left: 10px;
	background: url(/cms/images/layout/arrow_left_blue.gif) no-repeat 0 4px;
}

.pageControl a.prev:link,
.pageControl a.prev:visited {
	margin: 0 5px 0 0;
	padding-left: 10px;
	background: url(/cms/images/layout/arrow_left_blue.gif) no-repeat 0 4px;
}

.pageControl a.next {
	margin: 0 0 0 5px;
	padding-right: 10px;
	background: url(/cms/images/layout/arrow_right_blue.gif) no-repeat 100% 4px;
}

.pageControl a.next:link,
.pageControl a.next:visited {
	margin: 0 0 0 5px;
	padding-right: 10px;
	background: url(/cms/images/layout/arrow_right_blue.gif) no-repeat 100% 4px;
}

.itemSwatches {
	margin-bottom: 7px;
	padding: 0;
}

.itemSwatches .swatchTitle {
	font-size: 0.8em;
}

.itemSwatches ul.swatchList li {
	margin: 0 3px 3px 0;
}

.itemSwatches ul.swatchList li.last {
	margin-right: 0;
}

ul.swatchList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.swatchList li {
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
}

ul.swatchList li.last {
	margin-right: 0;
}

ul.swatchList .swatchAlt {
	display: none;
}

ul.swatchList li img {
	display: block;
	margin: -1px;
}

ul.swatchList li a {
	float: left;
	display: inline;
	border: 1px solid #ACADB2;
	overflow: hidden;
}

ul.swatchList li a:link,
ul.swatchList li a:visited {
	float: left;
	display: inline;
	border: 1px solid #ACADB2;
	overflow: hidden;
}

ul.swatchList li a.active {
	border: 1px solid #fc4c47;
}

ul.swatchList li a.active:link,
ul.swatchList li a.active:visited {
	border: 1px solid #fc4c47;
}

ul.textLink {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.textLink li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
}

ul.textLink li a {
	display: block;
	width: 18px;
	height: 13px;
	border: 1px solid #cccccc;
	overflow: hidden;
}

ul.textLink li a:link,
ul.textLink li a:visited {
	display: block;
	width: 18px;
	height: 13px;
	border: 1px solid #cccccc;
	overflow: hidden;
}

ul.textLink li a:hover,
ul.textLink li a:active {
	border-color: #000;
}

ul.textLink li a.active {
	border-color: #000;
}

ul.textLink li a.active:link,
ul.textLink li a.active:visited {
	border-color: #000;
}

.enlargeSwatch {
	display: none;
}


/* ## Product Detail Styles ## */

.product {
	background: #fff;
}

.product .productTop {
	margin-bottom: 1em;
}

.product .productColumn {
	padding: 0 15px;
}

.product .productColumn.productDetails {
	padding: 0 5% 0 3.5%;
}

@media (max-width: 47.938em) {
	.product [class*="grid_"] {
		padding: 0;
	}
}

.productTools {
	margin-bottom: 2.5em;
	background: #dfdfdf;
}

.productTools a.back {
	position: relative;
	display: inline-block;
	padding: .5% 1.5%;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	color: rgba(30, 30, 30, 0.5);
}

.productTools a.back:before {
	content: "\f0d9";
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}

.productTools a.back:hover,
.productTools a.back:focus {
	color: #da2128;
}

.productDetails {
	padding: 0 5%;
    color:#000;
}
.productDetails h1,
.productDetails h2,
.productDetails h3,
.productDetails h4,
.productDetails h5,
.productDetails h6 { color:#000;}
.productDetails ul.textLink {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 48em) {
	.productDetails ul.textLink {
		margin-left: 20px;
	}
}

.productDetails ul.textLink li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px;
}

@media (min-width: 48em) {
	.productDetails ul.textLink li {
		margin-bottom: 0;
	}
}

.productDetails ul.textLink li a {
	display: block;
	height: auto;
	width: auto;
	padding: 8px 16px;
	border: 1px solid #bcbcbc;
	background: #fff;
	line-height: 25px;
	font-family: 'Oswald', sans-serif;
	font-size: 18pt;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	color: #bcbcbc;
}

.productDetails ul.textLink li a.disabled {
	display: block;
	width: auto;
	height: 26px;
	margin-bottom: 5px;
	padding: 1px 3px;
	text-decoration: none;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	background: #f6f6f6;
	border: 2px solid #d9d9d9;
	overflow: hidden;
	background: #ddd;
	border: 2px solid #fff;
	color: #fff;
}

.productDetails ul.textLink li a.disabled:hover {
	cursor: default;
	background: #ddd;
}

.productDetails ul.textLink li a:hover,
.productDetails ul.textLink li a:active,
.productDetails ul.textLink li a.active {
	border-color: #1e1e1e;
	background: #1e1e1e;
	color: #fff;
}

.productDetails div.radioList label {
	margin-right: 7px;
}

.productDetails .itemName {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 30pt;
	text-transform: uppercase;
	line-height: 1.2;
	color: #242424;
}

@media (min-width: 48em) {
	.productDetails .itemName {
		font-size: 40pt;
	}
}

.productDetails .itemSku {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #a3a3a3;
}

.productDetails .reviewItem {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border: 0;
	border-left: 1px solid #a3a3a3;
	line-height: 1;
}

.productDetails .reviewItem a.jumpToReview {
	font-size: 10pt;
	font-weight: 600;
	text-transform: uppercase;
	color: #0079a9;
}

.productDetails .itemDesc {
	font-size: 14pt;
	color: #242424;
}

.productDetails .itemDesc p {
	margin-bottom: .5em;
}

.productDetails .itemPrice {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 40pt;
	color: #242424;
}

.productDetails .itemPrice .sale {
	color: #da2128;
}

.productDetails .itemPrice .strike {
	margin-left: 10px;
	font-size: 25pt;
	font-weight: 300;
	text-decoration: line-through;
	color: #c6c6c6;
}

.productDetails .jumpToDesc {
	font-size: 10.5pt;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.productDetails .jumpToDesc:hover,
.productDetails .jumpToDesc:focus {
	text-decoration: underline;
}

.productDetails .quantity {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2.5em;
	margin-bottom: 15px;
}

.productDetails .shipNote {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 16pt;
	text-transform: uppercase;
	line-height: 1;
	color: #0079a9;
}

.productDetails .shipNote p {
	margin: 0;
}

.productDetails a.jumpToLink {
	font-size: .9em;
	font-weight: 600;
	text-transform: uppercase;
}


/*placeholder class*/

#Selections .selectedName {
	display: none;
}

#Selections .productDetails {
	padding: 0;
}

#Selections .selectionWrapper {
	padding: 2.5% .5%;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
}

.detailsRow {
	margin-bottom: 1em;
}

.detailsRow select {
	display: block;
	margin-bottom: 5px;
}

.detailsRow .text {
	height: 50px;
	border: 1px solid #afafaf;
	font-family: 'Oswald', sans-serif;
	font-size: 16pt;
	font-weight: 700;
	text-align: center;
	color: #242424;
}

.detailsRow .note {
	margin: 0;
	font-size: 10.5pt;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	color: #242424;
}

.detailsRow .itemCallouts {
	margin: 0;
	text-align: left;
}

.detailsRow .itemCO {
	padding: 3px 5px;
}

.rowLabel {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 3px;
	font-family: 'Oswald', sans-serif;
	font-size: 16pt;
	font-weight: 700;
	text-transform: uppercase;
	color: #242424;
}

.rowLabel .selectedName {
	font-weight: normal;
	color: #666666;
}

.itemPrice {
	font-weight: bold;
	font-size: 1.2em;
}

.itemPrice del,
.itemPrice .strike {
	color: #a6a6a6;
	font-size: .9em;
}

.productImage {
	position: relative;
	padding: 20px 0;
	margin-bottom: 10px;
	border: 1px solid #d0d0d0;
	text-align: center;
}

.productImage img.mainImage {
	display: block;
	margin: 0 auto;
}

.productImage a.btnEnlarge {
	display: none;
	position: absolute;
	bottom: 2%;
	right: 2%;
	font-size: 2em;
	cursor: pointer;
	text-decoration: none;
	color: #1e1e1e;
}

.productImage a.btnEnlarge:hover,
.productImage a.btnEnlarge:focus {
	color: #da2127;
}

@media (min-width: 48em) {
	.productImage a.btnEnlarge {
		display: block;
	}
}

ul.altViews {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.altViews li {
	float: left;
	display: inline;
	margin: 0 15px 4px 0;
}

ul.altViews li.last {
	margin-right: 0;
}

ul.altViews li img {
	border: 1px solid #d2d2d2;
}

ul.altViews li .active img {
	border: 1px solid #000;
}

.uiModal {
	display: none;
}

.recentDialog .recentlyViewed {
	border-bottom: 1px solid #e5e5e5;
}

.recentDialog .itemWrapper {
	float: left;
	display: inline;
	width: 215px;
	padding: 0 10px 0 0;
	margin-bottom: 20px;
}

.recentDialog .itemWrapper a.itemLink {
	float: left;
	display: inline;
	width: 103px;
	margin-right: 5px;
}

.recentDialog .itemWrapper a.itemLink:link,
.recentDialog .itemWrapper a.itemLink:visited {
	float: left;
	display: inline;
	width: 103px;
	margin-right: 5px;
}

.recentDialog .itemWrapper .itemImage {
	padding: 0;
	border: 1px solid #d2d2d2;
}

.recentDialog .itemWrapper .itemDetails {
	float: left;
	display: inline;
	width: 105px;
}

.recentDialog .itemWrapper .itemTitle a {
	color: #000;
}

.recentDialog .itemWrapper .itemTitle a:link,
.recentDialog .itemWrapper .itemTitle a:visited {
	color: #000;
}

.recentDialog .itemWrapper .itemSku {
	margin-bottom: 5px;
}

.recentDialog .itemWrapper .itemPrice {
	font-size: 1em;
	font-weight: normal;
	color: #000;
}

.imageViewer .mainImage {
	float: left;
	display: inline;
	width: 585px;
}

.imageViewer .mainImage img {
	border: 1px solid #d2d2d2;
}

.imageViewer .thumbnails {
	float: left;
	width: 103px;
}

.productAccordion {
	margin: 20px 0;
	border-bottom: 1px solid #bababa;
	overflow: hidden;
}

.productAccordion .title {
	margin-bottom: 10px;
	padding: 0.5em 0 0.5em 1em;
	border: 0;
	border-radius: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 20pt;
	font-weight: 700;
	text-transform: uppercase;
	background: #dcdcdc;
	cursor: pointer;
	color: #373737;
}

.productAccordion .title span {
	position: absolute;
	top: 50%;
	right: 2.5%;
	height: auto;
	width: auto;
	background: none;
	font-size: 12pt;
	color: inherit;
	text-indent: 0;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 48em) {
	.productAccordion .title span {
		right: 1.5%;
	}
}

.productAccordion .title span:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\ea0a";
}

.productAccordion .title.active {
	background: #1e1e1e;
	color: #fff;
}

.productAccordion .title.active span:after {
	content: "\ea0b";
}

.productAccordion .title.active + .content {
	max-height: none;
	visibility: visible;
	opacity: 1;
	padding: 1em 2em;
}

@media (max-width: 47.938em) {
	.productAccordion .title.active + .content {
		padding: 2em 0;
	}
}

.productAccordion .content {
	max-height: 0;
	visibility: hidden;
	opacity: 0;
	border: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.productAccordion .content ul li {
	margin-bottom: 30px;
}

.productAccordion.productAccordionAlt {
	border-bottom: 0;
}

.productAccordion.productAccordionAlt .title.active {
	margin: 0;
	background: #A6A6A6;
}

.productAccordion.productAccordionAlt .content {
	background: #1e1e1e;
	color: #fff;
}

.productMessage {
	font-style: italic;
	color: #000;
}

.productMessage .PreSaleText {
	font-style: normal;
	font-size: 1.3em;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #0079a9;
}


/* Item added to cart */

#item-dialog {
	display: none;
	background: #fff;
	border: solid 2px #005e8f;
	position: absolute;
	top: 176px;
	left: 626px;
	width: 320px;
	z-index: 5000;
}

.hdng-item-dialog {
	padding: 6px 0;
	text-align: center;
	font-size: 1.4em;
	background-color: #ecf1f8;
	border-bottom: solid 1px #ccd1d8;
}

.item-dialog-content {
	padding: 6px 0 8px 0;
	margin: 0 12px;
}

.item-dialog-details {
	text-align: left;
	color: #444;
}


/* Error Markers */

.fieldlbl {
	padding: 4px 2px 0 0;
	text-align: right;
}

.field {
	padding-left: 2px;
}

.fieldpad {
	padding-bottom: 2px;
}

.fieldtext {
	color: #000000;
}

.fielderror {
	color: #f00;
}

.fieldnorm {
	width: 16px;
	height: 20px;
}

.req,
.fieldreq {
	padding-right: 12px;
	background: transparent url(/cms/images/global/field-req.gif) no-repeat 100% 2px;
}

.error,
.fieldred {
	padding-right: 12px;
	color: #f00;
	background: transparent url(/cms/images/global/field-error.gif) no-repeat 100% 2px;
}

.errorMessage {
	margin: 0 0 25px 0;
	text-align: left;
	background-color: #FCD5D5;
	border: 1px solid #ff0000;
}

.help {
	font-size: .9em;
	color: #666;
}

.formee .req,
.formee .fieldreq {
	padding-left: 12px;
	padding-right: 0;
	background-position: 0 2px;
}

.errorWrap input,
.errorWrap select {
	color: #881414;
	background: none repeat scroll 0 0 #FCD5D5;
	border-color: #881414;
}

.shipmethod {
	position: relative;
	display: inline-block;
}

.shipalert {
	position: absolute;
	right: -198px;
	top: 0;
	padding: 7px 20px 7px 7px;
	width: 160px;
	border: solid 1px #9baab7;
	background: #E0E0E0;
}

.shipalert .arrowTab {
	position: absolute;
	top: -1px;
	left: -9px;
	width: 8px;
	height: 9px;
	background: url(/cms/images/layout/arrow_left_gray.gif) no-repeat 0 0;
}

.shipalert .close {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 13px;
	height: 13px;
	background: url(/cms/images/layout/icon_x.gif) no-repeat 0 0;
	text-indent: -9999em;
}


/* sub-mini cart */

.subCart {
	margin-bottom: 20px;
}

.subCart th {
	background: transparent;
}


/* checkout process */

ul.processSteps {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.processSteps li {
	float: left;
	display: inline;
	padding: 5px 7px;
	margin: 0 3px 10px 0;
}

ul.processSteps li.active {
	background-color: #2F679B;
	color: #fff;
	border: 1px solid #2F679B;
}

ul.processSteps li.prevStep {
	background: #E0E0E0;
}

ul.processSteps li.prevStep a {
	color: #666;
}

ul.processSteps li.prevStep a:link,
ul.processSteps li.prevStep a:visited {
	color: #666;
}

.userMessage {
	width: 46%;
	padding: 10px 15px;
	margin-bottom: 10px;
	background: #E0E0E0;
	border: 1px solid #c7c7c7;
}


/* send to friend */

.friendPopup {
	width: 660px;
	padding: 10px;
	margin: 0 auto;
}

.friendPopup dl.forms dt {
	width: 90px;
}


/* Limit Textbox */

.txtlimitbx {
	background-color: #1c4e87;
}

.txtlimitbx2 {
	background-color: #a8c6e0;
}


/* faq */

ul.faqLinks {
	margin: 5px 0 10px 15px;
	padding: 0;
	list-style-type: none;
}

ul.faqLinks li {
	padding-bottom: 5px;
}

dl.faqList dt {
	font-weight: bold;
	margin-bottom: 3px;
}

dl.faqList dd {
	position: relative;
	padding-left: 20px;
	margin: 0 0 7px 0;
}

dl.faqList .answerLabel {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}


/* Edit Customer Order */

.eco {
	float: right;
	padding: 5px;
	border: solid 1px #000;
	background: #fff;
	margin: 5px;
	position: relative;
	z-index: 1000;
	color: #f00;
	line-height: 1.5em;
}

.eco a {
	color: #f00;
	font-weight: bold;
}


/* dropcart */

.dropCart {
	margin: 0 auto;
	display: none;
}

.dropCartHeader {
	padding: 5px;
	background: #DA2128;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	font-family: 'Oswald', sans-serif;
	color: #fff;
}

.dropCartHeader:before {
	content: "\e601";
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}

.cartContainer {
	padding: 7px 8px 16px 8px;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	background: #fff;
}

.dropCart .btnCheckout:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	position: absolute;
	top: 12px;
	right: 10px;
}

.dropCart .btnAlt2 {
	width: 100%;
	padding: 10px 0;
	position: relative;
}

.dropCart .btnContinue {
	padding-left: 25px;
}

.dropCart .btnContinue:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104";
	position: absolute;
	top: 12px;
	left: 10px;
}

.dropCart .dropCartContent {
	padding: 10px 0;
}

.dropCart .dropCartContent .item-dialog-details {
	padding-top: 10px;
	border-top: 1px solid #d0d0d0;
}

.dropCart .dropCartContent .item-dialog-details .detail {
	margin-bottom: 6px;
}

.dropCartBase .hdrBannerBar {
	position: static;
	height: 28px;
	z-index: 1;
	padding: 4px 0 0 10px;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #999;
}

.dropCartBase .checkoutBlock {
	background: #fff;
}

.dropCartBase .chkoutBoxes {
	margin-bottom: 0;
	border-right: 1px solid #0079AA;
}

.dropCartBase .chkoutBoxes .chkoutRow {
	border-left: 1px solid #0079AA;
}

.dropCartBase .chkoutBoxes .chkoutSubtotal {
	border-left: 0;
	margin-left: 1px;
}

.dropCartBase .chkoutBoxes .chkoutRow .title {
	height: 25px;
	padding-bottom: 0;
}

.dropCartButtons {
	padding: 5px;
	text-align: center;
}

.dropCartButtons a {
	margin-bottom: 10px;
}


/* recent cart */

.recent-cart {
	display: block;
	position: fixed;
	top: 0;
	right: -80%;
	width: 80%;
	min-height: 100%;
	z-index: 1000;
	background: #fff;
	z-index: 1000000;
	overflow: hidden;
	overflow-y: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (min-width: 48em) {
	.recent-cart {
		width: 40%;
		right: -40%;
	}
}

@media all and (min-width: 80em) {
	.recent-cart {
		width: 20%;
		right: -20%;
	}
}

.recent-cart .itemWrapper {
	float: none;
	display: block;
	width: auto;
	height: auto;
	padding: 0 10px;
}

.recent-cart .itemWrapper .itemLink {
	float: left;
	width: 101px;
}

.recent-cart .itemWrapper .itemLink:link,
.recent-cart .itemWrapper .itemLink:visited {
	float: left;
	width: 101px;
}

.recent-cart .itemWrapper .itemContent {
	margin-left: 110px;
}

.recent-cart .itemWrapper .itemTitle {
	font-weight: bold;
}

.flyOutCartActive {
	position: relative;
	overflow: hidden;
}

.flyOutCartActive:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 3000;
}

.flyOutCartActive .recent-cart {
	right: 0;
}


/* collection items */

.collectionItems {
	border: solid 3px #ddd;
	padding: 10px;
	height: 350px;
	overflow: auto;
}

.collectionItems .itemWrapper {
	padding: 10px;
}

.collectionItems .itemWrapper a.itemLink {
	float: left;
	display: inline;
	width: 226px;
}

.collectionItems .itemWrapper a.itemLink:link,
.collectionItems .itemWrapper a.itemLink:visited {
	float: left;
	display: inline;
	width: 226px;
}

.collectionItems .itemWrapper .itemDetails {
	float: left;
	display: inline;
	width: 40%;
	margin-left: 10px;
}

.collectionItems .itemWrapper .itemTitle {
	display: inline;
}

.collectionItems .itemWrapper .detailsRow {
	margin: 10px 0;
}

.collectionItems .itemWrapper .itemQuantity {
	float: right;
	display: inline;
	width: 150px;
}

.collectionItems .itemWrapper .itemQuantity .rowLabel {
	float: left;
	display: inline;
	margin-right: 5px;
	padding-top: 3px;
}

.toolTipTrigger {
	margin-left: 10px;
	cursor: pointer;
	text-decoration: underline;
}

.toolTip {
	display: none;
	width: 220px;
	padding: 5px;
	text-align: left;
	border: 2px solid #e5e3e1;
	background: #fff;
}

.Bannerrotate ul {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.Bannerrotate ul li {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.RadioButtonList label {
	margin-right: 10px;
}


/* site tags */

.tagsWrapper {
	padding: 5px;
	border: 1px solid #ccc;
}

.tagsWrapper .taghdng {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.tagList {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tagList li {
	display: inline;
	margin: 0 2px;
}

.tagList a {
	color: #666;
}

.tagList a:link,
.tagList a:visited {
	color: #666;
}

.addTag-trigger {
	text-decoration: underline;
	cursor: pointer;
}

.addTagWrapper {
	display: none;
}

.hTagcloud .tagList {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.tagList .popular2 {
	font-size: 1.2em;
}

.tagList .popular3 {
	font-size: 1.4em;
}

.tagList .popular4 {
	font-size: 1.6em;
}

.tagList .popular5 {
	font-size: 1.8em;
}


/* overlay quick view */

.qvWrapper .qvLeft {
	float: left;
	display: inline;
	width: 250px;
	margin-bottom: 10px;
}

.qvWrapper .qvRight {
	float: right;
	display: inline;
	width: 250px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.qvWrapper .productImage {
	position: relative;
}

.qvWrapper .productImage img {
	display: block;
	margin: 0 auto;
}

.qvWrapper .reviewItem {
	margin-bottom: 18px;
	padding: 10px 0;
}

.qvWrapper .textRating {
	display: none;
}

.qvWrapper .averageCount {
	margin-left: 7px;
	font-style: italic;
	color: #2d7ac0;
}

.qvWrapper .itemPrice {
	margin: 10px 0;
	padding: 0;
	border: 0;
	line-height: normal;
}

.qvWrapper .itemButtons {
	position: absolute;
	bottom: 14px;
	left: 43px;
	right: 43px;
}

.qvWrapper .itemButtons a.detailsButton {
	display: block;
	height: 28px;
	margin-bottom: 4px;
	line-height: 28px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #000;
	border: 1px solid #6e6d6a;
}

.qvWrapper .itemButtons a.detailsButton:link,
.qvWrapper .itemButtons a.detailsButton:visited {
	display: block;
	height: 28px;
	margin-bottom: 4px;
	line-height: 28px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #000;
	border: 1px solid #6e6d6a;
}

.qvWrapper .itemButtons a.detailsButton:hover,
.qvWrapper .itemButtons a.detailsButton:active {
	background: #6e6d6a;
}

.qvWrapper .tabnav li a {
	padding: 5px 20px;
	font-size: 11px;
}

.qvWrapper .tabnav li a:link,
.qvWrapper .tabnav li a:visited {
	padding: 5px 20px;
	font-size: 11px;
}

.qvWrapper .tabnav li.ui-tabs-selected a {
	font-size: 11px;
	padding: 6px 20px;
}

.qvWrapper .tabnav li.ui-tabs-selected a:link,
.qvWrapper .tabnav li.ui-tabs-selected a:visited {
	font-size: 11px;
	padding: 6px 20px;
}


/* ## Member Saved Orders ## */

.savedOrders li {
	padding: 10px;
	border-top: 1px dashed #999;
}

.savedOrders li:first-child {
	border-top: 0;
}

.itemWrapper {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	text-align: center;
}

.itemWrapper > a {
	display: block;
	text-decoration: none;
}

.itemWrapper img {
	margin: 0 auto;
}

.itemWrapper .itemContent {
	padding: 2% 5% 5%;
}

.itemWrapper .itemTitle {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #242424;
}

.itemWrapper .itemPrice {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	color: #242424;
}

.itemWrapper .promoText {
	display: inline-block;
	padding: 8px 30px;
	border-radius: 10px;
	background: #da2128;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.relatedItems {
	margin: 0 0 2.5em;
	background: #fff;
	padding: 35px 0;
}

.relatedItems .heading {
	text-align: center;
}

.relatedItems .heading .title {
	margin: 0 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5em;
	color: #1e1e1e;
}

@media (min-width: 48em) {
	.relatedItems .heading .title {
		font-size: 18pt;
	}
}

.relatedItems .heading .viewAll {
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.5);
}

.relatedItems .heading .viewAll:hover,
.relatedItems .heading .viewAll:focus {
	text-decoration: underline;
}

.relatedItems .item {
	position: relative;
	height: auto;
	background-color: transparent;
	text-align: center;
}

.relatedItems .item img {
	margin: 0 auto;
	opacity: 1 !important;
}

@media all and (min-width: 80em) {
	.relatedItems .item:after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		width: 1px;
		height: 75%;
		background: #bababa;
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.relatedItems .item .content {
	display: none;
}

.relatedItems .item .itemLink {
	position: relative;
	display: block;
	text-decoration: none;
}

@media all and (min-width: 80em) {
	.relatedItems .item .itemLink:after {
		content: "View";
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		padding: 28px 25px;
		opacity: 0;
		visibility: hidden;
		border-radius: 50%;
		background-color: rgba(0, 0, 0, 0.7);
		font-family: 'Oswald', sans-serif;
		font-size: 1.5em;
		text-transform: uppercase;
		color: #fff;
		-moz-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.relatedItems .item .itemLink:hover:after,
	.relatedItems .item .itemLink:focus:after {
		opacity: 1;
		visibility: visible;
	}
	.relatedItems .item .itemLink:hover .itemContent,
	.relatedItems .item .itemLink:focus .itemContent {
		background-color: #DA2128;
	}
}

.relatedItems .slick-arrow {
	position: absolute;
	top: 50%;
	padding: 0px;
	width: 30px;
	height: 35px;
	border: 0px none;
	background: rgba(98, 98, 98, 0.9);
	color: #FFF;
}

.relatedItems .slick-arrow.slick-prev {
	left: 0;
}

.relatedItems .slick-arrow.slick-next {
	right: 0;
}

.relatedItems.players {
	margin: 2.5em 0;
	background: none;
}

@media all and (min-width: 80em) {
	.relatedItems.players .itemListing {
		margin: 0 15%;
	}
}

.relatedItems.players .heading .title {
	margin-bottom: 15px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0;
	color: #fff;
}

@media (min-width: 48em) {
	.relatedItems.players .heading .title {
		font-size: 40pt;
	}
}

.relatedItems.players .heading .viewAll {
	display: none;
}

.relatedItems.players .item {
	padding: 10px;
	text-align: center;
}

.relatedItems.players .item:after {
	display: none;
}

.relatedItems.players .item .media {
	position: relative;
	z-index: 1;
}

.relatedItems.players .item .media:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.relatedItems.players .item .content {
	display: block;
	padding: 10px 0;
}

.relatedItems.players .item .content .title {
	margin: 0 0 10px;
	font-size: 18pt;
	text-transform: uppercase;
	color: #fff;
}

.relatedItems.players .item .content .meta {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #bdbdbd;
}

.relatedItems.players .item .itemLink {
	display: inline-block;
	background: #000;
	border: 1px solid #7d7d7d;
	max-width: 100%;
}

.relatedItems.players .item .itemLink:after {
	display: none;
}

.relatedItems.players .item .itemLink:hover,
.relatedItems.players .item .itemLink:focus {
	background: #DA2128;
}

.relatedItems.players .item .itemLink:hover .media:after,
.relatedItems.players .item .itemLink:focus .media:after {
	background: transparent;
}

.relatedItems.players .item .itemLink:hover .meta,
.relatedItems.players .item .itemLink:focus .meta {
	color: #fff;
}

.relatedItems.players .slick-arrow {
	position: absolute;
	top: 50%;
	height: auto;
	width: auto;
	border: 0;
	background: none;
	font-size: 3em;
	color: #fff;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.relatedItems.players .slick-arrow.slick-prev {
	left: 0;
}

.relatedItems.players .slick-arrow.slick-prev:before {
	content: "\e604";
}

@media (min-width: 80em) {
	.relatedItems.players .slick-arrow.slick-prev {
		left: -5%;
	}
}

.relatedItems.players .slick-arrow.slick-next {
	right: 0;
}

.relatedItems.players .slick-arrow.slick-next:before {
	content: "\e605";
}

@media (min-width: 80em) {
	.relatedItems.players .slick-arrow.slick-next {
		right: -5%;
	}
}
.store-item .productAccordion {color:#000;}
.store-item .relatedItems {
	border-bottom: 1px solid #bababa;
}

.store-item .relatedItems.players .slick-arrow,
.store-item .relatedItems.players .heading .title {
	color: #000 !important;
}

.recommendedItems {
	margin-top: 2em;
	border: 1px solid #afafaf;
}

.recommendedItems .heading .title {
	margin: 0;
	padding: 1em 0;
	background: #333333;
	font-size: 24pt;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
}

.recommendedItems ul.listing {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media (min-width: 48em) {
	.recommendedItems ul.listing li {
		float: left;
		width: 33.333%;
	}
}

.recommendedItems.recommendedItemsAlt .heading .title {
	background: #da2128;
}

.departmentList {
	background: #fff;
}

.departmentList [class*="grid_"] {
	padding: 0;
}
@media(min-width:48.000em) and (max-width:59.9375em) {
    .departmentList > [class*="grid_"] {width:50%;}
}

.departmentList .itemWrapper {
	padding: 0 0 3%;
	text-align: center;
	background: #fff;
}

.departmentList .itemWrapper .itemContent {
	background: #5c5c5c;
	position: relative;
	padding: 15px 0;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

.departmentList .itemWrapper .itemContent:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border: 10px solid transparent;
	z-index: 10;
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.departmentList .itemWrapper .itemContent .itemTitle {
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 20pt;
	font-weight: 700;
	color: #fff;
}

.departmentList .itemWrapper .itemMedia {
	position: relative;
	padding-top: 95%;
}

@media (min-width: 105em) {
	.departmentList .itemWrapper .itemMedia {
		padding-top: 65%;
	}
}

.departmentList .itemWrapper .itemMedia img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
}

.departmentList .itemWrapper > a {
	display: block;
	text-decoration: none;
}

.departmentList .itemWrapper > a:hover .itemContent,
.departmentList .itemWrapper > a:focus .itemContent {
	background: #da2128;
}

.departmentList .itemWrapper > a:hover .itemContent:after,
.departmentList .itemWrapper > a:focus .itemContent:after {
	border-top-color: #da2128;
}

.productList {
	background: #fff;
}

.productList .itemWrapper {
	float: left;
	width: 50%;
	margin: 0;
	padding: 10px;
	border: 0;
	border-right: 1px solid #909090;
	border-bottom: 1px solid #909090;
	background: #fff;
	text-align: center;
}

.productList .itemWrapper:nth-child(2n) {
	border-right: 0;
}

@media (min-width: 48em) {
	.productList .itemWrapper {
		width: 25%;
	}
	.productList .itemWrapper:nth-child(2n) {
		border-right: 1px solid #909090;
	}
	.productList .itemWrapper:nth-child(4n) {
		border-right: 0;
	}
}

.productList .itemWrapper .itemImage {
	position: relative;
	padding-top: 95%;
	margin-bottom: 40px;
	text-align: center;
}

.productList .itemWrapper .itemImage img {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.productList .itemWrapper .itemContent {
	padding: 0;
	background: none;
}

@media (min-width: 48em) {
	.productList .itemWrapper .itemContent {
		padding: 2% 5% 5%;
	}
}

.productList .itemWrapper .itemContent .itemTitle {
	margin: 0 0 5px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #242424;
}

.productList .itemWrapper .itemContent .itemPrice {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	color: #242424;
}

.productList .itemWrapper .itemContent .promoText {
	display: inline-block;
	padding: 8px 30px;
	border-radius: 10px;
	background: #da2128;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.productList .itemWrapper > a {
	display: block;
	text-decoration: none;
}

.productList .itemWrapper > a:hover .promoText,
.productList .itemWrapper > a:focus .promoText {
	background: #242424;
}

.ui-dialog {z-index:3000 !important;}