/* @override http://www.ergobabycarrier.com/stylesheets/baby.css */

/* @group reset */

/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }

body {
padding: 0;
margin: 0;
font: 100.1% Georgia, "Times New Roman", Times, serif;
background-color: #fff;
background-image: url('/images/backgrounds/main.gif');
background-repeat: no-repeat;
background-position: center 1px;
height: 100%;
}

a:link, a:visited {
text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
margin-bottom: 0em;
}

blockquote, ol, ul {
margin-left: 30px;
background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }

img {
border: 0px;
}

a {
color: #850039;
}

h3 {
color: #999;
font-size: 1.5em;
font-weight: normal;
}



/* @end */

/* @group hacks */

img.imageborder {
  padding: 0px 10px;
}

.hidden {
display: none;
}

.clear {
clear: both;
}

#headerimage {
margin-bottom: 10px;
}



/* @end */

/* @group layout */

#container {
  margin-right: auto;
  margin-left: auto;
  margin-top: 17px;
  margin-bottom: 17px;
  font-size: .8em;
  width: 800px;
  height: auto !important;
  position: static;
  border: 1px solid #b98494;
  background-color: #fff;
  vertical-align: top;
}

/* Wide-Thin-Thin */

.layout-wtt #alpha {
width: 400px;
}

.layout-wtt #beta {
left: 190px;
width: 190px;
}

.layout-wtt #gamma {
right: 190px;
width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
left: 190px;
width: 400px;
}

.layout-twt #beta {
left: -560px;
width: 190px;
}

.layout-twt #gamma {
width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
width: 580px;
margin-left: 10px;
margin-right: 10px;
}

.layout-wt #beta {
width: 200px;
float: right;
}

/* page-full */
#page {
	width: 780px;
	margin-left: 10px;
	margin-right: 10px;
	height: 100%;
}

#page-inner{
	width: 100%;
	height: 100%;
}
#page-asset{
	height: 100%;
}
/* Thin-Wide */

.layout-tw #alpha {
left: 190px;
width: 750px;
}

.layout-tw #beta {
left: -750px;
width: 200px;
}



/* @end */

/* @group header */

#header {
text-align: left;
background: url(/images/backgrounds/header.gif) repeat-x 0 4px ;
position: relative;
}

div#header table {
width: 100%;
border: 0px;
padding: 0px;
margin: 0px;
text-align: left;
}

.lheader {
padding-left: 0px;
margin-left: 0px;
text-align: left;
}

.lheader img {	
	float: left;
	padding-left: 0px;
	margin-left: 0px;
}
.rheader {
padding-top: 19px;
vertical-align: top;
background-position: 0 0;
background-repeat: repeat-x;
text-align: left;
}



/* @end */

/* @group menu */

span#view_cart {
  background: url(/images/buttons/view_cart.gif) no-repeat 24px 0px;
  overflow: visible;
  visibility: visible;
  padding-top: 18px;
}

.basictab ul {
  margin: 6px;
  padding: 6px 0;
  margin-left: 0;
  list-style-type: none;
  text-align: left;
}

.basictab li {
  display: inline;
  margin: 0;
  color: #850039;
}

.basictab li a {
  text-decoration: none;
  padding: 2px 7px;
  margin-right: 3px;
  color: #850039;
  font-size: 1em;
}

.basictab li a:visited {
  color: #850039;
}

.basictab li a:hover, .basictab li a.current {
  color: #850039;
  border-bottom: 4px solid #dfc1d0;
}

.basictab li a:active {
  color: black;
}

.submenucontainer {
  clear: left;
  width: 100%;
  /*

width of 2nd level sub menus*/
  height: 2em;
/*

height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.submenu {
  display: none;
}

.submenu a, .submenu a:visited {
  margin-left: 8px;
  font-size: 11px;
  text-decoration: none;
  color: #850039;
  line-height: 26px;
}

.submenu a:hover {
  color: #850039;
  border-bottom: 4px solid #dfc1d0;
}

/* @end */

/* @group content */
#content {
  min-height: 700px;
  height: auto !important;
  height: 700px;
  width: 800px;
/* border-right: 1px dotted #a3a39c; */
}
div#content-inner {
height: 100%;
}
#content h1 {
margin-top: 0;
color: #850039;
border-bottom: 1px solid #f2e3e6;
font: 1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin-bottom: 10px;
}
#content h2{
color: #850039;
}

