/* @override 
	http://rockinbaby.tdcake.com/css/default.css
	https://rockinbaby.tdcake.com/css/default.css
	https://rockinbaby.tdservers.com/css/default.css
	http://rockinbaby.tdservers.com/css/default.css
*/

/* Zero Out Defaults */
div.message {
	color: red;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
	padding: 20px 0;
	margin: 0;
}

html, body, h1, h2, h3, h4, ol, ul, li, form, blockquote, div, dl, dt, dd {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, pre, code {
    font-size:1em;
    font-weight:normal;
	font-family: Verdana, sans-serif;
}
a {
	text-decoration:none;
	outline: none;
	color: #BF0D93;
}
a img {
	border:none;
}
#content ul, #content dl {
	letter-spacing: normal;
}
/*Global*/
.imgreplacement {
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
}
body {
	background-color: #BF0D93;
	color: #666;
	font-family: Verdana, sans-serif;
	line-height: 1.5;
	letter-spacing: 1.2pt;
}
body.clean {
	background-color: white;
}
h1 {
	background: url(/img/layout/logo.jpg) no-repeat top center;
	display: block;
	padding-top: 90px;
	width: 460px;
	margin-left: 170px;
}
h2 {
	font-size: 14pt;
	color: #666;
	margin-bottom: 15px;
}
h3 {
	color: #BF0D93;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 10pt;
	font-weight: bold;
}
#content h3 a {
	color: #BF0D93;
}
h4 {
	color: #666;
	font-size: 10pt;
	margin-left: 5px;
	font-weight: bold;
	margin-top: 25px;
}
#container {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 10px;
}
p {
	letter-spacing: 0;
	color: #666;
	font-size: 10pt;
	margin-bottom: 15px;
}
#container p {
}
p.note {
	font-size: 8pt;
}
.progress {
	text-align: center;
	padding-top: 50px;
}
.progress p {
	font-size: 24px;
}
.error {
	color: red;
	clear: both;
}
.required_error {
	border: 2px solid red;
}
/* My Comment */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	width: 100%;
}
.hidden {
	display: none;
}
.warning {
	color: red;
}
#content a.toplink {
	color: #666;
	text-transform: lowercase;
}
table {
	letter-spacing: normal;
}
textarea#special_handling_instructions {
	height: 100px;
	width: 300px;
}
/* @group Header and Navigation */
#header {
	text-align: center;
	background: url(/img/structural/border_top.gif) no-repeat bottom;
	margin-left: 130px;
	height: 265px;
	position: relative;
}
#header .icon {
	position: absolute;
	top: 15px;
	left: -110px
}
ul#nav {
	color: #fff;
	font-family: Arial, sans-serif;
	line-height: 1.7;
	list-style-type: none;
	display: table;
	height: 100px;
	margin-left: 20px;
	margin-left:25px;
	position: relative;
}
ul#nav img {
	height: 75px;
}
ul#nav p {
	margin: 0;
	color: #fff;
	margin-top: -30px;
	font-size:8pt;
	line-height: 1.3;
}
ul#nav em {
	color: #fff;
	font-size:11px;
	font-style: normal;
	left: 10px;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0 0 15px 0;
	position: absolute;
	top: 50px;
}
ul#nav li {
	display: table-cell;
	width: 140px;
	float: left;
	height: 100px;
	margin-left: 25px;
	position: relative;
}
ul#nav li.shop {
	width: 120px;
	position: absolute;
	left: 0px;
}
ul#nav li.shop a strong {
	background-image: url(/img/titles/shop.jpg);
	display: block;
	padding-top: 75px;
	width: 80px;
	margin-left: 25px;
}
ul#nav li.stores {
	width: 125px;
	position: absolute;
	left: 140px;
}
ul#nav li.stores a strong {
	background-image: url(/img/titles/stores.jpg);
	display: block;
	padding-top: 75px;
	width: 80px;
	margin-left: 25px;
}
ul#nav li.about {
	width: 100px;
	position: absolute;
	left: 295px;
}
ul#nav li.about a strong {
	background-image: url(/img/titles/about.jpg);
	display: block;
	padding-top: 75px;
	width: 90px;
	margin-left: 10px;
}
ul#nav li.quality {
	width: 130px;
	position: absolute;
	left: 425px;
}
ul#nav li.quality a strong {
	background-image: url(/img/titles/quality.gif);
	display: block;
	padding-top: 75px;
	width: 110px;
	margin-left: 15px;
}
ul#nav li.contact {
	width: 150px;
	position: absolute;
	left: 575px;
}
ul#nav li.contact a strong {
	background-image: url(/img/titles/contact.jpg);
	display: block;
	padding-top: 75px;
	width: 110px;
	margin-left: 25px;
}
ul#nav li ul li {
	margin: -20px;
}
ul#nav li ul li a{
	color: #fff;
	margin-top: -20px;
	font-size: 8pt;
}
#header2 {
	width: 150px;
	float: left;
	clear: none;
}
ul#nav2 {
	font-family: Arial, sans-serif;
	line-height: 1.7;
	list-style-type: none;
	text-align: right;
	text-transform: lowercase;
	margin-right: 10px;
	font-size: .8em;
	width: 150px;
}
ul#nav2 em {
	font-style: normal;
	text-transform: none;
}
ul#nav2 li h2 {
	margin: 0;
	color: #fff;
	font-size: 14pt;
	text-transform: none;
	border-top: solid 1px #fff;
	display: inline;
	padding-top: 14px;
}
ul#nav2 li strong {
	margin: 0;
	color: #fff;
	font-size: 14pt;
	text-transform: none;
	font-weight: normal;
	border-top: solid 1px #fff;
	display: inline;
	padding-top: 14px;
}
ul#nav2 li {
	padding-bottom: 10px;
	margin-bottom: 15px;
}
ul#nav2 li.top strong {
	border: none;
}
ul#nav2 li ul {
	list-style-type: none;
}
ul#nav2 li ul li {
	border: none;
	margin: 0;
	padding: 0;
	background-image: none;
	color: #fff;
}
#nav2 a {
	color: #fff;
}
#nav2 a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Content */
.calculator {
	background: url(/img/products/doll-big.jpg) no-repeat 0px 120px;
	height: 625px;
	width: 600px;
}
.calculator table {
	margin-left: 200px;
	width: 300px;
}
#content .calculator div.text {
	color: #BF0D93;
	font-size: 14px;
	width: 60px;
}
.calculator td .input.text  input{
	width: 60px;
	font-size: 14px;
	color: #BF0D93;
}
.calculator td {
	font-size: 14px;
	color: #BF0D93;
	/*height: 100px;*/
	padding-bottom: 25px;
	padding-top: 10px;
	vertical-align: top;
}
.calculator .submit {
	/*margin-left: 250px;
	margin-left: 200px;*/
}
.calculator a {
	text-decoration: underline;
}
#main {
	background-image: url(/img/structural/border_repeat.jpg);
	clear: none;
	width: 789px;
	float: left;
	padding: 0;
}
#content {
	background-color: transparent;
	width: 635px;
	min-height: 500px;
	padding: 0;
	margin-left: 70px;
	position: relative;
}
#pp-stores-index #content {
	min-height: 609px;
}
#pp-pages-why #content {
	min-height: 609px;
}
#content p a, #content dd a {
	color: #BF0D93;
	text-decoration: underline;
}
#content div.text {
	display: inline;
	float: left;
	width: 320px;
}
.testimonials .text ul {
	font-size: 10pt;
	margin-left: 15px;
	color: #666;
	margin-bottom: 15px;
}
.image {
	float: right;
	display: inline;
}
.image img {
	border: solid 1px #000;
}
.about .img-shadow {
  float:left;
  background: url(/img/structural/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/img/structural/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.about .img-shadow img {
	border: none;
	display: block;
	position: relative;
	background-color: #fff;
	margin: -6px 6px 6px -6px;
}
.stores .image .space p {
	font-size: 8pt;
}
.stores a.caption {
	font-size: 8pt;
	color: #BF0D93;
	letter-spacing: 0;
	text-decoration: underline;
}
.image .space {
	height: 50px;
	width: 100%;
	clear: both;
}
.paging {
	float: right;
	clear: both;
	margin-top: 25px;
}
#pp-stores-index .paging {
	margin-top: 0;
}
.paging a {
	color: #BF0D93;
	margin: 0 5px;
	font-size: 10pt;
	letter-spacing: normal;
}
/* @end */

/* @group Page Specific */

/* @group Shipping Options */
p.checkout-help {
	bottom: 0;
	clear: both;
	left: 0;
	font-size: 11px;
	width: 625px;
	display: block;
	margin-bottom: 0px;
	padding-top: 15px;
}
p.checkout-help em {
	color: #BF0D93;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
p.checkout-help span {
	color: #BF0D93;
}
p.checkout-note {
	font-style: normal;
	color: #BF0D93;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 25px;
}
#TB_ajaxContent p.checkout-help {
	padding-top: 25px;
}
div.shipping form {
	padding-bottom: 150px;
}
.shipping fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
.shipping .error {
	font-size: 10pt;
	letter-spacing: 0
}
.shipping input {
	clear: both;
	margin-right: 5px;
}
.submit input {
	font-size: 9pt;
}
.shoppingcart input {
	clear: none;
	float: left;
}
.shoppingcart div.submit {
	display: inline;
	clear: none;
}
.shoppingcart div.submit input {
	margin-left: 15px;
}
.shipping .submit input, .shoppingcart .next .submit input {
	background: #BF0D93 url(/img/products/addtocart.jpg);
	border: none;
	color: #fff;
	font-size: 10pt;
	width: 92px;
	height: 30px;
	margin-top: 10px;
	float: none;
}
.shipping table label {
	color: #BF0D93;
	font-size: 8pt;
	width: 200px;
}
.shipping table label em{
	font-style: normal;
	color: #BF0D93;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 16px;
}
.shipping table label span {
	color: #666;
}
.shipping table {
	width: 100%;
	border: none;
	text-align: left;
}
.shipping table td {
	text-align: left;
	border: none;
	color: #666;
	font-size: 9pt;
}
.shipping table p {
	font-size: 8pt;
	width: 255px;
}
.shipping th {
	background-color: transparent;
	border: none;
	text-align: left;
	color: #BF0D93;
}
.shipping table td.type {
	width: 400px;
}
.shipping table td.items {
	width: 150px;
}
.shipping table td.price {
	width: 100px;
	text-align: right;
}
.shipping h2 {
	clear: both;
}
.shipping h3 {
	font-size: 12pt;
}
.shipping h4 {
	margin: 0;
	padding-top: 10px;
}
.shipping table.address {
	width: 280px;
	float: left;
	display: inline-table;
	clear: none;
	margin-right: 35px;
	margin-bottom: 0px;
}
.shipping table.address select {
	width: 150px;
}
.shipping table.address td {
	color: #666;
	font-size: 8pt;
	padding-top: 1px;
	padding-bottom: 1px;
}
.shipping table.address td.checkbox {
	height: 45px;
}
.shipping table.address span {
	font-size: 8pt;
}
.shoppingcart.checkout label{
	color: #BF0D93;
	font-size: 8pt;
}
.shoppingcart.checkout .payment {
	float: left;
	overflow:hidden;
	clear: none;
}
.shoppingcart.checkout .payment.credit {
	width: 350px;
	float: left;
	padding-bottom: 0;
	margin-bottom: 0;
}
.shoppingcart.checkout .payment.paypal {
	width: 225px;
	float: right;
}
#paypal {
	padding: 0;
}
#paypal p {
	color: #BF0D93;
	font-size: 8pt;
}
.shoppingcart.checkout h3 {
	font-size: 12pt;
}
table.cc {
	width: 350px;
	float: left;
	display: inline-table;
	clear: none;
	margin-right:0
}
table.cc select {
	width: 150px;
}
table.cc td {
	color: #BF0D93;
	font-size: 8pt;
	height: 15px;
}
.checkout .submit input, .wsubmit {
	padding: 5px;
	background: #BF0D93 url(/img/products/completeorder.jpg);
	border: none;
	color: #fff;
	font-size: 10pt;
	width: 120px;
	height: 30px;
	margin-top: 10px;
	float: none;
}
input.wsubmit {
	width: 95px;
	font-size: 10pt;
	background: #fff url(/img/products/addtocart.jpg) no-repeat;
}
.shoppingcart.checkout #paypal input {
	background: #BF0D93 url(/img/products/completeorder.jpg);
	border: none;
	color: #fff;
	font-size: 10pt;
	width: 120px;
	height: 30px;
	margin-top: 10px;
	float: none;
}
/* @end */

