/* ###### Document-level styles ###### */

html, body {
    height: 100%;
}

body {
	margin:0;
	padding:20px;
    text-align:left;
    font-family:Arial,Helvetica,sans-serif;
	background-color:#fff;
    color:#000;
    font-size:62.5%;
}
#container {
    width:650px;
    text-align:left;
}
#footer {
	font-size:1em;
	border-top:1px solid #aaa;
	width:650px;
	padding:15px 0 10px 0;
	margin-top:15px;
}
.clear, .pLink, #textResizer, #search, #navSections, #menuGlobal,
#sidebar, #pageNav ul, .connectorLong, .connectorShortContainer, .pageIcons,
.absolutePageIcons, .iconTop, #gatePageQuote, #gatePageQuoteBR, #flowPageQuote, 
#flowLeadBox, #flowPagePtQuote, #pageNav ul, .cbBtn, .ctaBlurb, .connectorCta, 
.ctaBox, #leadImageWorkingDoctor, #leadImageMindBody, #leadImageSkinCare, 
#leadImageHairCare,  #flowLeadBoxDietExercise, #leadImageEmotional, 
#leadImageGettingOut, #leadImageRelationships, #leadImageFamily, #leadImageWork {
	display:none;
}
#pageNav, #pageOverview, #gatePageQuote {
	padding-bottom:0;
}
.contentBoxLong p, .contentBoxLong li, .contentBoxShortL p, .contentBoxShortR p,
.contentBoxLong label, .mtab tr td, .biobox {
	font-size:1.2em;
	line-height:1.3em;
}
.biobox p {
	font-size:1em;	
}
.biobox p img {
	display:none;
}
.emphasis, .strongLink {
	font-weight:bold;
}
.inlineImg {
	margin-left:15px;
}
a:link, a:hover, a:active, a:visited {
	color:#0000EE;
}
.biobox {
	padding:10px;
	border:1px solid #000;
}


/* #### send to a friend tool has to be hidden #### */
#stafContainer {
	display: none;
}


/* ##### 2.1 Treatments ##### */

#therapycontainer {
	margin:20px 0 20px 0;
	position:relative;
	z-index:1;
}
#therapycontainer a {
	text-decoration:underline;
}
#therapyboxleft {
	float:left;
	width:270px;
	margin:0 0 0 90px;
	-margin:0 -26px 0 40px;
}
#therapyboxright {
	float:left;
	width:220px;
	margin:40px 0 0 -26px;
	-margin:40px 0 0 0;
	-padding:0;
}
.boxheader {
	font-weight:bold;
	color:#fff;
	margin-bottom:8px;
	font-size:1.3em;
}
#bigboxtop {
	width:270px;
	height:17px;
	background-image:url(../../media/images/treat/therapy_big_top.gif);
	line-height:0;
	margin:0;
}
#bigboxcenter {
	width:216px;
	background-image:url(../../media/images/treat/therapy_big_back.gif);
	margin:0;
	padding:0 40px 0 14px;
	font-size:1.2em;
}
#bigboxcenter a {
	color:#000;
}
#bigboxcenter ul {
	padding:0 0 5px 14px;
	-margin:0 0 5px 10px;
}
#bigboxcenter ul li {
	margin:0;
	font-size:1em;
}
#bigboxbot {
	width:270px;
	height:17px;
	background-image:url(../../media/images/treat/therapy_big_bot.gif);
	line-height:0;
	margin:0;
}
#smallboxtop {
	width:220px;
	height:17px;
	background-image:url(../../media/images/treat/therapy_small_top.gif);
	line-height:0;
}
#smallboxcenter {
	width:170px;
	background-image:url(../../media/images/treat/therapy_small_back.gif);
	padding:0 10px 0 40px;
	font-size:1.2em;	
}
#smallboxcenter a {
	color:#000;
}
#smallboxcenter ul {
	padding:0 0 0 14px;
	-margin:0 0 0 10px;
}
#smallboxcenter ul li {
	margin:0;
	font-size:1em;
}
#smallboxcenter ul ul {
	padding:0 0 7px 10px;
	-margin:0 0 7px 5px;
}
#smallboxcenter ul ul li {
	margin:0;
	font-size:1em;
}
#smallboxbot {
	width:220px;
	height:17px;
	background-image:url(../../media/images/treat/therapy_small_bot.gif);
	line-height:0;
}



/* ##### 2.2 Working with your doctor ##### */

.leadImageWorkingDoctorBR {
	margin-top:-70px;
}

/* ##### 3.1.1 Skin care ##### */

.mtab {
 	border:1px solid #000;
}
.mtab td {
 	padding:4px;
}
.mtab tr.mtabheader td {
 	background-color:#ccc;
}
.mtab tr.mtabcontentlight td {
 	background-color:#fff;
}
.mtab tr.mtabcontentdark td {
 	background-color:#eee;
}
.pageOverviewRelating {
	padding-bottom:0;
}

/* ##### 5.3.1.1 Derm locator result details ##### */

#dermLocDetailContainer {
	margin:40px 0 -50px 0;
}

/* Derm information */

#dermLocDetail {
	width:350px;
	position:relative;
	top:-330px;
}
#dermInfoText {
	float:right;
}
#dermInfoMap {
}
#dermName {
	font-weight:bold;
}
#dermPhone {
	margin:10px 0;
}
#goToMQ, #backToResults {
	display:none;
}

/* Symptoms checklist */

#dermLocDetailList {
	width:650px;
	position:relative;
	top:250px;
	border-top:1px solid #aaa;
}
#dermLocDetailList form {
	margin:0;
	padding:0;
}
.listRow {
	border-top:1px solid #000;
	clear:both;
	padding-top:7px;
	width:450px;
}
.listRow.firstRow {
	border-top:0 solid #000;
}
.listHeader {
	float:left;
	font-weight:bold;
	padding-right:12px;
}
.listDesc {
	float:left;
	width:365px;
	margin-right:15px;
	padding-bottom:8px;
}
.listBtn {
	float:left;
	padding-right:6px;
}
.listBtn input {
}