/*
 *-----------------------------------------------------------------
 * Licensed Materials - Property of IBM
 *
 * WebSphere Commerce
 *
 * (C) Copyright IBM Corp. 2013, 2014 All Rights Reserved.
 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with
 * IBM Corp.
 *-----------------------------------------------------------------
 */

/* Fonts */
@import url(//fonts.googleapis.com/css?family=Quicksand);
/* END Fonts */

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address { 
    display: block; 
}
 
/*** Reset + basic styles ***/
.clear {
	clear: both;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.fl-lt{
	float:left !important;
}

.fl-rt{
	float:right !important;
}

.mtop-15{
	margin-top:15px;
}
.mtop-5{
	margin-top:5px;
}
.mtop-10{
	margin-top:10px;
}
.mtop-20{
	margin-top:20px;
}
.mlt-15{
	margin-left:15px;
}
.mlt-10{
	margin-left:10px;
}
.mrt-10{
	margin-right:10px;
}
.bord-btm{
	border-bottom:1px solid #ddd;
	padding-bottom: 20px;
  	margin-bottom: 15px;
}
.disabled-content{
	color:#999;
}
.visuallyhidden {  
	border: 0 !important;  
	clip: rect(0 0 0 0) !important; 
	height: 1px !important; 
	margin: -1px !important; 
	overflow: hidden !important; 
	padding: 0 !important; 
	position: absolute !important; 
	width: 1px !important; 
}

body {
	width: 915px;
	margin: 0 auto;
	padding: 0;
	color: #666;
	font-family: sans-serif;
	line-height: 14px;
	font-size: 12px;
	background: #060606 url(../images/global/body_bg.png) left top repeat-x;
}
a {
	color: #827a5e;
	cursor: pointer;
	text-decoration: underline;
}
.ie a:focus { 
	outline: 1px solid #4D90FE;
}
blockquote, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: normal;
}
button, input, textarea, select,.ie .select2 {
	margin: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
form, fieldset, iframe, img {
	margin: 0;
	padding: 0;
	border: 0;
}

dl, ol, ul {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
  	border-spacing: 0;
}
.capitalize{
	text-transform: capitalize;
}
.lowercase{
	text-transform: lowercase;
}

.visually-hidden { 
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px); 
	padding:0 !important;
	border:0 !important; 
	height: 1px !important; 
	width: 1px !important; 
	overflow: hidden; 
}

.btn-link { 
	color: #827a5e;
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: underline; 
	cursor: pointer; 
}
/* page level error styles*/
.page-level-error,
.modal-level-error, 
.international-error-msg {
  	padding: 5px;
 	color: #c70022;
  	font-weight: bold;
  	font-size: 11px;
  	font-family: arial;
}
.modal .modal-level-error {
	padding-left: 0;
}
/*.page-level-error-icon{
	float:left;
}*/
/*.page-level-error-content{
	float: left;
	margin-top: 7px;
	margin-left: 5px;
}*/

/* Page Template */
#page {
	position: relative;
	height: 100%;
	margin: 0 10px;
}
#page.page_checkout #checkout_crumb {
	background: #dbd8cf;
}

#page.page_checkout #mainContents {
	background: #ecebe6;
}

#page.page_checkout #mainContents .checkout_left {
	width: 64%;
	background: #F3F1EF;
	padding: 23px 23px 0;
	display:inline;
	float: left;
  	margin-bottom: 23px;
}

#page.page_checkout #mainContents .checkout_left #billingAddress1{
	background: #ffffff;
	padding: 20px;
}

#page.page_checkout #orderitemdetails.shopping_cart_box {
	background: #fff;
}
#page.page_checkout .right_column{
	float:left;
	width:30%;
}
#page .order_item_display.row {
	background: #dbd8cf;
	padding: 7px 15px;
}

/* Container */

#contentWrapper {
	background: #dbd8cf;
}

#content {
	background: #dbd8cf;
}

.top-overlay,
.primary-overlay {
	padding: 7px 14px 14px
}

.primary-overlay {
	padding-top: 10px;
	padding-bottom: 0;
	background: #dbd8cf url(../images/global/content/lc.png) repeat-x left top;
}

/* Typography */
h1, h2, h3, h4, .page-title {
	margin-bottom: 15px;
	line-height: 1.2;
	font-size: 1.64em;
}

h2 { font-size: 18px;  }
h3 { font-size: 17px; }

.title-line {
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 15px;
}
.uppercase{
	text-transform: uppercase;
}
.mbtm-10{
	margin-bottom:10px;
}
.mbtm-15{
	margin-bottom:15px;
}
.separatorspan{
	margin:0 5px;
}
.list-disc { margin: 10px 0 20px; }
.list-disc li {
	position: relative;
	padding-left: 15px;
}
.list-disc li:before {
	content: "\2022";
	position: absolute;
	left: 1px;
  	top: 3px;
}
.in-b {
	display: inline-block;
}
/* END Typography */

/* Messages */
.error-message,
.error {
	color: #c70022;
	font-weight: bold;
	font-size: 11px;
}
.error-space {
	display: block;
	margin-bottom: 8px;
}
/* END Messages */

/* Store Message */
.store_message {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
	min-width: 270px;
	width: 100%;
	max-width: 409px;
	display:none; 
}
.store_message .content {
	margin-top: 3px;
	padding-bottom: 45px;
	background: #fff;
	width: 100%;
	box-shadow: 0px 0px 10px -1px #666;
}
.store_message .content .close {
	float: right;
	color: #827a5e;
	cursor: pointer;
	background: url(../images/global/modal/modalClose.gif) no-repeat top left;
	width: 59px;
	height: 23px;
	text-indent: -9999px;
	outline: 0;
}
.store_message .content .message {
	margin: 10px 20px 0 20px;
}
.store_message .content .message .message_icon {
	width: 19px;
	float: left;
}
.store_message .content .message .message_text {
	margin: 0 20px;
	font-size: 12px;
	color: #4D4D4D;
	line-height: 16px;
	width: 100%;
}
/* END Store Message */

/* Utilities */
.tool-arrow {
	background: url(../images/global/shop_now_arrow.png) no-repeat 100% 50%;
}
.a-centered {
	text-align: center;
}
.img-full img { 
	width: 100%;
}
.text-note {
	margin-bottom: 14px;
}
.hr {
	margin-bottom: 10px;
  	padding-bottom: 5px;
  	border-bottom: 1px solid #ddd;
}
/* END Utilities */

/* Form */
input:required {
    box-shadow:none;
}
input, textarea, select,.ie .select2 { 
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	box-sizing: border-box;
}
input, textarea {
	border: 1px solid #B8B8B8;
	padding: 1px 6px 1px;
}
input[type="radio"],
input[type="checkbox"] {
	border: 0;
}
select {
	padding: 0 0 0 3px;
  	border: 1px solid #ccc;
  	height: 20px; 
}

select option,.ie .select2 option { padding-right: 10px; max-width:100%; }
.input-text {
	height: 20px;
}
.label-right {
	display: block;
	text-align: right;
	padding: 2px 10px 0 0;
}
.page_order_receipt .label-right{
	text-align:left;
}

.dijitError,
input.error,
textarea.error,
select.error,.ie .select2.error,.ie .select2 .select2-selection.error {
	background: #ffefe5;
	border: 1px solid #ffb686;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
input[type="radio"].error {
	border: 0;
	outline: 1px solid #ffb686;
}
.form-row {
	margin-bottom: 4px;
}
.form-row:after {
	content: "";
	display: table;
	clear: both;
}
.form-row label {
	padding: 2px 10px 0 0;
}
/* END Form */

/* Tooltip */
.tooltip-link {
	padding: 0 6px;
	text-decoration: underline;
	color: #000;
	cursor: text;
}
.tool-tip {
	position: absolute;
	left: -999px;
	top: -999px;
	z-index: 201;
}
.tool-tip p,
.tool-tip strong { color: #000; }
.tool-tip p {
	margin: 5px 0;
}
.tool-tip .list-disc {
	margin-bottom: 18px;
}
.tool-tip strong {
	font-size: 12px;
}

.tool-message,
.dijitTooltipContainer {
	padding: 10px;
	border-radius: 2px;
	line-height: 14px;
}
.tool-arrow,
.dijitTooltip .dijitTooltipConnector {
	width: 11px;
	height: 11px;
	margin: -5px 0 0;
	position: absolute;
	left: -10px;
	top: 50%;
}

.tool-error {
	max-width: 300px;
}
.tool-tip-left-align.tool-error {
	max-width: 200px;
}
.tool-error .tool-message,
.dijitTooltipContainer {
	background: #fdf2eb;
	border: 1px solid #f5c197;
	color: #EF5400;
	font-size: 12px;
	font-weight: bold;
}
.dijitTooltipLeft .dijitTooltipConnector {
	right: 3px;
	left: auto;
	top: 50% !important;
	background: url(../images/global/tooltips/frm_error_arrow.png) no-repeat right bottom;
}
.dijitTooltipRight .dijitTooltipConnector {
	left: 3px;
	top: 50% !important;
	background: url(../images/global/tooltips/frm_error_arrow.png) no-repeat left top;
}
.tool-error .tool-arrow {
	background: url(../images/global/tooltips/frm_error_arrow.png) no-repeat left top;
}
.tool-tip-left-align .tool-arrow {
	left: auto;
	right: -10px;
	background: url(../images/global/tooltips/frm_error_arrow.png) no-repeat right bottom;
}
.tool-info { width: 200px; }
.tool-info .tool-message {
	padding: 13px 10px;
	background: #E8F3FE;
  	border: 1px solid #ccd4db;
  	line-height: 12px;
}
.tool-info .tool-arrow {
	background: url(../images/global/tooltips/info_arrow.png) no-repeat left top;
}
/* ENDTooltip */

/* Buttons */

.button {
	background: #000 url(../images/global/buttons/btn_primary_r_up_bg.png) right no-repeat;
	display: inline-block;
	border: 0;
	cursor: pointer;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0 20px 0 0;
	text-align: center;
	text-decoration: none;
}
.button span {
	background: url(../images/global/buttons/btn_primary_l_up_bg.png) left no-repeat;
	display: block;
	white-space: nowrap;
	padding: 0 0 0 20px;
	height: 23px;
	line-height: 23px;
	color: #fff;
}
.button:hover {
	background: #655f49 url(../images/global/buttons/btn_primary_r_over_bg.png) right no-repeat;
}
.button:hover span {
	background: url(../images/global/buttons/btn_primary_l_over_bg.png) left no-repeat;
}

.button.btn-light {
	background: url(../images/global/buttons/btn_secondary_r_up_bg.png) right no-repeat
}
.button.btn-light span {
	background: url(../images/global/buttons/btn_secondary_l_up_bg.png) left no-repeat
}
.button.btn-light:hover {
	background: url(../images/global/buttons/btn_secondary_r_over_bg.png) right no-repeat;
}
.button.btn-light:hover span {
	background: url(../images/global/buttons/btn_secondary_l_over_bg.png) left no-repeat
}

.button.btn-add {
	background: #BF4B39 url(../images/global/buttons/btn_addcart_r_up_bg.png) right no-repeat;
}
.button.btn-add span {
	background: url(../images/global/buttons/btn_addcart_l_up_bg.png) left no-repeat;
}
.button.btn-add:hover {
	background: #95473B url(../images/global/buttons/btn_addcart_r_over_bg.png) right no-repeat;
}
.button.btn-add:hover span {
	background: url(../images/global/buttons/btn_addcart_l_over_bg.png) left no-repeat;
}

.button.btn-gray {
	background: url(../images/global/buttons/btn_secondaryround_r_up_bg.png) right no-repeat;
}
.button.btn-gray span {
	background: url(../images/global/buttons/btn_secondaryround_l_up_bg.png) left no-repeat;
}
.button.btn-gray:hover {
	background: url(../images/global/buttons/btn_secondaryround_r_over_bg.png) right no-repeat;
}
.button.btn-gray:hover span {
	background: url(../images/global/buttons/btn_secondaryround_l_over_bg.png) left no-repeat;
}

.button.btn-tertiary {
	background: url(../images/global/buttons/btn_tertiary_r.jpg) right no-repeat;
}
.button.btn-tertiary span {
	background: url(../images/global/buttons/btn_tertiary_l.jpg) left no-repeat;
	color: #333;
}
.button.btn-tertiary:hover {
	background: url(../images/global/buttons/btn_tertiary_r.jpg) right no-repeat;
}
.button.btn-tertiary:hover span {
	background: url(../images/global/buttons/btn_tertiary_l.jpg) left no-repeat;
}

.button.btn-up {
	text-transform: uppercase;
}

.button.btn-r-arr span span {
	padding: 0 20px 0 0;
	background: url(../images/cart/r_wht_arrow.png) right 7px no-repeat;
}

.basicButton {
	display: inline-block;
	position: relative;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbbb0b), to(#ee9505));
	background-image: linear-gradient(#fbbb0b, #ee9505);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fbbb0b', endColorStr='#ee9505')";
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	border-spacing: 0;
	vertical-align: middle;
}
.basicButton:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fed60c), to(#f8af06));
	background-image: linear-gradient(#fed60c, #f8af06);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fed60c', endColorStr='#f8af06')";
}
.basicButton > span {
	display: table-cell;
	height: 30px;
	padding: 0 15px;
	border: 1px solid #fdd466;
	border-radius: 3px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
}
/* END Buttons */

/* Department button */

.departmentButton {
	display: inline-block;
	position: relative;
	border-spacing: 0;
	vertical-align: middle;
	text-decoration: none;
}
.departmentButton.selected {
	color: #666;
	background: #B9B6A3;
}
.departmentButton > span {
	display: table-cell;
	max-width: 196px;
	height: 32px;
	padding: 0 10px;
	border-radius: 3px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	color:#f5f5f5;
	text-transform: uppercase;
}
.departmentButton.selected > span {
	border-color: #666;
}

/* Menu */

.basicMenu {
	display: none;
}
.basicMenu.active {
	display: block;
	position: absolute;
	top: 100%;
	z-index: 20;
	background-color: #666;
	border: 1px solid #666;
	border-radius: 0 0 4px 4px;
}
.basicMenu > h3, .basicMenu > .closeButton {
	display: none;
}
.basicMenu > ul {
	margin: 0;
	padding: 0 16px 16px 16px;
	list-style: none;
}
.basicMenu > ul > li {
	padding: 8px 0;
	border-bottom: 1px solid #c9cece;
}
.basicMenu > ul > li > a {
	display: block;
	margin: 0 -8px;
	padding: 8px;
}
.basicMenu > ul > li > span {
	display: block;
	padding: 8px 0;
}

/* Underline decoration */

.basicMenu a, .departmentMenu a, #quickLinksBar > li > a, #searchFilterButton {
	text-decoration: none;
}
.basicMenu a:hover, .departmentMenu a:hover, #quickLinksBar > li > a:hover, #searchFilterButton:hover, .product_info > .product_name > a:hover {
	text-decoration: underline;
}

/* Arrow decoration */
/*
.departmentButton:after, #quickLinksButton:after, #widget_minishopcart:after, #departmentsButton:after, #searchButton:after, .pageControlButton:after {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	right: 3px;
	bottom: 3px;
	background-image: url("../images/responsive/rwdUI.png");
	background-position: -101px -1px;
}
*/
.departmentButton.selected:after {
	content: " ";
	background-position: -21px -21px;
}
#quickLinksButton:after {
	bottom: 10px;
	background-position: -121px -1px;
}
#widget_minishopcart:after, #departmentsButton:after, #allDepartmentsButton:after, #searchButton:after {
	background-position: -121px -1px;
}
#quickLinksButton.selected:after, #widget_minishopcart.selected:after, #departmentsButton.selected:after, #allDepartmentsButton.selected:after, #searchButton.selected:after {
	content: " ";
	background-position: -241px -21px;
}
.pageControlButton:after {
	background-position: -141px -1px;
}

/* Marketing content */
.left_espot {
	position: relative;
}
.left_espot img {
	max-width: 100%;
}
.left_espot.centered {
	text-align: center;
}
.left_espot.centered > a,
.left_espot.centered > img {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}
.left_espot.centered > a > img {
	display: block;
	max-width: 100%;
}
.espot-block {
	margin: 9px 0 0;
}
.espot-block:first-child {
	margin-top: 0;
}

.subcategory-banner-plus-bg-img {
	position: relative;
}

.subcategory-banner-description {
	position: absolute;
	top: 30px;
 	left: 40px;
  	width: 47%;
  	box-sizing: border-box;
}

.subcategory-banner-header {
	color: #fff;
	font-size: 24px;
	padding: 0;
	margin: 0 0 18px;
}

.subcategory-banner-content {
	color: #fff;
	font-size: 11px;
}

.subcategory-espot-wrapper-link {
	display: block;
}

/* END Marketing content */

/* Free Shipping Bottom */
.free-ship-bottom {
	margin: 17px 0 20px 3px;
	background: url(../images/wcm/free-shipping-bottom-bg.png) no-repeat scroll 0 0;
	background-size: cover;
	height: 69px;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
}
.free-ship-bottom a {
	display: block;
	height: 100%;
	overflow: hidden;
	color: #fff;
}
.free-ship-left {
	float: left;
	width: 108px;
	margin: 5px 27px 10px 33px;
}
.free-ship-content {
	float: left;
	margin: 5px 1px 10px 0;
}
/* END Free Shipping Bottom */

/* Subscribe button */

.subscribeButton {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
	background-color: rgba(0,0,0,0);
	line-height: 0;
}
.subscribeButton:before {
	content: url("../images/responsive/rss_feed.png");
}

/*** Grid system ***/

/* Win Gift Card */
.win-gift {
	position: relative;
	max-width: 426px;
	margin: 10px 0 18px;
	height: 78px;
}
.win-gift-body {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
}
.win-gift-body a {
	color: #827A5E;
	text-decoration: underline;
}
.win-gift-body a:hover {
	text-decoration: none;
}
.win-gift-body input {
	max-width: 158px;
}
.win-gift .button {
	padding: 0 15px 0 0;
}
.win-gift .button span {
	padding: 0 0 0 15px;
}
.win-gift-form {
	padding: 0 78px 0px 110px;
}
.win-gift-more {
	position: absolute;
	right: 10px;
	bottom: 7px;
	width: 72px;
	line-height: 13px;
	font-size: 11px;
}

/* END Win Gift Card */

.rowContainer,
.rowContainer > .row { padding: 0; }
.rowContainer > .row.margin-true {
	padding: 0 5px;
}
.rowContainer > .row.margin-true.subcategory-main {
	background: url(../images/global/content/lc.png) repeat-x left top;
	padding: 0 5px;
}
.row.margin-true > div > div { margin: 10px 10px; }
.row.margin-true > div > div:first-of-type { margin-top: 8px; }
.row.margin-true > div > div:last-of-type { margin-bottom: 5px; }
.row.margin-true > div > .row { margin: 0 !important; }

