/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: Lato, Arial, sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup,
	main, nav, section, summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not ([controls] ) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2.4em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

P {
	font-size: 1.2em;
	margin: 0 0 1em 0;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not (:root ) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"]
	{
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button
	{
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration
	{
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

.compare-items-panel:before, .compare-items-panel:after {
	content: " ";
	display: table;
}

.compare-items-panel:after {
	clear: both;
}

body {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #444444;
	font-family: Lato, Arial, sans-serif;
	font-size: 10px;
}

a {
	color: #444444;
	outline: medium none;
	overflow: hidden;
	text-decoration: none;
}

fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
}

th {
	text-align: left;
}

td {
	padding: 1em;
	vertical-align: top;
}

.clearfix:after, .category-switch:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.visually-hidden {
	border: 0 none;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ie7 .visually-hidden {
	width: 1px !important;
}

.menu {
	float: left;
	margin: 0;
	padding: 0;
}

.menu li {
	float: left;
	list-style: none outside none !important;
}

#wrapper {
	background: none repeat scroll 0 0 #fff;
	/* border: 3px solid #fff; */
	margin: auto;
	/*
  max-width: 960px;
  width: 960px;
  */
}

header {
	position: relative;
	/* margin-left: 10px;*/
	/* margin-right: 10px;*/
}

.primary-content {
	/* border-left: 1px solid #e0e0e0; */
	float: right;
	/* margin-left: -1px; */
	padding: 0 0 20px;
	position: relative;
	width: 787px;
}

.primary-focus .primary-content {
	border: 0 none;
	float: left;
	margin: 0;
	width: 709px;
}

.full-width .primary-content {
	border: 0 none;
	width: 100%;
}

.page-content .primary-content {
	padding-left: 3%;
	width: 758px;
}

#secondary {
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent; */
	margin-bottom: 10px;
	/* border-right: 1px solid #e0e0e0; */
	float: left;
	width: 100%;
	position: relative;
}

#secondary nav {
	padding-left: 10px;
	padding-right: 10px;
}

#secondary nav a {
	margin-left: 15px;
}

.primary-focus #secondary {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	float: right;
	width: 210px;
}

.ui-widget-overlay {
	background: url("../images/interface/ui-overlay-shadow.png") repeat
		scroll 50% 50% #444444;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	z-index: 101;
}

.ui-dialog {
	background: none repeat scroll 0 0 #fff;
}

.ui-dialog .ui-widget-header {
	background: none repeat scroll 0 0 #efefef;
	border: 0 none;
	border-radius: 0 0 0 0;
	height: 23px;
	text-transform: uppercase;
}

.ui-dialog .ui-dialog-title {
	font-weight: bold;
	margin: 0.5em 16px 0.1em 0.3em;
}

.ui-dialog .ui-icon-closethick {
	/* background-image: url("../images/interface/icon-ui-close.png"); */
	background-image: url("../images/custom/icon-close.png");
	background-position: left top;
	height: 32px;
	width: 32px;
}

.ui-dialog .ui-dialog-titlebar-close {
	border: 0 none;
	border-radius: 0;
	width: 32px;
	height: 32px;
	/* margin:0.3em 0.8em 0 0; */
	margin: 0 0.1em 0 0;
	padding: 0;
	right: 0;
	top: 0;
}

.ui-dialog .ui-dialog-titlebar-close span {
	margin: 0;
	padding: 0;
}

.ui-dialog h1, .ui-dialog h2 {
	/* font-family: Lato, Arial, sans-serif; */
	/* font-style: italic; */
	font-family: Lato, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: 100;
	margin: 5px 158px 5px 0;
}

.ui-dialog .dialog-required {
	font-weight: 100;
	position: relative;
	text-transform: none;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

.ui-accordion .ui-accordion-content {
	padding: 0;
}

.ui-tabs .ui-tabs-nav {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	height: 2.45em;
	padding: 0;
}

.ui-tabs .ui-tabs-nav li {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #efefef;
	border-color: #e0e0e0 #e0e0e0 #fff;
	border-style: solid;
	border-width: 1px;
	font-family: Lato, Arial, sans-serif;
	font-style: italic;
	list-style: none outside none !important;
	margin: 0 1em -1px 0;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
	background: none repeat scroll 0 0 #fff;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a {
	color: #666;
}

.ui-tabs .ui-tabs-nav li a {
	color: #999;
}

.ui-tabs .ui-tabs-panel {
	background: none repeat scroll 0 0 #fff;
	border-color: #e0e0e0;
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: 4px 2px 10px 0 rgba(66, 66, 66, 0.1);
	color: #414141;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0;
	padding: 20px 10px;
}

button, .button, .buttonstyle, input[type="button"] {
	background: none repeat scroll 0 0 #004086;
	/* border-color: #ccc; */
	/* border-style: solid; */
	/* border-width: 1px 1px 4px; */
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 700;
	padding: 0.9em 1.5em 0.8em;
	text-align: center;
	text-transform: uppercase;
}

.buttonstyle a {
	color: #FFFFFF !important;
	background-color: #004086;
}

button[disabled], input[disabled] {
	color: #CCCCCC;
}
/* button:hover{ background-color:#002F58; } */
.ui-dialog .quickview-prev, .ui-dialog .quickview-next {
	font-weight: normal;
	padding: 0.7em 0.4em 0.3em 0.4em;
	color: #004086;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	background-color: #FFFFFF;
}

.button-fancy-small {
	/* background: url("../images/interface/ui-wht-tran-grad-52.png") repeat-x scroll 0 0 #004086; */
	background-color: #004086;
	color: #fff !important;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
}

.button-fancy-medium {
	/* background: url("../images/interface/ui-wht-tran-grad-52.png") repeat-x scroll 0 0 #004086; */
	background-color: #004086;
	color: #fff !important;
	font-weight: 400;
	text-transform: uppercase;
}

.button-fancy-large {
	/* background: url("../images/interface/ui-wht-tran-grad-52.png") repeat-x scroll 0 0 #004086; */
	background-color: #004086;
	color: #fff !important;
	font-size: 1.75em;
	font-weight: 400;
	padding: 0.5em 1em;
	text-transform: uppercase;
}

.button-fancy-small:hover, .button-fancy-medium:hover,
	.button-fancy-large:hover {
	background-color: #002F58 !important;
}

.textbutton {
	background-color: #FFFFFF;
}

.button-fancy-small[disabled], .button-fancy-medium[disabled],
	.button-fancy-large[disabled] {
	opacity: 0.5;
}

.button-text {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-weight: 400;
	padding: 0;
}

.button-full-width {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 100%;
}

.js .simple-submit {
	display: none;
}

legend {
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef; */
	border-bottom: 1em solid #fff;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0;
	padding: 14px 2% 10px;
	position: relative;
	text-transform: uppercase;
	width: 96%;
}

.ie7 legend {
	width: 94%;
}

legend span {
	font-size: 12px;
	font-weight: 400;
	position: relative;
	text-transform: none;
	padding: 0 0.5;
}

legend span em {
	color: ##444444;;
}

.dialog-required {
	display: none;
	font-size: 12px;
	font-weight: 400;
	position: relative;
	float: right;
	padding: 2px 0;
}

.dialog-required em {
	color: #444444;
}

label {
	display: block;
	float: left;
	font-size: 1.4em;
	font-weight: 700;
	padding: 0.75em 0 0;
	text-align: left;
	width: 22%;
}

.form-label-text {
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: 700;
	padding: 0.75em 0 0;
	text-align: left;
	width: 22%;
}

.form-label-text span {
	margin-right: 5px;
}

.form-row {
	clear: both;
	margin: 0 0 1em;
}

.form-row-button {
	margin-left: 24.5%;
	width: 62%;
}

input[type="text"], input[type="number"], input[type="password"] {
	border: 1px solid #DFDFDF;
	margin-left: 2%;
	padding: 0.7em 0.5em;
	text-indent: 0;
	width: 49.5966%;
	font-size: 1.3em;
}

textarea {
	border: 1px solid #aaa;
	margin-left: 2%;
	padding: 0.7em 0.5em;
	text-indent: 0;
	width: 49.5966%;
}

select {
	text-indent: 0;
	height: 3em;
	border: 1px solid #DFDFDF;
	margin-left: 2%;
	padding: 0;
	width: 51.6%;
	font-size: 1.3em;
}

.search-result-options select {
	height: auto;
}

input[type="checkbox"], input[type="radio"] {
	margin: 1em 2%;
}

.label-inline label {
	display: inline-block;
	float: none;
	font-size: 1em;
	font-weight: 400;
	text-align: left;
	width: 90%;
}

.label-inline input {
	float: left;
	margin: 0.8em 2%;
}

.label-above label {
	float: none;
	text-align: left;
	width: auto;
}

.label-above input, .label-above select, .label-above textarea {
	margin-left: 0;
}

.label-above .form-caption {
	margin-left: 0;
	width: auto;
}

.label-removed label {
	left: -999em;
	position: absolute;
}

.label-hidden label {
	text-align: left;
	text-indent: -999em;
}

.form-indent {
	margin-left: 24%;
}

.form-indent .form-caption {
	margin-left: 0;
}

.form-caption {
	display: block;
	margin: 1% 0 1% 24%;
	width: auto;
}

.error-message {
	border: 2px solid #990000;
	background-color: #faeded;
	padding: 0.7em 0.5em;
	text-indent: 0;
	width: 49.5966%;
}

.form-caption.error-message {
	border: 0;
	background-color: transparent;
	padding: 0;
	text-indent: 0;
	width: auto;
}

.error {
	background-color: #faeded;
	border-color: #990000;
	color: #990000;
}

span.error {
	background: none repeat scroll 0 0 transparent;
	display: block;
	margin: 1% 2% 2% 24%;
}

@media screen and (max-width: 767px) {
	span.error {
		margin-left: 0;
	}
	
	.pt_store-locator .resultitem.online-store .storeinfo .info {
		width: 60%;
	}
	.pt_store-locator .gm-style-iw .bubble{ width: auto; }
	.pt_store-locator .gm-style-iw .bubble h3, .pt_store-locator .gm-style-iw .bubble h4,
	.pt_store-locator .gm-style-iw .bubble.online-store .long-description p { font-size: 12px; }
	.pt_store-locator .gm-style-iw .bubble.online-store .long-description ul{
		font-size: 12px;
	}
	.pt_store-locator .gm-style-iw .bubble.online-store .long-description li {
		padding-left: 0;
	}
}

div.error {
	background: none repeat scroll 0 0 transparent;
}

.error-form {
	/* background: url("../images/interface/icon-alert.png") no-repeat scroll left top transparent;*/
	border-top: 1px solid #E1E1E1;
	color: #990000;
	margin: 1em 0;
	padding: 0.5em 0 0 4em;
}

.form-inline form {
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left bottom transparent; */
	border-bottom: 1px solid #E1E1E1;
	padding: 0;
	margin-bottom: 20px;
	width: 100%;
}

.form-inline .form-row {
	clear: none;
	float: left;
	margin: 5px 2% 0 0;
	width: 28%;
}

.form-inline label {
	padding: 0 0 0.75em;
	text-transform: uppercase;
	width: auto;
}

.form-inline input[type="text"], .form-inline select {
	margin-left: 0;
	width: 95%;
}

.form-inline .form-row-button {
	float: left;
	margin: 30px 0 0;
	width: 10%;
}

.form-inline button {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.login-box-content label {
	float: none;
	font-size: 1.2em;
	text-align: left;
	width: auto;
}

.login-box-content input[type="text"], .login-box-content input[type="password"]
	{
	margin-left: 0;
	padding: 0 0.5em;
	width: 87%;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
}

.login-box-content textarea {
	margin-left: 0;
	width: 87%;
}

.login-box-content .form-caption, .login-box-content input[type="checkbox"],
	.login-box-content select {
	margin-left: 0;
}

.login-box-content .form-row-button {
	margin-left: 0;
	width: auto;
}

.row-inline {
	display: inline;
}

.row-inline label {
	width: auto;
}

.require-dialog {
	font-weight: 400;
	position: absolute;
	right: 1em;
	text-transform: none;
	top: 1em;
}

.required-indicator {
	color: #FF374E;
}

.form-field-tooltip {
	float: right;
	margin: -36px 0 0;
	width: 21%;
}

.with-helper-text {
	margin-top: -59px;
}

.char-count {
	display: block;
	margin-left: 24%;
}

.label-inline label {
	padding: 0;
	padding-left: 0.25em;
}

.item-list {
	margin-bottom: 1em;
}

.item-list tr {
	border-bottom: 1px solid #e1e1e1;
}

.item-list tr.last {
	border: 0 none;
}

.item-list tr.headings {
	display: none;
}

.item-list td {
	padding: 1em;
	vertical-align: top;
	font-size: 1.4em;
}

.section-header {
	padding: 1em;
}

.item-details .product-list-item .name {
	font-family: Lato, Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
}

.item-details .product-list-item .value {
	font-weight: 700;
}

.item-details .product-list-item .promo {
	color: #FF1F44;
}

.item-details .product-list-item .price-standard {
	color: #444444;
	text-decoration: line-through;
}

.item-availability ul, .item-quantity-details ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.item-dashboard {
	color: #aaa;
	width: 250px;
}

.item-dashboard label {
	display: inline;
	float: none;
	font-weight: 400;
}

.item-dashboard input, .item-dashboard .value, .item-dashboard .option-toggle-public label
	{
	color: #444444;
}

.item-dashboard input {
	padding: 0.2em;
	width: 2em;
}

.item-dashboard .input-text {
	margin: 0;
	text-align: center;
}

.item-dashboard .input-select {
	margin: 0;
	padding: 8px;
	width: auto;
	height: auto;
	color: #444444;
}

.item-dashboard .input-checkbox {
	margin: 0 5px;
}

.item-dashboard .item-option {
	margin: 0 0 0.5em;
}

.item-dashboard .item-option .form-row {
	display: inline;
}

.item-dashboard .option-add-to-cart .label, .item-dashboard .option-add-to-cart label
	{
	color: #444444;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}

.item-dashboard .option-add-to-cart input {
	padding: 0.5em 0;
	width: 50px;
	margin-right: 1em;
}

.item-dashboard .option-quantity-purchased span.exceeded {
	color: #990000;
}

.tooltip {
	cursor: help;
	position: relative;
}

.tooltip .tooltip-content {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	border-radius: 3px 3px 3px 3px;
	color: #fff;
	display: none;
	font-size: 12px;
	font-style: normal;
	left: 100%;
	max-width: 300px;
	min-width: 200px;
	opacity: 0;
	padding: 1em;
	position: absolute;
	text-decoration: none;
	top: 100%;
	visibility: hidden;
	z-index: 10;
}

.tooltip:hover .tooltip-content {
	display: block;
	opacity: 1;
	overflow: visible;
	visibility: visible;
}

.js .tooltip-content {
	display: none !important;
}

#tooltip {
	background-color: #fff;
	border: 1px solid #000;
	opacity: 0.95;
	padding: 5px;
	position: absolute;
	z-index: 3000;
}

#tooltip .small {
	width: 300px;
}

#tooltip .medium {
	width: 500px;
}

#tooltip .recommendation-tooltip-header {
	background: none repeat scroll 0 0 #ccc;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
}

#tooltip .recommendation-tooltip-header .product-price .price-standard {
	color: #444444;
	text-decoration: line-through;
}

#tooltip .recommendation-tooltip-description, #tooltip .recommendation-tooltip-attributes
	{
	padding: 10px;
}

.content-slot img {
	height: auto;
	max-width: 100%;
}

.slot-grid-header p {
	margin: 0;
	padding: 0;
}

.product-listing-1x4 {
	background: none repeat scroll 0 0 #fff;
	overflow: hidden;
	padding: 10px 0;
}

.product-listing-1x4 .search-result-items .grid-tile {
	margin: 0 1% 0 2%;
	width: 18%;
}

.account-nav-asset {
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent; */
	line-height: 1.5em;
	margin: 40px 10px;
	padding: 10px 0;
}

.account-nav-asset h2 {
	font-family: Lato, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	margin: 14px 0 20px;
}

.content-asset p {
	line-height: 1.6em;
	margin: 1em 0;
}

.content-asset ul, .content-asset ol {
	line-height: 1.6em;
	margin: 1em 0;
	padding: 0 1.5em;
}

.content-asset address {
	margin: 1em 0;
}

.content-asset ul li {
	list-style: disc outside none !important;
}

.content-asset ol li {
	list-style: decimal outside none;
}

.content-asset .account-options {
	margin: 0;
	padding: 0;
}

.content-asset .account-options li {
	border-bottom: 1px solid #e0e0e0;
	float: left;
	height: 80px;
	list-style: none outside none !important;
	margin: 0 0 0 4%;
	padding: 20px 0 0;
	position: relative;
	width: 46%;
}

.content-asset .account-options li a {
	display: block;
	font-size: 1.5em;
	line-height: 30px;
	padding: 0 0 0 55px;
}

.content-asset .account-options li img {
	left: 0;
	position: absolute;
	top: 10px;
}

.content-asset .account-options li p {
	margin: 0;
	padding-left: 55px;
}

.browser-compatibility-alert {
	background: url("../images/interface/icon-alert.png") no-repeat scroll
		1em 1em #faeded;
	border: 1px solid;
	color: #990000;
	margin: 1em;
	padding: 0.5em 4em;
}

#header {
	/* height: 79px; */
	position: relative;
}

.ie7 #header {
	z-index: 200;
}

#header .primary-logo {
	/* left:0; */
	margin: 0;
	position: absolute;
	top: 17px;
}

#header .primary-logo a {
	display: block;
}

#header .primary-logo span {
	left: -999em;
	position: absolute;
}

.header-banner {
	clear: both;
	float: right;
	font-size: 1.2em;
	margin: 0 6px;
}

.ie7 .header-banner {
	width: 350px;
}

#mini-cart {
	/*float: right;*/
	/*margin: 5px 6px 0 0;*/
	position: relative;
	z-index: 120;
	color: #444444;
}

#mini-cart.reset-position {
	position: initial !important;
}

#mini-cart a {
	color: #444444;
}

.mini-cart-label {
	margin: 0 5px 0 0;
}

.mini-cart-total {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}

.mini-cart-totals {
	padding-bottom: 12px;
}

.mini-cart-content {
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 5px #888888;
	-moz-box-shadow: 0 0 5px #888888;
	box-shadow: 0 0 5px #888888;
	border: 0;
	display: none;
	position: absolute;
	right: -15px;
	top: 22px;
	width: 275px;
	padding: 0 15px;
}

