﻿.MainContainer
{
}

.Curtain
{
	background-image:url('/ChangingRoom/curtain.gif'); 
	width:700px; 
	height:500px; 
	background-repeat:no-repeat;
	background-position:right;
	left:170px;
	top:60px;
	z-index:1;
}

#LeftItem div
{
	font-family:Verdana;
	font-size:0.8em;
}

.LeftTitle
{
	color:#333;
	margin-bottom:20px;
}

.DressingroomItem
{
	margin:10px 0;
}

.DressingroomItem a, .DressingroomItem a:active
{
	font-size:0.9em;
	color:#FF0086;
	text-decoration:none;
}

.DressingroomItem a:hover
{
	font-size:0.9em;
	color:#4DB0B0;
}

.DressingroomItemSelected a
{
	font-size:0.9em;
	color:#4DB0B0;
	text-decoration:none;
}
 
.Model
{
	padding-left:250px; 
	margin-right:70px; 
	background-image:url('/ChangingRoom/woman.gif'); 
	background-repeat:no-repeat;
	background-position:right;
	float:left;
	height:449px;
	width:151px;
}
 
.Curtain
{
	background-image:url('/ChangingRoom/curtain.gif');
	background-repeat:no-repeat;
	float:left;
	width:227px;
	height:450px;
}

.CurtainBack
{
	background-image:url('/ChangingRoom/curtainback.gif');
	background-repeat:no-repeat;
	float:left;
	width:227px;
	height:450px;
}

#HelpButton
{
	position:absolute;
	top:130px;
	left:830px;
}


.HelpShow
{
	position:absolute;
	left:300px;
	top:170px;
	width:400px;
	height:320px;
	background-color:#EFE;
	border:1px solid #CCC;
	z-index:999;
	font-family:Verdana;
	font-size:0.7em;
	padding:20px;
}

.HelpShow h1
{
	font-size:1.1em;
}

.HelpShow a
{
	cursor:pointer;
	color:#FF0086;
}


.HelpHide
{
	visibility:hidden;
	position:absolute;
	left:300px;
	top:100px;
}