.subcategory-main > .col3 { width: 186px; }
.subcategory-main > .col9 { width: 698px; }
.row.margin-true.subcategory-main > .col3 > div,
.row.margin-true.subcategory-main > .col3 > nav { margin: 5px 5px 5px 9px; } 
.row.margin-true.subcategory-main > .col9 > div,
.row.margin-true.subcategory-main > .col9 > nav { margin: 5px 10px 5px 0; } 
.row.margin-true.subcategory-main .left_espot.centered { text-align: left; }

.row.row-margin { padding: 0 10px; }
.row.row-margin .row-margin { margin: 0; }
.row.row-margin > div > div {
	margin: 8px 4px 0;
}

.row.row-margin-tier { padding: 0 10px; }
.row.row-margin-tier .row-margin,
.row.row-margin-tier .row-margin-tier { margin: 0 -4px; padding: 0; }
.row.row-margin-tier > div {
	padding: 8px 4px 0;
	box-sizing: border-box;
}
 
.row-overlay {
	background: url(../images/global/content/lc.png) repeat-x left top;
}
.row.row-overlay { 
	margin-top: 14px;
	padding-top: 10px;
}
.row.row-empty {
	margin-top: 6px;
}
.row.row-margin-tier.row-overlay {
	padding-top: 2px;
}

.row-promotion-grid > .col3 {
	width: 230px;
}
.row-promotion-grid > .col6 {
	width: 415px;
}
/* Row */

.row:after {
	content: "";
	display: block;
	clear: both;
}
.row > div { float: left; }
.row > .right { float: right; }

/* Columns */

.col1 { width: 8.333333%; }
.col2 { width: 16.666666%; }
.col3 { width: 25%; }
.col4 { width: 33.333333%; }
.col5 { width: 41.666666%; }
.col6 { width: 50%; }
.col7 { width: 58.333333%; }
.col8 { width: 66.666666%; }
.col9 { width: 75%; }
.col10 { width: 83.333333%; }
.col11 { width: 91.666666%; }
.col12 { width: 100%; }

.col { width: 100%; float:left; }

/*
 * RWD-A - 0-600px
 * RWD-B - 601px-1280px
 * RWD-C - 1281px+
 */

/* Grid system - RWD-A */

@media (max-width: 600px) {
	.acol1 { width: 8.333333%; }
	.acol2 { width: 16.666666%; }
	.acol3 { width: 25%; }
	.acol4 { width: 33.333333%; }
	.acol5 { width: 41.666666%; }
	.acol6 { width: 50%; }
	.acol7 { width: 58.333333%; }
	.acol8 { width: 66.666666%; }
	.acol9 { width: 75%; }
	.acol10 { width: 83.333333%; }
	.acol11 { width: 91.666666%; }
	.acol12 { width: 100%; }
	.rowContainer > .row.margin-true {
		padding-left: 0;
		padding-right: 0;
	}
	.row.margin-true > div > div {
		margin-left: 0;
		margin-right: 0;
	}

	.a-offset-0 { margin-left: 0%; }
	.a-offset-1 { margin-left: 8.33333%; }
	.a-offset-2 { margin-left: 16.66667%; }
	.a-offset-3 { margin-left: 25%; }
	.a-offset-4 { margin-left: 33.33333%; }
	.a-offset-5 { margin-left: 41.66667%; }
	.a-offset-6 { margin-left: 50%; }
	.a-offset-7 { margin-left: 58.33333%; }
	.a-offset-8 { margin-left: 66.66667%; }
	.a-offset-9 { margin-left: 75%; }
	.a-offset-10 { margin-left: 83.33333%; }
}

/* Grid system - RWD-B */
@media (min-width: 601px) {
	.bcol1 { width: 8.333333%; }
	.bcol2 { width: 16.666666%; }
	.bcol3 { width: 25%; }
	.bcol4 { width: 33.333333%; }
	.bcol5 { width: 41.666666%; }
	.bcol6 { width: 50%; }
	.bcol7 { width: 58.333333%; }
	.bcol8 { width: 66.666666%; }
	.bcol9 { width: 75%; }
	.bcol10 { width: 83.333333%; }
	.bcol11 { width: 91.666666%; }
	.bcol12 { width: 100%; }

	.b-offset-0 { margin-left: 0%; }
	.b-offset-1 { margin-left: 8.33333%; }
	.b-offset-2 { margin-left: 16.66667%; }
	.b-offset-3 { margin-left: 25%; }
	.b-offset-4 { margin-left: 33.33333%; }
	.b-offset-5 { margin-left: 41.66667%; }
	.b-offset-6 { margin-left: 50%; }
	.b-offset-7 { margin-left: 58.33333%; }
	.b-offset-8 { margin-left: 66.66667%; }
	.b-offset-9 { margin-left: 75%; }
	.b-offset-10 { margin-left: 83.33333%; }
}

/* Grid system - RWD-C */

@media (min-width: 1281px) {
	.ccol1 { width: 8.333333%; }
	.ccol2 { width: 16.666666%; }
	.ccol3 { width: 25%; }
	.ccol4 { width: 33.333333%; }
	.ccol5 { width: 41.666666%; }
	.ccol6 { width: 50%; }
	.ccol7 { width: 58.333333%; }
	.ccol8 { width: 66.666666%; }
	.ccol9 { width: 75%; }
	.ccol10 { width: 83.333333%; }
	.ccol11 { width: 91.666666%; }
	.ccol12 { width: 100%; }
	.rowContainer,
	.rowContainer > .row { padding: 0; }
	
	.rowContainer > .row.row-margin { padding: 0 10px; }
	.c-offset-0 { margin-left: 0%; }
	.c-offset-1 { margin-left: 8.33333%; }
	.c-offset-2 { margin-left: 16.66667%; }
	.c-offset-3 { margin-left: 25%; }
	.c-offset-4 { margin-left: 33.33333%; }
	.c-offset-5 { margin-left: 41.66667%; }
	.c-offset-6 { margin-left: 50%; }
	.c-offset-7 { margin-left: 58.33333%; }
	.c-offset-8 { margin-left: 66.66667%; }
	.c-offset-9 { margin-left: 75%; }
	.c-offset-10 {  margin-left: 83.33333%; }
}

/* wc/widget/Grid - fluid grid responsive to container width */

.grid {
	margin: 0;
	padding: 0; 
	list-style: none;
}
.grid > li {
	display: inline-block;
	vertical-align: top;
}



/*** Header ***/
#headerWrapper {
	position: relative;
}
#header {
	position: relative;
	font-size: 11px;
	font-weight: 400;
	line-height: normal; /* Needed because of bad CSS reset */
	z-index: 10;
	margin: 0 auto;
	padding-top: 23px;
	height: 140px;
	background: url("../images/global/header_bg.png") no-repeat scroll 5px 0 rgba(0, 0, 0, 0);
}
#header:before {
	content: "";
	display: none;
	height: 0px;
	background-image: url("../images/responsive/masthead_top_bg.png");
}
#headerRow1 {
	position: relative;
	height: 110px;
}
.checkout-header #headerRow1 .seal2{
	float: right;
  	width: 100px;
}
.checkout-header #headerRow1 .seal2 .verisign-link{
	  float: left;
}
.checkout-header{
	padding-top:0 !important;
	  height: auto !important;
}
.checkout-header .contentRecommendationWidget{
	margin-top:5px !important;
}
.checkout-header #headerRow1 .seal2 .ssl-link{
	color: #000000;
	text-decoration: none;
	font: bold 7px verdana,sans-serif;
	letter-spacing: .5px;
	text-align: center;
	width: 97px;
	float: right;
} 
.checkout-header #headerRow2{
	 height: 32px;
}
.checkout-header #checkout_help{
	float:right;
	color: #fff; 
	margin-top: 15px;
}
#headerRow1 a {
	color: #fff;
} 
#headerRow2 {
	position: relative;
	/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e8e9), to(#dce2e1));
	background-image: linear-gradient(#e5e8e9, #dce2e1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e5e8e9', endColorStr='#dce2e1')";
	border-top: 1px solid #c9cece;
	border-bottom: 1px solid #c9cece;
	*/

	background: #3f3f3f; /* Old browsers */
	background: -moz-linear-gradient(top,  #3f3f3f 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3f3f3f 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3f3f3f 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3f3f3f 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3f3f3f 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
#headerRow1:after, #headerRow2:after {
	content: "";
	display: block;
	clear: both;
}

/* Logo */

#logo {
	position: absolute;
	z-index: 1;
	height: 107px;
	width: 129px;
	left: -10px;
	padding: 0;
}
#logo .contentRecommendationWidget,
#logo .contentRecommendationWidget > .left_espot,
#logo .contentRecommendationWidget > .left_espot > a,
#logo .contentRecommendationWidget > .left_espot > a > img,
#logo .genericESpot {
	height: 100%;
	max-width: none;
}

/* header slogan */
.header-slogan {
	position: absolute;
	top: 53px;
	left: 121px;
	color: #fff;
	font: 19px 'Quicksand', sans-serif;
	text-shadow: 0px 1px 5px #454545;
}

/*** Quick links bar ***/
#quickLinksBar {
	margin: 0;
	padding: 7px 0 0;
	color: #fff;
	list-style: none;
	text-align: right;
	vertical-align: top;
	font-size: 12px;
}
#quickLinksBar > li {
	display: inline-block;
	border-right: 1px solid #c9cece;
	text-align: left;
	vertical-align: middle;
	padding: 0 7px;
	margin: 0 0 5px;
}
#quickLinksBar > li:last {
	border-right: none;
}
#quickLinksBar > li.hidden {
	position: absolute;
	visibility: hidden;
}
#quickLinksBar > li.separator-false {
	border-right: 0 none;
}
#quickLinksBar > li > a {
	display: inline;
	position: relative;
	max-width: 200px;
}
#quickLinksBar > li > span {
	display: block;
	padding: 0 15px;
}
#quickLinksBar > li > a > br {
	display: none;
}
#quickLinksBar .spanacce {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
#quickLinksMenu.active {
	right: 15px;
	width: 298px;
}
.quick-links-item { display: none; }


#headerBottom {
	width: 85%;
	position: relative;
	float: right;
}

#headerBottom li {
	display:inline;
	list-style-type:none;
	float:left;
	font-size: 20px;
	color: #f5f5f5;
}

#headerBottom li.headerSlogan {
	width: 65%;
	font-family: 'Molengo', sans-serif;
	padding-top: 25px;
}

#headerBottom li.headerCartPlaceholder {
	width: 35%;
	padding-top: 15px;
}

/* International */
.header-international-container {
	float: right;
	padding: 8px 12px;
	color: #fff;
	line-height: 50px;
} 
.header-international-label {
	text-decoration: underline;
}
.header-international-img {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
/* EO International */

/* Language Currency */
.modal-wrapper.modal-language-currency { width: 790px; }
.modal-language-currency .modal-body {
	  padding: 10px 22px 20px;
}
.language-currency-content {
	margin-right: 35px;
}
.language-currency-title {
	margin: 0 0 12px; 
	font-weight: bold; 
}
.language-currency-selectors {
	overflow: hidden;
  	background: #dbd8cf;
  	padding: 12px;
  	margin: 4px 0 16px;
}
.language-currency-selector {
	float: left;
}
.language-currency-selector:first-child {
	padding-right: 20px;
}
.language-currency-selector select,.ie .language-currency-selector .select2 {
	width: 200px;
	height: 22px;
}
.language-currency-foot {
  	margin: 0 4px 20px;
	text-align: right;
}
.language-currency-foot .button {
	min-width: 180px;
}
.language-currency-foot .button-container {
	margin: 0 0 12px;
}
.language-currency-phrase {
	margin: 0 0 25px;
	font-size: 14px;
}
/* EO Language Currency */

/* Mini cart */
.mini-cart {
	float: right;
	width: 208px;
	padding-left: 37px;
	margin-top: 10px;
	background: url("../images/checkout/garment_bag.png") no-repeat top left;
	min-height: 42px;
}
/* To fix JECOM-2927*/
#MiniShopCartProductAdded{
	box-shadow: 0 0 2px 2px;
  	border-radius: 2px;
}
#progress_bar{
	  box-shadow: 0 0 2px 2px;
	  background-color: #FFF;
	  border-radius: 2px;
}
#widget_minishopcart { 
	display: none;
} 
#cartDropdown {
	position: relative;
	width: 324px;
	background: #fff;
	box-shadow: 0px 0px 16px -1px #666;
	font-size: 12px;
	color: #666;
}
#cartDropdown h3 {
	padding: 33px 62px 0 14px;
	margin: 0;
	line-height: 10px;
}
#cartDropdown .product {
  	width: 100%;
}
#cartDropdown .service_entry {
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #edeff0;
}
#cartDropdown .product_wrapper {
	padding: 0 0 10px;
	overflow: hidden;
}
#cartDropdown .product_image {
	float: left;
	width: 84px;
}
#cartDropdown .product_entry {
	float: right;
	width: 176px;
	padding-left: 12px;
}
#cartDropdown .product_name {
	font-weight: bold;
}
#cartDropdown .product_quantity {
	margin: 8px 0 0;
}
#cartDropdown .product_price {
	margin: 1px 0; 
}
#cartDropdown .product_service_price {
	float: right;
	padding: 0 0 10px 10px;
}
#cartDropdown .product-msg {
	margin: 4px 0 0;
}
#cartDropdown .closeButton {
	position: absolute;
	top: 0;
	right: 0;
	color: #827a5e;
	cursor: pointer;
	background: url(../images/global/modal/modalClose.gif) no-repeat top left;
	width: 59px;
	height: 23px;
	text-indent: -9999px;
	outline: 0;
}
#cartDropdown .content {
	padding: 14px 0;
	margin: 0 14px;
    border-top: solid 1px #d9d9d9;
}
#cartDropdown .footer {
	margin: 0 14px;
	padding: 13px 0;
  	border-top: 1px solid #edeff0;
  	text-align: right;
}
#cartDropdown #freeShippingMessage {
	margin-top: 2px;
	color: #ff0000;
	font-weight: bold;
}
.mini-cart-info > div {
	display: inline-block;
}
#miniCartOrderTotalQuantity {
	font-weight: bold;
}
#miniCartOrderTotalAmount {
	margin-left: 30px;
}
#cartDropdown .footer .button {
	margin: 16px 0 0;
}
.minicartbag {
	display: inline-block;  
	color: #c7c8a2;
}
.minicartbag .uline {
	text-decoration: underline;
}
.freeShip {
	display: block;
	margin: 5px 0 0;
	padding: 0 5px;
	background: #9C2715;
	line-height: 17px;
}
/* END Mini cart */

/* Departments bar */
#departmentsButton {
	display: none;
}
#departmentsMenu {
	padding: 0;
	list-style: none;
	height: 32px;
	position: relative;
}
#departmentsMenu > li {
	float: left;
}
#departmentsMenu > li.hidden {
	position: absolute;
	visibility: hidden;
}
#departmentsMenu > li > .link,
#departmentsMenu > li > .toggle {
	display: none;
}

/* Department menu */
.departmentMenu > .header {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #ffa200;
	font-size: inherit;
}
.departmentMenu > .header > .link {
	display: block;
	margin: 0 -8px;
	padding: 8px;
	font-weight: bold;
}
.departmentMenu > .header > .toggle {
	display: none;
}
.departmentMenu > li {
	padding: 8px 0;
	border-bottom: 1px solid #ffa200;
}
.departmentMenu > li > a {
	display: block;
	margin: 0 -8px;
	padding: 8px;
	font-weight: bold;
}
.departmentMenu .contentRecommendationWidget ul .categoryEspotHeader {
	color: #C7C8A2;
}
#allDepartmentsMenu {
	width: 240px;
	padding-bottom: 16px;
}
.departmentMenu .categoryListSection {
	float:left;
}
.departmentMenu .categoryEspotSection {
	float:right;
}
.departmentMenu .category_photo img {
	border: 1px solid #767664;
	box-sizing: border-box;
}
/* END Departments bar */

/* Category Navigation */
.categoryNavWidget .section_list {
	padding-top: 10px;
}
.categoryNavWidget .section_list li.leftNav0 {
	display: none;
}
.categoryNavWidget .section_list li.leftNav1 {
	font-weight: bold;
	margin-bottom: 12px;
}
.categoryNavWidget .section_list li.leftNav1.top-item {
	font-size: 11px;
	margin-bottom: 8px;
}
.categoryNavWidget .section_list a {
	color: #000;
	text-decoration: none;
}
.categoryNavWidget .leftNavList {
	margin: 0 0 14px;
} 
.categoryNavWidget .leftNavList li {
	padding: 0 0 6px;
} 

.left-nav-shop-by .categoryEspotHeader {
	margin: 0 0 6px;
	padding: 0;
	font-size: 11px;
}
.left-nav-shop-by li {
	padding: 0 0 3px;
}
.left-nav-shop-by a {
	color: #000;
}
.left-nav-shop-by a:hover {
	text-decoration: underline;
}
/* END Category Navigation */

/* Top navigation */
/** Shop By **/
.shop-by {
	color: #000;
	margin: 0 18px 0 0;
}
.shop-by a {
	color: #000;
	text-decoration: underline;
}
.shop-by a:hover {
	text-decoration: none;
}
.shop-by-links a {
	display: inline-block;
	padding: 3px 9px;
}
/** END Shop By **/
/** Sweepstakes **/
.sweep-action {
	text-align: right;
}
.sweep-panel {
	display: none;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 165px;
}

.sweep-main-body {
	position: relative;
}
.sweep-main-form {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 26px;
}
.sweep-close {
	background: #dbd8cf url(../images/sweeps/500sweeps-fly_close.gif) 85% 55% no-repeat;
	display: block;
	text-indent: -9999px;
	height: 28px;
	cursor: pointer;
}
.sweep-main-body a {
	color: #827A5E;
	text-decoration: underline;
}
.sweep-main-body a:hover {
	text-decoration: none;
}
.sweepstakes-sign-box.box {
	padding: 20px;
}
.sweepstakes-sign-up {
	margin: 0 0 40px;
}
.sweepstakes-sign-up p {
	margin: 0 0 10px;
}
.sweepstakes-sign-up .button {
	margin: 5px 0 0 3px;
}
/** END Sweepstakes **/
.top-navigation {
	margin-bottom: 0px;
}
.top-navigation:after {
	content: "";
  	display: table;
  	clear: both; 
}
.top-navigation .shop-by {
	float: left;
}
.top-navigation .top-free-ship {
	float: left;
}
.top-navigation .sweep-action {
	float: right;
	margin: -2px -10px 0px 0;
	padding: 1px;
}
/* END Top navigation */


/* Breadcrumbs */
.breadcrumb {
	font-size: 11px;
	margin: 10px 0 14px 14px;
}
.breadcrumb a {
	color: #000;
	text-decoration: underline;
}
.breadcrumb .divider {
	margin: 0 2px;
}
.breadcrumb .current {
	color: #666;
}
.breadcrumb a:hover {
	text-decoration: none;
}