#content h3{
color: #af497a;
}

#content h2 a{
color: #850039;
}
#content h3 a {
border-bottom: 1px dotted #a3a39c;
display: block;
text-decoration: none;
}
#content p {
line-height: 160%;
text-align: justify;
}
#content .info {
color: #b0af99;
font-size: 80%;
margin-top: 1.5em;
}
#content .entry .info {
margin-top: 1em;
}
#content .first.entry {
background-color: #f7f3e8;
margin: -25px;
margin-bottom: 0;
padding: 25px;
}
#content .first.entry h3 {
}

.asset-name,
.asset-name a,
.archive-title {
	padding-top: 2px;
}

.asset-footer,
.asset-footer a,
.comment-footer,
.comment-footer a,
.trackback-footer {
color: #999;
}

.asset-footer {
border-top-color: #ddd;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
color: #333;
}

.asset-name a {
display: block;
margin-bottom: 8px;
text-decoration: none;
}

.asset-name a:hover {
text-decoration: underline;
}

.archive-list-item {
margin-bottom: 5px;
}

.pkg:after, #content-inner:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

/* @end */

/* @group footer */
#footer {
  color: #850039;
  font-size: .9em;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #dfc1d0;
}

#footer a{
  color: #850039;
}
#footer a:hover{
  color: #223c7f;
}

/* Footer Widgets */

#footer .widget {
margin: 10px 0;
}

#footer .widget-content {
padding-right: 0;
padding-left: 0;
}

#footer .widget-powered .widget-content {
padding: 0;
text-align: left;
}

#alpha, #beta, #gamma {
display: inline;
float: left;
}

#alpha {
padding-top: 20px;
}

#header, #content, #alpha, #beta, #gamma, #footer {
position: relative;
}

#alpha, #beta, #gamma {
display: inline;
float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
position: static;
}

#header-inner, #content-inner, #footer-inner {
padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
overflow: hidden;
padding-right: 10px;
padding-left: 10px;
}
/* @end */

/* @group widgets */

.widget-header,
.widget-content {
}

.widget-header {
padding: 2px;
font-family: trebuchet ms;
border-style: solid;
border-width: 1px;
}

.widget-header a {
color: #fff;
font-weight: normal;
}

.widget-content a {
color: #666;
}

#content .widget-powered .widget-content {
border: 1px solid #ddd;
}

.widget-header a {
text-decoration: none;
}

.widget-header a:hover {
text-decoration: underline;
}

.widget-content {
font-size: 11px;
padding: 4px;
}

.widget {
position: relative;
overflow: hidden;
width: 100%;
text-align: left;
margin-bottom: 10px;
}

.widget-list,
.archive-list {
margin: 0;
padding: 0;
list-style: none;
}

ul.widget-list {
margin-left: 5px;
}

.widget-list-item {
  margin-top: 5px;
  margin-bottom: 8px;
}

.widget-list-item a {
	font-size: 1em;
	text-decoration: none;
}

.widget-list-item a:hover {
  font-size: 1em;
  text-decoration: underline;
}

.widget-cloud .widget-list {
  margin-right: 0;
  margin-left: 0;
  overflow: none;
}

.widget-cloud .widget-list-item {
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
  line-height: 1.2;
  background: none;
}

.widget-cloud .rank-1 { font-size: 1.75em; }
.widget-cloud .rank-2 { font-size: 1.75em; }
.widget-cloud .rank-3 { font-size: 1.625em; }
.widget-cloud .rank-4 { font-size: 1.5em; }
.widget-cloud .rank-5 { font-size: 1.375em; }
.widget-cloud .rank-6 { font-size: 1.25em; }
.widget-cloud .rank-7 { font-size: 1.125em; }
.widget-cloud .rank-8 { font-size: 1em; }
.widget-cloud .rank-9 { font-size: 0.95em; }
.widget-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
margin-top: 0;
margin-bottom: 0;
}

.widget-assets .widget-content .widget-list {
overflow: auto;
margin-right: 0;
}

.item {
display: inline;
float: left;
margin: 0pt 8px 8px;
overflow: hidden;
text-align: center;
vertical-align: middle;
width: 70px;
}

/* "Powered By" Widget */

.widget-powered .widget-content {
padding: 10px;
text-align: center;
}

div.asset-header {
text-align: left;
padding-top: 1px;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
font-size: 10px;
}

