@import url('reset.css');
@import url('site-menu.css');

body * {line-height:1.22em;}

body {
    background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #564d39;
}

a {
	outline: 0;
}

a:link, a:active, a:visited {
	color: #de5d2d;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	outline: 0;
}

input, select, textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
}

input.clear-value {color: #303228;}

.rollover, .button {
	cursor: pointer;
	cursor: hand;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.normal {font-weight: normal;} 

.block {display: block;} 

.toggle-pane {display: none;}

.clear { /* Float fix */
	clear: both;
	height: 1px; /* Height must be 1 for the wrapping element to actually wrap the containing elements (IE fix) */
	overflow: hidden; /* Style used because MSIE refuses to automatically make div tags less than 1em high when in Standards Compatible mode. */
}

/* clearfix : 
-------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {display: inline-block;}

html[xmlns] .clearfix {display: block;}

* html .clearfix {height: 1%;}
/* clearfix ^ 
-------------------------------------------------------------------------*/
.site-main {
    margin: 0 auto;
    width: 990px;
}

/* site-header : 
-------------------------------------------------------------------------*/
.site-header {
    position: relative;
    height: 130px;
    z-index: 5000;
}

.site-header ul, .site-header li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header li {
    float: left;
    display: inline;
}

.site-logo {
    position: absolute;
    bottom: 55px;
    left: 0;
}

.aap-logo {
    position: absolute;
    bottom: 31px;
    right: 48px;
}

.utility-menu {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    z-index: 5000;
}

.utility-login, .utility-nav {
    float: left;
    display: inline;
    padding-top: 10px;
    height: 28px;
}

.utility-login {
    position: relative;
    background: #fff url('images/bg-utility-nav-left.gif') no-repeat top right;
    color: #98886f;
}

.utility-login ul {margin-right: 47px;}

.utility-login li {
    margin-left: 5px;
    border-left: solid 1px #98886f;
    padding-left: 5px;
}

.utility-login li.first-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.utility-login .link-user {
    text-decoration: underline;
}

.utility-login a:link, .utility-login a:active, .utility-login a:visited {
    color: #98886f;
    font-weight: bold;
}

.utility-login a:hover {
    color: #ee6a32;
    text-decoration: none;
}


.utility-login .login {position: relative;}

.utility-login .login-panel {
    display: none;
    position: absolute;
    top: 14px;
    right: -4px;
    background-color: #fff;
    border: solid 1px #a38f86;
    border-bottom-width: 2px;
    border-right-width: 2px;
    padding: 15px 5px 5px 5px;
    width: 350px;
    z-index: 5000;
}

.login-panel .button {float: right;}

.login-panel .forgot-password {
    float: left;
    display: inline;
    margin: 5px 0 0 180px;
}

.login-panel .forgot-password:link, .login-panel .forgot-password:active, .login-panel .forgot-password:visited {
    text-decoration: underline;
}

.login-panel .close {
    position: absolute;
    top: -16px;
    right: -2px;
    background-color: #fff;
    border: solid 1px #a38f86;
    border-right-width: 2px;
    border-bottom: 0;
    width: 35px;
    height: 15px;
    text-align: center;
}

.utility-nav {
    position: relative;
    background: #fff url('images/bg-utility-nav-repeat.gif') repeat-x;
    font-weight: bold;
}

.utility-nav ul {margin: 0 33px 0 -4px;}

.utility-nav li {
    padding: 0 15px 0 0;
}

.utility-nav .utility-cart a {
    background: transparent url('images/icon-cart-util-off.gif') no-repeat;
    display: block;
    padding-left: 21px;
}

.utility-nav .utility-cart a:hover {
    background: transparent url('images/icon-cart-util-on.gif') no-repeat;
}

.utility-nav a:link, .utility-nav a:active, .utility-nav a:visited {
    color: #fff;
}

.utility-nav a:hover {
    color: #fdf59e;
    text-decoration: none;
}

.utility-nav .utility-foot {
    background: #fff url('images/bg-utility-nav-foot.gif') no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 6px;
    height: 7px;
    overflow: hidden;
}

.site-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4000;
}
/* site-menu styles in site-menu.css */

/* site-header ^ 
-------------------------------------------------------------------------*/

/* site-footer : 
-------------------------------------------------------------------------*/
.site-footer {
    border-top: solid 4px #fbba64;
    width: 942px;
    font-size: 11px;
    color: #725c3a;
}

.site-footer ul, .site-footer li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .section {
    float: left;
    display: inline;
    margin: 14px 0 0 50px;
}

.site-footer div.first-child {margin-left: 0;}

.site-footer h4 {
    color: #fe9710;
}

.site-footer .section a:link, .site-footer .section a:active, .site-footer .section a:visited {
    color: #503f34;
}

.site-footer .footer-nav, .site-copyright {
    margin: 14px 0;
}

.footer-nav, .footer-nav li {
    float: left;
}

.footer-nav li {
    margin-right: 10px;
}

.footer-nav a:link, .footer-nav a:active, .footer-nav a:visited {
    color: #725c3a;
    font-weight: bold;
}

.footer-nav a:hover {
    color: #ee6a32;
    text-decoration: none;
}
.footer-nav .icon {margin-top: -1px;}

.site-copyright {
    float: right;
}
/* site-footer ^ 
-------------------------------------------------------------------------*/

/* primary-content : 
-------------------------------------------------------------------------*/
.primary-content {
    float: left;
    padding: 13px 0 20px 0;
    width: 990px;
}

.content-left, .content-center, .content-right, .rail-left {
    float: left;
    display: inline;
}

.content-left {
    margin-right: 18px;
    width: 682px;
}

.content-right {width: 290px;}

.content-center {
    margin: 0 16px 0 194px;
    width: 490px;
}

.rail-left {
    width: 177px;
    margin-left: -990px;
}

.bread-crumb {
    margin-bottom: 12px;
    font-size: 11px;
    color: #958c7a;
}

.page-intro {
    margin-bottom: 37px;
}

.page-section-header {
    margin-bottom: 12px;
    border-bottom: solid 4px #fbba64;
    padding-bottom: 2px;
    height: 21px;
    font-size: 17px;
    font-weight: normal;
    color: #583a26;
}

.page-section-header * {
    float: left;
    display: inline;
    font-weight: normal;
}

.page-section-header * a {float: none;}

.page-section-header em {
    margin: 2px 0 0 5px;
    font-style: normal;
    font-size: 13px;
}

.page-section-header .page-toolbar, .page-section-header #font-scaler-container {
    float: right;
}

#font-scaler-container {height: 24px;}

.page-section-title {
    margin-bottom: 8px;
    color: #ee6a32;
    font-size: 15px;
    font-weight: normal;
}

.page-section-intro {
    margin-bottom: 20px;
    width: 75%;
    line-height: 1.3em;
}

.page-section {margin-bottom: 38px;}

.page-section h2, .page-section h4 {
    margin-bottom: 4px;
    color: #ee6a32;
}

.page-section h2 {font-size: 15px;}

.page-section p {
    margin-bottom: 15px;
}

.page-section p.bigger {
    font-size:125%;
}

.page-section .disclaimer {
    font-size: 11px;
}

.page-section-form {
    margin-bottom: 18px;
    border: solid 1px #dbd4cf;
    padding: 8px 10px;
    background-color: #f0edea;
}

.page-section-form label {font-weight: bold;}

.page-section-form textarea.text-large {
    width: 460px;
    height: 60px;
}

.page-section-header a:link, .page-section-header a:active, .page-section-header a:visited, 
.page-section a:link, .page-section a:active, .page-section a:visited {
    color: #583a26;
    font-weight: bold;
}

.page-section-header a:link, .page-section-header a:active, .page-section-header a:visited {
    text-decoration: underline;
}

.page-navigation {
    margin-top: 25px;
    height: 15px;
    clear: both;
}

.page-navigation a.next-link:link, .page-navigation a.next-link:active, .page-navigation a.next-link:visited {
	background: url('images/btn-slider-next-off.gif') no-repeat center right;
	float: right;
	padding-right: 11px;
    color: #583a26;	
    font-weight: bold;
}

.page-navigation a.back-link:link, .page-navigation a.back-link:active, .page-navigation a.back-link:visited {
	background: url('images/btn-slider-prev-off.gif') no-repeat center left;
	float: left;
	padding-left: 11px;	
    color: #583a26;
    font-weight: bold;
}

.modal-content {display: none;}

/* page-toolbar */
.article-content .page-toolbar, .basic-content .page-toolbar, .book-content .page-toolbar {
    margin: 15px 0;
}

.page-toolbar, .page-toolbar li {
    margin: 0;
    padding: 0;
    height: 19px;
    list-style: none;
    font-size: 10px;
    font-weight: bold;
}

.page-toolbar li {
    float: left;
    display: inline;
    margin-left: 14px;
}

.page-toolbar li.first-child {margin-left: 0;}

.page-toolbar a:link, .page-toolbar a:active, .page-toolbar a:visited {
    float: left;
    padding-right: 26px;
    color: #725c3a;
    height: 19px;
    line-height: 19px;
    text-decoration: none !important;
}

.page-toolbar a:hover {
    text-decoration: none;
}

.page-toolbar li.tool-share {background: url('images/icon-toolbar-share.gif') no-repeat top right;position: relative;}
.page-toolbar li.tool-email {background: url('images/icon-toolbar-email.gif') no-repeat top right;}
.page-toolbar li.tool-print {background: url('images/icon-toolbar-print.gif') no-repeat top right;}
.page-toolbar li.tool-cart {background: url('images/icon-toolbar-cart.gif') no-repeat top right;}

.thumb, .article-image {border: solid 1px #c1b8b3;}

/* Send to friend */
.s2f-panel * {float: none;}

.s2f-panel {
    padding: 5px 5px 0 5px;
    width: 300px;
    font-size: 12px;
    z-index:100;
}

.s2f-panel h2, .s2f-panel h3 {
    display: block;
}

.s2f-panel h2 {
    margin-bottom: 15px;
    font-size: 17px;
}

.s2f-panel .page-section-title {
    margin: 15px 0 5px 0;
}

.s2f-panel .validationSummary ul {
    margin: 0 0 0 10px;
    padding-left: 10px;
}

.s2f-panel .input-row {
    display: block;
    margin-bottom: 5px !important;
}

.s2f-panel #titleBox {
    color: #322A19;
    display: block;
    width: 100%;
    background-color: #EBE3D9;
    padding: 5px 0px;
    margin-bottom:5px;
    overflow:auto;
}

.s2f-panel p {
    margin-bottom: 15px;
}

.s2f-panel a.back-link:link, .s2f-panel a.back-link:active, .s2f-panel a.back-link:visited {
	background: url('images/btn-slider-prev-off.gif') no-repeat center left;
	float: left;
	padding-left: 11px;	
    color: #583a26;
    font-weight: bold;
}      

