/* @override http://channel4embarrassingillnesses.com.s3.amazonaws.com/mmlib/css/ei/teen.css */

/* over ride the ad Left positioning */
body #skyad-fix
	{margin-top: 12em; height:198px !important; height: 216px; width:908px;min-height:198px;min-width:908px;}
#c4ad-Top-parent img {
	margin-bottom: 0 !important;
} 

/* @group Resets */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
	background: #fff;
	margin: 0px 0px 0 0;
}

/* Tables still need 'cellspacing="0"' in the markup. */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: 400;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

/* @end */

/* @group Defaults */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */

.wrapper {
	font-size: 75%;
}

/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */

body {
	color: #222;
	font-family: Arial, Verdana, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	color: #111;
	font-family: Arial, sans-serif;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
}

p.last {
	margin-bottom: 0;
}

p img {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.top {
	margin-top: 0;
}

/* Use this if the image is at the top of the <p>. */

p img.inline {
	float: none;
	margin: 0;
}

img {
	margin: 0 0 1.5em;
}

ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}


dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

abbr, 
acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin-top: 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

a:focus, 
a:hover {
	color: #000;
}

a {
	color: #009;
	text-decoration: underline;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

pre,code {
	margin: 1.5em 0;
	white-space: pre;
}

pre,code,tt {
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 1.5;
}

tt {
	display: block;
	margin: 1.5em 0;
	line-height: 1.5;
}

/* Tables
-------------------------------------------------------------- */

table {
	margin-bottom: 1.4em;
	border-collapse: collapse;
}

th {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
}

td {
	border: 1px solid #ddd;
}

th,td {
	padding: 4px 10px 4px 4px;
}

tfoot {
	font-style: italic;
}

caption {
	background: #ffc;
}

/* Use this if you use span-x classes on th/td. */

table .last {
	padding-right: 0;
}

/* Some default classes
-------------------------------------------------------------- */

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.quiet {
	color: #666;
}

.hide {
	display: none;
}

.highlight {
	background: #ff0;
}

.added {
	color: #060;
}

.removed {
	color: #900;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

/* @end */
/* @group Image with caption */
.figure {
	vertical-align: top;
	display: table-cell;
	display: inline-table;
	display: inline-block;
	float: right;
	margin: 1em 0 2em 2em;
	background-color: #FFF;
	border: 1px solid #DDD;
}

.figure img {
	margin: 0;
	vertical-align: top;
	display: block;
}

.figure span {
	display: block;
	color: #333;
	font-size: 0.9em;
	padding: 0.5em 1em;
}

/* @end */
/* @group EI - Link styles */

a:link {
	color: #c33616;
	text-decoration: none;
}

a:visited {
	color: #c33616;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

/* @end */

/* @group EI - Navigation */

#navigation {
	background: #FFF url(/mmlib/images/teen/corners_bottom.gif) bottom left no-repeat;
	padding: 0 0 40px 0;
	width: 160px;
	float: left;
}

#page-teenage-bodies #navigation {
	background: url(/mmlib/images/teen/corners_bottomwide.gif) #FFF bottom left no-repeat;
}

#navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	display: block;
	padding: 0px;
	list-style: none;
}

#navigation ul li a {
	color: #FFF;
	display: block;
	padding: 0.1em 0.25em 0.1em 1.25em;
	background: url(/mmlib/images/teen/nav.gif) no-repeat left top;
	font-weight: bold;
	/* text-shadow: #6b7778 0 1px 2px; */
	border-top: 1px solid #e6e6e6;
}

#navigation ul li.home a, #navigation ul li.first a {
	background: url(/mmlib/images/ei/nav.gif) no-repeat left top;
	border-top: none;
}

#navigation ul ul li a {
	padding-left: 2.5em;
	font-size: 90%;
	color: #a8451c;
}
#navigation ul ul ul li a {
	padding-left: 4em;
	font-size: 80%;
	color: #b3511f;
}

#navigation ul li.selected a,
#navigation ul li li.selected a,
#navigation ul li li li.selected a,
#navigation ul .hinge a
{
	color: white;
	background: url(/mmlib/images/teen/nav.gif) no-repeat left bottom;
}

