/*********** microAgingWrapper **********/
.microAgingWrapper
{
	position: relative;
	width: 100%;
	background: url('../images/micro_aging/microAgingBg.jpg') no-repeat top center;
	background-color: #ecebe9;
	padding-bottom: 80px;
}

.innerMicroAging
{
	position: relative;
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}

.ballIconsWrapper
{
	position: relative;
	width: 770px;
	margin: 0px auto;
}

.circularHeader
{
	position: relative;
	width: 730px;
	height: 80px;
	background: url('../images/micro_aging/circularHeader.png');
}

.circularBallWrapper
{
	position: relative;
	width: 770px;
	height: 630px;
	background: url('../images/micro_aging/microAgingHeroBg.png');
}

.ballItem
{
	position: absolute;
	width: 150px;
	height: 150px;
}

.ballItem.item1
{
	top: 190px;
	left: 70px;
}

.ballItem.item2
{
	top: 65px;
	left: 590px;
}

.ballItem.item3
{
	top: 460px;
	left: 400px;
}

.ballImg
{
	position: absolute;
	width: 150px;
	height: 150px;
	left: 50%;
	top: 50%;
	margin-left: -75px;
	margin-top: -75px;

	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	
}

.ballItem.selected .ballImg,
.ballItem:hover .ballImg
{
	-webkit-transform: scale(1.2,1.2);
}

.ballContent
{
	position: absolute;
	width: 250px;
	height: 200px;
	top: 220px;
	left: 320px;
}

.ballContent ul.arrow li
{
	background: url('../images/common/listArrow.png') 0 4px no-repeat;
	margin-bottom: 0.5em;
	padding-left: 15px;
	font-size: 19px;
	line-height: 1.5em;
	margin-right: 10px;
}

.ballContentItem
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}


/*********** skinFAQWrapper **********/
.skinFAQWrapper
{
	position: relative;
	width: 100%;
	background: url('../images/micro_aging/skinFAQBg.jpg') no-repeat top center;
	background-color: #e7e7e7;
	padding-bottom: 80px;
}

.inner960Wrapper
{
	position: relative;
	width: 960px;
	margin: 0px auto;
}

.FAQItems
{
	position: relative;
}

.FAQItem
{
	padding-bottom: 40px; 
}

.questionImg
{
	position: relative;
	display: inline-block;
	cursor: default;
}

.questionImg .arrow
{
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	right: 120px;
	top: 5px;
}

.selected .arrow
{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ansWrapper
{
	position: relative;
	width: 900px;
}

.ansWrapper p
{
	padding-left: 90px;
}

.ansWrapper
{
	/*display: none;*/
}

.contentList
{
	position: relative;
}

.ptItem
{
	width: 100%;
}

.ptImg
{
	position: relative;
	width: 270px;
	height: 270px;
}

.ptContent
{
	position: relative;
	width: 630px;
}

.strokeWrapper
{
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	padding: 40px 0px;
}

/********** reenexTipsBgWrapper **********/

.reenexTipsBgWrapper
{
	position: relative;
	width: 900px;
	height: 400px;
	background: url('../images/micro_aging/reenexTipsBg.png');
}

.reenexTipsBgWrapper .textArea
{
	position: absolute;
	width: 480px;
	top: 175px;
	left: 275px;
}

.w900
{
	position: relative;
	width: 900px;
}


.reenexTipsBgWrapper .btnStyle
{
	margin: 0px;
}

.ans1ContentWrapper
{
	position: relative;
	width: 100%;
}

.ans1ContentItem
{
	position: relative;
	width: 50%;
	height: 120px;
}

.ans1ContentInnerItem
{
	position: relative;
	width: 330px;
	height: 100px;
	background-color: #FFFFFF;

	padding-left: 90px;
	padding-top: 10px;

	-webkit-box-shadow: 5px 5px 2px #CCCCCC;
	-moz-box-shadow: 5px 5px 2px #CCCCCC;
	-ms-box-shadow: 5px 5px 2px #CCCCCC;
	-o-box-shadow: 5px 5px 2px #CCCCCC;
	box-shadow: 5px 5px 2px #CCCCCC;
}	


.ans1ContentInnerItem p
{
	font-size: 13px;
	width: 280px;
	padding-left: 0px;
}

/*** ans3 ***/
.ans3ContentInnerWrapper
{
	width: 890px;
	min-height: 300px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 5px 5px 2px #CCCCCC;
	-moz-box-shadow: 5px 5px 2px #CCCCCC;
	-ms-box-shadow: 5px 5px 2px #CCCCCC;
	-o-box-shadow: 5px 5px 2px #CCCCCC;
	box-shadow: 5px 5px 2px #CCCCCC;
}

.ans3ContentInnerWrapper .rowItem
{
	/*padding-left: 90px;*/
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cfcbca;
}

.ans3ContentInnerWrapper .rowItem p.s1
{
	font-size: 16px;
	font-weight: bold;
}

.ans3ContentInnerWrapper .rowItem p
{
	font-size: 13px;
}

.ans3ContentInnerWrapper .rowItem.last
{
	border-bottom: 0px;
}

.ans3ContentInnerWrapper .titleStyle
{
	padding: 30px 0px 0px; 
}