@charset "UTF-8";
html,
body{
	width: 300px;
	height: 250px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
body{
	display: none;
}

#container_dc {
	border:1px solid #532e8a;
	height: 248px;
	overflow: hidden;
	position: absolute;
	width: 298px;
	cursor: pointer;
}

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

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

#doll {
	left: 0;
	position: relative;
	top: 10px;
	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;
}

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

#mirror {
	right: 0;
}

.prestiqueContent {
	background: #fff5d9;
	height: 155px;
	width: 297px;
}

.pristiqLogo {
	left: 15px;
	position: absolute;
	top: 15px;
}

.pfizerLogo {
	position: absolute;
	right: 5px;
	top: 125px;
}

.prestiqueHeadline {
	color: #532e8a;
	font: bold 16px/18px 'Helvetica', 'Arial', sans-serif;
	position: absolute;
	top: 45px;
	left: 80px;
	white-space: nowrap;
}
	.bigLeftPad {
		padding-left: 105px;
	}

	.prestiqueHeadline.finalPos {
		font: bold 14px/16px 'Helvetica', 'Arial', sans-serif;
		top: 55px;
		left: 10px;
	}

.prestiqueHeadline a {
	border-radius: 3px; -webkit-border-radius: 3px;
	background-color: #532e8a;
	color: #fff;
	display: block;
	font: bold 14px/26px 'Helvetica', 'Arial', sans-serif;
	height: 26px;
	margin: 10px 0 10px 0;
	text-align: center;
	text-decoration: none;
	width: 200px;
}
	.prestiqueHeadline a:hover {
		background-color: #7762ab;
	}

	.headline3,
	.headline5 {
		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;
		}

.isiCTA {
	color: #545454;
	font: 12px/14px 'Helvetica', 'Arial', sans-serif;
}
	.isi1 {
		position: absolute;
		left: 105px;
		top: 122px;
		z-index: 15;
	}
	.isiCTA.newPos {
		position: absolute;
		padding: 0;
		top: 98px;
		left: 5px;
	}
.prestiqueIsi {
	color: #545454;
	font: 10px/15px 'Helvetica', 'Arial', sans-serif;
	position: relative;
    z-index: 1;
}

#isiHeader,
.piHeader  {
	height: 14px;
	color: #fff;
	float: left;
	width: 166px;
	text-align: center;
	background: #532e8a url('purpleSplitter.png') right 0 no-repeat;
	cursor: pointer;
}
	.prestiqueIsi a {
		color: #545454;
	}
.piHeader {
	float: none;
	width: auto;
	background: #7862ab;
}

.isiSubHead {
	margin: 3px 0 0 5px;
	font-size: 9px;
}

.isiBody {
	overflow-y: scroll;
	height: 49px;
	border-bottom: 0;
	padding: 3px;
	margin: 3px 5px 0 5px;
	line-height: 12px;
}

.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;
}
#logo, #learnMore{
	cursor: pointer;
}