/* @override /mmlib/css/ei/screen.css */

/* @override http://channel4embarrassingillnesses.site/mmlib/css/ei/screen.css */
/* @override http://ei.devspace.net/mmlib/css/ei/screen.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; display: block;
} 
/* @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 0em 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;
}

/* @group Units */
.unit:after, .group:after, #questions-dont-help:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.unit, .group, #questions-dont-help { display: inline-block; }
* html .unit, * html .group { height: 1%; }
.unit, .group, #questions-dont-help { display: block; }
/* @end */

/* @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 */

body a, body a:link {
	color: #267a7c;
	outline: none;
	text-decoration: none;
}

body a:visited {
	color: #1c5b5c;
	text-decoration: none;
}

body a:active {
	color: #1c5b5c;
	text-decoration: none;
}

body a:hover {
	color: #33dce0;
	text-decoration: none;
}

/* @end */

/* @group EI - Navigation */

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

#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/ei/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 {
	border-top: none;
}

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

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

#navigation ul .hinge .child a,
.wrapper #navigation ul li.selected ul li a {
	background: url(/mmlib/images/ei/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/ei/nav.gif) no-repeat left center;
}

#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/ei/bgtile.gif) top left repeat;
}

.skin {
	background: url(/mmlib/images/ei/bgtop.gif) 32px left repeat-x;
}

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

#header {
	margin: 0;
	padding: 0;
	height: 171px;
	position: relative;
	z-index: 100;
}

#header h1 {
	background: url(/mmlib/images/ei/header-thin.gif) top left no-repeat;
	height: 171px;
	margin: 0;
	padding: 0;
	
	width: 896px;
}
#jergens-link {
	cursor: pointer;
	display:block;
	height:52px;
	left:441px;
	position:absolute;
	top:108px;
	width:122px;
	z-index: 10;
}

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

/* Main content container */

#content {
	float: left;
	background: url(/mmlib/images/ei/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/ei/corners_bottom.gif) #FFF bottom left no-repeat;
	overflow: hidden;
}

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

/* Extras container (second column) */

#extras {
	float: left;
	width: 322px;
	background: url(/mmlib/images/ei/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/ei/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 .feature_wide a{
	outline: none;
}

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

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

#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/ei/bullet_arrow_white.gif) no-repeat left center;
	color: #FFF;
}

#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/ei/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;
	padding: 6px;
	border-bottom: 1px solid #FFF;
	min-height: 70px;
	height: 70px;
	overflow: hidden;
}

#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,
#content #unit-questions blockquote {
	display: block;
	margin: 0;
	padding: 1em 1em 0 1em;
	background: url(/mmlib/images/ei/quotebgtile.gif) repeat left top;
	zoom: 1;
}

#content #unit-comments blockquote p,
#content #unit-questions 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,
#content #unit-questions p.from {
	background: url(/mmlib/images/ei/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,
#content #unit-questions p.from em {
	background: none;
	color: #555;
}

#content #unit-questions p.search_questions {
	color: #fff;
	background: #267A7C;
	padding: 5px 10px;
	margin: 0;
}

#content #unit-questions p.search_questions a {
	text-decoration: underline;
	color: #fff;
}

#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/ei/minibody.gif) #d4e4e5 no-repeat left top;
	margin-bottom: 0px;
	border-top: 1px solid #FFF;
}

#extras #unit-search a {
	font-weight: bold;
	background: url(/mmlib/images/ei/bullet_arrow.gif) no-repeat left center;
	padding-left: 1em;
	margin: 2px 0px;
	display: block;
}

#unit-videos .homepage-videos {
	margin: 0px 0px 0px 24px;
	padding: 0;
	border-top: 1em solid #FFF;
	list-style: none;
}

#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-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-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,
ul.symptoms-list li {
	margin: 0;
	padding: 0 0.75em;
	background: url(/mmlib/images/ei/bullet_arrow.gif) no-repeat left 6px;
}

#content #unit-full-search form {
	background: url(/mmlib/images/ei/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 .mootabs_panel p {
	display: block;
	padding: 1em;
	margin: 0 0 1em 0;
}
#content #unit-search-results .mootabs_panel ul {
	display: block;
	list-style: none;
	background-color: transparent;
	margin: 0;
	padding: 0 0 30px 0;
}

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

#content #unit-search-results .mootabs_panel 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 .mootabs_panel ul li.odd {
	background-color: #e6e6e6;
}
#content #unit-search-results .mootabs_panel ul li h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content #unit-search-result .mootabs_panels 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;
}


#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:10px;
	width:100px;
}
#content #episode-list-small .episode-info {
	float: left;
	width: 265px;
}
#content #episode-list-small .episode-info ol {
	margin-left: 0px;
}
#content #episode-list-small li.small-item {
	border-bottom:1px solid #C1D6D7;
	margin: 0px;
	padding: 1em 0 0 0;	
}

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

