/*
 * Note: A lot of styles for colors and backgrounds
 *      for elements contained here will be found in silos.css
 *      as different silos have different colors and backgrounds
 */
/*****************************************************
  MAIN :: GENERIC STYLES
*****************************************************/
#main h1 {
  font-size: 25px;
  line-height: 26px;
  padding: 0 0 5px 0;
  margin: 0 0 25px 0;
  font-weight: normal;
  border-bottom: 1px solid;
  /*text-transform: lowercase;*/
  font-family: 'Huggies Omnes Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500; }

#main h1 span.caps {
  text-transform: none !important; }

#main h2 {
  font-size: 18px;
  line-height: 21px;
  margin: 28px 0 15px; }

#main h3 {
  margin: 19px 0 6px; }

#main p {
  margin: 8px 0; }

#main strong {
  color: #333; }

#main ul {
  padding: 0;
  list-style-type: none; }

#main ul li {
  padding: 0 0 0 35px;
  background-position: 20px 4px;
  background-repeat: no-repeat; }

#main ol {
  padding: 0 0 0 30px;
  list-style: decimal; }

#main img.page-image {
  float: right;
  margin: 0 0 25px 25px; }

#main p.byline {
  font-size: 11px;
  color: #808080;
  margin-top: -20px;
  margin-bottom: 20px; }

#main p.author-credit {
  font-size: 11px;
  color: #808080;
  margin-top: 0;
  margin-bottom: 0; }

#main p.byline a,
#main p.byline span {
  color: #808080;
  border-bottom: 1px dotted #808080 !important; }

#main p.author-credit {
  font-size: 11px;
  color: #808080;
  margin-top: 0;
  margin-bottom: 0; }

#main p.footnote sup,
#main sup.footnote {
  font-size: .8em; }

#main sup.footnote a {
  vertical-align: top; }

.template-week-by-week-detail #main,
.template-content #main,
.template-recipe-landing #main,
.template-recipe-content #main {
  width: 608px;
  padding: 0 0 0 10px; }

#promotions-show #main,
#promotions-enter #main,
#sample_requests-new #main {
  width: 100%; }

@media (max-width: 767px) {
  #promotions-show #main,
  #promotions-enter #main {
    float: none; }
  #promotions-show #sidebar,
  #promotions-enter #sidebar {
    float: none;
    margin: 0 auto; }
  #promotions-show #social-promo,
  #promotions-enter #social-promo {
    display: none; }
  #promotions-show #introduction img,
  #promotions-enter #introduction img {
    max-width: 100%; }
  #promotions-show #main .promotion > p > img,
  #promotions-enter #main .promotion > p > img {
    display: none; } }

@media (min-width: 768px) {
  #promotions-show #main,
  #promotions-enter #main {
    width: 608px;
    padding: 0 0 0 10px; }
  #sample_requests-new #main {
    float: left;
    width: 628px; } }

.template-content #main a {
  /*border-bottom: 1px dashed;*/
  border-bottom: 0;
  text-decoration: underline; }

.template-content #main a.image {
  border: 0 !important; }

.template-content #main blockquote {
  display: inline;
  width: 195px;
  float: right;
  padding: 15px 0 15px 0;
  margin: 0 0 0 15px;
  font-size: 18px;
  background: url("../images/layout/bg-blockquote.png") bottom right no-repeat;
  border-bottom: 1px solid; }

.template-content #main blockquote p {
  margin: 0;
  font-size: 18px; }

/* Fix for textile formatting */
/*****************************************************
    MAIN :: Features Lisitng
  *****************************************************/
#main ul.features {
  float: left;
  width: 100%;
  padding-bottom: 10px; }

#main ul.features li {
  background: none;
  float: left;
  width: 275px;
  padding: 0 15px 0 10px;
  margin: 0; }

#main ul.features li img {
  float: left;
  padding-top: 15px; }

#main ul.features li h4,
#main ul.features li p {
  padding-left: 100px; }

#main ul.features li h4 {
  color: #9900cc; }

#main ul.features li p {
  font-size: 11px; }

#main ul.features .left-clear {
  clear: left; }

#main ul.features li a,
#main ul.features li a:hover {
  text-decoration: none;
  border-bottom: none; }