/* add this */
.share-links .custom_hover
{
    position: relative;
}

.share-links 
{
    display: none;
    position: absolute;
    top: -118px;
    left: -2px;
    background: #fff;
    padding: 10px 0;
    width: 100px;
    border: solid 1px #a38f86;
    border-bottom-width: 2px;
    border-right-width: 2px;
    z-index: 5000;
    clear: both;
}
/* IE */

.share-links li {
    float: none;
    display: block;
    margin-left: 10px;
    width: 90px;
}

.share-links a {
    float: none;
    display: block;
    position: relative;
    padding-left: 20px;
    height: 16px;
    line-height: 16px;
}

.share-links span
{
    position: absolute;
    left: 0;
    top: 0;
}          
/* primary-content ^ 
-------------------------------------------------------------------------*/

/* vertical-navigation : 
-------------------------------------------------------------------------*/
.vertical-nav-header-top {
    background: url('images/bg-vertical-nav-header-top.gif') no-repeat;
    width: 177px;
    height: 4px;
    overflow: hidden;
}

.vertical-nav-header {
    background: #e2d4bf url('images/bg-vertical-nav-header.gif') repeat-x;
    border-right: solid 1px #a38f86;
    border-left: solid 1px #a38f86;
    padding: 0 5px 5px 10px;
    width: 160px;
    color: #725c3a;
    font-size: 13px;
}
    
.vertical-navigation {
    background: #f5f3f1 url('images/bg-vertical-navigation.gif') repeat-x;
    border: solid 1px #a38f86;
    border-top-width: 4px;
    padding: 0 0 20px 0;
    width: 175px;
}

.vertical-navigation .ms-navSubMenu1 {width: 100%;}

.vertical-navigation table.ms-navheader {
    margin-top: 5px;
}

.vertical-navigation a.ms-navheader {
    display: block;
    padding: 3px 7px;
}

.vertical-navigation .ms-selectednav, .vertical-navigation .ms-selectednavheader {
    border: none;
    background-color: #ebe3d9;
    padding: 0;
    font-weight: bold;
    font-family: Arial;
}

.vertical-navigation .ms-navitem td {
    padding: 3px 4px 3px 14px;
    font-family: Arial;
}

.vertical-navigation a:hover {
    text-decoration: none;
}

.vertical-navigation .ms-navitem a:link, .vertical-navigation .ms-navitem a:active, .vertical-navigation .ms-navitem a:visited {
    color: #322a19;
    font-weight: bold;
}

.vertical-navigation .ms-navitem a:hover {
    color: #ef6a32;
}
/* vertical-navigation ^ 
-------------------------------------------------------------------------*/

/* widget styles : 
-------------------------------------------------------------------------*/
.widget-right {
    margin-bottom: 20px;
    width: 239px;
}

.widget-right h3 {margin: 0 0 8px 14px;}

.widget-right h3 img {
    display: block;
}

.widget-right .content-group {
    margin-bottom: 10px;
}
.plus-list, .plus-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.plus-list {
    margin-bottom: 10px;
}

.plus-list li {
    background: url('images/bullet-plus-brown.gif') no-repeat 0 4px;
    margin-bottom: 4px;
    padding-left: 12px;
}

.widget-right p.more {
    text-align: right;
}

/* widget-generic */
.widget-generic {
    background-color: #fff;
    border: solid 1px #ccc4b2;
    padding: 5px;
    width: 227px;
}

.widget-generic .content {padding: 9px;}

.widget-green .content {
    background: #acc965 url('images/bg-widget-gradient-green.gif') repeat-x;
}

.widget-orange .content {
    background: #fac37b url('images/bg-widget-gradient-orange.gif') repeat-x;
}

.widget-yellow .content {
    background: #fdf5c3 url('images/bg-widget-gradient-yellow.gif') repeat-x;
}

.widget-generic h3 {
    margin: 0 0 8px 0;
}

.widget-generic h3.bookstore-faqs {
    background: url('images/t-bookstore-faqs.gif') no-repeat;
    text-indent: -9000px;
}

.widget-generic h3.need-assistance {
    background: url('images/t-need-assistance.gif') no-repeat;
    text-indent: -9000px;
}

.widget-generic a:link, .widget-generic a:active, .widget-generic a:visited {
    color: #362e11;
    font-weight: bold;
}

.widget-generic a.more:link, .widget-generic a.more:active, .widget-generic a.more:visited {
	background: url('images/btn-slider-next-off.gif') no-repeat center right;
	padding-right: 12px;
	font-weight: bold;
    text-decoration: none;
}

/* site-search */
.site-search {border-bottom: solid 5px #ee6a32;}

.site-search .top {
    background: transparent url('images/bg-search-widget-top.gif') no-repeat;
    width: 239px;
    height: 3px;
    overflow: hidden;
}

.site-search .content {
    background-color: #fcfbf1;
    border-right: solid 1px #ccc4b2;
    border-left: solid 1px #ccc4b2;
    padding: 14px 0;
    width: 237px;
}

.site-search .input-row, .site-search .advanced-search {
    margin-left: 14px;
}

.site-search input {float: left;display: inline;}

.site-search .text {
    width: 175px;
    margin: 6px 5px 0 0;
}

.site-search .input-row {
    float: left;
    display: inline;
    width: 223px;
}

.site-search a:link, .site-search a:active, .site-search a:visited {
    color: #583a08;
    font-size: 10px;
    text-decoration: underline;
}

.site-search a:hover {
    color: #ee6a32;
}

/* widget-tabs */
.widget-tabs {
    background-color: #aeca62;
    border: solid 1px #928475;
    padding: 7px 0 14px 0;
    width: 237px;
}

.widget-tabs .tabs, .widget-tabs .tabs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-tabs .tabs, .widget-tabs .panes {margin-left: 7px;}

.widget-tabs .panes {
    background-color: #fbfbf6;
    border: solid 1px #9db856;
    border-top: 0;
    padding-top: 1px;
    width: 223px;
    color: #3a3326;
    font-weight: bold;
    font-size: 11px;
}

div.panes div.pane {
	display: none;		
}

div.panes div.no-tabs {
	display: block;		
}

.widget-tabs .tabs {
    background: transparent url('images/bg-mp-top-shadow.gif') no-repeat 0 18px;
    width: 225px;
    height: 22px;
}

.widget-tabs .tabs li {
    float: left;
    font-size: 11px;
    font-weight: bold;
}

.widget-tabs .tabs li a:link, .widget-tabs .tabs li a:active, .widget-tabs .tabs li a:visited {
    float: left;
    padding: 0 8px;
    color: #fff;
    height: 22px;
}

.widget-tabs .tabs li a:hover {
    text-decoration: none;
}

.widget-tabs .tabs a.current:link, .widget-tabs .tabs a.current:active, .widget-tabs .tabs a.current:visited, .widget-tabs .tabs a.current:hover {
	background: transparent url('images/bg-mp-tab-current.gif') no-repeat center bottom;		
	cursor:default !important;
    color: #372619;
}

.widget-tabs .pane ol {
    margin: 14px 8px 14px 18px;
    padding-left: 18px;
}

.widget-tabs .pane ul {
    margin: 14px 8px 14px 12px;
    padding-left: 12px;
}

.widget-tabs .pane li {margin-bottom: 8px;}

.widget-tabs .pane li a:link, .widget-tabs .pane li a:active, .widget-tabs .pane li a:visited {
    color: #3a3326;
}

.widget-tabs .pane li a:hover {
    text-decoration: none;
    color: #ee6a32;
}

.widget-tabs .product-list {
    background-color: #fff;
    padding: 14px 8px 1px 8px;
    width: 207px;
}

.widget-tabs .product-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-tabs .product-list li {
    margin-bottom: 14px;
}

.widget-tabs .product-list li, .widget-tabs .product-list li .thumb, .widget-tabs .product-list li .copy {
    float: left;
    display: inline;
}

.widget-tabs .product-list li a.thumb {
    margin-right: 10px;
    border: solid 1px #c2b9b5;
}

.widget-tabs .product-list li .thumb + .copy, .widget-tabs .product-list li a + .copy {
    width: 125px;
}

.widget-tabs .product-list h4 {
    margin-bottom: 2px;
    font-size: 14px;
}
/* page-sponsors */
.page-sponsors h3 {
    margin: 0 0 15px 0;
    font-size: 10px;
    font-weight: normal;
    color: #9d9c9c;
    text-align: center;
}

.page-sponsors .sponsor {
    display: block;
    margin-top: 15px;
}

/* find-pediatrician */
.find-pediatrician {
    border-bottom: solid 1px #ccc4b2;
}

.find-pediatrician .content {
    border-top: solid 5px #ee6a32;
}
    
.title-find-pediatrician {
    background: transparent url('images/t-find-a-pediatrician.gif') no-repeat;
    height: 11px;
    line-height: 14px;
    color: #e85325;
    font-size: 14px;
    font-weight: normal;
    text-indent: -9000px;
}

.find-pediatrician .input-row {
    margin-bottom: 3px;
}

.find-pediatrician .text {
    margin-top: 3px;
}

.find-pediatrician .advanced-search, .find-pediatrician .terms-conditions {
    float: left;
    display: inline;
}

.find-pediatrician a.advanced-search {
    margin: 0 20px 0 14px;
}

.find-pediatrician a.terms-conditions:link, .find-pediatrician a.terms-conditions:active, .find-pediatrician a.terms-conditions:visited {
    margin-left: 2px;
    font-size: 11px;
}

.find-pediatrician .enable-click {
    height:17px;
}

.ask-question {
    position: relative;
    background-color: #fceb8a;    
    border: solid 1px #ccc4b2;
    border-bottom: 0;
    padding: 8px 0 2px 0;
    width: 237px;
    min-height: 106px;
}
/* IE 6 */

.ask-question h3 {
    margin: 0 15px 0 0;
    color: #e85325;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
}

.ask-question h4 {
    margin: 0 15px 5px 0;
    color: #774b3e;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
}

.ask-question .question {
    background: transparent url('images/bg-question-yellow.gif') no-repeat 0 2px;   
    margin: 0 5px 2px 90px;
    padding-left: 33px;
    min-height: 26px;
    color: #e85325;
}
/* IE 6 */

.ask-question .question a:link, .ask-question .question a:active, .ask-question .question a:visited {
    color: #e85325;
    font-size: 12px;
}

.ask-question .question a:hover {
    text-decoration: none;
}

.ask-question .link-button {
    margin-left: 156px;
}

.ask-question .pediatrician-image {
    position: absolute;
    bottom: 0;
    left: -1px;
}
/* IE 6 */
/* widget styles ^ 
-------------------------------------------------------------------------*/

/* form styles :
-------------------------------------------------------------------------*/
.text-narrow {width: 110px;}

.text, textarea {width: 220px;}

.text-three {width: 26px;}

.text-four {width: 35px;}

textarea.text-large {
    width: 400px;
    height: 80px;
}

.form-button-row {
    margin: 12px 0;
}

.input-section {
    margin-bottom: 14px;
    border-bottom: solid 1px #e2ddd3;
}

.input-section .page-section-title {
    margin-bottom: 20px;
}

.input-section .page-section-intro {
    margin-top: -16px;
}

.input-row {
    width: 100%;
}

.input-row label {
    display: block;
    margin-bottom: 2px;
}

.checkbox label, label.checkbox {
    display: inline;
    margin: 0 10px 0 5px;
}

.input-group {
    float: left;
    display: inline;
    margin: 0 10px 0 0;
    padding-bottom: 14px;
}

.input-question {
    margin-bottom: 10px;
}

.inline-help {
    margin-top: 3px;
    font-size: 10px;
}

.page-section-intro a:link, .page-section-intro a:active, .page-section-intro a:visited, 
.link-button:link, .link-button:active, .link-button:visited,
.terms-link:link, .terms-link:active, .terms-link:visited,
.clear-link:link, .clear-link:active, .clear-link:visited {
    color: #583a08;
    text-decoration: underline;
}

.terms-link:link, .terms-link:active, .terms-link:visited {
    margin-left: 30px;
    font-size: 11px;
}

.clear-link:link, .clear-link:active, .clear-link:visited {
    position: relative;
    top: -9px;
    left: 10px;
    font-weight: bold;
    font-size: 11px;
}

.clear-link:hover {
    color: #ee6a32;
}    

.or-separator {
    margin: -2px 0 7px 0;
    font-weight: bold;
    color: #ee6a32;
}

.no-results {
    display: block;
}   

.submit-link {
    background: url('images/btn-submit-off.png') no-repeat;
    display: block;
    width: 69px;
    height: 24px;
    text-indent: -9000px;
}

.submit-link:hover {background: url('images/btn-submit-on.png') no-repeat;}

.prs-error, .error-block {
    display: block;
    margin-bottom: 10px;
}

.error-block ul {
    margin-left: 10px;
    padding-left: 10px;
}

.validator-message {
    display: block;
    margin-top: -8px;
    color: #ee6a32;
}

.error {
    color: #ee6a32;
}

.required {
    color: #eb6732;
}
/* form styles ^ 
-------------------------------------------------------------------------*/

/* grid styles : 
-------------------------------------------------------------------------*/
.gridview {
    background-color: #fff;
    border: solid 1px #a38f86;
    width: 100%;
    color: #362e11;
}

.gridview-filter {
    margin-bottom: 5px;
    width: 100%;
    height: 24px;
}

.gridview-filter label, .gridview-filter input, .gridview-filter select {
    float: left;
    display: inline;
}

.gridview-filter label {
    margin: 2px 4px 0 0;
    font-weight: bold;
}

.gridview th, .gridview td {
    padding: 4px 10px;
}

.gridview th {
    background-color: #e0d9d1;
    font-weight: bold;
}

.gridview .sort-image {margin-left: 5px;}

.gridview a:link, .gridview a:active, .gridview a:visited {
    font-weight: bold;
    color: #362e11;
}

.gridview .alt td {background-color: #f5f3f1;}

.gridview-paging table {
    float: right;
    margin-right: 6px;
    width: auto;
}

.gridview-paging td {
    background-color: #e0d9d1;
}

.gridview-paging th, .gridview-paging td {
    padding: 2px 1px;
}

.gridview-paging span {
    float: left;
    padding: 0 3px;
    color: #de5d2d;
}

.gridview-paging a:link, .gridview-paging a:active, .gridview-paging a:visited {
    float: left;
    padding: 0 3px;
}
.link-list-paging table {
    width: auto;
}

.link-list-paging th, .link-list-paging td {
    padding: 4px 4px 0 0;
}

.link-list-paging span {
    float: left;
    margin-right: 2px;
    padding: 1px 3px 0 3px;
}

.link-list-paging a:link, .link-list-paging a:active, .link-list-paging a:visited {
    float: left;
    padding: 1px 3px 0 3px;
    color: #de5d2d;
}
/* grid styles ^ 
-------------------------------------------------------------------------*/

/* homepage : 
-------------------------------------------------------------------------*/
#home-page {color: #583a26;}

#home-page a:link, #home-page a:active, #home-page a:visited {
    color: #583a26;
    font-weight: bold;
}

#home-page a:hover {
	color: #ed6831;
	text-decoration: none;
}