#widget_breadcrumb { 
	padding: 6px 10px;
	margin-bottom: 0;
}
#widget_breadcrumb .page-level-error {
	padding: 10px 0 0;
}
#widget_breadcrumb > ul {
	padding: 0;
	list-style-type: none;
}
#widget_breadcrumb > ul li {
	display: inline;
	color: #CA4200;
	font-size: 11px;
	margin:0;
}
#widget_breadcrumb > ul li a{
	text-decoration: underline;
	color: #000;
	font-size: 11px;
}
#widget_breadcrumb > ul li:hover a{
	text-decoration: underline;
}
#widget_breadcrumb > ul li.current {
	color: #666;
}
#widget_breadcrumb > ul span.divider,
#widget_breadcrumb > ul li.divider {
	display: inline-block;
	margin: 0 3px 0 6px;
	color: #000;
	font-size: 12px;
  	vertical-align: middle;
}
.breadcrumb-title {
	display: inline;
    padding: 0;
    margin: 0;
	font-size: 11px;
	line-height: 14px;   
}
/* END Breadcrumbs */

/* Category list */
.departmentMenu {
	display: none;
	position: absolute;
	top: 100%;
	padding: 10px 15px;
	background: #323231;
	font-size: 12px;
}
.departmentMenu.active {
	display: block;
}
.departmentMenu.active .categoryList {
	padding: 0 20px 0 0;
	max-width: 510px;
	height: 390px;
	float: left;
	
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
    flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dj_ff27 .departmentMenu.active .categoryList {
	display:block !important;
}
.departmentMenu.active > .categoryEspot {
	float: left;
	max-width: 150px;
}
.categoryEspot li {
	color: #f5f5f5;
	padding: 2px 0;
}
.categoryEspot li a {
	color: #f5f5f5;
}
.categoryList > li {
	width: 150px;
}
.categoryList > li.expand,
.categoryList > li.list {
	margin: 0 5px 10px 0;
	float: left;
}
.categoryList > li.more {
	display: block;
}
.categoryList > li > a,
.categoryList > .column > li > a {
	display: block;
	margin: 0 -8px;
	padding: 4px 8px;
	font-weight: bold;
	color: #C7C8A2;
}
.departmentMenu.active[aria-label='Pants'] { right: 0; }
.departmentMenu.active[aria-label='Sportswear'] { right: 0; }
.departmentMenu.active[aria-label='Shoes and Accessories'] { right: 0; }
/* Commenting below line of code to address JECOM-2536*/
/*.departmentMenu.active[aria-label='Tuxedos'] { right: 0; }*/
.departmentMenu.active[aria-label='Big And Tall'] { right: 0; }

.departmentMenu.active[aria-label="Dress Shirts"] .categoryList,
.departmentMenu.active[aria-label="Sportcoats"] .categoryList,
.departmentMenu.active[aria-label='Ties'] .categoryList,
.departmentMenu.active[aria-label='Outerwear'] .categoryList,
.departmentMenu.active[aria-label='Tuxedos'] .categoryList {
	height: inherit;
}
.departmentMenu.active[aria-label="Suits"] .categoryList {
	width: 470px;
	height: 320px;
}
.departmentMenu.active[aria-label='Pants'] .categoryList {
	width: 470px;
	height: 220px;
}
.departmentMenu.active[aria-label='Sportswear'] .categoryList {
	width: 470px;
	height: 440px;
}
.departmentMenu.active[aria-label='Shoes and Accessories'] .categoryList {
	width: 470px;
}
.departmentMenu.active[aria-label='Big And Tall'] .categoryList {
	width: 630px;
	max-width: 630px;
	height: 480px;
}
/* fallback for ie 8, 9 */
.dj_ie8 .departmentMenu.active .categoryList,
.dj_ie9 .departmentMenu.active .categoryList {
	height: inherit;
	width: inherit;
}
.dj_ie8 .departmentMenu.active[aria-label='Big And Tall'] .categoryList > li,
.dj_ie9 .departmentMenu.active[aria-label='Big And Tall'] .categoryList > li {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.categoryList > li.more > a {
	font-weight: bold;
	text-transform: uppercase;
}

/* Subcategory list */
.subcategoryList > li > a {
	display: block;
	margin: 0 -8px;
	padding: 2px 8px;
	color: #f5f5f5;
}

/* Catalog Blocks */
.cat-block {
	padding: 14px;
	min-height: 210px;
	background: #fff;
	color: #000;
}
.cat-block-title {
	margin: 0 0 12px;
	font-size: 17px;
}
.cat-block-title a {
	font-weight: bold;
	color: #000;
}
.cat-block-img {
	height: 74px;
	overflow: hidden;
}
.cat-block-text {
	padding: 16px 0 0;
	position: relative;
	font-size: 11px;
}
.cat-block-text p {
	padding: 16px 0 0;
}
.cat-block-text .tool-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #827a5e;
	text-decoration: underline;
}
.cat-block-text .tool-arrow:hover {
	text-decoration: none;
}
/* END Catalog Blocks */


/* Sign-in page */
.sign-in-content {
	padding-left: 9px;
}
.my-account-error {
	display: block;
	margin: 8px 0 16px;
}
.sign-in-block {
	margin-bottom: 37px;
	padding: 14px;
	background: #fff;
}
.sign-in-block .input-text {
	width: 232px;
}
.sign-in-block .label-right {
	white-space: nowrap;
}
.sign-in-block .row {
	margin: 0 4px 8px;
}

.sign-in-block .myaccount_error {
	color: #CA4200;
}

.sign-in-block .myaccount_link {
	color: #827a5e;
	text-decoration: underline;
}
.sign-in-block .myaccount_link:hover {
	text-decoration: none;
}

.sign-in-head {
	overflow: hidden;
	margin: 0 0 23px;
	padding: 0 0 14px;
	border-bottom: 1px solid #d8d6d0;
}
.sign-in-head-text {
	float: left;
	font-size: 14px;
}
.sign-in-head-info {
	float: right;
	font-size: 11px;
}
.sign-in-block-foot {
	text-align: right;
}
.ft-11{
	font-size:11px;
}
.mbtm-40{
	margin-bottom:40px;
}
.sign-in-box {
	border: 1px solid #d8d6d0;
	padding: 20px 25px;
	color: #666;
}
.sign-in-box h3 {
	color: #000;
	margin: 0 0 8px;
}
.registration-subscribe {
	padding: 10px 0 5px;
	font-size: 10px;
}
.registration-subscribe input {
	float: left;
}
.registration-subscribe label {
	display: block;
	margin-left: 18px;
}

.sign-in-tip {
	padding: 10px 0 0;
}

/* END Sign-in page */

/* Forgot Password */
.board {
	background: #F3F1EF;
}
.forgot-password .board {
	margin: 0 0 30px;
	padding: 23px;
	width: 460px;
	font-size: 11px;
}
.forgot-password .board p {
	margin: 0 0 12px;
	line-height: inherit;
}
.forgot-password .board .input-text {
	width: 206px;
	margin: 0 6px 0 8px;
	height: 23px;
}
.form-update-password .form-row label {
	padding: 6px 0 0 0;
  	display: inline-block;
}
.form-update-password .button {
	margin: 27px 0 0;
}
.forgot-password .page-level-error {
	padding: 0;
}
/* END Forgot Password */

/* My Account */
.box {
	padding: 14px;
	background: #fff;
}
.row-two-column > .col3 {
	width: 176px;
}
.row-two-column > .col9 {
	float: right;
	width: 698px;
}
.row-three-column > .col9 {
	width: 515px;
}
h1.my-account-header {
	font-size: 18px;
}
.my-account-header {
	margin-bottom: 15px;
}
.my-account-header h2 {
	margin-bottom: 0;
}
/** My Account Menu **/
.account-navigation {
	margin: 10px 10px 20px 0;
}
.account-navigation-head {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px;
}
.account-navigation li {
	color: #171717;
	line-height: 12px;
	padding-bottom: 6px;
}
.account-navigation li a {
	color: #171717;
	display: block;
	text-decoration: none;
}
.account-navigation li a:hover {
	text-decoration: underline;
}
.account-navigation .header {
	display: none;
}
.link-list {
	overflow: hidden;
}
.link-list a {
	float: left;
	padding-left: 8px;
	margin-left: 8px;
	border-left: 1px solid #666;
	color: #827a5e;
	text-decoration: underline;
}
.link-list a:first-child {
	margin: 0;
	padding: 0;
	border: 0;
}
/** END My Account Menu **/
/* EO My Account */

/* Welcome board */
.welcome-board {
	padding: 13px;
	background: #f3f1ef;
	font-size: 11px;
}
.welcome-board h2 {
	padding-bottom: 8px;
}
.welcome-board .box {
	margin: 10px 0 0;
	padding: 22px 24px;
}
.welcome-board-item {
	margin-top: 10px;
}
.welcome-board-item:first-child {
	margin-top: 0;
}
.welcome-board-title {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 16px;
}
.welcome-board-title a {
	font-size: .8em;
	font-weight: normal;
	text-decoration: underline;
}
/* END Welcome board */

/* Order History */
.dash-recent-orders .sort-by {
	margin-bottom: 14px;
}
.order-item-head:after {
	content: "";
	display: table;
	clear: both;
}
.order-item-date {
	float: left;
	margin: 0 0 5px;
}
.order-item-more {
	float: right;
}
.order-item-entry {
	line-height: 14px;
}
/* END Order History */

/* Order Details */
.order-common-info p {
	margin: 0 0 10px;
}
.order-details-content .vcard {
	margin: 4px 0 0;
}
.order-details-content .vcard p {
	margin: 0 0 3px;
}
.order-shipping-info,
.order-tracking-info,
.order-billing-info {
	margin: 0 0 18px;
}
.order-details-content {
	float: left;
	width: 400px;
}
.order-info {
	float: right;
	margin: 10px 0;
	width: 230px;
	background: #f5f5f5;
  	border: 1px solid #d5d5d5;
}
.order-info .totals {
	padding: 10px;
}
.order-info .order-product {
	padding: 10px 10px 10px 5px;
	border-bottom: 1px solid #ddd;
}
.order-info .order-details-header {
	padding: 10px 10px 10px 5px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.order-info .order-details-label {
	float: left;
	margin-bottom: 8px;
	font-size: 14px;
} 
.order-info .order-details-count {
	float: right;
	font-size: 11px;
}
.order-info .each, 
.order-info .total,
.order-info .avail,
.order-info .qty {
	margin-top: 5px;
	text-align: left;
}
.order-product-img {
	margin: 0 0 5px;
}
.order-product-img img {
	border: 1px solid #ddd;
	width: 88px;
}
.order-product-name {
	margin-bottom: 5px;
}
.order-product-name a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.order-product-name a:hover {
	text-decoration: underline;
}
.order-product-sku {
	margin: 0 0 10px;
}
.order-product-attr {
	margin-top: 5px;
}
.order-details .product-msg {
	margin: 4px 0 0;
	font-size: 12px;
}
/** Order Detail Total **/
.order-total-row {
	text-align: right;
}
.order-total-row:after {
	content: "";
	display: block;
	clear: both;
}
.total-details {
	float: left;
	width: 120px;
	padding: 0 5px 5px 0;
}
.total-figures {
	float: left;
	width: 80px;
	padding: 0 0 5px;
	color: #000;
}
.total-shoppingCartDisplay .order-shipping-row {
	line-height: normal;
}
.total-shoppingCartDisplay .order-shipping-row .total-details,
.total-shoppingCartDisplay .order-shipping-row .total-figures {
	padding-bottom: 0;
}
/*#box.shopping_cart_box .total-figures {
	width: 118px;
}*/
.order-info .order-total-tax {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.order-info #total_breakdown {
	padding: 0;
}
.order-info #total_breakdown #order_total {
	float: none;
    min-width: inherit;
  	display: block;
}
.order-info #total_breakdown .order_total_section {
	width: inherit;
  	padding: 0;
  	border: 0;
}
/** END Order Detail Total **/
/* END Order Details */

/* Check Order Status */
.order-status-content {
	padding: 0;
}
.order-status-title {
	padding: 10px 10px 0;
	font-size: 18px;
}
.order-status-us .order-status-block {
	margin: 35px 20px;
}
.order-status-international .order-status-block {
	margin: 0 0 16px;
  	padding: 20px;
}
.order-status-form {	
	max-width: 430px;
}
.order-status-form .form-row {
	margin: 0 0 10px;	
}
.order-status-form .input-text {
	height: 18px;
	width: 100%;
}
.order-status-form label {
	display: block;
	text-align: right;
	font-size: 11px;
}
.order-status-link {
	text-align: right;
	font-size: 11px;
}
.order-tracking-container {
	line-height: 0;
}
/* END Check Order Status */

/* Account Information */
.account-info {
	margin-bottom: 14px;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
}
.account-info-row {
	margin: 0 0 10px;
	overflow: hidden;
	line-height: normal;
}
.account-info-row .label {
	float: left;
	width: 60px;
	text-align: right;
}
.account-info-row .value {
	float: left;
	width: 340px;
	margin-left: 10px;
}
.account-info-row .action-link {
	float: left;
	margin-left: 10px;
}
.account-info-title {
	margin: 0 0 10px;
	font-weight: bold;
}
.info-row {
	padding: 12px 0;
}

/* My Sizes */
.my-sizes {}
.my-sizes-list { margin-top: -18px; }
.my-size-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	width: 140px;
  	margin: 20px 5px 20px 5px;
}
.my-size-title {
	margin: 0 0 12px;
	font-weight: bold;
  	font-size: 16px;
  	word-wrap: break-word;
}
.my-size-title span {
	display: block;
	font-size: 12px;
}
.my-sizes-selected {
	margin: 0 0 16px;
}
.my-sizes-selected > li:first-child { margin-top: 0; }
.my-sizes-selected > li { 
	margin-top: 10px; 
}
.remove-size {
	float: left;
  	font-weight: bold;
  	text-decoration: none;
}
.remove-size:hover { color: #000; }
.my-size-label {
	display: block;
	padding: 0 0 0 12px;
	font-weight: bold;
	color: #000;
}
.my-sizes-add {
	text-decoration: none;
	font-weight: bold;
}
.my-sizes-add:hover { text-decoration: underline; }
.my-sizes-popover {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
  	padding: 10px 30px 10px 10px;
  	max-height: 250px;
  	width: 390px;
  	box-sizing: border-box;
  	background: #fff;
  	box-shadow: 0px 0px 10px -1px #666;
  	overflow: auto;
  	-webkit-overflow-scrolling: touch;
}
.my-sizes-table {
	margin: 5px 0 10px;
}
.my-sizes-table td {
	text-align: center;
	padding: 5px 7px;
	cursor: pointer;
	border: 1px solid #ddd;
	line-height: 22px;
	font-size: 11px;
}
.my-sizes-table td:hover {
	background: url('../images/large-stars.png') 50% 0 no-repeat;
}
.my-sizes-table td.selected {
	background: url('../images/large-stars.png') 50% -64px no-repeat;
	color: #000;
}
.my-sizes-table td.disabled,
.my-sizes-table td.disabled.selected {
	background: none;
	cursor: default;
	color: #ddd;
}
.size-columns {
  	width: 100%;		
}
.size-columns .opt-size {
	position: relative;
	margin: 5px 5px 5px 0; 
	float: left;
	padding-left: 16px;
	width: 90px;
	font-size: 11px;
	cursor: pointer;
}
.size-columns .opt-size:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 13px;
	height: 13px;
}
.size-columns .opt-size:hover:before {
	background: url('../images/small-stars.png') 0 0 no-repeat;
}
.size-columns .opt-size.selected:before {
	background: url('../images/small-stars.png') 0 0 no-repeat;
}
.size-columns .opt-size:hover,
.size-columns .opt-size.selected {
	color: #000;
}
.my-sizes-more {
	width: 500px;
  	left: auto;
  	right: 0;
}
.my-sizes-pants {
	left: auto;
  	right: 0;
}
/* EO My Sizes */

/** Modal: Edit Email  **/
.modal-wrapper.modal-edit-email {
	width: 536px;
}
.modal-edit-email .modal-body {
	padding-bottom: 0;
}
.modal-edit-email .modal-title {
	margin: 0;
}
.modal-body .info-row {
	border-top: 1px solid #d9d9d9;
}
.modal-body .actions {
	text-align: right;
}
.modal-edit-email .actions .button {
	margin-top: 16px;
}
.modal-edit-email .spot span {
	display: inline-block;
	margin-top: 2px;
}
.modal-body .spot {
	margin: 0 25px 4px;
	overflow: hidden;
}
.modal-body .spot label {
	float: left;
	text-align: right;
	margin: 3px 4px 0 0;
}
.modal-body .spot .input-text {
	float: left;
}
.modal-edit-email .spot label {
	width: 80px;
}
.modal-edit-email .spot .input-text {
	width: 370px;
}
/** END Modal: Edit Email  **/

/** Modal: Edit Password  **/
.modal-wrapper.modal-edit-password {
	width: 424px;	
}
.modal-edit-password .modal-title {
	margin: 0;
}
.modal-edit-password .modal-body {
	padding-bottom: 0;
  	font-size: 11px;
}
.modal-edit-password .spot label {
	width: 120px;
}
.modal-edit-password .spot .input-text {
	width: 150px;
}
/** END Modal: Edit Password **/

/* END Account Information */

/* Address Book */
.address-book-info:after {
	content: "";
	display: table;
	clear: both;
}
.address-book-default {
	float: left;
	width: 275px;
}
.address-book-default .account-info {
	padding-left: 0;
	background: none;
	border: 0;
}
.address-data {
	padding: 20px 0;
}
.address-data-line {
	padding: 5px 0 0;
}
.address-data .link-list {
	padding-top: 5px;
}
.address-book-additional {
	float: right;
	width: 357px;
}
.address-book-additional .link-list {
	margin: 5px 0;
}
.address-book-new {
	margin: 0 0 5px;
	overflow: hidden;
}
.address-book-new .link {
	margin-right: 25px; 
	float: right; 
}
.modal-wrapper.modal-shipping-address {
	width: 760px;
}
.modal-wrapper.modal-billing-address {
	width: 543px;
}
.modal-shipping-address h3.modal-title {
	margin-bottom: 30px;
}
.modal-shipping-address .modal-body {
	padding: 10px 25px 25px;
}
.modal-shipping-row {
	border-top: 1px solid #bfbfbf;
}
.modal-shipping-current {
	float: left;
	padding-top: 20px;
}
.modal-shipping-new {
	float: left;
	padding: 20px 25px 0;
}
.modal-shipping-new .required-text {
	margin: 0 0 20px;
}
.modal-shipping-new label {
	display: block;
	padding: 5px 5px 0 0;
	text-align: right;
	font-size: 13px;
}
.modal-shipping-new .input-text,
.modal-shipping-new select {
	width: 176px;
}
.modal-shipping-new .input-state {
	width: 36px;
}
.modal-shipping-new .input-zip {
	width: 80px;
}
.cardImg {
	margin-left: 4px;
	vertical-align: middle;
}
.modal-shipping-new .additional {
	margin-top: 5px;
}
.modal-shipping-new .form-row {
	margin-bottom: 10px;
}
.modal-shipping-new .label-checkbox {
	text-align: left;
}
.modal-shipping-new .label-checkbox input {
	vertical-align: middle;
}
.modal-shipping-new .actions {
	padding-top: 10px;
}
.modal-shipping-new .btn-light {
	margin-right: 4px;
}
.modal-shipping-address .address-data {
	padding: 0;
	font-size: 11px;
}
/* END Address Book */