/* @group Shopping Cart */
.shoppingcart a {
	color: #BF0D93;
	text-decoration: underline;
	padding: 7px 14px;
}
#TB_window #TB_ajaxContent .shoppingcart .next a.checkout {
	color: #fff;
	margin-bottom: 10px;
}
.shoppingcart div.next {
	font-size: 10pt;
	float: right;
	clear: both;
}
.next dl {
	font-size: 12px;
}
.next dl dt {
	font-weight: bold;
}
.checkout .next dl dt {
	color: #BF0D93;
}
.next dl dd {
	margin-bottom: 10px;
}
#content .next dl dd a {
	color: #666;
	padding: 0;
}
.shoppingcart div.next * {
	clear: none;
}
.shoppingcart div.next a.checkout input{
	text-decoration: none;
	width: 100px;
	background: #BF0D93 url(/img/products/addtocart.jpg) no-repeat;
	border: none;
	color: #fff;
	font-size: 10pt;
	width: 92px;
	height: 30px;
	margin-top: -5px;
	clear: none;
	display: inline;
}
table.cart {
	border-collapse: collapse;
	border: none;
	text-align: left;
	background: url(/img/structural/starsborder2.gif) repeat-x 0px 25px;
	letter-spacing: 0px;
	margin-bottom: 25px;
	width: 100%;
}
table.cart th {
	background-color: transparent;
	padding-bottom: 10px;
	border: none;
	color: #BF0D93;
	font-size: 10pt;
}
table.cart tr td {
	border: none;
	background-color: transparent;
	color: #666;
	font-size: 8pt;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
table.cart .description {
	text-align: left
}
table.cart tr.subtotal td, table.cart tr.sales_tax td, table.cart tr.shipping td, table.cart tr.total td, table.cart tr.discount td {
	text-align: right;
}
table.cart tr.subtotal td, table.cart tr.sales_tax td, table.cart tr.shipping td, table.cart tr.total td, table.cart tr.discount td {
	text-align: right;
	color: #BF0D93;
	font-weight: bold;
	margin-right: 15px;
}
table.cart tr td .crossed-out {
	text-decoration: line-through;
}
table.cart tr td .discounted {
	color: #BF0D93;
}
table.cart tr.total td {
	text-transform: uppercase;
}
table.cart tr.subtotal_row td.subtotal {
	text-align: center;
	margin: 0;
}
/* @end */

/* @group Custom */
.custom .text p {
	clear: none;
}
.custom ul {
	color: #666;
	font-size: 10pt;
	margin-left: 15px;
	margin-bottom: 10px;
	list-style-type: none;
	width: 290px;
}
.custom li {
	width: 250px;
	height: 20px;
}
.custom li span.price {
	float: right;
}
.custom img {
	margin-top: 30px;
	margin-left: 25px;
	margin-bottom: 25px;
}
/* @end */

/* @group Talk to Us */
table.contact h2 {
	border-bottom: solid 1px #BF0D93;
	width: 635px;
	text-align: center;
	background-color: #fff;
}
table.contact th {
	background-color: #fff;
	border: none;
}
table.contact *{
	font-size: 10pt;
}
table.contact {
	border: none;
}
table.contact td.label {
	width: 100px;
	text-align: right;
}
table.contact td.input {
	width: 300px;
	text-align: left;
}
table.contact .input_wrapper {
	height: 25px;
	margin: 0;
	width: 350px;
}
table.contact .input {
	height: 25px;
	margin: 0;
	width: 345px;
}
table.contact .input_wrapper.comment {
	height: 165px;
	width: 525px;
}
table.contact textarea {
	width: 340px;
	height: 150px;
	clear: none;
}
table.contact .input.text {
	margin: 0;
}
table.contact label {
	margin: 0;
	padding: 0;
	color: #BF0D93;
	padding-right: 5px;
	clear: none;
}
.talktous .signup label {
	float: right;
}
.talktous input {
}
.talktous .input_wrapper.sign_up {
	width: 450px;
	margin-left: 180px;
}
.talktous .input_wrapper.sign_up label {
	float: left;
	width: 365px;
	margin: 0;
	padding: 0;
}
table.contact .input_wrapper.sign_up input {
	float: left;
}
.talktous .input_wrapper.how select {
	margin-left: 25px;
}
.talktous .submit input {
	background: #BF0D93 url(/img/products/addtocart.jpg) no-repeat;
	padding: 7px 30px;
	font-size: 10pt;
	text-transform: capitalize;
	margin-right: 75px;
	border: none;
	color: #fff;
	font-size: 10pt;
	width: 92px;
	height: 30px;
	float: none;
}
/* @end */

/* @group Care Instructions */
.care {
	width: 635px;
	margin: 0 auto;
}
.care h2 {
	color: #BF0D93;
	text-transform: uppercase;
}
/* @end */

/* @group Complete List of Stores */
.wheretobuy h2 {
	color: #BF0D93;
	text-transform: uppercase;
}
.wheretobuy h3 {
	padding-top: 35px;
	margin-bottom: 0;
}
.wheretobuy .locations {
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
}
/* @end */

/* @group Sizing */
.sizing {
	width: 635px;
	margin: 0 auto;
}
.sizing strong {
	font-size: 10pt;
}
.sizing thead {
	color: #BF0D93;
}
.sizing h2 {
	text-align: center;
	border-bottom: solid 1px #BF0D93;
}
.sizing .xs {
	border:none
}
.sizing .outside {
	border:none
}
.sizing table {
	border-collapse: collapse;
	border: none;
	font-size: 10pt;
	letter-spacing:0;
	width: 580px;
	margin-left: 25px;
	clear: both;
}
.sizing table th {
	background-color: transparent;
	border: none;
}
.sizing table tr {
	background-color: transparent;
	border: none;
}
.sizing table td {
	border: none;
	text-align: left;
	background: url(/img/structural/pinkdot.gif) repeat-x top right;
	border-left: dotted #ccc 3px;
}
.sizing  table.sizes td.title, .sizing  table.rails td.title {
	color: #BF0D93;
	text-align: right;
	font-weight: bold;
	width: 75px;
	padding: 0;
	padding-top: 10px;
	background-image: none;
	border: none;
}
.sizing p {
	margin-left: 100px;
	clear: both;
}
.sizing a {
	color: #BF0D93;
}
.sizing table.sizes {
	margin-top: 25px;
	margin-bottom: 25px;
}
.sizing table.sizes td {
	width: 200px;
	padding: 10px;
}
.sizing table.rails {
	margin-top: 25px;
}
.sizing table.rails td {
	width: 100px;
	padding: 10px;
}
.sizing .tips {
	border: solid;
	margin-top: 50px;
}
.sizing .tips p {
	margin: 0;
	font-size: 9pt;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: none;
}
.sizing .tips h3 {
	margin-left: 10px;
}
.sizing .tips img {
	float: right;
	margin: 10px;
	border: solid 1px;
}
/* @end */

/* @group Products */
.products .image img {
}
.products h2 {
	padding-top: 50px;
	text-transform: capitalize;
}
.products h2.slings {
	background: url(/img/titles/slings.gif) no-repeat 65px 0;
}
.products h2.pouches {
	background: url(/img/titles/pouches.gif) no-repeat 65px 0;
}
.products h2.sale {
	background: url(/img/titles/sale.gif) no-repeat 65px 0;
}
.products h2.organic_slings {
	background: url(/img/titles/organic_slings.gif) no-repeat 35px 0;
}
.products h2.organic_pouches {
	background: url(/img/titles/organic_pouches.gif) no-repeat 35px 0;
}
.products .paging {
	text-align: center;
	margin-top: 0px;
	float: none;
	width: 265px;
	clear: both;
}
.products .paging span.current {
	color: #BF0D93;
	text-decoration: underline;
	font-size: 10pt;
}
.products .paging a:hover {
	text-decoration: underline;
}
.products .image {
	width: 300px;
}
.products .testimonial {
	margin-top: 10px;
}
.products .testimonial p {
	font-size: 8pt;
}
.products #testimonial_snippet {
	height: 145px;
}
/* @end */