/* centerstage : */
#centerstage {
    background: #fff url('images/bg-cs-footer-shadow.gif') no-repeat 0 371px;
    margin-bottom: 18px;
    border-bottom: 0;
    width: 682px;
    height: 376px;
    overflow: hidden;
}

#centerstage ul, #centerstage li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#centerstage #cs-item-list {
    position: relative;
    width: 680px;
    height: 325px;
    overflow: hidden;
}

#centerstage ul {
    border: solid 1px #a38f86;
    border-bottom: solid 5px #fff;
}

#centerstage ul ul {
    border: 0;
    margin: 0 0 10px 8px;
    padding-left: 8px;
}

#cs-item-list li li {
    list-style-type: disc;
    margin-bottom: 3px;
    color: #fdf3ba;
} 

#centerstage li.cs-item {
    position: relative;
    width: 680px;
    height: 325px;
    overflow: hidden;
}

#centerstage li.cs-item a.view-all {
    background: url('images/btn-view-all-off.png') no-repeat;
    display: block;
    width: 75px;
    height: 24px;
    text-indent: -9000px;
}
/* IE 6 */

#centerstage li.cs-item a.view-all:hover {
    background-image: url('images/btn-view-all-on.png');
}
/* IE 6 */

#centerstage ul.prenatal {border-bottom-color: #ec522e;}
#centerstage ul.baby {border-bottom-color: #f7a63c;}
#centerstage ul.toddler {border-bottom-color: #f4b617;}
#centerstage ul.preschool {border-bottom-color: #e8cb24;}
#centerstage ul.gradeschool {border-bottom-color: #aec736;}
#centerstage ul.teen {border-bottom-color: #88c440;}
#centerstage ul.youngadult {border-bottom-color: #63b58b;}

#centerstage li img {
    display: block;
}

#centerstage li .content {
    position: absolute;
    top: 200px;
    left: 56px;
}

#centerstage .button-row {
    position: relative;
    top: -21px;
    border-left: solid 1px #a38f86;
    border-right: solid 1px #a38f86;
    height: 62px;
    z-index: 100;
}

#centerstage .button-row img {
    float: left;
}
/* centerstage ^ */

/* news slider : */
.news-slider {
    position: relative;
    margin-bottom: 10px;
    width: 682px;
    color: #564d39;
}

.news-slider .top, .news-slider .bottom {
    width: 682px;
    height: 6px;
    overflow: hidden
}

.news-slider .top {
    background: transparent url('images/bg-hp-news-slider-top.gif') no-repeat;
}

.news-slider .bottom {
    background: transparent url('images/bg-hp-news-slider-btm.gif') no-repeat;
}

.news-slider .content {
    background: #fefffd url('images/bg-hp-news-slider-grad.gif') repeat-x left bottom;
    border-left: solid 1px #aea59d;
    border-right: solid 1px #aea59d;
    padding-top: 1px;
    width: 680px;
	min-height: 140px;
}
/* IE 6 */

.news-slider h3 {
    background: transparent url('images/bg-hot-topics.gif') no-repeat;
    float: left;
    display: inline;
    margin: 9px 15px 0 6px;
    width: 57px;
    height: 124px;
    color: #ee6a32;
    font-size: 14px;
    text-indent: -8000px;
    overflow: hidden;
}

.news-slider ul, .news-slider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-slider .thumb, .news-slider .copy {
    float: left;
    display: inline;
}

.news-slider .thumb {
    margin: 3px 14px 10px 0;
}

.news-slider img + .copy, .news-slider a + .copy {
    width: 168px;
}

.news-slider h4 {
    margin-bottom: 2px;
    line-height: 1.3em;
}

.news-slider h5 {
    color: #958c7a;
    font-size: 11px;
}

.news-slider p {
    margin-top: 4px;
}

.news-slider .more {
    position: absolute;
    bottom: 6px;
    right: 60px;
}

.news-slider a:link, .news-slider a:active, .news-slider a:visited {
    color: #583a26;
    font-weight: bold;
}

.news-slider a:hover {
	color: #ed6831;
	text-decoration: none;
}

#slider {
    float: left;
    display: inline;
    margin-top: 9px;
    width: 580px;
	height: 110px;
	overflow: hidden; 
}

#slider ul {
    height: 110px;
    overflow: hidden;
}

#slider li{ 
    float: left;
    display: inline;
	width: 290px;
	min-height: 110px;
	overflow: hidden; 
}	
/* IE 6 */

#prevBtn, #nextBtn{ 
	display: block;
	width: 15px;
	height: 20px;
	position: absolute;
	bottom: 4px;
    text-indent: -8000px;
    z-index: 1000;
}	

#prevBtn{ 
	right: 32px;
	border-right: solid 1px #583a26;
}

#nextBtn{ 
	right: 16px;
}	
													
#prevBtn a, #nextBtn a{  
	display:block;
	width: 15px;
	height: 20px;
	background: url('images/btn-slider-prev-off.gif') no-repeat 0 6px;
}	

#nextBtn a{
	background: url('images/btn-slider-next-off.gif') no-repeat 7px 6px;	
}

#prevBtn a:hover{
	background-image: url('images/btn-slider-prev-on.gif');	
	color: #ed6831;
}	

#nextBtn a:hover{ 
	background-image: url('images/btn-slider-next-on.gif');	
	color: #ed6831;
}
/* news slider ^ */

/* custom content : */
.custom-content {
    margin-bottom: 50px;
    width: 682px;
}

.custom-content .header {
    border-bottom: solid 4px #9cbb09;
    margin-bottom: 10px;
    height: 38px;
}

.custom-content .edit-info {
    float: right;
    height: 38px;
}

.custom-content h3 {
    float: left;
    margin-top: 10px;
    height: 21px;
    font-size: 17px;
    color: #9cbb09;
    font-weight: normal;
}

.custom-content .info {
    background: url('images/icon-info-green.gif') no-repeat;
    padding-left: 31px;
}

.custom-content .article {
    background: url('images/icon-article-green.gif') no-repeat;
    padding-left: 36px;
}

.custom-content .edit-info a, .custom-content .edit-info img {
    float: left;
}

.custom-content .edit-info a:link, .custom-content .edit-info a:active, .custom-content .edit-info a:visited {
    margin: 22px 4px 0 0;
    color: #9cbb09 !important;
    font-size: 10px;
    font-weight: bold;
}