#mini-cart:hover .mini-cart-content {
	display: block;
}

.mini-cart-header {
	border-bottom: 1px solid #E1E1E1;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0;
	text-transform: uppercase;
	text-align: center;
}

.mini-cart-close {
	display: none;
	background: url("../images/interface/icon-mini-cart-close.png")
		no-repeat scroll left top transparent;
	height: 20px;
	text-indent: -999em;
	width: 19px;
}

.mini-cart-products {
	max-height: 360px;
	overflow: auto;
}

.mini-cart-product {
	background-color: #FFFFFF;
	border-bottom: 1px dotted #9D9D9D;
	overflow: hidden;
	padding: 10px 10px 10px 25px;
}

.mini-cart-product:last-child {
	border-bottom: 0;
}
/* .mini-cart-product.collapsed{ background-color:#E1E1E1; } */
.mini-cart-product.collapsed .mini-cart-name, .mini-cart-product.collapsed .mini-cart-attributes,
	.mini-cart-product.collapsed .mini-cart-pricing, .mini-cart-product.collapsed .product-availability-list
	{
	width: 97%;
	margin-left: 3%;
}

.mini-cart-image {
	float: left; /* width:70px;*/
	width: 30%;
}

.mini-cart-image img {
	max-width: 90%;
}

.mini-cart-name {
	/* font-family: Lato, Arial, sans-serif; */
	/* font-style: italic; */
	float: right;
	font-size: 1.3em;
	/* width:170px; */
	width: 70%;
	color: #444444;
	margin-top: 10px;
}

.mini-cart-name a {
	color: #444444 !important;
}

.mini-cart-product.collapsed .mini-cart-name {
	margin-top: 0;
}

.mini-cart-attributes, .mini-cart-product .product-availability-list {
	float: left;
	font-size: 1.3em;
	/* width:170px; */
	width: 70%;
	font-weight: bold;
}

.mini-cart-pricing {
	float: left;
	font-size: 1.3em;
	/* width:170px; */
	width: 70%;
	margin-top: 10px;
	font-weight: bold;
}

.mini-cart-pricing:after {
	content: '';
	display: table;
	clear: both;
}

.mini-cart-pricing .label {
	float: left;
	color: #9D9D9D;
	text-transform: none;
}

.mini-cart-pricing .value {
	float: left;
	color: #9D9D9D;
	text-transform: none;
}

.mini-cart-pricing .mini-cart-price {
	float: right;
	color: #5D5D5D;
}

.mini-cart-subtotals {
	padding: 30px 5px;
}

.mini-cart-subtotals:after {
	content: '';
	display: table;
	clear: both;
}

.mini-cart-subtotals .label {
	float: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: none;
}

.mini-cart-subtotals .value {
	float: right;
	font-weight: bold;
	font-size: 13px;
}

.mini-cart-slot {
	display: none;
	background-color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	margin: 20px;
	padding: 10px;
	text-align: center;
}

.mini-cart-link-cart {
	background-color: #004086;
	color: #FFFFFF;
	display: block;
	padding: 10px;
	width: auto;
	border: 0;
	background-image: none;
}

.mini-cart-link-checkout {
	clear: both;
	color: #004086 !important;
	display: block;
	padding: 15px 0 0 0;
	text-align: center;
}

.menu-utility {
	clear: both;
	color: #999;
	float: right;
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 10px 0;
	padding: 0;
	text-transform: uppercase;
}

.ie7 .menu-utility {
	width: 350px;
}

.menu-utility-user {
	color: #9D9D9D;
	/* float: right; */
	/* font-size: 0.8em; */
	/* letter-spacing: 1px; */
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.menu-utility li, .menu-utility-user li {
	border-right: 1px solid;
	float: left;
	list-style: none outside none;
	padding: 0 6px;
}

.menu-utility li.last, .menu-utility-user li.last {
	border: none;
}

.header-search {
	/* position: absolute; */
	/* right: 5px; */
	/* left:394px; */
	top: 11px;
	z-index: 21;
}

.header-search fieldset {
	border: 1px solid #DFDFDF;
}

.header-search fieldset:after {
	content: '';
	display: table;
	clear: both;
}

.header-search input[type="text"] {
	float: left;
	background: none repeat scroll 0 0 transparent;
	/*
    border-left:1px solid #DFDFDF;
    border-right:0;
    border-top:1px solid #DFDFDF;
    border-bottom:1px solid #DFDFDF;
    */
	border: 0;
	color: #CCCCCC;
	height: 36px;
	margin: 0;
	width: 260px;
	padding: 0 5px;
	line-height: 36px;
	font-size: 13px;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.header-search input[type="submit"] {
	float: left;
	background: url("../images/interface/icon-search.png") no-repeat scroll
		center center transparent;
	border: 0;
	height: 36px;
	padding: 8px 0;
	text-indent: -999em;
	width: 35px;
	margin-left: -2px;
	outline: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.header-search legend {
	background: none repeat scroll 0 0 transparent;
}
@media screen and (min-width:768px) {
	/* following #navigation CLASS will be re-declare @ style-ie8.css */
	#navigation {
		position: relative;
		width: 100%;
		z-index: 100;
		min-height:55px;
		height : auto !important;
	}
	ul.level-1 {
		position: relative;
		min-height: 54px;
		border-bottom: 1px solid #E1E1E1;
		margin-bottom: -1px;
	}
	.ie7 ul.level-1 {
		height: 54px;
	}
	ul.level-1>li {
		float: left;
		padding: 0;
		margin: 0;
	}
	ul.level-1>li>a {
		border-top: 6px solid transparent;
		font-size: 1.1em;
		font-weight: 700;
		height: 48px;
		line-height: 42px;
		padding: 0 10px;
	}
	ul.level-1>li>a>.name {
		display: block;
	}
	ul.level-1>li>a>.action-arrow {
		display: none;
	}
	ul.level-1>li.active>a, ul.level-1>li>a:hover {
		background-color: #444444;
		color: #FFFFFF;
	}
	ul.level-1>li.home>a {
		width: 20px;
		background: url('../images/header/icon_home.png') no-repeat 10px 10px;
	}
	ul.level-1>li.special-offer>a {
		color: #FF374E;
	}
	ul.level-1>li.special-offer.active>a, ul.level-1>li.special-offer>a:hover
		{
		background-color: #FF374E;
		color: #FFFFFF;
	}
	ul.level-1>li.bag-finder {
		float: right;
	}
	ul.level-1>li.bag-finder>a {
		color: #004086;
		font-weight: bold;
	}
	ul.level-1>li.followus {
		float: right;
	}
	ul.level-1>li.followus>a {
		color: #004086;
		font-weight: bold;
	}
	ul.level-1>li.seperator {
		float: right;
		background-color: #E1E1E1;
		width: 1px;
		height: 24px;
		border-top: 15px solid #FFFFFF;
	}
	ul.level-1>li.bag-finder.active>a, ul.level-1>li.bag-finder>a:hover, ul.level-1>li.followus.active>a,
		ul.level-1>li.followus>a:hover,	ul.level-1>li.social-media-set.active>a, ul.level-1>li.social-media-set>a:hover  {
		background-color: #004086;
		color: #FFFFFF;
	}
	ul.level-1>li.social-media-set{
		float:right;
	}
	ul.level-1>li.social-media-set>a{
		color: #004086;
		font-weight: bold;
	}
	ul.level-1>li.social-media-set div.level-2{
		right:0;
		left:auto;
		min-width:320px;
		min-height:auto;
		padding:10px 20px;
		border-top:3px solid #004086;
	}
	ul.level-1>li.social-media-set div.menu-wrapper{
		display:block;
		width:100%;
		min-height:auto;
	}
	ul.level-1>li.social-media-set div.level-2 h3{
		padding-left:0;
	}
	ul.level-1>li.social-media-set div.level-2 ul{
		display:block;
	}
	ul.level-1>li.social-media-set div.level-2 ul li{
		border-bottom:1px solid #DDD;
		line-height: 50px;
    	clear: both;
	}
	ul.level-1>li.social-media-set div.level-2 ul li img{
		float:left;
	    padding: 15px 0 12px;
	}
	ul.level-1>li.social-media-set div.level-2 ul li img+a {
	    float: right;
	    line-height: 22px;
	    padding: 15px 0;
	    font-size:1.2em;
	    text-transform: uppercase;
	}
	ul.level-1>li.social-media-set div.level-2 ul li img+a:after{
		content:">";
	}
	ul.level-1>li.social-media-set div.level-2 ul li:last-child{
		border-bottom:none;
	}
	ul.level-1>li.social-media-set div.level-2 ul li a:hover{
		background:transparent; 
		text-decoration:underline; 
		color:#004086;
	}
	
	ul.level-1 li:hover div.level-2 {
		display: block;
	}
	ul.level-1 a {
		color: #444444;
		display: block;
		font-size: 1.2em;
		padding: 0;
		text-transform: uppercase;
	}
	a.level-1:focus+.level-2 {
		display: block;
	}
	div.level-2 {
		-webkit-box-shadow: 6px 8px 5px -6px rgba(66, 66, 66, 0.5);
		-moz-box-shadow: 6px 8px 5px -6px rgba(66, 66, 66, 0.5);
		box-shadow: 6px 8px 5px -6px rgba(66, 66, 66, 0.5);
		background-color: #FFFFFF;
		display: none;
		margin: 0;
		padding: 10px 10px 10px 20px;
		position: absolute;
		top: 54px;
		left: 0;
		min-width: 650px;
	}
	div.level-2:after {
		content: '';
		display: table;
		clear: both;
	}
	div.level-2.ie7 {
		width: 452px;
	}
	div.level-2 .menu-wrapper {
		float: left;
		display: list-item;
		background-color: #FFFFFF;
		overflow: hidden;
		background: #FFFFFF;
		min-height: 320px;
	}
	div.level-2 .menu-wrapper:after {
		content: '';
		display: table;
		clear: both;
	}
	div.level-2 .menu-wrapper H2 {
		padding: 15px 10px 30px 10px;
	}
	div.level-2 .menu-wrapper H2 a {
		color: #444444;
		font-size: 1.4em;
		font-weight: normal;
		line-height: 1.2em;
		text-transform: none;
	}
	div.level-2 .menu-wrapper H3 {
		color: #444444;
		font-size: 1.2em;
		font-weight: bold;
		text-transform: uppercase;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	div.level-2 .submenu-wrapper {
		margin-bottom: 20px;
	}
	div.level-2 .submenu-wrapper:after {
		content: '';
		display: table;
		clear: both;
	}
	div.level-2 .submenu-wrapper .column {
		position: relative;
		width: 165px;
		margin-right: 0;
		margin-left: 0;
		padding: 0 10px;
		border-left: 1px solid #DFDFDF;
		display: table-cell;
	}
	div.level-2 .submenu-wrapper .column.first {
		padding: 0 10px 0 0;
		border-left: 0;
	}
	div.level-2 .submenu-wrapper .column.last {
		
	}
	div.level-2 .category-banner {
		float: left;
		width: 320px;
		height: 320px;
		min-height: 320px;
		overflow: hidden;
		background-color: #FFFFFF;
	}
	div.level-2 .category-banner P {
		margin: 0;
	}
	div.level-2 .category-banner IMG {
		width: inherit;
		height: 320px;
	}
	div.level-2 ul.level-2 {
		margin: 0;
		padding: 0;
		width: auto;
	}
	div.level-2 ul.level-2 li {
		float: none;
		margin: 0;
		padding: 0;
	}
	div.level-2 ul.level-2 a {
		line-height: 1.5em;
		font-size: 1.2em;
		padding: 5px 10px;
		background-color: transparent;
		color: #444444;
		text-transform: none;
	}
	div.level-2 ul.level-2 a:hover {
		background-color: #444444;
		color: #FFFFFF;
	}
	div.level-2 ul.level-2 .level-3 a {
		line-height: normal;
	}
	div.level-2 .custom {
		float: right;
		text-align: center;
	}
	div.level-2 .custom img {
		height: auto !important;
		width: auto !important;
	}
	div.level-2.menu-horizontal ul.level-2 {
		float: none;
	}
	div.level-2.menu-horizontal li {
		float: left !important;
		height: 100%;
	}
	div.level-2.menu-horizontal li li {
		border-color: #efefef;
		border-style: solid;
		border-width: 0 1px 0 0;
		float: none !important;
		height: 100%;
	}
	div.level-2.menu-horizontal li.last li {
		border-width: 0 !important;
	}
	div.level-2.menu-horizontal .custom {
		clear: both;
	}
	div.level-3 ul.level-3 {
		margin: 0;
		padding: 0;
	}
	div.level-3 ul.level-3 li {
		padding: 3px 5px;
		width: auto;
	}
	div.level-3 ul.level-3 a {
		color: #004086;
		font-weight: 400;
		text-transform: none;
	}
}

.paging-current-page {
	left: -999em;
	position: absolute;
}

.breadcrumb {
	font-size: 12px;
	line-height: 15px;;
	margin: 0;
	padding: 10px;
}

.breadcrumb li {
	display: inline;
	list-style: none outside none;
	color: #444444;
	text-transform: uppercase;
}

.breadcrumb a.breadcrumb-element {
	text-transform: uppercase;
	padding-right: 20px;
	background-color: #FFFFFF;
	background-image: url('../images/header/breadcrumb_arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.breadcrumb a.breadcrumb-element:last-child {
	background-image: none;
}

/*
.breadcrumb-element:after {
	color:#444444;
	content: '>';
	margin-left:8px;
	margin-right:6px;
}
.breadcrumb-element:last-child {
	font-family: Lato, Arial, sans-serif;
	font-style: italic;
}
.breadcrumb-element:last-child:after{ content: ''; }
*/
.breadcrumb-refinement {
	/* font-family: Lato, Arial, sans-serif; */
	/* font-style: italic; */
	
}

.breadcrumb-refinement:after {
	content: attr(data-divider);
	font-style: normal;
}

.breadcrumb-refinement:last-of-type:after {
	content: '';
}

.breadcrumb-refinement-value {
	background-color: rgba(136, 193, 75, 0.3);
	display: inline-block;
	border-radius: 3px;
	margin: 0 5px 5px 0;
	padding: 0 5px;
}

.breadcrumb-relax {
	background: none;
	color: #990000;
	font-family: Lato, Arial, sans-serif font-style : normal;
	padding: 0 0 0 3px;
}

.breadcrumb-result-text a, .breadcrumb .searchphraselink {
	background: none;
	color: #004086;
	font-family: Lato, Arial, sans-serif;
	font-style: italic;
	padding: 0;
}

.primary-content a { /* color: #004086; */
	
}

.primary-content h1 {
	font-family: Lato, Arial, sans-serif;
	/*font-size: 1.75em;*/
	font-style: normal;
	font-weight: 400;
	margin: 0 0 14px;
}

#secondary h1 {
	font-family: Lato, Arial, sans-serif;
	/*font-size: 1.75em;*/
	font-style: normal;
	font-weight: 400;
	margin: 0 0 14px;
}

.primary-content h2 {
	font-size: 1.6em;
}

.primary-content h3 {
	font-size: 1.15em;
}

.primary-content dl {
	clear: both;
	overflow: hidden;
}

.primary-content dl dt {
	clear: both;
	float: left;
	margin: 2% 0 0;
	min-width: 15%;
}

.primary-content dl dd {
	float: left;
	margin: 2% 0 0;
	padding: 0 0 0 5%;
}

.col-1 {
	float: left;
	margin: 4px 0;
	width: 48%;
}

.col-2 {
	float: right;
	margin: 4px 0;
	width: 48%;
}

.content-header {
	font-family: Lato, Arial, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: 700;
	margin: 0 0 14px !important;
}

.content-header span {
	font-size: 0.75em;
	font-style: normal;
	font-weight: 400;
}

.section-header {
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef; */
	/* border-bottom: 1px solid #fff; */
	background-color: #004086;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 100;
	margin: 0;
	padding: 0.5em 1em;
	position: relative;
	text-transform: uppercase;
}

.section-header a{
	color: #fff;
	text-decoration: underline;
}

th.section-header { /*width:25%;*/
	font-size: 1.2em;
}

.pt_order .item-list th.section-header, .pt_order .order-shipment-table th.section-header
	{
	width: 25%;
}

.section-header .dialog-required {
	text-transform: initial;
	display: none;
}

.section-header-note {
	font-size: 0.9em;
	font-weight: 400;
	position: absolute;
	right: 1em;
	text-transform: none;
}

.back {
	display: block;
	margin: 0 0 10px;
}

#secondary a {
	color: #004086;
}

#category-level-1 a.refinement-link {
	background: none repeat scroll 0 0 transparent;
	padding: 0 0 0 10px;
}

#category-level-1 a.active {
	font-weight: bold;
}

#category-level-1 li.expandable {
	background: url("../images/interface/icon-category-expand-off.png")
		no-repeat scroll 2px 5px transparent;
}

#category-level-1 li.active {
	background-position: -490px 5px;
}

#category-level-2 a.active {
	color: #000;
	font-family: Lato, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
}

#category-level-2 a.refinement-link {
	margin: 0 0 0 6px;
	padding: 0;
}

#category-level-2 li.expandable {
	background: url("../images/interface/icon-refine-link-arrow.png")
		no-repeat scroll left 6px transparent;
}

#category-level-2 li.active {
	background-position: left -47px;
	color: #000;
	font-family: Lato, Arial, sans-serif;
	font-style: italic;
}

#category-level-3 {
	padding: 5px 0 0;
}

#category-level-3 a.refinement-link {
	font-style: normal;
	margin: 0 0 0 15px;
	padding: 0;
}

.refinement { /* position: relative; */
	
}

.refinement-header {
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef; */
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin: 0;
	padding: 14px 9px 9px;
	text-transform: uppercase;
}

.refinement h3 {
	background-color: #004086;
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef; */
	/*letter-spacing: 1.5px;*/
	font-size: 10px;
	margin: 0;
	padding: 0 9px 0 20px;
	text-transform: uppercase;
	line-height: 50px;
	color: #FFFFFF;
}

.ie7 .refinement h3 {
	clear: both;
}

.refinement h3 span {
	background: url("../images/interface/icon-refinement-block-arrow.png")
		no-repeat scroll right -87px transparent;
	padding: 0 30px 0 0;
}
/* .refinement h3.expanded span{ background-position:left top; } */
.refinement ul {
	list-style: none outside none;
	margin: 0;
	padding: 8px 7px 5px;
	position: absolute;
	top: 50px;
	left: 0;
}