/* Billing Information */
.modal-wrapper.modal-billing-info {
	width: 520px;
}
.modal-billing-info .modal-title {
	margin-bottom: 4px;
	padding-bottom: 30px;
}
.modal-billing-info .modal-shipping-new {
	float: none;
	padding: 20px 32px 10px;
}
.input-dob-m {
	width: 34px;
	height: 20px;
	margin-right: 7px;
}
.input-dob-y {
	height: 20px;
	width: 34px;
}
/* END Billing Information */

/* Wishlist */
.wishlist {}
.wish-list-item {
	padding: 0 0 25px 0;
	overflow: hidden;
  	border-bottom: 1px solid #ddd;
}
.wish-list-image {
	float: left;
	width: 84px;
}
.wish-list-image img {
	border: 1px solid #ddd;
}
.wish-list-entry {
	margin-left: 100px;
	color: #666;
}
.wish-list-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 12px;
}
.wish-list-label {
	text-transform: uppercase;
}
.wish-list-sku {
	font-weight: bold;
}
.wish-list-attr {
	padding: 0 5px 7px 0;
}
.wish-list-attr .regprice {
	font-size: inherit;
	color: inherit;
}
.wish-list-attr .reg {
	display: inline-block;
	margin: 0 4px;
}
.wish-list-attr .price {
	font-size: inherit;
}
.wish-list-attr .price-label {
	font-weight: bold;
}
.wish-list-promo {
	color:#c70022; 
	font-weight:bold;
}
.wishNotice {
	margin: 0 0 10px;
	line-height: 14px;
	color: #f60;
}
/* END Wishlist */

/* Error Page */
.page-error-content {
	float: right;
	margin: 35px 0 22px;
}
.page-error-message {
	font-size: 17px;
}
.page-error-message p {
	margin: 0 0 16px;
	color: #000;
}
/* END Error Page */

/* Session Timeout */
.session-timeout-info {
	margin: 0px 0px 0px 80px;
	font-size: 11px;
}

.modal-session-timeout .error_icon { float: left; }
.modal-session-timeout .message-text {
	margin: 0 0 0 30px;
	display: block;
	line-height: 14px
}
/* END Session Timeout */

/* Checkout Cart Page */

/* END Checkout Cart Page */

/*** Search bar ***/

#searchButton {
	display: none!important;
}
#searchBar {
	width: 200px;
}
#searchBox {
	position: relative;
	height: 20px;
	text-align: right;
	vertical-align: middle;
}
#searchBox .button {
	width: 28px;
    padding: 0;
    text-align: center;
    box-shadow: 0px 0px 0px 1px #A09E8F;
    margin-left: 10px;
}
#searchBox .button span {
	padding: 0;
  	line-height: 20px;
  	height: 20px;
}
#searchBox > * {
	text-align: left;
}
#searchTermWrapper {
	position: absolute;
	left: 0;
	right: 48px;
}
#searchTermWrapper > .placeholder {
	position: absolute;
	color: #bfbfbf;
	cursor: text;
}
#searchTermWrapper > input {
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 1px 6px;
	background: #9f9f9f;
	border-width: 2px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
}
#searchTermWrapper > input::-webkit-input-placeholder {
   color: #666;
}
#searchTermWrapper > input:-moz-placeholder { 
   color: #666;  
}
#searchTermWrapper > input::-moz-placeholder {  
   color: #666;  
}
#searchTermWrapper > input:-ms-input-placeholder {  
   color: #666;  
} 
#searchFilterButton {
	display: none;
	position: relative;
	width: 110px;
	padding: 5px 10px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	vertical-align: middle;
}
#searchFilterButton:after {
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 4px;
	height: 4px;
	background-image: url("../images/responsive/rwdUI.png");
	background-position: -201px -1px;
}
#searchFilterButton.selected:after {
	content: " ";
	background-position: -221px -1px;
}
#searchFilterMenu.active {
	right: -1px;
	width: 170px;
}
@media (min-width: 601px) and (max-width: 900px) {
	#searchTermWrapper {
		right: 35px;
	}
	#searchFilterButton {
		display: none;
	}
	#searchFilterMenu.active {
		display: none;
	}
}
#searchBox .submitButton {
	display: inline-block;
	position: relative;
	width: 14px;
	height: 14px;
	margin: 4px 4px 4px 0;
	vertical-align: middle;
	overflow: hidden;
	left: 25px;
}
/* Autocomplete menu */

#searchDropdown {
	position: absolute;
	left: -1px;
	right: -1px;
	top: 38px;
	z-index: 1;
}
#AutoSuggestDiv {
	background: #fff;
	border: 1px solid #c9cece;
}
#AutoSuggestDiv > ul,
.autoSuggestDivNestedList {
	padding: 0;
}
#AutoSuggestDiv > ul > li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#AutoSuggestDiv .list_section li {
	border-bottom: 1px solid #c9cece;
	list-style: none;
}
#AutoSuggestDiv a {
	color: #827a5e;
} 
#AutoSuggestDiv .list_section li > a,
#AutoSuggestDiv #autoSuggestAdvancedSearch > a {
	padding: 8px 12px;
	display: block;
	height: 100%;
}
#AutoSuggestDiv .heading {
	background: #f5f6f7;
	color: #333;
	padding: 8px 12px;
	border-bottom: 1px solid #c9cece;
	text-transform: uppercase;
}
#AutoSuggestDiv #autoSuggestAdvancedSearch {
	border-bottom: 0 none;
	background-color: #fff;
	color: #b54200;
	padding: 0;
}
#AutoSuggestDiv #autoSuggestAdvancedSearch:hover {
	background-color: #d9e9f7;
}
#AutoSuggestDiv #autoSuggestAdvancedSearch > a:hover {
	text-decoration: underline;
}
#autoSuggest_Result_div,
#autoSuggestCachedSuggestions_div {
	display: none;
}

/* Search: No Results */
.no-results {
	padding: 12px;
}
.no-results-content {
	color: #171717;
}
.no-results-content p {
	margin: 0 0 16px;
}
.no-results-content .list-disc {
	margin: 0 0 12px;
}
.no-results-content .list-disc li {
	padding-left: 10px;
}
.no-results-content .list-disc li:before {
	left: 0;
	top: 1px;
}
.no-results-form {
	margin: 10px 0;
	padding: 12px;
	background: #9d9a93;
	color: #fff;
}
.no-results-form .btn-search {
	width: 28px;
	padding: 0;
	text-align: center;
	margin-left: 10px;
	box-shadow: inset 0px 0px 5px 0px #737070;
	border: 1px solid transparent;
}
.no-results-form .btn-search span {
	padding: 0 0 0 0;
	line-height: 20px;
	height: 20px;
	background: transparent;
}
.no-results-form label {
	font-size: 11px;
	margin-right: 16px;
}
.no-results-form .input-text {
	margin: 0 0 8px;
	height: 18px;
}
/* END Search: No Results */

/*** Footer ***/

#footer {
	padding: 10px 0px;
	text-align: left;
	font-size: 12px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer .footer-text {
	display:inline-block;
	list-style:none;
}
#footer .footer-text li {
	display:inline;
	padding-right: 10px;
	color: #666;
}
#footer .footer-text li a {
	color: #666;
}
#footer .footer-text li a:hover {
	text-decoration: underline;
}
#footerRow1 {
	display: inline-block;
	width: 100%;
	text-align: left;
}
@media (max-width: 480px) {
	#footerRow1 {
		width: 220px;
		text-align: center;
	}
}
@media (min-width: 961px) {
	#footerRow1 {
		width: 100%;
		text-align: left;
	}
}

#footerRow1 #footerNav {
	width: 575px;
	display:inline-block;
	float:left;
}

#footerRow1 #footerSocialMedia {
	width: 320px;
	display:inline-block;
	float:left;
}

#footerRow1 #footerNav .section,
#footerRow1 #footerSocialMedia > .section {
	display: inline-block;
	float:left;
	width: 140px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	border-right: solid 1px #7a7a7a;
}
#footerRow1 > #footerNav > .section > .header,
#footerRow1 > .section > .header {
	position: relative;
	padding: 5px 10px;
	border-bottom: 1px solid #bfbfbf;
	border-bottom: 1px solid rgba(185,185,185,0.45);
	color: #e9e9e9;
	font-size: 14px;
	font-weight: bold;
}
#footerRow1 > #footerNav > .section > .header:before,
#footerRow1 > .section > .header:before {
	content: "";
	display: block;
	position: absolute;
	left: -30px;
	bottom: -1px;
	width: 30px;
	height: 3px;
	background-color: #bfbfbf;
	background-color: rgba(185,185,185,0.45);
	border-radius: 0 0 0 3px;
}
#footerRow1 > .section > .header > .toggle {
	display: none;
}

#footerRow1 > #footerNav > .section > ul,
#footerRow1 > .section > ul {
	margin-left: 0;
	padding: 0px 0px 0px 8px;
	color: #ffffff;
	font-size: 11px;
	list-style: none;
}

#footerRow1 > #footerNav > .section > ul li {
	line-height: 16px;
}

#footerRow1 #footerClearanceCenterLink {
	color: #ff0000;
	font-weight: bold;
}


#footerRow1 > #footerSocialMedia.section > ul {
	font-size: 11px;
	height: 100px;
	max-height: 100px;
	float:left;
}

#footerRow1 > .section > ul > li > a {
	display: block;
	margin: 0 0px;
}

#footerRow3 {
	padding-top: 20px;
}

#footerNav a:hover {
	text-decoration: underline;
}
.footer_wrapper_position {
	min-height: 10px;
}
/*** wc/widget/Carousel - fluid, touch-enabled carousel responsive to container width ***/

.carousel {
	position: relative;
	padding: 13px!important;
	background: #F3F1EF;
}
.carousel > h2 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #010f1c;
	font-weight: inherit;
}
.carousel > .content {
	position: relative;
	z-index: 0;
}
.carousel > .content > ul {
	display: block;
	position: relative;
	left: 0%;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}
.carousel > .content > ul > li {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	margin-right:1px;
	max-width: 165px;
} 
.carousel > .content > ul > li.hidden {
	visibility: hidden;
}
.carousel .left_espot.centered {
	margin: 0 5px;
}

/* Prev/next page buttons */

.carousel > .prevPageButton,
.carousel > .nextPageButton {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 21px;
	height: 42px;
	margin-top: -21px;
	overflow: hidden;
}
.carousel > .prevPageButton {
	left: 10px;
}
.carousel > .nextPageButton {
	right: 10px;
}
.carousel > .prevPageButton.hidden,
.carousel > .nextPageButton.hidden {
	display: none;
}
.carousel > .prevPageButton:before,
.carousel > .nextPageButton:before {
	content: url("../images/responsive/rwdUI.png");
	display: block;
	position: absolute;
	top: -60px;
}
.carousel > .prevPageButton:before {
	left: -1px;
}
.carousel > .nextPageButton:before {
	left: -81px;
}
.carousel > .prevPageButton:hover:before,
.carousel > .prevPageButton:active:before {
	left: -41px;
}
.carousel > .nextPageButton:hover:before,
.carousel > .nextPageButton:active:before {
	left: -121px;
}

/* Page control */

.pageControl.hidden {
	display: none;
}
.pageControl > a {
	display: inline-block;
	vertical-align: top;
}
.pageControl > .hidden {
	display: none !important;
}

/* Page control - dot */

.pageControl.dot {
	text-align: center;
}
.pageControl.dot > a {
	width: 20px;
	height: 20px;
	margin: 0 10px;
	background-color: #22a3e7;
	border-radius: 10px;
	opacity: 0.4;
	border: 1px solid transparent;
}
.pageControl.dot > a:hover {
	opacity: 0.6;
}
.pageControl.dot > a.selected {
	opacity: 0.8;
}

/* Page control - number */

.pageControl.number {
	text-align: center;
}

.pageControl.number > .ellipsis:after {
	content: "\2026";
	color: #4d4d4d;
}

/* Page control - thumbnail */

.pageControl.thumbnail {
	text-align: center;
}
.pageControl.thumbnail > a {
	display: inline-block !important;
	height: 30px;
	margin: 0 10px;
	background-color: #ffffff;
	border: 1px solid #a7daf5;
	border-radius: 2px;
}
.pageControl.thumbnail > a:hover {
	border: 1px solid #79c7f0;
}
.pageControl.thumbnail > a.selected {
	border: 1px solid #22a3e7;
}
.pageControl.thumbnail > a > img {
	height: 100%;
}

/* Options */

.carousel.clip-true > .content {
	overflow: hidden;
}

.carousel.padding-true {
	padding: 0px;
}
.carousel.padding-true > .content {
	margin: 0 0px;
}
.carousel.padding-true .pageControl {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	padding-top: 10px;
}
.carousel.padding-true .pageControl.hidden {
	display: block;
	visibility: hidden;
}

.carousel.background-true {
	background-image: url("../images/colors/color1/widget_carousel/widget_bg.png");
}
.carousel.border-true {
	border: 1px solid #e9e9e9;
	border-radius: 10px;
}



/*** wc/widget/Carousel - vertical orientation ***/

.carousel > .header {
	position: relative;
	padding: 10px;
	line-height: 40px;
}
.carousel > .header:after {
	content: "";
	display: block;
	clear: both;
}
.carousel > .header > h2 {
	display: inline-block;
	margin: 0;
	font-weight: inherit;
	line-height: normal;
	vertical-align: middle;
}
.carousel > .header > .controlBar {
	float: right;
}

/* Prev/next page buttons */

.controlBar > .prevPageButton,
.controlBar > .nextPageButton {
	display: inline-block;
	position: relative;
	width: 6px;
	height: 12px;
	border: 14px solid transparent;
	overflow: hidden;
	vertical-align: middle;
}
.controlBar > .prevPageButton.hidden,
.controlBar > .nextPageButton.hidden {
	display: none;
}
.controlBar > .prevPageButton:before,
.controlBar > .nextPageButton:before {
	content: url("../images/responsive/rwdUI.png");
	display: block;
	position: absolute;
	top: -1px;
}
.controlBar > .prevPageButton:before,
.controlBar > .prevPageButton:hover:before,
.controlBar > .prevPageButton:active:before {
	left: -21px;
}
.controlBar > .nextPageButton:before,
.controlBar > .nextPageButton:hover:before,
.controlBar > .nextPageButton:active:before {
	left: -41px;
}

/* PRODUCT GRID PAGE */

/* --> Product Grid Page - Quick View  */

#quick-view-placeholder {
	display: none;
}

.quick-view-popup-dialog {
	background: #fff;
}

.quick-view-popup-dialog.ui-corner-all,
.quick-view-popup-dialog .ui-corner-all  {
	border-radius: 0;
}
.quick-view-popup-dialog.ui-dialog .ui-dialog-titlebar {
	padding: 13px;
}

.quick-view-popup-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	background: url("../images/global/modal/modalClose.gif") 2px -4px no-repeat;
	border: none;
	width: 59px;
	height: 23px;
}

.quick-view-popup-dialog .ui-dialog-titlebar {
	display: block;
}

.quick-view-popup-dialog .quick-view-container.ui-dialog-content {
	padding: 0;
	margin: 0 20px 20px;
	border-top: solid 1px #BFBFBF;
	background: url(../images/global/modal/quickViewFade.png) repeat-x top left;
	overflow: hidden;
}

.qv-product-img {
	float: left;
	position: relative;
}

.qv-product-img-zoom {
	display: inline-block;
}

.qv-product-img-zoom img {
	width: 263px;
	height: 303px;
}

.qv-product-zoom-help-info {
	display: none;
	cursor: pointer;
	position: absolute;
	width: 190px;
	left: 50%;
	bottom: 50px;
	margin: 0 0 0 -105px;
	background: #000;
	padding: 10px;
	border-radius: 6px;
	color: #fff;
	opacity: .5;
}
/*
Old behavior
.qv-product-zoom-help-info {
	display: none;
	cursor: pointer;
	position: absolute;
	width: 134px;
	height: 47px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -67px;
	background: url(../images/global/jab-click-zoom-indicator.png) 0 0 no-repeat;
}
*/

.qv-product-details-container {
	float: right;
	width: 362px;
	padding: 23px 15px 0 23px;
}

.qv-product-details-container .qv-product-name {
	margin-bottom: 19px;
	font-size: 14px;
	color: #171717;
	line-height: normal;
}

.qv-product-details-container .qv-product-description-text,
.qv-product-details-container .qv-price {
	color: #666;
	font-size: 12px;
	line-height: normal;
}

.qv-product-details-container .qv-price {
	display: inline-block;
	margin: 0 3px 0 0;
}

.qv-product-details-container .qv-price.qv-reg-price {
	color: #666;
	font-size: 12px;
	text-decoration: line-through;
}

.qv-product-details-container .qv-price.qv-sale-price {
	color: #C70022;
	font-size: 12px;
	font-weight: bold;
}

.qv-product-details-container .qv-product-description-text {
	margin-bottom: 5px;
}

.qv-product-details-container .color-swatch-item,
.qv-product-details-container .color-swatch-item a {
	display: inline-block;
}

.qv-product-details-container .color-swatch-item {
	margin-right: 3px;
}

.qv-product-details-container .qv-price {
	padding-top: 16px;
}
.qv-promotion-desc {
	color: #C70022;
	font-weight: bold;
	padding: 5px 0;
}

.qv-product-details-container .qv-more-details-btn {
	float: right;
	border: 0;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 23px;
	color: #fff;
	padding: 0 20px 0;
	text-align: center;
	background: url(../images/global/buttons/btn_primary_l_up_bg.png) 0 0 repeat-x;
}
  
  

.quick-view-btn {
	margin: 5px 0 10px;
	border: none;
	background: rgba(0, 0, 0, 0);
	text-decoration: underline;
	cursor: pointer;
	font-size: 11px;
	padding: 0;
}

.quick-view-btn:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 18px;
	padding: 0 4px 0 0;
	background: url("../images/global/tool_quick_view.png") 0 0 no-repeat;
	vertical-align: middle;
}

/* EO --> Product Grid Page - Quick View  */

/* --> Product Grid Page - Select stylus - dijit/form/Select */