.custom-content .edit-info a:hover {
    text-decoration: underline !important;
}

.custom-content h4 {
    margin: 14px 0 10px 0;
    color: #9cbb09;
}

.custom-content ul, .custom-content li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-content ul {
    margin-bottom: 7px;
}

.custom-content li {
    float: left;
    display: inline;
    margin: 0 25px 0 0;
    width: 310px;
}

.custom-content .thumb, .custom-content .copy {
    float: left;
    display: inline;
}

.custom-content li > .copy {
    width: 100%;
}    

.custom-content .thumb {
    margin: 0 10px 0 0;
}

.custom-content img + .copy, .custom-content a + .copy {
    width: 230px;
}

.custom-content h5 {
    line-height: 1.3em;
}

.custom-content p {
    margin-top: 4px;
    line-height: 1.4em;
}

.custom-content a.more:link, .custom-content a.more:active, .custom-content a.more:visited {
	background: url('images/btn-slider-next-off.gif') no-repeat center right;
	margin-left: 335px;
	padding-right: 11px;	
}

.custom-content a.more:hover {
	background-image: url('images/btn-slider-next-on.gif');	
}

.logged-out {
    width: 682px;
}

.logged-out .section-left {
    float: left;
    width: 310px;
}

.logged-out .section-right {
    float: right;
    width: 310px;
}

.custom-content .logged-out ul {
    margin-bottom: 0;
}

.custom-content .logged-out li {
    margin-right: 0;
    margin-bottom: 14px;
}

.custom-content .copy h4 {
    margin: 4px 0;
}

.custom-content .copy ul {    
    margin: 0 0 2px 0;
    width: 220px;
}

.custom-content .copy li {
	background: url('images/bullet-circle-brown.gif') no-repeat 0 6px;
    display: block;
    margin: 0 0 4px 0;
    padding-left: 10px;
    width: 220px;
}

.custom-content .logged-out a.more {
	margin-left: 0 !important;	
}

.custom-content .art-contest .thumb {
    border: 0;
}

.custom-content .art-contest .copy {
    width: 200px;
}

.custom-content .art-contest p {
    margin: 0 0 4px 0;
}
/* custom content ^ */

/* site sponsors : */
.site-sponsors {margin-top: 20px;}

.site-sponsors h3 {
    margin-bottom: 10px;
    color: #e75e26;
    font-size: 17px;
    font-weight: normal;
}

.site-sponsors p, .site-sponsors .sponsor {
    float: left;
    display: inline;
}

.site-sponsors p {
    width: 180px;
}

.site-sponsors .sponsor {
    margin: -8px 0 0 60px;
}

.site-sponsors .first-child {margin-left: 30px;}

.site-sponsors a:link, .site-sponsors a:active, .site-sponsors a:visited {
    color: #583a26;
    font-weight: bold;
}    
/* site sponsors ^ */
/* homepage ^ 
-------------------------------------------------------------------------*/

/* subsite-landing-page : 
-------------------------------------------------------------------------*/
#landing-feature {
    position: relative;
    margin-bottom: 14px;
    width: 486px;
    height: 248px;
    overflow: hidden;
}

#landing-feature .feature {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

#landing-feature .feature-image {display: block;}

#landing-feature .navigation-bar {
    position: absolute;
    top: 223px;
    left: 0;
    background: url('images/bg-lf-navigation-bar.png') no-repeat;
    padding: 8px 10px 0 0;
    width: 486px;
    height: 17px;
    text-align: right;
    z-index: 100;
}
/* IE 6 */

#landing-feature .buttons {
    float: right;
    margin-right: 10px;
}

#landing-feature .buttons * {display: none;}

#landing-feature a.previous, #landing-feature a.next {
    float: left;
    display: inline;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-left: 4px;
	width: 8px;
	height: 9px;
	overflow: hidden;
    color: #583a26;
    text-indent: 9000px;
}

#landing-feature a.next:link, #landing-feature a.next:active, #landing-feature a.next:visited {
	background-image: url('images/btn-slider-next-off.gif');
}

#landing-feature a.next:hover {
	background-image: url('images/btn-slider-next-on.gif');	
    color: #ee6a32;
}

#landing-feature a.previous:link, #landing-feature a.previous:active, #landing-feature a.previous:visited {
	background-image: url('images/btn-slider-prev-off.gif');
}

#landing-feature a.previous:hover {
	background-image: url('images/btn-slider-prev-on.gif');	
    color: #ee6a32;
}

#landing-feature a.feature-number {
    float: left;
    display: inline;
	background: url('images/sprite-dot.png') no-repeat center right;
    background-repeat: no-repeat;
    margin-left: 4px;
	width: 10px;
	height: 10px;
	overflow: hidden;
    color: #583a26;
    text-indent: 9000px;
}

#landing-feature a.feature-number:link, #landing-feature a.feature-number:active, #landing-feature a.feature-number:visited {
    background-position: 0 0;
}

#landing-feature a.feature-number:hover, #landing-feature a.current:link, #landing-feature a.current:active, #landing-feature a.current:visited {
    background-position: 0 -10px;
    color: #ee6a32;
}

.landing-section-header {
    margin-bottom: 12px;
    border-bottom: solid 4px #fbba64;
    padding-bottom: 2px;
    height: 21px;
    font-size: 15px;
    font-weight: normal;
    color: #ee6a32;
}

.landing-section-header * {
    font-weight: normal;
}

.landing-section {margin-bottom: 37px;}

.landing-section .thumb, .landing-section .copy {
    float: left;
    display: inline;
}

.landing-section li > .copy {
    width: 100%;
}    

.landing-section .thumb {
    margin: 0 10px 0 0;
}

.landing-section img + .copy, .landing-section a + .copy {
    width: 230px;
}

.landing-section img + .copy-wide, .landing-section a + .copy-wide {
    width: 400px;
}

.landing-section .copy-wide ul {width: 200px;}

.landing-section ul, .landing-section li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.landing-section h4 {
    color: #ee6a32;
    font-weight: normal;
}

.landing-section p, .landing-section ul, .landing-section .input-row {
    margin-bottom: 14px;
}

.landing-section .input-row select, .landing-section .input-row .button {
    float: left;
    display: inline;
}

.landing-section .input-row .button {
    margin: 0 0 0 5px;
}

.landing-section li {margin-top: 2px;}

.landing-section li a:link, .landing-section li a:active, .landing-section li a:visited {
    color: #583a26;
    font-weight: bold;
}

/* subsite-landing-page ^ 
-------------------------------------------------------------------------*/

/* topic-landing-page : 
-------------------------------------------------------------------------*/
.topic-feature .thumb, .topic-feature .copy, .topic-feature .thumb img {
    float: left;
    display: inline;
}

.topic-feature a.thumb, .topic-feature .thumb {
    margin-right: 10px;
    border: solid 1px #c2b9b5;
}

.topic-feature .thumb img.thumb {
    margin-right: 0;
    border: 0;
}

.topic-feature .thumb + .copy, .topic-feature a + .copy {
    width: 350px;
}

.topic-feature h2 {
    margin-bottom: 6px;
    font-size: 16px;
}

.topic-feature .page-section-title {
    margin: 30px 0 15px;
    border-bottom: solid 1px #e2ddd3;
    padding-bottom: 4px;
}

.topic-list, .topic-list li,
.most-popular-list, .most-popular-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.most-popular-list li, #topic-landing-page #slider li {
    float: left;
    width: 243px;
}

.most-popular-list img + .copy, .most-popular-list a + .copy {
    width: 170px;
}

.most-popular-list a {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
}

.most-popular-list span {
    color: #958c7a;
    font-size: 11px;
}

.topic-list {
    margin-top: 25px;
    border-top: solid 1px #e2ddd3;
}

.topic-list li {
    border-bottom: solid 1px #e2ddd3;
    padding: 3px 0;
}

/* topic-slider : */
.topic-slider {
    background: url('images/bg-slider-nav-bar.gif') no-repeat left bottom;
    position: relative;
    width: 490px;
}

.topic-feature .no-navigation {
    background-image: none;
}

.topic-slider .content {
    padding-top: 1px;
    width: 490px;
	min-height: 140px;
}

.topic-slider #slider {
    margin: 0;
    width: 490px;
	height: 140px;
}

.topic-slider #slider ul {
    margin: 0;
    padding: 0;
    height: 140px;
    overflow: hidden;
}

.topic-slider #slider li{ 
	width: 243px;
	min-height: 140px;
	overflow: hidden; 
}	
/* IE 6 */

.topic-slider .thumb, .topic-slider .copy {
    float: left;
    display: inline;
}

.topic-slider .thumb + .copy, .topic-slider a + .copy {
    width: 160px !important;
}

.topic-slider #prevBtn, .topic-slider #nextBtn { 
	bottom: 4px;
}	

.topic-slider #prevBtn{ 
	border-right: solid 1px #583a26;
}
/* topic-landing-page ^ 
-------------------------------------------------------------------------*/

/* ages and stages : 
-------------------------------------------------------------------------*/
.as-header {
    margin: -3px 0 17px 0;
    width: 490px;
    height: 80px;
    text-indent: -9000px;
}

.as-intro {
    margin-bottom: 15px;
}

.as-navigation, .as-navigation li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.as-navigation {
    margin-bottom: 37px;
    width: 480px;
    height: 90px;
}

.as-navigation li {
    float: left;
    display: inline;
    margin-left: 3px;
}

.as-navigation li.prenatal {margin-left: 0;}
.as-navigation li.gradeschooler {margin-left: 9px;}
.as-navigation li.teen, .as-navigation li.youngadult {margin-left: 7px;}

.as-navigation li img {display: block;}

/* ages & stages theming */
#as-prenatal-header {
    border-color: #ec522e;
    height: 25px;
    font-size: 16px;
    font-weight: normal;
    color: #ec522e;
}

#as-prenatal-header h2 {
    background: url('images/icon-prenatal.gif') no-repeat left bottom;
    padding: 6px 0 0 39px;
    height: 19px;
}

#as-prenatal-section h4 {color: #ec522e;}

#as-baby-header {
    height: 25px;
    font-size: 16px;
    font-weight: normal;
}

#as-baby-header h2 {
    background: url('images/icon-baby.gif') no-repeat left bottom;
    padding: 6px 0 0 30px;
    height: 19px;
}

#as-toddler-header {
    border-color: #e2a508;
    height: 25px;
    font-size: 16px;
    font-weight: normal;
    color: #e2a508;
}

#as-toddler-header h2 {
    background: url('images/icon-toddler.gif') no-repeat left bottom;
    padding: 6px 0 0 26px;
    height: 19px;
}

#as-toddler-section h4 {color: #e2a508;}

#as-preschooler-header {
    border-color: #d1b307;
    height: 25px;
    font-size: 16px;
    font-weight: normal;
    color: #d1b307;
}

