@charset "UTF-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers.*/
	color: #404450;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	background-color: #DADADA;
}

.twoColFixCen #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#wrapper {
	margin: 0 auto;
	padding: 0 7px;
	width: 900px;
	position:relative;
	background-image: url(../images/ec_bg.png);
	background-repeat: repeat-y;
}

.twoColFixCen #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;
	height: 100px;
	background:url(../images/header2.jpg) no-repeat;
} 

.twoColFixCen #header h1 {
	margin: 0;
	padding: 0;
	position: relative;
	left: -9999px;
}

.twoColFixCen #nav { 
	background: #EBEBEB; 
	padding: 0;
	margin: 0;
	height: 30px;
	width: 900px;
	background:url(../images/navbar-bg.png) no-repeat;
} 

#title h1 {
	margin: 0;
	padding: 0;
	position: relative;
	left: -9999px;
}

.twoColFixCen #contentBody {
	background-color:#FFF;
}

.twoColFixCen #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 15px; /* padding keeps the content of the div away from the edges */
	border-left: 1px solid #8f9ba6;
}

.twoColFixCen #mainContent { 
	margin: 0px, 15px, 0, 15px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 600px;
} 

.twoColFixCen #footer { 
	padding: 0 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footer-bg.jpg) no-repeat;
	height: 100px;
} 

.twoColFixCen #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul {
	margin: 0;
	padding: 3px;
	list-style-type: none;
	text-align: center;
}

#footer ul li {
	display: inline;
	padding: 0, 25px, 0, 25px;
	margin: 0;
	color: white;
	font-size: 12px;
}

#footer ul li a {
	color: white;
	font-size: 12px;
	padding: 0, 25px, 0, 25px;
}

#footer #credits {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	position: relative;
	top: 100px;	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*---------- text formating ----------*/
h1 {
	font-size: 25px;
	font-weight: bold;
	color: #404450;
	margin: 25px 5px 5px 5px;
	padding: 0px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #404450;
	margin: 15px 5px 5px 5px;
	padding: 0px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #404450;
	margin: 5px 0 0 0;
	padding: 0px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #404450;
	margin: 1px 0 1px 0;
	padding: 0px;
	text-align: center;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #8f9ba6;
	margin: 1px 0 1px 0;
	padding: 0px;
	text-align: center;
}

p {
	line-height: 140%;
	padding-left: 5px;
}

img { border-style: none; }

a:link, a:visited {
	color: #91917C;
	text-decoration: none;
}

.section p a:link, a:visited {
	color: #f16d7e;
}

a:hover { text-decoration: underline; }


.section {
	clear: left;
	padding: 10px 0px 10px 10px;
}

.section-center {
	padding: 10px 0px 10px 10px;
	text-align: center;
	border-top: 1px solid #8F9BA5;
	border-bottom: 1px solid #8F9BA5;
}

/*---------- Links ----------*/
.cartlink {
	color: #FFF;
	float: right;
	padding: 4px 0 0 0;
}


/*----------- spry-sp --------*/
.spry-sp
{
	width: 575px;
	margin: 5px 0 10px 5px;
}

.spry-sp table a{
	color: #404450;
	font-size: 10px;
}

.spry-sp a:link a:visited
{
	color: black;
	text-decoration: none;
	font-size: 12px;
}

.spry-sp a:hover { 
	text-decoration: none;
	color: #8F9BA5;
}

.spry-sp h2 {
	color: #8F9BA5;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*----------- buy now --------*/
.msrp {
	color: #f16d7e;
	font-size: 12px;
}

.price
{
	font-size: 13px;
	color: #f16d7e;
}

.sale
{
	font-size: 13px;
	color: #9B2A00;
}

.money
{
	font-size: 16px;
	color: #404450;
	font-weight: bold;
}

.slash {
	text-decoration: line-through;
	color: gray;
	font-size: 16px;
}

.fineprint
{
	font-size: 12px;
	color: #404450;
}

/*---------- Table ----------*/
#sidebar table {
	font-size: 12px;
	color: #404450;
	font-weight: bold;
	text-align: center;
	border: 1px solid #404450;
}

.cell_header{
	background-color: #91917C;
	color: white;
	font-weight: bold;
	font-size: 15px;
}

.cell_bg{
	background-color: #8F9BA5;
	color: white;
}

