#main, #footer {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#main {
	margin-top: 13px;
}

@media only screen and (max-width: 959px) {
	#main, #footer {
		width: 100%;
	}
}

#header-fixed {
	height: 38px;	
}

#header-mobile, #header-mobile-menu {
	display: none;
}

#header-menu-left, #header-menu-right {
	float: left;
	margin-top: 11px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-size: 9px;
}

#header-menu-right {
	float: right;
}

#header-menu-left a, #header-menu-right a {
	display: inline-block;
	margin: 0 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #bfbfbf;
}

#header-menu-left a {
	margin: 0 8px;
}

#header-menu-left>a:first-child {
	margin-left: 14px;
}

#header-menu-left a:hover, #header-menu-right a:hover {
	color: #000000;
}

#header-menu-search, #main-shortlist-info, #main-cart-info, #header-mobile-cart, #header-mobile-short {
	padding-left: 12px;
	background-image: url("../graphics/search-gray.png");
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 11px;
}

#header-menu-search:hover {
	background-image: url("../graphics/search.png");
}

#main-shortlist-info, #header-mobile-short {
	background-image: url("../graphics/shortlist-gray.png");
	font-size: 9px;
}

#main-shortlist-info>a {
	margin-left: 12px;
}

#main-shortlist:hover #main-shortlist-info, #header-mobile-short.active {
	background-image: url("../graphics/shortlist.png");
}

#main-cart-info {
	background-image: url("../graphics/cart-gray.png");
	font-size: 9px;
}

#main-cart-info>a {
	margin-left: 10px;
}

#main-shortlist-info>a>span:nth-child(2), #main-cart-info>a>span:nth-child(2) {
	display: none;
}

#header-mobile-cart {
	background-image: url("../graphics/cart-gray.png");
}

#main-cart:hover #main-cart-info, #header-mobile-cart.active {
	background-image: url("../graphics/cart.png");
}

#main-login-info, #main-help-info {
	font-size: 9px;
}

#main-search {
	display: none;
	position: relative;
}

#main-search-form {
	z-index: 1;
	position: absolute;
	top: 10px;
	left: 10px;
}

#main-search-form input[type=text] {
	width: 215px;
}

#main-search-form input[type=submit] {
	display: none;
}

#main-shortlist:hover #main-shortlist-info a, #main-cart:hover #main-cart-info a {
	color: #000000;
}

a#header-menu-account {
	margin-right: 0;
	padding-right: 8px;
	border-right: 1px solid #e5e5e5;
	color: #000000;
}

a#header-menu-logout {
	padding-left: 8px;
	margin-left: 0;
}

#main-cart, #main-shortlist, #main-login, #main-help {
	display: inline-block;
}

#main-cart .common-menu, #main-shortlist .common-menu, #main-login .common-menu, #main-help .common-menu {
	padding: 0;
}

#main-cart:hover .common-menu-sub, #main-cart.reveal .common-menu-sub, #main-shortlist:hover .common-menu-sub, #main-shortlist.reveal .common-menu-sub, #main-login:hover .common-menu-sub, #main-help:hover .common-menu-sub {
	display: block;
	display: none\9;
	visibility: hidden;
	visibility: visible\9;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#main-cart.reveal .common-menu-sub, #main-shortlist.reveal .common-menu-sub, #main-help:hover .common-menu-sub, #main-login:hover .common-menu-sub {
	display: block;
	visibility: visible;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#main-cart.hidden .common-menu-sub, #main-shortlist.hidden .common-menu-sub {
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
}

#main-cart.reveal .common-menu-sub, #main-shortlist.reveal .common-menu-sub {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

#main-cart-contents, #main-shortlist-contents, #main-help-contents {
	overflow: none;
	position: absolute;
	top: 28px;
	right: 0;
	width: 294px;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	padding: 12px 20px 0 20px;
	background-color: #ffffff;
	font-size: 11px;
	text-transform: none;
}

#main-cart-contents-mobile, #main-shortlist-contents-mobile {
	display: none;
}

#main-cart-contents li {
	clear: both;
}

#main-cart-contents a {
	display: block;
	height: 100px;
	margin: 0;
	padding: 0;
	color: #000000;
}

#main-cart-contents img {
	float: right;
	margin: 0 0 10px 10px;
}

#main-cart-info a, #main-shortlist-info a, #main-login-info a, #main-help-info a {
	display: block;
	float: none;
}

#main-shortlist-contents a {
	margin: 10px;
	padding: 0;
}

#main-shortlist-contents li:first-child a {
	margin-left: 30px;
}