/* @group How to Wear Detail */
.howtowear_detail {
	width: 635px;
	margin: 0 auto;
}
.howtowear_detail h2 {
	text-align: center;
}
.howtowear_detail .steps1 {
	width: 200px;
	float: left;
}
.howtowear_detail .steps1 img {
	margin: 5px;
}
.howtowear_detail .steps2 {
	float: right;
	width: 350px;
	margin-right: 15px;
}
.howtowear_detail .steps2 img {
	border: solid 2px #000;
	margin-bottom: 25px;
}
.howtowear_detail .actions p {
	color: #BF0D93;
	text-align: right;
	text-transform: uppercase;
	margin-top: 50px;
}
/* @end */

/* @group Carrying Positions */
.carrying dl.position {
	width: 100px;
	float: right;
	font-size: 8pt;
	line-height: 1;
	margin-bottom: 25px;
	margin-left: 10px;
	margin-right: 15px;
	dispay:inline;
}
.carrying dl.position dt{
	color: #666;
	width: 65px;
}
.carrying dl.position dd{
	color: #BF0D93;
	padding: 5px 0px;
	font-weight: bold;
}
.carrying h3 {
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
}
.carrying .position img {
	border: solid 1px #000;
	width: 98px;
	height: 148px;
}

/* @end */