#navigation ul .hinge .child a,
.wrapper #navigation ul li.selected ul li a {
	color: #a8451c;
	background: url(/mmlib/images/teen/nav.gif) no-repeat left top;
}

#navigation ul li a:hover, #navigation ul li.hinge li a:hover, .wrapper #navigation ul ul li.child a:hover {
	background: url(/mmlib/images/teen/nav.gif) no-repeat left center;
}

#navigation ul li.home a:hover, #navigation ul li.first a:hover{
	background: url(/mmlib/images/ei/nav.gif) no-repeat left bottom;

}

#navigation h3 {
	color: #247274;
	font-size: 1em;
	display: block;
	padding: 0.25em 0.25em 0.25em 1.25em;
	margin: 2em 0 0 0;
	font-weight: bold;
}

/* @end */

/* @group EI - All */

body {
	background: url(/mmlib/images/teen/bgtile.gif) top left repeat;
}

.skin {
	background: url(/mmlib/images/teen/bgtop.gif);
	background-position-x:  135px;
	background-repeat: repeat-x;
}

.wrapper {
	margin: 0px auto;
	width: 896px;
	padding-top: 14px;
}

#header {
	margin: 0;
	padding: 0;
	position: relative;
	height: 164px;
}
#jergens-link {
	display:block;
	height:52px;
	left:620px;
	position:absolute;
	top:108px;
	width:122px;
}

#header h1 {
	margin: 0;
	padding: 0;
	height: 164px;
	width: 896px;
	background: url(/mmlib/images/teen/header.gif) top left no-repeat;
}

#header h1 a {
	margin: 0;
	padding: 0;
	height: 164px;
	width: 896px;
	display: block;
	text-indent: -4000px;
}

/* Main content container */

#content {
	float: left;
	background: url(/mmlib/images/teen/corners_bottomwide.gif) #FFF bottom left no-repeat;
	padding-bottom: 2em;
	width: 736px;
	min-height: 35em;
}

#content .unit {
	margin: 0 12px 12px 11px;
}

#content-inner {
	margin: 0 80px 0 12px;
}
.full-width #content-inner {
	margin: 0 18px 0 12px;
}


/* Main content container is thinner on pages
that also have an extras container */

body.has-extras #content {
	width: 414px;
	background: url(/mmlib/images/teen/corners_bottom.gif) #FFF bottom left no-repeat;
}

body.has-extras #content .unit {
	width: 392px;
	margin: 0 0 12px 11px;
}

/* Extras container (second column) */

#extras {
	float: left;
	width: 320px;
	background: url(/mmlib/images/teen/corner_bottomright.gif) #FFF bottom right no-repeat;
	padding-bottom: 2em;
}

/* Ads float on the right */

#ads {
	float: left;
	padding-left: 12px;
	margin-top: -14px;
}

#ads strong {
	display: none;
	background-color: #d2c4ac;
	color: #000;
	font-weight: bold;
	font-size: 9px;
	display: table;
	padding: 1px 2px;
}

#footer-wrapper {
	clear: both;
	padding-top: 72px;
}

.unit img {
	margin: 0;
	padding: 0;
	border: none;
}

.unit h2 {
	font-size: 1.5em;
	color: #FFF;
	background: url(/mmlib/images/teen/heading_bg.gif) repeat-x left top;
	padding: 0.25em 9px;
	margin: 0;
	border-bottom: 2px solid #FFF;
}

#extras .unit {
	clear: left;
	margin-bottom: 12px;
	width: 302px;
}

#extras .extra {
	width: 254px;
}

#extras .feature_wide {
	width: 302px;
}

#extras .extra p {
	padding: 14px;
	background: url(/mmlib/images/teen/box_bg.gif) repeat-x left top;
	margin: 0;
	color: #eeffff;
}

#content .unit p.view-all {
	background: url(/mmlib/images/teen/bgtile.gif) repeat;
	padding-left: 1em;
	margin-top: 0;
	padding-top: 0;
	clear: left;
}

#extras .extra p a, #content .unit p.view-all a {
	display: block;
	padding: 0em 0 0 9px;
	margin-top: 0.5em;
	background: url(/mmlib/images/teen/bullet_arrow_white.gif) no-repeat left center;
}

#extras .extra p a {
	color: #FFF;
}

#extras .extra p.view-all{
	clear:both;
}

