* {
	margin: 0;
	padding: 0;}

body {
	margin: 0 20px;}

.group:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

a img, abbr {
	border: 0;}

.hide {
	display: none;}

#insert-dom {
	display: none;}

#nocards {
	border: 1px solid #C4C4C4;
	padding: 10px;
	position: absolute;
	left: 50%;
	top: 240px;
	margin-left: -150px;
	width: 280px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background-color: #FFF;
	font: bold 13px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
  z-index: 10}

#nocards p {
	margin-bottom: 10px;}

#nocards a {
	border: 1px solid #CCC;
	padding: 3px 10px;
	display: inline-block;}

#nocards a:link, #nocards a:visited {
	text-decoration: none;
	color: #404040;}

#nocards a:link:hover, #nocards a:visited:hover {
	background-color: #DDD;}

/**
 * HEADER
 */
#header {
	max-width: 1432px;
	margin: 0 auto;
	position: relative;
	color: #000;}

#header #animation {
	position: absolute;
	right: 0;
	top: 15px;
	width: 180px;
	height: 120px;}

#menu {
	width: 219px;
	padding: 0 0 5px 0;
	margin: 20px 0 10px 0;
	float: left;
	border-right: 1px solid #C4C4C4;}

#menu li, #menu li a {
	display: block;
	width: 155px;}

#menu li a {
  font: bold 12px/1.59 "PT Sans";
  color: #000;
	height: 16px;
  text-transform: uppercase;  
  letter-spacing: 0.093em;}

#menu li a:link, #menu li a:visited,
#menu li a:hover, #menu li a:visited:hover {
  color: #000;
  text-decoration: none;}

.hasJS #menu li a {
	opacity: 0.4;}

#print-logo {
  display: none;}

#header #descriptions {
	position: absolute;
	margin-left: 195px;
	padding-top: 20px;
	margin-right: 200px;
	height: 142px;
	overflow: hidden;}

#header #descriptions p {
  position: relative;
	font: 11px/16px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding-left: 55px;
	letter-spacing: 1px;
	color: #666;
	height: 90px;}

#header #descriptions strong {
  display: block;
  font: bold 12px/1.59 "PT Sans";
  color: #000;
  text-transform: uppercase;  
  letter-spacing: 0.093em;
	height: 16px;
	opacity: 0.6;}

#header #descriptions .icon {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 55px;
  height: 70px;
  background-image: url(/images/header-icons.gif);
  background-repeat: no-repeat;}

#header #descriptions .home .icon {
	background-position: 0 0;}

#header #descriptions .home strong {
	background-position: 0 -20px;}

#header #descriptions .webstore .icon  {
  background-position: 0 -220px;}

#header #descriptions .webstore iframe {
  display: block;
  width: 98%;
  border: 0;
  height: 134px;}

#header #descriptions .brand .icon  {
	background-position: 0 -110px;}

#header #descriptions .collection .icon  {
	background-position: 0 -220px;}

#header #descriptions .press .icon  {
	background-position: 0 -330px;}

#header #descriptions .garment-library {
  background-color: transparent;}

#header #descriptions .garment-library .icon  {
	background-position: 0 -440px;}

#header #descriptions .cutters-council .icon  {
	background-position: 0 -550px;}

#menu #nav-webstore a:link, #menu #nav-webstore a:visited,	
#menu #nav-webstore a:hover, #menu #nav-webstore a:visited:hover {
  color: #036;
  margin-top: 16px;}


/**
 * SUBMENU
 */
#submenu {
	background-image: url("/images/submenu-bg.png");
	background-repeat: repeat-x;
	background-color: #e8e8e8;
	max-width: 1432px;
	z-index: 1;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #ddd;}

#submenu .section {
	z-index: 100;
  float: left;
  padding: 0 10px 0;
	position: relative;}

#submenu ul {
	margin-right: 10px;
	list-style: none;
	padding: 10px 0;}

#submenu ul a {
	display: block;
	padding: 4px 8px;
	border: 1px solid transparent;}