#child-page-list-small .info {
	display: block;
	float: left;
	width: 280px;
}


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;
	height: 70px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	margin-top: 8px;
	background-color: transparent;
}
#extras #unit-other-videos .video {
	zoom: 1;
}

#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: 3px;
	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/ei/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 - Online STD Clinic  */

#page-std-checker .hasJavascript form {
	background-position: -80px;
	background-image: url(/mmlib/images/ei/stichecker/christian_small.jpg);
	background-repeat: no-repeat;
	margin-top: 40px;
	height: 500px;
	display: block;
	padding-left: 260px;
}
form#send-to-friend,
#page-std-checker .hasJavascript form#send-to-friend {
	background: #FAFBFB;

	height: auto;
	margin: 0px;
	padding: 20px 15px;
	width: 360px;
}

a#send-to-friend-link {
	display:block;
	margin:13px 0px 0px 12px;
}

form#send-to-friend div.form-group input, form#send-to-friend div.form-group textarea{
	clear: none;
	width: 250px;
}

form#send-to-friend div.form-group textarea {
	height: 100px;
}

form#send-to-friend div.form-group label{
	width: 90px;
}

.form-buttons {
	margin: 0em;
}

form#sti-checker img {
	display: block;
}

/* @group Intro Popup */

#introcontent.popup {
	margin-bottom: 1em;
	padding: 0 0;
	position: absolute;
	margin-top: 1em;
	margin: 0;
	height: 300px;
	width:  360px;
	display: block;
	z-index: 400;
	margin-top: 3em;
	margin-left: 20em;
	background: url(/mmlib/images/ei/stichecker/std_intro_bg.gif) no-repeat;
}
#introcontent.popup p {
	margin: 2em;
	font-size: 12px;
}
#introcontent.popup a.close {
	border-style: none;
	padding: 0px;
	color: #40787a;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	cursor: pointer;
	display: block;
	float: right;
	margin-right: 1em;
	height: 37px;
	width: 161px;
	text-indent: -4000px;
	background: url(/mmlib/images/ei/stichecker/button_start.gif) no-repeat left -40px;
}
#introcontent.popup a.close:hover {
	background: url(/mmlib/images/ei/stichecker/button_start.gif) no-repeat left 0px;
}

#introcontent.hidden, #introcontent.hidden p, #introcontent.hidden a {
	display: none;
}
/* @end */

.hasJavascript form#sti-checker fieldset {
	margin-bottom: 1em;
	padding: 0 0;
	position: absolute;
	margin-top: 1em;
	margin: 0;
	height: 300px;
}

form#sti-checker legend {
	font-weight: bold;
	font-size: 13px;
	width: 300px;
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	padding-top: 42px;
	background-color: #FFF;
	text-indent: 0;
	position: relative;
}

form#sti-checker div {
	height: 200px;
	width: 400px;
}

form#sti-checker fieldset div {
	margin-bottom: 20px;
	position: relative;
	width: auto;
	height: auto;
}

/* Previous button */

form#sti-checker a.prev,
form#sti-checker a.next,
form#sti-checker a.submit {
	border-style: none;
	text-shadow: 0px 1px 1px #244344;
	padding: 0px;
	color: #40787a;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	cursor: pointer;
	display: block;
	float: left;
	height: 34px;
	width: 128px;
	text-indent: -4000px;
}
form#sti-checker #sti-step-10 a.prev {
	margin-top: -34px;
}
form#sti-checker a.prev {
	background: url(/mmlib/images/ei/button_previous.gif) no-repeat left top;
	margin-right: 6px;
}

form#sti-checker a.next {
	background: url(/mmlib/images/ei/button_next.gif) no-repeat left top;
}

form#sti-checker a.submit {
	background: url(/mmlib/images/ei/button_checkrisklevels.gif) no-repeat left top;
	width: 256px;
	float: none;
}

form#sti-checker a.submit:hover {
	background: url(/mmlib/images/ei/button_checkrisklevels.gif) no-repeat left bottom;
}

form#sti-checker a.prev:hover {
	background: url(/mmlib/images/ei/button_previous.gif) no-repeat left bottom;
}

form#sti-checker a.next:hover {
	background: url(/mmlib/images/ei/button_next.gif) no-repeat left bottom;
}

.form-buttons div.form-group input {
	margin: 0;
}

div.form-group {
	padding: 0 0em;
	clear: both;
}

div.form-group input {
	float: left;
	clear: left;
	margin: 0 1em 0.5em 0;
}

div.form-group label {
	width: 200px;
	display: block;
	float: left;
	color: #444;
}