div.widget-header {
background-color: #006993;
color: #fff;
text-transform: uppercase;
font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.widget-header-box {
background-color: #006993;
padding: 2px;
}

div.widget-content {
border: 1px solid #bfd9e4;
}



/* @end */

/* @group assets */

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
margin-bottom: 1.5em;
}

.asset-header,
.asset-meta,
.asset-content,
.asset-body,
.asset-footer,
.entry-categories,
.entry-tags,
.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
margin-bottom: .75em;
}

.asset-name {
margin-bottom: .25em;
}

.asset,
.comments,
.trackbacks,
.archive {
overflow: hidden;
width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
position: static;
clear: both;
}

.asset-body,
.asset-more,
.asset-more-link,
.asset-footer,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
clear: both;
}

.mt-image-left {
float: left;
margin: 0 20px 20px 0;
}

.mt-image-center {
display: block;
margin: 0 auto 20px;
text-align: center;
}

.mt-image-right {
float: right;
margin: 0 0 20px 20px;
}

.imagespace {
	margin: 10px;
}

/* @end */

/* @group feedback */

.comments-open label {
display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
width: 80%;
}

#comment-bake-cookie {
margin-left: 0;
vertical-align: middle;
}

#comment-submit {
font-weight: bold;
}

/* @end */


/* @group home */

#homecontent2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#hometable li {
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
}
#hometable ul {
  margin-left: 20px;
  padding-left: 20px;
}

#hometable em {
  font-size: 1.2em;
}
div#homecontent2 {
	margin: 20px;
}
table#hometable {
	padding-right: 10px;
	padding-top: 20px;
}

#hometable h1 {
	text-transform: none;
	border-bottom-style: none;
	color: #981e39;
	font: 24px Georgia, "Times New Roman", Times, serif;
}
#hometable h3 {
	border-bottom: 1px solid #dad3a5;
	margin: 0;
	padding: 0 0 10px;
	color: #981e39;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

/* @end */


/* @group category */

div#product-list {
  text-align: center;
  display: block;
  margin-left: 5px;
}

div.category_product_links {
  display: inline;
  width: 120px;
  margin: 5px;
  padding: 0;
  position: relative;
  float: left;
}

div.category_product_links {
  font: .85em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.category_product_links a {
  font-size: .85em;
  color: #9a244b;
}

form.masform {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: inline;
}

/* @end */

/* @group checkout */

table.product_table {
  margin: 10px;
  border: 2px solid #b98494;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table.product_table td {
  padding: 8px;
}

#row1 {
  background-color: #b6c359;
}

#mainform_table {
  margin: 5px;
  border: 1px solid #820024;
}

#mainform_table td {
  padding: 5px;
}

td.plain_text {
  padding: 5px;
}

.headrow {
  background-color: #b6c359;
  margin: 5px;
}

.product_table_border {
  border-bottom: 1px solid #b6c359;
  margin: 0px;
  padding: 0px;
}

div#navhead {
  font: 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  border-bottom-style: none;
  color: #901a41;
  border-bottom: 1px solid #dbbdc7;
  margin-top: 0px;
  padding-left: 40px;
}

table#ordersummary {
  margin-top: 20px;
  padding: 20px;
  border-top: 1px solid #b6c359;
  border-style: dotted;
}

#ordersummary td {
  margin: 0px;
  padding: 0px;
}


/* @end */

.account_head {
	background-color: #820024;
	color: #FFF;
	width: 100%;
	font-size: 1.2em;
	border: 1px solid #FFF;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px 5px 0px 5px;
}

.account_head a{
	color: #FFF;
}

.header_comment {
	font-size: .8em;
}

/* @group Support */

#support_box li {
  list-style-type: none;
  font-size: 1.5em;
  line-height: 2em;
}

#support_box ul {
border-bottom: 1px solid #f2e3e6;
margin-bottom: 20px;
padding-bottom: 20px;
margin-right: 20px;
}



/* @end */

#gallery {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

#gallery_entry {
	padding-left: 40px;
	padding-right: 40px;
}

.gallery_large {
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 20px;
}

td.distributorheads {
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 20px;
  border-bottom: 1px dotted #7f7f7f;
  color: #2f3e65;
}

div#accordion {
	border: 1px solid #8b8168;
	width: 700px;
	font-family: 'Helvetica', sans-serif;
	margin: 0 auto;
	margin-top: 20px;
	/*height: 310px;*/
}