/**************************************************
 Module :: Landing child
**************************************************/
#landing .child {
  width: 936px;
  height: 292px;
  padding: 1px 0 0 1px;
  margin: 0 0 15px;
  position: relative;
  float: left;
  display: inline;
  background: -282px -128px no-repeat; }

#landing .child h1,
#landing .child h2,
#landing .child h3 {
  line-height: 20px;
  display: block;
  font-weight: bold;
  font-size: 19px;
  margin: 0 0 15px;
  padding: 0; }

#landing .child h1 a:hover,
#landing .child h2 a:hover,
#landing .child h3 a:hover {
  border-bottom: 1px solid; }

#landing .child h1 a,
#landing .child h2 a,
#landing .child h3 a {
  text-decoration: none;
  border-bottom: 1px dotted; }

#landing .child .image {
  height: 288px;
  padding: 1px 0 0 1px;
  float: left;
  overflow: hidden;
  border-right: 1px solid; }

#landing .child img {
  float: left;
  display: inline;
  width: 324px; }

#landing .child .page-summary {
  float: left;
  display: inline;
  width: 324px;
  height: 255px;
  padding: 14px;
  border-left: 1px solid;
  overflow: hidden; }

#landing .child .page-summary p {
  color: #666;
  margin: 0 0 8px; }

#landing .child .page-children {
  float: right;
  display: inline;
  width: 249px;
  padding: 11px 0 0;
  background: 0 -682px no-repeat; }

#landing .child .page-children ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 238px;
  overflow: hidden; }

#landing .child .page-children ul li {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  padding: 0;
  float: left;
  width: 100%; }

#landing .child .page-children ul li a {
  display: block;
  line-height: 17px;
  margin: 0 0 1px 0;
  padding: 0 0 0 34px;
  background: 16px 4px no-repeat;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none; }

#landing .child .page-children .browse {
  display: block;
  width: 225px;
  height: 32px;
  padding: 0 12px 10px;
  line-height: 32px;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  background: -667px -46px no-repeat;
  clear: both; }

#landing .child .page-children .browse em {
  font-weight: bold;
  font-style: normal; }

/**************************************************
 Module :: Menu child
**************************************************/
#main .child {
  width: 618px;
  padding: 0 10px 0 0;
  margin: 0 0 15px;
  position: relative;
  float: left;
  display: inline; }

#main .child h3 {
  line-height: 33px;
  border-bottom: 1px solid #005980;
  font-weight: bold;
  font-size: 19px;
  margin: 0 0 7px 0;
  padding: 0; }

#main .child h3 a {
  text-decoration: none; }

#main .child img {
  float: left;
  display: inline;
  width: 184px;
  height: 184px;
  background-color: #ccc;
  max-width: 100%; }

#main .child .page-summary {
  float: right;
  width: 419px; }

#main .child .page-summary p {
  color: #666;
  line-height: 1.5em;
  margin: 0 0 8px; }

#main .child .page-summary ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0; }

#main .child .page-summary ul li {
  width: 175px;
  margin: 5px 4px 0 0;
  padding: 0 0 0 26px;
  float: left;
  display: inline;
  border-bottom: 1px solid #cce7f3;
  background-color: #f0f7fa;
  background-position: -940px -488px;
  background-repeat: no-repeat; }

#main .child .page-summary ul li a {
  display: block;
  line-height: 14px;
  padding: 8px 10px 8px 0;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none; }

/**************************************************
 Module :: Flippy
**************************************************/
#flippy {
  position: relative;
  height: 260px;
  width: 938px;
  overflow: hidden;
  margin: 0 0 15px;
  background: 0 -421px no-repeat; }

#flippy .image {
  float: left;
  height: 256px;
  width: 310px;
  margin: 0;
  padding: 2px 0 0 2px;
  overflow: hidden; }

#flippy .content {
  padding-top: 15px;
  padding-left: 15px;
  width: 285px;
  height: 237px;
  overflow: hidden; }

#flippy .content h2 {
  font-size: 18px;
  margin: 0 0 10px; }

#flippymenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 318px;
  height: 260px; }

#flippymenu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#flippymenu li img {
  float: left;
  margin-right: 13px; }

#flippymenu li {
  margin: 0;
  padding: 0 0 0 18px; }

#flippymenu .current {
  background: -648px -46px no-repeat; }