#submenu ul a:link, #submenu ul a:visited {
	font: bold 11px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #404040;}

#submenu ul li {
  margin-right: 2px;
  display: inline-block;}

#submenu ul .active a:link, 
#submenu ul .active a:visited,
#submenu ul .active a:link:hover, 
#submenu ul .active a:visited:hover {
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #003366;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);	
	-o-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);	
	}

#submenu ul a:link:hover, #submenu ul a:visited:hover {
	background-color: #DDD;
	border: 1px solid #CCCCCC;
}	

#submenu div.search {
	/*height: 100%;*/
	float: right;
}

#submenu form {
	border: 1px solid #CCC;
	background-color: #FFF;
	margin: 10px}

#submenu input {
	border: 0;
	padding: 5px;
	height: 18px;
	line-height: 18px;
	vertical-align: top;}

#submenu button {
	border: 0;
	padding: 0;
	background: none;}

#submenu .webstore-header {
	font: bold 11px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	width: 400px; 
	position: absolute; 
	left: 50%; 
	margin-left: -200px;
	text-align: center;
	color: #F00;}

#submenu .webstore-header a, #submenu .webstore-header a:hover, #submenu .webstore-header a:visited {
	color: #F00;
	text-decoration: none;}

#submenu .webstore-header a:hover {
	text-decoration: underline;}

.showdivider ul {
	background-image: url(/images/submenu-hr.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.showdivider ul + ul {
  border-bottom: none;
  background-image: url(/images/submenu-hr.gif);
	background-repeat: repeat-x;
	background-position: left top;
  margin-top: -2px;
}


/**
 * SLIDESHOW
 */
#slideshow {
  position: relative;
  margin: 20px auto 0;
}

#slideshow ul {
  list-style-type: none;
}

#slideshow img {
  display: block;
}

#slideshow .viewport,
#slideshow .labels {
  width: 950px;
  overflow: hidden;
}

#slideshow .slides {
  width: 4750px;
}

#slideshow .slides li,
#slideshow .slides a {
  width: 950px;
}

#slideshow .label {
  width: 175px;
  padding: 2px 10px 3px 5px;
  font: bold 13px "PT Sans", sans-serif;
  color: #9B9B9B;
  cursor: pointer;
}

#slideshow .label.active {
  background-color: #000;
}

#slideshow li {
  float: left;
}


/**
 * CONTAINER
 */
#container {
	max-width: 1442px;
	margin: 20px auto 0 auto;
	position: relative;}

.hasJS #container {
	overflow-y: hidden;}

/**
 * CARDS
 */