div#accordion h3 {
	padding: 4px 6px 4px 6px;
	margin: 0;
	font-size: 1em;
	color:#fff;
	background-color: #9a1833;
  border-bottom: 1px solid #611a20;
}

div#accordion h3 #visible {
	color:#CED7EF;
	background-color: #63699C;
}

div#accordion div.panel {
	margin: 0;
	padding-bottom: 0;
	border: none;
}

div#accordion div.panelBody {
	padding: 5px 5px 20px 5px;
  background-color: #e9dbca;
}
#footer-content p {
	text-align: center;
}
.module-list{
	padding-left: 10px;
	margin-left: 5px;
}
#homewidget {
  background-image: url(/images/home/SummerFashionSale2.jpg);
  width: 200px;
  height: 92px;
  padding-top: 70px;
}
#homewidget a {
  color: #ffffff;
  text-decoration: none;
}
#homewidget a:hover {
  text-decoration: underline;
}

#menuimg {
  display: inline;
  position: relative;
  bottom: -4px;
}
#instructions {
	margin: 0px;
}

#instructions p {
	margin-top: 30px;
}

#pdf_list li {
	list-style-image: url(/media/i/acrobat3.png);
	line-height: 22px;
	vertical-align: top;

}
#pdf_list #pdf_lang {
	color: #af487a;
	line-height: 22px;
	vertical-align: top;
	font-size: 10px;
	margin-left: 10px;

}

#pdf_list #pdf_lang a {
	text-decoration: underline;
	margin-left: 5px;
	font-style: italic;
}

#pdf_list li a{
	text-decoration: none;
	vertical-align: top;
}

#pdf_list p {
	color: #af487a;
	margin: 0px;
	}

#reader {
	display: block;
	text-align: right;
}

/* Pregnancy Page Styles */

#sidebar {
	margin-top: 77px;
	padding:  10px;
	border: 1px solid #b98494;
	float:  right;
	width:  220px;
	font: italic bold 12px "lucida grande", sans-serif;
}


/* innerfade on homepage */

a img {
	border:0;	
}

/*defining the demensions of the old flash header, relative positioned for absolute children*/
#frHeader { 
	position:relative;
	width:800px;
	height:530px;
	margin-left:4px;
	left: -4px;
	z-index:90;
}

/*swf and large lifestyle images holder*/
#largeSet { 
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:300px;
	list-style:none;
	padding:0;
	margin:0;
	z-index:100;
	overflow:hidden;
}

/*swf not clickable, this is just a cheater div+span to make linkable to performance page*/
#clickOverlay { 
	width:800px;
	height:300px;
	z-index:200;
	cursor:pointer;	
	position:absolute;
	top:0px;
	left:0px;
}

#clickOverlay span { 
	width:800px;
	height:300px;
	z-index:200;
	cursor:pointer;	
	display:block;
	/*bullet proofing IE rendering of the clickable area*/
	background:#FFF;
	filter:alpha(opacity=1);
	-moz-opacity:0.01;
	-khtml-opacity: 0.01;
	opacity: 0.01;
}

/*lower small set of lifestyle images*/
#smallSet {
	position:absolute;
	top:-22px;
	left:0px;
	width:567px;
	height:254px;
	list-style:none;
	padding:0;
	margin:0;
	z-index:200;
	overflow:hidden;
}

/*removing ul/li padding and margin for image sets*/
#largeSet li, #smallSet li { margin:0; padding:0; position:relative; }

/*shopping buttons*/
#frButtons {
	position:absolute;
	left:582px;
	top:267px;
	width:203px;	
	z-index:400;
}

.frButton {
	width:203px;
	height:77px;
	margin-top:11px;
	background:url(/home_innerfade/buttonSprites.png);
	cursor:pointer;        
}

.frButton#frShop {
	background-position:0 0;
}
.frButton#frShop:hover {
	background-position:-203px 0;
}
.frButton#frParent {
	background-position:0 -88px;
}
.frButton#frParent:hover {
	background-position:-203px -88px;
}
.frButton#frSupport {
	background-position:0 -176px;
}
.frButton#frSupport:hover {
	background-position:-203px -176px;
}

/*shopping button clickable span*/
.frButton span {
	width:203px;
	height:77px;
	display:block;
}

/* end innerfade */