.refinement li {
	padding: 3px 2px 5px 5px;
}

.refinement ul.swatches li {
	float: left;
	padding: 2px;
}

.refinement ul.swatches li a {
	border: 2px solid #e0e0e0;
	border-radius: 6px 6px 6px 6px;
	display: block;
	padding: 0.2em 0.8em;
}

.refinement ul.swatches li.selected a {
	border-color: #004086;
	font-weight: bold;
}

.refinement ul.swatches li.unselectable a {
	background-image:
		url("../images/interface/icon-color-swatch-unselectable.png");
	background-position: right top;
}

.refinement ul.color li a {
	height: 23px;
	padding: 0;
	text-indent: -999em;
	width: 30px;
}

.refinement .clear-refinement {
	position: absolute;
	right: 0.7em;
	top: 1.2em;
}

.refinement .refinement-link {
	background: url("../images/interface/icon-refine-link-check.png")
		no-repeat scroll left top transparent;
	border: 0 none;
	padding: 0 0 0 1.5em;
}

.refinement .selected .refinement-link {
	background-position: left bottom;
}

.refinement .refinement-top-level {
	padding: 12px;
}

.scrollable {
	height: 10em;
	overflow: auto;
}

.nav ul {
	border: 0 none;
	list-style: none outside none;
	margin: 7px 0;
	padding: 0;
}

.nav ul li {
	list-style: none outside none !important;
	margin: 0 0 7px !important;
}

.nav .toggle {
	background: url("../images/interface/icon-toggle-arrow.png") no-repeat
		scroll left 12px transparent;
	border: 0 none;
	display: block;
	font-size: 1em;
	font-weight: 700;
	margin: 10px 0 7px;
	padding: 8px 0 0 15px;
	text-transform: uppercase;
}

.nav .expanded {
	background-position: left -96px;
}

.nav .toggle span {
	background: none repeat scroll 0 0 transparent;
}

#footer {
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent; */
	clear: both;
	font-size: 0.9em;
	padding: 35px 0 25px 0;
	text-align: left;
}

#footer .menu-footer {
	float: none;
	margin: 1em 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

#footer .menu-footer li {
	display: inline;
	float: none;
	padding: 0 0.5em;
}

#footer a:hover {
	text-decoration: underline;
}

.copyright {
	clear: both;
	color: #666666;
	font-size: 11px;
	text-align: right;
}

.postscript {
	color: #999;
	font-family: Lato, Arial, sans-serif;
	font-style: italic;
}

.swatch-black a, .swatch-Black a {
	background-color: #000000 !important;
}

.swatch-blue a, .swatch-Blue a {
	background-color: #2f447c !important;
}

.swatch-gold a, .swatch-Gold a {
	background-color: #b3a99c !important;
}

.swatch-green a, .swatch-Green a {
	background-color: #71896e !important;
}

.swatch-grey a, .swatch-Grey a {
	background-color: #939292 !important;
}

.swatch-orange a, .swatch-Orange a {
	background-color: #e56b1e !important;
}

.swatch-pink a, .swatch-Pink a {
	background-color: #e25b76 !important;
}

.swatch-purple a, .swatch-Purple a {
	background-color: #542f54 !important;
}

.swatch-red a, .swatch-Red a {
	background-color: #d12631 !important;
}

.swatch-silver a, .swatch-Silver a {
	background-color: #cbc7c7 !important;
}

.swatch-white a, .swatch-White a {
	background-color: #ffffff !important;
}

.swatch-yellow a, .swatch-Yellow a {
	background-color: #fedf00 !important;
}

.swatch-navy a, .swatch-Navy a {
	background-color: navy !important;
}
.swatch-copper a, .swatch-Copper a {
	background-color: #b47762 !important;
}

.swatch-miscellaneous a, .swatch-Miscellaneous a {
	background: url("../images/interface/icon-color-swatch-misc.png")
		no-repeat scroll left top transparent;
}

.swatch-multicolour a, .swatch-Multicolour a {
	background: url("../images/interface/icon-color-swatch-misc.png")
		no-repeat scroll left top transparent;
}

.unselectable.swatch-miscellaneous a, .unselectable.swatch-Miscellaneous a
	{
	background:
		url("../images/interface/icon-color-swatch-misc-unselectable.png")
		no-repeat scroll left top transparent !important;
}

.swatch-black DIV, .swatch-Black DIV {
	background-color: #000000 !important;
}

.swatch-blue DIV, .swatch-Blue DIV {
	background-color: #2f447c !important;
}

.swatch-gold DIV, .swatch-Gold DIV {
	background-color: #b3a99c !important;
}

.swatch-green DIV, .swatch-Green DIV {
	background-color: #71896e !important;
}

.swatch-grey DIV, .swatch-Grey DIV {
	background-color: #939292 !important;
}

.swatch-orange DIV, .swatch-Orange DIV {
	background-color: #e56b1e !important;
}

.swatch-pink DIV, .swatch-Pink DIV {
	background-color: #e25b76 !important;
}

.swatch-purple DIV, .swatch-Purple DIV {
	background-color: #542f54 !important;
}

.swatch-red DIV, .swatch-Red DIV {
	background-color: #d12631 !important;
}

.swatch-silver DIV, .swatch-Silver DIV {
	background-color: #cbc7c7 !important;
}

.swatch-white DIV, .swatch-White DIV {
	background-color: #ffffff !important;
}

.swatch-yellow DIV, .swatch-Yellow DIV {
	background-color: #fedf00 !important;
}

.swatch-navy DIV, .swatch-Navy DIV {
	background-color: navy !important;
}

.swatch-miscellaneous DIV, .swatch-Miscellaneous DIV {
	background: url("../images/interface/icon-color-swatch-misc.png")
		no-repeat scroll left top transparent;
}

.swatch-multicolour DIV, .swatch-Multicolour DIV {
	background: url("../images/interface/icon-color-swatch-misc.png")
		no-repeat scroll left top transparent;
}

.unselectable.swatch-miscellaneous DIV, .unselectable.swatch-Miscellaneous DIV
	{
	background:
		url("../images/interface/icon-color-swatch-misc-unselectable.png")
		no-repeat scroll left top transparent !important;
}

.product-tile {
	color: #444444;
	position: relative;
	text-align: center;
}

.product-tile img {
	max-width: 100%; /*max-height:100%;*/
	height: 100%;
}

.product-tile .product-image {
	height: 300px;
	position: relative;
	padding-bottom: 20px;
}

.product-tile .product-recommendation-message {
	display: none;
}

.product-tile .product-collection {
	font-family: Lato, Arial, sans-serif;
	font-style: normal;
	font-size: 1.6em;
	font-weight: 700;
	margin: 0.5em 0 0.2em 0;
	color: #444444;
	line-height: 1.2em;
	text-transform: uppercase;
}

.product-tile .product-name {
	font-family: Lato, Arial, sans-serif;
	font-style: normal;
	font-size: 1.6em;
	font-weight: 700;
	margin: 0 0 1em 0;
	color: #444444;
	line-height: 1.2em;
}

.product-tile .product-name h2 {
	font-size: 1.2em !important;
	font-weight: normal;
	margin-bottom: 5px;
}

.product-tile .product-name h2 a {
	color: #444444;
}

.product-tile .product-pricing {
	font-family: Lato, Arial, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: 400;
	color: #444444;
	line-height: 1.2em;
	margin: 0.5em 0;
}

.product-tile .product-pricing .product-standard-price {
	text-decoration: line-through;
}

.grid-tile .product-tile .product-swatches {
	/* position: absolute; */
	bottom: -9px;
	right: 0;
}

.product-tile .product-swatches-all {
	cursor: pointer;
	font-size: 0.9em;
}

.product-tile .product-swatches ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: inline-block;
}

.product-tile .product-swatches ul.swatch-toggle {
	background: none repeat scroll 0 0 #fff;
	display: none;
	position: absolute;
}

.product-tile .product-swatches:hover ul.swatch-toggle {
	display: block;
}

.product-tile .product-swatches:after {
	content: '';
	display: table;
	clear: both;
}

.product-tile .product-swatches li {
	float: left;
	margin-left: 0;
	width: auto !important;
}

.product-tile .product-swatches li:first-child {
	margin-left: 0;
}

.product-tile .product-swatches .swatch {
	display: block;
	width: 24px;
	cursor: pointer;
}

.product-tile .product-swatches .swatch img {
	border: 1px solid #fff;
	width: 14px;
	height: 14px;
	padding: 1px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.product-tile .product-swatches .selected img, .product-tile .product-swatches img:hover
	{
	border-color: #004086;
}

.product-tile .product-promo {
	position: absolute;
	top: 0;
	margin: 0 10px 0 0;
}

.product-tile .product-promo:after {
	content: '';
	display: table;
	clear: both;
}

.product-tile .product-promo .promotional-message {
	float: left;
	padding: 5px;
	margin-right: 5px;
	/* background-color:#FF374E; */
	/* color:#FFFFFF; */
	background-color: #FFFFFF;
	color: #444444;
	border: 1px solid #CCCCCC;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	/*-webkit-border-radius:5px; */
	/*   -moz-border-radius:5px; */
	/*        border-radius:5px; */
	/*-webkit-border-bottom-left-radius:5px; */
	/*   -moz-border-bottom-left-radius:5px; */
	/*        border-bottom-left-radius:5px; */
	/*-webkit-border-bottom-right-radius:5px; */
	/*   -moz-border-bottom-right-radius:5px; */
	/*        border-bottom-right-radius:5px; */
}

.product-tile .product-compare {
	/*
	bottom: -5px;
	left: 5px;
	position: absolute;
	width: 40px;
	line-height: 11px;
	*/
	
}

.product-tile .product-compare label {
	width: auto;
	float: none;
	display: inline-block;
	font-weight: 400;
	/*
	float: right;
	padding: 0;
	width: 50%;
	*/
}

.product-tile .product-compare input[type="checkbox"]+label:before {
	content: '';
	background: #FFFFFF;
	border: 1px solid #444444;
	height: 10px;
	width: 10px;
	display: inline-block;
	font-size: 1.2em;
	line-height: 10px;
	margin-right: 10px;
	padding: 0;
	text-align: center;
}

.product-tile .product-compare input[type="checkbox"]:checked+label:before
	{
	background: #004086;
	content: '';
}

.product-tile .product-compare input {
	display: none;
	/* float:left; */
	/* margin:0; */
}

.product-tile .pr_stars {
	height: auto;
	position: relative;
	left: 8px;
}

.product-tile .prSnippetTitle {
	float: left;
}

.product-tile .prSnippetReadReviews {
	display: none;
}

.product-tile .prSnippetRatingUnclickable {
	float: left;
}

.product-tile .prSnippetNumberOfRatingsText, .product-tile .pr-snippet-review-count,
	.product-tile .pr-snippet-read-write, .product-tile .pr-snippet-social-bar,
	.product-tile .pr-clear {
	display: none;
}

.product-tile .pr-snippet-stars {
	float: none;
	margin: 0 auto;
	width: 115px;
}

.capture-product-id {
	left: -999em;
	position: absolute;
}

.pt_product-search-result .primary-content, .pt_content-search-result .primary-content
	{
	background: none repeat scroll 0 0 #FFFFFF;
}

.pt_product-search-result .primary-content h1.content-header {
	padding-left: 15px;
}

.category-main-banner img {
	max-width: 100%;
}

.no-hits-search-term, .no-hits-search-term-suggest {
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

.no-hits-footer {
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent; */
	margin: 20px 0;
	padding: 20px 0;
}

.search-result-bookmarks {
	margin: 15px;
}

.search-result-bookmarks .first {
	border-right: 1px solid #999;
	padding-right: 5px;
}

.search-result-options {
	/* position:fixed; */
	/* bottom:0; */
	/* left:0; */
	/* right:0; */
	/* background-color:#444444; */
	margin: 0;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	text-align: center;
}

.sort-by, .items-per-page {
	background: none repeat scroll 0 0 #e0e0e0;
	border-bottom: 1px solid #ccc;
	float: left;
	margin: 0 0 0 20px;
	padding: 3px 5px;
}

.sort-by label, .items-per-page label {
	display: none;
}

.sort-by select, .items-per-page select {
	background-color: #FFFFFF;
	border: 0 none;
	font-size: 10px;
	margin: 0;
	padding: 0;
	width: auto;
	height: 30px;
	text-transform: uppercase;
}

.sort-by button, .items-per-page button {
	background: none repeat scroll 0 0 #ccc;
	border: 0 none;
	color: #444444;
	font-size: 0.9em;
	padding: 0.3em;
	width: auto;
}

.pagination {
	float: right;
	margin: 0 20px 0 0;
}

.pagination .results-hits {
	color: #666;
	float: left;
	padding: 5px 0;
}

.pagination ul {
	float: right;
	margin: 0;
	padding: 0;
}

.pagination li {
	display: block;
	float: left;
	list-style: none outside none;
	padding: 0.5em;
}

.pagination li.first-last a {
	background-color: #004086;
	color: #fff;
	font-size: 0.9em;
	padding: 0 2px;
}

.search-result-items {
	margin: 0;
	padding: 0;
}

.search-result-items li {
	list-style: none outside none;
}

.search-result-items .new-row {
	clear: both;
}

.search-result-items .grid-tile {
	position: relative;
	background-color: #FFFFFF;
	float: left;
	list-style: none outside none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 25%;
}

.search-result-items .grid-tile.new-row {
	clear: both;
}

.search-result-items .grid-tile .product-tile {
	padding-bottom: 35px;
	padding-left: 5px;
	padding-right: 5px;
}

.search-result-items .invisible {
	display: none;
}

.search-result-content {
	clear: both;
}

.search-promo { /* padding:20px; */
	
}

#results-content {
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent; */
	padding-top: 30px;
}

.folder-content-list {
	margin: 0;
	overflow: hidden;
	padding: 0 20px;
}

.folder-content-list li {
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 2% 2% 2% 0;
	width: 48%;
}

.folder-content-list .content-title {
	display: block;
}

.no-results {
	padding: 20px;
}

.toggle-grid {
	background: url("../images/interface/icon-toggle-grid.png") no-repeat
		scroll left top transparent;
	cursor: pointer;
	display: block;
	float: left;
	height: 11px;
	margin: 2px 10px 0 0;
	text-indent: -999em;
	width: 24px;
}

.wide-tiles .search-result-items .grid-tile {
	width: 91%;
}

.wide-tiles .product-tile {
	height: 166px !important;
}

.wide-tiles .product-tile .product-image {
	float: left;
	width: 40%;
}

.wide-tiles .product-tile .product-name, .wide-tiles .product-tile .product-pricing,
	.wide-tiles .product-tile .product-promo, .wide-tiles .product-tile .pr_stars,
	.wide-tiles .product-tile .product-swatches {
	float: left;
	text-align: left;
	width: 55%;
	margin-bottom: 5px;
}

.wide-tiles .product-tile .product-name {
	margin-top: 0px;
}

.wide-tiles .product-tile .pr-snippet-stars {
	margin: 0;
}

.wide-tiles .product-tile .pr_stars {
	left: -5px;
}

.wide-tiles .product-tile .product-compare {
	left: 40.5%;
	width: 32px;
	bottom: 5px;
	line-height: 12px;
}

.wide-tiles .product-tile .product-swatches {
	bottom: auto;
	left: auto;
	position: relative;
	right: auto;
	margin-top: 5px;
}

.wide-tiles .product-tile .product-swatches li {
	float: left;
}

.breadcrumb h1 span {
	float: none;
}

.infinite-scroll .pagination ul, .infinite-scroll .pagination .current-page-label
	{
	display: inline;
}

.infinite-scroll .items-per-page {
	display: none;
}

.infinite-scroll .search-result-content .infinite-scroll-loading {
	text-align: center;
	background: url("../images/infinite-loading-indicator.gif") center
		no-repeat;
	height: 35px;
	width: 100%;
}

.disable-infinite-scroll .search-result-content .page-element {
	display: none;
}

.compare-items {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 10px;
	display: inline-block;
}

.compare-items:after {
	content: '';
	display: table;
	clear: both;
}

.compare-items h2 {
	float: left;
	color: #FFFFFF;
	font-size: 0.9em;
	margin-right: 10px;
	margin-top: 5px;
	width: 75px;
	text-transform: uppercase;
}

.compare-items .compare-bar {
	float: left;
}

.compare-items .compare-bar:after {
	content: '';
	display: table;
	clear: both;
}

.compare-items-panel {
	float: left;
}

.compare-item {
	float: left;
	background-color: #e0e0e0;
	height: 55px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	width: 55px;
}

.compare-item .compare-item-remove {
	background-color: #004086;
	color: #fff;
	cursor: pointer;
	display: none;
	padding: 0 3px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.compare-item.active .compare-item-remove {
	display: block;
}

.compare-item .compare-item-number {
	color: #ccc;
	font-size: 3em;
	margin-top: 6px;
}

.compare-item-image {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.compare-buttons {
	float: left;
	padding: 0.7em 0 0;
}

.compare-print {
	float: right;
	margin: 0 0 10px;
}

.category-switch {
	margin-bottom: 2em;
}

.category-switch label {
	float: left;
	margin: 0;
	width: 45%;
}

@media ( min-width : 410px) {
	.category-switch label {
		width: 11em;
	}
}

.category-switch select {
	float: left;
	margin: 0;
	width: 55%;
}

@media ( min-width : 410px) {
	.category-switch select {
		margin-left: 1em;
		width: 15em;
	}
}

#compare-table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}

#compare-table a:hover {
	text-decoration: underline;
}

#compare-table .attribute-row {
	border-bottom: 1px solid #ccc;
}

#compare-table .attribute-row:first-of-type {
	border-top: 1px solid #ccc;
}

#compare-table .attribute-row:last-of-type {
	border-bottom: none;
}

#compare-table .attribute-row:nth-child(2n) {
	background-color: #efefef;
}

#compare-table .product-attribute {
	border-right: 1px solid #ccc;
}

#compare-table .action {
	display: block;
	padding: 0.2em 0;
}

#compare-table .value, #compare-table .product {
	border-left: 1px solid #ccc;
}

#compare-table .product {
	font-weight: normal;
	text-align: center;
}

#compare-table .value .value-item:after {
	content: ', ';
}

#compare-table .value .value-item:last-child:after {
	content: '';
}

#compare-table .product-tile .swatch-list {
	display: inline-block;
}

#compare-table .product-image {
	height: auto;
}