#extras .extra p a {
	font-weight: bold;
}

#content .unit p a.action {
	display: block;
	padding: 0em 0 0 9px;
	margin-top: 0.5em;
	background: url(/mmlib/images/teen/bullet_arrow.gif) no-repeat left 4px;
	display: table;
}

#content .unit p.view-all a {
	margin-top: 0;
}

#extras .extra p a:hover {
	color: #33dce0;
}

/* @end */

/* @group EI - Homepage units */

/* Games unit is full extra width (despite being a different style to others) */

#extras #unit-games {
	margin-bottom: 12px;
	width: 302px;
}

#content #unit-videos {
	margin-bottom: 0;
}

#content #unit-episodes .episode {
	background-color: #D4E4E5;
	min-height: 70px;
	height: 70px;
	overflow: hidden;
}

#content #unit-episodes .episode {
	background-color: #d4e4e5;
	padding: 6px;
	border-bottom: 1px solid #FFF;
	min-height: 70px;
	height: 70px;
}

#extras #unit-episodes .episode {
	background-color: #D4E4E5;
	min-height: 70px;
	height: 72px;
}

#content #unit-doctors {
	background-color: #d4e4e5;
}

#content #unit-doctors img {
	float: left;
	margin: 3px 12px 0 3px;
}

#content #unit-doctors p {
	padding: 9px;
}

#content .unit .episode img {
	float: left;
	margin-right: 14px;
}

#content .unit .episode h3 {
	font-size: 1em;
	color: #267a7c;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
}
#content #unit-comments blockquote {
	display: block;
	margin: 0;
	padding: 1em 1em 0 1em;
	background: url(/mmlib/images/teen/quotebgtile.gif) repeat left top;
}

#content #unit-comments blockquote p {
	background: none;
	border-bottom: none;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	padding: 0 0 0em 0;
	margin: 0;
	color: #333;
}

#content #unit-comments p.from {
	background: url(/mmlib/images/teen/quotebg.gif) no-repeat left bottom;
	margin: 0;
	padding: 0 0 1em 1em;
	border-bottom: 1px solid #FFF;
	font-size: 0.86em;
}

#content #unit-comments p.from em {
	background: none;
	color: #555;
}

#extras #unit-search form {
	padding: 1em;
	background-color: #d4e4e5;
}

#extras #unit-search form label {
	display: block;
}

#extras #unit-search p {
	padding: 1em 0.5em 0.5em 120px;
	background: url(/mmlib/images/teen/minibody.gif) #d4e4e5 no-repeat left top;
	border-top: 1px solid #FFF;
}

#extras #unit-search a {
	font-weight: bold;
	background: url(/mmlib/images/teen/bullet_arrow.gif) no-repeat left center;
	padding-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	display: block;
}
#unit-other-videos .homepage-videos,
#unit-videos .homepage-videos {
	margin: 0px 0px 0px 24px;
	padding: 0;
	border-top: 1em solid #FFF;
	list-style: none;
}
#unit-other-videos .homepage-videos li,
#unit-videos .homepage-videos li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 72px;
	height: 54px;
	border: 1px solid #267a7c;
	float: left;
	margin-bottom: 1em;
}
#unit-other-videos .homepage-videos li,
#unit-videos .homepage-videos li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 72px;
	height: 54px;
	border: 1px solid #267a7c;
	float: left;
	margin-bottom: 1.5em;
	margin-right: 12px;
}
#unit-other-videos .homepage-videos li img,
#unit-videos .homepage-videos li img {
	margin: 0;
	padding: 0;
	border: 2px solid #FFF;
}


/* @end */

input.placeholder {
	color: #999;
}

/* @group EI - Condition Search Page */

/* Illness index columns */

#content .column {
	width: 32%;
	float: left;
}

#unit-condition-list dt {
	margin-top: 1em;
	font-size: 200%;
	font-weight: bold;
	color: #999;
}

#unit-condition-list dd {
	margin: 0;
	padding: 0 0.75em;
	background: url(/mmlib/images/teen/bullet_arrow.gif) no-repeat left 6px;
}

#content #unit-full-search form {
	background: url(/mmlib/images/teen/quotebgtile.gif) repeat left top;
	display: block;
	padding: 1em;
}

