html > body .mainColumn {
	font-size: 10px;
}
/* --------------------------------------Storefinder------- */

td.content {
	font-size: 11px;
}
body.popup {
	margin: 0 20px 20px 20px;
}
h4 {
	margin-top: 0;
}
.content {
	width:640px;
}
.w150 {
	width:150px;
}
/* Container für Karteireiter und -karten */
div#kartei {
	margin: 10px 0 0 0;
	/* padding: 77px 0px 0px 0px; padding-top ergibt sich aus der Höhe der Karteireiter */
	position: relative;
}

/* Container für die Karteikarten */
div#karteikarten {
	background-color: #ffffff;
	border-top: 1px solid #6d564c;
	margin: 0px;
	padding: 20px 0 20px 0;
}

div#karteikarten div.karteikarte {
	background-color: transparent;
	display: none;
	margin: 0px;
	padding: 0px;
}

div#karteikarten div#karte1.karteikarte {
	display: block;
}
/* accordion */
p.atStart,
.element.atStart p{
	cursor: pointer;
	font-size: 11px;
	line-height: 13px;
	margin:  0;
	padding: 0 0 5px 0;
	width: 150px;
}

/* tool-tips */
.tool-tip {
	background-color: #303030;
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 4px;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}

/**
 *
 * ESPRIT WORLDs
 *
 */

div.espritWorlds {
	border-bottom: 1px solid #6d564c;
	margin-bottom: 20px;
}

a.espritworld {
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #efeceb;
	border-bottom: none;
	color: #4b4b4b;
	display: block;
	float: left;
	font-size: 9px;
	height: 15px;
	margin: 0 10px 0 0;
	padding: 55px 5px 10px 5px;
	width: 103px;
}

a.espritworld:hover {
	background-color: #fcfbfb;
	/*color: #fff;*/
	text-decoration: none;
}

div.espritWorlds span.active a {
	background-color: #fcfbfb;
	/*color: #fff;*/
}

a.fashion {
	background-image: url(/-img/storefinder/fashion-world-off-fh11.jpg)
}

span.active a.fashion,
a.fashion:hover {
	background-image: url(/-img/storefinder/fashion-world-on-fh11.jpg);
}

a.home {
	background-image: url(/-img/storefinder/home-world-off-fh11.jpg)
}

span.active a.home,
a.home:hover {
	background-image: url(/-img/storefinder/home-world-on-fh11.jpg);
}

a.accessoires {
	background-image: url(/-img/storefinder/accessoires-world-off-fh11.jpg)
}

span.active a.accessoires,
a.accessoires:hover {
	background-image: url(/-img/storefinder/accessoires-world-on-fh11.jpg);
}

a.kids {
	background-image: url(/-img/storefinder/kids-world-off-fh11.jpg)
}

span.active a.kids,
a.kids:hover {
	background-image: url(/-img/storefinder/kids-world-on-fh11.jpg);
}

div.espritWorlditem {
	cursor: pointer;
	float: left;
	margin: 0 20px 5px 0;
	width: 150px;
}

div.nolink {
	cursor: default;
}

div.espritWorlditem h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 16px;
	margin: 5px 0 3px 0;
}

div.espritWorlditem img {
	border: 1px solid #d9d9d9;
}

#fashionworld, #kidsworld, #homeworld, #accessoiresworld {
	display: none;
}