#flippymenu li a {
  display: block;
  height: 50px;
  font-size: 14px;
  padding: 1px 0 0 0;
  border-bottom: 1px dotted #78c8be; }

#flippymenu .current a,
#flippymenu li a:hover,
#flippymenu li a:focus {
  outline: 0;
  background: -319px -46px no-repeat; }

#flippymenu li a span {
  display: inline-block;
  padding-top: 18px;
  font-weight: bold; }

#flippymenu .last a {
  border-bottom: 0; }

/**************************************************
 Module :: Forum excerpt
**************************************************/
.forum-excerpt {
  width: 568px;
  padding: 20px;
  position: relative;
  background: #f7f0fa url(../images/layout/forum_and_aae_excerpt.png) -1030px 100% no-repeat;
  float: left;
  display: inline;
  padding: 0 20px 40px;
  margin-bottom: 10px; }

.forum-excerpt h2 {
  display: block;
  width: 568px;
  height: 32px;
  text-indent: -999em;
  background: #f7f0fa url(../images/layout/forum_and_aae_excerpt.png) -1638px 0 no-repeat;
  margin: 0 0 0; }

.forum-excerpt p {
  font-size: 12px;
  color: #6e2b8c;
  font-weight: bold;
  margin: 8px 0;
  padding: 0;
  clear: both;
  float: left;
  display: inline; }

.forum-excerpt .excerpt {
  margin: 8px 0;
  clear: both;
  position: relative;
  float: left;
  display: inline; }

.forum-excerpt .excerpt .user {
  width: 51px;
  float: left;
  text-align: center; }

.forum-excerpt .excerpt .user img {
  width: 51px;
  height: 51px;
  background: #ccc;
  float: left;
  display: inline;
  margin: 0 0 5px 0; }

.forum-excerpt .excerpt .user cite {
  font-weight: bold;
  color: #333; }

.forum-excerpt .excerpt .post {
  width: 517px;
  padding: 17px 0 0;
  float: right;
  color: #333;
  position: relative;
  background: url(../images/layout/forum_and_aae_excerpt.png) 0 0% no-repeat; }

.forum-excerpt .excerpt .post .post-body {
  font-weight: normal;
  color: #333;
  position: relative;
  padding: 0pt 25px 0pt 30px; }

.forum-excerpt .excerpt .post .post-body p {
  color: #333;
  margin: 0;
  font-weight: normal;
  float: none; }

.forum-excerpt .excerpt .post div.info {
  display: block;
  width: 473px;
  padding: 10px 10px 12px 34px;
  color: #666;
  background: url(../images/layout/forum_and_aae_excerpt.png) 0 100% no-repeat; }

/*****************************************************
  show has video icon
*****************************************************/
.has-video {
  display: inline-block;
  height: 9px;
  margin-left: 5px;
  width: 14px;
  text-indent: -999em;
  background-position: -946px -549px;
  background-repeat: no-repeat; }

/*****************************************************
  Module :: Video player
*****************************************************/
#video-player {
  width: 608px;
  margin: 10px 15px 10px 0;
  position: relative;
  background: #fff 0 0 no-repeat;
  float: left;
  display: block;
  /* should be none, but until we fix ie6 bug, block it is */ }

.swfenabled #video-player {
  display: block; }

#video-player .widescreen,
#video-player .normal {
  overflow: hidden;
  width: 596px;
  padding: 0 6px;
  float: left;
  display: inline; }

#video-player .normal {
  height: 338px;
  background: #fff 0 -34px no-repeat; }

#video-player .widescreen {
  height: 270px;
  background: #fff 0 -102px no-repeat; }

#video-player .information {
  width: 100%;
  height: 35px;
  float: left; }

#video-player .information h2 {
  font-size: 15px;
  line-height: 33px;
  margin: 0;
  padding: 0 0 0 29px;
  float: left;
  display: inline; }

#video-player .information a {
  font-size: 11px;
  line-height: 16px;
  margin: 7px 10px 0;
  border-bottom: 1px dashed;
  float: right;
  display: inline; }

#video-player #video-area,
#video-player #player {
  float: left;
  display: inline; }

#video-player #video-area {
  border: 1px solid #333; }

/* NORMAL PLAYER */
#video-player .related-videos {
  width: 188px;
  float: right;
  display: inline; }