#compare-table .product-image img {
	height: auto;
}

#compare-table .section-header {
	font-size: 0.9em;
	padding: 1em;
	text-transform: none;
}

#compare-table .selectcategory label {
	display: block;
	font-size: 0.9em;
	margin: 1em 0;
	text-transform: none;
}

#compare-table .selectcategory select {
	margin: 0;
	width: 100px;
}

#compare-table .comparelists {
	padding: 0;
}

#compare-table .compare-lists label, #compare-table .compare-lists select
	{
	float: none;
	text-align: left;
	width: 100%;
}

.pr-snippet-wrapper {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
}

.pr-snippet-stars {
	border: 0 none;
}

.pr-snippet-review-count {
	display: none;
}

.pr-snippet-read-write {
	border: 0 none;
	clear: none;
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 4px 0;
}

.pr-snippet-read-write p {
	display: none;
}

.pr-snippet-read-write a.pr-snippet-link {
	color: #004086;
}

.review-image {
	float: left;
	margin: 0 20px;
}

#product-nav-container {
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 160px;
}

#product-nav-container div {
	float: left;
	text-align: center;
	width: 77px;
}

#product-nav-container img {
	max-height: 100%;
	max-width: 80%;
}

#product-nav-container span {
	display: block;
	height: 65px;
}

#product-nav-container .divided span {
	border-right: 1px solid #e0e0e0;
	padding-right: 5px;
}

.pdp-main ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.pdp-main label {
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}

.pdp-main .product-col-1 {
	float: left;
	/*width:460px;*/
	width: 42.3%;
}

.pdp-main .product-primary-image {
	max-width: 100%;
	padding: 1em 0 40px 0;
	text-align: center;
	margin-top: 53px;
}

.primary-image {
	max-width: 100%;
	max-height: 480px; /*margin-top:53px;*/
}

.product-thumbnails {
	clear: both;
	display: inline-block;
	padding: 0;
}

.product-thumbnails .thumb {
	/* border-top: 5px solid #fff; */
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	width: 64px;
	height: 64px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}

.product-thumbnails .thumb.selected {
	border-color: #004086;
}

.product-thumbnails .productthumbnail {
	cursor: pointer;
	width: 64px;
	height: inherit;
	text-align: center;
}

.product-thumbnails h2 {
	display: none;
	text-transform: uppercase;
	font-family: Lato, Arial, sans-serif font-size : 1.5em;
	font-style: normal;
	font-weight: bold;
	margin: 0.83em 0;
}

.pdp-main .product-col-2 {
	float: right;
	/*width:585px;*/
	width: 55.87%;
	padding-top: 12px;
	position: relative;
}

.pdp-main form .input-select {
	width: auto;
}

.pdp-main .product-collection {
	font-family: "Lato", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.pdp-main .product-name {
	font-family: "Lato", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	margin: 0 0 10px 0;
}

.pdp-main .product-description {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.75em;
	margin: 0 0 1em 0;
}
.pdp-main .product-description.min-height{
	min-height: 140px;
}
.pdp-main .product-number {
	display: none;
	color: #ccc;
	font-size: 0.9em;
	margin: 0 0 0.5em 0.5em;
}

.pdp-main .product-price {
	font-family: "Lato", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	margin: 0 0 18px 0;
}

.pdp-main .product-price .price-standard, .product-price .price-standard
	{
	color: #444444;
	text-decoration: line-through;
}

.product-price .price-sales.promo-price {
	color: #FF1F44;
}

.our-recommendation .horizontal-carousel .product-tile .product-price {
	font-size: initial;
}

.pdp-main .product-col-2 .price-standard {
	border-right: 1px solid #e0e0e0;
	padding-right: 8px;
}

.pdp-main .product-price .price-tiered {
	color: #990000;
	font-size: 0.6em;
	line-height: 1.5em;
}

.pdp-main .product-review-links {
	overflow: hidden;
}

.pdp-main .product-review-links li {
	margin-right: 1em;
}

.pdp-main .attribute {
	margin: 0 0 15px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.pdp-main .attribute h3, .pdp-main .attribute .label {
	clear: both;
	float: left;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 0;
	text-transform: uppercase;
	width: 25%;
}

.pdp-main .attribute .value {
	float: left;
	width: auto;
}

.pdp-main .attribute ul {
	float: left;
	width: 100%;
}

.pdp-main .attribute .selected-value {
	border: 0 none;
	color: #444444;
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	padding: 0 1em;
	line-height: 30px;
}

.pdp-main .attribute .size-chart-link {
	clear: both;
	float: none;
}

.pdp-main .attribute .size-chart-link a {
	border-color: #fff !important;
	padding: 0;
}

.pdp-main .swatches li {
	float: left;
}

.pdp-main .swatches li:hover a {
	border-color: #004086;
}

.pdp-main .swatches li.selected a {
	border-color: #DDDDDD;
}

.pdp-main .swatches li.unselectable a {
	opacity: 0.5;
}

.pdp-main .swatches li.unselectable:hover {
	border-color: #e0e0e0;
}

.pdp-main .swatches li.unselectable:hover a {
	border-color: #e0e0e0;
}

.pdp-main .swatches li a {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border-style: solid;
	border-width: 4px;
	display: block;
	margin: 0 5px;
	padding: 1px;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	background-size: 100% 100% !important;
}

.pdp-main .color li {
	border: 3px solid #ffffff;
	margin-right: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.pdp-main .color li:hover, .pdp-main .color li.selected {
	border-color: #DDDDDD;
}

.pdp-main .color li:hover a, .pdp-main .color li.selected a {
	border-color: #FFFFFF;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.pdp-main .color li a {
	border: 1px solid #e0e0e0;
	text-indent: -999em;
	margin: 0;
	padding: 0;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.pdp-main .product-main-attributes .attribute {
	padding: 0.2em 0;
}

.pdp-main .product-main-attributes .label {
	padding: 0;
}

.pdp-main .product-variations {
	
}

.pdp-main .product-add-to-cart {
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent; */
	clear: both;
	/* margin:0 0 18px 0; */
	margin: 0 0 5px 0;
	overflow: hidden;
	padding: 0;
}

.product-set .product-add-to-cart {
	display: block;
}

.pdp-main .product-add-to-cart .inventory {
	/* float:left; */
	/* width:15%; */
	
}

.pdp-main .product-add-to-cart .inventory label {
	float: none;
}

.pdp-main .product-add-to-cart .inventory input {
	margin: 0.7em 0;
	width: 50px;
}

.pdp-main .product-add-to-cart .product-price {
	float: left;
	font-size: 2.4em;
	margin: 0;
	padding-top: 18px;
	text-align: right;
	width: 47%;
}

.pdp-main .product-add-to-cart button {
	margin-top: 0;
	width: 310px;
	background-image: none;
	background-color: #004086;
	border: 0;
	font-size: 18px;
	text-transform: uppercase;
	padding: 21px 0;
}

.pdp-main .product-add-to-cart .availability {
	position: relative;
	clear: both;
	float: left;
	padding: 20px 0 20px 70px;
}

.pdp-main .product-add-to-cart .availability .label {
	position: absolute;
	left: 0px;
}

.availability .availability-msg {
	display: inline;
}

.availability .availability-msg p {
	margin-top: 0px;
	display: inline;
	line-height: 24px;
	padding-left: 15px;
}

.availability .in-stock-msg {
	color: black;
	background: transparent url('../images/interface/availibility-dot.png')
		no-repeat 0 -40px;
}

.availability .not-available-msg {
	color: red;
	background: transparent url('../images/interface/availibility-dot.png')
		no-repeat 0 0px;
}

.availability .preorder-msg {
	color: blue;
	background: transparent url('../images/interface/availibility-dot.png')
		no-repeat 0 -80px;
}

.availability .backorder-msg {
	color: #019328;
	background: transparent url('../images/interface/availibility-dot.png')
		no-repeat 0 -40px;
}

.availability .in-stock-date-msg {
	color: red;
	background: transparent url('../images/interface/availibility-dot.png')
		no-repeat 0 0px;
}

.pdp-main .product-actions {
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent; */
	/* clear: both; */
	/* overflow: hidden; */
	padding: 0 0 25px 0;
	height: 28px;
}

.pdp-main .product-actions li { /*margin:0 10px 0 0;*/
	
}

.pdp-main .product-actions .social-actions {
	float: right;
}

.pdp-main .product-actions .social-actions li {
	margin: 0 0.2em;
}

.pdp-main .product-actions .addthis_toolbox {
	float: right;
}
/*
.pdp-main .recommendations{
	clear:both;
	padding:0;
	width:inherit;
}
.pdp-main .recommendations h2{
	/ * refer to ".slot-title h2"
    font-family: Lato, Arial, sans-serif;
    font-size: 2em;
    font-style: italic;
    font-weight: 400;
    margin-left: 14px;
    * /
}
.pdp-main .recommendations li{
	float:left;
    width:218px;
    margin-right:0;
}
.pdp-main .recommendations li:nth-child(5n){ margin-right:0; }
.pdp-main .recommendations .product-tile{}
.pdp-main .recommendations .product-image{ height:280px; width:100%; padding-bottom:40px; }
.pdp-main .recommendations .product-image a{ width:100%; }
.pdp-main .recommendations .product-image IMG{ max-width:100%; height:100%; }
.pdp-main .recommendations .product-collection{ font-family: Lato, Arial, sans-serif; font-size:1.2em; font-style:normal; color:#444444; line-height:1.2em; margin-bottom:0.25em; font-weight:normal; }
.pdp-main .recommendations .product-name{ font-family: Lato, Arial, sans-serif; font-size:1.2em; font-style:normal; color:#444444; line-height:1.2em; margin-bottom:1em; font-weight:normal; }
.pdp-main .recommendations .product-price{ font-family: Lato, Arial, sans-serif; font-size:1.4em; font-style:normal; color:#444444; line-height:1.2em; margin-bottom:1em; }
.pdp-main .recommendations .jcarousel-clip{ margin:auto; overflow:hidden; width:1090px;*/
}
.pdp-main .recommendations .jcarousel-prev {
	background:
		url("../images/interface/icon-jcarousel-horiz-arrow-left.png") repeat
		scroll 0 0 transparent;
	cursor: pointer;
	height: 17px;
	left: 0;
	position: absolute;
	top: 20%;
	width: 9px;
}

.pdp-main .recommendations .jcarousel-next {
	background:
		url("../images/interface/icon-jcarousel-horiz-arrow-right.png") repeat
		scroll 0 0 transparent;
	cursor: pointer;
	height: 17px;
	position: absolute;
	right: 0;
	top: 20%;
	width: 9px;
}

.pdp-main .recommendations .jcarousel-prev-disabled, .pdp-main .recommendations .jcarousel-next-disabled
	{
	background: none repeat scroll 0 0 transparent;
}

.pdp-main .recommendations .product-tile:hover .recommendation-tooltip {
	display: none !important;
}

.js .pdp-main .recommendations .product-tile .recommendation-tooltip {
	display: none !important;
}

.pdp-main .recommendations .recommendation-tooltip {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid;
	left: 50%;
	position: absolute;
	text-align: left;
	top: 50%;
	width: 300px;
	z-index: 100;
}

* /
.pdp-main .promotion {
	background: url("../images/interface/ui-promo-bg-gray-diag.png") repeat
		scroll 0 0 transparent;
	clear: both;
	margin: 1em 0;
	padding: 4%;
}

.pdp-main .promotion .promotion-title {
	color: #999;
	display: inline-block;
	font-size: 1.5em;
	line-height: 1em;
	text-transform: uppercase;
	vertical-align: top;
	width: 100%;
}

.pdp-main .promotion .promotion-callout {
	display: inline-block;
	line-height: 1em;
	vertical-align: top;
	width: 77%;
}

.pdp-main .product-tabs {
	border: 0 none;
	margin: 25px 0 0;
}

.print-page {
	cursor: pointer;
}

.pdp-main .product-tabs .print-page {
	float: right;
}

.list-table-header .print-page {
	font-size: 13.2px;
	float: right;
}

.pt_gift-registry .list-table-header .print-page {
	margin-top: -0.5em;
}

.pdp-main .product-tabs .tab-content {
	min-height: 100px;
}

.pdp-main .product-tabs .tab-content ul {
	list-style-type: disc;
	margin-left: 2em;
}

.pdp-main .product-tabs .tab-content ol {
	list-style-type: decimal;
	margin-left: 2em;
	padding: 0px;
}

.pdp-main .product-set-list {
	border-top: 1px solid #e0e0e0;
	margin: 0 0 0 6px;
}

.pdp-main .product-set-list .product-set-item {
	border-bottom: 1px solid #e0e0e0;
	clear: both;
	margin: 1em 0;
	overflow: hidden;
	padding: 1em 0 0;
}

.pdp-main .product-set-list .product-set-image {
	float: left;
	width: 22%;
}

.pdp-main .product-set-list .product-set-details {
	float: left;
	width: 78%;
}

.pdp-main .product-set-list .attribute h3, .pdp-main .product-set-list .attribute .label
	{
	width: 25%;
}

.pdp-main .product-set-list .product-name {
	float: none;
	font-size: 1.3em;
	margin: 0;
	width: auto;
}

.pdp-main .product-set-list .promotion-title {
	font-size: 1.2em;
}

.pdp-main .product-set-list .block-add-to-cart {
	background: none repeat scroll 0 0 #efefef;
	clear: both;
	overflow: hidden;
	padding: 0.5em 0;
}

.pdp-main .product-set-list .block-add-to-cart .inventory {
	float: left;
	margin-left: 22%;
	width: 20%;
}

.pdp-main .product-set-list .block-add-to-cart label {
	padding: 0.7em 0;
	text-align: left;
	width: 40%;
}

.pdp-main .product-set-list .block-add-to-cart .input-text {
	width: 35px;
}

.pdp-main .product-set-list .block-add-to-cart .product-price {
	float: left;
	font-size: 1.6em;
	margin: 0;
	padding: 6px 0 0;
	text-align: right;
	width: 35%;
}

.pdp-main .product-set-list .block-add-to-cart button {
	float: right;
	font-size: 0.9em;
	margin: 3px 5px 0 0;
	padding-left: 1em;
	padding-right: 1em;
}

.pdp-main .product-set .product-add-to-cart .product-price {
	width: 54%;
}

button.add-to-cart[disabled] {
	opacity: 0.5;
}

button.add-all-to-cart {
	display: none;
}

button.add-all-to-cart[disabled] {
	opacity: 0.5;
}

.js button.add-all-to-cart {
	display: inherit;
}

.select-bonus-btn, .no-bonus-btn {
	float: left;
	margin: 0 5px 0 0;
}

.buttonbar {
	margin: 11px 0;
	overflow: hidden;
	width: 336px;
}

.bonus-product-list .bonus-product-item {
	border-bottom: 1px solid #e0e0e0;
	clear: both;
}

.bonus-product-list .product-name {
	float: none;
	margin: 1em 0;
}

.bonus-product-list .product-add-to-cart button {
	float: left;
	margin-top: 22px;
	margin-left: 2%;
}

.bonus-product-list .quantity-error {
	color: red;
	text-transform: inherit;
}

.bonus-product-list-footer {
	clear: both;
}

.bonus-product-list-footer button {
	float: right;
	margin-top: -2%;
}

.send-to-friend-product {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 22%;
	overflow: hidden;
	padding: 20px 0;
}

.send-to-friend-product .product-image {
	float: left;
	width: 36%;
}

.send-to-friend-product .product-image img {
	max-width: 80%;
}

.send-to-friend-product .product-description {
	float: left;
	width: 63%;
}

.send-to-friend-product .product-description h2 {
	margin-right: 0;
}

.send-to-friend-product .product-description .value {
	font-weight: bold;
}

.send-to-friend-product .product-description h2 {
	font-family: Lato, Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
}

.send-to-friend-product .product-description dt {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	width: 100px;
}

.send-to-friend-product .product-description dd {
	float: left;
	margin: 10px 0 0 0;
	width: 200px;
}

#send-to-friend-main .send-to-friend-sender-label {
	padding-top: 0;
}

#send-to-friend-main .send-to-friend-sender {
	margin-left: 2%;
	padding: 0.7em 0.5em;
	text-indent: 0;
	width: 49.5966%;
}

#send-to-friend-dialog .send-to-friend-login-message {
	padding: 2em 0em 2em;
}

.sizinginformation {
	border: 0 none;
	padding: 10px;
}

.sizinginformation th {
	background: none repeat scroll 0 0 #efefef;
}

.sizinginformation td, .sizinginformation th {
	border-bottom: 1px solid #efefef;
	padding: 10px;
}

.sizinginformation td {
	border-left: 1px solid #efefef;
}

.sizinginformation .ui-tabs-nav {
	height: 33px;
}

.sizinginformation .sizing-charts {
	border: 0 none;
}

.sizinginformation .tips-list {
	padding: 0 !important;
}

.sizinginformation .tips-list li {
	list-style: none outside none !important;
}

#cart-table .header-total-price {
	text-align: right;
}

#cart-table .item-quantity input {
	margin: 0;
	padding: 0.5em 0.2em;
	text-indent: 0;
	width: 2.5em;
	text-align: center;
	border-color: #999999;
	font-size: 13px;
}

#cart-table .item-user-actions {
	width: 100px;
}

#cart-table .item-user-actions a, #cart-table .item-user-actions button
	{
	display: block;
	font-size: 0.8em;
	margin-top: 0.25em;
}

#cart-table .item-price .price-sales {
	font-size: 16px;
	line-height: 1.5em;
}

#cart-table .price-promotion .price-sales {
	color: #FF1F44;
}

#cart-table .price-promotion .price-standard {
	margin: 0 1em 0 0;
	text-decoration: line-through;
}

#cart-table .item-total {
	/*font-weight:100;*/
	text-align: right;
	word-wrap: break-word;
	font-size: 16px;
	line-height: 1.5em;
}

#cart-table .item-total .promo-adjustment {
	width: 100%;
	margin: 0;
}

#cart-table .price-unadjusted {
	color: #666;
	display: block;
	margin: 0;
}

#cart-table .price-unadjusted span {
	text-decoration: line-through;
}

#cart-table .price-adjusted-total {
	color: #444444;
	display: block;
	margin: 0;
}

#cart-table .price-adjusted-total span {
	color: #990000;
}

#cart-table .gift-cert-delivery {
	color: #990000;
}