.next div.form-group label {
	font-weight: bold;
}

div.form-group label:hover {
	color: #000;
}

/* Results */

p.risks {
	background-image: url(/mmlib/images/ei/stichecker/risk_tab_background.gif);
	height: 49px;
	padding-left: 20px;
	clear: both;
}

p.risks a {
	padding: 6px 0 0 0;
	margin: 19px 0 0 3px;
	float: left;
	font-weight: bold;
	background-image: url(/mmlib/images/ei/stichecker/risk_tab_inactive.gif);
	width: 139px;
	height: 24px;
	display: block;
	text-align: center;
}

p.risks a.selected {
	background-image: url(/mmlib/images/ei/stichecker/risk_tab_active.gif);
}

#content .riskheader-low, .riskheader-low:link, .sti-risk-level-low .sti-risk {
	color: #32a2a5;
}

#content .riskheader-medium, .riskheader-medium:link, .sti-risk-level-medium .sti-risk {
	color: #ffb544;
}

#content .riskheader-high, .riskheader-high:link, .sti-risk-level-high .sti-risk {
	color: #ed7421;
}

#content .riskheader-veryhigh, .riskheader-veryhigh:link, .sti-risk-level-veryhigh .sti-risk {
	color: #d80003;
}

#content  p.risks .disabled {
	color: #BBB;
	font-weight: normal;
}

.result-group {
	margin: 1em;
	padding: 0 1em;
}

.result-group img {
	float: right;
	margin-left: 0.5em;
}

.result-group h3 {
	font-size: 1.2em;
	margin-top: 2em;
	color: #777;
}

.result-group h3 strong {
	font-size: 1.5em;
	display: block;
	margin-top: 0.5em;
	color: #000;
}

.result-group p {
	color: #444;
	margin-bottom: 0;
	width: 405px;
}

.result-group ul {
	color: #222;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 375px;
}

.result-group ul li {
	line-height: 1.2;
	margin-bottom: 0.25em;
}

.clausetogglers {
	display: none;
}

.hasJavascript .clausetogglers {
	color: #666;
	display: block;
	margin-top: 0.3em;
	font-weight: bold;
	background: url(/mmlib/images/ei/icon_showmore.gif) no-repeat left center;
	padding-left: 18px;
}

.hasJavascript .clausetogglers:hover {
	color: #54969b;
}

.result-group .causes ul {
	clear: both;
	margin: 0;
	padding: 1em 1em;
	display: block;
	list-style: none;
	background-color: #F9F9F9;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

.result-group .causes li {
	margin: 0;
	padding: 0.3em 0em;
	line-height: 1.2em;
	display: block;
	list-style: none;
	font-size: 11px;
	width: 75%;
}

.result-group .causes em {
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
}

.result-group .causes ul .sti-cause-0 {
	color: #707070;
}

.result-group .causes ul .sti-cause-1 {
	color: #6b7777;
}

.result-group .causes ul .sti-cause-2 {
	color: #678284;
}

.result-group .causes ul .sti-cause-3 {
	color: #547a7c;
}

.result-group .causes ul .sti-cause-4 {
	color: #449171;
}

.result-group .causes ul .sti-cause-5 {
	color: #489747;
}

.result-group .causes ul .sti-cause-6 {
	color: #6ab02d;
}

.result-group .causes ul .sti-cause-7 {
	color: #e99e00;
	font-weight: bold;
}

.result-group .causes ul .sti-cause-8 {
	color: #ff5e00;
	font-weight: bold;
}

.result-group .causes ul .sti-cause-9 {
	color: #ff1000;
	font-weight: bold;
}

.result-group .causes ul .sti-cause-10 {
	color: #ff1000;
	font-weight: bold;
}

.result-group .causes ul .quiet {
	color: inherit;
}

.result-group p.resources {
	margin-bottom: 3em;
	margin-top: 0.5em;
	font-size: 1em;
}

/* Fancy dropdowns */

/* ComboBox */

/* ComboBox */
.comboBoo {
	
}

.dropdown-wrapper {
	display: block;
	height: 1.5em;
}

.comboBoo-label {
	background: url(/mmlib/images/ei/dropdown-full.gif) #FFF top right no-repeat;
	font-size: 12px;
	line-height: 34px;
	height: 34px;
	padding: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	color: #FFF;
	text-decoration: none;
	width: 262px !important;
	width: 225px;
}

.comboBoo-label	span {
	background: url(/mmlib/images/ei/dropdown-left.gif) top left no-repeat;
	height: 34px;
	line-height: 34px;
	padding: 0 25px 0 6px;
	width: 100%;
	display: block;
}

a:hover.comboBoo-label, a:active.comboBoo-label {
	background-color: #EEE;
	color: #EEE;
	text-decoration: none;
	background-image: url(/mmlib/images/ei/dropdown-hover.gif);
}

ul.comboBoo-list {
	border-top-color: #467e83;
	border-top-style: solid;
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
	border-top-width: 1px;
	position: absolute;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	z-index: 500;
	top: 0;
	left: 0;
	width: 262px;
}

ul.comboBoo-list li {
	padding: 0 0 0 8px;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
	font-weight: normal;
	font-size: 11px;
	background: #5c9ea3;
	color: #222;
	font-weight: bold;
}

ul.comboBoo-list li.choice-selected {
	color: #FFF;
	background: #6da8ad;
}

#content .comboBoo-list a {
	text-decoration: none;
}
/* NHS GUM Widget */
h2.sti-result-header {padding-left: 20px;}
p.sti-result-intro {padding-left: 20px;}
#nhs-sti-widget {
	width: 234px;
	height: 199px;
	float: right;
	padding: 0;
	margin-left: 2em;
}