#video-player .related-videos .video {
  width: 186px;
  height: 106px;
  overflow: hidden;
  border: 1px solid #333;
  margin: 0 0 4px 0;
  position: relative; }

#video-player .related-videos .video .meta {
  background: url(../images/layout/transparent-black.png) top left;
  position: absolute;
  width: 166px;
  height: 86px;
  padding: 10px;
  overflow: hidden;
  top: 0;
  left: 0; }

#video-player .related-videos .video .meta:hover {
  cursor: pointer; }

#video-player .related-videos .video .meta h5 {
  color: #fff;
  font-size: 12px;
  margin: 0; }

#video-player .related-videos .video .meta p {
  color: #fff;
  font-size: 11px;
  line-height: 1.3em; }

#video-player .related-videos .video .meta a {
  display: block;
  width: 165px;
  height: 15px;
  padding: 5px 0 0 21px;
  background: #000 -945px -605px no-repeat;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0; }

#video-player .related-videos .video .meta a:hover {
  text-decoration: none;
  border-bottom: 0; }

#video-player .related-videos .video .image {
  width: 186px;
  height: 106px;
  overflow: hidden; }

#video-player .related-videos .video .image img {
  width: 186px; }

/* WIDESCREEN PLAYER */
#video-player .widescreen .related-videos {
  width: 126px; }

#video-player .widescreen .related-videos .video {
  width: 124px;
  height: 83px;
  margin: 0 0 4px 0; }

#video-player .widescreen .related-videos .video .meta {
  width: 106px;
  height: 63px; }

#video-player .widescreen .related-videos .video .meta a {
  width: 103px; }

#video-player .widescreen .related-videos .video .image {
  width: 124px;
  height: 83px;
  overflow: hidden; }

#video-player .widescreen .related-videos .video .image img {
  width: 124px;
  height: 83px; }

/*****************************************************
  Module :: Video menu
*****************************************************/
#video-heading {
  width: 938px;
  position: relative;
  padding-top: 10px;
  margin-bottom: 15px;
  background-position: 0 -372px;
  background-repeat: no-repeat;
  float: left;
  display: inline; }

#video-heading .normal,
#video-heading .widescreen {
  width: 918px;
  float: left;
  display: inline;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 0 10px 10px 10px; }

#video-heading .normal {
  height: 300px; }

#video-heading .widescreen {
  height: 288px; }

.normal #video-area,
.widescreen #video-area {
  width: 400px;
  display: block;
  float: left; }

#video-player .widescreen #video-area {
  width: 464px; }

#video-heading .normal #video-area {
  width: 400px;
  height: 300px; }

#video-heading .widescreen #video-area {
  width: 512px;
  height: 288px; }

#video-heading .information {
  margin: 0 10px 0 85px;
  float: left;
  display: block;
  position: relative; }

#video-heading .normal .information {
  width: 420px; }

#video-heading .widescreen .information {
  width: 374px; }

#video-heading .information #video-summary {
  float: left;
  overflow: hidden; }

#video-heading .information h1 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 18px; }

#video-heading .normal a.read-on,
#video-heading .widescreen a.read-on {
  margin-top: 20px;
  float: left;
  clear: both;
  display: block;
  width: 89px;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  padding: 0 0 0 17px;
  color: #333;
  font-weight: bold;
  background-position: -166px -384px;
  background-repeat: no-repeat; }

/* video thumbanil items */
#video-landing {
  margin: 0 0 0 0;
  position: relative; }

#video-landing .video {
  width: 188px;
  height: 235px;
  padding: 10px;
  float: left;
  position: relative; }

#video-landing .current {
  background: 0 -128px no-repeat; }

#video-landing .video .image {
  width: 186px;
  height: 105px;
  overflow: hidden;
  border: 1px solid #ccc;
  position: relative; }

#video-landing .video .image img {
  width: 188px; }

#video-landing .video .image .thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

#video-landing .current .image .thumb-overlay {
  display: block; }

#video-landing .video .information {
  height: 95px;
  overflow: hidden; }

#video-landing .video .information h2 {
  font-size: 14px;
  line-height: 14px;
  height: 28px;
  margin: 5px 0; }

#video-landing .video .information .summary p {
  font-size: 11px;
  line-height: 15px;
  color: #333;
  margin: 0 0 5px; }