.cart-promo {
	background: url("../images/interface/ui-promo-bg-gray-diag.png") repeat
		scroll 0 0 transparent;
	color: #444444;
	font-family: Lato, Arial, sans-serif;
	font-style: italic;
	margin: 0.3em 0;
	padding: 1em;
}

.cart-promo .bonus-item-actions {
	font-size: 1em !important;
	text-align: right;
	vertical-align: middle;
}

.cart-footer {
	margin: 20px 0;
	overflow: hidden;
}

.cart-coupon-code {
	float: left;
	width: 50%;
	background-color: #F9F9F9;
	padding-bottom: 20px;
}

.cart-coupon-code label {
	float: none;
	color: #444444;
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	width: auto;
	line-height: 2em;
	padding: 20px 0 10px 20px;
}

.cart-coupon-code #dwfrm_cart_couponCode, .cart-coupon-code .input-text
	{
	margin: 0 3px 0 20px;
	width: 55%;
}

#add-coupon {
	color: #FFFFFF;
	background-color: #444444;
	text-transform: uppercase;
	font-weight: 100;
}

#add-coupon:hover {
	background-color: #222222;
}

#update-cart {
	color: #FFFFFF;
	background-color: #444444;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 20px;
}

#update-cart:hover {
	background-color: #222222;
}

.cart-order-totals {
	float: right;
	width: 45%;
}

.cart-order-totals button {
	float: right;
}

.order-totals-table th {
	display: none;
}

.order-totals-table td {
	padding: 0;
	word-break: break-all;
	text-align: right;
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 2em;
	color: #444444;
	font-family: Lato, arial, sans-serif;
}

.order-totals-table td:first-child {
	text-align: left;
}

.order-totals-table td+td {
	word-break: normal;
}

.order-totals-table .order-total {
	
}

.order-totals-table .order-total td {
	border-top: 1px solid #444444;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 2em;
}

.order-totals-item {
	width: 60%;
}

.order-totals-value {
	width: 40%;
}

.order-subtotal {
	font-weight: 400;
}

#secondary .order-totals-table .order-shipping a {
	display: none;
}

.cart-action-checkout {
	float: right;
}

.cart-action-continue-shopping {
	float: right;
}

.cart-action-continue-shopping button.button-text {
	line-height: 50px;
	padding-right: 1em;
}

.promo-adjustment {
	color: #990000;
}

ul.product-availability-list {
	margin: 0;
	padding: 0;
}

ul.product-availability-list li {
	list-style: none outside none;
	margin: 3px 0;
}

ul.product-availability-list .on-order, ul.product-availability-list .not-available
	{
	color: #990000;
	font-size: 0.9em;
}

.account-welcome .welcome-message {
	font-family: Lato, Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
}

.account-welcome .not-user {
	margin: 10px 0;
}

.last-visited h2 {
	font-family: Lato, Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
}

.last-visited .jcarousel-clip {
	margin: 0 20px;
	overflow: hidden;
	width: 167px;
}

.last-visited .jcarousel-item {
	width: 167px;
}

.last-visited .jcarousel-next {
	background:
		url("../images/interface/icon-jcarousel-horiz-arrow-right.png")
		no-repeat scroll left top transparent;
	cursor: pointer;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
}

.last-visited .jcarousel-prev {
	background:
		url("../images/interface/icon-jcarousel-horiz-arrow-left.png")
		no-repeat scroll left top transparent;
	cursor: pointer;
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 10px;
}

.last-visited .jcarousel-prev-disabled, .last-visited .jcarousel-next-disabled
	{
	background-image: none;
}

#password-reset {
	white-space: nowrap;
}

.checkout-progress-indicator {
	font-size: 1.4em;
	overflow: hidden;
	margin-bottom: 18px;
	/* position: absolute; */
	/* right: 0; */
	/* text-align: right; */
	/* top: 6px; */
}

.checkout-progress-indicator div {
	/* background: url("../images/interface/icon-checkout-indicator.png") no-repeat scroll right center transparent; */
	display: inline-block;
	padding: 10px 20px;
	border-bottom: 6px solid #FFFFFF;
	text-transform: uppercase;
}
/* .checkout-progress-indicator span{ font-weight:400; } */
.checkout-progress-indicator a {
	color: #444444;
}

.checkout-progress-indicator .active {
	font-weight: 700;
	color: #004086;
	border-bottom: 6px solid #004086;
}

.checkout-progress-indicator .step-3 {
	background: none repeat scroll 0 0 transparent;
}

.shipping-method {
	margin-top: 22px;
}

.shipping-method label {
	display: inline;
	float: none !important;
	padding-right: 5px !important;
}

.shipping-method .shipping-description {
	display: inline;
}

.redemption {
	color: #990000;
}

.redemption .success {
	color: #019328;
}

.redemption span.error {
	margin-left: 0;
}

.payment-method-options { /*padding-left: 24%;*/
	
}

.payment-method-options .form-row {
	clear: none;
}

.payment-method-options label {
	width: auto;
}

.payment-method {
	clear: both;
	display: none;
}

.payment-method-expanded {
	display: block;
}

.cvn-tip {
	float: left;
	margin: -38px 0 0 40%;
	width: auto;
}

.cvn-tip-error {
	float: left;
	margin: -78px 0 0 40%;
	width: auto;
}

.year, .month, .day {
	clear: none;
	float: left;
	margin: 0 0 2% 2%;
}

.month select, .year select, .day select {
	margin: 0;
	width: auto;
}

.month .form-caption {
	margin-left: 0;
}

.cvn input {
	width: 50px !important;
}

.bml-terms-and-conditions {
	border: 1px solid #aaa;
	font-size: 0.8em;
	height: 400px;
	overflow: auto;
	padding: 1em;
}

.bml-table-col-1 {
	width: 25%;
}

.checkout-mini-cart {
	background: none repeat scroll 0 0 #FFFFFF;
	max-height: 330px;
	overflow: auto;
}

.checkout-order-totals {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 0.5em 1em;
}

.checkout-order-totals .order-totals-table {
	width: 90%;
}

.checkout-order-totals .order-totals-table td {
	padding: 5px 0 0;
}

.checkout-order-totals .order-totals-table .order-total td {
	font-size: 0.9em;
	padding: 10px 0 0 5px;
}

.place-order-totals {
	clear: both;
}

.place-order-totals .order-totals-table {
	float: right;
	width: 50%;
}

.order-component-block {
	margin: 0 0 20px 0;
}

.order-component-block .section-header a {
	float: right;
	font-weight: normal;
}

.order-component-block .details {
	background: none repeat scroll 0 0 #e0e0e0;
	color: #aaa;
	padding: 0.5em 1em;
}

.order-summary-footer {
	position: relative;
}

.order-summary-footer h2 {
	font-family: Lato, Arial, sans-serif;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
}

.summary-help {
	float: right;
	font-size: 0.8em;
	margin: 1em 0;
}

.submit-order {
	clear: both;
	display: block;
	padding: 20px 0 0;
	text-align: right;
}

.submit-order .back-to-cart {
	font-size: 1.4em;
}

.submit-order .back-to-cart:hover {
	text-decoration: underline;
}

.submit-order button {
	margin-left: 1.5em;
}

.pt_order-confirmation h1 {
	font-size: 2.5em;
}

.pt_order-confirmation .order-shipment-table {
	margin: 0 0 20px;
}

.pt_order-confirmation .order-shipment-table td {
	font-size: 1.4em;
}

.pt_order-confirmation .order-shipment-table .order-shipment-details {
	border-left: 1px solid #E1E1E1;
	min-width: 200px;
}

.pt_order-confirmation #primary h2 {
	font-family: Lato, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

.pt_order-confirmation .print-page {
	float: right;
}

.confirmation-message {
	/* border-bottom: 3px solid #004086; */
	/* margin-bottom: 20px; */
	/* padding-bottom: 20px; */
	
}

.order-discount {
	color: #990000;
}

.gift-cert-used {
	padding: 10px 0;
}

.order-detail-options {
	border-top: 1px solid #e0e0e0;
	margin: 20px 0 0;
	padding: 20px 0 0;
	text-align: left;
}

.order-detail-options a {
	margin: 0 10px;
}

.summary .edit {
	position: absolute;
	text-transform: uppercase;
	right: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}

.pt_checkout #main, .pt_cart #main, .pt_order-confirmation #main {
	padding: 0 10px;
}

.pt_cart .breadcrumb {
	padding-left: 0;
}

.pt_order-confirmation .order-confirmation-details .content-header {
	margin: 7px 0 !important;
}

.order-shipment-details .label, .order-shipment-details .firstname,
	.order-shipment-details .lastname {
	font-weight: bold;
}

.item-shipping-address {
	min-width: 120px;
}

.order-shipment-gift-message-header {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 0px;
}

.order-shipment-gift-message {
	font-size: 1.2em;
}

.billing-error {
	color: red;
	margin: 0 0 10px 24%;
}

.shippingaddress .select-address {
	width: 100%;
	margin-left: 0;
}

.shippingaddress .edit-address {
	margin-top: 0.5em;
}

.formactions {
	margin-top: 20px;
	text-align: right;
}

.item-list .multi-shipment-row {
	border-bottom: none;
}

.minishipments-method {
	padding-top: 10px;
}

.multishipprogress div, .multishipprogress .step-3 {
	background: url("../images/interface/icon-checkout-indicator.png")
		no-repeat scroll right center transparent;
	display: inline;
	padding: 1em;
}

.multishipprogress .step-4 {
	background: none repeat scroll 0 0 transparent;
	padding-right: 0;
}

.checkout-multi-shipping .cart-row .gift-message-text {
	display: none;
}

.pt_checkout #cart-table .cart-row .shipment-label {
	font-weight: 700;
	margin-top: 35px;
	font-size: 1.4em;
}

#PasswordResetForm fieldset {
	position: relative;
}

#PasswordResetForm button {
	float: right;
	position: absolute;
	top: 0px;
	left: 63%;
}

h1 .account-logout {
	font-size: 0.6em;
	float: none;
}

.registration-selection input, .registration-selection label {
	display: inline;
	float: none;
}

.address-list {
	padding: 0;
}

.address-list li {
	float: left;
	list-style: none outside none;
	margin: 0;
	min-height: 135px;
	padding: 1em 0;
	width: 95%;
}

.address-list li.default {
	border-bottom: 1px solid #efefef;
	float: none;
}

.address-list .mini-address-title {
	font-style: italic;
}

.payment-list {
	overflow: hidden;
	padding: 0;
}

.payment-list li {
	float: left;
	list-style: none outside none;
	margin: 0;
	min-height: 110px;
	width: 33%;
}

.order-history-header {
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef; */
	overflow: hidden;
	padding: 10px;
}

.order-history-header .label {
	font-weight: 700;
}

.order-history-header button {
	float: right;
}

.order-history-header .order-date, .order-history-header .order-status,
	.order-history-header .order-number {
	float: left;
	margin: 2px 0;
	width: 60%;
}

.order-history-items {
	margin: 20px 0;
}

.order-history-table th {
	padding: 5px 10px;
	font-weight: 700;
}

.order-history-table td {
	padding: 5px 10px;
}

.order-history-table ul {
	margin: 0;
	padding: 0;
}

.order-history-table li {
	list-style: none outside none;
}

.order-history-table .order-shipped-to, .order-history-table .order-items,
	.order-history-table .order-total-price {
	width: 33%;
}

.order-history-table .toggle {
	cursor: pointer;
	display: block;
}

.js .order-history-table .hidden {
	display: none;
}

.pt_wish-list .list-table-header {
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef; */
	border-top: 1px solid #E1E1E1;
	overflow: hidden;
	padding: 2em;
}

.pt_wish-list .list-table-header p {
	color: #999;
	float: right;
	margin: 0;
	overflow: hidden;
	width: 40%;
}

.pt_wish-list .primary-content .list-table-header h2 {
	float: left;
}

.list-share .share-option {
	box-sizing: border-box;
	width: 30%;
	margin-right: 3.33333%;
	float: left;
}

.list-share .share-option a {
	word-break: break-all;
}

.list-share .share-option button, .list-share .share-option .button {
	margin-top: 1em;
}

.pt_gift-registry .create-new-registry {
	margin: 1em 0;
}

.pt_gift-registry .create-new-registry button {
	float: left;
	margin-right: 2em;
}

.pt_gift-registry .create-new-registry p {
	font-family: Lato, Arial, sans-serif;
	font-size: 1.3em;
	font-style: italic;
	margin: 0;
	padding: 0.5em 2em;
}

.pt_gift-registry .add-gift-cert {
	border: 1px solid #efefef;
	margin-bottom: -1px;
	overflow: auto;
	padding: 10px;
}

.pt_gift-registry .add-gift-cert button {
	background: url("../images/banners/banner-gift-cert.gif") no-repeat
		scroll left top transparent;
	border: 0 none;
	float: left;
	height: 80px;
	text-indent: -999em;
	width: 433px;
}

.pt_gift-registry .add-gift-cert p {
	color: #999;
	float: right;
	font-style: italic;
	line-height: 1.5em;
	width: 40%;
}

.pt_gift-registry .list-table-header {
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef; */
	overflow: hidden;
	padding: 2em;
}

.pt_gift-registry .hdr-options {
	width: 5%;
}

.page-content-tab-navigaton button {
	background: none repeat scroll 0 0 #e0e0e0;
	border-color: #efefef;
	border-width: 1px;
	color: #999;
	font-family: Lato, Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 400;
	margin: 0 0 -1px;
}

.page-content-tab-navigaton button.selected {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 1px solid #fff;
}

.page-content-tab-wrapper {
	border: 1px solid #efefef;
	padding: 5px;
}

.gift-reg-purchases .item-purchased-by dd {
	float: left;
	font-weight: bold;
	margin: 0 1em 0 0;
	position: relative;
	width: auto;
}

.gift-reg-purchases .item-purchased-by dt {
	clear: both;
	float: left;
	margin: 0 1em 0 0;
	position: relative;
	width: auto;
}

.gift-reg-purchases .quantity-purchased {
	color: #990000;
}

.gift-registry-advanced {
	clear: both;
}

.gift-registry-advanced .toggle-content {
	overflow: hidden;
	padding: 10px;
}

.gift-registry-advanced .event-month, .gift-registry-advanced .event-city
	{
	clear: both;
}

.pt_gift-registry .primary-content .list-table-header h2 {
	float: left;
}

.gift-certificate-purchase {
	background: none repeat scroll 0 0 #efefef;
	padding: 10px;
}

.gift-certificate-purchase .content-asset {
	float: left;
	width: 50%;
}

.gift-certificate-purchase .content-asset img {
	margin: 20px 0;
}

.gift-certificate-purchase form {
	background: none repeat scroll 0 0 #fff;
	float: right;
	padding: 0 20px 20px;
	width: 40%;
}

.gift-certificate-purchase form .input-text, .gift-certificate-purchase form .input-textarea
	{
	width: 90%;
}

.gift-certificate-purchase form .cert-amount {
	clear: none;
	float: left;
	margin: 0;
	width: 40%;
}

.gift-certificate-purchase form .form-row-button {
	clear: none;
	float: left;
	margin: 25px 0 0 20px;
	width: 50%;
}

.gift-certificate-purchase .cert-amount .form-caption {
	margin: 20px 0 0;
	position: absolute;
	width: 40%;
}

.gift-certificate-purchase .cert-amount.error {
	padding-bottom: 35px;
}

.gift-certificate-purchase span.error {
	margin-left: 2%;
}

.check-balance {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.gift-cert-balance {
	float: left;
	width: 40%;
}

.gift-cert-balance input {
	margin-top: 0;
	width: 90%;
}

.gift-cert-balance .form-caption {
	margin-left: 0;
}

.gift-cert-balance-submit {
	padding-top: 13px;
	clear: none;
	float: left;
}

.gift-cert-balance .label {
	display: none;
}

.login-box {
	background: none repeat scroll 0 0 #e0e0e0;
	margin: 0 0 2em;
}

.login-box h3 {
	margin: 0;
}

.login-box-content {
	padding: 0.5em 0;
}

#OAuthProvider {
	display: block;
	margin-bottom: 1em;
	width: 80%;
}

.bottom-banner-container {
	overflow: hidden;
}

.bottom-banner-container .bottom-banner-cell {
	float: left;
	overflow: hidden;
	text-align: center;
}

.bottom-banner-container .banner-cell-1 {
	width: 33%;
}

.bottom-banner-container .banner-cell-2 {
	width: 34%;
}

.bottom-banner-container .banner-cell-3 {
	width: 33%;
}

.store-locator-header {
	/* background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent; */
	font-family: Lato, Arial, sans-serif;
	font-size: 1.75em;
	font-style: italic;
	font-weight: 400;
	margin: 20px 0 0;
	padding: 20px 0;
}

.store-information {
	background: none repeat scroll 0 0 #e0e0e0;
	border-bottom: 1px solid #fff;
}

.store-name {
	font-weight: bold;
	margin: 0 0 10px;
}

.store-address, .store-map {
	border-bottom: 1px solid #e0e0e0;
}

.store-locator-details {
	float: left;
	width: 44%;
}

.store-locator-details img {
	max-width: 100%;
}

.store-locator-details h1, .store-locator-details p {
	margin: 0.25em 0;
}

.store-locator-details-map {
	float: right;
	width: 50%;
}

.store-locator-details-map img {
	max-width: 100%;
}

.pt_store-locator .bubble.online-store h3 {
    margin-bottom: 0;
}

.pt_store-locator .bubble.online-store h4.address {
	margin-bottom: 1em;
}

.pt_store-locator .bubble.online-store .long-description p{
	font-size: 1em;
	margin-bottom: 0;
}

.pt_store-locator .bubble.online-store .long-description {
	color: #7f7f7f;
}

.pt_store-locator .bubble.online-store .long-description ul{
	padding-left: 20px;
	list-style-type: disc;
}

.pt_store-locator .bubble.online-store .long-description li {
	padding-left: 10px;
}

.pt_store-locator .resultitem.online-store .storeinfo p, .pt_store-locator .resultitem.online-store .storeinfo h2{
    margin-bottom: 0;
}

.pt_store-locator .resultitem.online-store .storeinfo p.short-description {
	float: left;
}

.pt_store-locator .resultitem.online-store .storeinfo .button-wrapper {
	float: right;
	margin-top: 15px;
}

.pt_store-locator .resultitem.online-store .storeinfo .info {
	float: left;
	width: 55%;
}

.pt_store-locator .resultitem.online-store .storeinfo .button-wrapper button {
	font-size: 1em;
	background-color: #0062B0;
}