.selectWrapper .dijitSelect {
	color: #545454;
	font-size: 11px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #ccc;
	height: 15px;
	background: #f8f8f8;
	border-collapse: separate;
}
.filters-pane .selectWrapper .dijitSelect .dijitButtonText {
	padding-right: 2px;
}
.filters-pane .selectWrapper .dijitSelectLabel {
	width: 84px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sorting_controls .selectWrapper .dijitSelect {
	min-width: 0;
}

.selectWrapper .dijitSelect .dijitArrowButtonContainer:before {
	content: "";
	float: right;
	width: 15px;
	height: 12px;
	background: url("../images/global/filters-select-arrows.png") 50% 50% no-repeat;
}

.dijitSelectMenu > table tr td {
	font-size: 11px;
	text-align: left;
}

.dijitSelectMenu td.dijitMenuItemLabel {
	padding: 1px 4px;
	color: #000;
}

/* --> Product Grid Page - filters */

#facetFilterListWrapper {
	display: none;
}

.products-facets-horizontal {
	display: table;
	width: 100%
}

.filters-set-container,
.filters-sort-container,
.filters-set-header,
.filters-set-list {
	display: table-cell;
}

.filters-sort-container {
	width: 200px;
	padding: 0 0 0 13px;
}

.facetWidget .filters-set-header,
.facetWidget .filters-item-wrapper label {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;	
}

.facetWidget .filters-item-wrapper label {
	display: inline-block;
}

.facetWidget .filters-set-header {
	margin: 0;
}

.facetWidget .filters-pane {
	padding: 12px 0 0 12px;
}

.facetWidget .filters-item-wrapper {
	display: inline-block;
	margin: 0 0 10px 0;
}

.facetWidget .filters-sort-container .filters-item-wrapper {
	margin-right: 0;
}

.facetWidget .filters-item-wrapper label {
	display: none;
}

.facetWidget .filters-item-wrapper.filters-sort-by label {
	display: inline-block;
}

.facetWidget .filters-item-wrapper select,.ie .facetWidget .filters-item-wrapper .select2 {
	height: 16px;
}

.facetWidget .filters-item-wrapper .selectWrapper {
	margin-left: 5px;
}

.facetWidget .filters-info-tooltip-trigger {
	display: inline-block;
	vertical-align: middle;
}

.facetWidget .filters-info-tooltip-icon {
	width: 18px;
	height: 18px;
}

/* EO --> Product Grid Page - filters */
	
.productListingWidget {
	background: #fff;
  	margin-top: 9px;
}

.productListingWidget .grid_mode {
	font-size: 0;
}

.productListingWidget > .header_bar,
.productListingWidget .footer_bar {
	padding: 10px 0;
	margin: 0 12px;
}

.productListingWidget > .header_bar {
	border-bottom: 1px solid #dfdfdf;
}
  
.productListingWidget .product-listing-controls-bar {
	float: left;
	width: 100%;
}

.productListingWidget .sorting_view_controls_container .view_controls {
	display: none;
}

.productListingWidget .sorting_controls > span.page_size_label, 
.productListingWidget .sorting_controls > span.order_by_label {
	width: auto;
}

.productListingWidget .paging_controls {
	float: left;
}

.productListingWidget .paging_controls a {
	font-size: 11px;
	color: #827A5E;
  	text-decoration: underline;
  	text-transform: uppercase;
}

.productListingWidget .paging_controls .left_arrow {
	border-right: 1px solid;
	padding-right: 6px;
}

.productListingWidget .paging_controls .right_arrow {
	border-left: 1px solid;
	padding-left: 6px;
}

.productListingWidget .sorting_view_controls_container {
	position: relative;
}

.productListingWidget .product-listing-title {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}

.productListingWidget .sorting_controls {
	display: inline-block;
}

.productListingWidget .paging_controls {
	float: none;
	display: inline-block;
	margin-top: 3px;
}
 
.productListingWidget .num_products,
.productListingWidget .product-listing-title-text  {
	font-size: 11px;
  	font-weight: bold;
  	color: #171717;
}

.productListingWidget .num_products {
	padding-right: 6px;
}

.productListingWidget .page_size_label {
	border-left: 1px solid;
  	padding: 0 3px 0 10px;
	font-size: 11px;
	font-weight: bold;
	color: #171717;
}

.productListingWidget .controlBar .pageControl.hidden {
	display: none;
}

.productListingWidget .controlBar > .pageControlWrapper {
	display: inline-block;
}
.pageControlButton,
.pageControlMenu > .closeButton {
	display: none;
}

.controlBar .pageControl.number > a:hover,
.controlBar .pageControl.number > a.selected {
	font-weight: bold;
}

/* Control bar - subscribe button */

.controlBar > .subscribeButton {
	display: inline-block;
	position: static;
	right: auto;
	top: auto;
	margin: 0 2px;
	vertical-align: middle;
}

.product_listing_container {
	padding: 12px 12px 0;
}

.product_listing_container .grid-item {
	display: inline-block;
	width: 33.3333%;
	padding-bottom: 20px;
	font-size: 12px;
}

.product_listing_container .grid-item .product h2 {
	margin: 0;
}

.product_listing_container .grid-item .product_image {
	text-align: center;
}

.product_listing_container .grid-item .product_info {
	width: auto;
	padding: 0 4%;
}

.product_listing_container .grid-item .product_color_swatch-item {
	display: inline-block;
}

.product_listing_container .grid-item .product_name a {
	display: block;
	margin: 4px 0 6px;
	line-height: 14px;
	font-size: 12px;
	color: #827A5E;
  	text-decoration: underline;
}

.product_listing_container .grid-item .product_price .reg,
.product_listing_container .grid-item .product_price .price {
	display: inline-block;
}

.product_listing_container .grid-item .product_price .price,
.product_listing_container .grid-item .product_price .regprice,
.product_listing_container .grid-item .product_price .reg {	
	font-size: 12px;
	margin: 0 0 3px;
}

.product_listing_container .grid-item .product_price .regprice,
.product_listing_container .grid-item .product_price .reg {
	color: #000;
}

.product_listing_container .grid-item .product_description .product_promo {
	color: #C70022;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0 4px; 
}
  


/*** Widgets ***/

.catalogEntryRecommendationWidget > .header,
.categoryRecommendationWidget > .header {
	border-bottom: 1px solid #e9e9e9;
}

.contentRecommendationWidget {
	position: relative;
}
.contentRecommendationWidget.paypal_espot {
	width: 50%;
	margin-top: 10px;
	margin-left: 20px;
}

.contentRecommendationWidget .left_espot .subCat_heading h1{
	padding:0;
}
.subcategory-main .col3 h2 { 
	margin: 0;  
}
.order_item_display .contentRecommendationWidget {
	width: 100%;
}
.contentRecommendationWidget .landingPageContent{
	background: #fff;
	padding: 15px;
}
.contentRecommendationWidget .landingPageContent .addlineitm {
	border-top: solid 1px #dfdfdf;
	padding: 15px 0 0;
	clear: both;
}
.contentRecommendationWidget .landingPageContent .addlineitm img{
	float: left;
	width: auto;
	padding-bottom: 15px;
}
.contentRecommendationWidget .landingPageContent .addlineitm dl{
	padding-left: 10px;
	padding-bottom: 15px;
	width: 70%;
	display:inline-block;
}
.contentRecommendationWidget .landingPageContent .addlineitm dt{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(102, 102, 102);
}
.contentRecommendationWidget .landingPageContent .addlineitm dd{
	padding-left: 0;
	margin:0;
	-webkit-margin-start: 0;
}
.contentSectionArea .landingPageContent h2 {
	font-size: 18px;
}
.landingPageContent .addlineitm:after {
	content: "";
	display: table;
	clear: both;
}
.contentRecommendationWidget ul {
	padding: 0;
}

.contentRecommendationWidget ul .categoryEspotHeader{
	font-weight: bold;	
}

.contentCarouselWidget > .content {
	width: 125%;
	margin: 0 -12.5%;
}
.contentCarouselWidget .left_espot,
.contentCarouselWidget .left_espot.centered {
	width: 80%;
	margin: 0 auto;
}
.contentCarouselWidget.clip-true > .content {
	width: auto;
	margin: 0;
}
.contentCarouselWidget.clip-true .left_espot,
.contentCarouselWidget.clip-true .left_espot.centered {
	width: auto;
	margin: 0;
}

a.espot-arrow-link{
	float: right;
  	padding-right: 19px;
  	margin-top: 5px;
  	background: url("../images/global/shop_now_arrow.png") no-repeat right center;
}

.contentCarouselWidget > .prevPageButton,
.contentCarouselWidget > .nextPageButton {
	width: 40px;
	height: 72px;
	margin-top: -36px;
}
.contentCarouselWidget > .prevPageButton {
	left: 0;
}
.contentCarouselWidget > .nextPageButton {
	right: 0;
}
.contentCarouselWidget > .prevPageButton:before,
.contentCarouselWidget > .nextPageButton:before {
	content: url("../images/responsive/DirectionalControls_MasterSprite.png");
}
.contentCarouselWidget > .prevPageButton:before {
	left: 0;
	top: 0;
}
.contentCarouselWidget > .prevPageButton:focus:before,
.contentCarouselWidget > .prevPageButton:hover:before {
	left: 0;
	top: -72px;
}
.contentCarouselWidget > .prevPageButton:active:before {
	left: 0;
	top: -144px;
}
.contentCarouselWidget > .nextPageButton:before {
	left: -40px;
	top: 0;
}
.contentCarouselWidget > .nextPageButton:focus:before,
.contentCarouselWidget > .nextPageButton:hover:before {
	left: -40px;
	top: -72px;
}
.contentCarouselWidget > .nextPageButton:active:before {
	left: -40px;
	top: -144px;
}

/* jQuery UI - v1.11.3 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}
.ui-front {
	z-index: 200;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog-titlebar {
	display: none;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #000;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}
/* END jQuery UI - v1.11.3 */


/* jQuery UI: Dialog Component */
.modal-component {
	display: none;
}
.modal-wrapper {
	box-shadow: 0px 0px 10px -1px #666;
	background: #fff;
	width: 490px;
}
.dj_ie8 .modal-wrapper {
	border: 1px solid #bbb;
}
.modal-header {
	position: relative;
	overflow: hidden;
	padding: 1px;
}
.modal-title {
	font-size: 18px;
}
.modal-close {
	float: right;
	padding: 0;
	color: #827a5e;
	cursor: pointer;
	background: url(../images/global/modal/modalClose.gif) no-repeat top left;
	width: 59px;
	height: 23px;
	text-indent: -9999px;
	border: 0;
}
.modal-close:hover,.modal-close:focus{
	outline:1px dotted #333;
}
.modal-body {
	padding: 10px 14px 14px;
}
.modal-content {
	padding: 10px 0 20px;
}
.modal-body img {
	max-width: 100%;
}
.modal-details {
	background: url(../images/global/modal/quickViewFade.png) repeat-x 0 -73px;
	padding: 10px 22px;
	border-top: 1px solid #bfbfbf;
}
.modal-details p {
	margin: 0 0 8px;
}
/* END jQuery UI: Dialog Component */

/* Modal Join Email */
.modal-join-email .modal-details {
	min-height: 100px;
}
/* END Modal Join Email */

/* Modal Gift Card Rules */
.modal-wrapper.modal-gift-card-rules {
	width: 520px;
}
.modal-gift-card-rules .modal-body {
	padding-bottom: 25px;
	font-size: 11px;
	line-height: 12px;
}
.modal-scroll {
	overflow: auto;
	height: 400px;
}
.modal-gift-card-rules h3 {
	font-size: 18px;
	color: #666;
}
/* END Modal Gift Card Rules */

/* Modal How To Redeem */
.modal-how-to-redeem .modal-body {
	font-size: 11px;
	line-height: normal;
}
/* EO Modal How To Redeem */

/* Modal Share And Print */
.modal-share-print {
	width: 700px;
}
.modal-share-print input,
.modal-share-print textarea {
	width: 100%;
}
.modal-share-print textarea {
	height: 115px;
}
.modal-foot {
	text-align: right;
}
/* END Modal Share And Print */

/* Popover Group */
.popover {
	display: none;
	position: absolute;
	z-index: 1;
	background: #fff;
	border: none;
}
.popover.left:before,
.popover.left:after {
	left: 100%;
	top: 50%;
	border: solid;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.popover.left:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000;
	border-width: 17px;
	margin-top: -17px;
	margin-left: 0px;
}
.popover.left:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 16px;
	margin-top: -16px;
	margin-left: -1px;
}

/** Deals Of The Day **/
.popover-dod {
	position: absolute;
	top: -130px;
	right: 108%;
	width: 404px;
	height: 404px;
}
/** END Deals Of The Day **/
/* END Popover Group */

/* Product */
.product-details {
	margin: 10px 0;
	padding: 12px 14px;
	background: #fff;
	font-size: 11px;
}
.product-details .page-title {
	font-size: 18px;
	padding: 0;
	margin-top: 12px;
}
.product-long-description {
	margin: 18px 0;
	font-size: 11px;
}
.product-promo-description {
	display: block;
	padding-top: 10px;
	font-size: 19px;
	width: 175px;
	color: #c70022;
	font-weight: bold;
	line-height: 22px;
}
.product-details-main .price {
	font-size: 18px;
	font-weight: normal;
}
.product-msg {
	color: #c70022;
	font-size: 11px;
	margin: 0 0 12px;
}
.colorSwatches {
	margin: 18px 0;
}
.colorSwatches img:hover {
	cursor: pointer;
}
.product-options {
	padding: 0 0 12px;
	border-bottom: solid 1px #cdcdcd;
}
.product-options .spot {
	overflow: hidden;
	font-size: 11px;
	padding: 6px 8px 0;
}
.product-options label {
	float: left;
}
.product-options select {
	float: right;
	width: 160px;
	height: 20px;
	font-size: 11px;
}
.ie .product-options .mg-sub-options select { 
	width: 155px;
} 
.ie .input-initials {
	margin-right: 92px;
}
.ie .product-options .select2 {
	float: right;
	width: 160px;
	font-size: 11px;
}
.order-items-dsp .product-options select,.ie .order-items-dsp .product-options .select2 {
	float:none;
}
.order-items-dsp .apparel-entry .qty{
  margin-top: 8px;
}
.order-items-dsp .apparel-entry .qty label{
	  font-size: 11px;
}
.order-items-dsp .apparel-entry .qty .addToCart{
	margin-top:8px;
}
.order-items-dsp .apparel-entry .qty select[name="quantity"],.ie .order-items-dsp .apparel-entry .qty .select2{
	width: 125px;
	margin-left: 15px;
}
.input-initials {
	float: right;
	margin-right: 87px;
	height: 20px;
}
/** Product Qty **/
.product-details .qty {
	margin: 0 0 8px;
	padding: 10px 0 10px 8px;
	border-bottom: solid 1px #cdcdcd;
}
.product-details .qty .spot {
	float: left;
	padding: 4px 0 0;
}
.product-details .qty select,.ie .product-details .qty .select2  {
	margin: 0 0 0 14px;
	min-width: 56px;
}
/** END Product Qty **/

.product-details .addToCart {
	float: right;
}
.product-details .addToWishList {
	text-align: right;
}
.product-details-bottom {
	padding-top: 10px;
	border-top: solid 1px #bfbfbf;
	margin-top: 18px;
}
.prodviews {
	position: relative;
	z-index: 1;
	width: 394px;
	min-height: 394px;
}

/** SKU **/
#item_SKU {
	float: left;
}
.product-sku {
	overflow: hidden;
}
/** END SKU **/

/** Size Chart **/
.sizing-chart {
	float: right;
	padding: 0 110px 0 10px;
}
.sizing-chart a {
	text-decoration: underline;
}
.sizing-chart a:hover {
	text-decoration: none;
}