/* @group Privacy */
.privacy .text {
	width: auto;
}
.privacy .text .image {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 40px;
}


/* @end */

/* @group Wholesalers */
.wholesalers .text2 {
	clear: both;
}

.wholesalers dt a {
	color: #666;
	text-decoration: underline;
}

.wholesalers ul a {
	color: #BF0D93;
	text-decoration: underline;
}
#content .wholesalers .text {
	width: 320px;
	width: 225px;
}
#content .wholesalers .loggedin .text {
	width: 320px;
}
#content .wholesalers dd {
	margin-bottom: 5px;
}
#content .wholesalers dd a {
	color: #666;
}
.wholesalers .text form {
	margin-bottom: 25px;
}
.wholesalers .image {
}
.wholesalers .image img {
	border: none;
	padding-top: 95px;
	padding-top: 75px;
}
.wholesalers .loggedin .image img {
	border: solid 1px;
	padding-top: 0px;
}
.wholesalers h3 {
	font-weight: normal;
	font-size: 11pt;
	margin-bottom: 0;
}
.wholesalers h4 {
	color: #BF0D93;
	margin-bottom: 25px;
	margin-top: 5px;
	font-size: 6pt;
	font-weight: bold;
}
.wholesalers dl.contact {
	margin-left: 15px;
}
.wholesalers .loggedin dl.contact {
	margin-left: 0;
	margin-bottom: 15px;
}
.wholesalers label {
	color: #BF0D93;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: normal;
	display: left;
	clear: both;
	padding-right: 5px;
}