.pt_store-locator .hidden-arrow {
	display: none;
}

.pt_store-locator .bubble h4 a.address-website {
	color: #7f7f7f;
}

#homepage-slider {
	width: 1170px;
	height: 500px;
	margin-left: -40px;
	overflow: hidden;
	position: relative;
}

#homepage-slider .jcarousel-clip {
	width: 100% !important;
}

#homepage-slider #homepage-slides {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 20000em;
	/* height:500px; */
}

#homepage-slider #homepage-slides:after {
	content: '';
	display: table;
	clear: both;
}

#homepage-slider .slide {
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	max-width: 100%;
	width: 100%;
}

#homepage-slider .slide img {
	height: 500;
	max-width: 100%;
}

#homepage-slider .slide h2 {
	position: absolute;
	border: 0;
	clip: rect(0pt, 0pt, 0pt, 0pt);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
}

#homepage-slider .slide span {
	position: absolute;
	text-indent: -999em;
}

.home-bottom-left {
	float: left;
	width: 50%;
}

#home-promo-shop-shoes {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../images/homepage/home-promo-shoes.png");
	background-origin: padding-box;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 413px;
	margin: auto;
	max-width: 320px;
	position: relative;
	width: 100%;
}

#home-promo-shop-shoes h2 {
	position: absolute;
	text-indent: -999em;
}

#home-promo-shop-shoes ul {
	padding: 30% 0 0;
	text-align: center;
}

#home-promo-shop-shoes li {
	border-right: 1px solid #004086;
	display: inline;
	list-style: none outside none;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	text-transform: uppercase;
}

#home-promo-shop-shoes li:last-child {
	border: 0 none;
}

#home-promo-shop-shoes li a {
	color: #004086;
}

#home-promo-shop-shoes span {
	font-style: italic;
	margin: 0 10px 0 0;
}

.home-bottom-center {
	background: none repeat scroll 0 0 #efefef;
	float: left;
	width: 50%;
}

#home-promo-free-shipping {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../images/homepage/home-promo-free-shipping.png");
	background-origin: padding-box;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 413px;
	margin: auto;
	max-width: 319px;
	text-indent: -999em;
	width: 100%;
}

.home-bottom-right {
	clear: both;
	margin: 0;
	width: auto;
}

.home-bottom-right h2 {
	background: url("../images/homepage/hdr-this-weeks-deals.png") no-repeat
		scroll center center transparent;
	border-bottom: 2px solid #01a4e5;
	height: 54px;
	padding: 30px 0;
	text-indent: -999em;
}

.home-bottom-right .vertical-carousel {
	margin: 0;
	padding: 0;
}

.home-bottom-right .vertical-carousel li {
	float: left;
	list-style: none outside none;
	padding: 0;
	width: 25%;
}

.home-bottom-right .vertical-carousel li .capture-product-id {
	display: none;
}

.home-bottom-right .vertical-carousel li .product-price .product-standard-price
	{
	text-decoration: line-through;
}

.home-bottom-right .product-tile {
	border: 0 none;
	margin: auto;
	min-height: 255px;
	width: 90%;
}

.home-bottom-right .product-tile img {
	max-width: 90%;
}

.home-bottom {
	clear: both;
	overflow: hidden;
	padding: 2em 0;
}

#email-alert-signup {
	display: block;
	margin: 0 0 0 33px;
	width: 910px;
}

#email-alert-signup label {
	color: #999;
	float: left;
	padding: 0.5em 0 !important;
	text-transform: uppercase;
	width: 50%;
}

#email-alert-signup input[type="text"] {
	float: left;
	padding: 0.7em 0.5em;
	width: 30%;
}

#email-alert-signup input[type="image"] {
	float: left;
	padding-left: 0.1em;
}

.js .loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.js .loader-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.7;
}

.js .loader-indicator {
	z-index: 100;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	background: url("../images/loading-small.gif") no-repeat;
}

.js #quickviewbutton {
	/*background: transparent url(../images/quickview.gif) center center no-repeat; */
	background: transparent url(../images/custom/quickview.png) center
		center no-repeat;
	display: none;
	position: absolute;
	top: 50%;
	top: 0\9;
	width: 100%;
	width: 200px\9;
	height: 17px;
	height: 225px\9;
	padding: 10px 0;
	padding: 0px\9;
	left: 0\9;
}

.js .ie7 #quickviewbutton {
	position: absolute;
	left: 0;
	width: 200px;
}

.js .product-image:hover #quickviewbutton {
	display: block;
}

.js #suggestions {
	background-color: #666;
	color: #e0e0e0;
	cursor: pointer;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 8184;
}

.js #suggestions>div {
	clear: both;
	height: auto;
	padding: 5px;
	overflow: hidden;

	/* white-space: nowrap; */
}

.js #suggestions div:hover {
	background-color: #ccc;
	color: #444444;
}

.js #suggestions div .suggestionterm {
	float: left;
	/* overflow: hidden; */
	min-height: 23px;
	line-height: 23px;
	width: 180px;
	padding: 0 0 0 3px;
}

.js #suggestions div .hits {
	float: right;
	min-height: 23px;
	line-height: 23px;
	text-align: right;
	margin-left: 3px;
	margin-right: 5px;
}

.js .mini-cart-product {
	position: relative;
}

.js .mini-cart-toggler {
	background: url(../images/minicart_expanded.png) repeat scroll 0 0
		transparent;
	cursor: pointer;
	height: 13px;
	left: 5px;
	position: absolute;
	top: 10px;
	width: 13px;
}

.js .collapsed .mini-cart-toggler {
	background: url(../images/minicart_collapsed.png) repeat scroll 0 0
		transparent;
}

.js .collapsed .mini-cart-image {
	display: none;
}

.js .ui-dialog-content a {
	color: #004086;
}

.js .ui-dialog-content .product-col-1 {
	padding: 13px 1%;
	width: 49%;
}

.js .ui-dialog-content .product-col-1 .product-image {
	max-width: 100%;
}

.js .ui-dialog-content .product-col-2 {
	padding: 20px 0;
	width: 49%;
}

.js .ui-dialog-content .pdp-main h1.product-name {
	margin: 0.4em 0 1em;
	width: 58%;
}

.js .ui-dialog-content .pdp-main .product-set-list {
	border: 1px solid #e0e0e0;
	height: 500px;
	overflow: auto;
}

.js .ui-dialog-content .pdp-main .product-set-list .product-set-item {
	margin: 1em 0;
}

.js .ui-dialog-content .pdp-main .product-set-list .product-set-image {
	width: 25%;
}

.js .ui-dialog-content .pdp-main .product-set-list .product-set-details
	{
	width: 75%;
}

.js .ui-dialog-content .pdp-main .product-set-list .product-name {
	margin: 0;
}

.js .ui-dialog-content .pdp-main .product-set-list .block-add-to-cart .price
	{
	font-size: 1.5em;
	padding: 0.4em 0 0;
	width: 130px;
}

.js .zoomPad {
	position: relative;
	/* float: left; */
	z-index: 99;
	/*cursor: crosshair;*/
	cursor: pointer;
	width: 100%;
}

.js .zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #444444;
	font-size: 12px;
	font-family: Lato, Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	/* border: 1px solid #ccc; */
	/* padding: 8px; */
	/* background:#fff url(../images/zoomloader.gif) no-repeat; 43px 30px; */
	background: transparent url('../images/custom/pdp-zoom.png') center
		center no-repeat;
	z-index: 110;
	width: 128px;
	height: 94px;
	position: absolute;
	top: 0px;
	left: 0px;
}

@media screen and (min-width:768px) {
	.js .zoomPad:hover .zoomPreload {
		text-indent: -9999em;
		border: 0;
		z-index: 99999 !important;
		visibility: visible !important;
	}
}

.js .zoomPup {
	overflow: hidden;
	background-color: #fff;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 120;
	position: absolute;
	z-index: 101;
	/* border: 1px solid #ccc; */
	/* cursor: crosshair;*/
	cursor: pointer;
}

.js .zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #fff;
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.js .zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #fff;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.js .zoomWrapper {
	position: relative;
	border: 1px solid #999;
	z-index: 110;
	border-width: 0 !important;
}

.js .zoomWrapperTitle {
	display: block;
	background: #999;
	color: #fff;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.js .zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
}

.js .zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.js .zoomIframe {
	z-index: -1;
	filter: alpha(opacity = 0);
	-moz-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	display: block;
}

.js #homepage-slider .jcarousel-item {
	max-width: 100%;
	/* width:1170px !important; */
}

.js #homepage-slider .jcarousel-control {
	position: absolute;
	/* left:50%; */
	bottom: 20px;
	/* position:relative; */
	text-align: center;
	width: 100%;
}

.js #homepage-slider .jcarousel-control a {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #9D9D9D;
	display: inline-block;
	/* float: left; */
	height: 12px;
	margin: 0 3px;
	text-indent: -999em;
	width: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.js #homepage-slider .jcarousel-control a.active {
	background-color: #9D9D9D;
}

.js .home-bottom-left, .js .home-bottom-center {
	clear: none;
	float: left;
	width: 33%;
}

.js .home-bottom-right {
	clear: none;
	float: left;
	width: 33%;
}

.js .home-bottom-right .jcarousel-clip {
	height: 282px;
	overflow: hidden;
}

.js .home-bottom-right .vertical-carousel li {
	height: 282px;
	float: none;
	width: 300px;
}

.js .home-bottom-right .product-tile {
	min-height: 0;
}

.js .home-bottom-right .jcarousel-prev {
	background: url('../images/interface/icon-vertical-carousel-prev.png')
		left top no-repeat;
	cursor: pointer;
	height: 12px;
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 52px;
	z-index: 999;
}

.js .home-bottom-right .jcarousel-next {
	background: url('../images/interface/icon-vertical-carousel-next.png')
		left top no-repeat;
	cursor: pointer;
	height: 12px;
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 52px;
	z-index: 999;
}

.js .home-bottom-right .jcarousel-prev-disabled {
	display: none !important;
}

.js .select {
	display: none;
}

.home-bottom-right .jcarousel-next-disabled {
	display: none !important;
}

.ui-dialog #listings-nav {
	float: right;
	margin-top: 2%;
}

.ui-dialog #listings-nav a {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
}

.ui-dialog #listings-nav a.active {
	font-weight: bold;
}

.pdp-main .product-add-to-cart .availability {
	padding: 0;
	/* width: 80%; */
}

.pdp-main .product-add-to-cart .availability .label {
	display: none;
	position: relative;
}

.pdp-main .product-add-to-cart .online-stock span {
	float: left;
}

.pdp-main .product-add-to-cart .store-stock {
	display: block;
	clear: left;
}

.update-location {
	color: #004086;
	padding-left: 10px;
	cursor: pointer;
}

.store-list {
	border-color: #ccc;
	border-style: dashed;
	border-width: 1px 0;
	height: 150px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.store-list .store-list {
	position: absolute;
	width: 1920px;
}

.store-list {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.store-list .selected {
	background-color: #fff;
}

.store-tile {
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	float: left;
	height: 134px;
	list-style: none outside none;
	margin: 0 2px;
	padding: 8px;
	position: relative;
	width: 154px;
}

.store-tile .store-tile-address {
	display: block;
}

.store-tile .store-tile-city, .store-tile .store-tile-state {
	margin: 0 5px 0 0;
}

.store-tile .store-tile-postalCode {
	display: block;
}

.store-tile .store-tile-status {
	display: block;
	font-size: 0.9em;
	margin: 5px 0;
}

.not-available .store-tile-status, .out-of-stock .store-tile-status {
	color: #990000;
}

.In-Stock .store-tile-status {
	color: #019328;
}

.store-tile .store-tile-map-this {
	display: block;
	font-size: 0.9em;
	margin: 5px 0;
}

.store-tile .select-store-button {
	bottom: 5px;
	left: 6px;
	position: absolute;
}

.store-stock ul.expanded {
	height: auto;
}

.store-stock ul.expanded .extended-list {
	display: block;
}

.store-stock ul.store-list {
	margin: 20px 0 5px;
}

.store-stock ul.store-list .extended-list {
	display: none;
}

.store-stock ul.store-list .selected {
	background-color: #fff;
	font-weight: bold;
}

.store-stock .store-tile {
	border-color: #cebdb3;
	border-style: dotted;
	border-width: 1px 0 0;
	clear: both;
	float: none;
	font-size: 0.9em;
	height: auto;
	line-height: 1.5em;
	overflow: hidden;
	padding: 5px 0 5px 55%;
	text-align: right;
	width: auto;
}

.store-stock .store-tile .store-tile-address {
	color: #0167af;
	display: inline-block;
	margin: 0 0px 0 0;
}

.store-stock .store-tile .store-tile-city {
	color: #0167af;
	margin: 0 3px 0 0;
}

.store-stock .store-tile .store-tile-state {
	color: #0167af;
}

.store-stock .store-tile .store-tile-postalCode {
	display: none;
}

.store-stock .store-tile .store-tile-status {
	left: 0;
	margin: 0;
	position: absolute;
	text-align: left;
	top: 3px;
	width: 80px;
}

.store-stock .In-Stock .store-tile-status {
	left: 13px;
}

.store-stock .store-tile .store-tile-map-this, .store-stock .store-tile .select-store-button
	{
	display: none;
}

.more-stores {
	color: #0167af;
	cursor: pointer;
	font-size: 0.8em;
	margin: 0 0 0 2px;
	padding: 0 0 0 12px;
}

.multishipprogress div, .multishipprogress .step-3 {
	background: url("../images/interface/icon-checkout-indicator.png")
		no-repeat scroll right center transparent;
	display: inline;
	padding: 1em;
}

.multishipprogress .step-4 {
	background: none repeat scroll 0 0 transparent;
	padding-right: 0;
}

.multishipaddressestable {
	margin: 9px 0px 20px 0px;
	width: 706px;
}

.multi-ship-shipments-table {
	margin: 0 0 20px;
	width: 706px;
}

.multi-ship-shipments-table .section-header {
	font-size: 10px;
	font-weight: bold;
	padding: 9px 6px 11px;
}

.multi-ship-shipments-table .shipping-address .details {
	padding: 0 10px 0 22px;
}

.multi-ship-shipments-table .gift-options label {
	float: left;
	padding: 0;
}

.multi-ship-shipments-table .gift-options input {
	margin: 0 10px;
}

.multi-shipping-addresses {
	margin-bottom: 20px !important;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.multi-shipping-addresses .shipping-address {
	text-align: right;
}

.multi-shipping-addresses .shipping-address select {
	margin: 4px 0 0;
	width: 260px;
}

.header-product-shipping {
	width: 276px;
}

.header-qty-shipping {
	width: 45px;
}

.header-location-shipping {
	text-indent: 70px;
	width: 307px;
}

.header-shipment-index {
	width: 409px;
}

.header-shipment-qty {
	width: 27px;
}

.header-shipment-details {
	text-indent: 22px;
}

.multi-shipping-methods {
	position: absolute;
	top: 30px;
}

.multi-shipping-methods .shipping-methods .form-row {
	clear: none;
	float: left;
	display: none;
}

.multi-shipping-methods .shipping-methods select {
	width: 250px;
	margin: -5px 0 0 15px;
}

.multi-shipping-option {
	border-bottom: 2px dotted #cebdb3;
	left: 0;
	padding: 0 0 12px;
	position: absolute;
	text-indent: 10px;
	top: 48px;
	width: 95%;
}

.multi-shipping-addresses .shipping-qty, .multi-ship-shipments-table .shipping-qty
	{
	background: none repeat scroll 0 0 #efefef;
}

.multiship .label {
	font-weight: bold;
}

.hide {
	display: none;
}

.loading {
	background: url("../images/loading-progress-98x22.gif") no-repeat scroll
		left center transparent;
}

.store-in-stock {
	color: #019328;
}

#cart-table .item-delivery-options .store-in-stock {
	color: #444444;
	font-family: Lato, Arial, sans-serif font-size : 12px;
}

.store-error {
	color: #990000;
}

#cart-table .item-delivery-options {
	padding: 1em 0 1em 0;
	width: 100px;
}

#cart-table .item-delivery-options .store-error {
	color: #990000;
}

.selected-store-address, .set-preferred-store,
	.selected-store-availability {
	font-size: 0.8em;
	font-weight: 400;
	margin-left: 0px;
}

.set-preferred-store {
	cursor: pointer;
}

#cart-table .form-row .radio-url {
	display: inline;
}

.label-inline input {
	float: left;
	margin: 0;
}

.instore-shipping-option {
	width: 100%;
}

.pt_checkout .instore-shipment-header {
	width: 100%;
}

.pt_checkout .instore-shipment-method {
	width: 100%;
	padding: 1em;
}

.pt_checkout .instore-shipment-method span {
	font-weight: bold;
}

.pt_checkout .instore-shipment-address {
	width: 40%;
	float: left;
	padding-left: 1em;
}

.pt_checkout .instore-shipment-message {
	clear: both;
}

.pt_checkout .instore-shipment-messagetxt {
	width: 50%;
	float: right;
}

#preferred-store-panel #set-user-zip {
	margin-left: 3%;
}

#preferred-store-panel #userZip {
	margin-left: 12%;
	margin-top: 5%;
}

#preferred-store-panel .error-message {
	margin-left: 12%;
	margin-top: 1%;
}

#preferred-store-panel .store-list {
	margin-top: 1%;
}

#preferred-store-panel button.set-preferred-store,
	#preferred-store-panel button.close {
	margin-top: 2%;
}

.checkout-shipping fieldset .instore-continue-button {
	margin-left: 61.5%;
}

#cart-table .item-delivery-options label {
	display: inline;
	margin-left: 2%;
}

.menu-utility-user .mc-class .currency-converter {
	height: 12px;
	width: 100%;
	padding: 0;
	border: none;
}

