@charset "utf-8";
/* CSS Document */
#container {
	background-repeat:no-repeat;
	height:800px;
}
.container-men {
	background-image:url(/images/backgrounds/shoes-men.jpg);
}
.container-women {
	background-image:url(/images/backgrounds/shoes-women.jpg);
}
.container-boys {
	background-image:url(/images/backgrounds/shoes-boys.jpg);
}
.container-girls {
	background-image:url(/images/backgrounds/shoes-girls.jpg);
}
.container-bags {
	background-image:url(/images/backgrounds/accessories-bags.jpg);
}
/* COLLECTION */
#collection {
	position:relative;
	clear:both;
	width:960px;
	height:500px;
	top:-150px;
	background-repeat:no-repeat;
}
#collection a:hover {
	text-decoration:none;
}
.overview-men {
	background-image:url(/images/papers/gif/shoes-men-trans.png);
}
.overview-women {
	background-image:url(/images/papers/gif/shoes-women-trans.gif);
}
.overview-boys {
	background-image:url(/images/papers/gif/shoes-boys-trans.gif);
}
.overview-girls {
	background-image:url(/images/papers/gif/shoes-girls-trans.gif);
}
.overview-bags {
	background-image:url(/images/papers/gif/accessories-bags-trans.gif);
}

.men {
	background-image:url(/images/papers/gif/shoes-men-group-trans.gif);
}
.women {
	background-image:url(/images/papers/gif/shoes-women-group-trans.gif);
}
.boys {
	background-image:url(/images/papers/gif/shoes-boys-group-trans.gif);
}
.girls {
	background-image:url(/images/papers/gif/shoes-girls-group-trans.gif);
}
.bags {
	background-image:url(/images/papers/gif/accessories-bags-group-trans.gif);
}
#collections-text {
	position:absolute;
	width:250px;
	height:200px;
	top:150px;
	left:150px;
	line-height:1.3em;
}
#collections-text ul {
	list-style:disc;
	margin-left:16px;
}
#collections-overview {
	position:absolute;
	width:515px;
	height:380px;
	top:50px;
	left:410px;
	overflow:hidden;
}
#collections-overview .collection-row {
	margin: 0px 0px 10px 0px;
	position:relative;
	clear:left;
}
#collections-overview .collection-thumb {
	position:absolute;
	bottom:0px;
	width:160px;
	float:left;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#collections-overview .collection-thumb#item1 {
	left: 0px;
}
#collections-overview .collection-thumb#item2 {
	left: 160px;
}
#collections-overview .collection-thumb#item3 {
	left: 320px;
}
.num-in-collection {
	font-size:10px;
}
#follow {
	position:absolute;
	display:block;
	width:135px;
	height:100px;
	top:180px;
	left:120px;
	background-image:url(/images/follow-the-footprint-trans.png);
}
#follow:hover {
	background-image:url(/images/follow-the-footprint-over-trans.png);
}

#collection-text {
	position:absolute;
	width:250px;
	height:200px;
	top:250px;
	left:10px;
	line-height:1.3em;
	color:#FFF;
}
#collection-menu {
	position:absolute;
	width:515px;
	top:120px;
	left:310px;
	font-size:16px;
	font-weight:bold;
}
#collection-backtocollection {
	position:absolute;
	width:515px;
	height:50px;
	top:50px;
	left:280px;
}
#collection-backtocollection a {
	width:515px;
	height:50px;
}
#collection-menu li {
	float:left;
	margin-right:20px;
}
#collection-menu li a:hover {
	text-decoration:none;
	background-color:#FFFF00;
}
#collection-menu li.selected {
	background-color:#FFFF00;
}
#collection-overview {
	position:absolute;
	width:540px;
	height:270px;
	top:170px;
	left:310px;
	overflow:hidden;
}
#collection-overview .collection-row {
	margin: 0px 0px 10px 0px;
	position:relative;
	clear:left;
}
#collection-overview .collection-thumb {
	position:absolute;
	bottom:0px;
	width:168px;
	display:block;
	float:left;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#collection-overview .collection-thumb#item1 {
	left: 0px;
}
#collection-overview .collection-thumb#item2 {
	left: 168px;
}
#collection-overview .collection-thumb#item3 {
	left: 336px;
}
#collection-overview .magnifier-link {
	background-image:url(/images/magnifier-trans.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:18px;
	
}

#coldetail-button {
	z-index:101px;
	position:relative;
	top:440px;
	left:550px;
	width:130px;
}

#magnifier-flash {
	position:relative;
	left:730px;
}

#detail-container {
	padding-top:50px;
	padding-left:40px;
	background-color:transparent;
	font-family:"Courier New", Courier, monospace;
}
#detail-container h2 {
	font-size:30px;
	width:400px;
}
#detail-container .description {
	margin-top:20px;
}

.detail_close {
		position:absolute;
		cursor:pointer;
		margin-left:810px;
		margin-top:70px;
		height:30px;
		width:40px;
		z-index:2000;
	}
#coldetail-container {
	margin-left:250px;
	margin-top:60px;
	width:500px;
	font-family:"Courier New", Courier, monospace;
}
#coldetail-container h2 {
	font-size:28px;
}