.sizing-chart-body {
	padding: 0 20px 0 0;	
	height: 400px;
	overflow: auto;
	position: relative;
	box-sizing: border-box;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.sizing-chart-body a {
	color: #827a5e;
	text-decoration: underline;
}
.sizing-chart-body a:hover {
	color: #666;
	text-decoration: none;
}
.size-chart-head {
	margin: 2px 0 10px;
	padding: 5px;
	font-size: 14px;
	color: #000;
	background: #e6e6e6;
}
.size-chart-subheader {
	margin: 10px 0;
	padding: 3px;
	color: #fff;
	background: #666;
	text-align: left;
}
.size-chart-text {
	color: #000;
    margin: 0 0 5px;
}
.size-chart-text span {
	color: #cc0000;
	font-weight: bold;
}
.size-chart-img {
	float: left;
	margin: 0 15px 0 0;
}
.size-chart-table-text {
	padding: 10px;
	color: #666;
}
.size-chart-info-table {
	margin: 5px 0 10px;
	width: 100%;
	color: #000;
	border: 0;
}
.size-chart-info-table td {
	text-align: center;
	border: 0;
}
.size-chart-info-table span {
	color: #cc0000;
}
.size-chart-bg {
	background: #e6e6e6;
}
.size-chart-linkList {
	float: left;
}
.size-chart-up,
.size-chart-down {
	padding: 4px 0px 2px 20px;
  	display: inline-block;
}
.size-chart-up {
	background: url('../images/global/up_arrow.gif') 0 0 no-repeat;
}
.size-chart-down {
	background: url('../images/global/down_arrow.gif') 0 0 no-repeat;
}
.size-chart-back {
	text-align: right;
}
/** END Size Chart **/

/** Product Share Social **/
.social-list {
	clear: both;
	padding: 16px 0;
}
.social-item {
	display: inline-block;
	vertical-align: middle;
	min-width: 85px;
}
.social-tw iframe {
	width: 88px!important;
}
/** END Product Share Social **/

/** Share and print **/
.my-account-header .details-actions {
	float: right;
}
.details-actions {
	text-align: right;
}
.details-actions button {
	color: #827a5e;
	padding: 4px 0 0 28px;
	display: inline-block;
	height: 22px; 
	font-size: 12px;
	border: 0;
	text-decoration: underline;
	cursor: pointer; 
}
.details-actions button:hover { 
	text-decoration: none;
}
.share-action {
	background: url(../images/product_detail/email-icon.png) no-repeat 0 7px;
}
.details-actions .share-action {
	padding-right: 20px;
}
.print-action {
	background: url(../images/product_detail/print-icon.png) no-repeat 0 3px;
	padding-left: 25px;
}
/** END Share and print **/

/** Tabs **/
.tabButtonContainer {
	margin-top: 28px;	
}
.tab_container {
	font-size: 11px;
	padding: 5px 18px;
	margin: 0 1px 0 0;
	position: relative;
	float: left;
	text-align: center;
	vertical-align: middle;
	text-decoration: underline;
	cursor: pointer;
	outline: 0;
}
.tab_container .contentRecommendationWidget {
	box-sizing: border-box;
	border: 0!important;
}
.active_tab {
	background: #e9e9e9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #dfdfde 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#dfdfde));
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#dfdfde 100%);
	background: -o-linear-gradient(top,  #e9e9e9 0%,#dfdfde 100%);
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#dfdfde 100%);
	background: linear-gradient(to bottom,  #e9e9e9 0%,#dfdfde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#dfdfde',GradientType=0 );
}
.inactive_tab {
	background: #e0ddd6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZGRkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYWM2YmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e0ddd6 0%, #cac6ba 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0ddd6), color-stop(100%,#cac6ba));
	background: -webkit-linear-gradient(top,  #e0ddd6 0%,#cac6ba 100%);
	background: -o-linear-gradient(top,  #e0ddd6 0%,#cac6ba 100%);
	background: -ms-linear-gradient(top,  #e0ddd6 0%,#cac6ba 100%);
	background: linear-gradient(to bottom,  #e0ddd6 0%,#cac6ba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0ddd6', endColorstr='#cac6ba',GradientType=0 );
}
.active_tab.focused_tab:focus {   
	outline: 1px solid #4D90FE;  
}
.tab {
	margin: 1px 0 0 0!important;
	padding: 17px 22px;
	background: url(../images/product_detail/tabBody_bg.gif) repeat-x top left;
	border: solid 1px #cdcdcd;
	width: 100%;
	box-sizing: border-box;
}
/** END Tabs **/

/** Price **/
.reg {
	text-decoration: line-through;
}
.regprice {
	font-size: 12px; 
	color: #000;
}
.price {
	font-size: 12px; 
	color: #C70022;
	font-weight: bold;
}
.cart-regprice {
	font-size: 12px; 
}
.cart-price {
	font-size: 12px; 
	display:inline;
}
/** END Price **/
/** Recently Viewed **/
.recentlyViewed {	 
	float: left; 
	padding: 10px 22px 44px 0;
}
.recentlyViewed div {
	padding-bottom: 4px;
	margin: 0 0 4px; 
	font-size: 11px; 
	border-bottom: solid 1px #d4d4d4; 
	font-weight: bold;
}
.recentlyViewed li {
	float:left; 
	padding:2px;
}
/** END Recently Viewed **/

/** Replacement Viewed **/
.replacementViewed {
	float:left; 
	padding: 10px 22px 44px 0; 
}
.replacementViewed div {
	padding-bottom: 4px;
	margin: 0 0 4px; 
	font-size: 11px; 
	border-bottom: solid 1px #d4d4d4; 
	font-weight: bold;
}
.replacementViewed li {
	float:left; 	
	padding:2px;
}
/** END Replacement Viewed **/

/** Matching Apparel **/
.apparel-info {
	margin-bottom: 20px;
	line-height: 13px;
}
.order-items-dsp .apparel-info {
	margin-bottom: 15px;
  	color: #666;
	font-size: 14px;
	text-align: center;
	padding: 13px 60px 0 13px;
}
.apparel-label {
	margin-bottom: 1px;
	font-weight: bold;
}
.apparel-item {
	padding: 12px 0 17px;
	border-top: solid 1px #cdcdcd;
	overflow: hidden;
}
.apparel-preview {
	float: left;
	width: 115px;
	text-align: center;
}
.sideBySideViewLink {
	display: block;
	font-weight: bold;
	color: #333;
}
.sideBySideViewLink:hover {
	text-decoration: underline;
}
.apparel-entry {
	float: left;
	padding-left: 12px;
  	width: 260px;
}
.order-items-dsp .apparel-entry {
	padding-left: 13px;
  	width: 215px;
  	box-sizing: border-box;
}
.order-items-dsp .apparel-entry .product-msg {
	margin: 0 0 5px;
}
.order-items-dsp .right_column .apparel-entry .product-msg{
  	word-wrap: break-word;
  	max-width: 93%;
}
.apparel-title {
	margin: 0;
  	font-size: 1.1em;
  	font-weight: bold;
}
.order-items-dsp .apparel-title {
  	font-size: 12px;
}
.order-items-dsp .right_column .apparel-title{
	word-wrap: break-word;
	width: 96%;
}
.order-items-dsp .right_column .apparel-item .input-initials {
	margin-right: 67px;
}
.ie .order-items-dsp .right_column .apparel-item .input-initials {
	margin-right: 71px !important;
}
.order-items-dsp .apparel-item-id{
	font-size:11px;
}
.apparel-title a {
	color: #000;
	text-decoration: underline;
}
.apparel-title a:hover {
	text-decoration: none;
}

.product-details .apparel-item .qty .spot {
	float: none;
	padding: 6px 0;
	overflow: hidden;
}
.product-details .apparel-item .qty {
	margin: 0;
	padding: 0;
	border: 0;
}
.product-details .apparel-item .qty select,.ie .product-details .apparel-item .qty .select2 {
	float: right;
	margin: 0;
	height: 20px;
}
.product-details .apparel-item .addToCart {
	margin-right: 84px;
}
.apparel-item .product-options select,
.product-details .apparel-item .qty select,.ie .apparel-item .product-options .select2,.ie .product-details .apparel-item .qty .select2 {
	width: 182px !important;
}
.apparel-item .product-options label,
.product-details .apparel-item .qty label {
	display: inline-block;
	padding-top: 4px;
	width: 60px;
}
.apparel-item .product-options {
	padding: 0;
	border: 0;
} 
.apparel-item .product-options .spot {
	padding: 6px 0 0;
}
.product-details-main .mg-sub-options {
	padding-left: 20px;	
}
.apparel-item .input-initials {
	margin-right: 108px;
}
.ie .apparel-item .input-initials {
	margin-right: 115px;
}
.apparel-price {
	float: left;
	margin: 10px 0 10px 15px;
	width: 110px;
}
.order-items-dsp .apparel-price {
	width: 85px;
}
.apparel-price .regprice,
.apparel-price .reg {
	display: block;
	margin-bottom: 7px;
	font-size: 1.1em;
}
.apparel-price .product-promo-description {
	padding-top: 0;
	font-size: inherit;
	line-height: initial;
	width: inherit;
}
.apparel-price .price {
	font-size: 1.1em;
	font-weight: bold;
  	text-transform: uppercase;
}
.order-items-dsp .apparel-list{
	background:url('../images/product_detail/tabBody_bg.gif') repeat-x top left;
  	border: solid 1px #cdcdcd;
 	border-top: none;
	
}
/** END Matching Apparel **/

/** Side by Side Modal **/
.modal-side-by-side .modal-title {
	margin-bottom: 20px;
	padding: 0 0 4px;
	border-bottom: solid 1px #d9d9d9;
    line-height: 16px; 
}
.modal-side-by-side .modal-header {
	padding-top: 9px;
}
.modal-side-by-side .modal-body {
	padding: 0 25px 30px;
}
.modal-side-by-side {
	width: 633px;
}
.modal-side-by-side iframe {
	border: 1px solid #d4d4d4;
}
.side-by-entry {
	overflow: hidden;
	font-size: 11px;
}
.side-by-col {
	float: left;
	width: 266px;
}
.side-by-title {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 12px;
}
.side-by-entry .more-link {
	float: right;
	color: #827a5e;
	text-decoration: underline;
}
.side-by-entry .more-link:hover {
	text-decoration: none;
}
.side-by-entry .colorSwatches {
	margin: 5px 0 15px;
}
/** Side by Side Modal **/

/*END Product */

/* Gift Card */
.gift-card-content {
	margin: 0 0 16px 12px;
	padding: 20px;
}
.gcBalInqMsg {
  color: #ff0000;
  font-weight: bold;
}
.gift-card-image {
	margin: 10px 20px;
	text-align: center;
}
.gift-card-image img {
	max-width: 100%;
}
.gift-card-top { 
	margin: 10px 0 0 10px;
} 
.gift-card-top:after {
  content: "";
  display: table;
  clear: both;
}
.gift-card-top label {
	display: block;
    margin: 0 0 10px;
}
.gift-card-top select,.ie .gift-card-top .select2 {
	width: 295px;
  	margin: 0 0 10px;
}
.gift-card-top .gift-card-check {
	margin: 0 0 10px 22px;
}
.gift-cards .form-row {
	margin: 10px 0;
}
.gift-cards .form-row label {
	display: block;
	padding-right: 14px;
	text-align: right;
}
.gift-cards .input-text {
	width: 176px;
}
.gift-card-text {
	margin: 0 0 10px;
	width: 295px;
}
.gift-cards .definingAttributes {
	margin-top: 10px;
}
.gift-cards .colorSwatches {
	margin: 0;
}
.gift-cards .product-options {
	padding: 0;
	border: 0;
}
.gift-cards .product-options .spot {
	padding: 0;
	font-size: inherit;
}
.gift-cards .product-options label {
	width: 25%;
	padding: 2px 14px 0 0;
	box-sizing: border-box;
	text-align: right;
}
.gift-cards .product-options select,.ie .gift-cards .product-options .select2{
	float: left;
	width: 106px;
}
.promo-wrap img.cross-icon{
  	width: 9px;
  	margin-right: 2px;
}

.promo-wrap #giftCardNumberAppl{
	background: url(/wcsstore/JABAuroraStorefrontAssetStore/images/closeicon.gif) no-repeat;
  	text-indent: 17px;
  	background-position-y: -2px;
}
/* END Gift Card */

/* Gift Card: Check Balance */
.gift-card-check-balance {
	background: #fff;
}
.co-box {
	padding: 20px;
	margin-bottom: 16px;
}
.gift-card-views {
	padding-top: 20px;
}
.gift-card-balance {
	font-weight: bold;
	color: #000;
}
.gift-card-check-balance h2 {
	padding: 10px 0 0 10px;
}
.gift-card-balance-form {
	font-size: 11px;
}
.gift-card-balance-form .button { 
	margin: 10px 0 0 104px; 
}
.gift-card-balance-form p {
	margin-top: 10px;
}
.gift-card-balance-info {
	margin-bottom: 15px;
	color: #333;
	border-bottom: 1px solid #ddd;
}
.gift-card-balance-info h3 {
	font-size: 14px;
	line-height: normal;
	margin: 0 0 9px;
}
/* EO Gift Card: Check Balance */

/* Rate Chart Modal */
.modal-wrapper.modal-ship-rate {
	width: 518px;
}
.modal-ship-rate .modal-body {
	padding-bottom: 26px;
	font-size: 11px;
	line-height: 12px;
}
.ship-rate-table td,
.ship-rate-table th {
	padding: 3px;
	font-size: 11px;
	border: 1px solid #dbd8cf;
	text-align: left; 
}
/* END Rate Chart Modal */

/*** RWD-A ***/

@media (max-width: 600px) {

	/* Menu */

	.basicMenu > h3 {
		display: block;
		margin: 0;
		padding: 15px;
		background-color: #687979;
		color: #ffffff;
		font-size: inherit;
	}
	.basicMenu > .closeButton {
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		padding: 10px;
		color: #ffffff;
		font-family: monospace;
	}
	.basicMenu > .closeButton > span:before {
		content: "[x]";
	}

	/* Header */

	#header:before {
		height: 5px;
	}
	#headerRow1 {
		height: 53px;
	}

	/* Quick links bar */

	#quickLinksBar > li > a {
		font-size: 11px;
	}
	#quickLinksBar > li > a > br {
		display: inline;
	}
	#quickLinksMenu.active {
		left: 0;
		right: 0;
		width: auto;
	}

	/* Mini cart button */

	#widget_minishopcart {
		margin: 3px 15px;
	}

	/* Mini cart */

	#cartDropdown {
		width: auto;
	}

	/* Departments menu */

	#departmentsButton {
		display: block;
		max-width: 300px;
		margin: 2px 90px 2px 15px;
	}
	#departmentsButton > span {
		display: block;
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		text-align: left;
	}
	#departmentsMenu {
		display: none;
	}
	#departmentsMenu.active {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		margin: 0;
		padding: 0 15px 15px 15px;
		background-color: #ffffff;
		border: 1px solid #c9cece;
		border-top: 3px solid #ffa200;
		border-radius: 0 0 4px 4px;
		color: #404040;
		font-size: 12px;
		list-style: none;
	}
	#departmentsMenu > li {
		display: block;
	}
	#departmentsMenu > li.hidden {
		position: static;
		visibility: visible;
	}
	.departmentButton {
		display: none;
	}

	/* Department menu */

	.departmentMenu {
		display: block;
		position: relative;
		top: auto;
		width: auto;
		margin: 0;
		padding: 0;
		border: 0 none;
	}
	.departmentMenu > .header > .toggle {
		display: block;
		position: absolute;
		right: -8px;
		top: 0;
		margin: 8px 0;
		padding: 8px;
		font-family: monospace;
	}
	.departmentMenu > .header > .toggle > span:before {
		content: "[+]";
	}
	.departmentMenu > .header > .toggle.selected > span:before {
		content: "[-]";
	}

	/* Category list */

	.categoryList {
		display: none;
		border-bottom: 1px solid #ffa200;
	}
	.departmentMenu.active .categoryList {
		display: block;
	}

	/* Subcategory list */

	.subcategoryList {
		border-bottom: 1px solid #e0dee5;
	}
	.subcategoryList > li {
		display: inline-block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 50%;
		padding-right: 16px;
		vertical-align: top;
	}

	/* "All departments" menu */

	#allDepartmentsButton {
		display: none;
	}
	#allDepartmentsMenu {
		display: none !important;
	}

	/* Search bar */

	#searchButton {
		display:block;
		position: absolute;
		right: 0;
		top: 0;
		width: 58px;
		height: 38px;
		margin: 2px 15px;
		background-color: #ffffff;
		border: 1px solid #BFBFBF;
		border-radius: 4px;
		vertical-align: middle;
		overflow: hidden;
	}
	#searchButton:before {
		content: url("../images/responsive/rwdUI.png");
		position: absolute;
		left: -99px;
		top: -9px;
		clip: rect(21px, 135px, 35px, 121px);
	}
	#searchButton:hover:before {
		left: -119px;
		clip: rect(21px, 155px, 35px, 141px);
	}
	#searchBar {
		display: none;
	}
	#searchBar.active {
		display: block;
		position: static;
		right: auto;
		width: auto;
		padding: 2px 15px;
		border-top: 1px solid #c9cece;
	}
	#searchBox > .submitButton {
		width: 10px;
		height: 18px;
		border-width: 6px 10px;
	}
	#searchBox > .submitButton:before {
		left: -181px;
	}
	#searchBox > .submitButton:hover:before {
		left: -201px;
	}

	/* Autocomplete menu */

	#searchDropdown {
		left: -16px;
		right: -16px;
		top: 41px;
	}

	/* Footer */

	#footerRow1 > .section > .header:before {
		height: 30px;
		border-radius: 3px 3px 0 3px;
	}
	#footerRow1 > .section > .header > .toggle {
		display: block;
		position: absolute;
		left: -30px;
		bottom: -1px;
		width: 6px;
		height: 12px;
		border-width: 9px 12px;
		border-style: solid;
		border-color: transparent;
		overflow: hidden;
	}
	#footerRow1 > .section > .header > .toggle:before {
		content: url("../images/responsive/rwdUI.png");
		display: block;
		position: absolute;
		left: -161px;
		top: -1px;
	}
	#footerRow1 > .section.active > .header > .toggle {
		width: 12px;
		height: 6px;
		border-width: 12px 9px;
	}
	#footerRow1 > .section.active > .header > .toggle:before {
		left: -181px;
		top: -1px;
	}
	#footerRow1 > .section > ul {
		display: none;
	}
	#footerRow1 > .section.active > ul {
		display: block;
	}

	/* Carousel */

	.contentCarouselWidget {
		overflow: hidden;
	}

}



/*** Mobile (portrait) - 0-400px ***/

@media (max-width: 400px) {

	/* Category list */

	.categoryList > li {
		width: 100%;
		padding-right: 0;
	}

	/* Search bar */

	#searchTermWrapper {
		right: 58px;
		border-right: 1px solid #bfbfbf;
	}
	#searchFilterButton {
		display: none;
	}
	#searchFilterMenu.active {
		display: none;
	}
	#searchBox > .submitButton {
		border-width: 6px 20px;
	} 

}
 
/* Store Locator Styles */
.store-locator-wrapper .store-locator-lookup,
.store-locator-wrapper .error-message {
	display: inline-block;
}

.store-locator-wrapper .error-message {
	margin: 0 0 10px;
}

.store-locator-wrapper .lookup_go_button {
	cursor: pointer;
}
.store-map-container {
	position: relative;
	width: 660px;
	height: 360px;
}
.store-map-container #map {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#store_locator_map {
	height: 360px;
}
#store_locator_results {
  overflow: hidden;
}

.location_results {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.location_results .marker,
.location_results .store-image,
.location_results .details {
	display: table-cell;
}

.location_results .store-image {
	padding: 0 10px 0;
	vertical-align: top;
}

.location_results .details {
	padding: 0 0 30px;
	vertical-align: top;
	position: relative;
}

.location_results .details .store-hours {
	width: 325px;
}

.location_results .marker {
	vertical-align: middle;
	font-weight: bold;
	padding: 20px;
}

.location_results li {
	position: relative;
}

.location_results li:hover .marker,
.location_results li.active .marker {
	color: #fff;
	background: #ccc;
}

.store-locator-area {
	float: left;
	background: #fff;
	padding: 15px;
	margin: 20px 0;
}

#store_locator_results_wrapper {
	display: none;
	margin: 15px 0 20px;

}

#store_locator_results_wrapper.active {
	display: block;
}

.store-locator-area .pagination .dots,
.store-locator-area .pagination .btn {
	display: inline-block;
}

.store-locator-area .pagination .dots li,
.store-locator-area .pagination .btn {
	vertical-align: middle;
}


.store-locator-area .pagination .dots li {
	display: inline-block;
	padding: 0 4px;
}
.store-locator-area .pagination .dots li a {
	display: block;
	border-radius: 5px;
	border: 5px solid #ccc;
	
}

.store-locator-area .pagination .dots li a:hover,
.store-locator-area .pagination .dots li a.active {
	border-color: #000;
}

.store-locator-area .pagination .btn.inactive {
	text-decoration: none;
	color: #c8c8c8;
}

.location_results li {
	padding: 14px 0 7px;
	margin: 0 0 7px;
	border-bottom: 1px solid #ccc;
}

.location_results li div.details span {
	display: block;
	padding: 5px 15px;
}

.location_results li div.details .location_name {
	color: #000;
	font-weight: bold;
	padding: 0 5px 5px;
}

.store-options-pane {
	width: 100%;
	position: absolute;
 	left: 5px;
	bottom: 7px;
}

.view-on-map-btn {
	float: left;
}
	
.view-on-map-btn {
	float: right;
	position: relative;
	padding: 0 0 0 20px;
}

.view-on-map-btn:before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
	top: -5px;
	background: url(../images/global/tool_quick_view.png) no-repeat left top;
}