#icon-mobile-nav{display:none;}
@media screen and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: none;
	}
	div, img {
		max-width: 100%;
	}
	input[type="text"], input[type="password"] {
		width: 90%;
	}
	textarea, select {
		width: 90%;
	}
	#icon-mobile-nav{display:block;}
	.form-row-button {
		margin-left: 0;
	}
	.login-box-content label, label, .form-caption, .form-label-text {
		float: none;
		margin: 5px 0 0 0;
		text-align: left;
		width: auto;
	}
	.login-box-content input[type="text"], .login-box-content input[type="password"]
		{
		width: 90%;
	}
	.form-inline .form-row {
		width: 90%;
	}
	.form-inline label {
		padding: 0;
	}
	.form-inline button {
		width: 50% !important;
	}
	.form-indent {
		margin-left: 2%;
	}
	legend {
		padding: 14px 30% 10px 2%;
		width: 68%;
	}
	.label-inline input {
		height: 2em;
		margin: 0;
		padding: 0;
	}
	.label-inline label {
		margin: 0;
		padding: 0.5em 0 0 1em;
	}
	.form-field-tooltip {
		display: none;
	}
	.print-page, .size-chart-link, a.tooltip, #tooltip {
		display: none !important;
	}
	.tooltip {
		font-size: 0.9em;
	}
	.form-field-tooltip {
		float: none;
		margin: 0 0 10px 5px;
		width: auto;
	}
	.ui-dialog {
		max-width: 98%;
	}
	.ui-dialog .ui-dialog-content {
		height: auto !important;
		overflow: visible;
	}
	#wrapper {
		border: 0;
		font-size: 1em;
		max-width: 100%;
		min-width: 320px;
		width: 100%;
	}
	#main {
		padding: 0;
	}
	#primary {
		background: none;
		border: 0 !important;
		float: none;
		margin: 0;
		padding-left: 0 !important;
		width: 100% /*!important*/;
	}
	#secondary {
		border: 0;
		float: none;
		font-size: 1.2em;
		width: 100% !important;
	}
	.col-1, .col-2 {
		float: none;
		width: 100%;
	}
	.scrollable {
		height: auto;
	}
	.scrollable li {
		float: left;
	}
	.scrollable li a {
		border: 1px solid #d9d9d9;
		border-radius: 6px;
		display: block;
		padding: 0.2em 0.8em;
	}
	#header {
		height: auto;
		padding: 0;
	}
	#header .primary-logo {
		float: left;
		position: relative;
		top: auto;
		width: inherit;
	}
	#header .primary-logo img {
		max-width: 100%;
	}
	.menu-utility, .menu-utility-user {
		clear: both;
		float: none;
		letter-spacing: 0;
		margin: 10px 0;
		overflow: hidden;
	}
	.menu-utility li, .menu-utility-user li {
		padding: 0 5px;
	}
	.header-banner {
		float: none;
		font-size: 0.8em;
		margin: 10px 5px;
	}
	.mini-cart-products {
		max-height: 100%;
	}
	.mini-cart-content {
		max-width: 220px;
		right: 3px;
		top: 40px;
		z-index: 1000;
	}
	.mini-cart-label {
		margin-right: 0;
	}
	.mini-cart-item-word, .mini-cart-total-label {
		display: none;
	}
	.header-search {
		left: 1%;
		top: -36px;
		width: 98%;
	}
	.header-search input[type="text"] {
		width: 85%;
	}
	.header-search input[type="submit"] {
		float: right;
		height: 38px;
		position: absolute;
		right: 0;
		width: 15%;
		top: 0px;
	}
	#navigation {
		position: relative;
		padding: 0 10px;
		min-width: 300px;
		width: auto;
		z-index: 20;
	}
	#navigation h1 {
		background-color: #004086;
		color: #ffffff;
		cursor: pointer;
		font-size: 15px;
		font-weight: normal;
		margin: 0;
		padding: 10px;
		position: relative;
		height: auto;
		text-transform: uppercase;
		width: auto;
	}
	#navigation h1:after {
		content: '';
		position: absolute;
		right: 1em;
		top: 1em;
		border-style: solid;
		border-width: 10px 8px 0 8px;
		border-color: #FFFFFF transparent transparent transparent;
	}
	#navigation h1.active:after {
		content: '';
		position: absolute;
		right: 1em;
		top: 1em;
		border-style: solid;
		border-width: 0 8px 10px 8px;
		border-color: transparent transparent #FFFFFF transparent;
	}
	ul.level-1 {
		position: relative;
		margin: 0;
		display: none;
	}
	ul.level-1>li {
		position: relative;
		margin: 0;
		padding: 0;
	}
	a.level-1 {
		display: block;
		font-size: 15px;
		line-height: 1.3em;
		padding: 10px 40px 10px 20px;
		text-transform: uppercase;
		color: #FFFFFF;
		background-color: #003970;
	}
	a.level-1:after {
		content: '';
		position: absolute;
		right: 1em;
		top: 1em;
		border-style: solid;
		border-width: 10px 8px 0 8px;
		border-color: #FFFFFF transparent transparent transparent;
		z-index: 1;
	}
	ul.level-1>li.active a.level-1:after {
		content: '';
		position: absolute;
		right: 1em;
		top: 1em;
		border-style: solid;
		border-width: 0 8px 10px 8px;
		border-color: transparent transparent #FFFFFF transparent;
	}
	li.directlink a.level-1:after {
		border: 0;
	}
	a.level-1 SPAN {
		display: none;
	}
	a.level-1 .name {
		
	}
	a.level-1 .action-arrow {
		position: absolute;
		right: 0;
		top: 0;
		height: 39px;
		width: 40px;
		background-color: transparent;
		z-index: 2;
	}
	div.level-2 {
		display: none !important;
	}
	ul.level-1>li.active div.level-2 {
		display: block !important;
	}
	div.level-2 H3 {
		display: block;
		color: #FFFFFF;
		background-color: #333333;
		font-weight: normal;
		font-size: 15px;
		line-height: 1.3em;
		padding: 10px 40px 10px 20px;
		text-transform: uppercase;
	}
	ul.level-2 {
		margin: 0;
		padding: 0;
	}
	ul.level-2>li {
		
	}
	a.level-2 {
		display: block;
		color: #444444;
		background-color: #FFFFFF;
		font-weight: normal;
		font-size: 15px;
		line-height: 1.3em;
		padding: 10px 20px 10px 20px;
		text-transform: uppercase;
	}
	a.level-2:hover {
		background-color: #9D9D9D;
		color: #FFFFFF;
	}
	.primary-content h1 {
		font-size: 1.5em;
		margin: 10px 0;
	}
	#quickviewbutton {
		display: none !important;
	}
	ul.search-result-items .grid-tile {
		margin: 2%;
		width: 92%;
	}
	ul.search-result-items .grid-tile.halfwidth {
		width: 46%
	}
	ul.search-result-items .grid-tile.halfwidth:nth-child(2n-1) {
		clear: left;
	}

	/* .search-result-options{ display:none; } */
	.search-result-options .sort-by {
		margin: 0;
	}
	.search-result-options .sort-by select {
		width: 120px;
	}
	.search-result-options .items-per-page {
		display: none;
	}
	.search-result-options .pagination {
		margin: 0;
	}
	.search-result-options .pagination .results-hits { /* display: none; */
		
	}
	.product-tile {
		height: auto !important;
	}
	.wide-tiles .product-tile .product-image {
		width: 41%;
	}
	.wide-tiles .product-tile .product-name, .wide-tiles .product-tile .product-pricing,
		.wide-tiles .product-tile .product-promo, .wide-tiles .product-tile .pr_stars,
		.wide-tiles .product-tile .product-swatches {
		float: right;
	}
	.wide-tiles .product-tile .product-name h2 {
		margin-top: 0px;
	}

	/* .product-tile .product-swatches .swatch img { height:2em; width:2em; } */
	.product-listing-1x4 ul.search-result-items .grid-tile {
		margin: 2%;
		width: 92%;
	}
	.product-compare, .compareitems {
		display: none !important;
	}
	.pt_product-details .primary-content {
		padding-bottom: 68px;
	}
	.pt_product-details .breadcrumb .last {
		display: none;
	}
	#product-nav-container {
		bottom: 0;
		width: 100%;
	}
	#product-nav-container div {
		width: 60px;
	}
	#product-nav-container div.product-next {
		float: right;
	}
	#product-nav-container .divided span {
		border: 0;
	}
	.pdp-main .product-col-1, .pdp-main .product-col-2, .pdp-main .product-name
		{
		clear: both;
		float: none;
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.pdp-main .promotion .promotion-title {
		font-size: 86%;
	}
	.pdp-main .attribute h3, .pdp-main .attribute .label {
		font-size: 0.9em;
		width: 35%;
	}
	.pdp-main .attribute .value {
		width: 64%;
	}
	.pdp-main .attribute span.value {
		padding-top: 5px;
	}
	.pdp-main .product-add-to-cart .inventory {
		width: 100%;
	}
	.pdp-main .product-add-to-cart .inventory label {
		display: inline-block;
		width: 36%;
	}
	.pdp-main .product-add-to-cart .product-price {
		font-size: 2em;
		padding: 30px 10px;
		text-align: left;
		width: 100%;
	}
	.pdp-main .product-add-to-cart button {
		clear: both;
		width: 100%;
	}
	.ui-tabs .ui-tabs-nav li {
		display: block;
		font-size: 0.8em;
		margin: 0;
		width: 99.4%;
	}
	.ui-tabs .ui-tabs-nav li a {
		width: auto;
	}
	.pdp-main .product-set-list .product-set-image img {
		max-width: 90%;
	}
	.pdp-main .product-set-list .block-add-to-cart .inventory {
		margin: 0;
		width: 23%;
	}
	.pdp-main .product-set-list .block-add-to-cart .product-price {
		font-size: 1em;
		width: 44%;
	}
	.pdp-main .product-set-list .block-add-to-cart button {
		font-size: 0.7em;
	}
	.pdp-main .product-review-links {
		margin-left: 6%;
	}
	.pdp-main .prSnippetTitle, .pdp-main .prSnippetRatingUnclickable {
		float: left;
	}
	.pdp-main .product-primary-image {
		margin-top: 0;
	}
	.sizinginformation {
		padding: 0;
	}
	.sizinginformation th {
		font-weight: normal;
		padding: 0 0 0 2px;
	}
	.sizinginformation td {
		background: #ffffff;
		padding: 5px;
		text-align: center;
	}
	.sizinginformation .sizechart {
		padding: 0 !important;
	}
	.ui-dialog .ui-dialog-content {
		padding: 0.25em;
	}
	.pt_cart #secondary {
		display: none;
	}
	#cart-table thead {
		display: none;
	}
	#cart-table td {
		display: block;
		padding: 5px;
	}
	#cart-table .item-image {
		float: left;
		text-align: center;
		width: 40%;
	}
	#cart-table .item-details {
		float: left;
		width: 53%;
	}
	#cart-table .item-details .product-list-item .name {
		font-size: 1.3em;
	}
	#cart-table .item-quantity {
		clear: both;
		float: left;
		text-align: center;
		width: 40%;
	}
	#cart-table .item-quantity input {
		text-align: center;
		width: 50px;
	}
	#cart-table .item-quantity-details {
		float: left;
		font-size: 0.9em;
		width: 44%;
	}
	#cart-table .item-price {
		clear: both;
		float: left;
		margin-left: 42%;
		width: 44%;
	}
	#cart-table .item-total {
		float: right;
		font-size: 1.3em !important;
		text-align: right !important;
		width: 96%;
	}
	.cart-coupon-code {
		clear: both;
		float: none;
		width: 100%;
	}
	.cart-coupon-code .input-text {
		width: 50%;
	}
	.cart-coupon-code button {
		margin: 5px 0 0 0.5em;
	}
	.cart-actions {
		clear: both;
		margin: auto;
		overflow: hidden;
	}
	.cart-actions:after {
		content: '';
		display: table;
		clear: both;
	}
	.cart-order-totals {
		border-top: 1px solid #D9D9D9;
		clear: both;
		float: none;
		margin: 20px 0;
		padding: 20px 2%;
		width: 96%;
	}
	.cart-order-totals button {
		margin: 0 0 20px;
	}
	.cart-order-totals td {
		width: 50%;
	}
	#cart-table .item-total .promo-adjustment {
		width: auto;
	}
	.pdp-main .product-col-1 {
		margin-left: 0;
	}
	.checkout-progress-indicator {
		font-size: 1.4em;
		clear: both;
		position: relative;
		overflow: hidden;
		text-align: left;
		top: auto;
	}
	.checkout-progress-indicator div {
		padding: 10px 6px;
	}
	LABEL {
		font-size: 1em;
	}
	.order-summary-footer h2 {
		width: 50%;
	}
	.place-order-totals .order-totals-table {
		width: 100%;
	}
	.payment-method-options {
		padding: 0;
	}
	.payment-method-options .form-row {
		width: 100%;
	}
	.payment-method-options .form-row label {
		float: left;
		margin: 0;
		padding: 0 0 0 1em;
		width: 150px;
	}
	.payment-method-options .form-row .input-radio {
		margin: 0;
	}
	.pt_order-confirmation .item-list th {
		display: none;
	}
	.pt_order-confirmation .item-list td {
		float: left;
		padding: 1em 0;
		width: 98%;
	}
	.pt_order-confirmation .item-list .order-totals-table td {
		float: left;
		width: 48%;
	}
	.pt_order-confirmation .order-shipment-table th {
		display: none;
	}
	.pt_order-confirmation .order-shipment-table td {
		font-size: 1.4em;
		box-sizing: border-box;
		float: left;
	}
	.pt_order-confirmation .order-shipment-table .line-item-details {
		width: 70%;
	}
	.pt_order-confirmation .order-shipment-table .line-item-quantity {
		width: 10%;
	}
	.pt_order-confirmation .order-shipment-table .line-item-price {
		width: 20%;
	}
	.pt_order-confirmation .order-shipment-table .order-shipment-details {
		border: none;
		width: 100%;
	}
	.pt_order-confirmation .order-shipment-table .shipping-method {
		padding-left: 0;
	}
	.content-asset ul.account-options li {
		float: none;
		width: auto;
	}
	ul.address-list li, ul.payment-list li {
		float: none;
		width: auto;
	}
	.order-history-header button {
		font-size: 1em;
		padding: 0.25em;
	}
	.gift-certificate-purchase .content-asset, .gift-certificate-purchase form
		{
		float: none;
		width: 90%;
	}
	.gift-certificate-purchase .cert-amount .form-caption {
		width: 80%;
	}
	.page-content-tab-navigaton button {
		width: 100%;
	}
	.pt_gift-registry .add-gift-cert button, .pt_gift-registry .add-gift-cert p
		{
		width: 100%;
	}
	.pt_gift-registry .create-new-registry {
		overflow: hidden;
	}
	.pt_gift-registry .create-new-registry p {
		display: none;
	}
	.pt_gift-registry .item-list {
		width: 98%;
	}
	.pt_gift-registry .item-list th {
		display: none;
	}
	table.item-list td, table.item-list .section-header {
		font-size: 1.2em;
		padding: 0.3em;
	}
	.order-shipment-table .section-header {
		font-size: 0.9em !important;
		padding: 0.3em;
	}
	table.item-list .section-header, .order-shipment-table .section-header {
		background-image: none;
	}
	table.item-list .item-image, table.item-list .item-details, table.item-list .item-availability,
		table.item-list .item-dashboard {
		display: inline-block;
	}
	table.item-list .item-image {
		width: 30%;
	}
	table.item-list .item-details {
		width: 50%;
	}
	table.item-list .item-availability, table.item-list .item-dashboard {
		width: 97%;
	}
	table.item-list .delete-registry {
		text-align: center;
	}
	.list-table-header {
		padding: 1em !important;
	}
	.list-table-header .button {
		display: block;
		margin: 20px 0;
		width: 196px;
	}
	.list-table-header p {
		display: none;
	}
	.list-table-header button {
		display: block;
		width: 260px;
	}
	.home-bottom-left, .home-bottom-center {
		width: 100% !important;
	}
	.home-bottom-right {
		clear: both;
		float: none;
		width: 100% !important;
	}
	.home-bottom-right .product-tile {
		min-height: 0;
	}
	.product-tile .product-image {
		height: auto;
	}
	#email-alert-signup {
		margin: 0;
		text-align: center;
		width: 100%;
	}
	#email-alert-signup label {
		text-align: center;
		width: 100%;
	}
	#email-alert-signup input[type="text"] {
		float: none;
		margin: 0;
		width: 50%;
	}
	#email-alert-signup input[type="image"] {
		float: none;
		vertical-align: bottom;
	}
	.facebook-registration {
		left: -3px;
		position: relative;
		width: 100.7% !important;
	}
	.facebook-registration .fb_iframe_widget {
		position: relative;
		width: 100.7% !important;
	}
	.facebook-registration .fb_iframe_widget span {
		position: relative;
		width: 100.7% !important;
	}
	.facebook-registration .fb_iframe_widget span iframe {
		position: relative;
		width: 100.7% !important;
	}
}

@media screen and (max-width: 374px) {
	.pt_store-locator .results .resultitem .storeinfo {
		width: 80%;
	}
}

