/* lpo-3718 2.0 */

/* font */
/*
@font-face {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 400;
    src: local("Arimo"), url("//themes.googleusercontent.com/static/fonts/arimo/v4/wZLYhRRxZWGToTRP78bqJQ.woff") format("woff");
}
@font-face {
    font-family: "Arimo";
    font-style: normal;
    font-weight: 700;
    src: local("Arimo Bold"), local("Arimo-Bold"), url("//themes.googleusercontent.com/static/fonts/arimo/v4/UnXpojilM3XslYxUnWuVe_esZW2xOQ-xsNqO47m55DA.woff") format("woff");
}
@font-face {
    font-family: "Arimo";
    font-style: italic;
    font-weight: 400;
    src: local("Arimo Italic"), local("Arimo-Italic"), url("//themes.googleusercontent.com/static/fonts/arimo/v4/8ezAIdgyp-Cm5_X7mWzP_g.woff") format("woff");
}
@font-face {
    font-family: "Arimo";
    font-style: italic;
    font-weight: 700;
    src: local("Arimo Bold Italic"), local("Arimo-BoldItalic"), url("//themes.googleusercontent.com/static/fonts/arimo/v4/_K7sg-ijHdmkwPzV9FiqaBsxEYwM7FgeyaSgU71cLG0.woff") format("woff");
}
*/
/* general */
.fadeContainer a,
.jsFadeIn,
.imageBox,
.sbsTitle h2,
.fadeContainer a .title,
.imageBox  .imgStart,
.jsFadeIn .bgOpa {
	display: block;
}
.fadeContainer a *,.fadeContainer a {
	cursor: pointer;
}
.imageBox,
.jsFadeIn,
.jsFadeIn .bgOpa,
.fadeContainer a .title,
.sbsTitle hr,
.fadeContainer a .contentText {
    position: absolute;
}
.style > * {
    margin-bottom: 10px;
	float: left;
}
.sbsTitle {
    position: relative;
	width: 1000px;
	background-color: #f3f3f3;
    display: block;
    font: bold 18px/30px arial;
    letter-spacing: 2px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
	margin-bottom:20px;
}