.wholesalers input {
	font-size: 10pt;
	float: let;
	clear: none;
	margin-bottom: 0px;
	width: 125px;
}
.wholesalers ul {
	font-size: 10pt;
	letter-spacing: normal;
	color: #666;
	padding-bottom: 5px;
	list-style-type: none;
	margin-top: 15px;
}
.wholesalers ul li {
	margin-bottom: 10px;
}
.wholesalers dl.contact dd {
	margin-bottom: 15px;
}
.wholesalers table {
	border-collapse: collapse;
	border: none;
	color: #666;
	margin-top: 50px;
	font-size: 10pt;
}
.wholesalers table thead th {
	background-color: transparent;
	border-bottom: none;
	border-right: none;
}

.wholesalers table thead td {
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	height: 50px;
}
.wholesalers table thead th {
	font-weight: normal;
	color: #BF0D93;
}
.wholesalers table thead th.number {
	background-repeat: repeat-x;
	background-image: url(/img/structural/pinkdot.gif);
	background-position: bottom right;
	padding-bottom: 5px;
}
.wholesalers table thead th strong {
	text-transform: uppercase;
	font-weight: normal;
	background-color: transparent;
	border: none;
	font-size: 12pt;
}
.wholesalers table tbody th {
	font-weight: normal;
	background-color: transparent;
	text-align: left;
	border-bottom: none;
	border-right: none;
}
.wholesalers table tbody th strong, .wholesalers table td strong {
	font-weight: normal;
	color: #BF0D93;
	text-transform: uppercase;
	font-size: 11pt;
}
.wholesalers table tbody td {
	text-align: center;
}
.wholesalers table td.space {
	height: 20px;
}
.wholesalers div.submit {
	display: inline;
	padding-top: 10px;
}
.wholesalers div.submit input {
	display: inline;
	margin-top: 10px;
	width: auto;
	margin-left: 55px;
}

/* @end */

/* @group Why a Rockin' Baby */
dl {
	font-size: 10pt;
	letter-spacing: normal;
	color: #666;
}
.why dl {
	font-size: 10pt;
	letter-spacing: normal;
	color: #666;
	clear: both;
}
.why dl dt {
	display: inline;
	float: left;
	margin-right: 10px;
	color: #BF0D93;
	vertical-align: text-top;
	font-size: 14pt;
	height: 15px;
	margin-top: -5px;
}
.why dd {
	margin-bottom: 15px;
}
.why h3 {
	display: inline;
	margin-bottom: 25px;
	float: left;
	margin-right: 15px;
	color: #D281B8;
}
#content .why .text h3.inactive a {
	color: #D281B8;
}
.why .image img {
	margin-top: 90px;
}
.why .image {
	width: 300px;
}

/* @end */