#content #unit-full-search form input#search {
	width: 40%;
}

#content #unit-full-search form select {
	width: 20%;
	margin: 0 1em;
}

#content #unit-search-results p {
	background: url(/mmlib/images/teen/quotebgtile.gif) repeat left top;
	display: block;
	padding: 1em;
	margin: 0 0 1em 0;
}
#content #unit-search-results ul {
	display: block;
	list-style: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

#content #unit-search-results ul .thumb {
	float: left;
	margin-right: 1em;
	width: 100px;
	height: 70px;
}

#content #unit-search-results ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 70px;
	background-color: transparent;
	border-bottom: 1px solid #c1d6d7;
	padding-top: 1em;
	padding-bottom: 1em;
}

#content #unit-search-results ul li.even {
	background-color: #e9f1f2;
}
#content #unit-search-results ul li h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content #unit-search-results ul li p {
	font-size: 0.95em;
	margin: 0;
	margin-top: 0.5em;
	line-height: 1.25;
	background: none;
}

/* @end */

/* @group EI - Episode List Page AND Default content list page */

#content #child-page-list,
#content #episode-list {
	display: block;
	list-style: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	margin-bottom: 5em;
}

#content #child-page-list .hentry,
#content #episode-list .episode {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	padding-bottom: 1em;
	background-color: transparent;
	width: 330px;
	float: left;
}
#content #episode-list .episode .series {
	color: #999;
}
#content #episode-list .episode h3 .quiet {
	color: #CCC;
}
#content #child-page-list .even,
#content #episode-list .even {
	clear: both;
	margin-right: 27px;
}

#content #episode-list-small, #content #child-page-list-small{
	list-style: none;
	margin: 0;
	overflow: auto;
}


#content #episode-list-small h3, #content #child-page-list-small h3 {
	margin-bottom: 0.2em;
	font-size: 1.4em;
}

#content #episode-list-small .thumb, #content #child-page-list-small .thumb{
float:left;
height:80px;
margin-right:1em;
width:100px;
}


#content #episode-list-small li.small-item, #content #child-page-list-small li {
	overflow: auto;
	border-bottom:1px solid #C1D6D7;
	clear: left;
	padding: 1em 0 0 0;	
}

ol.conditions li{
	list-style: none;
	display: inline;
	border: none;
	margin-right: 6px;
	
}
#content #episode-list-small li.even, #content #child-page-list-small li.even{
	background-color: #E9F1F2;
}


#content #child-page-list .hentry h3 {
	font-size:  18px;
	line-height: 18px;
	padding-top:  0em;
	margin-bottom: 0em;
	background: #FFF;
	position: relative;
	display: inline;
	padding: 4px 4px 4px 0;
	top:  -20px;
}
#content #episode-list .episode h3 {
	font-size:  18px;
	line-height: 18px;
	padding-top:  0em;
	margin-bottom: 0em;
	margin-top: 12px;
	position: relative;
	display: block;
	padding: 12px 4px 4px 0;
	clear: left;
}
#content #child-page-list .line-count-2 h3 {
	top:  -40px;
}
#content #child-page-list .entry-content {
	top:  -8px;
	position: relative;
}
#content #child-page-list .line-count-2 .entry-content {
	top:  -30px;
	position: relative;
}
#content #episode-list .episode .conditions {
	list-style: none;
	line-height: 1.1;
	font-size: 11px;
	margin: 0;
	position: relative;
	top:  -1.2em;
}
#content #episode-list .episode strong {
	display: block;
	position: relative;
	top:  -1.2em;
}
#content #episode-list .episode .conditions li {
	display: inline;
}
#content #child-page-list .hentry .thumb,
#content #episode-list .episode .thumb {
	margin-bottom: -1.5em;
}
#content #child-page-list .hentry .thumb img,
#content #episode-list .episode .thumb img {
	margin: 0;
}
/* @end */

/* @group EI - Episode Page */

#content #unit-episode-guide h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0.25em 0 0.5em 0;
	padding: 0;
}

#extras #unit-other-episodes {
	margin: 0;
	padding: 0;
}

#extras #unit-other-episodes ol {
	display: block;
	list-style: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

#extras #unit-other-episodes ol .thumb {
	float: left;
	margin-right: 1em;
}