#video-landing .video .actions {
  float: left;
  clear: both;
  margin: 7px 0 0; }

#video-landing .video .actions a {
  display: inline;
  height: 27px;
  line-height: 27px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-align: center;
  float: left; }

#video-landing .video .actions .play {
  width: 82px;
  padding: 0 0 0 10px;
  margin: 0 5px 0 0;
  background: #fff url(../images/layout/default-section.png) 0 -384px no-repeat; }

#video-landing .video .actions .read {
  width: 65px;
  background: #fff url(../images/layout/default-section.png) -97px -384px no-repeat; }

#content-introduction {
  margin-bottom: 10px; }

#flashintrodiv ul {
  display: none; }

.swfenabled #content-introduction {
  height: 282px !important;
  overflow: hidden;
  visibility: hidden; }

/* tables without borders */
table.borderless th,
table.borderless td {
  border: 0; }

/**************************************************
 Module :: Product Placements
**************************************************/
#main .product-placement img {
  padding-top: 20px; }

#main .product-placement a {
  border-bottom: none !important; }

.rounded-list {
  margin: 10px;
  padding: 7px 15px 7px 15px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #faf0ff; }

.silo-conception .rounded-list {
  background: #f0f3ff; }

.silo-pregnancy .rounded-list {
  background: #f0faff; }

.silo-child-birth .rounded-list {
  background: #f0fdff; }

.silo-baby-care .rounded-list {
  background: #f0fff8; }

.silo-toddler .rounded-list {
  background: #fff0f8; }

.silo-parenting .rounded-list {
  background: #fff0f5; }

/* old ebooks layout */
.ebook-row {
  width: 608px;
  float: left;
  clear: both;
  min-height: 280px;
  background: url(../images/ebook/bg-ebook-row.jpg) top center no-repeat; }

.ebook {
  margin-left: 25px;
  float: left;
  width: 170px;
  min-height: 280px; }

.ebook .title {
  width: 170px;
  text-align: center;
  clear: both;
  padding-top: 20px; }

.ebook .title h3 {
  font-size: 14px;
  text-align: center; }

.ebook .title p {
  font-size: 11px;
  text-align: center; }

.ebook .thumb {
  width: 114px;
  height: 155px;
  background: #efefef;
  margin: 0 auto; }

.prototip .ebook-entries .content {
  color: #5a371a;
  background: none !important; }

/* new ebooks layout (using tabs) */
.e-book-tip-info {
  width: 140px;
  padding-top: 13px;
  height: 40px;
  text-indent: 30px;
  background: url(../images/ebook/bg-ebook-cloud.png) top center no-repeat; }

.ebooks #tabs {
  margin-top: 20px;
  padding-left: 5px;
  list-style: none;
  height: 95px;
  background: url(../images/ebook/ebook-tabs-bg.png) bottom center repeat-x; }

.ebooks #tabs a {
  margin: 0 0 0 5px;
  padding: 0 !important;
  float: left;
  background: url(../images/ebook/ebook-tabs.png) top left no-repeat;
  border: 0 !important;
  height: 70px;
  text-decoration: none;
  text-indent: -999em;
  overflow: hidden;
  cursor: pointer; }

.ebooks #tabs a.active-tab {
  height: 75px; }

.ebooks #tabs a.tab1 {
  width: 75px;
  background-position: 0 0; }

.ebooks #tabs a.tab1.active-tab,
.ebooks #tabs a.tab1:hover {
  background-position: 0 -71px; }

.ebooks #tabs a.tab2 {
  width: 102px;
  background-position: -75px 0; }

.ebooks #tabs a.tab2.active-tab,
.ebooks #tabs a.tab2:hover {
  background-position: -75px -71px; }

.ebooks #tabs a.tab3 {
  width: 80px;
  background-position: -177px 0; }

.ebooks #tabs a.tab3.active-tab,
.ebooks #tabs a.tab3:hover {
  background-position: -177px -71px; }

.ebooks #tabs a.tab4 {
  width: 109px;
  background-position: -257px 0; }

.ebooks #tabs a.tab4.active-tab,
.ebooks #tabs a.tab4:hover {
  background-position: -257px -71px; }

.ebooks #tabs a.tab5 {
  width: 114px;
  background-position: -366px 0; }