#main-cart-contents a span {
	display: inline-block;
	width: 200px;
	margin: 3px 0;
}

#main-cart-contents li>span {
	position: relative;
	top: -35px;
	height: 0;
}

#main-cart-contents li>span a {
	display: inline-block;
	float: none;
	height: auto;
	padding: 5px 10px;
}

#main-cart-contents li>span a:first-child {
	border-right: 1px solid #e5e5e5;
	padding-left: 0;
}

#main-cart-contents .common-cart-total {
	margin: 0 0 20px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	font-weight: bold;
	text-transform: uppercase;
}

#main-cart-contents .common-cart-total span {
	float: right;
}

#main-cart-contents .common-cart-total span:first-child {
	float: left;
}

#main-cart-contents .common-cart-buttons a, #main-shortlist-contents .common-shortlist-buttons a, #main-shortlist-contents .common-shortlist-buttons span {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	text-transform: none;
	color: #000000;
}

#main-shortlist-contents .common-shortlist-buttons a, #main-shortlist-contents .common-shortlist-buttons span {
	display: block;
	margin-top: 10px;
}

#main-cart-contents .common-cart-buttons a.button {
	padding: 10px 0;
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
}

#main-cart-contents .common-cart-buttons a.button:hover {
	color: #000000;
}

#main-cart-contents-empty {
	padding: 10px 0 20px;
	text-align: center;
	text-transform: uppercase;
}

#main-shortlist-contents-empty.common-shortlist-buttons span, #main-login {
	text-transform: uppercase;
}

#main-help-contents {
	left: 0;
	right: auto;
	border-left: 0;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	padding: 15px 20px 0 20px;
	text-align: center;
	font-weight: normal;
}

#main-help-contents a.popwin {
	display: block;
	width: 100%;
	margin: 20px 0;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}

#main-login-contents {
	overflow: none;
	position: absolute;
	top: 16px;
	right: 0;
	width: 294px;
	padding: 15px 20px 0 20px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

#main-login-description, #main-help-description {
	border-bottom: 1px solid #dddddd;
	padding: 18px 25px 32px 25px;
}

#main-help-description a {
	padding: 0px;
	margin: 0px;
	float: none;
}

#main-login-description {
	font-weight: bold;
}

#main-login-contents a {
	display: inline-block;
	width: 142px;
	margin: 20px 0;
	padding: 0;
	color: #000000;
	text-align: center;
}

#main-login-login {
	border-right: 1px solid #dddddd;
}

#main-header {
	background-color: #ffffff;
}

.maincheckout #main-header {
	margin: 28px 0 30px 0;
}

#main-header-container {
	position: relative;
	top: -13px;
	z-index: 999;
}

#main-header-notice {
	position: relative;
	top: 11px;
}

#main-header-menu {
	max-width: 982px;
	width: 465px;
	margin: 0 auto;
	padding-right: 5px;
	text-transform: uppercase;
}

#main-header-menu a {
	margin-right: 0;
	padding: 0 17px 0 0;
	font-size: 11px;
	letter-spacing: 1px;
}

#main-header-menu .common-menu-hover-sub a {
	width: 180px;
	margin-bottom: 10px;
}

#main-header-menu ul li {
	z-index: 999;
}

#main-header-menu>ul>li>a:hover, #main-header-menu>ul>li>a.selected {
	text-decoration: none;
}

#main-header-menu>ul>li:hover a span, #main-header-menu>ul>li a.selected span {
	text-decoration: underline;
}

#main-header-menu>ul>li>a::before {
	content: "/";
	display: inline-block;
	margin-right: 17px;
}

#main-header-menu>ul>li:first-child>a::before {
	content: "";
	margin-right: 22px;
}

#main-header-menu>ul>li>a {
	height: 17px;
}

#main-header-menu .common-menu-hover .common-menu-hover-sub li a, #main-header-menu .common-menu-dropdown .common-menu-dropdown-sub li a {
	padding: 2px;
}

#main-header-menu .common-menu-hover-sub {
	top: 17px;
	left: -15px;
	width: 220px;
	padding: 16px 5px 10px 35px;
}

#main-header-menu ul ul a {
	font-size: 10px;
	height: 14px;
}

#main-header-menu-men-sale a, #main-header-menu-women-sale a {
	color: #ff0000;
}

#main-content {
	min-height: 600px;
	padding: 11px 0 15px 0;
	background-color: #ffffff;
}

.content {
	background-image: url("../graphics/hr.png");
	background-repeat: repeat-x;
}