#extras #unit-other-episodes .episode {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 70px;
	margin-top: 8px;
	background-color: transparent;
}

#extras #unit-other-episodes .episode h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#extras #unit-other-episodes .episode p {
	font-size: 0.95em;
	margin: 0;
	margin-top: 0.5em;
	line-height: 1.25;
}

/* @end */



/* @group EI - Condition Page */

#content #unit-condition h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0;
}

#content #condition-image {
	margin-top: 0px;
	padding: 0px;
	height: 294px;
	border-bottom: 1em solid #FFF;
}
#content #condition-image div * {
	margin: 0px;
	padding: 0px;
	top: 0px;
	height: 294px;
	top: 0px !important;
}

/* @group List units */

#extras #unit-other-videos {
	margin: 0;
	padding: 0;
}
#content #unit-video-clips ol,
#extras #unit-doctor-list ol,
#extras #unit-other-videos ol {
	display: block;
	list-style: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

#content #unit-video-clips ol .thumb,
#extras #unit-doctor-list ol .thumb,
#extras #unit-other-videos ol .thumb {
	float: left;
	margin-right: 1em;
}

#extras #unit-doctor-list ol .thumb {
	border: 1px solid #267a7c;
	padding-bottom: 0;
	height: 70px;
}

#content #unit-video-clips .video,
#extras #unit-doctor-list .doctor,
#extras #unit-other-videos .video {
	clear: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	background-color: transparent;
}

#content #unit-video-clips .video h3,
#extras #unit-doctor-list .doctor h3,
#extras #unit-other-videos .video h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content #unit-video-clips .video p,
#extras #unit-doctor-list .doctor p,
#extras #unit-other-videos .video p {
	font-size: 0.95em;
	margin: 0;
	margin-top: 0.5em;
	line-height: 1.25;
}

/* @end */
/* @group Featured conditions unit */

#extras #unit-featured-conditions {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

#extras #unit-featured-conditions ol {
	display: block;
	list-style: none;
	margin: 0;
	padding: 1em;
	background: url(/mmlib/images/teen/quotebgtile.gif) repeat left top;
}

#extras #unit-featured-conditions li {
	list-style: none;
}

/* @end */
/* @end */

#extras #unit-more  ol {
	display: block;
	list-style: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

#extras #unit-more  .thumb {
	float: left;
	margin-right: 1em;
}

#extras #unit-more li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 70px;
	margin-top: 8px;
	background-color: transparent;
}

#extras #unit-more li h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#extras #unit-more li p {
	font-size: 0.95em;
	margin: 0;
	margin-top: 0.5em;
	line-height: 1.25;
}

/* @group EI - Make an Appointment */

#page-apply form {
	margin: 2em 0 0 60px;
}

#page-apply form .form-item {
	clear: both;
	margin-bottom: 0.5em;
}

#page-apply form label {
	float: left;
	width: 160px;
	font-weight: bold;
}

#page-apply form textarea {
	display: block;
	width: 40%;
	height: 6em;
	margin: 4px;
	padding: 2px 0px;
}

#page-apply form .block label, #page-apply form .photo-item label {
	float: none;
	display: block;
	width: auto;
}

#page-apply form .block textarea {
	float: none;
	display: block;
	width: 75%;
	height: 6em;
	margin-bottom: 1em;
}

#page-apply form .photo-item {
	border: 1px solid #CCC;
	background-color: #F0F0F0;
	width: 72%;
	padding: 1em;
	margin: 2em 0;
}

#page-apply form #field_height {
	margin-bottom: 2em;
}

#page-apply .form-buttons {
	margin-bottom: 3em;
}

#page-apply p.intro {
	font-size: 1.4em;
	margin: 1em 1em 3em 1em;
	line-height: 1.5em;
	color: #444;
}

#page-apply p {
	margin-left: 1em;
}

#page-apply .success {
	padding: 1em;
}

#page-apply .success strong {
	background-color: #dbf3d4;
	color: green;
}

/* @end */

/* @group Backstage */

.backstageeditbutton {
	background: #dcf9f9 none repeat left top;
	display: block;
	border: 1px none #a6dee1;
	border-top-style: solid;
	border-bottom-style: solid;
	padding: 6px;
}

.backstageeditbutton img {
	float: left;
	margin-right: 6px;
}