#nhs-sti-widget p {
	padding: 0;
	margin; 0;
	width: 234px;
	height: 199px;
	display: block;
}
#nhs-sti-widget a {
	padding: 0;
	margin; 0;
	width: 234px;
	height: 199px;
	display: block;
	background-image: url(/mmlib/images/ei/nhs-choices-widget.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -4000px;
}

/* @end */

/* @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, #comment-form {
	background-color: #d4e4e5;
	padding: 6px;
}

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

#comments .hidden {
	display: none;
}
#comments .nested-comment {
	background: url(/mmlib/images/ei/nestedcomment_light_top.gif) no-repeat left top;
	margin-left: 50px;
}

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

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

#comments .nested-comment .comment-footer {
	background: url(/mmlib/images/ei/nestedcomment_light_bottom.gif) #FFF no-repeat left top;
}

.comment_txt, .comment_name, .comment_email,
#comment_txt, #comment_name, #comment_email {
	padding: 2px;
	width: 95%;
}

#no-questions-found {
	display: none;
	font-weight: bold;
}

.placeholder {
	color:#888;
}

#comments .thread-reply {
	margin: 15px 15px 15px 50px;
}

#comments .thread-reply a {
	color: #fff;
	background: #1c797c;
	padding: 2px 5px;
}


#similar-questions {
	padding-top: 10px;
}
#comments .question {
	color: #fff;
	background: url(/mmlib/images/ei/question_top.gif) no-repeat left top;
	margin: 12px 0px 6px;
}
#similar-questions .question {
	margin: 12px 10px 6px;
	background: url(/mmlib/images/ei/comment_light_top_container.gif) no-repeat left top;
}
#comments .response,
#similar-questions .response {
	color: #333;
	background: #fff url(/mmlib/images/ei/answer_top.gif) no-repeat left top;
	margin-left: 50px;
}
#similar-questions .response {
	background: url(/mmlib/images/ei/nestedcomment_light_top_container.gif) no-repeat left top;
}
#comments .question div,
#similar-questions .question div {
	padding: 8px 12px;
}
#comments .question div p,
#similar-questions .question div p {
	padding: 0 0 0 25px;
	margin: 0;
}
#comments .question .question-footer,
#similar-questions .question .question-footer {
	background: url(/mmlib/images/ei/question_bottom.gif) #FFF no-repeat left top;
	margin: 0px;
	padding: 20px 0 0 108px;
	font-size: 90%;
	color: #666;
}

#comments .question .question-footer p,
#similar-questions .question .question-footer p {
	padding-left: 0;	
}


#ask-question-form #similar-questions p {
	margin: 0 10px;
}

#ask-question-form #similar-questions .question .question-footer {
	background:url(/mmlib/images/ei/comment_light_bottom_mootools_question.gif)  #1d7a7d no-repeat left top;
	color: #fff;
}

#ask-question-form #similar-questions .question {
	background: url(/mmlib/images/ei/comment_light_top_mootools_question.gif) #1d7a7d no-repeat left top;
	color: #333;
}

#ask-question-form #similar-questions .response {
	background: url(/mmlib/images/ei/comment_light_top_mootools_answer.gif) #1d7a7d no-repeat left top;
	color: #333;
}

#ask-question-form #similar-questions .response .question-footer {
	background:url(/mmlib/images/ei/comment_light_bottom_mootools_answer.gif)  #1d7a7d no-repeat left top;
	color: #fff;
}

#similar-questions .question .question-footer {
	background: url(/mmlib/images/ei/comment_light_bottom_container.gif) #D4E4E5 no-repeat left top;
}


#comments .response .question-footer {
	background: #fff url(/mmlib/images/ei/answer_bottom.gif) no-repeat left top;
}

#comments .response .question-footer p {
	margin: 0;
	padding: 0;
}

#similar-questions .response .question-footer {
	background: url(/mmlib/images/ei/nestedcomment_light_bottom_container.gif) #D4E4E5 no-repeat left top;
}
#comments .question .question-footer .question-info{
	font-size: 10px;
}
#questions-dont-help {
	background-color: #F3F3F3;
	border-top: 1px solid #DADADA;
	color: #25786A;
	padding: 10px;
	margin-top: 10px;
	font-weight: bold;
}

#post-original-question {
	background:#267A7C;
	color: #fff;
	border: none;
	margin: 0 0 2px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 6px 8px 8px 8px;
	float: right;
	
}

#post-original-question:hover {
	background: #de7233;
	cursor: pointer;
}

a.goodanswer {
	display: block;
	width: 149px;
	height: 18px;
	text-indent: -999em;
	background-image: url(/mmlib/images/ei/goodanswer_button.gif);
	margin-bottom: 3px;
}

a.offensive_link {
	display: block;
	width: 149px;
	height: 18px;
	text-indent: -999em;
	background-image: url(/mmlib/images/ei/offensive_button.gif);
	margin-bottom: 3px;
}

.question a.reply_link {
	display: block;
	width: 149px;
	height: 18px;
	text-indent: -999em;
	background-image: url(/mmlib/images/ei/answernow_button.gif);
	margin-bottom: 3px;
}

a.reply_link {
	display: block;
	width: 149px;
	height: 18px;
	text-indent: -999em;
	background-image: url(/mmlib/images/ei/reply_button.gif);
	margin-bottom: 3px;
}


#content #unit-questions a.answer_now {
	display: block;
	float: right;
	width: 149px;
	height: 18px;
	text-indent: -999em;
	background-image: url(/mmlib/images/ei/answernow_button.gif);
	margin-right: 10px;
}


/* @end */