.landingpage, #commodity-lister, #commodity-show, #onestepcheckout .content, .landingpage-blocks-block ~ .landingpage-blocks-block .content {
	background-image: none;
}

#footer {
	z-index: 100;
	position: fixed;
	bottom: 0;
	margin: auto;
	height: 24px;
	max-width: 984px;
	padding-top: 5px;
	overflow: hidden;
	background-color: #ffffff;
	color: #bfbfbf;
	text-transform: uppercase;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

#footer a {
	color: #bfbfbf;
}

#footer.open {
	height: 110px;
	padding-top: 18px;
	padding-bottom: 1px;
	color: #000000;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

#footer.open a {
	color: #000000;
}

#footer-menu {
	float: left;
	margin: 0 0 20px 100px;
	font-size: 10px;
}

#footer-menu>ul>li {
	float: left;
	width: 142px;
}

#footer-menu li a, #footer-menu li span {
	display: block;
	margin: 4px 4px 5px 5px;
}

#footer-menu>ul>li>a, #footer-menu>ul>li>span {
	margin: 4px 4px 11px 4px;
	font-weight: bold;
}

#footer-newsletter {
	float: left;
	width: 170px;
	padding-top: 4px;
	font-size: 10px;
	font-weight: bold;
}

#footer-newsletter-inner-form-email {
	width: 158px;
	margin: 12px 0 11px 0;
	padding: 7px 5px 5px 5px;
}

#footer-newsletter .button {
	padding: 7px 10px 5px 10px;
	font-size: 9px;
}

/*
#footer-menu-8>a {
	background-image: url("../graphics/follow-gray.png");
	background-repeat: no-repeat;
	background-position: 65px 1px;
}

#footer.open #footer-menu-8>a {
	background-image: url("../graphics/follow.png");
}
*/

#footer-mobile {
	display: none;
}

#main-header .block-image, #main-footer .block-image {
	padding: 0;
	overflow: hidden;
}

#main-header .block-image:hover, #main-header .block-image img, #main-footer .block-image:hover, #main-footer .block-image img, #main-footer .block-content-inner {
	box-shadow: none;
	margin: 0;
}

@media only screen and (min-width: 1020px) {
	#header-fixed, #header-menu-left, #header-menu-right {
		display: block;
		position: fixed;
		top: 0;
		z-index: 1000;
	}

	#header-fixed.fixed {
		background-color: #ffffff;
	}

	#header-menu-right {
		right: 0;
	}

	#header-fixed {
		width: 100%;
	}

	#main-cart-contents, #main-shortlist-contents, #main-help-contents {
		top: 16px;
	}

	#main {
		margin-top: 51px;
	}
}

@media only screen and (min-width: 1200px) {
	#main-header-menu-container.fixed {
		margin-bottom: 18px;
	}

	#main-header-menu-container.fixed #main-header-menu {
		z-index: 1001;		
		position: fixed;
		top: 13px;
		left: 0;
		right: 0;
	}
}

@media only screen and (min-width: 550px) {
	#main-cart:hover .common-menu-sub, #main-shortlist:hover .common-menu-sub {
		display: block;
		visibility: visible;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
}