.ebooks #tabs a.tab5.active-tab,
.ebooks #tabs a.tab5:hover {
  background-position: -366px -71px; }

.ebooks #tabs a.tab6 {
  width: 83px;
  background-position: -480px 0; }

.ebooks #tabs a.tab6.active-tab,
.ebooks #tabs a.tab6:hover {
  background-position: -480px -71px; }

.ebooks #books ul {
  margin-top: 30px;
  padding: 0;
  list-style-type: none;
  background: url(../images/ebook/bg-ebook-row-300.jpg) top center repeat-y;
  overflow: hidden;
  clear: both; }

.ebooks #books ul li {
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0 !important;
  float: left;
  width: 170px;
  min-height: 300px;
  background: none !important;
  text-align: center; }

.ebooks #books ul li > a {
  border: 0 !important; }

.ebooks #books ul li h3 {
  margin: 35px 0 0 0; }

.ebooks #books ul li h3,
.ebooks #books ul li p {
  text-align: center; }

.ebooks .panel {
  display: none; }

.ebooks .panel.active-tab-body {
  display: block; }

/**************************************************
 Apps content page
**************************************************/
.page-apps #main .row {
  width: 608px;
  min-height: 280px;
  margin: 50px 0 20px 0;
  clear: left;
  background: url(/images/ebook/bg-ebook-row.jpg) 50% 80px no-repeat;
  overflow: hidden; }

.page-apps #main .row .thumb {
  position: relative;
  display: block;
  float: left;
  margin-left: 30px;
  padding: 0;
  height: 320px;
  width: 240px; }

.page-apps #main .row a {
  border-bottom: none !important; }

.page-apps #main .row .thumb h3 {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 250px; }

.page-apps #main .row a:hover h3 {
  color: #90C; }

.page-apps #main .row .thumb.vertical {
  background: url(/images/mobile-apps/iphone-thumb-bg.png) no-repeat 60px 0; }

.page-apps #main .row .thumb.horizontal {
  background: url(/images/mobile-apps/iphone-thumb-bg.png) no-repeat -240px 0; }

.page-apps #main .row .thumb.vertical img {
  width: 100px;
  height: 150px;
  margin: 43px 0 0 71px; }

.page-apps #main .row .thumb.horizontal img {
  width: 150px;
  height: 100px;
  margin: 125px 0 0 43px; }

/**************************************************
 face book tips
**************************************************/
#face-book-tip-header {
  width: 628px;
  height: 177px;
  float: left;
  background: url(../images/layout/face-book-tip-header.jpg) no-repeat top left; }

#face-book-tip-body {
  width: 588px;
  min-height: 200px;
  float: left;
  padding: 0 20px 0 20px;
  background: url(../images/layout/face-book-tip-body.jpg) repeat-y top left; }

#face-book-tip-body .tips {
  border-bottom: 1px dashed #555;
  padding-left: 40px;
  background: url(../images/layout/face-book-tip-quote.jpg) no-repeat top left; }

#face-book-tip-body .author {
  text-align: right; }

#face-book-tip-body .author span {
  font-weight: bold;
  color: #375799; }

#face-book-tip-footer {
  width: 628px;
  height: 91px;
  float: left;
  background: url(../images/layout/face-book-tip-footer.jpg) no-repeat top left; }

/**************************************************
nappy pants VS pull up
**************************************************/
#nappy-pants-vs-pull-up {
  padding: 10px 0 0 10px;
  float: left; }

#nappy-pants-vs-pull-up .row {
  width: 596px;
  padding: 0;
  margin: 0;
  float: left;
  border-bottom: 1px solid #bebebe; }

#nappy-pants-vs-pull-up .last {
  border-bottom: none; }

#nappy-pants-vs-pull-up .color {
  background-image: url(../images/nappy-pant-vs-pull-up/bg-row.gif);
  background-repeat: repeat-y; }

#nappy-pants-vs-pull-up .row .item {
  padding: 20px 20px 20px 0;
  width: 80px;
  float: left;
  font-size: 16px;
  line-height: 120%;
  margin: 0; }

#nappy-pants-vs-pull-up .row .nappy-pant {
  margin: 0;
  padding: 10px 20px 10px 20px;
  width: 208px;
  float: left;
  height: 100%;
  background: #f7fcf1; }