@media screen and (min-width:320px) and (max-width: 767px) {
	#wrapper {
		min-width: 320px;
		width: 100%;
		max-width: 767px;
	}
	.product-tile .pr_stars {
		left: 40px;
	}
	.wide-tiles .product-tile .product-name h2 {
		margin-top: 10px;
	}
	.wide-tiles .product-tile .product-image {
		width: 38%;
	}
	.facebook-registration {
		left: 0px;
		position: relative;
		width: 100% !important;
	}
	.facebook-registration .fb_iframe_widget {
		position: relative;
		width: 100% !important;
	}
	.facebook-registration .fb_iframe_widget span {
		position: relative;
		width: 100% !important;
	}
	.facebook-registration .fb_iframe_widget span iframe {
		position: relative;
		width: 100% !important;
	}
	#preferred-store-panel input[type="text"] {
		width: 49.5966%;
	}
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	#wrapper {
		min-width: 768px;
		width: 100%;
		max-width: 1024px;
	}
	#secondary {
		width: 171px;
	}
	.primary-content {
		width: 588px;
	}
	.page-content .primary-content {
		padding-left: 14px;
		width: 574px;
	}
	.primary-focus .primary-content {
		width: 540px;
	}
	.primary-focus #secondary {
		width: 210px;
	}
	.html-slot-container img, .bottom-banner-cell img {
		max-width: 100%;
	}
	.ui-dialog {
		max-width: 98%;
	}
	.ui-dialog .ui-dialog-content {
		height: auto !important;
		overflow: visible;
	}
	.scrollable {
		height: auto;
	}
	.mini-cart-total-label {
		display: none;
	}
	.menu-utility {
		clear: both;
		margin: 0.7em 0;
	}
	.mini-cart-products {
		max-height: 100%;
	}
	.header-banner {
		font-size: 1em;
		margin: 0;
	}
	.header-search input[type="text"] {
		width: 135px;
	}
	ul.level-1 a {
		font-size: 1em;
		padding: 10px 0;
	}
	ul.search-result-items .new-row {
		clear: none;
	}
	ul.search-result-items .grid-tile {
		/* width: 41.5%; */
		width: 25%;
	}
	.pdp-main .product-name {
		width: 100%;
	}
	.pdp-main .product-add-to-cart .product-price {
		font-size: 18px;
		margin-top: 12px;
	}
	.pdp-main .product-add-to-cart button {
		font-size: 18px;
		/* margin-top: 20px;*/
	}
	.pdp-main .recommendations {
		/*width: 275px;*/
		
	}
	.pdp-main .recommendations .jcarousel-clip {
		/*width: 200px;*/
		
	}
	.pdp-main .product-set-list .block-add-to-cart button {
		font-size: 0.9em;
		margin-top: 3px;
	}
	.checkout-progress-indicator {
		font-size: 1.2em;
	}
	LABEL {
		font-size: 1.2em;
	}
	table .section-header {
		font-size: 1em !important;
	}
	#compare-table td .product-tile { /* width:79px; */
		
	}
	.pt_gift-registry .add-gift-cert p {
		width: auto;
	}
	#cart-table {
		font-size: 0.9em;
	}
	#cart-table td {
		padding: 10px;
	}
	#cart-table .item-user-actions {
		width: 72px;
	}
	#cart-table .item-total .promo-adjustment {
		width: 77px;
	}
	.home-bottom-right .product-tile {
		min-height: 0;
	}
	#email-alert-signup {
		margin: 0;
		width: 100%;
	}
	#email-alert-signup label {
		float: none;
		display: block;
		text-align: center;
		width: 100%;
	}
	#email-alert-signup input[type="text"] {
		width: 73%;
	}
	.facebook-registration {
		left: 0px;
		position: relative;
		width: 100% !important;
	}
	.facebook-registration .fb_iframe_widget {
		position: relative;
		width: 100% !important;
	}
	.facebook-registration .fb_iframe_widget span {
		position: relative;
		width: 100% !important;
	}
	.facebook-registration .fb_iframe_widget span iframe {
		position: relative;
		width: 100% !important;
	}
	#quickviewbutton {
		display: none !important;
	}
}

@media screen and (max-width: 480px) {
	#navigation h1 {
		top: 2px;
	}
	.header-search input[type="submit"] {
		height: 37px;
		width: 15%;
	}
	input[type="text"] {
		border: 1px solid #DFDFDF;
		margin-left: 0;
		padding: 0.8em 0.5em;
		text-indent: 0;
		width: 97%;
	}
	div#wrapper.pt_gift-registry {
		font-size: 12px;
	}
	#preferred-store-panel input[type="text"] {
		width: 49.5966%;
	}
}

@media print {
	.pt_order-confirmation #mini-cart, .pt_order-confirmation .menu-utility-user,
		.pt_order-confirmation .menu-utility, .pt_order-confirmation .header-banner,
		.pt_order-confirmation #navigation {
		display: none;
	}
}

/** Partner Brands **/
#footer .partner-brands{float:left;width: 100%;margin:15px 0;}
#footer .partner-brands ul {
	float:left;
	width:100%;
    margin:0;
    padding:0;
}

#footer .partner-brands ul li:first-child {
    margin-left: 0;
    background-color:#e13358;
}
#footer .partner-brands ul li {
    float: left;
    width: 24%;
    margin: 0 0 0 1.33%;
    list-style:outside none none !important;
}
#footer .partner-brands ul a {
    display: block;
    height: 85px;
    letter-spacing: 0;
    color:#000;
    text-transform: uppercase;
    padding: 10px;
    overflow: hidden;
    position: relative;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
#footer .partner-brands ul a:before {
    content: "";
    height: 100%;
}

#footer .partner-brands ul a:hover{
	-moz-box-shadow:0 0 12px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 12px rgba(0,0,0,0.2);
	box-shadow:0 0 12px rgba(0,0,0,0.2);
}

#footer .partner-brands ul a:after {
    content: "";
    display: block;
    width: 8px;
    height: 35px;
    background: url("../images/footer/sticky-arrows.png") no-repeat -32px -2px;
    position: absolute;
    top: 45%;
    right: 8px;
    margin-top: -7px;
}

#footer .partner-brands ul a:before, #footer .partner-brands ul a img, #footer .partner-brands ul a p {
    display: inline-block;
    vertical-align: middle;
}

#footer .partner-brands ul a p {
    padding-left: 135px;
}

@media screen and (max-width: 1024px) {
	#footer .partner-brands ul li p {
	    font-size:8px;
	    padding-left:120px;
	}
}

@media screen and (max-width: 900px) {
	#footer .partner-brands ul li p {
	    font-size:8px;
	    display:none;
	    padding-left:110px !important;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	#footer .partner-brands {
	    margin-left: 28px;
	    margin-right: 28px;
	    max-width:95%;
	}
}

@media screen and (max-width: 768px) {
	#footer .partner-brands{
	    min-width: 300px;
    	max-width: 300px;
    	float: none;
		margin:0 auto;
	}
	#footer .partner-brands ul li {
	    width: 90%!important;
	    margin: 10px 0 0 0;
	}
	#footer .partner-brands ul li p {
	    font-size:1.2em !important;
	    display:inline-block;
	    padding-left: 135px !important;
	}	
}


#sizing-dialog {
  background: #fff;
  z-index: 9999;
  font-family: Lato, Arial, sans-serif;
  font-size: 12px;
  color: #3e3e3e;
  letter-spacing: 0.05em; }
  #sizing-dialog .silhouette-heading {
    border-bottom: 1px solid #7f7f7f;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: auto;
    max-width: 270px;
    padding: 5px 0;
    text-transform: uppercase; }
  #sizing-dialog .size-info-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 410px;
    /* 470 */ }
    #sizing-dialog .size-info-wrapper .size-guide {
      text-transform: uppercase;
      font-size: 30px;
      line-height: 1;
      max-width: 470px;
      font-weight: 300;
      margin: 0; }
    #sizing-dialog .size-info-wrapper .description {
      width: 270px;
      line-height: 20px;
      margin: 15px 0;
      display: inline-block;
      color: #7c7c7c;
      font-size: 13px; }
    #sizing-dialog .size-info-wrapper .txt {
      width: 270px;
      color: #555;
      fon-size: 11px;
      padding-top : 10px;
      margin-bottom: 0; }
    #sizing-dialog .size-info-wrapper .form-wrapper {
      width: 280px; }
      #sizing-dialog .size-info-wrapper .form-wrapper form div {
        margin: 20px 0; }
        #sizing-dialog .size-info-wrapper .form-wrapper form div:first-child .height-gender{
        	margin-top : 12px;
        }
        #sizing-dialog .size-info-wrapper .form-wrapper form div .height-gender {
          display: inline-block;
          font-size: 12px;
          min-width: 80px;
          text-transform: uppercase;
          vertical-align: middle; }
        #sizing-dialog .size-info-wrapper .form-wrapper form div .update-size-m {
          border: 1px solid #ddd;
          transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -webkit-transition: all 0.2s ease-in-out 0s;
          background: #fff;
          height: 32px;
          line-height: 32px;
          padding-left: 7px;
          vertical-align: middle;
          width: 44px;
          font-size: 1em;
          text-transfrom: none;
          margin: 0;
          color: #3e3e3e; }
          #sizing-dialog .size-info-wrapper .form-wrapper form div .update-size-m option {
            text-align: center;
        }
        @-moz-document url-prefix() {
        #sizing-dialog .size-info-wrapper .form-wrapper form div:first-child label {
		     vertical-align: baseline !important;
		  } 
		  #sizing-dialog .size-info-wrapper .form-wrapper form div:nth-child(2) label {
		     vertical-align: top !important;
		  }
		}
        #sizing-dialog .size-info-wrapper .form-wrapper form div label {
          margin-right: 15px;
          vertical-align: middle;
          -moz-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none;
          text-transform: none;
          display: inline;
          font-weight: normal;
          font-size: 1em;
          margin-bottom: 0; }
        #sizing-dialog .size-info-wrapper .form-wrapper form div .update-size-cm {
          border: 1px solid #ddd;
          transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -webkit-transition: all 0.2s ease-in-out 0s;
          height: 30px;
          line-height: 30px;
          padding: 0;
          text-align: center;
          vertical-align: middle;
          width: 40px; }
        #sizing-dialog .size-info-wrapper .form-wrapper form div input[type="radio"] {
          vertical-align: middle;
          font-size: 1em;
          box-sizing: border-box;
          padding: 0;
          line-height: normal;
          margin: 0; }
    #sizing-dialog .size-info-wrapper .other-size {
      width: 280px;
      margin: 10px 0 21px; }
      #sizing-dialog .size-info-wrapper .other-size .silhouette-heading {
        margin: 0 0 20px; }
      #sizing-dialog .size-info-wrapper .other-size ul {
        overflow: hidden;
        padding: 0;
        margin: 0;
        max-width: 270px; }
        #sizing-dialog .size-info-wrapper .other-size ul.swatches.size + .swatches.size {
          display: none; }
        #sizing-dialog .size-info-wrapper .other-size ul li {
          float: left;
          padding: 5px 0px;
          width: 24%;
          text-align: center;
          margin-left: 1%;
          box-sizing: border-box;
          margin-bottom: 4px;
          list-style-type: none;
          border: 1px solid #ccc; }
          #sizing-dialog .size-info-wrapper .other-size ul li.var-item-by-4 {
            margin-left: 0;
            clear: both; }
          #sizing-dialog .size-info-wrapper .other-size ul li a {
            cursor: pointer;
            padding: 5px 7px 3px;
            color: #3e3e3e; }
          #sizing-dialog .size-info-wrapper .other-size ul li:first-child {
            margin-left: 0; }
          #sizing-dialog .size-info-wrapper .other-size ul li.unselectable {
            opacity: 0.8; }
            #sizing-dialog .size-info-wrapper .other-size ul li.unselectable a {
              cursor: default;
              color: #e0e0e0; }
        #sizing-dialog .size-info-wrapper .other-size ul li.selected {
          border: 1px solid #3e3e3e;
          font-weight: bold; }
        #sizing-dialog .size-info-wrapper .other-size ul li.selected-value {
          display: none; }
    #sizing-dialog .size-info-wrapper .btn-small {
      display: block;
      width: 270px;
      padding: 20px 0;
      text-align: center;
      font-size: 18px;
      background: #004b8d;
      letter-spacing: 0.1em;
      white-space: normal;
      transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      text-transform: uppercase;
      color: #fff;
      border: none;
      outline: none;
      overflow: hidden; }
  #sizing-dialog .suitcase-wrapper {
    display: inline-block;
    width: auto;
    /* 165 */
    max-width: 180px;
    margin-left: -35px;
    /* 110 */
    position: relative;
    left: -35px;
    vertical-align: bottom; }
    #sizing-dialog .suitcase-wrapper .luggage-dialog {
      position: absolute;
      background: #fff;
      border: 1px solid #7c7c7c;
      min-width: 85px;
      height: auto;
      text-align: center;
      padding: 5px;
      bottom: 55px;
      right: 120px;
      font-size: 12px;
      /* 130 */ }
      #sizing-dialog .suitcase-wrapper .luggage-dialog:after, #sizing-dialog .suitcase-wrapper .luggage-dialog:before {
        border: medium solid transparent;
        content: " ";
        height: 0;
        left: 100%;
        pointer-events: none;
        position: absolute;
        top: 50%;
        width: 0; }
      #sizing-dialog .suitcase-wrapper .luggage-dialog:after {
        border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
        border-width: 5px;
        margin-top: -5px; }
      #sizing-dialog .suitcase-wrapper .luggage-dialog:before {
        border-color: rgba(62, 62, 62, 0) rgba(62, 62, 62, 0) rgba(62, 62, 62, 0) #3e3e3e;
        border-width: 6px;
        margin-top: -6px; }
      #sizing-dialog .suitcase-wrapper .luggage-dialog .silhouette-heading {
        border-width: 0;
        line-height: 16px; }
      #sizing-dialog .suitcase-wrapper .luggage-dialog .dialog-active {
        margin: 0 0 5px; }
    #sizing-dialog .suitcase-wrapper .baggage-primary-image {
      max-height: 220px;
      margin-bottom: -5px;
      width: auto;
      max-width: 220px; }
  #sizing-dialog .silhouette-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: bottom; }
    #sizing-dialog .silhouette-wrapper .silhouette-dialog {
      background: #fff;
      border: 1px solid #7c7c7c;
      height: auto;
      left: 80%;
      padding: 7px 5px;
      position: absolute;
      text-align: center;
      top: 20%;
      width: 65px; }
      #sizing-dialog .silhouette-wrapper .silhouette-dialog .silhouette-heading {
        border-width: 0;
        line-height: 16px; }
      #sizing-dialog .silhouette-wrapper .silhouette-dialog .you-m,
      #sizing-dialog .silhouette-wrapper .silhouette-dialog .you-cm {
        display: inline; }
      #sizing-dialog .silhouette-wrapper .silhouette-dialog:after, #sizing-dialog .silhouette-wrapper .silhouette-dialog:before {
        border: medium solid transparent;
        content: " ";
        height: 0;
        pointer-events: none;
        position: absolute;
        right: 100%;
        top: 50%;
        width: 0; }
      #sizing-dialog .silhouette-wrapper .silhouette-dialog:before {
        border-color: rgba(62, 62, 62, 0) #3e3e3e rgba(62, 62, 62, 0) rgba(62, 62, 62, 0);
        border-width: 6px;
        margin-top: -6px; }
      #sizing-dialog .silhouette-wrapper .silhouette-dialog:after {
        border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        border-width: 5px;
        margin-top: -5px; }
    #sizing-dialog .silhouette-wrapper .silhouette-woman {
      display: none; }

.ie8 #sizing-dialog .size-info-wrapper .form-wrapper .update-size-m {
  height: auto;
  line-height: auto;
  padding: 5px 0 6px 7px; }
  .size-checker{
  	padding: 15px 0 40px;
  }
  .size-checker a{
  	padding: 20px 10px 20px 24px;
  	color: #7c7c7c;
  	background: url('../images/product_detail/icon_silhouette.png') no-repeat 22px 7px #fff;
  	background-position: 10px center;
    width: auto;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ddd;
    transition: all 0.2s linear;
  }
  .size-checker a:HOVER{
  	color: #3e3e3e;
  	background-color: #f3f3f3;
  }
  
  .size-checker a span{
	    display: inline-block;
	    text-transform: uppercase;
	    font-size: 10px;
	    line-height: 1;
	    vertical-align: middle;
	    width: 120px;
	}
	
	.hide-item{
		display:none !important;
	}
	.yourluggage {
		font-size : 12px !important;
	}
	.silhouette-woman , .silhouette-man{
		height: 360px;margin-left:-15px;
	}
	#sizing-dialog .size-info-wrapper .other-size ul li{
		width : auto;
	}
	#sizing-dialog .size-info-wrapper .other-size ul li.selected a{
		background : #444;
		color:#fff;
		padding: 5px 7px 5px;
	}
	
.dialog-content-sizing .ui-dialog .ui-dialog-content {
  overflow: visible; }
  #sizing-dialog .other-sizes .title{
  	display:nonel
  }
  #sizing-dialog label {
  	float:none;
  }
  
  .sizing-dialog{
  	padding : 0 15px 35px;
  }
  .other-size .other-sizes h2{
  	display:none;
  }
  .ui-dialog .ui-widget-header{
  	background: none repeat scroll 0 0 #fff; */
  }
	@media only screen and (max-width: 768px) {
	    .silhouette-woman {
	    	margin-left: -50px !important;
	    }
	    .silhouette-man{
	    	margin-left: -35px !important;
	    }
	    .suitcase-wrapper{
	    	left : -64px !important;
	    }
	    .silhouette-dialog {
	    	left : 66% !important;
	    }
	}
	.product-info-wrapper{
		padding: 10px 40px 22px 40px !important;
	}
	
	.slider-loader {
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: #fff url(../images/interface/infinite_loader.gif) center center no-repeat;
    opacity: 0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    height: 100%;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
}

/* ------------------------------------- */
/* HEADER PROMOTION MESSAGE MOBILE AU*/
/* ------------------------------------- */
@media screen and (max-width:767px){
	.header-promo-message-custom-mobile.show-mobile {
	    background: #d9d9d9;
	    width: 100%;
	    text-align: center;
	}
	
	/* pull down suggestion search on mobile */
	.pull-down-suggestion-mobile .content-asset {
	    display: none;
	    font-size: 12px;
	    width: 100%;
	    border:  1px solid #eee;
	    color: #595959
	}
	
	dd.search-suggestion-keyword {
	    padding: 2px 0;
	}
	
	dl.search-suggestion-title-parent {
	    margin: 5px 10px;
	}
	dd.suggestion-keyword {
    margin: 0 10px;
	}

	.suggestion-keyword a {
	    padding-top: 5px;
	    padding-left: 10px;
	    display: block;
	    color: #595959
	}
}

@media screen and (max-width:767px){
	.aset-one-line{
		white-space: nowrap;
	}	
	.header-promo-message-custom-mobile.show-mobile {
	    background: #d9d9d9;
	    width: 100%;
	    text-align: center;
	}

	.header-promo-message-custom-mobile.show-mobile .content-asset {
	    line-height: 1.5;
	    font-size: 13px;
		width: 100%;
	    margin: auto;
	    vertical-align: middle;
	    text-align: center;
	    padding: 5px 0;
	}
	
	/* pull down suggestion search on mobile */
	.pull-down-suggestion-mobile .content-asset {
	    display: none;
	    font-size: 12px;
	    width: 100%;
	    border:  1px solid #eee;
	    color: #595959
	}
	
	dd.search-suggestion-keyword {
	    padding: 2px 0;
	}
	
	dl.search-suggestion-title-parent {
	    margin: 5px 10px;
	}
	dd.suggestion-keyword {
    margin: 0 10px;
	}

	.suggestion-keyword a {
	    padding-top: 5px;
	    padding-left: 10px;
	    display: block;
	    color: #595959
	}
}

@media screen and (max-width: 767px){
	.pdp-main .promotion{
		display: block;
	}
	.bonus-product-list-footer button {
		margin: 2% auto;
		display: block;
		float: none;
	}
	.bonus-product-summary h2 {
		text-align: center;
		width: 100%;
	}
	.bonus-product-summary li.selected-bonus-item {
		text-align: center;
	}
	.cart-promo .bonus-item-actions {
		padding: 10px 0 !important;
	}
}