#as-preschooler-header h2 {
    background: url('images/icon-preschooler.gif') no-repeat left bottom;
    padding: 6px 0 0 34px;
    height: 19px;
}

#as-preschooler-section h4 {color: #d1b307;}

#as-gradeschooler-header {
    border-color: #93b102;
    height: 25px;
    font-size: 16px;
    font-weight: normal;
    color: #93b102;
}

#as-gradeschooler-header h2 {
    background: url('images/icon-gradeschooler.gif') no-repeat left bottom;
    padding: 6px 0 0 27px;
    height: 19px;
}

#as-gradeschooler-section h4 {color: #93b102;}

#as-teen-header {
    border-color: #88c440;
    height: 25px;
    font-size: 16px;
    font-weight: normal;
    color: #88c440;
}

#as-teen-header h2 {
    background: url('images/icon-teen.gif') no-repeat left bottom;
    padding: 6px 0 0 26px;
    height: 19px;
}

#as-teen-section h4 {color: #88c440;}

#as-youngadult-header {
    border-color: #63b58b;
    height: 25px;
    font-size: 16px;
    font-weight: normal;
    color: #63b58b;
}

#as-youngadult-header h2 {
    background: url('images/icon-youngadult.gif') no-repeat left bottom;
    padding: 6px 0 0 25px;
    height: 19px;
}

#as-youngadult-section h4 {color: #63b58b   ;}

.prenatal-header {background: url('images/banner-prenatal.gif') no-repeat;}
.baby-header {background: url('images/banner-baby.gif') no-repeat;}
.toddler-header {background: url('images/banner-toddler.gif') no-repeat;}
.preschooler-header {background: url('images/banner-preschooler.gif') no-repeat;}
.gradeschooler-header {background: url('images/banner-gradeschooler.gif') no-repeat;}
.teen-header {background: url('images/banner-teen.gif') no-repeat;}
.youngadult-header {background: url('images/banner-youngadult.gif') no-repeat;}