/* @group Testimonials */
.testimonials .intro, .testimonials .testimonial{
	width: 620px;
}
.testimonials .paging {
	float: none;
	text-align: center;
}
.testimonials .image {
	width: 150px;
	margin-left: 25px;
	overflow: hidden;
}
.testimonials .testimonial .image {
	text-align: center;
}
.testimonials .image img {
	clear: both;
	margin-bottom: 15px;
	border: none;
}
.testimonials .text {
	width: 425px;
}
.testimonials .intro .clear {
	height: 20px;
	background-image: url(/img/structural/divider2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
	background-image: url(/img/structural/starsborder.gif);
	margin-left: 50px;
}
.testimonials .testimonial .clear {
	height: 20px;
	background-image: url(/img/structural/divider1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
	background-image: url(/img/structural/starsborder.gif);
	width: 110px;
	margin-left: 135px;

}

/* @end */

/* @group How To Wear */
#content .howtowear .text {
	width: 635px;
}
.howtowear .sling, .howtowear .pouch {
	float: left;
	margin-left:65px;
	text-align: center;
	margin-bottom: 25px;
	display: inline;
}
.howtowear .sling img, .howtowear .pouch img {
	border: solid 1px #000;
}
.howtowear h4 {
	margin-top: 0;
	color: #878787;
	font-weight: normal;
}
.howtowear a {
	color: #878787;
	letter-spacing: normal;
}
.howtowear h4 strong {
	color: #BF0D93;
	font-size: 20pt;
	text-transform: lowercase;
	letter-spacing: 3px;
	font-weight: normal;
}
.howtowear p {
	clear: both;
}


/* @end */

/* @group Service */
.service .text2 {
	clear: both;
	font-size: 10pt;
}
.service .text2 a h2 {
	padding-top: 25px;
}
.service #content .text2 a {
	text-decoration: none;
}
.service .text2 h3, .service .text2 p {
	margin-left: 35px;
}
.service .text2 p a {
	color: #888;
}
dl.questions {
	letter-spacing:0;
	margin-left: 25px;
	color: #666666;
}
dl.questions dt {
	color: #BF0D93;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 5px;
}
dl.questions dd {
	margin-bottom: 10px;
}
dl.questions ul {
	margin-left: 25px;
	margin-bottom: 10px;
}
.service .text2 dl.questions p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
dl.questions p strong {
	color: #666;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
/* @end */

/* @group Safety */
.safety .clear {
	border: hidden;
	height: 25px;
	background-image: url(/img/structural/starsborder.gif);
	background-repeat: no-repeat;
}
.safety .text {
	width: 350px;
	height: 475px;
}
.safety .image {
	margin-top: 35px;
}
.safety ul {
	clear: both;
	color: #666;
	font-size: 10pt;
	margin-left: 15px;
}
.safety ul li {
	margin-bottom: 15px;
	margin-left: 0px;
}


/* @end */

/* @group Top 5 */
h2 em {
	color: #BF0D93;
	font-style: normal;
	font-size: 10pt;
	font-weight: bold;
}
p strong {
	color: #BF0D93;
	font-style: normal;
	font-size: 14pt;
	font-weight: normal;
}
.top5 .image {
	padding-top: 75px;
}
.top5 .image img{
}
div.wide_text {
	clear: both;
}



/* @end */

/* @group Home */
.home {
	height: 608px;
	overflow: hidden;
	height: 913px;
}
.home ul.info {
	list-style-type: none;
	margin-top: 10px;
}
.home ul.info li {
	display: inline;
	margin-left: 5px;
}
.home ul.info li a {
	margin-left: 5px;
}
.home ul.info a {
	padding-top: 100px;
	width: 100px;
	overflow: hidden;
	display: block;
	float: left;
}
.home ul.info a.top5 {
	background-image: url(/img/titles/top5.gif);
}
.home ul.info a.benefit {
	background-image: url(/img/titles/benefits.gif);
}
.home ul.info a.difference {
	background-image: url(/img/titles/difference.gif);
}
.home p {
	margin-bottom: 5px;
	margin-top: 10px;
}

/* @group Promotions */
.home .promo-content, .home .promo-content p {
	letter-spacing: 0;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 25px;
	color: #BF0D93;
}
.home .promo-headline, .home .promo-headline p {
	letter-spacing: 0;
	color: #BF0D93;
	font-size: 14pt;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 15px;
}

/* @end */
.home h2 {
	margin-bottom: 0;
}
.home .feature img {
	margin-left: 15px;
	height: 75px;
}
.home .feature {
	width: 275px;
	float: left;
	position: relative;
}

.home #ss_press img {
	width: 185px;
	height: 125px;
	margin-left: 55px;
	margin-top: 10px;
}

div.image .slideshow {
	height: 410px;
}
.slideshow {
	position: relative;
	height: 155px;
	clear: both;
}
.slideshow img {
	position: absolute;
}
.home .text {
	width: 335px;
	height: 700px;
}
.home .text img {
	width: 85px;
	margin-left: 15px;
}
.home .image {
	width: 275px;
	padding-top: 40px;
}
.home .image img {
	width: 270px;
	height: 400px;
	border: solid 1px;
}
.home .signup {
	text-align: left;
	width: 275px;
	clear: both;
}
.home .signup a img {
	border: none 0 transparent;
}
.home .signup h3 {
	margin-top: 15px;
}
.home .signup p {
	width: 215px;
	float: left;
}
.home .signup img.icon {
	float: right;
	margin: 0;
	width: 45px;
	height: 125px;
	border: none;
}
.home .signup img.twitter {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px 2px 0px 0;
}

/* @end */

/* @group About */
.about .image {
	width: 285px;
}
.about .image img{
	float: left;
	margin-bottom: 25px;
	margin-top: 25px;
	border: none;
}
.about .image div.img-shadow img {
	float: none;
  margin: -6px 6px 6px -6px;
}
.about .image h3 {
	clear: both;
}
/* @end */

/* @group Stores */