.sbsTitle hr {
    left: 0;
    top: 15px;
    width: 100%;
    z-index: 0;
	margin: 0;
}
/* 	site definition */
.fadeContainer a {
    height: 532px;
    overflow: hidden;
    position: relative;
    width: 250px;
}
.imageBox,
.imageBox  .imgStart {
    height: 532px;
    width: 250px;
}
.imageBox {
	background: url("//a1276.ztat.net/lpo/zalando/lp/2013/04/lpo-3061/uni/bg-uni-front-hover-1000x532.jpg") no-repeat 0 0 scroll transparent;
}
.imageBox  .imgStart{
	background: url("//a1276.ztat.net/lpo/zalando/lp/2013/04/lpo-3061/uni/bg-uni-front-1000x532.jpg") no-repeat 0 0 scroll transparent;
}
.imageBox {
    left: 0;
    top: 0;
}
.jsFadeIn {
    display: none;
    height: 38px;
    left: 25px;
    overflow: hidden;
    top: 230px;
    width: 200px;
    z-index: 2;
}
.jsFadeIn .txt {
    background: url("//a1276.ztat.net/lpo/zalando/lp/2013/04/lpo-3061/navArrow-6x9.png") no-repeat scroll 97% 1px transparent;
    border: 1px solid #333;
    display: inline;
    font: 10px/15px arial;
    height: 15px;
    left: 25%;
    margin: auto;
    padding: 0 13px 0 7px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 30%;
    width: auto;
    z-index: 2;
}
.jsFadeIn .bgOpa {
    background-color: #fff;
    height: 100%;
    left: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	khtml-opacity: 0.8;
    top: 0;
    width: 100%;
    z-index: 0;
}
.fadeContainer a .title {
    font: bold 14px arial;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    top: 374px;
    width: 100%;
    z-index: 2;
}
.fadeContainer a .contentText {
    font: 13px Times New Roman;
    padding: 0 38px;
    text-align: center;
    top: 426px;
    width: 165px;
    z-index: 2;
}
#content .unisex .slot2 .contentText {
   left: 3px;
}
#content .unisex .slot3 .contentText {
    left: 6px;
}
#content .unisex .slot3 .contentText {
    left: 9px;
}
/* img pos */
#content .slot2 .imageBox,
#content .slot2 .imgStart {
    background-position: -250px 0;
}
#content .slot3 .imageBox,
#content .slot3 .imgStart {
    background-position: -500px 0;
}
#content .slot4 .imageBox,
#content .slot4 .imgStart {
    background-position: -750px 0;
}
.fadeContainer a:hover *,.fadeContainer a {
	text-decoration: none;
}
/* menu */
.style .sbsMenu {
    float: right;
}
.style .sbsMenu > * {
    float: left;
	margin-left: 5px;
}
.style .sbsMenu p {
    font: 15px arimo;
	margin-right: 3px;
	letter-spacing: 1px;
}
.style .sbsMenu a {
    border: 1px solid #333;
    font: bold 10px/17px arial;
    height: 17px;
    padding: 0 13px 0 5px;
    text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	background: url("//a1276.ztat.net/lpo/zalando/lp/2013/04/lpo-3061/navArrow-6x9.png") no-repeat scroll 96% 4px transparent;
}
.style .sbsMenu a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	khtml-opacity: 0.7;}
/* women */
.grid6 .fadeContainer a,
.grid6 .brandContainer > div {
    width: 160px;
	margin-left: 8px;
}
.grid6 .fadeContainer a:first-child,
.grid6 .brandContainer > div:first-child {
	margin-left: 0;
}
.grid6 .fadeContainer a .contentText {
	padding: 0 10px;
    width: 140px;
}
/* gender pic */
.women .imageBox {
	background-image: url("//a1276.ztat.net/lpo/zalando/lp/2013/04/lpo-3061/women/bg-women-hover-1000x532.jpg");
}
.women .imageBox  .imgStart{
	background-image: url("//a1276.ztat.net/lpo/zalando/lp/2013/04/lpo-3061/women/bg-women-1000x532.jpg");
}
.men .imageBox {
	background-image: url("//a1276.ztat.net/lpo/zalando/lp/2013/04/lpo-3061/men/bg-men-hover-1000x532.jpg");
}
.men .imageBox  .imgStart{
	background-image: url("//a1276.ztat.net/lpo/zalando/lp/2013/04/lpo-3061/men/bg-men-1000x532.jpg");
}
.kids .imageBox {
	background-image: url("//a1276.ztat.net/lpo/zalando/lp/2013/04/lpo-3061/kids/bg-kids-hover-1000x464-1.jpg");
}
.kids .imageBox  .imgStart{
	background-image: url("//a1276.ztat.net/lpo/zalando/lp/2013/04/lpo-3061/kids/bg-kids-1000x464-1.jpg");
}
.grid6 .imageBox,
.grid6 .imageBox .imgStart,
.grid6 .jsFadeIn {
	width: 160px;
	left: 0;
}
#content .grid6 .slot2 .imageBox,
#content .grid6 .slot2 .imgStart {
    background-position: -168px 0;
}
#content .grid6 .slot3 .imageBox,
#content .grid6 .slot3 .imgStart {
    background-position: -336px 0;
}
#content .grid6 .slot4 .imageBox,
#content .grid6 .slot4 .imgStart {
    background-position: -504px 0;
}
#content .grid6 .slot5 .imageBox,
#content .grid6 .slot5 .imgStart {
    background-position: -672px 0;
}
#content .grid6 .slot6 .imageBox,
#content .grid6 .slot6 .imgStart {
    background-position: -840px 0;
}
.grid6 .jsFadeIn .txt {
	left: 20%;
}
.kids .fadeContainer a .title {
    bottom: 141px;
    top: auto;
}
.kids.grid6 .fadeContainer a .contentText {
    top: 353px;
}
.kids .jsFadeIn {
    top: 162px;
}
.grid6.kids .fadeContainer a{
    margin-left: 0;
    width: 166.67px;
	height: 464px;
}
.grid6.kids .imageBox,
.grid6.kids .imageBox .imgStart,
.grid6.kids .jsFadeIn {
	width: 100%;
}
.jsOff .fadeContainer a.slot3:hover {

}
/* brands */
.brandContainer > div {
	height: 224px;
	float: left;
	background-color: #f3f3f3;
}
.sbsTitle.brandTitle {
	font: bold 14px/20px arial;
	width:1000px;
	background-color:transparent;
	margin-bottom:10px;	
}
/* jsOff */
.jsOff .fadeContainer a:hover .imgStart {
	display: none;
}
.jsOff .fadeContainer a:hover .jsFadeIn {
	display: block;
}
/* hacks macks  */
@-moz-document url-prefix() { .jsFadeIn .txt { background-position:97% 2px; } }
.jsFadeIn .txt { background-position:97% 2px\9; /* IE8 and below */   }
*+html  .jsFadeIn .txt { background-position:97% 3px\9; /* IE8 and below */   }

.grid6.kids .fadeContainer a.slot2 {
    width: 160px;
}
.grid6.kids .fadeContainer a.slot3 {
    width: 173.34px;
}
#content .grid6.kids .slot3 .imgStart,
#content .grid6.kids .slot3 .imageBox {
    background-position: -329px 0;
}
.grid6 .fadeContainer a.slot3 .contentText {
    left: 8px;
    width: 139px;
}
/* kw26 */
.kw26 .sbsTitle hr {
    display: none;
}
/*
.kw26 .sbsTitle:first-child {
    background-color: #F3F3F3;
    height: 28px;
}
.kw26 .sbsTitle h2 {
    background-color: transparent;
    line-height: 28px;
}
*/