/* @group EI - Social Bookmark Icons */

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

#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;
	height: 46px;
	overflow: auto;
}

#socialbookmarks li {
	display: block;
	float: left;
	width: 10em;
	margin-bottom: 5px;
}

#socialbookmarks li a {
	background: url(/mmlib/images/ei/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 {
	clear: left;
}

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

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

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

#socialbookmarks #twitter a {
	background-position: 0px -100px;
}

.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,
#feedback-form label {
	display: block;
}
#feedback-form label {
	font-weight: bold;
}
#shareyourpictures-form,
#feedback-form  {
	margin: 0;
	padding: 0;
}
#shareyourpictures-form legend,
#feedback-form legend {
	color: #586f71;
}
#shareyourpictures-form fieldset,
#feedback-form fieldset {
	display: block;
	list-style: none;
	margin: 0;
	padding: 1em;
	background: url(/mmlib/images/ei/quotebgtile.gif) repeat left top;
	border: 1px solid #8ba3a5;
}
#shareyourpictures-form div,
#feedback-form div {
	margin-bottom: 2em;
}

#feedback-form label span.extra {
	display: block;
	font-weight: normal;
}

/* @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/ei/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/ei/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;

	margin-bottom: 1em;
	padding: 0 0.5em;
	background: url(/mmlib/images/ei/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: 10000;
}
#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;
	visibility: hidden;
}
#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;
}
#gallery-nav.first span {
	margin-left: 32px;
}
#gallery-nav.last span {
	margin-left: -64px;
}
#gallery-page-content {
	margin-top: 1em;
}
#teen-disclaimer {
	background: url(/mmlib/images/teen/teen-disclaimer-bg.gif) repeat left top;
	height: 65px;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
}
#teen-disclaimer p {
	margin: 0px;
	padding: 12px 20px 10px 64px;
}
#main-disclaimer {
	background: url(/mmlib/images/ei/ei-disclaimer-bg.gif) repeat -500px 0px;
	height: 45px;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
}
#warning-wrapper {
	background:url(/mmlib/images/ei/ei-disclaimer-bg.gif) repeat scroll left top transparent;
	margin:0 auto;
	width:916px;
}

#main-disclaimer p {
	margin: 0px;
	padding: 12px 20px 10px 64px;
}

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

.comment-form-errors,
#comment-form-errors  {
	color: red;
	display: none;
	font-weight: bold;
}
#content #unit-search-results .mootabs_panel p.comment-form-errors {
	display: none;
}
#comments .comment-form,
#search-comments .comment-form,
#search-questions .comment-form {
	display: none;
}
.vote-confirmation {
	color:#38AD1E;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:3px 0;
}

#PDF_bg_chezchenz {
	/* Poll daddy popup overlay */
	z-index: 9001;
	zoom: 1;
}
#PDF_c_chezchenz {
	/* Poll daddy popup container */
	z-index: 9002;
}                 
#PDF_i_chezchenz {
	/* Poll daddy popup iframe */
	z-index: 9003;
}
#sweat-calculation-form {
	overflow: auto;
}
#sweat-calculation-form fieldset {
	border: 1px solid #b3d2d5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em;
	background-color: #e7f4f4;
}
#sweat-calculation-form h4 {
	font-weight: bold;
}
#sweat-calculation-form label .quiet {
	color: #555;
}
#sweat-calculation-form label {
	display: block;
	float: left;
	margin-right: 20px;
	width: 200px;
	line-height: 1.3em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}