.prenatal-site .page-section-header {border-color: #f07558;}
.baby-site .page-section-header {border-color: #f8a26d;}
.toddler-site .page-section-header {border-color: #f6c545;}
.preschooler-site .page-section-header {border-color: #edd550;}
.gradeschooler-site .page-section-header {border-color: #bed25e;}
.teen-site .page-section-header {border-color: #a0d066;}
.youngadult-site .page-section-header {border-color: #82c4a2;}

.prenatal-site .page-section h4 {color: #f07558;}
.baby-site .page-section h4 {color: #f8a26d;}
.toddler-site .page-section h4 {color: #f6c545;}
.preschooler-site .page-section h4 {color: #edd550;}
.gradeschooler-site .page-section h4 {color: #bed25e;}
.teen-site .page-section h4 {color: #a0d066;}
.youngadult-site .page-section h4 {color: #82c4a2;}

/* growth tabs */
.babystages, .babystages li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.babystages {
    position: relative;
    top: 1px;
    width: 100%;
    height: 20px;
    z-index: 500;
}

.babystages li {
    float: left;
    display: inline;
    font-size: 11px;
    font-weight: bold;
}

.babystages li.first-child {
    margin-left: 271px;
}

.babystages li a:link, .babystages li a:active, .babystages li a:visited {
	background: #f8a979 url('images/bg-as-tab.gif') repeat-x;	
    float: left;		
    border: solid 1px #8b8a8a;
    padding: 0 8px;
    height: 18px;
    line-height: 18px;
    color: #362e11;
}

.babystages li a:hover {
    text-decoration: none;
}

.babystages a.current:link, .babystages a.current:active, .babystages a.current:visited, .babystages a.current:hover {	
	background: #fcfaf7 url('images/bg-as-tab-pane.gif') repeat-x;
    border-bottom: 0;
    height: 19px;
	cursor:default !important;
    color: #362e11;
}   

.stage-panes {
	background: #fcfaf7 url('images/bg-as-tab-pane.gif') repeat-x;
    margin-bottom: 37px;
    border: solid 1px #8b8a8a;
    padding: 18px 10px;
    width: 468px;
}

/* accordion-panels : */
.accordion-panels {
    height: 275px;
    margin-bottom: 37px;
}
    
.accordion-panels .panel {
    background-color: #fff;
    float: left;
    display: inline;
    margin-left: 10px;
    border: solid 1px #bbb9b7;
    width: 147px;
    height: 273px;
}

.panel-container {
    width: 100%;
    height: 233px;
    overflow: hidden;
}

.accordion-panels .panel-collapse {
    width: 147px;
    overflow: hidden;
}

.accordion-panels img {display: block;}

.accordion-panels .first-child {margin-left: 0;}

.accordion-panels .accordion-header {
    width: 100%;
    height: 21px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    text-indent: -9000px;
}

.accordion-panels .physical-skills {background: url('images/panel-physical-skills.png') no-repeat center top;}

.accordion-panels .social-skills {background: url('images/panel-social-skills.png') no-repeat center top;}

.accordion-panels .cognitive-thinking {background: url('images/panel-cognitive-thinking.png') no-repeat center top;}

.accordion-panels .sensory-milestones {background: url('images/panel-sensory-milestones.png') no-repeat center top;}

.baby-site .accordion-panels .accordion-header {background-color: #f78b4a;}
.toddler-site .accordion-panels .accordion-header {background-color: #f6c545;}
.preschooler-site .accordion-panels .accordion-header {background-color: #edd550;}

.accordion-panels ul {
    margin: 10px 0 0 13px;
    padding-left: 13px;
}

.accordion-panels li {
    margin-bottom: 5px;
}

.accordion-panels .button {margin: 10px;}
/* ages and stages ^ 
-------------------------------------------------------------------------*/

/* prs-page : 
-------------------------------------------------------------------------*/
.prs-profile-nav-bar {
    background-color: #f5f3f1;
    margin-bottom: 11px;
    padding: 4px 20px 6px 8px;
    height: 14px;
}

.prs-profile-nav-bar h2, .prs-profile-nav-bar li {
    float: left;
    display: inline;
}

.prs-profile-nav-bar h2 {
    font-size: 14px;
}

.prs-profile-nav-bar ul {
    float: right;
    display: inline;
    list-style: none;
    font-size: 11px;
}

.prs-profile-nav-bar ul, .prs-profile-nav-bar li {
    margin: 0;
    padding: 0;
}

.prs-profile-nav-bar li {
    margin: 2px 0 0 10px;
}

.prs-profile-nav-bar a:link, .prs-profile-nav-bar a:active, .prs-profile-nav-bar a:visited {
    color: #564d39;
    text-decoration: underline;
}

.prs-profile-content {width: 100%;}

.prs-profile-left {
    float: left;
    width: 440px;
}

.prs-profile-right {
    float: right;
    width: 230px;
}

#prs-page .info-section {
    margin-top: -4px;
    border-top: solid 1px #e2ddd3;
    padding-top: 4px;
}

#prs-page dl {
    margin-bottom: 10px;
}

#prs-page dt {
    margin-bottom: 8px;
    font-weight: bold;
}

#prs-page dl a:link, #prs-page dl a:active, #prs-page dl a:visited {
    color: #725c3a;
    text-decoration: underline;
}

#prs-page dl a:hover {
    text-decoration: none;
}

.prs-profile-right #map-canvas {
    margin-top: 36px;
    border: solid 1px #beb6a6;
    width: 228px;
    height: 228px;
}
/* prs-page ^ 
-------------------------------------------------------------------------*/

/* article-page :
-------------------------------------------------------------------------*/
#article-page .page-section-header h2 {width: 270px;}

#article-page .fontScalerWrapper {font-size: 13px;}

#article-page .fontScalerWrapper .page-section-title {
    font-size: 116%;
}

.article-information {
    float: left;
    width: 375px;
}

.rating-stars {
    float: right;
    font-size: 12px;
}

.rating-stars span {
    display: block;
    color: #564d39;
    font-size: 77%;
}

.article-title {
    margin-bottom: 10px;
    width: 75%;
    color: #ee6a32;
    font-size: 116%;
    font-weight: normal;
}

.article-subtitle {
    margin: -7px 0 10px;
    width: 75%;
    font-size: 93%;
    font-weight: normal;
}

.article-information .article-title {
    width: 100%;
}

.article-details dt, .article-details dd {
    display: inline;
    font-size: 85%;
}

.article-details dt {
    margin-right: 4px;
    font-weight: bold;
}

.article-content {
    margin-top: 20px;
    width: 100%;
}

.basic-content {
    width: 100%;
}

.article-image {
    float: right;
    display: inline;
    margin: 0 0 8px 10px;
    width: 145px;
}

.article-image img {display: block; width: 145px;}

.article-content .page-section-form {position: relative;}

.page-section-form .content-rating {
    position: absolute;
    top: 5px;
    right: 14px;
}

.content-rating h4, .content-rating .rating-stars {
    float: left;
    display: inline;
}

.content-rating h4 {
    margin: 1px 5px 0 0;
    font-size: 85%;
}

.comment-section {
    width: 100%;
    margin: 18px 0 0 0;
}

.comment-section .page-section-form label, .comment-section .page-section-form h4 {
    font-size: 12px;
}

.comment-item {
    margin-top: 10px;
    border-top: solid 1px #e2ddd3;
    padding-top: 10px;
    color: #564d39;
}

.comment-item h4 {
    margin: 0;
    color: #564d39 !important;
    font-size: 93%;
}

.comment-item p {
    margin: 0;
    font-size: 93%;
}

.article-copy #healthy-children-video {
    background:#fff url('images/ajax-loader.gif') no-repeat center center;
    margin: 24px 0;
    border: #aea59d 1px solid;
    width: 488px;
    height: 274px;
}

/* book store styles */
.book-information {
    float: left;
    width: 375px;
}

.book-information .article-title {
    width: 100%;
}

.book-information h4 {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 85%;
}

.book-image {
    float: right;
    font-size: 12px;
    text-align: center;
}

#toc-link:link, #toc-link:active, #toc-link:visited {
    visibility: hidden;
    display: block;
    margin-top: 7px;
    font-size: 11px;
    text-decoration: underline;
}

#toc {
    display: none;
    background-color: #fff;
    padding: 5px 10px;
}

.book-information .add-to-cart {
    margin: 15px 0;
}

.add-to-cart .input-row {
    margin-bottom: 5px;
}

.add-to-cart label, .add-to-cart select {
    display: inline;
}

.add-to-cart label {
    margin-right: 7px;
    font-weight: bold;
    font-size: 85%;
}

.book-content .page-section-title {
    margin: 30px 0 8px;
    border-bottom: solid 1px #e2ddd3;
    padding-bottom: 4px;
}

/* Rich text editor styles */
.article-copy h1, .article-copy h3, .article-copy h5, .ms-rteCustom-ArticleTitle {
    color: #ee6a32 !important;
    font-size: 93%;
}

.article-copy h2, .article-copy h4, .article-copy h6, .ms-rteCustom-ArticleHeadLine {
    color: #583a26 !important;
    font-size: 93%;
}

.article-copy h5, .article-copy h6 {
    font-size: 85%;
}

.article-copy h1 {
    margin-bottom: 8px;
    width: 75%;
    font-size: 116%;
    font-weight: normal;
}

.article-copy h2, .ms-rteCustom-ArticleHeadLine {
    margin-bottom: 4px;
    font-size: 108%;
}

.article-copy h3 {
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 2px;
}

.article-copy p, .article-copy ul ul, .article-copy ol ol, .article-copy table {
    font-size: 93%;
}

.article-copy table p, .article-copy table ul li {
    font-size: 100%;
}

.article-copy p, .article-copy table {
    margin: 0 0 12px 0;
}

.article-copy table p {margin: 0;}

.article-copy ul ul, .article-copy ol ol {
    margin-bottom: 0;
}

.article-copy ul {
    margin: 0 0 12px 17px;
    padding-left: 17px;
}

.article-copy ul ul {
    margin-left: 12px;
    padding-left: 12px;
}

.article-copy ol ol {
    list-style-type: lower-alpha;
    margin-left: 12px;
    padding-left: 12px;
}

.article-copy li {
    margin-bottom: 2px;
}

.article-copy a:link, .article-copy a:active, .article-copy a:visited {
    color: #583a26;
    font-weight: bold;
    text-decoration: underline;
    font-size: 93%;
}
    
.article-copy a:hover {
    color: #ee6a32;
}
/* article-page ^ 
-------------------------------------------------------------------------*/

/* news-landing : 
-------------------------------------------------------------------------*/
#news-landing .news-slider {margin-bottom: 37px;}

#news-landing .news-slider .content {
    background: #fff url('images/bg-news-slider-nav-bar.png') no-repeat left bottom;
    border-left: 0;
    border-right: 0;
    padding-top: 1px;
    width: 682px;
}
/* IE 6 */

#news-landing #slider {
    margin-top: 0;
    width: 682px;
}

#news-landing #slider li{ 
	width: 330px;
}

#news-landing .news-slider img + .copy, #news-landing .news-slider a + .copy {
    width: 208px;
}
/* news-landing ^ 
-------------------------------------------------------------------------*/

/* ask the pediatrician : 
-------------------------------------------------------------------------*/
.question-item {
    background: url('images/bg-q.gif') no-repeat;
    padding-left: 20px !important;
}

.gridview .question-item {float: left;}

.ask-pediatrician-banner {
    position: relative;
    background: #fceb8a url('images/bg-gradient-yellow.gif') repeat-x;
    margin: 20px 0 30px 0;
    border: solid 1px #aea59d;
    padding-left: 120px;
    width: 366px;
    height: 108px;
    color: #774b3e;
}

.ask-pediatrician-banner h1 {
    background: url('images/t-ask-the-pediatrician.png') no-repeat;
    margin: 12px 0 6px 0;
    height: 21px;
    text-indent: -9000px;
    font-size: 18px;
    color: #e85325;
}

.ask-pediatrician-banner p {
    margin-bottom: 6px;
    width: 290px;
}

.ask-pediatrician-banner .pediatrician-image {
    position: absolute;
    bottom: 0;
    left: 0;
}

.featured-questions {margin-bottom: 37px;}

.featured-questions .content {
    background: #fffffe url('images/bg-gradient-green.gif') repeat-x;
    border: solid 1px #aea59d;
    width: 488px;
}

.featured-questions ul, .featured-questions li {
    list-style: none;
    margin: 0;
    padding: 0;
}
    
.featured-questions .view-all {
    margin: 10px 5px 5px;
    text-align: right;
}

.featured-questions h3 {
    background: url('images/t-featured-questions.gif') no-repeat 10px 0;
    margin: 7px 0 10px 0;
    border-bottom: solid 1px #e2ddd3;
    padding: 0 10px 2px 10px;
    height: 13px;
    color: #ee6a32;
    font-size: 13px;
    text-indent: -9000px;
}

.featured-questions ul {
    margin: 10px;
}

.featured-questions li {
    margin-bottom: 16px;
}

.featured-questions li a:link, .featured-questions li a:active, .featured-questions li a:visited, 
.all-questions td a:link, .all-questions td a:active, .all-questions td a:visited {
    color: #564d39;
    font-weight: normal;
}

.question-meta-data {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 11px;
}
/* ask the pediatrician ^ 
-------------------------------------------------------------------------*/

/* a to z landing : 
-------------------------------------------------------------------------*/
.az-section ul, .az-section li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.az-section .letter-anchors {
    margin-bottom: 27px;
    width: 100%;
    height: 16px;
}

.az-section .letter-anchors li {
    float: left;
    display: inline;
    margin-right: 8px;
}

.az-section h4, 
.az-section .letter-anchors a:link, .az-section .letter-anchors a:active, .az-section .letter-anchors a:visited {
    color: #362e11;
}

.az-section .az-list {width: 490px;}

.az-section .az-list-column {
    float: left;
    display: inline;
    margin: 0 5px 0 0;
    width: 240px;
}

.az-section .letter-section {
    margin-top: 27px;
    width: 240px;
}

.az-section .az-list .first-child {margin-top: 0;}

.az-section .letter-section h4 {
    margin-top: 4px;
    color: #eb6732;
}

.az-section .letter-section li {
    margin-top: 4px;
}

.az-section .letter-section .back-to-top {
    margin-top: 5px;
}

.az-section .letter-section .back-to-top a:link, .az-section .letter-section .back-to-top a:active, .az-section .letter-section .back-to-top a:visited {
    font-weight: normal;
    color: #eb6732;
    font-size: 11px;
}
/* a to z landing ^ 
-------------------------------------------------------------------------*/

/* site login :
-------------------------------------------------------------------------*/
.login-section, .register-section {
    float: left;
    display: inline;
    margin: 0 0 57px 0;
    border: solid 1px #ccc4b2;
    border-bottom: solid 5px #ee6a32;
    width: 224px;
    padding: 14px;
    min-height: 333px;
}

.register-section {
    background-color: #fcfbf1;
    margin-right: 20px;
    width: 376px;
}

.register-section h1, .login-section h1,
.register-section h2, .login-section h2 {
    margin-bottom: 10px;
    height: 23px;
    color: #6e5443;
    font-size: 18px;
    text-indent: -9000px;
}

.register-section h2 {background: url('images/t-register-for-healthychildren.png') no-repeat;}   
.register-section h2.update {background: url('/_layouts/AAP.HealthyChildren/images/t-please-update-your-login.png') no-repeat;}
.register-section h2.welcome {background: url('/_layouts/AAP.HealthyChildren/images/t-welcome-to-healthychildre.png') no-repeat;}
.login-section h2, .t-login {background: url('images/t-login.png') no-repeat;}
.t-reset-password {background: url('images/t-reset-password.png') no-repeat;}
.t-edit-security-question {background: url('images/t-edit-security-question.png') no-repeat;}
.t-success {background: url('images/t-success.png') no-repeat;}
.t-change-password {background: url('images/t-change-password.png') no-repeat;}

.register-section h3, .login-section h3 {
    margin-bottom: 16px;
    font-size: 16px;
}

.register-section h4, .login-section h4 {
    margin-bottom: 5px;
}

.register-section p, .login-section p {
    margin-bottom: 18px;
}

.register-section ul, .login-section ul {
    margin: 0 0 18px 10px;
    padding-left: 10px;
}

.login-section .forgot-pass-link {margin: 3px 0 0 0;}

.login-section .forgot-pass-link a:link, .login-section .forgot-pass-link a:active, .login-section .forgot-pass-link a:visited {
    display: block;
    color: #362e11;
    text-decoration: underline;
    font-size: 11px;
}

.login-section .forgot-pass-link a:hover {color: #eb6732;}

.forgot-password-section {
    position: relative;
    width: 654px;
}

.forgot-password-section p {width: 350px;}

.progress-bar, .progress-bar li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.progress-bar {
    position: absolute;
    top: 18px;
    right: 35px;
    border-top: solid 3px #a3957f;
}

.progress-bar li {
    background: url('images/bg-step-off.gif') no-repeat center top;
    float: left;
    display: inline;
    position: relative;
    top: -6px;
    padding-top: 18px;
    width: 75px;
    font-size: 10px;
    text-align: center;
}

.progress-bar li.current {
    background: url('images/bg-step-on.gif') no-repeat center top;
}

.forgot-password-section .progress-bar {width: 225px;}

.forgot-password-section .progress-bar li.step1 {left: -35px;}
.forgot-password-section .progress-bar li.step3 {right: -35px;}

.content-center .account-section {
    position: relative;
    width: 462px;
}

.content-center .account-section p {width: 350px;}
/* site login ^ 
-------------------------------------------------------------------------*/

/* search-page : 
-------------------------------------------------------------------------*/
.search-bar {
    margin-bottom: 15px;
    padding: 5px 0;
    height: 29px;
    background-color: #f5f3f1;
}

.search-bar input, .search-bar .advanced-search-link {
    float: left;
    display: inline;
}

.search-bar .text {
    margin: 6px 0 0 10px;
}

.search-bar .advanced-search-link {
    margin: 6px 0 0 10px;
}

#sponsored-search {
    background-color: #ffffcc;
    margin-bottom: 10px;
    border: solid 1px #bbb9b7;
    padding: 5px;
}

#sponsored-search h3 {
    color: #bbb9b7;
    font-weight: normal;
    text-align: right;
}
    
/* search-page ^ 
-------------------------------------------------------------------------*/

/* SimpleModal Styles : 
-------------------------------------------------------------------------*/
.simplemodal-overlay {background-color:#000; cursor: auto;}
.simplemodal-container {background:#fff url('images/ajax-loader.gif') no-repeat center center; border:3px solid #ccc;}
a.modalCloseImg {
    background:url('images/x.png') no-repeat; 
    width:25px; 
    height:29px; 
    display:inline; 
    z-index:3200; 
    position:absolute; 
    top:-15px; 
    right:-18px; 
    cursor:pointer;
}
/* SimpleModal Styles ^ 
-------------------------------------------------------------------------*/

/* message-page : 
-------------------------------------------------------------------------*/
.message-page .site-main {
    width: 100%;
}

.message-page .primary-content {
    padding: 0;
    width: 100%;
}

.message-page #message-content {
    margin: 15px;
}
/* message-page ^ 
-------------------------------------------------------------------------*/

/* bookstore :
-------------------------------------------------------------------------*/
.book-title a:link, .book-title a:active, .book-title a:visited {
    color: #ef6a32;
    font-size: 12px;
}

a.add-to-cart:link, a.add-to-cart:active, a.add-to-cart:visited {
    background: transparent url('../images/btn-add-to-cart-off.png') no-repeat;
    display: block;
    height: 24px;
    width: 95px;
    text-indent: -9000px;
}

a.add-to-cart:hover {
    background-image: url('../images/btn-add-to-cart-on.png');
}

/* bookstore ^
-------------------------------------------------------------------------*/

/* cart-page :
-------------------------------------------------------------------------*/
.page-section-header .cart-header {
    background: url('images/icon-cart-header.gif') no-repeat;
    padding-left: 28px;
}

.cart-items {width: 270px;}

.cart-items .item-image, .cart-items .item-info {
    float: left;
    display: inline;
    text-align: left;
}

.cart-items .item-image {margin-right: 8px;}

.cart-items .item-info {width: 190px;}

.cart-items .item-info h4 {
    margin-bottom: 0;
    color: #362e11;
}

#cart-page .gridview td {padding: 8px 10px;}

.cart-items .item-info h5 {
    font-weight: normal;
}

.cart-items .discount-text {
    display: block;
    margin: 5px 0 0 0;
    color: #ee6a32;
}

.discount-text a:link, .discount-text a:active, .discount-text a:visited {color: #ee6a32;}

.gridview .remove-item {
    background: url('images/icon-remove.png') no-repeat;
    display: block;
    margin-top: 10px;
    padding: 2px 0 0 18px;
    width: 70px;
    font-size: 11px;
}

.gridview .update-item {
    float: left;
    display: inline;
}

.gridview a.update-item {
    background: url('images/icon-update.png') no-repeat;
    padding: 2px 0 0 18px;
    font-size: 11px;
}
/* IE 6 styles */

.footer-total {
    margin-bottom: 12px;
    border: solid 1px #a38f86;
    border-top: 0;
}

.footer-total td {
    background: #fdf6cd url('images/bg-footer-cart-total.gif') repeat-x;
    padding: 4px 10px;
    font-size: 11px;
}

.footer-total p {
    margin: 0;
    text-align: right;
}

.footer-total .total {
    font-weight: bold;
    font-size: 14px;
}

.footer-total .total .value {margin-left: 10px;}

.cart-modal {
    background-color: #fff;
    padding: 10px;
    height: 180px;
}

#login-required-message {display: none;}
/* cart-page ^
-------------------------------------------------------------------------*/

/* account :
-------------------------------------------------------------------------*/
#order-history {
    width: 100%;
}

#order-history th {
    padding-bottom: 2px;
    font-weight: bold;
}

#order-history td {
    border-top: solid 1px #bbb9b7;
    border-bottom: solid 1px #bbb9b7;
    padding: 4px 0;
}

.order-details {
    display: none;
    background-color: #fff;
    width: 800px;
    height: 500px;
    overflow: auto;
}

.order-details .page-section-header {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.order-details .left, .order-details .right {
    float: left;
    display: inline;
}

.order-details .left {
    margin: 0 10px;
    width: 180px;
}

.order-details .right {
    width: 600px;
}

.order-details .address {display: block;}

.order-details table {
    width: 589px;
}

.order-details table.footer-total {
    width: 589px;
}

.order-details th {font-weight: bold;}

.order-details .footer-total p {
    font-size: 12px;
}

.order-details .footer-total p.total {
    float: right;
    display: inline;
    margin-left: 350px;
    width: 210px;
}

.order-details .footer-total p label, .order-details .footer-total p span {
    float: left;
    display: inline;
    width: 100px;
}

.order-details .footer-total p label {width: 140px;}
.order-details .footer-total p span {width: 60px;}
/* account ^
-------------------------------------------------------------------------*/

/* symptom-checker-page :
-------------------------------------------------------------------------*/
#symptom-checker-page .left {
    display: none;
}

#symptom-checker-page .right {
    width: 677px;
    float: none;
    display: block;
}