@media only screen and (max-width: 549px) {
	#header-fixed {
		display: block;
		position: fixed;
		top: 0;
		z-index: 1001;
		right: 0;
	}

	#main-content {
		min-height: initial;
		margin-top: 12px;
	}

	#header-menu-left, #header-menu-right #header-menu-account, #header-menu-right #header-menu-logout, #main-login, #main-shortlist-contents ul, #main-cart-contents ul, #main-shortlist-contents br, #main-cart-contents br, .common-shortlist-buttons, .common-cart-total, .common-cart-buttons, #main-header-menu, #footer {
		display: none;
	}

	#header-menu-right {
		margin-top: 9px;
	}

	#main-shortlist-info {
		background-image: url("../graphics/shortlist-mobile-gray.png");
		background-size: 14px 12px;
		background-repeat: no-repeat;
	}

	#main-shortlist:hover #main-shortlist-info, #main-shortlist.active #main-shortlist-info {
		background-image: url("../graphics/shortlist-mobile.png");
	}

	#main-cart-info {
		position: relative;
		top: -1px;
		background-image: url("../graphics/cart-mobile-gray.png");
		background-size: 12px 15px;
		background-repeat: no-repeat;
	}

	#main-cart:hover #main-cart-info, #main-cart.active #main-cart-info {
		background-image: url("../graphics/cart-mobile.png");
	}

	#main-shortlist-info>a>span:first-child, #main-cart-info>a>span:first-child {
		display: none;
	}

	#main-shortlist-info>a>span:nth-child(2), #main-cart-info>a>span:nth-child(2) {
		display: block;
		position: relative;
		top: 2px;
	}

	#main-shortlist-info>a, #main-cart-info>a {
		margin-left: 0;
		margin-right: 5px;
		padding-left: 18px;
		color: #000000;
	}

	#main-shortlist-info>a {
		margin-right: 5px;
	}

	#main-shortlist-info>a:hover, #main-cart-info>a:hover {
		text-decoration: none;
	}

	#main-cart-contents, #main-shortlist-contents, .common-menu-sub {
		position: fixed;
		top: 36px;
		width: 100%;
		border: 0;
		padding: 0;
		background-color: transparent;
	}

	#main-cart-contents-mobile, #main-shortlist-contents-mobile {
		display: block;
		padding: 5px 0;
		text-align: center;
		background-color: rgba(255, 255, 255, 0.8);
	}

	#main-cart-contents-mobile span, #main-cart-contents-mobile a, #main-shortlist-contents-mobile span, #main-shortlist-contents-mobile a {
		display: block;
		float: none;
		height: auto;
		margin: 2px auto;
		color: #000000;
	}

	#main-cart-contents-mobile a, #main-shortlist-contents-mobile a {
		text-decoration: underline;
	}

	#header-mobile {
		display: block;
		height: 0;
	}

	#header-mobile, #header-mobile-menu {
		text-transform: uppercase;
	}

	#main-header-container {
		z-index: 1000;
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		height: 26px;
		padding-top: 10px;
		background-color: #ffffff;
	}

	#header-mobile-menu>ul>li>ul {
		display: none;
	}

	#header-mobile-menu>ul>li.active>ul {
		display: block;
	}

	#header-mobile-menu>ul>li.active>a {
		text-decoration: underline;
	}

	#header-mobile-button {
		display: inline-block;
		position: absolute;
		top: 7px;
		left: 5px;
		z-index: 1000;
	}

	#header-mobile-button a {
		display: inline-block;
		width: 25px;
		height: 22px;
		background-image: url("../graphics/menu-icon.png");
		background-repeat: no-repeat;
		background-size: 15px 12px;
		background-position: 5px 5px;
	}

	#header-mobile-button a.open {
		background-image: url("../graphics/menu-icon-gray.png");
	}

	#header-mobile-menu {
		display: none;
		z-index: 1000;
		margin-top: 60px;
		background-color: #ffffff;
		font-size: 13px;
	}

	#header-mobile-menu ul {
		width: 50%;
	}

	#header-mobile-menu li a {
		display: block;
		padding: 12px 20px;
		font-weight: bold;
	}

	#header-mobile-menu li ul {
		position: absolute;
		top: 59px;
		left: 50%;
	}

	#header-mobile-menu li li a {
		text-transform: none;
		width: 100%;
		padding: 12px 0;
		background-color: #ffffff;
	}

	#header-mobile-menu-search {
		border-top: 1px solid #dddddd;
		padding-top: 5px;
	}

	#header-mobile-menu-location {
		border-bottom: 1px solid #dddddd;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.maincheckout #main-header {
		margin: 12px 0 0 0;
	}

	#main-content {
		margin-top: 24px;
	}

	#main-header-notice {
		top: 35px;
	}

	#footer-mobile {
		display: block;
		border-top: 1px solid #cccccc;
		padding: 20px 20px 40px 20px;
	}

	#footer-mobile span {
		display: block;
		margin: 16px 0;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 13px;
	}

	#footer-mobile-newsletter input[type=email] {
		width: calc(100% - 100px);
	}

	#footer-mobile-country-form select {
		width: 100%;
	}

	#footer-mobile-facebook, #footer-mobile-twitter, #footer-mobile-instagram {
		display: inline-block;
		width: 21px;
		height: 37px;
		margin-right: 15px;
		background-image: url("../graphics/facebook-mobile.png");
		background-repeat: no-repeat;
		background-size: 21px 37px;
		text-indent: -9999px;
	}

	#footer-mobile-twitter {
		position: relative;
		top: 2px;
		width: 42px;
		height: 34px;
		background-image: url("../graphics/twitter-mobile.png");
		background-size: 42px 34px;
	}

	#footer-mobile-instagram {
		width: 37px;
		height: 37px;
		background-image: url("../graphics/instagram-mobile.png");
		background-size: 37px 37px;
	}
}