#sweat-calculation-form input {
	float: left;
	width: 40px;
	font-size: 16px;
	padding: 0.25em;
}
#sweat-calculation-form .form-item {
	clear: left;
	float: left;
	margin-bottom: 10px;
	width: 300px;
}
#sweat-calculation-form #workout-answer {
	clear: left;
	float: left;
	margin-top: 0.5em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #e7e7e7;
	padding: 0;
	margin: 0.5em 0em 3em;
	width: 100%;
	text-align: center;
}
#sweat-calculation-form #calculate-workout {
	clear: left;
	width: auto;
}
#sweat-calculation-form #workout-answer img { 
	margin: 0 45%;
	padding: 12px 0;
}

#sweat-calculation-form .error {
	color: red;
	font-size: 12px; font-weight: bold;
	margin: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em 1em 1em;
	background-color: #af2828;
	color: #FFF;
}
#sweat-calculation-form .answer {
	font-size: 14px;
	margin-top: 1em;
	line-height: 18px;
	margin: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em 1em 1em;
	background-color: #de7233;
	color: #FFF;
}
#sweat-calculation-form .answer .num {
	font-size: 18px;
}

.polldaddy-survey a {
	border-style: none;
	padding: 0px;
	color: #40787a;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	cursor: pointer;
	display: block;
	height: 50px;
	width: 220px;
	text-indent: -4000px;
	background: url(/mmlib/images/ei/button-giveusyourresults.gif) no-repeat left top;
}

#unit-homepage-editorial {
	background:url(/mmlib/images/ei/unit-homepage-editorial-top.gif) no-repeat top left;
	color: #2c5353;
	padding-top: 12px
}
#unit-homepage-editorial div {
	background:url(/mmlib/images/ei/unit-homepage-editorial-bottom.gif) no-repeat bottom left;
	min-height: 100px;
	overflow: auto;
	padding-bottom: 12px;
	zoom: 1;
}
#unit-homepage-editorial p {
	margin: 0;
	padding: 0 1em 1em 1em;
	color: #FFF;
}
#unit-homepage-editorial img {
	margin-right: 1em;
}
#unit-homepage-editorial a, #unit-homepage-editorial p a {
	color: #FFF;
	text-decoration: underline;
}

.comment-response-videos p {
	background: url(/mmlib/images/ei/quotebgtile.gif) repeat left top;
	font-size: 12px;
	font-weight: bold;
	padding: 1em;
	margin: 0;
}
.comment-response-videos {
	margin-bottom: 1.5em;
}

#commentTabs {
	margin-top: 20px;
}
#commentTabs .submit {
	display: none;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	padding: 0 9px 0 0;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	background: #fff url(/mmlib/images/ei/comments_form_tabs_bg.png) no-repeat right -32px;
}

.mootabs_title li#ask-question-tab {
	font-weight: bold;
	background: #fff url(/mmlib/images/ei/comments_form_tabs_question_bg.png) no-repeat right 0;
	color: #fff;
	width: ;
}

.mootabs_title li#ask-question-tab span {
	background: transparent url(/mmlib/images/ei/comments_form_tabs_question_bg.png) no-repeat left 0;
}

.mootabs_title li span {
	float: left;
	display: block;
	padding: 4px 4px 0px 13px;
	background: transparent url(/mmlib/images/ei/comments_form_tabs_bg.png) no-repeat left -32px;
}

.mootabs_title li.active {
	background: #D4E4E5 url(/mmlib/images/ei/comments_form_tabs_bg.png) no-repeat right top;
}

.mootabs_title li.active span {
	background: transparent url(/mmlib/images/ei/comments_form_tabs_bg.png) no-repeat left top;
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
}

.mootabs_panel.active {
	background-color: #D4E4E5;
	display: block;
}


#ask-question-form,
#ask-question-form form,
#ask-question-form form a {
	color: #fff;
	background: #267A7C;
}

#ask-question-form form .quiet {
	color: #D4E4E5;
}

#ask-question-form form a {
	text-decoration: underline;
}

#ask-question-form .extra-fields {
	display: none;
}