#symptom-tool-directions {
	float: left;
    padding: 5px;
    width: 510px;
}

#symptom-tool-directions h3 {
    font-size: 14px;
}

#symptom-tool-directions .direction-copy {
}

#symptom-tool-directions h4 {
    float: left;
    margin-bottom: 8px;
    width: 153px;
    height: 21px;
    line-height: 21px;
    color: #ee794c;
    font-size: 12px;
    font-weight: bold;
}

#symptom-tool-directions h4 span {
	background: transparent url('images/bg-orange-circle.gif') no-repeat;
    float: left;
    display: inline;	
    margin: 0 8px 0 0;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

#symptom-tool-directions p {margin-bottom: 8px;}

#symptom-tool-directions .page-toolbar {
    height: 50px;
    margin-bottom: 5px;
}

#symptom-tool-directions .page-toolbar li {
    float: left;
    display: inline;
    margin: 6px 14px 0 0;
}

#symptom-tool-directions .page-toolbar li.tool-print {margin-left: 6px;}

.page-toolbar a:link, 
.page-toolbar a:active, 
.page-toolbar a:visited {
    float: left;
    padding-right: 26px;
    color: #725c3a;
    height: 19px;
    line-height: 19px;
    text-decoration: none !important;
}

#symptom-checker-page .symptom-tool-tabs, 
#symptom-checker-page .symptom-tool-tabs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.symptom-tool-tabs {
    float: right;
    position: relative;
    top: 1px;
    height: 20px;
    z-index: 1500;
    clear: both;
}

#symptom-checker-page .symptom-tool-tabs li {
    float: left;
    display: inline;
    font-size: 12px;
    font-weight: bold;
}

#symptom-checker-page .symptom-tool-tabs li a:link, 
#symptom-checker-page .symptom-tool-tabs li a:active, 
#symptom-checker-page .symptom-tool-tabs li a:visited {
	background: #e4d6bf url('images/bg-symptom-checker-tab.gif') repeat-x;	
    float: left;		
    border: solid 1px #d5d3c6;
    padding: 0 8px;
    height: 18px;
    line-height: 18px;
    color: #362e11;
}

#symptom-checker-page .symptom-tool-tabs li a:hover {
    text-decoration: none;
}

#symptom-checker-page .symptom-tool-tabs a.current:link, 
#symptom-checker-page .symptom-tool-tabs a.current:active, 
#symptom-checker-page .symptom-tool-tabs a.current:visited, 
#symptom-checker-page .symptom-tool-tabs a.current:hover {	
	background-image: none;
	background-color: #fdf5ea;
    border-bottom: 0;
    height: 19px;
	cursor:default !important;
    color: #362e11;
}   

#symptom-checker-page .symptom-tool-tabs .first-child a.current:link, 
#symptom-checker-page .symptom-tool-tabs .first-child a.current:active, 
#symptom-checker-page .symptom-tool-tabs .first-child a.current:visited, 
#symptom-checker-page .symptom-tool-tabs .first-child a.current:hover {	
	background-color: #fdfdfd !important;
}

#symptom-checker-page .symptom-tool-panes {
    float: none;
    position: relative;
    margin-bottom: 10px;
    width: 677px;
    clear: both;
    z-index: 1000;
}

#symptom-checker-page .symptom-tool-pane {
    position: relative; 
    height: 481px;
    padding: 10px;
    border: solid 1px #d5d3c6;
}

#symptom-checker-page .page-toolbar {
    margin: 10px 0 0;
    position: relative;
    z-index: 1500;
}

.body-pane .body-part-content {display: none;}

/* body tab */
.body-pane {
	background: transparent url('images/bg-symptom-checker-playground.jpg') no-repeat;
    position: relative;
    z-index: 1000;
}

.body-pane h3.skin-symptom, .body-pane h3.skin-symptom span {
    float: left;
    display: inline;
    height: 24px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

.body-pane h3.skin-symptom {
    display: block;
	background: transparent url('images/bg-symptom-checker-title-right.png') left top no-repeat;
	float: right;
	margin-right: 20px;
	cursor: pointer;
}

.body-pane h3.skin-symptom span {
    display: block;
	background: transparent url('images/bg-symptom-checker-title-left.png') right top no-repeat;
	position: relative;
	left: 25px;
	padding-right: 15px;
    line-height: 23px;
}

.body-part-content {
    position: absolute;
    top: 0;
	left: -300px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}

.list-container {
	visibility: hidden;
	position: absolute;
	top: 90px;
	left: 260px;
	background-color: #bed480;
	border: 1px solid #000;
	width: 232px;
	height: 30px;
	overflow: hidden;
}

.list-container h3 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #BED480;
}

.list-container h3 span {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.close-button:link, 
.close-button:active, 
.close-button:visited {
    display: none;
    visibility: hidden;
	background: transparent url('images/btn-symptom-checker-close-off.gif') top left no-repeat;
    display: block;
    float: right;
    margin-top: 6px;
    padding: 6px 3px 0 0;
    width: 25px;
    height: 22px;
    color: #fff;
    text-indent: -9000px;
}

.close-button:hover {
	background: transparent url('images/btn-symptom-checker-close-on.gif') top left no-repeat;
    color: #fff;
}

#body-part-modal-container {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #bed480;
    width: 400px;
    height: 250px;
    z-index: 1000;
}

#body-part-modal-container .close-modal:link, #body-part-modal-container .close-modal:active, #body-part-modal-container .close-modal:visited {
    position: absolute;
    top: 5px;
    right: 3px;
	background: transparent url('images/btn-symptom-checker-close-off.gif') top left no-repeat;
    display: block;
    width: 25px;
    height: 22px;
    color: #fff;
    text-indent: -9000px;
}

#body-part-modal-container h3 {
    margin: 5px 35px 10px 5px; 
    font-size: 14px;
}

#body-part-modal-container .symptom-list {
    margin: 0 0 0 0;
	padding: 0 0 0 15px;
	width: 375px;
	height: 200px;
	overflow: auto;
}

.symptom-list ul {
    margin: 0 0 0 7px;
    padding: 0 0 0 7px;
}

.symptom-list ul li {
    margin-bottom: 5px;
}

.symptom-list ul a:link, 
.symptom-list ul a:active, 
.symptom-list ul a:visited {
    color: #564d39;
}

.symptom-list ul a:hover {color: #fff;}

#body {
    height: 416px;
    clear: both;
} 

#girl {
    top: 126px;
    left: 15px;
    background: transparent url('images/bg-symptom-checker-girl.png') no-repeat 0 0;
    width: 255px;
    height: 370px;
    z-index: 100;
}

#boy {
    top: 152px;
    left: 418px;
    background: transparent url('images/bg-symptom-checker-boy.png') no-repeat 0 0;
    width: 257px;
    height: 331px;
    z-index: 100;
}

.body-trigger {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: none;
    overflow: hidden;
    cursor: pointer; 
    cursor: hand;
	width: 100%;
	height: 100%;
}

#girl-head-brain {
	top: 127px;
	left: 85px;
    width: 104px;
    height: 91px;
    z-index: 200;
}

