﻿@import url(./Includes/Common.css);

#Collections
{
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(Images/Skin/Collections/Background.png);
	
	position: absolute;
	left: 90px;
	top: 195px;
	
	width: 910px;
	height: 350px;
}

#Collections #CollectionNames
{
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(Images/Skin/Collections/CollectionsNames.png);
	
	position: absolute;
	left: 5px;
	top: 100px;
	
	width: 169px;
	height: 166px;
}


#Collections #CollectionNames a
{
	position: absolute;
	display: block;
	text-decoration: none;
}

#Collections #CollectionNames a span
{
	font-size: 15px;
	position: absolute;
	width: 150px;
	display: none;
	background-color: #ffffff;
}

#Collections #CollectionNames a:hover span
{
	display: inline;
}

#Collections #CollectionNames a.name0
{
	top: 10px;
	left: 20px;
	width: 20px;
	height: 40px;
}

#Collections #CollectionNames a.name0 span
{
	top: -85px;
	left: -5px;
}

#Collections #CollectionNames a.name1
{
	top: 15px;
	left: 65px;
	width: 30px;
	height: 35px;
}

#Collections #CollectionNames a.name1 span
{
	top: -90px;
	left: -50px;
}

#Collections #CollectionNames a.name2
{
	top: 60px;
	left: 100px;
	width: 40px;
	height: 40px;
}

#Collections #CollectionNames a.name2 span
{
	top: -135px;
	left: -85px;
}


#Collections #CollectionNames a.name3
{
	top: 120px;
	left: 120px;
	width: 30px;
	height: 30px;
}

#Collections #CollectionNames a.name3 span
{
	top: -195px;
	left: -105px;
}




#Collections #CollectionItems a
{
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
}

#Collections #CollectionItems a img
{
	border-width: 0px;
}

#Collections #CollectionItems .thumb0
{
	top: 0px;
	right: 70px;
}

#Collections #CollectionItems .thumb1
{
	top: 70px;
	right: 0px;
}

#Collections #CollectionItems .thumb2
{
	top: 140px;
	right: 70px;
}

#Collections #CollectionItems .thumb3
{
	top: 210px;
	right: 0px;
}

#Collections #CollectionItems .thumb4
{
	top: 280px;
	right: 70px;
}

#Collections .mainImg
{
	position: absolute;
	left: 210px;
	top: 0px;
}

#Collections .selectedCollection
{
	font-size: 15px;
	position: absolute;
	left: 20px;
	top: 25px;
}