/* @group Non Us */
.nonus h2 {
	color: #BF0D93;
	font-weight: normal;
	font-size: 14pt;
}
.nonus h4 {
	font-weight: normal;
	margin-top: 10px;
	color: #BF0D93;

}
.nonus .location {
	width: 180px;
	float: left;
	margin-right: 30px;
}
.nonus .location a {
	color: #666;
	color: #BF0D93;
	text-decoration: underline;
}


/* @end */
.stores {
	clear: both;
}
.stores1 {
	clear: both;
	height: 280px
}
.stores .image {
	width: 300px;
	display: inline;
}
.stores .image img {
	width: 300px;
	padding: 0;
	margin: 0;
}
.locations h4{
	color: #BF0D93;
	font-weight: normal;
	font-size: 14pt;
	margin-top: 20px;
}
dl.locations dt {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #BF0D93;
}
dl.locations {
	width: 200px;
	/*height: 100px;*/
	float: left;
	margin-right: 5px;
	font-size: 9pt;
	line-height: 1.3;
	color: #666;
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 110px;
}

dl.locations dd {
	margin-left: 0;
	float: left;
}
#content dl.locations dd a {
	color: #666;
	color: #BF0D93;
}

/* @end */

/* @group Press */
.press h2 {
	text-align: center;
	border-bottom: solid 1px #BF0D93;
	background: url(/img/titles/press.gif) no-repeat 250px 0;
	padding-top: 50px;
}
.press p{
	margin-left: 20px;
}
.article {
	background-color: #EFF8D7;
	width: 185px;
	float: left;
	height: 175px;/*three lines*/
	height: 185px;
	margin: 10px;
	position: relative
}
.article.ID1202 img {
	height: 90px;
}
.article p {
	margin: 0;
	font-size: 8pt;
	vertical-align: text-bottom;
	position: absolute;
	bottom: 0;
	width: 140px;
	left: 20px;
	bottom: 10px
}
.article img {
	width: 140px;
	margin-left: 20px;
	margin-top: 15px;
}
/* @end */


/* @group Quality */
.quality .text {
	width: 300px;
}
.quality .image {
	width: 300px;
}
.quality .image img{
	margin-left: 20px;
}
.quality .image .space {
	height: 30px;
	width: 100%;
	clear: both;
}
.quality h3 strong {
	font-size: 11pt;
}
/* @end */

/* @group Organics */
.organics .image {
	width: 300px;
}
.organics .image img{
	margin-top: 45px;
	margin-bottom: 25px;
}
.organics .image .space {
	height: 75px;
}

#organics .contact a.email {
	color: #666;
}
/* @end */

/* @group contact */
.contact .text {
}
.contact .image {
}
.contact .image img{
}
.contact .image .space {
	height: 75px;
}

.contact p.indent {
	margin-left: 15px;
}
#content .contact a.email {
	color: #666;
}
.talktous .submit {
	margin-left: 80px;
	margin-top: 15px;
}
/* @end */

/* @group Benefits */
.benefits .image {
	width: 300px;
}
.benefits .text {
	height: 450px;
	overflow: hidden;
}
.benefits .image img{
	margin-top: 45px;
}
.benefits .rollover {
	clear: both;
	padding-left: 15px;
	height: 125px;
}
.benefits .rollover h4 {
	color: #efdbee;
	text-transform: lowercase;
	font-size: 34pt;
	font-weight: normal;
	margin-bottom: 0;
	padding-top: 25px;
}
.benefits .rollover p {
	margin-left: 75px;
}
.benefits p {
}
.benefits .text img {
	border: none;
}
.benefits {
	position: relative;
	padding-bottom: 85px;
	height: 600px;
}
.benefits p.absolute {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	color: #bfbfbf;
}
#content .benefits p.absolute a {
	color: #bfbfbf;
}
.sources ul {
	color: #666;
	margin-left: 20px;
}
.sources ul li {
	margin-bottom: 10px;
}
/* @end */

/* @group Shop_Home */
.shop_home .sling {
	clear: both;
}
.shop_home p {
	width: 345px;
}
.shop_home img {
	float: right;
	border: 1px solid black;
	margin-top: 35px;
	margin-left: 25px;
}
.shop_home .text {
	width: 345px;
}
.shop_home h6 {
	color: #BF0D93;
	font-size: 18px;
	font-style: italic;	
	margin-bottom: 45px;
	font-weight: normal;
	margin-top: 30px;
}
.shop_home .image img.sling {
	clear: both;
	width: 245px;
	margin-top: 130px;
}
.shop_home .image img.pouch {
	clear: both;
	width: 245px;
	margin-top: 40px;
}
.shop_home .image .space {
	height: 50px;
	width: 100%;
	clear: both;
}
/* @group Pouches/ Slings */


/* @end */

/* @group Galleries */