#errorwrapper {
	border-color: #ea999a;
	border-style: solid;
	border-width: 1px;
	background-color: #f6d9da;
	color: #931515;
	padding: 12px;
	margin: 8px 0;
}

#errorwrapper p {
	margin: 0 0 1em 0;
	font-weight: bold;
}

#errorwrapper .error {
	display: list-item;
	list-style: disc;
	margin-left: 2em;
}

#msgwrapper {
	border-color: #b2e69f;
	border-style: solid;
	border-width: 1px;
	background-color: #e0f4da;
	color: #458e2c;
	padding: 12px;
	margin: 8px 0;
}

#comment-form {
	background-color: #d4e4e5;
	padding: 6px;
}

#comments .comment {
	background: url(/mmlib/images/teen/comment_light_top.gif) repeat left top;
	margin: 12px 0px 6px;
	padding: 0;
}

#comments .comment div {
	padding: 8px 12px;
}

#comments .comment .comment-footer {
	background: url(/mmlib/images/teen/comment_light_bottom.gif) #FFF no-repeat left top;
	margin: 0px;
	padding: 20px 12px 0 108px;
	font-size: 90%;
	color: #666;
}

#comment_txt, #comment_name, #comment_email {
	width: 95%;
}

/* @end */

/* @group EI - Social Bookmark Icons */

#socialbookmarks {
	border: 1px solid #6ca8aa;
	background-color: #e7feff;
	margin-bottom: 1em;
}

#socialbookmarks h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 4px;
}

#socialbookmarks ul, ul#socialbookmarks, #socialbookmarks li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#socialbookmarks ul {
	margin: 10px;
	display: block;
}

#socialbookmarks li a {
	background: url(/mmlib/images/teen/bookmark_sprites.gif) no-repeat left top;
	padding: 0 22px 0 22px;
	list-style: none;
	display: inline;
}

#socialbookmarks #digg a {
	background-position: 0px -20px;
}

#socialbookmarks #facebook a {
	background-position: 0px -40px;
}

#socialbookmarks #reddit a {
	background-position: 0px -60px;
}

#socialbookmarks #stumbleupon a {
	background-position: 0px -80px;
}

.has-extras #socialbookmarks ul {
	margin: 10px 0px 10px 4px;
}
.has-extras #socialbookmarks li a {
	padding:0pt 6px 0px 20px;
}

/* @end */

#unit-consult-notice h4 {
	margin: 0.5em 0;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}
#unit-consult-notice p {
	font-size: 11px;
	color: #666;
	margin-bottom: 0;
}
#shareyourpictures-form label {
	display: block;
}
#shareyourpictures-form {
	margin: 0;
	padding: 0;
}
#shareyourpictures-form legend {
	color: #586f71;
}
#shareyourpictures-form fieldset {
	display: block;
	list-style: none;
	margin: 0;
	padding: 1em;
	background: url(/mmlib/images/teen/quotebgtile.gif) repeat left top;
	border: 1px solid #8ba3a5;
}
#shareyourpictures-form div {
	margin-bottom: 2em;
}

/* @group NHS Choices data */
body.full-width #content h2,
body.nhs-content #content h2.main-title {
	font-size: 1.5em;
	color: #FFF;
	background: url(/mmlib/images/teen/heading_bg.gif) repeat-x left top;
	padding: 0.25em 9px;
	margin: 0;
	border-bottom: 2px solid #FFF;	
}
body.nhs-content #content .unit h2 {
	color: #222;
	background: none;
	font-size: 2em;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
	color: #2c5252;
}
body.nhs-content #content .unit {
	padding: 1em;
	background: url(/mmlib/images/teen/quotebgtile.gif) repeat left top;
	margin: 1em 0;
}
body.nhs-content #content dd {
	margin: 0;
	padding: 0;
	color: #666;
}
/* @end */
#unit-feature h2 {
	margin-bottom: 1em;
}
#unit-feature p {
	margin-left: 0.25em;
	margin-right: 0.25em;
}
#unit-episode-guide img, 
#unit-feature img {
	float: left;
	margin: 1em 2em 1em 0;
}
#unit-episode-guide img.right,
#unit-feature img.right {
	float: right;
	margin: 1em 0em 1em 2em;
}

