/***********************************************************
* CLOTHES LISTING STYLES
***********************************************************/
 
.thumbs
{
	position: relative;
	left: -35px;
	width: 575px;
}

.thumb
{
	float: left;
	width: 115px;
	height: 128px;
	overflow: hidden;
}

.thumb img
{
	width: 115px;
	height: 128px;
}


/***********************************************************
* DETAIL VIEW STYLES
***********************************************************/

#detailContainer
{
	position: absolute;
	margin-left: 50%;
	top: -600px;
	left: -250px;
	z-index: 30;
	width: 610px;
	height: 600px;
	background-image: url('/content/img_v2/collections/detailbg.png');
}

.detailClose
{
	position: absolute;
	top: 10px;
	right: 39px;
}

#detailBounds
{
	position: absolute;
	top: 33px;
	left: 45px;
	width: 525px;
	height: 510px;
	overflow: hidden;
}

#detailScroll
{
	position: absolute;
	top: 0;
	left: 0;
}

#detailBack
{
	position: absolute;
	bottom: 35px;
	left: 35px;
}

#detailNext
{
	position: absolute;
	bottom: 40px;
	right: 35px;
}

.detailItem
{
	position: absolute;
	top: 0;
	width: 525px;
	height: 530px;
}

.detailItem img
{
	cursor: pointer;
}


.bigImg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 385px;
	height: 431px;
}

.bigImg img
{
	width: 385px;
	height: 431px;
}

.topImg
{
	position: absolute;
	top: 0;
	right: 0;
	width: 139px;
	height: 149px;
}

.topImg img
{
	width: 139px;
	height: 149px;
}

.midImg
{
	position: absolute;
	top: 141px;
	right: 5px;
	width: 142px;
	height: 147px;
}

.midImg img
{
	width: 142px;
	height: 147px;
}

.endImg
{
	position: absolute;
	top: 280px;
	right: 0;
	width: 141px;
	height: 146px;
}

.endImg img
{
	width: 141px;
	height: 146px;
}

.detail_description
{
	position: absolute;
	left: 5px;
	bottom: 30px;
	width: 360px;
	height: 75px;
}

.artNo
{
	line-height: 11px;
	position:absolute;
	right: 0;
	bottom: 30px;
	width: 140px;
	height: 75px;
}

.material
{
	line-height: 11px;
	position:absolute;
	right: 0;
	bottom: 5px;
	width: 140px;
	height: 75px;
}
.color
{
	line-height: 11px;
	position:absolute;
	bottom: -20px;
	right: 0;
	height: 75px;
	width: 140px;
}

.social
{
	position: absolute;
	right: 145px;
	bottom: 105px;
}

/************************
*****SIGN UP POPUP*******
************************/

#signup_popup
{
	position: absolute;
	margin-left: 50%;
	top: 0px;
	left: -250px;
	z-index: 100;
	width: 610px;
	height: 510px;
	background-image: url('/content/img_v2/collections/signuppopupbg2.png');

}

#signUpJournalistHolder
{
	position: relative;
	background-image: url('/content/img_v2/media/media_infoform.png');
	background-repeat: no-repeat;
	width: 440px;
	height: 240px;
	margin-top: 60px;
	left: 83px;
	overflow: hidden;
}

#signUpJournalistContent
{
	position: absolute;
	width: 880px;
	height: 240px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.signup_text
{
	position: relative;
	top: 50px;
	left: 80px;
	width: 500px;
}

.line
{
	position: absolute;
	background-image: url('/content/img_v2/signup_line.png');
	background-repeat: no-repeat;
	width: 212px;
	height: 2px;
}

.label
{
	position: absolute;
	left: 80px;
 	color: #d2565b;
 	line-height: 13px;
 	font-size:11px;
}

.field
{
	position: absolute;
	left: 145px;
}

.field input
{
 	font-family: 'Courier New';
	color: #304560;
 	line-height: 11px;
 	height: 14px;
 	font-size:11px;
 	border: none;
 	margin: 0;
 	padding: 0;
 	width: 208px;
}

input, select { background-color:transparent; border:none; }


/*****************
COLLECTION-SIMPLE
*****************/

#closeUpContainer
{
	position: absolute;
	margin-left: 50%;
	display: none;
	top: 150px;
	left: -190px;
	z-index: 100;
	width: 480px;
	height: 505px;
	background-image: url('/content/img_v2/collections/closeUpBg.png');
}

.closeUpImage
{
	position: absolute;
	top: -12px;
	left: -25px;
}

.closeUpDownload
{
	position: absolute;
	top: 404px;
	left: 370px;
	z-index 120;
	width:75px;
	height:52px;
	background-image: url('/content/img_v2/knapp0.png');
}

.skinCareClose
{
	position: absolute;
	top: 10px;
	right: 29px;
}

.skinCareStitches
{
	width: 500px;
	height: 57px;
	background-image: url('/content/img_v2/collections/stitches.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 35px;
}