/* @group Positions Detail */
.detail_pos {
	width: 635px;
	margin: 0 auto;
}
.gallery_detail_pos {
	width: 200px;
	float: left;
}
.detail_pos h2 {
	text-align: center;
	border-bottom: solid 1px #BF0D93;
}
.gallery_detail_pos .thumbs {
	margin-bottom: 20px;
}
.gallery_detail_pos .thumbs img {
	padding-left: 15px;
}
.gallery_detail_pos img.product {
	border: solid 1px #000;
}
.detail_pos .description {
	width: 400px;
	float: right;
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 1.4;
}
.detail_pos .description form .input_wrapper input.addtocart {
	background-image: url(/img/products/addtocart.jpg);
	border: none;
	color: #fff;
	padding: 5px;
	font-size: 10pt;
	width: 92px;
	height: 30px;
	margin-left: 50px;
	margin-top: 10px;
	float: none;
}
.detail_pos .description form select {
	float: right;
}
.detail_pos .description form  {
	color: #666;
	font-size: 10pt;
	padding: 0;
}
.detail_pos .description form .input_wrapper {
	height: 20px;
	width: 200px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.detail_pos .description form .input_wrapper label {
	float: left;
	width: 50px;
	clear: none;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}
.detail_pos .description form .input_wrapper select {
	float: right;
	/*width: 50px;*/
	clear: none;
	width: 100px;
	font-size: 8pt;
}
.detail_pos .description form .input_wrapper input {
	width: 95px;
	float: right;
}

.detail_pos .description img {
	margin: 0;
}
.detail_pos .description p a {
	text-transform: none;
	float: none;
}
.detail_pos .description a {
	font-size: 10pt;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #BF0D93;
	float: right;
}

/* @end */

/* @group Detail */

.gallery_detail {
	width: 350px;
	float: left;
}
.detail h2 {
	text-align: center;
	border-bottom: solid 1px #BF0D93;
}
.gallery_detail .thumbs {
	margin-bottom: 20px;
}
.gallery_detail .thumbs img {
	margin-right: 26px;
	margin-left: 1px;
}
.gallery_detail img.product {
	border: solid 1px #000;
}
.detail .description {
	width: 275px;
	float: right;
	/*padding-bottom: 170px;
	background-image: url(/img/help.jpg);
	background-repeat: no-repeat;
	background-position: bottom;*/
}
.detail .description form .input_wrapper input.addtocart {
	background-image: url(/img/products/addtocart.jpg);
	border: none;
	color: #fff;
	background-color: #BF0D93;
	font-size: 10pt;
	width: 92px;
	height: 30px;
	margin-left: 50px;
	margin-top: 10px;
	float: none;
}
.detail .description form select {
	float: right;
}
.detail .description form  {
	color: #666;
	font-size: 10pt;
	padding: 0;
}
.detail .description form .input_wrapper {
	height: 20px;
	width: 200px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.detail .description form .input_wrapper.submit {
	height: 50px;
}
.detail .description form .input_wrapper.addtocart {
	height: 400px;
}
.detail .description form .input_wrapper label {
	float: left;
	width: 50px;
	clear: none;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}
.detail .description form .input_wrapper select {
	float: right;
	/*width: 50px;*/
	clear: none;
	width: 100px;
	font-size: 8pt;
}
.detail .description form .input_wrapper input {
	width: 95px;
	float: right;
}
.detail .description * {
	margin-left: 15px;
	margin-right: 15px;
}
.detail .description p {
	line-height: 1.3;
}
.detail .description img {
	margin: 0;
}
.detail ul.more_info {
	list-style-type: none;
	font-size: 8pt;
	clear: both;
	padding-top: 50px;
}
.detail ul.more_info li a {
	color: #BF0D93;
	text-decoration: underline;
}
.detail ul.paging {
	width: 230px;
	clear: both;
	margin-top: 45px;
	text-align: center;
	margin-bottom: 15px;
	margin: 0;
	margin-right: 15px;
}
.detail ul.paging li {
	display: inline;
	color: #BF0D93;
	margin: 0;
}
#TB_window .detail ul.paging li a {
	color: #BF0D93;
	margin: 0;
	font-size: 10pt;
}

/* @end */
/* Specific Gallery */
.gallery_type {
	width: 285px;
	float: left;
}
.gallery_type a.thumb img {
	margin: 10px;
	height: 60px;
	border: #000 solid 1px;
}
.gallery_type p {
	padding: 0 10px;
}
.gallery_type h2 {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: solid 2px  #BF0D93;
}
.gallery_type h2 img {
	height: 50px;
	margin: 0;
	border: 0;
	width: auto;
}
.gallery_type .actions {
	border-top: #BF0D93 solid 2px;
	margin: 0 10px;
}
.gallery_type .actions ul {
	text-align: center;
	height: 45px;
}
.gallery_type .actions ul li {
	margin: 15px;
}
.gallery_type div.actions li .disabled {
	visibility: hidden;
}
.gallery_type div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	float: left;
}
/* Gallery -ALL */
.gallery_full h2 {
	text-align: center;
}
.gallery_full img {
	margin: 15px;
}
.gallery_full h2 img{
	margin: 0;
	margin-top: -15px;
}
.gallery_full p {
	margin-left: 15px;
}
.gallery_full .actions {
	text-align: right;
	padding-right: 35px;
}
/* Gallery Text */
.gallery_text {
	width: 285px;
	border-bottom: solid 1px #BF0D93;
	margin-bottom: 25px;
	float: left;
}
.all {
	position: relative;
	height: 600px;
}
.all ul.links {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.all ul.links li {
	display: inline;
	color: #666;
	font-size: 10pt;
}
.all ul.links li a {
	color: #BF0D93;
	margin-right: 10px;
}
/* @end */
/* @end */


/* @end */

/* @group Footer */

#footer {
	height: 100px;
	text-align: left;
	background: #BF0D93 url(/img/structural/border_bottom.gif) no-repeat top;
	padding-top: 80px;
	padding-left: 35px;
	padding-right: 50px;
}
#footer p {
	color: #fff;
	font-size: 8pt;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .right a {
	color: #fff;
display:  hidden;}
#footer .right a:hover {
	text-decoration: underline;
}

/* @end */


/* @group Errors */
/*.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}*/
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


/* @end */
