@charset "UTF-8";
* {
	‑webkit‑text‑size‑adjust: none;
}
html,
body{
	width: 300px;
	height: 600px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
body{
	display: none;
}

#container_dc {
	border: 1px solid #532e8a;
	width: 298px;
	left: 0px;
	margin: auto;
	overflow: hidden;
	position: absolute;
	top: 0px;
	height: 598px;
}

#content_dc {
	background-color: #FFF;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 100;
}

.prestiqueContent {
	background: #fff5d9;
	height: 400px;
	width: 300px;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

#doll {
	left: -10px;
	position: relative;
	top: 87px;
	width: 47px;
}
	.dollParts {
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
	}
		#dollBody {
			z-index: 3;
		}
		#doll_legFront,
		#doll_legBack {
			left: 18px;
			z-index: 1;
		}
	#walk {
		background-image: url('walk8.png');
		height: 61px;
		left: 32px;
		top: 74px;
		width: 30px;
		z-index: 1;
	}

#key {
	background-image: url('keySprite.png');
	height: 22px;
	left: 12px;
	top: 30px;
	width: 23px;
	z-index: 1;
	overflow: hidden;
}

#mirrorBox {
	background: transparent url('mirror_shadow.png') 0 0 no-repeat;
	height: 153px;
	right: -105px;
	top: 80px;
	width: 110px;
	z-index: 0;
}

#mirror {
	right: 0;
}

.pristiqLogo {
	left: 10px;
	position: absolute;
	top: 12px;
	z-index: 4;
}

.pfizerLogo {
	position: absolute;
	right: 6px;
	top: 366px;
}

.prestiqueHeadline {
	color: #532E8A;
    font: bold 25px/30px 'Helvetica','Arial',sans-serif;
    top: 115px;
    left: 80px;
    white-space: nowrap;
    width: 160px;
    position: absolute;
    z-index: 2;
}
	.bigLeftPad {
		padding-left: 105px;
	}

	.prestiqueHeadline.finalPos {
		top: 85px;
		left: 11px;
	}
	.headline5 {
		padding-top: 54px;
		position: absolute;
	}
		.noshowtext {
			color: #fff5d9;
		}
		.makeItPop {
			-webkit-transition: all 1s ease-out;
			-moz-transition: all 1s ease-out;
			-ms-transition: all 1s ease-out;
			-o-transition: all 1s ease-out;
			transition: all 1s ease-out;
			display: inline-block;
		}
		.popping {
			-moz-transform: scale(1.4);
			-webkit-transform: scale(1.4);
			-o-transform: scale(1.4);
			-ms-transform: scale(1.4);
			transform: scale(1.4);
			opacity: 0;
		}

.prestiqueHeadline a {
	border-radius: 3px; -webkit-border-radius: 3px;
	background-color: #532e8a;
	color: #fff;
	display: block;
	font: bold 19px/17px 'Helvetica', 'Arial', sans-serif;
	margin: 10px 0 10px 0;
	padding: 6px 0 5px 6px;
	text-decoration: none;
	width: 270px;
}
	.prestiqueHeadline a:hover {
		background-color: #7762ab;
	}

.isiCTA {
	color: #000;
	font: 12px/14px 'Helvetica', 'Arial', sans-serif;
	position: absolute;
	bottom: 200px;
	left: 5px;
}
	.isiCTA.newPos {
		position: absolute;
		padding: 0;
		top: 98px;
		left: 12px;
	}
	.isi3 {
		padding-bottom: 10px;
	}
.prestiqueIsi {
	bottom: 0;
    color: #545454;
    font: 9px/10px 'Helvetica','Arial',sans-serif;
    height: 200px;
    position: absolute;
    width: 300px;
    z-index: 1;
}
	.prestiqueIsi a {
		color: #545454;
	}

.isiSubHead {
	margin: -1px 0 0 5px;
}

.isiBody {
	overflow-y: scroll;
	height: 163px;
	border-bottom: 0;
	padding: 3px;
	margin: 3px auto 0 auto;
	line-height: 12px;
	width: 282px;
}

.blackBox {
	border: 1px solid #000;
	padding: 3px;
}

.isiBody p {
	margin-top: 5px;
}
.isiBody ul, .isiBody li {
	margin: 0;
	padding: 0;
}
.isiBody ul {
	padding-left: 12px;
}
.hidden {
	display: none;
}
.abs {
	position: absolute;
}
#isiHeader{
	position: absolute;
	background-color: red;
	opacity: 0.0;
	width: 165px;
	height: 14px;
}
#piHeader{
	position: absolute;
	right: 0px;
	background-color: green;
	opacity: 0.0;
	width: 135px;
	height: 14px;
}
#logo, #learnMore, #container_dc, #isiHeader, #piHeader
{
	cursor: pointer;
}