.store-locator-page .store-locator-lookup {
	float: left;
	width: 160px;
	margin-right: 15px;	
}
.store-locator-page .store-locator-primary {
  float: right;
  width: 690px;
}
.store-locator-page .breadcrumb { margin-top: 0; }
.store-locator-page .store-locator-area { margin-top: 0; }
.store-locator-page .hr {
	border-bottom: 1px solid #c2c0ba;
	padding: 0 0 6px;
	margin: 0 0 6px;
} 
.store-locator-page .lookup-btn {
	margin: 16px 0 0;
  	padding: 9px 0 0;
  	border-top: 1px solid #c2c0ba;
	text-align: right;
}
.store-locator-page .store-locator-lookup p {
	margin: 0 0 10px;
}
.store-locator-page .lookup-short {
	display: none;
}
.lookup-search,
.lookup-direction {
	margin: 0 0 16px;
}
.lookup-direction { display: none; }
.lookup-form-line:after {
	content: "";
	display: table;
	clear: both;
}
.lookup-form-line label {
	float: left;
	width: 50px;
	text-align: right;
}
.lookup-form-line .input-text {
	float: left;
	margin-left: 10px;
	width: 100px;
}
.lookup-form-line .sep {
	clear: both;
  	display: block;
}
.lookup-direction-info {
	margin: 0 0 12px;
}
.lookup-direction-info td {
	vertical-align: top;
}
.lookup-additional {
	padding: 10px 0 0;
}
.lookup-additional a {
	text-decoration: none;
}

.infoBox span.notch {
	width: 17px;
	height: 10px;
	position: absolute;
	left: 28px;
	bottom: -9px;
	margin: 0 auto;
	background: url(../images/global/tooltips/tip-notch.png) no-repeat -5px -1px;
}

.store-locator-page .store-locator-mark-tooltip {
	background: #fff;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
}

.store-locator-page .store-locator-mark-tooltip .location_name {
	width: 100px;
}

/* EO Store Locator Styles */

/* Store Locator Checkout */
.checkout-store-locator #map,
.checkout-store-locator .static_content,
.checkout-store-locator .store-options-pane,
.checkout-store-locator .lookup-direction, 
.checkout-store-locator .lookup-additional,
.checkout-store-locator .breadcrumb,
.checkout-store-locator .lookup-advanced {
	display: none;
}
.checkout-store-locator .lookup-short {
	display: block;
	float: left;
}
.checkout-store-locator .store-locator-area {
	float: none;
  	margin: 0;
}
.checkout-store-locator .location_results li {
	cursor: pointer;
}
.checkout-store-locator .lookup-form-line label {
	width: inherit;
	padding: 2px 0 0;
}
.checkout-store-locator .lookup-form-line .input-text {
	width: 200px;
}
.checkout-store-locator .lookup-btn {
	float: left;
  	margin-left: 10px;
}

.checkout-store-locator .location_results .details {
	padding: 0;
}

.checkout-store-locator .location_results .store-hours {
	width: 250px;
}
.checkout-store-locator .store-locator-wrapper .error-message {
	display: block;
}
.shipping-border {
	margin-bottom: 16px;
}
.ie .place-holder-postalcode-align,.ie .place-holder-city-align,.ie .place-holder-state-align{
	position:relative;
}

.ie .place-holder-postalcode-align label[class="placeholder"]{
	position: absolute;
	top:3px;
	left:64px;
	color:#999;
}

.ie .place-holder-city-align label[class="placeholder"]{
	position: absolute;
	top:3px;
	left:35px;
	color:#999;
}

.ie .place-holder-state-align label[class="placeholder"]{
	position: absolute;
	top:3px;
	left:43px;
	color:#999;
}

/* EO Store Locator Checkout */  

/* Checkout Google Autocomplete */
.pac-container {
	width: 336px!important;
} 
/* EO Checkout Google Autocomplete */

/* BV Overriding styles */
#BVRRSummaryContainer {
	float:right;
	clear:both;
	margin: 0;
}
#BVRRSummaryContainer .bv-cleanslate .bv-core-container-65 .bv-summary-bar-minimalist-horizontal .bv-stars-container {
	margin-right: 0!important; 
}
#BVRRSummaryContainer .bv-cleanslate .bv-core-container-65 .bv-summary-bar-minimalist .bv-write-container .bv-submission-button {
	margin-right: 10px!important
}
.bv-prs-container .bv-primarySummary-rating-container .bv-summary-bar .bv-stars-container {
	float: right !important;
}

.bv-prs-container .bv-primarySummary-rating-container .bv-summary-bar .bv-action-bar .bv-write-review-container button{
	padding: 0 !important;
	margin: 0 !important;
	font-family: sans-serif !important;
}

.bv-prs-container .bv-primarySummary-rating-container .bv-summary-bar .bv-action-bar .bv-write-review-container button.bv-write-review:hover {
	font-family: sans-serif !important;
	font-size: 10px !important;
}

.bv-compat .bv-content-list-container .bv-header .bv-action-bar {
	padding: 10px 10px !important;
}

.bv-content-list-container .bv-section-summary .bv-section-summary-table .bv-section-summary-inline .bv-inline-histogram-ratings table {
	margin: 10px 10px 0 !important;
}

.bv-compat .bv-content-list-container .bv-content-list .bv-content-details-container {
	margin: 0 !important;
}
/* EO BV Overriding styles */

.live-chat-btn-text {
	font: italic bold 14px Arial, sans serif;
	text-transform: uppercase;
	color: #fff;
}

.live-chat-btn {
	margin: 10px 0;
	padding: 5px 33px 5px 11px;
	border: 1px solid #637e75;
	background: #316f5a;
	background: -moz-linear-gradient(top,  #316f5a 0%, #426056 100%);
	background: -webkit-linear-gradient(top,  #316f5a 0%,#426056 100%);
	background: -ms-linear-gradient(top,  #316f5a 0%,#426056 100%);
	background: linear-gradient(to bottom,  #316f5a 0%,#426056 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316f5a', endColorstr='#426056',GradientType=0 );
	position: relative;
	cursor: pointer;
}

.live-chat-btn:active {
	background: #43967A;
}

.live-chat-btn:after {
	content: '';
	width: 20px;
	height: 13px;
	position: absolute;
	right: 8px;
	top: 6px;
	background: url(../images/global/live-chat-bubble-icon.png) 0 0 no-repeat;
}

.shopping_cart_box .live-chat-btn {
	float: right;
	margin: 0 20px 10px 0;
}

#customers_new_or_returning .returning {
	margin: 20px 20px 55px 20px;	
}

#customers_new_or_returning .returning .live-chat-btn {
	position: absolute;
	bottom: -55px;
	left: 0;
}

#checkout_crumb .crumb .live-chat-btn {
	margin: -3px 0 0 20px;
}

/* Direct Connect */
.direct-connect-page-wrapper {
	background: #DBD8CF;
	padding: 7px 15px 20px;
}
.direct-connect-content {
	float: right;
	width: 354px;
 	margin: 0 auto 15px;
}
.direct-connect-content .os_search label  {
	float: left;
	margin: 0 0 10px;
	width: 170px;
	text-align: center;
	font-size: 11px;
	line-height: normal;
}
.direct-connect-content .os_search .button {
	display: block;
  	clear: both;
}
.direct-connect-content .co_box {
	padding-top: 12px;
}
.direct-connect-content .form-controls-wrapper {
  	margin: 0 0 10px 10px;
	float: left;
}
.direct-connect-data-field {
	width: 169px;
}
.dc-home {
	background: #fff;
}
.dc-home-row {
	padding: 20px;
}
.dc-home h2 {
	padding: 10px 0 0 10px;
}
.dc-home-row h2 {
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.dc-home-row #searchBar {
	overflow: hidden;
	margin-left: 160px; 
}
.dc-home-row #searchBox {
	height: inherit;
}
.dc-home-row #searchTermWrapper input {
	background: #fff;
	border: 1px solid #B8B8B8;
	width: 200px;
}
.dc-home-row #searchTermWrapper {
	position: static;
}
.dc-home-row #searchBox .button {
	float: left;
	margin: 10px 0 0;
	background: #000 url(../images/global/buttons/btn_primary_r_up_bg.png) right no-repeat;
	padding: 0 20px 0 0;
	box-shadow: none;
	text-align: left;
	width: inherit;
}
.dc-home-row #searchBox .button span {
	background: url(../images/global/buttons/btn_primary_l_up_bg.png) left no-repeat;
	padding: 0 0 0 20px;
	height: 23px;
	line-height: 23px;
}
.dc-home-row #searchBox .button:hover {
	background: #655f49 url(../images/global/buttons/btn_primary_r_over_bg.png) right no-repeat;
}
.dc-home-row #searchBox .button:hover span {
  	background: url(../images/global/buttons/btn_primary_l_over_bg.png) left no-repeat;
}
.dc-home-row .order-status-link {
	display: none;
}
/* EO Direct Connect */

/* WCM Content Pages */
/** Common Static Page Styles **/
.contentSectionArea {
	background: #fff;
	padding: 10px;
	font-size: 11px;
	line-height: normal;
}
.two-row-content{
	width: 837px;
	background:#FFF;
}
.col-one-cnt{
	width:360px;
	float:left;
}
.col-two-cnt{
	width:320px;
	float:right;
	margin-right: 20px;
}
.contentSectionArea h2 {
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	margin-bottom: 5px;
}
.contentSectionArea p {
	margin-bottom: 12px;
}
.contentSectionArea ul {
  list-style: disc;
  padding-left: 15px;
  list-style-position: inside;
}
.contentSectionArea .a-center { text-align: center; }

.contentSectionArea .wcm-gen-text-centered {
	text-align: center;
}
.contentSectionArea .wcm-gen-text {
	font-size: 12px;
	line-height: 16px;
}
.contentSectionArea .h1-override {
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DFDFDF;
}
/** EO Common Static Page Styles **/

/** WCM Video To View **/
.contentSectionArea .video-page-container {
	width: 835px;
	margin-left: 5px;
}
.contentSectionArea .video-page-links {
	width: 241px;
	min-height: 500px;
	background-color: #dbd8cf;
	float: left;
	margin-right: 14px;
	padding: 10px;
}
.contentSectionArea .video-page-holder {
	width: 560px;
	float: left;
}
.contentSectionArea .all-vids {
	width: 560px;
	height: 200px;
	display: none;
}
.contentSectionArea .video-page-title {
	margin-top: 0;
	margin-bottom: 5px;
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #666;
}
.contentSectionArea iframe {
	margin-bottom: 10px;
}
.contentSectionArea .video-page-callToAction {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666;
	display: inline;
	text-align: left;
}
.contentSectionArea .video-page-callToAction a {
	color: #666;
	float: none;
	display: inline;
	margin-left: 1px;
}
.contentSectionArea .video-page-callToAction a:hover {
	color: #000;
}
.contentSectionArea .video-page-selection-title {
	margin-top: 0;
	margin-bottom: 5px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #666;
}
.contentSectionArea .video-page-links a {
	font: 12px/24px Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
.contentSectionArea .video-page-links a:hover {
	color: #000;
	text-decoration: none;
}
/** EO WCM Video To View **/

/** Tuxedo Rental Styles **/
.tuxedo-rental .tuxedo-rental-content{
	background:url('//scene7.josbank.com/is/image/JosBank/14-17419_JAB_image_update_Final');
  width: 837px;
  height:543px;
}
.tuxedo-rental{
  	width: 845px;
  	background: white;
 	padding: 10px;
}
.tuxedo-rental .tuxedo-rental-content .button-cnt{
  position: relative;
  top: 340px;
  left: 492px;
}
/** EO Tuxedo Rental Styles **/

/** WCM content Styles **/
.WCM-content.main-content{
	background: url(../images/global/content/lc.png) repeat-x left top;
  	padding: 9px 14px 14px;
  	margin: 0 -14px;
}
.WCM-content h3{
	  font-size: 12px;
	  font-weight: bold;
	  color: #666;
	  margin-top: 1.4em;
	  margin-bottom: .3em;
}
.WCM-content .breadcrumb {
	margin-top: 4px;
}
.plt-15{
	padding-left:15px !important;
}
.cust-serv-center .left-colm ul li{
	background: url(../images/global/list_bullet.png) no-repeat left center;
  	padding-left: 8px;
  	font-size: 12px;
  	list-style-type: none !important;
}
.ft-12{
	font-size:12px;
}
.cust-serv-center .left-colm{
 	  width: 675px !important;
 	  float:left;
 	  margin-right:15px;
 }
 
.cust-serv-center .left-colm .inner-container{
	width:auto !important;
}

.cust-serv-center .right-colm{
	width: 150px;
	float:left;
}
.cust-serv-center h2{
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 15px;
	font-size: 18px !important;
	margin-bottom:15px !important;
}
.cust-serv-center .detailRow{
	font-size:12px;
}
.prt-10{
	padding-right:10px !important;
}
.WCM-content .intbreadCrumbs {
  	height: 31px;
  	padding-left: 14px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.WCM-content h2.h2overide {
  font-size: 18px !important;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 15px;
  margin-top:0 !important;
}
.WCM-content .intbreadCrumbs ul li {
  display: block;
  float: left;
  padding-top: 4px;
  margin-right: 5px;
}
.WCM-content .intbreadCrumbs ul li a {
  background: url('../images/global/content/int_breadCrumbs_seperator.gif') no-repeat right 4px;
  color: #000;
  display: block;
  padding-right: 10px;
}

.WCM-content.main-content .inner-layer{
  width: 845px;
  background: white;
  padding: 10px;
}
.WCM-content.main-content .inner-layer .inner-container{
  width: 828px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(//content.josbank.com/Content-Page/SpecialOccasionSuits-BG.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: #f6f6f6;
  margin-top: 10px;
}
.WCM-content.main-content .inner-layer .inner-container h1{
	  font-family: 'Raleway', sans-serif;
	  font-size: 46px;
	  color: #FFFFFF;
	  text-decoration: none;
	  text-transform: uppercase;
	  text-align: center;
	  letter-spacing: 5px;
	  font-weight: 300;
	  padding-top: 10px;
	  margin-bottom: 10px;
}
.WCM-content.main-content .inner-layer .inner-container h1 span{
	  color: #132e45;
}
.WCM-content.main-content .inner-layer .inner-container span.SpecSuitColorSelect {
  width: 184px;
  border: none;
  float: left;
  margin: 0px 10px 0px 10px;
  background-repeat: no-repeat;
  background-position: top left;
}
.WCM-content.main-content .inner-layer .inner-container a{
  display: inline-block;
  width: auto;
}
.WCM-content.main-content .inner-layer .inner-container span.SpecSuitColorSelect span.inner-ele span {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 4px;
  font-weight: 700;
}
.WCM-content.main-content .inner-layer .inner-container span.SpecSuitColorSelect span.inner-ele {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 4px;
  font-weight: 300;
  padding: 10px;
  margin-top: 447px;
}
.WCM-content.main-content .inner-layer .inner-container span#SpecSuitBlack {
  background-color: #262b2d;
}
span#SpecSuitTan {
  background-color: #85705c;
}
span#SpecSuitBlue {
  background-color: #132e45;
}
span#SpecSuitGrey {
  background-color: #565a5e;
}
.WCM-content.main-content .inner-layer .inner-container a:hover span#SpecSuitBlack{
	background-color:#FFF;
	color:#262b2d;
}
.WCM-content.main-content .inner-layer .inner-container a:hover span#SpecSuitGrey{
	background-color:#FFF;
	color:#565a5e;
}
.WCM-content.main-content .inner-layer .inner-container a:hover span#SpecSuitBlue{
	background-color:#FFF;
	color:#132e45;
}
.WCM-content.main-content .inner-layer .inner-container a:hover span#SpecSuitTan{
	background-color:#FFF;
	color:#85705c;
}
.WCM-content.main-content .inner-layer .inner-container div#SpecSuitText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #262b2d;
  text-decoration: none;
  text-align: left;
  padding: 10px;
  line-height: 24px;
}
.WCM-content.main-content .inner-layer .inner-container p#SpecSuitTextbtm{
  font-size: 18px;
}
.WCM-content.main-content .inner-layer .inner-container ul li{
	list-style-type:disc;
  	list-style-position: inside;
}
.mob-landing-page .inner-layer .inner-container,.ea-tips-page .inner-layer .inner-container{
	background:none !important;
}
.EA_SectionTitle {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666666;
  margin-top: 25px;
}
.ea-tips-page .inner-layer h1{
	font-size: 20px !important;
  	margin-bottom: 1em !important;
  	text-transform: inherit !important;
  letter-spacing: inherit !important;
}
.ea-tips-page .inner-layer .EA_ArticleTitle{
	  font-size: 18px ;
	  font-family: Arial, Helvetica, sans-serif !important;
	  font-weight: bold !important;
	  color: #666666 !important;
	  margin-bottom: 15px ;
	  border-bottom: 1px solid #DFDFDF !important;
	  padding-bottom: 5px !important;
	  border-top: 1px solid #DFDFDF !important;
	  padding-top: 5px !important;																							
}
.ea-tips-page .inner-layer h2 {
  font-size: 14px;
  color: #666;
  margin-top: 1.4em;
  margin-bottom: .3em;
}
.ea-tips-page .inner-layer h2 a{
	font-weight:normal;
}
.ea-tips-page .inner-layer sub{
	vertical-align: top;
}
.sizeChart_infoTableChart {
  width: 500px;
  margin: 5px 10px 10px 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  border-width: 1px;
  border-spacing: 0px;
  border-style: solid;
  border-color: #666666;
  border-collapse: collapse;
}
.sizeChart_infoTableChart tr td {
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
}

.sizeChart_infoTableChart tr td, .sizeChart_infoTableChart tr.sizeChart_GreyBG td span {
  text-align: center;
}
tr.sizeChart_GreyBG {
  background-color: #e6e6e6;
}
.sizeChart_infoTableChart tr td span, .sizeChart_infoTableChart tr.sizeChart_GreyBG td span {
  color: #cc0000;
}
.ea-tips-page .inner-layer{
	padding:10px 10px 30px 10px !important;
}
.EA_GeneralText, .EA_GeneralTextListItems {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 16px;
}
.ea-tips-page .inner-layer p img{
	vertical-align:middle;
}

.ea-tips-page .inner-layer p {
  margin: 0 0 1em 0;
}

.WCM-content div.left-col{
	width: 328px;
	max-height: 520px;
	float: left;
	margin: 10px 10px 0px 10px;
	text-align: left;
}

.WCM-content div.right-col{
	width: 470px;
	float: left;
	margin: 10px 10px 0px 0px;								
}
div#EA_LinksContainer {
  width: 320px;
  max-height: 520px;
  margin-top: 20px;
  text-align: left;
  overflow: auto;
}
.EA_ArticleList, .EA_ArticleList li, .EA_ArticleList li a {
  list-style: none !important;
  padding-left: 0px;
  margin-top: 0px;
  margin-left: -5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 20px;
  text-decoration: none;
}
#EA_FeaturedList, #EA_AdviceList, #EA_GuidesList, #EA_TipsList, #EA_TrendsList {
  display: none;
}
div#EA_LinksContainer ul {
  list-style: disc;
  padding-left: 15px;
  list-style-position: inside;
}
div#EA_LinksContainer a span{
	font-size:12px;
	color:#696969;
}
.ea-tips-page .inner-layer .inner-container .shipRateTable {
	border-width: 1px;	
	border-spacing: 0px;	
	border-style: solid;	
	border-color: #dbd8cf;	
	border-collapse: collapse;
}
.ea-tips-page .inner-layer .inner-container .shipRateTable th {	
	border-width: 1px;	
	padding: 3px;	
	border-style: solid;	
	border-color: #dbd8cf;
}
.ea-tips-page .inner-layer .inner-container .shipRateTable td {	
	border-width: 1px;		
	padding: 3px;	
	border-style: solid;	
	border-color: #dbd8cf;
}
.EA_CategoryTitle {
  display: block !important;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #b68c0f;
  margin-top: 20px;
  text-decoration: none;
}
.EA_ArticleList, .EA_ArticleList li, .EA_ArticleList li a {
  list-style: none;
  padding-left: 0px;
  margin-top: 0px;
  margin-left: -5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 20px;
  text-decoration: none;
}