.productlisting {
	height: 300px;
	border: 1px solid #fff;
	width: 275px;
	float: left;
	margin: 5px 15px 5px 5px;
	margin:0;
}

.productlisting:hover {
 	border: 1px solid #404450;
	margin: 5px 15px 5px 5px;;
	margin:0;
}

.clearancelisting {
	height: 350px;
	width: 275px;
	float: left;
	margin: 5px 15px 5px 5px;
	margin:0;
	text-align: center;
}

.clearancebuy {
	width: 270px;
	background-color: #fdeff4;
	padding-top: 5px;
	padding-bottom: 7px;
}

.clearancebuy a {
	color: #404450;
}

.maternitylisting {
	height: 300px;
	width: 275px;
	float: left;
	margin: 5px 15px 5px 5px;
	margin:0;
	text-align: center;
}

.relatedproducts {
	border: 1px solid #fff;
	float: left;
	margin: 0px;
	padding: 0px;
}

.relatedproducts:hover {
 	border: 1px solid #404450;
	opacity: 0.65;
}

.opacity:hover {
	opacity: 0.75;
}

/*---------- colors ----------*/

.red {

  color: #9B2A00;

}

.darkgreen {

  color: #91917C;

}

.darkblue {

  color: #404450;

}

.lightgreen {

  color: #D3D1B5;

}

.cream {

  color: #FDEFCF;

}

.blue {

  color: #224E74;

}

.bluegray {

  color: #8F9BA5;

}

.blue2 {

  color: #5E7A83;

}

.green {

  color: #819B6C;

}

.pink {

  color: #f16d7e;

}

.newblue {
	color: #6dc0f2;
}

.brown {

  color: #AD763A;

}

.pinkborder {
	border: 2px solid #EDAFB1;
}

hr {
	border: 1px solid #EDAFB1;
	margin-right: 10px;
	margin-left: 10px;
	opacity: 0.35;
}

/*---------- Tables ----------*/

.mytable {
	width: 500px;
	padding: 0;
	margin: 0;
}

.mytable caption {
	padding: 0 0 5px 0;
	width: 500px;	 
	font: italic 11px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.mytable th {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-left: 1px solid #B9A7D0;
	border-right: 1px solid #B9A7D0;
	border-bottom: 1px solid #B9A7D0;
	border-top: 1px solid #B9A7D0;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #B9A7D0;
}

.mytable th.note {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-left: 1px solid #B9A7D0;
	border-right: 1px solid #B9A7D0;
	border-bottom: 1px solid #B9A7D0;
	border-top: 1px solid #B9A7D0;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #B9A7D0;
}

.mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #B9A7D0;
	background: none;
}

.mytable td {
	border-left: 1px solid #B9A7D0;
	border-right: 1px solid #B9A7D0;
	border-bottom: 1px solid #B9A7D0;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #999;
}

.mytable td.alt {
	background: #F1EAFB;
	color: #666;
}

.mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.footnote
{
	font-size: 10px;
	color: #646464;
}

.inline-list li {
	float: left;
	display: inline;
	list-style-type: none;
	padding: 5px 5px 10px 5px;
	text-align: center;
}

.feature-list
{
	font-size: 13px;
}

.review{
	font-size: 12px;
	line-height: 125%;
	font-style: italic;
	color: gray;
	padding: 2px;
	border: 2px solid #EDAFB1;
	margin-top: 20px;
}
.review h3{
	color:#EDAFB1;
	text-align:center;
}

.discount {
	font-size: 12px;
	line-height: 125%;
	font-style: italic;
	color: gray;
	padding: 2px;
	border: 2px solid #EDAFB1;
	margin-top: 5px;
}

/* #sectionLinks styles */
	
#sectionLinks ul {
	margin: 0;
	padding: 0;
}

#sectionLinks li {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 0px 0 0px 12px;
	border-bottom: 1px solid #91917C;
}

#sectionLinks li a {
	display: block;
	color: #404450;
	font-size: 13px;
	margin: 0 0 0 0px;
	padding: 5px 0 5px 10px;
}

#sectionLinks li:hover { background: #EDAFB1;}

.navsale {
	background: url(../images/onsale_nav.png) no-repeat 185px 4px;
}

.nav-new {
	background: url(../images/new_nav.png) no-repeat 185px 4px;
}

div#emailsignup {
	background-repeat: no-repeat;
	background-position: 0;
	padding: 2px;
}


/* @end */