#page-ultimate-body-challenge #content p img {
	float: none;
	margin: 0 0 0 0;
}
#extras #unit-other-videos .scroll {
	overflow-y: scroll;
	height: 240px;
	margin-bottom: 1em;
	padding: 0 0.5em;
	background: url(/mmlib/images/teen/quotebgtile.gif) repeat left top;
}
#extras #unit-other-videos .scroll img {
}
#flashObj0 {z-index: 20;}
#disclaimer-dialog {
	background:#267A7C none repeat scroll 0% 50%;
	border:5px solid #1A5052;
	color:#fff;
	display: none;
	height: 200px;
	left: 200px;
	padding: 20px;
	position: fixed;

	top: 110px;
	width: 380px;
	z-index: 100;
}
#disclaimer-dialog p a {
	color:#fff;
	text-decoration: underline;
}

.offensive_reason_form {
	display: none;
}
.offensive_reason {
	color:#666;	/* this gets set to #333 in site.js on focus	*/
	width: 321px;
}

#back-to-top {
	margin: -20px 0px 10px 0px;
	height: 23px;
}
#back-to-top a {
	float: right;
}


#gallery-main-image {
	margin-bottom: 0;
	padding-bottom: 0;
}
#gallery-main-image img {
	margin-bottom: 0;
	padding-bottom: 0;
	display: block;
}
#gallery-other-images {
	margin-bottom: 0.5em;
}


#gallery-other-images a {
	display: block;
	width: 77px;
	height: 48px;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	line-height: 52px;
	position: relative;
}
#gallery-other-images a.last {
	margin-right: 0px;
}

#gallery-other-images a img.mesh {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#gallery-other-images a:hover img.mesh, #gallery-other-images a.selected img.mesh {
	display: none;
}
#gallery-other-images a img {
}
#gallery-other-images a:hover img {
}
#gallery-other-images a.selected img {
}
#gallery-nav {
	text-align: center;
	background: url(/mmlib/images/ei/quotebgtile.gif) repeat left top;
	padding: 0.25em 0.5em;
}
#gallery-nav a.previous {
	float: left;
}
#gallery-nav a.next {
	float: right;
}
#gallery-nav a {
	font-weight: bold;
}
#gallery-nav span {
	margin-left: -24px;
}


#teen-disclaimer {
	background: url(/mmlib/images/teen/teen-disclaimer-bg.gif) repeat -500px 0px;
	height: 48px;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
}
#teen-disclaimer #warning-wrapper {
	background:url(/mmlib/images/teen/teen-disclaimer-bg.gif) repeat scroll left top transparent;
}
#teen-disclaimer p {
	margin: 0px;
	padding: 5px 20px 0px 50px;
	font-size: 14px;
}
#teen-disclaimer p {
	padding-left: 130px;
	text-indent: -5.55em;
}

#unit-teen-editorial {
	background:url(/mmlib/images/teen/unit-teen-editorial-tile.gif) no-repeat top left;
	color: #FFF;
	font-weight: bold;
	padding-top: 12px
}
#unit-teen-editorial div {
	background:url(/mmlib/images/teen/unit-teen-editorial-bg.gif) no-repeat bottom left;
	font-weight: bold;
}
#unit-teen-editorial p {
	margin: 0;
	padding: 0 1em 1em 1em;
}
.wrapper #navigation ul li.home a:hover {
	background: url(/mmlib/images/ei/nav.gif) no-repeat left bottom;
}

#comment-form-errors {
	color: red;
	font-weight: bold;
}
#c4VideoPlayer {
	height: 285px;
}

p#next_tx {
	display: block;
	height: 32px;
	line-height: 32px;
	margin: 0 0 0px 0;
	padding: 0 5px;
	font-size: 0.8em;
	background-color: #D4E4E5;
	color: #000;
	border: 1px solid #267A7C;
}

p#next_tx a:link {
	color: #267a7c;
}

p#next_tx a:hover {
	color: #267a7c;
	text-decoration: underline;
}

#content #unit-questions p.search_questions  {
	background: url(/mmlib/images/teen/box_bg.gif) repeat-x left top;
}

#content .unit p.view-all {
	background:url(/mmlib/images/teen/box_bg.gif) repeat-x scroll left top transparent;
}