/* Site Map */
.site-map .padding-wrapper {
	padding: 14px;
}
.site-map .primary-column {
	width: 690px;
  	float: right;
}
.site-map .secondary-column {
	padding: 14px;
	width: 148px;
  	float: left;
}
.site-map p {
	margin: 0 0 10px;
}
.site-map h2 {
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 15px;
}
.site-map h2 span {
	display: block;
	font-size: 11px;
}
.site-map dt {
	font-weight: bold;
}
.site-map dd {
	margin: 0 0 20px;
}
.site-map li {
	background: url(../images/global/list_bullet.png) no-repeat left center;
  	padding-left: 8px;
}
/* EO Site Map */

/* Checkout */
#unregistered_form .select2 { margin-bottom: 9px; }
/* EO Checkout */

/** International Checkout Page **/
.international-checkout {
	padding-bottom: 10px;
}
.breadcrumb-international #orderItemDisplay {
	display: inline-block;
}
.breadcrumb-international .cart_buttons {
	display: inline-block;
	padding-top: 0;
	padding-left: 5px;
}
/** EO International Checkout Page **/

/** International Landing **/
.int-landing-container {
	overflow: hidden;
}
.int-landing-content {
	width: 465px;
	float: left;
	margin: 0 30px;
}
.int-landing-title {
	margin-bottom: 20px;
}
.int-landing-text {
	margin-top: 20px;
}
.int-landing-instruct {
	margin-top: 20px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	background: #666;
	color: #fff;
	text-align: center;
}
.int-landing-callActionLeft,
.int-landing-callActionMiddle,
.int-landing-callActionRight {
	width: 135px;
	height: 135px;
	float: left;
	margin: 10px 30px 0 0;
}
.int-landing-callActionRight {
	margin: 10px 0 0 0;
}
.int-landing-sidePic {
	float: left;
	width: 310px;
}
.contentSectionArea .int-list {
	padding: 0;
}
/** EO International Landing **/

/** Expert Advice **/
.contentSectionArea .ea-article-title {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
}
.contentSectionArea .ea-section-title {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-top: 25px;
	clear: both;
}

.contentSectionArea .ea-section-subtitle {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 12px;
}

.contentSectionArea .ea-note-indent {
	margin-left: 20px;
}

.contentSectionArea .ea-image-left {
	float: left;
	margin: 10px;
}
.contentSectionArea .ea-image-right {
	float: right;
	margin: 10px;
}
.contentSectionArea .ea-general-text,
.contentSectionArea .ea-general-text-list,
.contentSectionArea .ea-ordered-list,
.contentSectionArea .ea-ordered-alpha-list,
.contentSectionArea	.ea-general-list {
	font-size: 12px;
	line-height: 16px;
}

.contentSectionArea .ea-pure-list {
	list-style: none;
	padding: 0;
}

.contentSectionArea ul ul {
	margin-bottom: 12px;
}

.contentSectionArea ol ol {
	margin-left: 20px;
	margin-bottom: 12px;
}


.contentSectionArea .ea-ordered-list {
	list-style: decimal inside;
	font-weight: bold;
}

.contentSectionArea .ea-ordered-list-shifted {
	margin-left: 20px;
}

.contentSectionArea .ea-ordered-alpha-list {
	list-style: lower-alpha inside;
	font-weight: bold;
}

.contentSectionArea	.ea-general-list li {
	margin-bottom: 12px;
}

.contentSectionArea .ea-general-text-list {
	margin-left: 10px;
}

.contentSectionArea .ea-general-text .ea-quote {
	font-style: italic;
}

.contentSectionArea .ea-back {
	margin: 0 0 5px;
}
.contentSectionArea .ea-back span {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	vertical-align: 9px;
	float: none;
	display: inline;
	margin-left: 1px;
}
.contentSectionArea .ea-back a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	vertical-align: 9px;
	float: none;
	display: inline;
	margin-left: 1px;
}
.contentSectionArea .ea-back a:hover {
	color: #666666;
}
.contentSectionArea .ea-general-text a {
	float: none;
	display: inline;
	margin-left: 1px;
}
/** EO Expert Advice **/

/* EO Father's Day Guide Page */

.contentSectionArea .fd-guide-heading {
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0;
}

.contentSectionArea .fd-guide-heading span:first-child {	
	color: #324B79;
	font-weight: 700;
}

.contentSectionArea .fd-guide-heading span {
	color: #5EA266;
}

.contentSectionArea .fd-guide-main-container {
	width: 837px;
  	height: 625px;
  	padding: 0;
  	margin: 0;
}

.contentSectionArea .fd-guide-background {
	background: url('//scene7.josbank.com/is/image/JosBank/2015FathersDayGuide_main') top left no-repeat;
}

.contentSectionArea .fd-guide-content-wrapper {
	width: 370px;
	height: 580px;
	padding: 45px 25px 0;
	margin-left: 40px;
	text-align: center;
}

.contentSectionArea .fd-guide-content-wrapper .wcm-gen-text {
	color: #5e5e5e;
	line-height: 20px;
}

.contentSectionArea .fd-guide-content-wrapper a {
	color: #5EA266;
}

.contentSectionArea .fd-guide-content-wrapper a:hover {
	color: #324B79;
}

.contentSectionArea .fd-guide-content-wrapper .wcm-link-btn {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
  	text-transform: uppercase;
	padding: 10px;
	letter-spacing: 2.5px;
	margin-bottom: 15px;
}
.contentSectionArea .fd-guide-content-wrapper .wcm-link-btn span:last-child {
	font-size: 20px;
	font-family:  Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

.contentSectionArea .fd-guide-content-wrapper .wcm-link-btn-green {
	background-color: #5EA266;
}

.contentSectionArea .fd-guide-content-wrapper .wcm-link-btn-blue {
	background-color: #324B79;
}

.contentSectionArea .fd-guide-content-wrapper .wcm-link-btn-green:hover {
	color: #5EA266;
 	background-color: #FFF;
}

.contentSectionArea .fd-guide-content-wrapper .wcm-link-btn-blue:hover {
	color: #324B79;
 	background-color: #FFF;
}

/* EO Father's Day Guide Page */

/** Cyber Landing **/
.cyber-landing-container {
	width: 837px;
	height: 1300px;
	margin: 0 auto;
	position: relative;
	background: #f4f4f4 url('//content.josbank.com/Content-Page/2013CyberMondayLanding-BG.jpg') no-repeat top left;
}
.cyber-landing-container a {
	color: #000000;
	text-decoration: none;
}
.cyber-landing-content {
	width: 412px;
	height: auto;
	position: relative;
	top: 40px;
	left: 25px;
}
.cyber-landing-content h1 {
	font-size: 36px;
	line-height: 40px;
	color: #c30f27;
	text-decoration: none;
	margin-bottom: 20px;
	padding: 0;
	text-transform: uppercase;
}
.cyber-landing-content h1 span.dealsapparel {
	font-size: 30px;
}
.cyber-landing-content p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
.cyber-landing-content p a {
	font-size: 12px;
	color: #c30f27;
	line-height: 18px;
	text-decoration: none;
	float: none;
	display: inline;
	margin-left: 0;
}
.cyber-landing-list {
	width: 817px;
	height: auto;
	position: relative;
	top: 145px;
	left: 10px;
}
.cyber-landing-price-table {
	font: normal 16px "Times New Roman", Times, serif;
	text-align: left;
}
.cyber-landing-price-table th {
	padding: 2px 10px;
	border: none;
	text-align: left;
	vertical-align: middle;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #000;
}
.cyber-landing-price-table td {
	padding: 2px 10px;
	border: none;
	text-align: left;
	vertical-align: top;
}
.cyber-landing-product-reg {
	font: 16px "Times New Roman", Times, serif;
	color: #000;
}
.cyber-landing-product-reg span {
	color: #c30f27;
	font: italic normal 16px "Times New Roman", Times, serif;
}
.cyber-landing-now-price {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #c30f27;
}
.cyber-landing-view-now, .cyber-landing-view-now a {
	font: 16px "Times New Roman", Times, serif;
	color: #000;
	text-decoration: underline;
}
.cyber-landing-view-now a:hover {
	color: #c30f27;
}
/** EO Cyber Landing **/
/* EO WCM Content Pages */

/* Catalog Request */
.catalog-request .box {
	padding: 20px;
}
.catalog-request-required {
	margin-bottom: 25px;
  	padding-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px solid #ddd;
	color: #333;
}
.catalog-request-img {
	text-align: center;
}
.catalog-request-form {
	font-size: 11px;
}
.catalog-request-form .form-row label {
	padding-right: 5px;
	display: block;
	text-align: right;
}
.catalog-request-form .input-text,
.catalog-request-form select,.ie .catalog-request-form .select2 {
	height: 18px;
	width: 176px;
	font-size: 11px;
}
.catalog-request-form .input-zip {
	width: 90px;
}
.catalog-request-form .input-state {
	width: 36px;
}
.catalog-request-form .form-row {
	margin-bottom: 10px;
}
.catalog-request-form .additional {
	margin-top: 5px;
	display: block;
}
.catalog-request-email {
	padding-top: 10px;
}
.catalog-request-email input {
	float: left;
	margin: 3px 5px 0 0;
}
.catalog-request-form .catalog-request-email label {
	display: inline-block;
	text-align: left;
	color: #333;
	max-width: 196px;
	line-height: 11px;
	font-size: 10px;
}
/* END Catalog Request */

/* Support pages */

body.live-chat-offline-page {
	width: 100%;
	background: #fff;
}

.live-chat-offline-page #page {
	margin: 0;
}

.support-pane {
	float: left;
	width: 195px;
	background: url(../images/global/sidebar-divider-bg.jpg) right 0 no-repeat;
	padding: 20px 40px 10px 20px;
	min-height: 620px;
}

.support-content {
	margin-left: 255px;
}

.support-subsection {
	margin: 0 0 40px;
}

.support-subsection h2 {
	font-size: 16px;
 	font-weight: bold;
	color: #666;
}

.support-gen-text {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5px;
}

.support-subsection .button {
	margin: 15px 0 10px;
}

.support-content {
	padding: 20px 30px 10px 35px;
}

.support-content .live-chat-main-heading {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	padding: 0 0 16px;
	margin: 0 0 20px;
	border-bottom: 1px solid #eaeaea;
}

.support-content .live-chat-info-heading {
	font-size: 18px;
	color: #666;
	padding: 0;
	margin: 0 0 20px;
}

.support-content .live-chat-hours {
	margin: 15px 0;
}

.support-content .live-chat-hours li {
	margin: 0 0 5px;
}

.support-ask-question-page .box {
	padding: 0;
}

.support-question-content-wrapper {
	padding: 20px 18px 18px 12px;
}

.support-question-contact-info,
.support-question-contact-form-section {
	float: left;
}

.support-question-contact-info {
	width: 40%;
	border-right: 1px solid #eaeaea;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	margin-bottom: 12px;
}

.support-question-heading {
	font-size: 14px;
	font-weight: bold;
	color: #656565;
	margin-bottom: 6px;
}

.support-question-gen-text,
.support-question-contact-form-wrapper .form-textarea-counter {
	font-size: 10px;
	color: #656565;
}

.support-question-subsection {
	padding: 0 0 15px;
	margin: 0 0 12px;
	border-bottom: 1px solid #eaeaea;
}

.support-question-subsection-contact-row {
	margin: 12px 0 7px;
}

.support-question-subsection-contact-row.support-question-live-chat-row {
	margin-top: 20px;
}

.support-question-subsection .live-chat-btn {
	margin: 0;
}

.support-question-subsection .support-hours {
	float: right;
	padding-left: 10px;
}

.support-question-subsection .support-hours li {
	font-size: 10px;
	color: #656565;
}
.support-question-subsection .support-hours .support-days {
	display: inline-block;
	width: 35px;
}

.support-question-subsection-heading,
.support-question-contact-form-heading	{
	font-size: 12px;
	font-weight: bold;
	color: #656565;
	margin-bottom: 9px;
}

.support-question-subsection-contact-method {
	float: left;
}

.support-question-subsection:last-child {
	border: none;
}

.support-question-contact-form-section {
	width: 475px;
	padding-left: 23px;
}

.support-question-contact-form-wrapper {
	margin: 12px 0 0;
}

.support-question-contact-form-wrapper .form-field-wrapper {
	margin: 0 0 7px;
}

.support-question-contact-form-wrapper .form-field-wrapper input[type=text],
.support-question-contact-form-wrapper .form-field-wrapper.select-field select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 9px;
	box-sizing: border-box;
}

.support-question-contact-form-wrapper .form-field-wrapper.select-field label {
	float: left;
	width: 115px;
	font-size: 14px;
	color: #656565;
	line-height: 36px;
}

.support-question-contact-form-wrapper .form-field-wrapper.select-field .dijitSelect {
	float: right;
	min-width: 350px;
	height: 36px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-collapse: separate;
}

.support-question-contact-form-wrapper .form-field-wrapper.select-field .dijitSelect .dijitArrowButtonContainer:before {
	content: "";
	float: right;
	width: 27px;
	height: 9px;
	background: url("../images/global/select-arrow.png") left 50% no-repeat;
}

.support-question-contact-form-wrapper .form-field-wrapper.select-field .dijitSelect .dijitButtonText {
	padding-left: 14px;
}

.support-question-contact-form-wrapper .form-field-wrapper.textarea-field textarea {
	width: 100%;
	height: 100px;
	padding: 12px 16px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.support-question-contact-form-wrapper .form-controls-wrapper {
	float: right;
}

#contactType_dropdown,
#contactAbout_dropdown {
	background: #fff;
	border: 1px solid #ccc;
}
#contactType_dropdown .dijitSelectMenu td.dijitMenuItemLabel,
#contactAbout_dropdown .dijitSelectMenu td.dijitMenuItemLabel {
	padding: 2px 7px;
	font-size: 12px;
}
#contactType_dropdown .dijitSelectMenu .dijitMenuItemHover,
#contactAbout_dropdown .dijitSelectMenu .dijitMenuItemHover {
	background: #f1f1f1;
}
/* EO Support pages */

/* Light Theme 
 * Override base styles 	
**/
body {
	width: 915px;
	margin: 0 auto;
	padding: 0;
	color: #000;
	font-family: sans-serif;
	line-height: 14px;
	font-size: 12px;
	background: none;
	overflow-x: hidden;
}
a {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}
#contentWrapper {
	background: none;
}
#content {
	background: none;
}
#header {
	background: none;
	padding-left: 10px;
}
#headerRow1 a {
	color: #000;
}
#headerRow2 {
	filter: none;
	background: #fff;
}
#headerRow2 a > span {
	color: #000;
	font-weight: 600;
}
#departmentsMenu > li {
	padding-right: 3px;
}
.departmentButton > span {
	padding: 0 8px;
}
#headerRow2 a.departmentButton span {
	border-radius: 0px;
}
#headerRow2 a.departmentButton.selected > span{
	background-color: #FFF;
	border-color: #FFF;
	color: #888;
}
.mini-cart {
	color: #fff;
}
#tuxRentalBanner {
	padding: 10px 0px;
}
#footerWrapper,
div.footer_wrapper_position {
	min-height: 10px; 
	width: 3000px; 
	overflow-x: hidden; 
	margin-left: -1050px; 
	background-color: #000; 
	position: relative; 
	left: 50%;
}
#footerWrapper {
	min-height: 10px;
	width: 3000px;
	overflow-x: hidden;
	margin-left: -1050px;
	background-color: #000;
	position: relative;
    z-index: 1;
}
#footer {
	margin: 0 auto!important; 
	width: 915px;
}
#container_3074457345618279817 > .row.row-margin:first-child {
	display: none;
}
.win-gift {
	max-width: 434px;
	height: 102px;
	margin: 0px 0px 18px;
}
.win-gift-body {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 15px;
	padding: 10px;
}
.win-gift-form {
	padding: 0px 0px 0px 115px;
}
.win-gift-body input {
	max-width: 230px;
	width: 230px;
	height: 25px;
	text-align: center;
	font-family: "Times New Roman";
	font-style: italic;
}
.win-gift .button {
	padding: 0px 5px 0px 0px;
	background: #80632d;
}
.win-gift .button span {
	padding: 0px 0px 0px 5px;
	background: #80632d;
	color: #fff;
	font-family: "Times New Roman";
	font-size: 11px;
	text-transform: uppercase;
}
.win-gift-more {
	position: absolute;
	right: 210px;
	bottom: 10px;
	width: 90px;
	line-height: 11px;
	font-size: 11px;
	color: #80632d;
	font-family: "Times New Roman";
	text-decoration: none;
}
.sweep-panel {
	position: fixed;
	right: 10%;
	top: 100%;
	margin-top: -316px;
	background-color: #ebebeb;
}
.sweep-close {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
	width: 22px;
	height: 20px;
	background: url('https://scene7.josbank.com/is/image/JosBank/GlobalFlyout%5Fclose?scl=1&qlt=90') no-repeat;
}
.sweep-main-form {
	padding: 26px 13px;
}
.sweep-main-form input#email11 {
	height: 30px;
	width: 207px;
	text-align: center;
	font-family: "Times New Roman";
}
.sweep-main-form button {
	width: 60px;
	height: 30px;
}
.sweep-main-form button span {
	padding: 0px 6px;
	font-family: "Times New Roman";
	font-size: 15px;
}
.sweep-main-form button, .sweep-main-form button span {
	background: #80632d;
}
.sweep-main-form button:hover, .sweep-main-form button:hover span{
	background: #80632d;
}
/* EO Light Theme */
/* BAR checkout redemption styles*/
#barErrorMsg {
	padding-left: 0;
}
.bar-redem-list{
	list-style: disc;
	margin: 0 0 0 120px;
}
.bar-redem-list li{
	padding-bottom: 3px;
}
.bar-redem-content{
	background: #f5f5f5;
    border: 1px solid #e3e3e3;
    margin-bottom: 25px;
    padding: 15px;
}
.bar-redem-input{
	margin-bottom:15px;
}
.bar-redem-input label{
	width: 180px;
    padding: 3px 15px 0 0;
    text-align: right;
    font-size: 1.1em;
    float: left;
}
.bar-redem-input input{
	float: left;
    width: 160px;
    margin-right: 15px;
 }