#nappy-pants-vs-pull-up .row .pull-up {
  margin: 0;
  padding: 10px 20px 10px 20px;
  width: 208px;
  float: left;
  height: 100%;
  background: #fcf1f6; }

#nappy-pants-vs-pull-up .row .feature {
  float: left; }

#nappy-pants-vs-pull-up .row .feature p {
  display: block;
  float: left;
  margin: 20px 0 0 10px;
  width: 110px; }

#nappy-pants-vs-pull-up .row .feature p.size {
  margin-top: 10px;
  width: 50px; }

#nappy-pants-vs-pull-up .row .feature img {
  float: left; }

#nappy-pants-vs-pull-up .row .top-round {
  text-align: center;
  height: 160px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0; }

#nappy-pants-vs-pull-up .row .bottom-round {
  text-align: center;
  height: 55px;
  padding-top: 20px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px; }

#nappy-pants-vs-pull-up .row .bottom-round a.pants-link {
  font-size: 17px;
  color: #002e73;
  line-height: 120%;
  border-bottom: none; }

#nappy-pants-vs-pull-up .row .bottom-round a.pull-up-link {
  font-size: 17px;
  color: #600073;
  line-height: 120%;
  border-bottom: none; }

#nappy-pants-vs-pull-up .row .bottom-round a.pants-link strong {
  color: #002e73; }

#nappy-pants-vs-pull-up .row .pull-up-logo {
  margin-top: 30px; }

#nappy-pants-vs-pull-up .row .nappy-pant-logo {
  margin-top: 45px; }

/**** Collapsible Style  *****/
#main .content p {
  margin-top: 0; }

#main p.collapsible {
  margin-top: 0;
  color: #6e2b8c;
  display: inline-block;
  width: auto;
  padding: 3px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #F8EAFC; }

/*** Tab Style for /apps ***/
.page-apps #apps-tabs {
  position: relative;
  height: 1060px; }

.page-apps .panel {
  position: absolute;
  top: 51px;
  display: none;
  padding: 30px 0;
  background: url(/images/layout/apps-panel-bg.gif) top left repeat-x;
  border-top: 1px solid #c280e0;
  width: 608px;
  min-height: 600px; }

.page-apps .panel.active-tab-body {
  display: block; }

.page-apps #tabs {
  position: absolute;
  height: 51px;
  list-style: none;
  z-index: 98;
  margin: 0; }

.page-apps #tabs li {
  float: left;
  list-style-type: none;
  background: none;
  margin: 0;
  padding-left: 10px;
  line-height: 1; }

.page-apps #tabs a {
  float: left;
  padding: 15px 25px;
  font-size: 20px;
  text-decoration: none;
  color: #9900cc;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border: 1px solid #f7effb;
  border-bottom: none;
  background: #fcfafd; }

.page-apps #tabs a.active-tab {
  color: #6e2b8c;
  background: #ebdaf2;
  border: 1px solid #c280e0;
  border-bottom: none;
  z-index: 9999;
  padding-bottom: 16px; }

.panel .panel-block {
  float: left;
  clear: both;
  width: 590px;
  margin-bottom: 20px; }

#main .panel-block h2 {
  margin-top: 0;
  margin-bottom: 20px; }

.panel .panel-block .left-content {
  width: 150px;
  margin-right: 20px;
  float: left; }

.panel .panel-block .right-content {
  width: 400px;
  float: right; }

.panel .panel-block .right-content a {
  border: none !important; }

.panel .panel-block.wide .left-content {
  width: 300px;
  margin-right: 10px; }

.panel .panel-block.wide .right-content {
  width: 280px; }

#facebook-apps.panel .panel-block .left-content {
  width: 170px; }

#facebook-apps.panel .panel-block .right-content {
  width: 380px; }

/*** Tab Style for /apps ***/
/**** Search Page ****/
.page-search th,
.page-search td {
  border: none; }

.page-search .gsc-result {
  border-bottom: 1px dotted #EBDAF2 !important; }

.page-search .gsc-search-box {
  background: #EBDAF2;
  padding: 3px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.page-search .gsc-input {
  padding: 3px 5px;
  font-size: 14px; }

.page-search input.gsc-search-button {
  color: white;
  padding: 3px 5px;
  background: #B157D0;
  border: 0;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.page-search .gsc-tabHeader {
  padding: 10px 20px; }