#boy-head-brain {
	top: 152px;
	left: 503px;
    width: 74px;
    height: 51px;
    z-index: 200;
}

#girl-head-brain .body-trigger {
	background-image: url('images/bg-symptom-checker-girl-head.png');
}

#boy-head-brain .body-trigger {
	background-image: url('images/bg-symptom-checker-boy-head.png');
}

#girl-ear {
	top: 176px;
	left: 120px;
    width: 14px;
    height: 18px;
    z-index: 300;
}

#boy-ear {
	top: 199px;
	left: 558px;
    width: 18px;
    height: 15px;
    z-index: 300;
}

#girl-ear .body-trigger {
	background-image: url('images/bg-symptom-checker-girl-ear.png');
}

#boy-ear .body-trigger {
	background-image: url('images/bg-symptom-checker-boy-ear.png');
}

#girl-eye {
	top: 167px;
	left: 149px;
    width: 35px;
    height: 14px;
    z-index: 500;
}

#boy-eye {
	top: 196px;
	left: 512px;
    width: 32px;
    height: 9px;
    z-index: 500;
}

#girl-eye .body-trigger {
	background-image: url('images/bg-symptom-checker-girl-eyes.png');
}

#boy-eye .body-trigger {
	background-image: url('images/bg-symptom-checker-boy-eyes.png');
}

#girl-nose {
	top: 178px;
	left: 165px;
    width: 10px;
    height: 16px;
    z-index: 1000;
}

#boy-nose {
	top: 194px;
	left: 517px;
    width: 10px;
    height: 15px;
    z-index: 1000;
}

#girl-nose .body-trigger {
	background-image: url('images/bg-symptom-checker-girl-nose.png');
}

#boy-nose .body-trigger {
	background-image: url('images/bg-symptom-checker-boy-nose.png');
}

#girl-mouth-teeth {
	top: 195px;
	left: 155px;
    width: 23px;
    height: 12px;
    z-index: 700;
}

#boy-mouth-teeth {
	top: 210px;
	left: 516px;
    width: 21px;
    height: 8px;
    z-index: 400;
}

#girl-mouth-teeth .body-trigger {
	background-image: url('images/bg-symptom-checker-girl-mouth.png');
}

#boy-mouth-teeth .body-trigger {
	background-image: url('images/bg-symptom-checker-boy-mouth.png');
}

#girl-neck-back {
	top: 194px;
	left: 128px;
    width: 42px;
    height: 26px;
    z-index: 500;
}

#boy-neck-back {
	top: 213px;
	left: 520px;
    width: 38px;
    height: 22px;
    z-index: 500;
}

#girl-neck-back .body-trigger {
	background-image: url('images/bg-symptom-checker-girl-neck.png');
}

#boy-neck-back .body-trigger {
	background-image: url('images/bg-symptom-checker-boy-neck.png');
}

#girl-chest {
	top: 206px;
	left: 89px;
    width: 83px;
    height: 60px;
    z-index: 200;
}

#boy-chest {
	top: 220px;
	left: 476px;
    width: 93px;
    height: 76px;
    z-index: 400;
}

#girl-chest .body-trigger {
	background-image: url('images/bg-symptom-checker-girl-chest.png');
}

#boy-chest .body-trigger {
	background-image: url('images/bg-symptom-checker-boy-chest.png');
}

#girl-abdomen {
	top: 255px;
	left: 71px;
    width: 85px;
    height: 49px;
    z-index: 500;
}

#boy-abdomen {
	top: 278px;
	left: 460px;
    width: 82px;
    height: 44px;
    z-index: 500;
}

#girl-abdomen .body-trigger {
	background-image: url('images/bg-symptom-checker-girl-abdomen.png');
}

#boy-abdomen .body-trigger {
	background-image: url('images/bg-symptom-checker-boy-abdomen.png');
}

#girl-arm {
	top: 163px;
	left: 159px;
    width: 109px;
    height: 104px;
    z-index: 300;
}

#boy-arm {
	top: 217px;
	left: 418px;
    width: 224px;
    height: 99px;
    z-index: 300;
}

#girl-arm .body-trigger {
	background-image: url('images/bg-symptom-checker-girl-arms.png');
}

#boy-arm .body-trigger {
	background-image: url('images/bg-symptom-checker-boy-arms.png');
}

#girl-genital-urinary {
	top: 291px;
	left: 70px;
    width: 104px;
    height: 50px;
    z-index: 300;
}

#boy-genital-urinary {
	top: 315px;
	left: 457px;
    width: 116px;
    height: 45px;
    z-index: 300;
}

#girl-genital-urinary .body-trigger {
	background-image: url('images/bg-symptom-checker-girl-genital.png');
}

#boy-genital-urinary .body-trigger {
	background-image: url('images/bg-symptom-checker-boy-genital.png');
}

#girl-leg {
	top: 342px;
	left: 17px;
    width: 224px;
    height: 126px;
    z-index: 200;
}

#boy-leg {
	top: 360px;
	left: 458px;
    width: 207px;
    height: 102px;
    z-index: 200;
}

#girl-leg .body-trigger {
	background-image: url('images/bg-symptom-checker-girl-legs.png');
}

#boy-leg .body-trigger {
	background-image: url('images/bg-symptom-checker-boy-legs.png');
}

#girl-skin {
	top: 129px;
	left: 17px;
    width: 255px;
    height: 370px;
    z-index: 100;
}

#boy-skin {
	top: 152px;
	left: 418px;
    width: 243px;
    height: 309px;
    z-index: 100;
}

#girl-skin .body-trigger {
	background-image: url('images/bg-symptom-checker-girl-skin.png');
}

#boy-skin .body-trigger {
	background-image: url('images/bg-symptom-checker-boy-skin.png');
}

/* a-z tab */
#symptom-checker-page .az-pane {
    position: absolute;
    top: 0;
    left: -9000px;
    height: 571px;
	background-color: #fdf5ea;
}

.symptom-tool-pane .letter-anchors {
    position: absolute;
    top: 43px;
    right: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.symptom-tool-pane .letter-anchors li {
    margin: 0; 
    padding: 0;
    font-size: 11px;
    line-height: 11px;
}

.symptom-tool-pane .letter-anchors a:link, .symptom-tool-pane .letter-anchors a:active, .symptom-tool-pane .letter-anchors a:visited {
    display: block;
    margin-bottom: 5px;
    padding: 3px 2px 2px 2px;
    color: #583a26;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
}

.symptom-tool-pane .letter-anchors a:hover {
    color: #f28757;
    text-decoration: none;
}

/* az pane */
.symptom-tool-pane .az-list {
	float: left;
    width: 655px;
	height: 571px;
	overflow: auto;
}

.symptom-tool-pane .az-list ul {
    list-style-type: none;
    margin: 4px 0 0 0;
    padding: 0;
}

.symptom-tool-pane .az-list .back-to-top {display: none;}

.symptom-tool-pane .az-list .letter-section {
    margin-bottom: 25px;
}

/* content-page */
#article-page .page-section-header .symptom-header {width: 370px;}

.page-section-header {
    margin-bottom: 12px;
    border-bottom: solid 4px #fbba64;
    padding-bottom: 2px;
    height: 21px;
    font-size: 17px;
    font-weight: normal;
    color: #583a26;
}

.page-section-header .symptom-header  {
    float: none;
    display: block;
    font-weight: bold;
}

#article-page .symptom-summary h3, #article-page .symptom-tool-pane h2 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #ee6a32;
}

.related-symptoms h4 {
    display: inline;
    font-weight: normal;
    margin-right: 3px;
}

.related-symptoms ul, .related-symptoms li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}

.related-symptoms li:after {
    content: ", ";
}

.related-symptoms li:last-child:after, .related-symptoms li:only-child:after {
    content: normal;
}

.page-section-header a.back-symptoms:link, .page-section-header a.back-symptoms:active, .page-section-header a.back-symptoms:visited {
    margin-top: 5px;
    font-size: 12px;
    text-decoration: none;
}

.page-section-header .symptom-header span  {
    float: none;
    font-weight: normal;
}
    
#article-page .symptom-tool-tabs, #article-page .symptom-tool-tabs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#article-page .symptom-tool-tabs li {
    float: left;
    display: inline;
    font-size: 12px;
    font-weight: bold;
}

#article-page .symptom-tool-tabs li a:link, #article-page .symptom-tool-tabs li a:active, #article-page .symptom-tool-tabs li a:visited {
	background: #e4d6bf url('images/bg-symptom-checker-tab.gif') repeat-x;	
    float: left;		
    border: solid 1px #d5d3c6;
    padding: 0 8px;
    height: 18px;
    line-height: 18px;
    color: #362e11;
}

#article-page .symptom-tool-tabs li a:hover {
    text-decoration: none;
}

#article-page .symptom-tool-tabs a.current:link, #article-page .symptom-tool-tabs a.current:active, #article-page .symptom-tool-tabs a.current:visited, #article-page .symptom-tool-tabs a.current:hover {	
	background-image: none;
	background-color: #fdfcf9;
    border-bottom: 0;
    height: 19px;
	cursor:default !important;
    color: #362e11;
}   

#article-page .symptom-tool-panes {
	background-color: #fdfcf9;
	float: left;
    margin-bottom: 23px;
    border: solid 1px #d5d3c6;
    width: 680px;
    min-height: 400px;
}

#article-page .symptom-tool-pane {
    padding: 10px;
    width: 660px;
    display: none;
}

#article-page .symptom-tool-pane ul {
    margin: 2px 0 10px 10px;
    padding-left: 10px;
}

#article-page .symptom-tool-pane ol {
    margin: 2px 0 10px 15px;
    padding-left: 15px;
}

#article-page .symptom-tool-pane li {
    width: 490px;
}

#article-page .symptom-tool-pane ul ul li, #article-page .symptom-tool-pane ol ul li,
#article-page .symptom-tool-pane ul ol li, #article-page .symptom-tool-pane ol ol li {
    width: auto;
}

#article-page .symptom-tool-pane p {
    margin: 2px 0 10px;
    width: 490px;
}

#article-page .symptom-tool-pane .symptom-summary-image {
    float: left;
    width: 135px;
    display: inline;
}

#article-page .symptom-tool-pane .symptom-summary-image p {width: 115px;}

#article-page .symptom-tool-pane .symptom-summary-image p a {
    text-transform: lowercase;
    text-decoration: underline;
}

#article-page .symptom-tool-pane .symptom-summary-content {
    float: left;
    width: 520px;
}

a.back-symptoms:link, a.back-symptoms:active, a.back-symptoms:visited {
	background: url('images/btn-slider-prev-off.gif') no-repeat center left;
	float: right;
	padding-left: 11px;	
    color: #583a26;
    font-weight: bold;
}
/* symptom-checker-page ^
-------------------------------------------------------------------------*/