#unit-segment-guide h1 {
	font-size: 1.5em;
	padding: 0.25em 9px;
	margin: 0;
	background-color: #D4E4E5;
	color: #267A7C;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	height: 27px;
	line-height: 27px;
}

#unit-segment-guide h2 {
	border-bottom: none;
}

#unit-segment-guide #segment-description p {
	margin: 5px 0 10px;
	font-size: 1em;
}

#unit-segment-guide #segment-description a.next {
	display: block;
	float: right;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	border: 1px solid #267A7C;
	border-left-width: 2px;
	background: #ccc url(/mmlib/images/ei/next_button_grad.gif) repeat-x top left;
	color: #267A7C;
	font-weight: bold;
}
#unit-segment-guide #segment-description a.first {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	border: 1px solid #267A7C;
	border-right-width: 2px;
	background: #ccc url(/mmlib/images/ei/next_button_grad.gif) repeat-x top left;
	color: #267A7C;
	font-weight: bold;
}
#unit-segment-guide #segment-description a.next:hover,
#unit-segment-guide #segment-description a.first:hover {
	color: #FF0000;
	border-color: #FF0000;
}

#unit-segment-guide ol#segments_list {
	display: block;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: visible;
}

#unit-segment-guide ol#segments_list li {
	float: left;
	margin-left: 8px;
	margin-bottom: 8px;
	width: 72px;
	height: 41px;
	overflow: visible;
	position: relative;
}

#unit-segment-guide ol#segments_list li.seg1,
#unit-segment-guide ol#segments_list li.seg6 {
	margin-left: 0;
	clear: left;
}

#unit-segment-guide ol#segments_list li span.current {
	display: block;
	position: absolute;
	width: 72px;
	height: 33px;
	padding-top: 8px;
	top: 0;
	left: 0;
	text-align: center;
	background: #fff;
	color: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	line-height: 1em;
	font-weight: bold;
}
#unit-segment-guide ol#segments_list li a:link { 
	display: block;
	margin: 0;
	padding: 0;
	position: relative; 
	width: 72px;
	height: 41px;
	overflow: hidden;
	zoom: 1;
	z-index: 1;
}

#unit-segment-guide ol#segments_list li a span.title {
	display: block;
	position: absolute;
	width: 72px;
	height: 41px;
	top: 0;
	left: 0;
	text-indent: -999em;
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}



#unit-segment-guide ol#segments_list li a:hover {
	overflow: visible;
	z-index: 2;
	text-align: center;
}

#unit-segment-guide ol#segments_list li a:hover span.title {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	overflow: visible;
	margin: 0 -50%;
	line-height: 14px;
	text-indent: 0;
	padding: 3px 5px;
	background-color: #ffffdb;
	border: 1px solid #000;
	color: #000;
	opacity: 1;
	z-index: 2;
	zoom: 1;
	filter: alpha(opacity=100);
}

#unit-segment-guide ol#segments_list li a:hover span.title span.arrow {
	display: block;
	clear: both;
	width: 12px;
	height: 12px;
	background: transparent url(/mmlib/images/ei/segment_popup_arrow.png) no-repeat top left;
	line-height: 12px;
	position: absolute;
	top: -11px;
	left: 48%;
}

#extras  .show1 {
	height: 82px;
}
#extras  .show2 {
	height: 162px;
}
#extras  .show3 {
	height: 239px;
}
#extras  .show4 {
	height: 317px;
}
#extras  .show5 {
	height: 396px;
}
#extras  .show6 {
	height: 474px;
}
#extras  .show7 {
	height: 551px;
}
#extras  .show8 {
	height: 630px;
}
#extras  .show9 {
	height: 707px;
}
#extras  .show10 {
	height: 785px;
}

#search-questions ul,
#search-comments ul {
	margin: 0;
	padding: 0;
}

#search-questions .question-wrapper,
#search-comments .comment-wrapper {
	padding-top: 12px;
	margin-left: 12px;
}

#content #unit-search-results #search-questions .question p {
	padding: 8px 12px 8px 35px;
	color: #fff;
}

#search-questions .question {
	background: transparent url(/mmlib/images/ei/question_search_top.gif) no-repeat left top;
	margin: 0 12px 0 0;
	zoom: 1;
	position: relative;
}

#search-comments .comment {
	background: transparent url(/mmlib/images/ei/comment_light_top_search.png) no-repeat left top;
	margin: 0 12px 0 0;
	zoom: 1;
	position: relative;
}


#content #search-questions .response {
	background: transparent url(/mmlib/images/ei/answer_search_top.gif) no-repeat left top;
	margin: 12px 12px 0 50px;
	zoom: 1;
	position: relative;
}