.card {
	display: block;
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	overflow: hidden;
	border: 1px solid #C4C4C4;
	background-color: #FFF;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);}

.hasJS .card {
	width: 220px;
	height: 330px;
	position: absolute;
	float: none;
	cursor: pointer;
	margin: 0;}

.detailview .card {
  opacity: 0.5;}

.detailview .open {
  opacity: 1;}

.card a:link, .card a:visited {
	color: #4D4D4D;
	text-decoration: underline;}

.card a:link:hover, .card a:visited:hover {
	color: #4D4D4D;
	text-decoration: none;}

.hasJS .readmore {
	display: none;}

.open {
	height: auto;}

.hasJS .open {
	height: inherit;
	cursor: default;}

.hasJS .card .close-btn,
.hasJS .card .addthis_toolbox {
	display: none;}

.hasJS .open .close-btn,
.hasJS .open .addthis_toolbox {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 90;
	cursor: pointer;}

.hasJS .open .addthis_toolbox {
	top: 11px;
	right: 11px;}

.csstrans .card {
	-webkit-transition-property: width, height, top, left;
	-webkit-transition-duration: 1.1s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: width, height, top, left;
	-moz-transition-duration: 1.1s;
	-moz-transition-timing-function: ease-in-out;
	transition-property: width, height, top, left;
	transition-duration: 1.1s;
	transition-timing-function: ease-in-out;}

.loading {
	background: #FFF url(ajax-loader.gif) center center no-repeat;}

.card img, .card object, .card embed {
	display: block;}

.card .header {
	width: 200px;
	overflow: hidden;
	border-bottom: 1px solid #C4C4C4;
	background-color: #FFF;
	padding: 8px 10px 16px 10px;}

.card.special .header {
  background: #6E848A url(/images/header-special-card-bg.gif) top left repeat-x;}

.garment-library .header, .special .header {
  color: #FFF;}

.card .subheader {
	margin-top: 20px;}

.card .state {
  position: absolute;
  text-indent: -9999em;
  overflow: hidden;
  display: none;
  top: 54px;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 10;
  background: url(/images/state-sprite.png) no-repeat;}

.card.open .state {
  display: block;}

/*.card.open.webstore .state {
  display: none;
}*/

.card .state a {
  display: block;
  width: 100%;
  height: 100%;}

.card .online_exclusive {
  background-position: 100% 0;}

.card .coming_soon {
  background-position: 100% -100px;}

.card .new_delivery {
  background-position: 100% -200px;}

.card .sold_out {
  background-position: 100% -300px;}

.card .back_in_stock {
  background-position: 100% -400px;}

.card .limited_stock {
  background-position: 100% -500px;}

.card .out_of_stock {
  background-position: 100% -600px;}
  
.card .buy_now {
  background-position: 100% -700px;}
  
.card .read_review {
  background-position: 100% -800px;}
  
.card .sale {
  background-position: 100% -900px;}  

.card .detail .header {
	padding-left: 0;
	padding-right: 0; }

.card .header h1 {
	font: bold 13px "PT Sans", sans-serif;
  text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;}

.card .header h2 {
	font: italic 11px "PT Sans", sans-serif;
  white-space: nowrap;
	overflow: hidden;}

.hasJS .card .header,
.open .header {
	width: auto;
	height: 30px;}

.card .header .close-btn {
	display: none;}

.hasJS .open .header .close-btn {
	display: block;}

.card .preview {
	width: 200px;
	margin-bottom: 40px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 235px;
	padding: 10px; }

.hasJS .card .preview {
	margin-bottom: 0;
	overflow: hidden;}

.card .detail {
	width: 684px;
	padding: 10px;
	margin-bottom: 40px;}

.card p, .card td, .card th, .card ul, .card div {
	font: 12px/1.5em "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #4B4B4B;}

.card .itunesbutton img {
	border: 1px solid #C4C4C4;
	margin-right: 5px;
	float: left;}

.card p.illustration {
	margin: -10px;
	padding: 0 0 1em 0;
	text-align: center;}

.garment-library {
	background-color: #000;}

.garment-library .header {
	background-color: #000;
	border-bottom: 1px solid #2B2B2B;}

.garment-library .detail p, .garment-library .detail td, .garment-library .detail th,
.garment-library .detail ul, .garment-library .detail div,
.garment-library .preview p, .garment-library .preview td, .garment-library .preview th,
.garment-library .preview ul, .garment-library .preview div {
	color: #FFF;}

.garment-library .detail a:link, .garment-library .detail a:visited {
	color: #FFF;}

.garment-library .footer {
	background-color: #FFF;}

.card p.footer {
	position: absolute;
	cursor: default;
	left: 0;
	bottom: 0;
	right: 0;
	color: #369;
	height: 29px;
	padding: 4px 10px 6px 37px;
	border-top: 1px solid #C4C4C4;
	font-size: 11px;
	line-height: 13px;}

.webstore p.footer {
  text-align: center;
  padding-left: 10px;}

.webstore p.footer a.section-overview {
  display: none;}

.card p.footer .author {
	font-style: inherit;
	color: inherit;
	display: none;}

.open p.footer .author {
	display: inline;}

p.footer a.section-overview {
	height: 30px;
	left: 5px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999em;
	top: 5px;
	width: 30px;}

p.footer a.webstore {
	display: none;}

.open p.footer a.webstore {
	display: block;}

p.footer a.webstore {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	border-left: 1px solid #C4C4C4;
	height: 40px;
	text-indent: -9999em;
	overflow: hidden;
	background: #FFF url(/images/footer-visit-webstore.gif) top left no-repeat;}

.collection p.footer {
	padding-left: 38px;
	background: #FFF url(/images/footer-icon-collection.gif) 10px 50% no-repeat;}

.garment-library p.footer {
	padding-left: 43px;
	background: #FFF url(/images/footer-icon-garment-library.gif) 10px 50% no-repeat;}

.brand p.footer {
	padding-left: 47px;
	background: #FFF url(/images/footer-icon-brand.gif) 10px 50% no-repeat;}

.cutters-council p.footer {
	padding-left: 46px;
	background: #FFF url(/images/footer-icon-council.gif) 10px 50% no-repeat;}

.home p.footer {
	padding-left: 55px;
	background: #FFF url(/images/footer-icon-home.gif) 10px 50% no-repeat;}

.press p.footer {
	padding-left: 38px;
	background: #FFF url(/images/footer-icon-press.gif) 10px 50% no-repeat;}

.card p.footer span {
	display: block;
	color: #4B4B4B;
	font-style: italic;}


/**
 * Washing label styles
 */ 
table.washing-label {
	width: 684px;
	margin: 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #C4C4C4;}

table.washing-label td {
	font-size: 10px;}

table.washing-label td.hdr {
	width: 65px;
	font-weight: bold;
	text-transform: uppercase;}


/**
 * webshop button styles
 */
.mod-webshopbutton {
	text-align: right;}

.mod-webshopbutton p {
	margin-bottom: 5px;}

.garment-library-open .mod-webshopbutton span {
	color: #FFF;}

.mod-webshopbutton span {
	position: relative;
	float: right;
	font: bold 14px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	top: 3px;}
	
.mod-webshopbutton a {
	float: right;
	font: bold 14px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;}


/**
 * webshop page styles  / iframe
 */
.mod-webshoppage iframe {
  width: 684px;
  height: 880px;
  border: 0;
}

/**
 *  image gallery
 */
.mod-gallery {
	margin-left: 10px;
	margin-right: 10px;}
.mod-gallery.display_type_row {
	margin: 0; }

.mod-gallery .view {
	float: left;}

.mod-gallery .bigimage {
	width: 415px;}

.mod-gallery .bigimage a {
	display: block;
	position: relative;}

.mod-gallery .bigimage a .webstore {
	position: absolute;
	display: none;
	top: 0;
	left: 0;}

.mod-gallery .bigimage a:hover .webstore {
	display: block;}

.hasJS .mod-gallery .view .hide {
	display: none;}

.mod-gallery .thumbs {
	width: 210px;
	list-style: none;
	float: right;}

.hasJS .mod-gallery .thumbs li {
	cursor: pointer;
	border: 1px solid #BCC0C1;}

.mod-gallery .thumbs li {
	position: relative;
	float: left;
	margin: 0 3px 3px 0;
	border: 1px solid #4C4C4C;}

.mod-gallery .thumbs li.active {
	border: 1px solid #000;}

.mod-gallery .thumbs li a img.webstore {
	display: none;
	position: absolute;
	top: 0;
	left: 0;}

.mod-gallery .thumbs li a:hover img.webstore {
	display: block;}

.mod-gallery .row {
	list-style-type: none; }
.mod-gallery .row .cell {
	float: left;
	height: 210px; }

/**
 * contact form
 */
.mod-contact #indicator, .mod-newsletter #indicator {
	width: 128px;
	height: 15px;
	margin-left: 10px;
	background: url(/images/ajax-loader.gif) no-repeat left top;
	top: 3px;
	position: relative;
	display: none;}

.mod-contact #indicator.ajax-loading, .mod-newsletter #indicator.ajax-loading {
	display: inline-block;}

.mod-contact select,
.mod-store-locator select {
	width: 154px;}

.mod-contact input, .mod-newsletter input {
	width: 150px;}

.mod-newsletter #newsletter-form {
	margin: 10px 0; }


/**
 * Embed
 */
.mod-embed {
	margin-bottom: 20px;}

.mod-embed object, .mod-embed embed {
	margin: 0 auto;}

.mod-embed p a, .mod-embed p a:link, .mod-embed p a:hover {
	color: #000;}

.mod-embed p a:hover {
	text-decoration: none;}


/**
 * horizontal divider
 */
.mod-divider {
	margin: 20px 0;
	color: #c4c4c4;
	width: 684px;}


/**
 * RTE
 */
.mod-rte {
	margin: 20px 0;}

.mod-rte p {
	font: normal 100% "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;;
	color: #444;
	margin-bottom: 1em;}

.mod-rte h1, .mod-rte h2, .mod-rte h3, .mod-rte h4, .mod-rte h5 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 1em;
	color: #000;}

.mod-rte h1 {
	font-size: 150%;}

.mod-rte h2 {
	font-size: 135%;}

.mod-rte h3 {
	font-size: 125%;}

.mod-rte h4 {
	font-size: 115%;}

.mod-rte h5 {
	font-size: 105%;}

/**
 * STORE LOCATOR
 */
.mod-store-locator form {
	margin-bottom: 1em; }
.mod-store-locator .addresses {
	border-top: 1px solid #C4C4C4;
	padding: 10px; }

.garment-library-open .mod-store-locator .addresses {
	border-top: 1px solid #2B2B2B;}

.mod-store-locator .address {
	margin-bottom: 1em; }




/**
 * FORMS IN CARDS
 */
.card form p {
	padding-bottom: 0.2em; }

.card form .error_list {
	color: #C00;
	padding-bottom: 0.5em; } 

.card form label {
	float: left;
	font-weight: bold;
	width: 7em; }

/**
 * Pagination
 */
.pagination {
	margin-bottom: 20px;
	font: 12px/15px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 30px;
	color: #999;
	text-align: center;}

#slideshow + .pagination {
  margin-top: 20px;}

.pagination a, .pagination span {
	margin-right: 15px;
	padding: 4px 9px 5px 9px;}

.pagination span {
	color: #000;
	border: 1px solid #B2B2B2;}

.pagination a:link, .pagination a:visited {
	color: #C4C4C4;
	text-decoration: none;}

.pagination a:link:hover, .pagination a:visited:hover {
	color: #000;}

/* NEWSLETTER CONFIRMATION */
.newsletter-confirmation {
	font: 12px/200% "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }

#backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 90;}

#checkoutpanel {
  position: fixed;
  background-color: #FFF;
  top: 20px;
  bottom: 20px;
  left: 50%;
  margin-left: -361px;
  z-index: 91;
  width: 722px;
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.7), inset 0 0 50px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.7), inset 0 0 50px rgba(0,0,0,0.4);
  box-shadow: 0 0 15px rgba(0,0,0,0.7), inset 0 0 50px rgba(0,0,0,0.4);}

#checkoutpanel iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;}

#checkoutpanel .close {
  float: right;
  cursor: pointer;}

/** TEMPORARY SPLASH **/
.nosplash #splash,
.hasJS.nosplash #splash {
  display: none;}

#splash {
  background-color: #FFFFFF;
  display: block;
  height: 100%;
  position: fixed;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  font-family: Arial;
  font-size: 14px;
  padding-top: 150px;
  display: none;}

.hasJS #splash {
  display: block;}

#splash p {
  color: #036;
  margin-bottom: 2em;}

#splash .welcome {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0;}

#splash .buttons {
  padding: 20px 0;}

#splash a {
  padding: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  color: #036;}

#splash a+a {
  border-left: 1px solid #036;}
  
#submenu ul .sale a:link, #submenu ul .sale a:visited{
  color: red;
  }