#content #search-comments .nested-comment {
	background: transparent url(/mmlib/images/ei/nestedcomment_light_top_search.png) no-repeat left top;
	margin: 12px 12px 0 50px;
	zoom: 1;
	position: relative;
}

#search-questions .question-footer {
	background: #D4E4E5 url(/mmlib/images/ei/question_search_bottom.gif) no-repeat left top;
	margin: 0;
	padding: 20px 12px 0 108px;
}

#content #unit-search-results #search-questions .question-footer p,
#content #unit-search-results #search-questions .response p {
	color: #333;
}

#search-comments .comment-footer {
	background: #D4E4E5 url(/mmlib/images/ei/comment_light_bottom_search.png) no-repeat left top;
	margin: 0;
	padding: 20px 12px 0 108px;
}

#content #search-questions .response .question-footer {
	background: #D4E4E5 url(/mmlib/images/ei/answer_search_bottom.gif) no-repeat left top;
	margin: 0;
	padding: 20px 12px 0 108px;
}


#content #search-comments .nested-comment .comment-footer {
	background: #D4E4E5 url(/mmlib/images/ei/nestedcomment_light_bottom_search.png) no-repeat left top;
	margin: 0;
	padding: 20px 12px 0 108px;
}

#content #unit-search-results #search-questions .question-footer p,
#content #unit-search-results #search-comments .comment-footer p {
	margin: 0;
	padding: 0;
}

#content #unit-search-results .mootabs_panel p.show-more {
	background-color: #F6F6F6;
	border-top: 1px solid #fff;
	margin: 12px 0 0;
	padding: 10px;
	font-weight: bold;
}

p#search-cantfind {
	margin: 12px;
	padding: 10px;
	color: #fff;
	background-color: #267A7C;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

p#search-cantfind span,
p#search-cantfind a {
	display: block;
	clear: both;
}

p#search-cantfind a {
	color: #fff; 
	text-decoration: underline;
}

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 span {
	display: block;
	margin: 0px auto;
	width: 895px;
}

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

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

a#transcript_link {
	display: block;
	text-align: right;
	padding: 5px 10px;
	background: #267a7c url(/mmlib/images/ei/transcript_icon.png) no-repeat 60% 50%;
	color: #fff;
	text-decoration: underline;
	margin: 0 0 5px 0;
	cursor: pointer;
}
div#c4VideoTranscript {
	padding: 10px;
	color: #000;
	background: #D4E4E5;
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #267a7c;
	border-bottom-width: 0;
}

p.content_supplied_by {
	margin: 5px 0 15px 9px;
	padding-top: 8px;
	background: #fff url(/mmlib/images/ei/nhs-choices-logo-sm.png) no-repeat 120px top;
}

p.content_supplied_by span.choices {
	visibility: hidden;
}

ul.condition-subnav {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: auto;
	display: block;
}

ul.condition-subnav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul.condition-subnav li a {
	color: #267A7C;
	padding: 1px 6px;
	margin: 0 2px 2px 0;
	background: #D4E4E5;
	width: 162px;
	display: block;
}

ul.condition-subnav li.active a {
	background: #267A7C;
	color: #fff;
}



ul.condition-subnav li a:hover {
	color: #fff;
	background: #267A7C;
}
div.nhs-choices-content { 
	clear: left;
}
div.nhs-choices-content a.nhs-choices-ext-link span.condition-name {
	font-weight: bold;
}

div.nhs-choices-content a.nhs-choices-ext-link span.nhs-url {
	text-decoration: underline;
}

div#body-locator {
	padding-top: 5px;
}
div#body-locator #flashmovie {
	margin-left: 3px;
}

div#by-symptom {
	padding-top: 10px;
}

div#by-symptom ul.symptoms-list {
	margin: 5px 10px 20px 10px;
	width: 207px;
	float: left;
}

div#by-symptom ul.symptoms-list li {
	list-style: none;
	display: block;
	line-height: 1.8em;
	width: 207px;
}


#unit-choices-extra {
	background: #d4e4e5;
}

#unit-choices-extra p.content_supplied_by {
	margin: 10px;
	padding-left: 5px;
}

#unit-choices-extra p {
	margin-left: 10px;
	margin-right: 10px;
}

#unit-choices-extra ul {
	list-style: none;
	margin-left: 10px;
}

#unit-choices-extra a {
	text-decoration: underline;
}

#main-disclaimer p {
	margin: 0px;
	padding: 6px 20px 0px 50px;
	width: 460px;
	font-size: 16px;
}

#back-to-guide {
	color: #267A7C;
	padding: 1px 6px;
	margin: 0 2px 2px 0;
	background: #D4E4E5;
}



#back-to-guide:hover {
	color: #fff;
	background: #267A7C;
}
